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

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

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

a,
span {
  display: inline-block;
}

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

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  background: #F0F0F0;
  letter-spacing: 0.05em;
}

.white {
  color: #fff;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Roboto", sans-serif;
}

.digicomb {
  font-family: "ab-digicomb", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
}

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

@media screen and (max-width: 680px) {
  section {
    padding: 16vw 0;
  }
  .inner {
    padding: 0 5.3333333333vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline .line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  top: 15px;
}

.underline .line::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0, #FF4DA6 0);
  position: absolute;
  top: 5px;
  left: -100%;
  z-index: -1;
  transition: 0.6s ease;
}

.underline.show .line::before {
  left: 0;
}

@media screen and (max-width: 680px) {
  .underline .line {
    top: 1.8666666667vw;
  }
}
.bg {
  color: #fff;
  position: relative;
  z-index: 1;
}

.bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  background-image: repeating-linear-gradient(0deg, #3a3a3a 0 4px, transparent 4px 10px), repeating-linear-gradient(90deg, #3a3a3a 0 4px, transparent 4px 10px);
}

.draw-line path {
  opacity: 0;
}

.draw-line.is-ready path {
  opacity: 1;
}

.draw-line.is-visible path {
  stroke-dashoffset: 0 !important;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* セクションタイトル
***************************************************************/
.section_title .en {
  display: block;
  font-weight: 900;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.section_title .ja {
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
  color: #ff4da6;
}

.section_title02 {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
}

.section_title02::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #FF4DA6;
  flex: 1;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 6.4vw;
    margin-top: 1.3333333333vw;
  }
  .section_title .ja {
    font-size: 2.6666666667vw;
  }
  .section_title02 {
    gap: 5.3333333333vw;
  }
}
/* ボタン
***************************************************************/
.btn_link {
  font-family: "Roboto", sans-serif;
  width: 320px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 18px;
}

.btn_link .text {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
}

.btn_link .arrow {
  flex: 1;
  width: 100%;
  height: 39px;
  overflow: hidden;
  position: relative;
}

.btn_link .arrow::before {
  content: "";
  display: inline-block;
  width: 230px;
  height: 6px;
  background-image: url(../images/icon/icon_arrow01_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  vertical-align: middle;
  position: absolute;
  top: 46%;
  left: -180px;
  transform: translate(0, -50%);
  transition: all 0.8s ease;
}

.white .btn_link .arrow::before {
  background-image: url(../images/icon/icon_arrow01_white.svg);
}

.btn_link.active .arrow::before {
  left: -8px;
}

.btn_link::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background: #ff4da6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .btn_link:hover::after {
    background: #4DFFB2;
  }
}
@media screen and (max-width: 680px) {
  .btn_link {
    width: 85.3333333333vw;
    margin: 0 auto;
    gap: 2.1333333333vw;
    padding-right: 4.8vw;
  }
  .btn_link .text {
    font-size: 3.4666666667vw;
  }
  .btn_link .arrow {
    height: 10.4vw;
  }
  .btn_link .arrow::before {
    width: 61.3333333333vw;
    height: 1.6vw;
  }
  .btn_link.active .arrow::before {
    left: -2.1333333333vw;
  }
  .btn_link::after {
    width: 10.4vw;
    height: 10.4vw;
  }
}
.btn02 {
  width: 382px;
  background: #FF4DA6;
  font-weight: bold;
  letter-spacing: -0.05em;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  transition: 0.3s;
  color: #000;
}

.btn02::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (min-width: 681px) {
  .btn02:hover {
    background: #4dffb2;
  }
}
@media screen and (max-width: 680px) {
  .btn02 {
    width: 100%;
    padding: 2.6666666667vw 0;
    gap: 4vw;
  }
  .btn02::after {
    width: 10.4vw;
    height: 10.4vw;
  }
}
/* MENU
***************************************************************/
.nav_content {
  width: 115px;
  display: block;
}

.nav_content_link {
  display: inline-flex;
  justify-content: center;
  margin-top: 28px;
  gap: 11px;
  padding-left: 20px;
}

.page_nav {
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
}

.page_navBox {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.page_navBox_link {
  transition: 0.3s;
}

.page_navBox_link .en {
  font-weight: 900;
  font-size: 20px;
  display: block;
}

.page_navBox_link .ja {
  font-weight: bold;
  font-size: 12px;
  display: block;
}

.page_navBox_link.none {
  opacity: 0.5;
}

.page_navBox_detail {
  display: flex;
  flex-flow: column;
  gap: 15px;
  border-left: 1px solid #707070;
  padding: 10px 0 10px 20px;
  margin-left: 10px;
  margin-top: -20px;
}

@media screen and (max-width: 680px) {
  .nav_content {
    width: 24vw;
    text-align: center;
  }
  .nav_content_link {
    margin-top: 7.4666666667vw;
    gap: 2.9333333333vw;
    padding-left: 0;
  }
  .page_nav {
    padding-right: 0;
    flex-flow: column;
    gap: 7.4666666667vw;
  }
  .page_navBox {
    gap: 7.4666666667vw;
  }
  .page_navBox_link .en {
    font-size: 4.2666666667vw;
  }
  .page_navBox_link .ja {
    font-size: 2.6666666667vw;
  }
  .page_navBox_detail {
    display: flex;
    flex-flow: column;
    gap: 4vw;
    padding: 2.6666666667vw 0 2.6666666667vw 5.3333333333vw;
    margin-left: 2.6666666667vw;
    margin-top: -5.3333333333vw;
  }
}
/* 
***************************************************************/
.reveal_content {
  margin-top: 50px;
  padding: 0 0 280px;
}

.reveal_content.bg::before {
  height: calc(100% - 80px);
  top: 80px;
}

.reveal_list {
  display: flex;
  flex-flow: column;
  gap: 120px;
}

.reveal_item {
  position: relative;
}

.reveal_item:nth-of-type(2n) {
  text-align: left;
}

.reveal-container {
  width: 770px;
  display: block;
  position: relative;
  left: -100px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 53% 100%, 0 100%);
}

li:nth-of-type(2n) .reveal-container {
  width: 914px;
  margin-left: auto;
  right: -100px;
  left: unset;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-line-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff4081;
  z-index: 2;
  transform-origin: left;
}

li:nth-of-type(2n) .reveal-line-overlay {
  transform-origin: right;
}

.reveal_item_img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
}

.reveal_itemBox {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

li:nth-of-type(2n) .reveal_itemBox {
  bottom: unset;
  top: 10px;
  left: -50px;
}

.reveal_itemBox_title {
  font-size: 55px;
  letter-spacing: -0.05em;
  display: block;
  line-height: 1.4;
}

.reveal_itemBox_text {
  font-weight: bold;
  line-height: 24px;
  margin-top: 30px;
}

.reveal_itemBox_text .line {
  position: relative;
  z-index: 1;
  display: inline;
}

.reveal_itemBox_text .line .draw-line {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.reveal_itemBox_text .line01 .draw-line {
  bottom: -50px;
  left: -16px;
  width: 333px;
}

.reveal_itemBox_text .line02 .draw-line {
  bottom: 0px;
  left: -16px;
  width: 237px;
}

.reveal_itemBox_text .line03 .draw-line {
  bottom: -6px;
  left: 0;
  width: 313px;
}

@media screen and (max-width: 680px) {
  .reveal_content {
    margin-top: 10.6666666667vw;
    padding: 0 0 18.6666666667vw;
  }
  .reveal_content.bg::before {
    height: calc(100% - 32vw);
    top: 32vw;
  }
  .reveal_list {
    gap: 19.7333333333vw;
  }
  .reveal-container {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    left: 0;
    padding: 0 5.3333333333vw 0 0;
  }
  li:nth-of-type(2n) .reveal-container {
    width: 100vw;
    margin-left: auto;
    right: 0;
    left: unset;
    padding: 0;
  }
  .reveal_item_img {
    height: 62.6666666667vw;
  }
  .reveal_itemBox {
    display: block;
    position: unset;
    margin-top: 10.6666666667vw;
  }
  .reveal_itemBox_title {
    font-size: 9.3333333333vw;
  }
  .reveal_itemBox_text {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin-top: 8vw;
  }
  .reveal_itemBox_text .line01 .draw-line {
    bottom: -10.6666666667vw;
    left: 0vw;
    width: 70.1333333333vw;
  }
  .reveal_itemBox_text .line02 .draw-line {
    bottom: 0vw;
    left: 0;
    width: 47.2vw;
  }
  .reveal_itemBox_text .line03 .draw-line {
    bottom: 6.9333333333vw;
    left: 0;
    width: 66.4vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 50px;
}

.header_logo {
  width: 60px;
}

.toggle-menu {
  position: fixed;
  top: 22px;
  right: 50px;
  z-index: 200;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  mix-blend-mode: difference;
}

.toggle-menu .toggle-line {
  position: absolute;
  inset: 0;
  display: block;
  width: 40px;
  height: 1px;
  margin: auto;
  text-indent: -2666.4vw;
  background-color: rgba(255, 255, 255, 0);
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.3s;
}

.toggle-menu .toggle-line::before {
  top: -7px;
  animation: menu-barTop 0.6s forwards;
}

.toggle-menu .toggle-line::after {
  top: 7px;
  animation: menu-barBottom 0.6s forwards;
}

.toggle-menu.open {
  transition: all 0.5s linear 1s;
  mix-blend-mode: normal;
}

.toggle-menu.open .toggle-line {
  height: 0;
  background-color: #000;
}

.toggle-menu.open .toggle-line::before {
  top: 0;
  transform: rotate(-45deg);
  animation: active-menu-barTop 0.6s forwards;
  background: #fff;
}

.toggle-menu.open .toggle-line::after {
  top: 0;
  transform: rotate(45deg);
  animation: active-menu-barBottom 0.6s forwards;
  background: #fff;
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

.open .header_nav {
  opacity: 1;
  visibility: unset;
}

.header_nav .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1180px;
  width: 100%;
  padding-right: 50px;
}

header .nav_content {
  position: relative;
  top: -135px;
}

@media screen and (max-width: 680px) {
  header {
    padding: 3.2vw 0;
  }
  .header_content {
    margin: 0 2.6666666667vw;
  }
  .header_logo {
    width: 12.5333333333vw;
  }
  .toggle-menu {
    top: 5.3333333333vw;
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .toggle-menu .toggle-line {
    width: 10.6666666667vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 10.6666666667vw;
  }
  .toggle-menu .toggle-line::before {
    top: -1.8666666667vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.8666666667vw;
  }
  .header_nav {
    padding: 26.6666666667vw 0;
    overflow: auto;
    display: block;
  }
  .header_nav .inner {
    display: flex;
    gap: 14.4vw;
    flex-flow: column;
    align-items: center;
    max-width: unset;
    padding-right: 0;
    padding: 0;
  }
  header .nav_content {
    top: 0;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #000;
  color: #fff;
  padding: 60px 0;
  position: relative;
}

footer::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.78125vw;
  background: #000;
  position: absolute;
  top: -0.78125vw;
  left: 0;
}

footer .inner {
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.footer_foot {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer_privacy {
  font-size: 12px;
  text-decoration: underline;
}

.footer_foot_copyright {
  font-size: 12px;
}

@media screen and (min-width: 681px) {
  .page_navBox_link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 16vw 0 12vw;
  }
  footer .inner {
    max-width: unset;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 13.3333333333vw;
  }
  .footer_foot {
    margin-top: 13.3333333333vw;
    flex-flow: column;
    text-align: center;
    gap: 5.3333333333vw;
  }
  .footer_privacy {
    font-size: 3.2vw;
  }
  .footer_foot_copyright {
    font-size: 3.2vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* ページネーション
***************************************************************/
.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 60px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  height: 62px;
  width: 62px;
  letter-spacing: 0.806px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.nav-links span.current,
.page-numbers.current {
  color: #095C9D;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 680px) {
  .nav-links,
  .page-nation {
    gap: 4vw;
    margin-top: 10.6666666667vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 4.8vw;
    height: 11.2vw;
    width: 11.2vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    width: 11.2vw;
    height: 11.2vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 11.2vw;
    height: 11.2vw;
  }
}
/* 詳細
***************************************************************/
.post-single {
  line-height: 1.6;
}

.post-single img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.post-single h2 {
  font-size: 30px;
  margin-bottom: 20px;
  border-left: 4px solid #e8518d;
  padding-left: 20px;
}

.post-single h3 {
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bea36c;
  padding-bottom: 10px;
}

.post-single h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.post-single h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.post-single p {
  font-size: 16px;
  margin-bottom: 20px;
}

.post-single ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.post-single ol {
  list-style: auto;
  padding-left: 20px;
  margin-bottom: 20px;
}

.post-single img {
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 678px) {
  .post-single {
    line-height: 1.8;
  }
  .post-single h2 {
    font-size: 22px;
    margin-bottom: 16px;
    padding-left: 14px;
    border-left-width: 3px;
  }
  .post-single h3 {
    font-size: 20px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
  .post-single h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .post-single h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .post-single p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .post-single ul,
  .post-single ol {
    padding-left: 16px;
    margin-bottom: 16px;
  }
  .post-single img {
    margin-bottom: 16px;
  }
}
.fv:not(.is-loaded) .fv__subtitle,
.fv:not(.is-loaded) .fv__logo-wrap,
.fv:not(.is-loaded) .fv__line,
.fv:not(.is-loaded) .fv__deco,
.fv:not(.is-loaded) .fv__closs,
.fv:not(.is-loaded) .fv__scroll {
  animation: none;
  opacity: 0;
}

.fv {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url(../images/front/fv/fv_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
  background-image: url(../images/front/fv/fv_bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
.fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  background-color: rgba(0, 0, 0, 0.7);
}

.fv__vignette {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.6) 100%);
}

.fv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.fv__subtitle {
  font-size: 1.09375vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1.5625vw;
  text-align: center;
  opacity: 0;
  filter: blur(12px);
  animation: fogReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s forwards;
}

.fv__logo-wrap {
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  filter: blur(20px);
  animation: fogRevealLogo 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

.fv__logo-icon {
  width: 6.015625vw;
  height: 6.015625vw;
  margin-right: -0.625vw;
  position: relative;
  z-index: 2;
}

.fv__logo-text1 {
  height: 7.734375vw;
  position: relative;
  z-index: 1;
}

.fv__logo-text2 {
  height: 7.734375vw;
  position: relative;
  z-index: -2;
  top: 0.703125vw;
}

.fv__line {
  position: absolute;
  width: 48.046875vw;
  left: 46%;
  top: 75%;
  transform: translate(-45%, -50%);
  z-index: -1;
  opacity: 0;
  animation: drawLine 0.9s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards;
}

.fv__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(var(--dx, 0px), var(--dy, 0px)) rotate(var(--rot, 0deg)) scale(var(--s0, 0.5));
}

.fv__deco--cube-bl {
  width: 4.0625vw;
  top: 31%;
  left: 26%;
  --dx: -30px;
  --dy: -40px;
  --s0: 0.6;
  animation: decoFloatIn 1.4s cubic-bezier(0.16, 1, 0.3, 1) 1.4s forwards;
}

.fv__deco--cube-tl {
  width: 5.46875vw;
  top: 32.65625vw;
  left: 22.8125vw;
  --dx: -30px;
  --dy: 40px;
  --s0: 0.6;
  animation: decoFloatIn 1.6s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
}

.fv__deco--cube-r {
  width: 2.96875vw;
  top: 56%;
  right: 19%;
  --dx: 25px;
  --dy: -0px;
  --rot: -30deg;
  --s0: 0.6;
  animation: decoFloatIn 1.5s cubic-bezier(0.16, 1, 0.3, 1) 1.6s forwards;
}

.fv__deco--sphere-sm {
  width: 3.359375vw;
  top: 27%;
  left: 58%;
  --dx: 15px;
  --dy: -25px;
  --rot: 0deg;
  --s0: 0.5;
  animation: decoFloatIn 1.8s cubic-bezier(0.16, 1, 0.3, 1) 1.25s forwards;
}

.fv__deco--sphere-lg {
  width: 13.125vw;
  top: 53%;
  right: 28%;
  --dx: 40px;
  --dy: 30px;
  --rot: 0deg;
  --s0: 0.4;
  animation: decoFloatInBlur 2.4s cubic-bezier(0.16, 1, 0.3, 1) 1.1s forwards;
}

.fv__deco--sphere-lg2 {
  width: 12.5vw;
  top: 35%;
  left: 29%;
  --dx: 20px;
  --dy: 30px;
  --rot: 0deg;
  --s0: 0.4;
  z-index: -5;
  animation: decoFloatInBlur 2.2s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
}

.fv__deco--dot-sm {
  width: 1.5625vw;
  bottom: 32%;
  left: 41%;
  --dx: -0;
  --dy: 15px;
  --rot: 0deg;
  --s0: 0.5;
  animation: decoFloatIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.75s forwards;
}

.fv__deco--dot-md {
  width: 2.5vw;
  bottom: 28%;
  left: 48%;
  --dx: 0;
  --dy: 20px;
  --s0: 0.5;
  z-index: -5;
  animation: decoFloatIn 1.6s cubic-bezier(0.16, 1, 0.3, 1) 1.35s forwards;
}

.fv__closs {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(var(--dx, 0px), var(--dy, 0px)) scale(var(--s0, 0.8));
}

.fv__closs--bl {
  width: 6.71875vw;
  bottom: 14%;
  left: 8%;
  --dx: -15px;
  --dy: 15px;
  --s0: 0.8;
  animation: decoFloatInSimple 1.3s cubic-bezier(0.16, 1, 0.3, 1) 1.85s forwards;
}

.fv__closs--tr {
  width: 10vw;
  top: 10%;
  right: 8%;
  --dx: 15px;
  --dy: -15px;
  --s0: 0.8;
  animation: decoFloatInSimple 1.4s cubic-bezier(0.16, 1, 0.3, 1) 1.5s forwards;
}

.fv__scroll {
  position: absolute;
  right: 1.875vw;
  bottom: -2.5vw;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375vw;
  opacity: 0;
  filter: blur(0.625vw);
  animation: fogReveal 1s cubic-bezier(0.22, 1, 0.36, 1) 2.8s forwards;
}

.fv__scroll-text {
  writing-mode: vertical-lr;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.859375vw;
  letter-spacing: 0.25em;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.fv__scroll-line {
  width: 1px;
  height: 4.6875vw;
  background: linear-gradient(to bottom, #fff, transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

.is-hovering {
  animation: decoHover var(--hover-dur, 6s) ease-in-out infinite !important;
  opacity: 1 !important;
}

@keyframes fogReveal {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fogRevealLogo {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes drawLine {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes decoFloatIn {
  0% {
    opacity: 0;
    transform: translate(var(--dx, 0px), var(--dy, 0px)) rotate(var(--rot, 0deg)) scale(var(--s0, 0.5));
  }
  40% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(var(--rot, 0deg)) scale(1);
  }
}
@keyframes decoFloatInBlur {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translate(var(--dx, 0px), var(--dy, 0px)) scale(var(--s0, 0.4));
  }
  60% {
    opacity: 0.7;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(1px);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes decoFloatInSimple {
  0% {
    opacity: 0;
    transform: translate(var(--dx, 0px), var(--dy, 0px)) scale(var(--s0, 0.8));
  }
  40% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes decoHover {
  0%, 100% {
    transform: translate(0, 0) rotate(var(--rot, 0deg));
  }
  50% {
    transform: translate(0, -10px) rotate(var(--rot, 0deg));
  }
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    background-image: url(../images/front/fv/fv_bg01_sp.webp);
  }
  .fv::before {
    background-image: url(../images/front/fv/fv_bg02_sp.webp);
  }
  .fv__subtitle {
    font-size: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .fv__logo-icon {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    margin-right: -0.8vw;
  }
  .fv__logo-text1 {
    height: 15.7333333333vw;
  }
  .fv__logo-text2 {
    height: 15.7333333333vw;
    top: 1.3333333333vw;
  }
  .fv__line {
    width: 96vw;
    left: 46%;
    top: 75%;
  }
  .fv__deco--cube-bl {
    width: 9.6vw;
    top: 31%;
    left: 16%;
  }
  .fv__deco--cube-tl {
    width: 8.2666666667vw;
    top: 67%;
    left: 5.3333333333vw;
  }
  .fv__deco--cube-r {
    width: 8.8vw;
    top: 76%;
    right: 15%;
  }
  .fv__deco--sphere-sm {
    width: 5.0666666667vw;
    top: 40%;
    left: 74%;
  }
  .fv__deco--sphere-lg {
    width: 20vw;
    top: 61%;
    right: 9%;
  }
  .fv__deco--sphere-lg2 {
    width: 20.5333333333vw;
    top: 45%;
    left: 20%;
  }
  .fv__deco--dot-sm {
    width: 2.6666666667vw;
    bottom: 32%;
    left: 41%;
  }
  .fv__deco--dot-md {
    width: 3.7333333333vw;
    bottom: 28%;
    left: 50%;
  }
  .fv__closs {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transform: translate(var(--dx, 0px), var(--dy, 0px)) scale(var(--s0, 0.8));
  }
  .fv__closs--bl {
    width: 19.2vw;
    bottom: 8%;
    left: 5%;
  }
  .fv__closs--tr {
    width: 28.2666666667vw;
    top: 10%;
    right: 8%;
  }
  .fv__scroll {
    right: 6.4vw;
    bottom: -8.5333333333vw;
    gap: 3.2vw;
  }
  .fv__scroll-text {
    font-size: 2.9333333333vw;
  }
  .fv__scroll-line {
    height: 16vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* Section1
***************************************************************/
.sec1 {
  position: relative;
  z-index: 2;
}

.sec1 .inner {
  position: relative;
}

.sec1_title {
  position: relative;
  margin-top: 50px;
  display: inline-block;
}

.sec1_title::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 35px;
  left: -30px;
}

.sec1_title::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 45px;
  right: -45px;
  transform: scale(-1, -1);
}

.sec1_title .text01 {
  font-weight: bold;
  font-size: 20px;
  display: block;
}

.sec1_title .text02 {
  font-weight: bold;
  font-size: 75px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec1_title .text02 img {
  height: 83px;
  width: auto;
}

.sec1_title .text03 {
  font-size: 20px;
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.sec1_title .text03 .draw-line {
  position: absolute;
  bottom: -52px;
  left: 70px;
  z-index: -1;
  width: 363px;
  height: auto;
  pointer-events: none;
}

.sec1_img01 {
  width: 332px;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 200px;
  right: 80px;
}

.sec1 .btn {
  position: absolute;
  right: 0;
  top: 450px;
}

.sec1_gallery {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 85.9375vw;
}

.sec1_gallery img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec1_gallery_img01 {
  width: 21.09375vw;
  max-height: 12.1875vw;
  top: 7.03125vw;
  left: 0;
}

.sec1_gallery_img02 {
  width: 39.84375vw;
  max-height: 22.8125vw;
  top: 13.28125vw;
  left: 36.171875vw;
}

.sec1_gallery_img03 {
  width: 17.8125vw;
  max-height: 24.0625vw;
  top: 21.484375vw;
  right: 3.90625vw;
}

.sec1_gallery_img04 {
  width: 25vw;
  max-height: 29.296875vw;
  top: 36.25vw;
  left: 3.90625vw;
}

.sec1_gallery_img05 {
  width: 61.5625vw;
  max-height: 35vw;
  top: 50.78125vw;
  right: 3.90625vw;
}

@media screen and (max-width: 680px) {
  .sec1_title {
    margin-top: 10.6666666667vw;
    white-space: nowrap;
    left: 1.3333333333vw;
  }
  .sec1_title::before {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    top: 6.6666666667vw;
    left: -5.3333333333vw;
  }
  .sec1_title::after {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    bottom: 6.6666666667vw;
    right: -1.8666666667vw;
  }
  .sec1_title .text01 {
    font-size: 3.7333333333vw;
  }
  .sec1_title .text02 {
    font-size: 11.4666666667vw;
    gap: 2.6666666667vw;
  }
  .sec1_title .text02 img {
    height: 13.0666666667vw;
  }
  .sec1_title .text03 {
    font-size: 3.7333333333vw;
  }
  .sec1_title .text03 .draw-line {
    bottom: -7.7333333333vw;
    left: 10.6666666667vw;
    width: 59.4666666667vw;
  }
  .sec1_img01 {
    margin: 13.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
    position: unset;
  }
  .sec1 .btn {
    position: unset;
    margin-top: 5.3333333333vw;
  }
  .sec1_img02 {
    margin: 18.6666666667vw calc(50% - 50vw) 0;
    width: 100vw;
    padding-right: 0;
  }
  .sec1_gallery {
    height: 186.6666666667vw;
  }
  .sec1_gallery_img01 {
    width: 36.2666666667vw;
    max-height: 21.3333333333vw;
    top: 19.7333333333vw;
    left: 0;
  }
  .sec1_gallery_img02 {
    width: 60.2666666667vw;
    max-height: 34.6666666667vw;
    top: 26.1333333333vw;
    left: unset;
    right: 0;
  }
  .sec1_gallery_img03 {
    width: 27.2vw;
    max-height: 36.2666666667vw;
    top: 55.4666666667vw;
    right: unset;
    left: 10.6666666667vw;
  }
  .sec1_gallery_img04 {
    width: 35.4666666667vw;
    max-height: 41.6vw;
    top: 65.8666666667vw;
    left: unset;
    right: 9.6vw;
  }
  .sec1_gallery_img05 {
    width: 100vw;
    max-height: 56.8vw;
    top: 109.3333333333vw;
    right: 0;
  }
}
/* Section2
***************************************************************/
.sec2 {
  padding: 390px 0 180px;
  margin-top: -390px;
}

.sec2 .section_title {
  margin-bottom: 70px;
}

.sec2_title {
  font-weight: bold;
  font-size: 75px;
  letter-spacing: -0.05em;
  line-height: 80px;
  color: #fff;
}

.sec2_title .t1 {
  display: block;
  margin-top: 30px;
}

.sec2_text {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.sec2_text .line {
  position: relative;
  z-index: 1;
}

.sec2_text .line .draw-line {
  position: absolute;
  bottom: -32px;
  left: -10px;
  width: 220px;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.sec2_list {
  width: 900px;
  margin-left: auto;
  margin-top: 200px;
  margin-right: -100px;
  display: flex;
  flex-flow: column;
  gap: 60px;
}

.sec2_itemHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
}

.sec2_itemHead_title .ja {
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #ff4da6;
}

.sec2_itemHead_title .en {
  font-weight: 900;
  font-size: 30px;
  display: block;
}

.sec2_item_img {
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .sec2 {
    padding: 16vw 0;
    margin-top: 0;
  }
  .sec2 .section_title {
    margin-bottom: 5.3333333333vw;
  }
  .sec2_title {
    font-size: 11.4666666667vw;
    line-height: 13.8666666667vw;
  }
  .sec2_title .t1 {
    margin-top: 0;
  }
  .sec2_text {
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
    margin-top: 13.3333333333vw;
  }
  .sec2_text .line .draw-line {
    bottom: -7.4666666667vw;
    left: -1.3333333333vw;
    width: 50.1333333333vw;
  }
  .sec2_list {
    width: 100%;
    margin-top: 16vw;
    margin-right: 0;
    gap: 10.6666666667vw;
  }
  .sec2_itemHead {
    display: block;
    padding-right: 0;
  }
  .sec2_itemHead_title .ja {
    font-size: 3.4666666667vw;
  }
  .sec2_itemHead_title .en {
    font-size: 5.3333333333vw;
  }
  .sec2 .btn_link {
    width: 53.3333333333vw;
    margin: 0 0 0 auto;
  }
  .sec2 .btn_link .arrow::before {
    width: 29.3333333333vw;
    background-size: cover;
  }
  .sec2_item_img {
    margin-top: 3.2vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  padding: 15.625vw 0 31.25vw;
  position: relative;
}

.sec3_gallery_img01 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 27.5vw;
  top: 7.8125vw;
  left: 0;
}

.sec3_gallery_img02 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 9.375vw;
  top: 15.625vw;
  left: 31.25vw;
}

.sec3_gallery_img03 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 18.75vw;
  top: 57.65625vw;
  left: 3.90625vw;
}

.sec3_gallery_img04 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 19.21875vw;
  top: 42.1875vw;
  left: 20vw;
}

.sec3_gallery_img05 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 19.21875vw;
  top: 16.5625vw;
  right: -5.859375vw;
}

.sec3_gallery_img06 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 10.9375vw;
  bottom: 9.375vw;
  right: 6.640625vw;
}

.sec3_img02 {
  width: 300px;
  position: absolute;
  top: 10px;
  right: -175px;
}

.sec3_content {
  max-width: 560px;
  margin-left: auto;
  padding-right: 60px;
}

.sec3 .section_title {
  margin-bottom: 30px;
}

.sec3_title {
  font-weight: bold;
  font-size: 75px;
  letter-spacing: -0.05em;
  line-height: 80px;
}

.sec3_text {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.sec3_text .line {
  position: relative;
  z-index: 1;
}

.sec3_text .line .draw-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 286px;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.sec3 .btn_link {
  margin-left: auto;
  margin-top: 45px;
}

@media screen and (max-width: 680px) {
  .sec3 {
    padding: 16vw 0 72vw;
  }
  .sec3_img01 {
    width: 89.3333333333vw;
    top: unset;
    left: 5.3333333333vw;
    bottom: -61.3333333333vw;
  }
  .sec3_img02 {
    width: 29.6vw;
    position: absolute;
    top: -2.6666666667vw;
    right: -5.3333333333vw;
  }
  .sec3_content {
    max-width: unset;
    padding-right: 0;
  }
  .sec3 .section_title {
    margin-bottom: 8vw;
  }
  .sec3_title {
    font-size: 11.4666666667vw;
    line-height: 15.2vw;
  }
  .sec3_text {
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
    margin-top: 5.3333333333vw;
  }
  .sec3_text .line .draw-line {
    bottom: 0;
    left: 0;
    width: 49.3333333333vw;
  }
  .sec3 .btn_link {
    margin-top: 12vw;
  }
  .sec3_gallery_img01 {
    width: 22.6666666667vw;
    top: 137.6vw;
    left: 5.3333333333vw;
  }
  .sec3_gallery_img02 {
    width: 14.6666666667vw;
    top: 137.6vw;
    right: 5.3333333333vw;
    left: unset;
  }
  .sec3_gallery_img03 {
    width: 18.6666666667vw;
    top: unset;
    bottom: 10.6666666667vw;
    left: 24vw;
  }
  .sec3_gallery_img04 {
    width: 29.6vw;
    top: unset;
    bottom: 16vw;
    left: 51.7333333333vw;
  }
  .sec3_gallery_img05 {
    width: 26.6666666667vw;
    max-height: 26.6666666667vw;
    top: 10.6666666667vw;
    right: 0;
  }
  .sec3_gallery_img06 {
    width: 12.8vw;
    max-height: 12.8vw;
    bottom: unset;
    top: 46.6666666667vw;
    right: 16vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background-image: url(../images/front/sec4_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec4_text {
  font-weight: bold;
  margin-top: 40px;
}

.sec4 .btn {
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .sec4 {
    background-image: url(../images/front/sec4_bg_sp.webp);
  }
  .sec4_text {
    margin-top: 6.4vw;
    font-size: 3.2vw;
  }
  .sec4 .btn {
    margin-top: 8vw;
  }
}
/* section1
***************************************************************/
.about_sec1 {
  padding: 150px 0;
}

.about_sec1 .inner {
  position: relative;
}

.about_sec1_img01 {
  width: 293px;
  height: 293px;
  position: absolute;
  top: 570px;
  left: -100px;
}

.about_sec1_img02 {
  width: 117px;
  height: 117px;
  position: absolute;
  top: 800px;
  left: 240px;
}

.about_sec1_img03 {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -40px;
  left: -50px;
  z-index: 1;
}

.about_sec1_img04 {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 120px;
  left: 120px;
}

.about_sec1_img05 {
  width: 293px;
  height: 293px;
  position: absolute;
  top: 280px;
  right: -100px;
}

.about_sec1_img06 {
  width: 117px;
  height: 117px;
  position: absolute;
  top: 690px;
  right: 0;
}

.about_sec1_content {
  max-width: 590px;
  margin: 135px 0 0 auto;
  padding-right: 170px;
}

.about_sec1_content_text {
  font-weight: bold;
}

.about_sec1_content_title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.05em;
  line-height: 50px;
  margin-top: 50px;
  position: relative;
}

.about_sec1_content_title::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: -24px;
}

.about_sec1_content_title::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 30px;
  right: 18px;
  transform: scale(-1, -1);
}

.about_sec1_content_title .line {
  position: relative;
  z-index: 1;
  display: block;
}

.about_sec1_content_title .line .draw-line {
  position: absolute;
  bottom: -5px;
  left: -5px;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.about_sec1_content_title .line:nth-child(1) .draw-line {
  width: 204px;
}

.about_sec1_content_title .line:nth-child(2) .draw-line {
  width: 225px;
}

.about_sec1_content_title .line:nth-child(3) .draw-line {
  width: 425px;
  bottom: -60px;
}

.about_sec1_content_text02 {
  margin-top: 40px;
  font-weight: bold;
}

.about_sec1_content_text02 .text01 {
  display: block;
}

.about_sec1_content_text02 .text02 {
  font-size: 40px;
  letter-spacing: -0.05em;
  display: block;
  margin-top: 40px;
}

.about_sec1_content_text02 .text03 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  margin-top: 40px;
}

.about_sec1_content_text02 .text03::before {
  content: "";
  display: inline-block;
  width: 108px;
  border-top: 1px solid #707070;
  position: relative;
  top: -8px;
}

.about_sec1_content_desc {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 45px;
  text-align: right;
}

@media screen and (max-width: 680px) {
  .about_sec1 {
    padding: 32vw 0 26.6666666667vw;
  }
  .about_sec1_gallery {
    position: relative;
    height: 80vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .about_sec1_img01 {
    width: 24vw;
    height: 24vw;
    top: 10.6666666667vw;
    left: 0;
  }
  .about_sec1_img02 {
    width: 9.6vw;
    height: 9.6vw;
    position: absolute;
    top: 30.1333333333vw;
    left: 28vw;
  }
  .about_sec1_img03 {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
    bottom: 27.4666666667vw;
    left: unset;
    right: 0;
  }
  .about_sec1_img04 {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
    bottom: 10.6666666667vw;
    left: 18.1333333333vw;
  }
  .about_sec1_img05 {
    width: 24vw;
    height: 24vw;
    top: 24vw;
    right: 29.8666666667vw;
  }
  .about_sec1_img06 {
    width: 9.6vw;
    height: 9.6vw;
    top: 12.2666666667vw;
    right: 13.3333333333vw;
  }
  .about_sec1_content {
    max-width: unset;
    margin: 0 auto;
    padding-right: 0;
    width: calc(100% - 5.3333333333vw);
  }
  .about_sec1_content_text {
    font-size: 3.7333333333vw;
  }
  .about_sec1_content_title {
    font-size: 8.8vw;
    line-height: 10.9333333333vw;
    margin-top: 8vw;
  }
  .about_sec1_content_title::before {
    width: 5.3333333333vw;
    height: 4vw;
    top: 1.3333333333vw;
    left: -6.4vw;
  }
  .about_sec1_content_title::after {
    width: 12.5333333333vw;
    height: 3.2vw;
    bottom: 5.3333333333vw;
    right: -9.3333333333vw;
  }
  .about_sec1_content_title .line .draw-line {
    bottom: -1.3333333333vw;
    left: -1.3333333333vw;
  }
  .about_sec1_content_title .line:nth-child(1) .draw-line {
    width: 41.8666666667vw;
  }
  .about_sec1_content_title .line:nth-child(2) .draw-line {
    width: 46.4vw;
  }
  .about_sec1_content_title .line:nth-child(3) .draw-line {
    width: 86.6666666667vw;
    bottom: -10.6666666667vw;
  }
  .about_sec1_content_text02 {
    margin-top: 10.6666666667vw;
  }
  .about_sec1_content_text02 .text01 {
    font-size: 3.7333333333vw;
  }
  .about_sec1_content_text02 .text02 {
    font-size: 8.8vw;
    margin-top: 4vw;
  }
  .about_sec1_content_text02 .text03 {
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
  .about_sec1_content_text02 .text03::before {
    width: 28.8vw;
    top: -3.4666666667vw;
  }
  .about_sec1_content_desc {
    font-size: 3.2vw;
    margin-top: 10.6666666667vw;
  }
}
/* section2
***************************************************************/
.about_sec2 {
  padding: 0;
}

/* section3
***************************************************************/
.about_sec3 {
  padding: 165px 0 200px;
}

.about_sec3_table {
  width: 100%;
  margin-top: 80px;
  width: 850px;
  position: relative;
  left: 50px;
}

.about_sec3_th {
  font-weight: bold;
  width: 195px;
  padding: 15px 0;
}

.about_sec3_td {
  padding: 15px 0;
}

.about_sec3_td iframe {
  width: 100%;
  display: block;
  height: 360px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .about_sec3 {
    padding: 22.6666666667vw 0;
  }
  .about_sec3_table {
    margin-top: 13.3333333333vw;
    width: 100%;
    left: 0;
  }
  .about_sec3_th {
    display: block;
    width: 100%;
    padding: 0 0 4vw;
  }
  .about_sec3_td {
    display: block;
    width: 100%;
    padding: 0 0 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 2;
  }
  .about_sec3_td iframe {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 53.3333333333vw;
    margin-top: 16vw;
  }
}
/* section1
***************************************************************/
.work_sec {
  padding: 160px 0 0;
}

.works {
  padding: 0;
}

.works_list {
  margin-top: 2.34375vw;
}

.works_item {
  width: 50%;
  margin-top: -0.78125vw;
}

.none-modal .works_item {
  pointer-events: none;
}

.works_item_thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.works_item.is-show .works_item_thumbnail {
  opacity: 1;
  transform: translateY(0);
}

.works_item_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding: 0 1.5625vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.area01-1 .works_item_content {
  padding: 0 1.953125vw 0 3.515625vw;
}

.area01-2 .works_item_content {
  padding: 0 1.5625vw 0 3.515625vw;
}

.area03-1 .works_item_content {
  padding: 0 3.515625vw 0 1.5625vw;
}

.area03-2 .works_item_content {
  padding: 0 3.125vw 0 1.953125vw;
}

.works_item_content_title {
  color: #fff;
  font-size: 1.40625vw;
  font-weight: bold;
}

.works_item_content_text {
  color: #fff;
  font-size: 1.09375vw;
  opacity: 0.5;
}

.works_item_thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .works_item:hover .works_item_thumbnail img {
    transform: scale(1.1, 1.1);
  }
  .works_item:hover .works_item_content {
    opacity: 1;
  }
  .works_item.is-open01 .works_item_thumbnail img {
    transform: none !important;
  }
  .works_item.is-open01 .works_item_content {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 680px) {
  .work_sec {
    padding: 32vw 0 0;
  }
  .works_category {
    gap: 13.3333333333vw;
  }
  .works_category a {
    font-size: 3.7333333333vw;
  }
  .works_category_list {
    gap: 9.3333333333vw;
  }
  .works_list {
    margin-top: 8vw;
  }
}
/* Modal
***************************************************************/
.work-modal {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: #F0F0F0;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  overflow: auto;
  transition: 0.3s;
  padding-bottom: 10.15625vw;
}

.works_item.is-open01 {
  z-index: 9999;
}

/* 閉じるアニメ中 */
.works_item.is-open02 .work-modal {
  opacity: 1;
  visibility: unset;
}

.work-modal_close {
  position: fixed;
  top: 2.734375vw;
  right: 3.125vw;
  z-index: 100;
  background: none;
  border: 0;
  cursor: pointer;
}

.work-modal_close span {
  position: relative;
  width: 6.640625vw;
  height: 1.171875vw;
}

.work-modal_close span::before,
.work-modal_close span::after {
  content: "";
  display: inline-block;
  width: 6.640625vw;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.work-modal_close span::before {
  transform: translate(-50%, -50%) rotate(5deg);
}

.work-modal_close span::after {
  transform: translate(-50%, -50%) rotate(-5deg);
}

.work-modal_thumbnail {
  text-align: center;
  background: #000;
}

.work-modal_thumbnail img {
  height: 100vh;
  height: 100svh;
  width: 78.125vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.work-modal_body {
  margin-top: 4.6875vw;
}

.work-modal_body .inner {
  max-width: 84.375vw;
}

.work-modal_contentHead_date {
  font-size: 0.9375vw;
  letter-spacing: 0.1em;
}

.work-modal_contentHead_category {
  font-size: 0.9375vw;
  letter-spacing: 0.1em;
  border-radius: 0.9765625vw;
  background: #ddd;
  display: inline-block;
  padding: 0 1.5625vw;
  margin-top: 0.78125vw;
}

.modal_content_title {
  font-weight: bold;
  font-size: 3.125vw;
}

.modal_content_client {
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 1.25vw;
}

.modal_content_client::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.390625vw;
  background: #ff4da6;
  position: absolute;
  left: 0;
  bottom: 0vw;
  z-index: -1;
}

.modal_content_table {
  width: 62.5vw;
  margin: 4.6875vw auto 0;
}

.modal_content_th {
  font-size: 0.859375vw;
  letter-spacing: 0.1em;
  width: 7.8125vw;
  padding: 1.25vw 0 1.015625vw;
}

.modal_content_td {
  font-weight: bold;
  padding: 1.09375vw 0 1.09375vw;
}

.modal_content_td_artist {
  display: flex;
  gap: 3.90625vw;
}

.modal_content_td_artist:nth-of-type(n + 2) {
  margin-top: 0.78125vw;
}

.modal_content_td_artist_position {
  opacity: 0.5;
}

.work-modal_content_gallery {
  width: 62.5vw;
  margin: 9.375vw auto 0;
}

.work-modal_content_gallery img {
  margin-top: 3.90625vw;
}

.work-modal_content .btn {
  transform: scale(-1, 1);
  margin-top: 6.25vw;
}

.work-modal_content .btn_link {
  margin-left: auto;
}

.work-modal_content .btn .text {
  transform: scale(-1, 1);
}

.work-modal_content .btn_link .arrow::before {
  left: 10px;
}

@media screen and (max-width: 680px) {
  .work-modal_body .inner {
    max-width: unset;
  }
  .work-modal {
    padding-bottom: 26.6666666667vw;
  }
  .work-modal_close {
    top: 5.3333333333vw;
    right: 2.6666666667vw;
  }
  .work-modal_close span {
    position: relative;
    width: 16vw;
    height: 4vw;
  }
  .work-modal_close span::before,
  .work-modal_close span::after {
    width: 16vw;
  }
  .work-modal_thumbnail {
    height: 133.3333333333vw;
  }
  .work-modal_thumbnail img {
    max-height: unset;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .work-modal_body {
    margin-top: 13.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .work-modal_contentHead_date {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
  .work-modal_contentHead_category {
    font-size: 3.2vw;
    border-radius: 3.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-top: 4vw;
  }
  .modal_content_title {
    font-size: 6.9333333333vw;
  }
  .modal_content_client {
    font-size: 3.4666666667vw;
  }
  .modal_content_client::before {
    height: 1.3333333333vw;
  }
  .modal_content_table {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
  .modal_content_th {
    font-size: 2.9333333333vw;
    width: 100%;
    display: block;
    padding: 0 0 2.6666666667vw;
  }
  .modal_content_td {
    padding: 0 0 10.6666666667vw;
    width: 100%;
    display: block;
    font-size: 3.2vw;
  }
  .modal_content_td_artist {
    gap: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .modal_content_td_artist:nth-of-type(n + 2) {
    margin-top: 2.6666666667vw;
  }
  .work-modal_content_gallery {
    margin: 21.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .work-modal_content_gallery img {
    margin-top: 5.3333333333vw;
  }
  .work-modal_content .btn {
    margin-top: 16vw;
  }
  .work-modal_content .btn_link .arrow::before {
    left: 2.6666666667vw;
  }
}
/* WORKS ローディング
***************************************************************/
.works-loader {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4.6875vw 0;
}

.works-loader.is-active {
  display: flex;
}

.works-loader__spinner {
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-top-color: #000;
  border-radius: 50%;
  animation: works-loader-spin 0.8s linear infinite;
}

@keyframes works-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .works-loader__spinner {
    animation-duration: 2.4s;
  }
}
@media (max-width: 680px) {
  .works-loader {
    padding: 16vw 0;
  }
  .works-loader__spinner {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
/* section1
***************************************************************/
.service_sec1 {
  padding: 160px 0 0;
}

.service_sec1_title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
}

.service_sec1_title .text {
  font-size: 75px;
  letter-spacing: -0.05em;
  line-height: 90px;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 680px) {
  .service_sec1 {
    padding: 32vw 0 0;
  }
  .service_sec1_title {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
  .service_sec1_title .text {
    font-size: 11.4666666667vw;
    line-height: 13.8666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-right: 1.3333333333vw;
    display: inline;
  }
}
/* Section1
***************************************************************/
.event_sec1 {
  padding: 160px 0 65px;
}

.event_sec1_flex {
  display: grid;
  align-items: center;
  grid-template-columns: 398px 1fr;
  gap: 86px;
  margin-top: 40px;
}

.event_sec1_flexBox_tag {
  font-size: 20px;
}

.event_sec1_flexBox_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
}

.event_sec1_flexBox_text {
  border-top: 1px solid #707070;
  margin-top: 20px;
  padding-top: 20px;
  font-weight: bold;
}

.event_sec1_flexBox_text .underline,
.event_sec1_flexBox_text .underline .line {
  display: inline-block;
  top: 7px;
}

@media screen and (max-width: 680px) {
  .event_sec1 {
    padding: 32vw 0 17.3333333333vw;
  }
  .event_sec1_flex {
    display: flex;
    flex-flow: column;
    gap: 12vw;
    margin-top: 12vw;
  }
  .event_sec1_flexBox {
    flex: 1;
    width: 100%;
  }
  .event_sec1_flexBox_tag {
    font-size: 5.3333333333vw;
  }
  .event_sec1_flexBox_title {
    font-size: 9.6vw;
  }
  .event_sec1_flexBox_text {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .event_sec1_flexBox_text .underline,
  .event_sec1_flexBox_text .underline .line {
    display: inline-block;
    top: 1.8666666667vw;
    margin-top: -2.9333333333vw;
  }
}
/* Section2
***************************************************************/
.event_sec2_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 30px;
}

.event_sec2_item {
  position: relative;
}

.event_sec2_item::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(../images/icon/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
}

.event_sec2_item a {
  display: block;
  position: relative;
}

.event_sec2_item a::before {
  content: "";
  display: inline-block;
  width: 91px;
  height: 78px;
  background-image: url(../images/event/event_open.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: -1px;
}

.event_sec2_item.close a::before {
  background-image: url(../images/event/event_close.webp);
}

.event_sec2_item img {
  height: 169px;
}

.event_sec2_item_title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
  line-height: 1.4;
}

.event_sec2_item_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 5px;
  padding-right: 50px;
  position: relative;
}

@media screen and (max-width: 680px) {
  .event_sec2_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12vw;
    padding: 0 2.6666666667vw;
  }
  .event_sec2_item::before {
    width: 10.4vw;
    height: 10.4vw;
  }
  .event_sec2_item a::before {
    width: 24.2666666667vw;
    height: 20.8vw;
  }
  .event_sec2_item img {
    height: 45.0666666667vw;
  }
  .event_sec2_item_title {
    font-size: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
  .event_sec2_item_text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 1.3333333333vw;
    padding-right: 13.3333333333vw;
  }
}
/* Section3
***************************************************************/
.event_sec3 {
  background: #F0F0F0;
}

.event_sec3 .inner {
  max-width: 1180px;
  padding: 80px 60px;
  background: #fff;
  text-align: center;
}

.event_sec3_title {
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #87aed7;
}

.event_sec3_title:nth-of-type(2) {
  margin-top: 40px;
}

.event_sec3_title img {
  width: auto;
}

.event_sec3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.event_sec3_item {
  height: 366px;
  position: relative;
  z-index: 1;
  padding-top: 130px;
}

.event_sec3_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.event_sec3_item_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  height: 54px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.event_sec3_item_title::before {
  content: "";
  display: inline-block;
  width: 80px;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
}

ul:nth-of-type(2) .event_sec3_item_title::before {
  bottom: -12px;
}

.event_sec3_item_text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .event_sec3 {
    background: #fff;
  }
  .event_sec3 .inner {
    max-width: unset;
    padding: 0 5.3333333333vw;
  }
  .event_sec3_title {
    font-size: 4.2666666667vw;
  }
  .event_sec3_title:nth-of-type(2) {
    margin-top: 21.3333333333vw;
  }
  .event_sec3_title img {
    width: auto;
  }
  .event_sec3_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw;
    margin-top: 8vw;
  }
  .event_sec3_item {
    height: 97.6vw;
    padding-top: 34.6666666667vw;
  }
  .event_sec3_item_title {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
    height: 14.4vw;
  }
  .event_sec3_item_title::before {
    width: 21.3333333333vw;
    bottom: -1.3333333333vw;
  }
  ul:nth-of-type(2) .event_sec3_item_title::before {
    bottom: -3.2vw;
  }
  .event_sec3_item_text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 6.6666666667vw;
  }
}
/* Section4
***************************************************************/
.event_sec4 {
  background-image: url(../images/event/sec4_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.event_sec4 .inner {
  display: grid;
  grid-template-columns: 1fr 365px;
}

.event_sec4_title {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.event_sec4_title .line {
  top: 20px;
}

.event_sec4_text {
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
}

.event_sec4 .btn02 {
  margin-top: 170px;
}

.event_sec4_btn {
  font-weight: bold;
  width: 276px;
  border-radius: 19.5px;
  padding: 5px 0;
  background: #000;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.event_sec4_btn::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/icon_x.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.event_sec4 .twitter-timeline {
  height: 100%;
  display: block;
}

#twitter-widget-0 {
  height: 100%;
  display: block;
}

@media screen and (max-width: 680px) {
  .event_sec4 {
    background-image: url(../images/event/sec4_bg_sp.webp);
  }
  .event_sec4 .inner {
    display: block;
  }
  .event_sec4_title {
    font-size: 9.3333333333vw;
  }
  .event_sec4_title .line {
    top: 1.6vw;
  }
  .event_sec4_text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .event_sec4 .btn02 {
    margin-top: 9.3333333333vw;
  }
  .event_sec4_btn {
    width: 73.6vw;
    padding: 1.3333333333vw 0;
    margin: 6.6666666667vw auto 0;
    gap: 2.6666666667vw;
  }
  .event_sec4_btn::before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background-image: url(../images/icon/icon_x.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .event_sec4_sns {
    width: 100%;
    margin: 8vw auto 0;
  }
}
/* Section5
***************************************************************/
.event_sec5 {
  padding: 160px 0 0;
}
.event_sec5 .reveal_content {
  margin-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 680px) {
  .event_sec5 {
    padding: 16vw 0 0;
  }
  .event_sec5 .reveal_content {
    margin-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
/* Section6
***************************************************************/
.sponsor_sec {
  padding: 140px 0 180px;
  background: #F0F0F0;
}

.sponsor_sec_head {
  display: grid;
  grid-template-columns: 1fr 450px;
  margin-top: 90px;
}

.sponsor_sec_head_title {
  font-size: 55px;
  font-weight: bold;
}

.sponsor_sec_head_title_logo {
  width: 73px;
  display: block;
  margin-top: 30px;
}

.sponsor_sec_headBox_text {
  font-weight: bold;
}

.sponsor_sec_headBox_link {
  display: flex;
  margin-top: 30px;
  gap: 10px;
}

.sponsor_sec_headBox_link a {
  width: 32px;
}

.sponsor_sec_content {
  margin-top: 120px;
  padding: 80px 0;
  text-align: center;
  background: #fff;
}

.sponsor_sec_content_title {
  font-weight: bold;
  font-size: 20px;
}

.sponsor_sec_content_text {
  font-weight: bold;
  margin-top: 40px;
}

.sponsor_sec_content_text .line {
  position: relative;
  z-index: 1;
  display: inline;
}

.sponsor_sec_content_text .line01 .draw-line {
  position: absolute;
  bottom: -5px;
  left: -10px;
  width: 645px;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .sponsor_sec {
    padding: 16vw 0;
  }
  .sponsor_sec_head {
    display: block;
    margin-top: 16vw;
  }
  .sponsor_sec_head_title {
    font-size: 8.8vw;
    text-align: center;
  }
  .sponsor_sec_head_title_logo {
    width: 19.4666666667vw;
    margin: 8vw auto 0;
  }
  .sponsor_sec_headBox {
    margin-top: 10.6666666667vw;
    text-align: center;
  }
  .sponsor_sec_headBox_text {
    font-size: 3.2vw;
  }
  .sponsor_sec_headBox_link {
    justify-content: center;
    margin-top: 8vw;
    gap: 2.6666666667vw;
  }
  .sponsor_sec_headBox_link a {
    width: 8.5333333333vw;
  }
  .sponsor_sec_content {
    margin-top: 21.3333333333vw;
    padding: 13.3333333333vw 2.6666666667vw;
  }
  .sponsor_sec_content_title {
    font-size: 4.2666666667vw;
  }
  .sponsor_sec_content_text {
    font-size: 3.4666666667vw;
    margin-top: 8vw;
  }
  .sponsor_sec_content_text .line01 .draw-line {
    bottom: 5.3333333333vw;
    left: -1.3333333333vw;
    width: 83.4666666667vw;
  }
  .sponsor_sec_content_text .line02 .draw-line {
    position: absolute;
    bottom: -1.3333333333vw;
    left: -2.6666666667vw;
    width: 52.5333333333vw;
    height: auto;
    pointer-events: none;
    z-index: -1;
  }
}
/* Section7
***************************************************************/
.event_contact {
  padding: 140px 0;
  background: #fff;
}

.event_contact_text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

@media screen and (max-width: 680px) {
  .event_contact {
    padding: 16vw 0;
  }
  .event_contact_text {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
/* Section1
***************************************************************/
.es_sec1 {
  padding: 140px 0 100px;
}

.es_sec1_head {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 600px;
  gap: 80px;
}

.es_sec1_headBox_desc {
  background: #87AED7;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px 0;
  display: inline-block;
}

.es_sec1_headBox_title {
  font-weight: bold;
  font-size: 55px;
  line-height: 70px;
  margin-top: 30px;
}

.es_sec1_headBox_table {
  margin-top: 35px;
}

.es_sec1_headBox_th {
  width: 50px;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  vertical-align: middle;
}

.es_sec1_headBox_td {
  padding: 15px 0 15px 35px;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
}

.es_sec1_headBox_td.bold {
  font-weight: bold;
}

.es_sec1_thumbnail {
  padding: 15px 80px;
  background: #87AED7;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.es_sec1_headBox_btn {
  margin-top: 20px;
}

.es_sec1_headBox_btn_close {
  font-weight: bold;
  letter-spacing: -0.05em;
  background: #707070;
  text-align: center;
  padding: 20px 0;
  width: 382px;
}

.es_sec1_headBox_description {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 20px;
}

.es_sec1_headBox_description a {
  color: #FF4DA6;
  text-decoration: underline;
}

.es_sec1_thumbnail img {
  height: 620px;
}

.es_sec1_content {
  margin-top: 50px;
  background: #fff;
  padding: 50px 80px;
}

.es_sec1_content_title {
  font-size: 21px;
  text-align: center;
  color: #87aed7;
}

.es_sec1_contentFlex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  margin-top: 35px;
}

.es_sec1_contentFlex::before {
  content: "";
  display: inline-block;
  height: 100%;
  border-right: 1px solid #c4c4c4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.es_sec1_contentFlexBox_th {
  width: 60px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 20px 0;
}

.es_sec1_contentFlexBox_td {
  padding: 20px 0 20px 30px;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 680px) {
  .es_sec1 {
    padding: 32vw 0 16vw;
  }
  .es_sec1_head {
    display: block;
  }
  .es_sec1_headBox_desc {
    font-size: 3.2vw;
    padding: 0 2.6666666667vw;
  }
  .es_sec1_headBox_title {
    font-size: 8.8vw;
    line-height: 10.9333333333vw;
    margin-top: 2.6666666667vw;
  }
  .es_sec1_headBox_table {
    margin-top: 8vw;
  }
  .es_sec1_headBox_th {
    width: 13.3333333333vw;
    text-align: center;
    padding: 2.6666666667vw 0;
    font-size: 3.2vw;
    vertical-align: middle;
  }
  .es_sec1_headBox_td {
    padding: 2.6666666667vw 0 2.6666666667vw 9.3333333333vw;
    font-size: 3.2vw;
  }
  .es_sec1_headBox_btn {
    margin-top: 5.3333333333vw;
  }
  .es_sec1_headBox_btn_close {
    padding: 4vw 0;
    width: 100%;
  }
  .es_sec1_headBox_description {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    line-height: 4.8vw;
    margin-top: 5.3333333333vw;
  }
  .es_sec1_thumbnail {
    padding: 2.6666666667vw 2.6666666667vw;
    margin: 16vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .es_sec1_thumbnail img {
    height: auto;
  }
  .es_sec1_content {
    margin-top: 13.3333333333vw;
    padding: 10.6666666667vw 2.6666666667vw;
  }
  .es_sec1_content_title {
    font-size: 4.2666666667vw;
  }
  .es_sec1_contentFlex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
    margin-top: 4vw;
  }
  .es_sec1_contentFlex::before {
    display: none;
  }
  .es_sec1_contentFlexBox_th {
    display: block;
    width: 100%;
    font-size: 2.9333333333vw;
    padding: 8vw 0 0;
    text-align: left;
  }
  .es_sec1_contentFlexBox_td {
    display: block;
    width: 100%;
    padding: 5.3333333333vw 0 0;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
/* Section2
***************************************************************/
.es_sec2 {
  padding: 0 0 140px;
}

.es_sec2_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 60px;
}

.es_sec2_item {
  display: grid;
  grid-template-columns: 127px 284px 1fr;
}

.es_sec2_number {
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 46px;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.es_sec2_item img {
  height: 284px;
}

.es_sec2_itemBox {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 64px;
}

.es_sec2_itemBox_title {
  font-weight: bold;
  line-height: 1.2;
}

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

.es_sec2_itemBox_title .ja {
  font-size: 60px;
  display: block;
}

.es_sec2_itemBox_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .es_sec2 {
    padding: 0 0 16vw;
  }
  .es_sec2_list {
    gap: 6.6666666667vw;
    margin-top: 8vw;
  }
  .es_sec2_item {
    display: block;
  }
  .es_sec2_number {
    font-size: 12vw;
    line-height: 1;
    position: absolute;
    left: 5.3333333333vw;
    top: 77.3333333333vw;
  }
  .es_sec2_item img {
    height: 68vw;
  }
  .es_sec2_itemBox {
    display: block;
    padding-left: 17.0666666667vw;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
  .es_sec2_itemBox_title {
    font-weight: bold;
    line-height: 1.2;
    padding-left: 9.3333333333vw;
  }
  .es_sec2_itemBox_title .en {
    font-size: 3.4666666667vw;
  }
  .es_sec2_itemBox_title .ja {
    font-size: 6.9333333333vw;
  }
  .es_sec2_itemBox_text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 4vw;
  }
}
/* Section3
***************************************************************/
.es_sec3 {
  padding: 0 0 140px;
}

.es_sec3_content {
  padding: 50px 0;
  background: #fff;
  margin-top: 60px;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  padding: 0 64px;
}

.tab li a {
  font-weight: bold;
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 42px;
  min-width: 154px;
  text-align: center;
}

.tab li.active a {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.tab_area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 60px 90px;
}

.tab_area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab_area_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}

.tab_area_item {
  text-align: center;
}

.tab_area_item a {
  display: block;
}

.tab_area_item img {
  height: 284px;
}

.tab_area_item_text {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .es_sec3 {
    padding: 0 0 16vw;
  }
  .es_sec3_content {
    padding: 13.3333333333vw 0;
    margin: 8vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .es_sec3_scroll {
    overflow-y: scroll;
  }
  .tab {
    width: 266.6666666667vw;
    gap: 3.4666666667vw;
    padding: 0 5.3333333333vw;
  }
  .tab li a {
    padding: 1.0666666667vw 2.6666666667vw;
    border-radius: 11.2vw;
    min-width: 41.0666666667vw;
    font-size: 3.2vw;
  }
  .tab_area {
    padding: 8vw 5.3333333333vw;
  }
  .tab_area_list {
    gap: 8vw 1.3333333333vw;
  }
  .tab_area_item img {
    height: 28.8vw;
  }
  .tab_area_item_text {
    font-size: 2.9333333333vw;
    margin-top: 1.0666666667vw;
  }
}
/* Section4
***************************************************************/
.es_sec4 {
  padding: 0 0 140px;
}

.es_sec4 .section_title02 {
  margin-top: 80px;
}

.es_sec4_thumbnail {
  margin-top: 60px;
}

.es_sec4_thumbnail img {
  height: 455px;
  width: auto;
}

.es_sec4_title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.05em;
  margin-top: 60px;
}

.es_sec4_text01 {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 10px;
}

.es_sec4_text02 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.es_sec4_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.es_sec4_gallery img {
  height: 247px;
}

.es_sec4_map {
  margin-top: 200px;
  background: #fff;
  padding: 50px 60px;
}

.es_sec4_map_title {
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 208px;
  background: #000;
  padding: 5px 0;
  border-radius: 42px;
}

.es_sec4_map_content {
  margin-top: 40px;
  padding: 0 100px;
}

@media screen and (max-width: 680px) {
  .es_sec4 {
    padding: 0 0 16vw;
  }
  .es_sec4 .section_title02 {
    margin-top: 13.3333333333vw;
  }
  .es_sec4_thumbnail {
    margin: 8vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .es_sec4_thumbnail img {
    height: 42.6666666667vw;
  }
  .es_sec4_title {
    font-size: 6.4vw;
    margin-top: 13.3333333333vw;
  }
  .es_sec4_text01 {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2.6666666667vw;
  }
  .es_sec4_text02 {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .es_sec4_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.9333333333vw;
    margin-top: 8vw;
  }
  .es_sec4_gallery img {
    height: 32vw;
  }
  .es_sec4_map {
    margin: 21.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
    padding: 13.3333333333vw 0;
  }
  .es_sec4_map_title {
    width: 55.4666666667vw;
    padding: 1.3333333333vw 0;
    border-radius: 11.2vw;
    margin: 0 auto;
  }
  .es_sec4_map_content {
    margin-top: 2.6666666667vw;
    padding: 0;
  }
}
/* Section5
***************************************************************/
.es_sec5 {
  padding: 0 0 60px;
}

.es_sec5_title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.05em;
  line-height: 50px;
  margin-top: 60px;
}

.es_sec5_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 15px;
  text-align: right;
}

.es_sec5_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 60px;
}

.es_sec5_item {
  position: relative;
}

.es_sec5_item img {
  height: 180px;
}

.es_sec5_item_text {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.es_sec5_content {
  margin-top: 90px;
  background: #fff;
  padding: 80px 160px;
}

.es_sec5_content_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.es_sec5_content_title:nth-of-type(2) {
  margin-top: 80px;
}

.es_sec5_content_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 80px;
  margin-top: 40px;
}

.es_sec5_content_item {
  text-align: center;
}

.es_sec5_content_item img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.es_sec5_content_item_text {
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .es_sec5 {
    padding: 0 0 16vw;
  }
  .es_sec5_title {
    font-size: 8.8vw;
    line-height: 10.9333333333vw;
    margin-top: 8vw;
  }
  .es_sec5_text {
    font-size: 3.2vw;
    margin-top: 4vw;
    text-align: right;
  }
  .es_sec5_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .es_sec5_item img {
    height: 29.8666666667vw;
  }
  .es_sec5_item_text {
    font-size: 3.2vw;
  }
  .es_sec5_content {
    margin: 21.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
    padding: 21.3333333333vw 5.3333333333vw;
  }
  .es_sec5_content_title {
    font-size: 4.2666666667vw;
  }
  .es_sec5_content_title:nth-of-type(2) {
    margin-top: 16vw;
  }
  .es_sec5_content_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.4vw 2.6666666667vw;
    margin-top: 8vw;
  }
  .es_sec5_content_item img {
    width: 19.7333333333vw;
    height: 19.7333333333vw;
  }
  .es_sec5_content_item_text {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
/* section1
***************************************************************/
.recruit_sec1 {
  padding: 140px 0 0;
}

.recruit_sec1_title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-top: 45px;
}

.recruit_sec1 .section_title02 {
  margin-top: 60px;
}

.recruit_sec1_content {
  margin-top: 50px;
  background: #fff;
  padding: 60px;
}

.recruit_sec1_content_title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 29px;
  border-left: 10px solid #ff4da6;
  padding-left: 14px;
}

.recruit_sec1_content_title:nth-of-type(2) {
  margin-top: 50px;
}

.recruit_sec1_content_table {
  margin-top: 20px;
}

.recruit_sec1_content_th {
  opacity: 0.5;
  width: 180px;
  padding-left: 25px;
  padding: 10px 0;
}

.recruit_sec1_content_td {
  padding: 10px 0;
}

@media screen and (max-width: 680px) {
  .recruit_sec1 {
    padding: 32vw 0 0;
  }
  .recruit_sec1_title {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .recruit_sec1 .section_title02 {
    margin-top: 8vw;
  }
  .recruit_sec1_content {
    margin: 5.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
    padding: 13.3333333333vw 5.3333333333vw;
  }
  .recruit_sec1_content_title {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
    border-left: 2.1333333333vw solid #ff4da6;
    padding-left: 1.8666666667vw;
  }
  .recruit_sec1_content_title:nth-of-type(2) {
    margin-top: 13.3333333333vw;
  }
  .recruit_sec1_content_table {
    margin-top: 10.6666666667vw;
  }
  .recruit_sec1_content_th {
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 0 0 2.6666666667vw;
    font-size: 3.2vw;
  }
  .recruit_sec1_content_td {
    display: block;
    width: 100%;
    padding: 0 0 5.3333333333vw;
    font-size: 3.2vw;
  }
}
/* section2
***************************************************************/
.recruit_sec2 {
  padding: 100px 0 160px;
}

.recruit_sec2_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin: 50px 0 40px;
}

@media screen and (max-width: 680px) {
  .recruit_sec2 {
    padding: 16vw 0;
  }
  .recruit_sec2_title {
    font-weight: bold;
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
    margin: 13.3333333333vw 0 8vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  padding: 160px 0;
}

.contact_sec_text {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-top: 40px;
}

.contact_form {
  max-width: 800px;
  margin: 80px auto 0;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 37px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
}

.contact_item_title {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: bold;
  width: 210px;
  padding-top: 10px;
}

.contact_item:nth-of-type(5) .contact_item_title {
  padding-top: 0;
}

.req {
  width: 40px;
  padding: 4px 4px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #707070;
  border-radius: 4px;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_submit {
  margin: 50px auto 0;
  position: relative;
  width: 382px;
}

.contact_submit_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  pointer-events: none;
}

.contact_submit_text::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.contact_submit input {
  margin: 0 auto;
  font-size: 0;
  height: 56px;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  padding: 75px 0;
  text-align: center;
  background: #fff;
}

.thanks_title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.thanks_text {
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .contact {
    padding: 32vw 0 16vw;
  }
  .contact_sec {
    padding: 32vw 0;
  }
  .contact_sec_text {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .contact_form {
    margin-top: 10.6666666667vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 8vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.6666666667vw;
  }
  .contact_item_title {
    gap: 3.4666666667vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
  .req {
    width: 10.6666666667vw;
    padding: 0.5333333333vw 0;
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
  }
  .contact_area input {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
  .contact_area textarea {
    height: 33.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .contact_check {
    gap: 1.3333333333vw;
    margin-top: 8vw;
    font-size: 3.2vw;
  }
  .contact_check input {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .contact_submit {
    margin: 13.3333333333vw auto 0;
    width: 100%;
  }
  .contact_submit_text {
    font-size: 4.2666666667vw;
    gap: 4vw;
  }
  .contact_submit_text::after {
    width: 10.4vw;
    height: 10.4vw;
  }
  .contact_submit input {
    height: 14.9333333333vw;
  }
  .thanks {
    padding: 5.3333333333vw 0;
  }
  .thanks_title {
    font-size: 5.3333333333vw;
  }
  .thanks_text {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .thanks_btn {
    width: 78.6666666667vw;
    margin: 5.3333333333vw auto 0;
    font-size: 4vw;
  }
}
/* section1
***************************************************************/
.privacy_sec {
  padding: 140px 0;
}

.privacy_sec_head_text {
  line-height: 25px;
  font-weight: bold;
  margin-top: 50px;
}

.privacy_sec_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 40px;
}

.privacy_sec_item_title {
  font-weight: bold;
}

.privacy_sec_item_text {
  font-size: 14px;
  margin-top: 10px;
}

.privacy_sec_item .list01 {
  list-style: auto;
  padding-left: 20px;
  margin-top: 14px;
}

@media screen and (max-width: 680px) {
  .privacy_sec {
    padding: 32vw 0;
  }
  .privacy_sec_head_text {
    line-height: 6.4vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .privacy_sec_list {
    gap: 8vw;
    margin-top: 10.6666666667vw;
  }
  .privacy_sec_item_title {
    font-size: 3.7333333333vw;
  }
  .privacy_sec_item_text {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
  .privacy_sec_item .list01 {
    margin-top: 3.7333333333vw;
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
  }
}