@charset "UTF-8";
/*!
Theme Name: テーマ名に置き換え
Theme URI: http://underscores.me/
Author: Heads.Inc
Author URI: -------
Description: テーマ名に置き換え Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/*金*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* SCSS メディアクエリ */
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: #292929;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  width: 100%;
  line-height: 2;
  color: #292929;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

body {
  opacity: 0;
  pointer-events: none;
}
body.loaded {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: 0.6s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  margin-top: auto;
  height: 100%;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 1.8888888889rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1rem;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form #comment,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 3px;
  border: 1px solid #ccc;
}

.comment-form input[type=submit] {
  margin: 20px auto;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.editor-content h1 {
  font-size: 34px;
  font-size: 1.8888888889rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h1 {
    font-size: 11px;
    font-size: 5.8666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h2 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h2 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h3 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h3 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h4 {
  font-size: 18px;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h4 {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.editor-content h5 {
  font-size: 18px;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h5 {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.editor-content h6 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h6 {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.editor-content p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .editor-content p {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}
.editor-content p strong {
  font-weight: normal;
}
.editor-content table {
  width: 100%;
  border: 1px solid #eee;
}
.editor-content table tr th,
.editor-content table tr td {
  padding: 0.5em;
  border: 1px solid #eee;
}
.editor-content table tr th {
  background: white;
  width: 24%;
  max-width: 240px;
  color: red;
}
.editor-content ul, .editor-content ul li {
  list-style: disc;
  margin-left: 10px;
}
.editor-content ol, .editor-content ol li {
  list-style: decimal;
  margin-left: 10px;
}
.editor-content a {
  color: blue;
  text-decoration: underline;
}
.editor-content blockquote {
  background: #eee;
  padding: 20px;
  border-radius: 0 30px 30px 0;
  border-left: 5px solid black;
}
@media (max-width: 767px) {
  .editor-content blockquote {
    padding: 5.3333333333vw;
    border-radius: 0 8vw 8vw 0;
  }
}
.editor-content blockquote cite {
  text-align: right;
  margin-top: 20px;
  display: block;
}
.editor-content pre {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  height: 100%;
  padding: 200px 0 200px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .common-main {
    padding: 26.6666666667vw 0 37.3333333333vw;
  }
}

.home .common-main {
  padding-top: 0;
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .home .common-main {
    padding-bottom: 4vw;
  }
}

.common-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .common-bg {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .common-bg {
    width: 100%;
    top: 41.0666666667vw;
  }
}
.common-bg:before {
  content: "";
  width: 487px;
  height: 120px;
  background-image: url(./img/page/bg-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(0%);
}
@media (max-width: 767px) {
  .common-bg:before {
    width: 100%;
    height: 100%;
    min-height: 619.7333333333vw;
    background-image: url(./img/page/bg-sp.svg);
    background-repeat: repeat-y;
    background-position: top left;
    transform: translateX(-50%);
  }
}
.common-bg > span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 156px;
}
@media (max-width: 767px) {
  .common-bg > span {
    display: none;
  }
}
.common-bg > span:before {
  content: "";
  width: 338px;
  height: 100%;
  background-image: url(./img/page/bg-left.svg);
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 339px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.common-bg > span:after {
  content: "";
  width: 450px;
  height: 100%;
  background-image: url(./img/page/bg-right.svg);
  background-repeat: repeat-y;
  background-position: top left;
  position: absolute;
  top: 0;
  right: 0;
}

/* layout > header
============================================================================== */
.home .common-header__logo {
  opacity: 0;
  pointer-events: none;
}
.home .common-header__toggle {
  opacity: 0;
  pointer-events: none;
}

.common-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.5s;
  pointer-events: none;
}
.common-header.open {
  background: black;
}
.common-header.is-active {
  background: black;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.common-header.nav-hidden .common-header__nav.top {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .common-header.nav-hidden .common-header__nav.top {
    opacity: 1;
    pointer-events: all;
  }
}
.common-header.nav-hidden .common-header__nav.top .common-header__menu > li {
  pointer-events: none;
}
@media (max-width: 767px) {
  .common-header.nav-hidden .common-header__nav.top .common-header__menu > li {
    pointer-events: all;
  }
}
.common-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 30px 0px 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .common-header__inner {
    padding: 5.3333333333vw 4vw 0px 5.3333333333vw;
  }
}
.common-header__logo {
  width: 130px;
  height: 130px;
  position: relative;
  font-size: 0;
  font-weight: 400;
  margin-top: 40px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .common-header__logo {
    width: 16vw;
    height: 16vw;
    margin-top: 0;
  }
}
.common-header__logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  width: 100%;
}
.common-header__logo a > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.common-header__toggle {
  background-image: url(./img/common/bg_toggle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  pointer-events: all;
  z-index: 3;
}
@media (max-width: 767px) {
  .common-header__toggle {
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 5.3333333333vw;
    right: 4vw;
  }
}
.common-header__toggle.top {
  display: none;
}
@media (max-width: 767px) {
  .common-header__toggle.top {
    display: block;
  }
}
.common-header__toggle.open .common-header__toggleInner span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.common-header__toggle.open .common-header__toggleInner span:nth-of-type(2) {
  opacity: 0;
}
.common-header__toggle.open .common-header__toggleInner span:last-of-type {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
.common-header__toggleInner {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .common-header__toggleInner {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.common-header__toggleInner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: white;
  border-radius: 2px;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .common-header__toggleInner span {
    display: block;
  }
}
@media (max-width: 767px) {
  .common-header__toggleInner span {
    height: 0.8vw;
    border-radius: 0.5333333333vw;
  }
}
.common-header__toggleInner span:first-of-type {
  top: 0;
}
.common-header__toggleInner span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.common-header__toggleInner span:last-of-type {
  bottom: 0;
}
.common-header__nav {
  background: white;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  padding-top: 90px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: all;
  z-index: 2;
}
@media (max-width: 767px) {
  .common-header__nav {
    padding-top: 16vw;
  }
}
.common-header__navBg {
  display: none;
}
@media (max-width: 767px) {
  .common-header__navBg {
    content: "";
    background: white;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
}
.common-header__navChara {
  line-height: 1;
  width: 218px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(141%);
  bottom: 63px;
}
@media screen and (max-width: 1280px) {
  .common-header__navChara {
    width: 17.03125vw;
    left: auto;
    right: 115px;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .common-header__navChara {
    width: 32vw;
    display: block;
    position: absolute;
    left: auto;
    right: 4vw;
    bottom: 26.6666666667vw;
    transform: translateX(0%);
  }
}
.common-header__navChara > span {
  line-height: 1;
  display: block;
}
.common-header__navChara > span > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-header__navChara > span.txt {
  width: 145px;
}
@media screen and (max-width: 1280px) {
  .common-header__navChara > span.txt {
    width: 11.328125vw;
  }
}
@media (max-width: 767px) {
  .common-header__navChara > span.txt {
    width: 22.1333333333vw;
  }
}
.common-header__navChara > span.icn {
  width: 193px;
  margin-top: 8px;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .common-header__navChara > span.icn {
    width: 15.078125vw;
    margin-top: 0.625vw;
  }
}
@media (max-width: 767px) {
  .common-header__navChara > span.icn {
    width: 25.6vw;
    margin-top: 1.6vw;
  }
}
.common-header__navLogo {
  width: 198px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .common-header__navLogo {
    width: 35.2vw;
  }
}
.common-header__navLogo > a {
  width: 100%;
  height: 100%;
  display: block;
}
.common-header__nav.top {
  background: transparent;
  width: auto;
  height: auto;
  padding: 35px 0px 4px;
  padding-right: 7px;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  opacity: 1;
  pointer-events: none;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .common-header__nav.top {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background: white;
    padding: 16vw 0 0;
    position: absolute;
    left: 0;
    right: auto;
    display: none;
    transition: none;
    pointer-events: all;
  }
}
.common-header__nav.top:before {
  content: "";
  background: #FCDD09;
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 11px 11px;
}
@media (max-width: 767px) {
  .common-header__nav.top:before {
    display: none;
  }
}
.common-header__nav.top .common-header__navLogo {
  display: none;
}
@media (max-width: 767px) {
  .common-header__nav.top .common-header__navLogo {
    display: block;
  }
}
.common-header__nav.top .common-header__navBottom {
  display: none;
}
@media (max-width: 767px) {
  .common-header__nav.top .common-header__navBottom {
    width: 100%;
    display: flex;
  }
}
.common-header__nav.top .common-header__navChara {
  display: none;
}
@media (max-width: 767px) {
  .common-header__nav.top .common-header__navChara {
    display: block;
  }
}
.common-header__nav.top .common-header__menu {
  height: auto;
  margin-top: 0;
  row-gap: 0;
  align-items: flex-end;
  overflow: visible;
}
@media (max-width: 767px) {
  .common-header__nav.top .common-header__menu {
    height: 45.406vh;
    margin-top: 9.3333333333vw;
    row-gap: 4vw;
    align-items: center;
    overflow: auto;
  }
}
.common-header__nav.top .common-header__menu li {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  pointer-events: all;
}
@media (max-width: 767px) {
  .common-header__nav.top .common-header__menu li {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}
.common-header__nav.top .common-header__menu li a {
  color: #8C8C8C;
  padding: 2px 12px 3px 24px;
  display: block;
}
@media (max-width: 767px) {
  .common-header__nav.top .common-header__menu li a {
    padding: 0;
    color: #575656;
    display: inline-block;
  }
}
.common-header__nav.top .common-header__menu li a.is-current {
  color: #292929;
}
@media (max-width: 767px) {
  .common-header__nav.top .common-header__menu li a.is-current {
    color: #575656;
  }
}
.common-header__nav.top .common-header__menu li a.is-current:before {
  opacity: 1;
}
.common-header__nav.top .common-header__menu li a:hover {
  opacity: 1;
}
.common-header__nav.top .common-header__menu li a:before {
  content: "";
  width: 100%;
  height: 39px;
  display: block;
  background: #FCDD09;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 20px 0px 0px 20px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .common-header__nav.top .common-header__menu li a:before {
    display: none;
  }
}
.common-header__nav.top .common-header__menu li:last-of-type {
  margin-right: 0;
}
.common-header__navBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  row-gap: 20px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .common-header__navBottom {
    row-gap: 4vw;
    bottom: 5.3333333333vw;
  }
}
.common-header__navBottom > small {
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 300;
}
@media (max-width: 767px) {
  .common-header__navBottom > small {
    font-size: 6px;
    font-size: 3.2vw;
  }
}
.common-header__navSnsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media (max-width: 767px) {
  .common-header__navSnsList {
    -moz-column-gap: 6.6666666667vw;
         column-gap: 6.6666666667vw;
  }
}
.common-header__navSnsList > li {
  line-height: 1;
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .common-header__navSnsList > li {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
.common-header__navSnsList > li.linkedin > a > svg g path:nth-of-type(2) {
  fill: white;
}
.common-header__navSnsList > li > a {
  width: 100%;
  height: 100%;
  display: block;
}
.common-header__navSnsList > li > a > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.common-header__menu {
  height: 45.6vh;
  max-height: 342px;
  margin-top: 37px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  row-gap: 15px;
  overflow: auto;
}
@media (max-width: 767px) {
  .common-header__menu {
    height: 45.406vh;
    max-height: 89.6vw;
    margin-top: 9.3333333333vw;
    align-items: center;
    row-gap: 4vw;
  }
}
.common-header__menu li {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .common-header__menu li {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.common-header__menu li:last-of-type {
  display: none;
}
@media (max-width: 767px) {
  .common-header__menu li:last-of-type {
    display: block;
  }
}
.common-header__menu li a {
  color: #575656;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.common-header__menu li:last-of-type {
  margin-right: 0;
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  position: relative;
  background-color: #FFE955;
  z-index: 99;
}
.common-footer__pageTop {
  width: 162px;
  position: fixed;
  right: 0;
  bottom: 100px;
}
@media (max-width: 767px) {
  .common-footer__pageTop {
    width: 37.3333333333vw;
    bottom: 10.6666666667vw;
  }
}
.common-footer__pageTop.is-show > a {
  left: 0;
}
.common-footer__pageTop.is-stop {
  bottom: calc(100% + 100px);
}
@media (max-width: 767px) {
  .common-footer__pageTop.is-stop {
    bottom: calc(100% + 10.6666666667vw);
  }
}
.common-footer__pageTop > a {
  display: block;
  left: 100%;
  position: relative;
  transition: 0.3s;
}
.common-footer__pageTop > a:hover {
  opacity: 1;
}
.common-footer__inner {
  max-width: 768px;
  width: 100%;
  padding: 30px 0 7px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .common-footer__inner {
    max-width: 75.7333333333vw;
    padding: 8vw 0 4.8vw;
  }
}
.common-footer__navMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  gap: 53px;
  line-height: 1;
}
@media (max-width: 767px) {
  .common-footer__navMenu {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5.3333333333vw;
  }
}
.common-footer__navMenu li {
  font-weight: 700;
}
@media (max-width: 767px) {
  .common-footer__navMenu li {
    width: 50%;
    margin-right: 0;
  }
}
.common-footer__navMenu li a {
  font-size: 20px;
  line-height: 2.45;
  position: relative;
}
@media (max-width: 767px) {
  .common-footer__navMenu li a {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    text-align: center;
    display: block;
  }
}
.common-footer__logo {
  line-height: 1;
  width: 556px;
  height: 43px;
  display: block;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .common-footer__logo {
    width: 100%;
    height: 5.8666666667vw;
  }
}
.common-footer__logo > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.common-footer__sns {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .common-footer__sns {
    margin-top: 18.6666666667vw;
  }
}
.common-footer__snsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 767px) {
  .common-footer__snsList {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
.common-footer__snsList > li {
  line-height: 1;
  width: 19px;
  height: 19px;
}
@media (max-width: 767px) {
  .common-footer__snsList > li {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.common-footer__snsList > li > a {
  width: 100%;
  height: 100%;
  display: block;
}
.common-footer__snsList > li > a > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.common-footer__privacy {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .common-footer__privacy {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-top: 1.8666666667vw;
  }
}
.common-footer__copyright {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .common-footer__copyright {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    margin-top: 2.4vw;
  }
}

/* layout > front page （TOP,HOME）
============================================================================================================ */
/* layout > archive
============================================================================================================ */
.archive-news {
  max-width: 764px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .archive-news {
    max-width: 178.9333333333vw;
  }
}

/* layout > single
============================================================================================================ */
/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/* layout > contact
============================================================================================================ */
.third-library-form .page-contact .heading.page > h1 {
  font-size: 50px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .third-library-form .page-contact .heading.page > h1 {
    font-size: 13.5px;
    font-size: 7.2vw;
    line-height: 1.8;
  }
}
.third-library-form .page-contact__inner {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .third-library-form .page-contact__inner {
    margin-top: 5.3333333333vw;
  }
}
.third-library-form-child .thanks .page-contact__inner {
  margin-top: 96px !important;
}
@media (max-width: 767px) {
  .third-library-form-child .thanks .page-contact__inner {
    margin-top: 17.0666666667vw !important;
  }
}
.third-library-form-child .thanks .page-contact__chara > span.txt {
  width: 161px;
}
@media (max-width: 767px) {
  .third-library-form-child .thanks .page-contact__chara > span.txt {
    width: 33.3333333333vw;
  }
}

.page-contact__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  max-width: 768px;
  width: 100%;
  margin: 40px auto -10px;
}
@media (max-width: 767px) {
  .page-contact__title {
    font-size: 11px;
    font-size: 5.8666666667vw;
    max-width: 73.3333333333vw;
    margin-top: 8vw;
    margin-bottom: -1.3333333333vw;
  }
}
.page-contact__inner {
  background: rgba(255, 255, 255, 0.8);
  max-width: 768px;
  width: 100%;
  padding: 30px 50px;
  margin: 40px auto 0;
  border-radius: 8vw;
}
@media (max-width: 767px) {
  .page-contact__inner {
    max-width: 73.3333333333vw;
    padding: 4vw 6.6666666667vw 5.3333333333vw;
    margin-top: 6.6666666667vw;
    border-radius: 8vw;
  }
}
.page-contact__editor {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-contact__editor {
    margin-top: 8vw;
  }
}
.page-contact__editor small {
  display: block;
}
@media (max-width: 767px) {
  .page-contact__editor small {
    font-size: 5.5px;
    font-size: 2.9333333333vw;
  }
}
.page-contact__cont {
  max-width: 768px;
  width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .page-contact__cont {
    max-width: 73.3333333333vw;
    margin-top: 8vw;
  }
}
.page-contact .common-heading {
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .page-contact .common-heading {
    margin-bottom: 17.3333333333vw;
  }
}
.page-contact__chara {
  width: 161px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .page-contact__chara {
    width: 43.4666666667vw;
    padding-left: 0.5333333333vw;
  }
}
.page-contact__chara > span {
  line-height: 1;
  display: block;
}
.page-contact__chara > span.txt {
  width: 247px;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .page-contact__chara > span.txt {
    width: 50.9333333333vw;
    top: -8.5333333333vw;
    left: 50%;
    transform: translateX(-51%);
  }
}
.page-contact__chara > span.icn {
  width: 100%;
  display: block;
}
.page-contact__info {
  max-width: 768px;
  width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .page-contact__info {
    max-width: 73.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.page-contact__info > figure {
  height: 432px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .page-contact__info > figure {
    height: 41.3333333333vw;
  }
}
.page-contact__info > figure > video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-contact__info > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-contact__intro {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media (max-width: 767px) {
  .page-contact__intro {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.page-contact__intro a {
  color: blue;
  text-decoration: underline;
}
.page-contact__note {
  color: #FF3B3B;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .page-contact__note {
    margin-bottom: 2.6666666667vw;
  }
}

.page.confirm .page-contact__intro {
  text-align: center;
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .page.confirm .page-contact__intro {
    margin-bottom: 26.6666666667vw;
  }
}

.page.thanks .page-contact .common-heading {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact .common-heading {
    margin-bottom: 21.3333333333vw;
  }
}
.page.thanks .page-contact__inner {
  background: transparent;
  padding: 0px;
  margin-top: 60px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__inner {
    margin-top: 10.6666666667vw;
  }
}
.page.thanks .page-contact__inner > h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 111px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__inner > h2 {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 24vw;
  }
}
.page.thanks .page-contact .form__btn-col > span {
  margin: 76px auto 0;
}
@media (max-width: 767px) {
  .page.thanks .page-contact .form__btn-col > span {
    margin-top: 10.6666666667vw;
  }
}

/*  layout > form
============================================================================================================ */
.form__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: column;
}
.form__row:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .form__row:nth-of-type(n + 2) {
    margin-top: 5.3333333333vw;
  }
}
.form__row.last-name {
  width: 325px;
}
@media (max-width: 767px) {
  .form__row.last-name {
    width: 100%;
  }
}
.form__row.first-name {
  width: 325px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .form__row.first-name {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.form__row.kinds .form__col:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
.form__col {
  width: 100%;
}
.form__col:first-of-type {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .form__col:first-of-type {
    margin-bottom: 1.3333333333vw;
  }
}
.form__col > span {
  color: #FF3B3B;
}
.form__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .form__btn {
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 10.6666666667vw;
  }
}
.form__btn-col input, .form__btn-col span {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 200px;
  height: 50px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border: solid 4px #FFE955;
  border-radius: 40px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .form__btn-col input, .form__btn-col span {
    width: 48vw;
    height: 11.2vw;
    background: #FFE955;
  }
}
.form__btn-col input:hover, .form__btn-col span:hover {
  background: #FFE955;
  opacity: 1;
}
.form__btn-col.submit {
  margin-top: 0;
}
/* layout > privacy-policy
============================================================================================================ */
.page-privacy-policy__inner {
  max-width: 767px;
  width: 100%;
  padding-top: 60px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-privacy-policy__inner {
    max-width: 72.5333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.page-privacy-policy__contItem:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-privacy-policy__contItem:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
.page-privacy-policy__contItem > h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5555555556;
}
@media (max-width: 767px) {
  .page-privacy-policy__contItem > h2 {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.page-privacy-policy__contEditor {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-privacy-policy__contEditor {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
  }
}
.page-privacy-policy__contEditor a {
  word-wrap: break-word;
}
.page-privacy-policy__contEditor ul > li {
  padding-left: 1em;
  position: relative;
}
.page-privacy-policy__contEditor ul > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* layout > 404
============================================================================================================ */
.page-404 {
  padding: 63px 0 0;
}
@media (max-width: 767px) {
  .page-404 {
    padding: 15.2vw 0 0;
  }
}
.page-404__inner {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-404__inner {
    max-width: 73.6vw;
  }
}
.page-404__icn {
  width: 373px;
  height: 131px;
  margin: 0 auto 39px;
}
@media (max-width: 767px) {
  .page-404__icn {
    width: 56.8vw;
    height: 20vw;
    margin-bottom: 11.2vw;
  }
}
.page-404__icn > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.page-404__info {
  text-align: center;
}
.page-404__info > p {
  font-size: 24px;
  line-height: 2.0416666667;
}
.page-404__info > p.high {
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-404__info > p.high {
    font-size: 11px;
    font-size: 5.8666666667vw;
    line-height: 1.6818181818;
  }
}
.page-404__info > p.low {
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .page-404__info > p.low {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 2;
    margin-top: 5.3333333333vw;
  }
}

/* layout > archive
============================================================================ */
.archive-works__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .archive-works__inner {
    max-width: 97.65625vw;
  }
}
@media (max-width: 767px) {
  .archive-works__inner {
    max-width: 73.3333333333vw;
  }
}
.archive-works__intro {
  max-width: 781px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .archive-works__intro {
    max-width: 741px;
  }
}
@media (max-width: 767px) {
  .archive-works__intro {
    font-size: 8px;
    font-size: 4.2666666667vw;
    max-width: 73.3333333333vw;
    margin-top: 5.3333333333vw;
    justify-content: center;
    flex-direction: column;
  }
}
.archive-works__intro > span {
  line-height: 1;
  display: inline-block;
}
.archive-works__intro > span.txt {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .archive-works__intro > span.txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .archive-works__intro > span.txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.archive-works__intro > span.icn {
  max-width: 139px;
  min-width: 139px;
}
@media (max-width: 767px) {
  .archive-works__intro > span.icn {
    max-width: 26.6666666667vw;
    min-width: 26.6666666667vw;
  }
}
.archive-works__cat {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
  gap: 13px;
}
@media (max-width: 767px) {
  .archive-works__cat {
    padding-top: 9.3333333333vw;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 6.9333333333vw;
  }
}
.archive-works__cat > a {
  color: #DEDEDE;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.01em;
  width: 181px;
  display: block;
  padding-bottom: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .archive-works__cat > a {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    width: 34.6666666667vw;
    padding-bottom: 0;
  }
}
.archive-works__cat > a.current {
  font-weight: 700;
  color: #292929;
}
.archive-works__cat > a.current:before {
  height: 8px;
  background: #FFE955;
}
@media (max-width: 767px) {
  .archive-works__cat > a.current:before {
    height: 1.6vw;
  }
}
.archive-works__cat > a:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #DEDEDE;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .archive-works__cat > a:before {
    height: 0.8vw;
    border-radius: 1.3333333333vw;
    top: 100%;
    bottom: auto;
  }
}
.archive-works__list {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .archive-works__list {
    padding-top: 9.6vw;
  }
}

/* layout > card
============================================================================ */
.card-note {
  width: 320px;
}
@media (max-width: 1024px) {
  .card-note {
    width: 31.25vw;
  }
}
@media (max-width: 767px) {
  .card-note {
    width: 100%;
  }
}
.card-note__link:hover {
  opacity: 1;
}
.card-note__link:hover .card-note__thumb > img {
  transform: scale(1.1);
}
.card-note__link:hover .card-note__info {
  opacity: 0.6;
}
.card-note__thumb {
  aspect-ratio: 1.91/1;
  border-radius: 24px;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.25));
  overflow: hidden;
}
@media (max-width: 767px) {
  .card-note__thumb {
    border-radius: 8.5333333333vw;
  }
}
.card-note__thumb > img {
  transition: 0.4s;
}
.card-note__info {
  margin-top: 20px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .card-note__info {
    margin-top: 5.3333333333vw;
  }
}
.card-note__info > h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 767px) {
  .card-note__info > h3 {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

.card-works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .card-works {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .card-works {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
.card-works:nth-of-type(n + 2) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .card-works:nth-of-type(n + 2) {
    margin-top: 16.5333333333vw;
  }
}
.card-works__thumb {
  width: 504px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .card-works__thumb {
    width: 49.21875vw;
  }
}
@media (max-width: 767px) {
  .card-works__thumb {
    width: 100%;
  }
}
.card-works__thumbImg {
  aspect-ratio: 1.775/1;
}
.card-works__cont {
  width: 466px;
  padding-left: 37px;
  position: relative;
}
@media (max-width: 1024px) {
  .card-works__cont {
    width: 45.5078125vw;
    padding-left: 3.61328125vw;
  }
}
@media (max-width: 767px) {
  .card-works__cont {
    width: 100%;
    padding-top: 2.6666666667vw;
    padding-left: 0;
  }
}
.card-works__cont:before {
  content: "";
  width: 7px;
  height: 100%;
  background: #FCDD09;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 12px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .card-works__cont:before {
    display: none;
  }
}
.card-works__cont > hgroup {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .card-works__cont > hgroup {
    padding-bottom: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .card-works__cont > hgroup:before {
    content: "";
    width: 100%;
    height: 1.8666666667vw;
    background: #FFE955;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 1.3333333333vw;
  }
}
.card-works__cont > hgroup > h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4545454545;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .card-works__cont > hgroup > h2 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 0.5333333333vw;
  }
}
.card-works__cont > hgroup > span.info {
  font-size: 18px;
  color: #787878;
  display: block;
}
@media (max-width: 767px) {
  .card-works__cont > hgroup > span.info {
    font-size: 6px;
    font-size: 3.2vw;
    text-align: center;
  }
}
.card-works__cont > a {
  background: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  width: 156px;
  padding: 9px 0;
  border: solid 3px #FFE955;
  margin-top: 40px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  border-radius: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .card-works__cont > a {
    background: #FFE955;
    width: 38.1333333333vw;
    margin: 8vw auto 0;
    border: solid 0.8vw #FFE955;
    border-radius: 3.7333333333vw;
    box-shadow: 0px 1.0666666667vw 1.0666666667vw 0px rgba(0, 0, 0, 0.15);
  }
}
.card-works__cont > a:hover {
  background: #FFE955;
  opacity: 1;
}

/* module
============================================================================ */
/* module > Page Title
============================================================================ */
.heading.top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  position: relative;
}
.heading.top > p {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(0.1em);
}
@media (max-width: 767px) {
  .heading.top > p {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.heading.top .low {
  line-height: 1;
  width: 205px;
  height: 35px;
  position: relative;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .heading.top .low {
    width: 37.6vw;
    height: 6.4vw;
    margin-top: 0.2666666667vw;
  }
}
.heading.top .low > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.heading.top .low > h2 {
  height: 0;
  visibility: hidden;
}
.heading.page {
  width: 768px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .heading.page {
    width: 73.3333333333vw;
  }
}
.heading.page > h1 {
  font-size: 60px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .heading.page > h1 {
    font-size: 13.5px;
    font-size: 7.2vw;
    line-height: 1.8148148148;
  }
}

/* module > form
============================================================================ */
/*////////////////////////// 基本スタイル //////////////////////////*/
input[type=text], input[type=email], input[type=tel], select, textarea {
  width: 100%;
  padding: 1px 7px;
  min-height: auto;
  outline: none;
  background: white;
  border: 1px solid #292929;
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  vertical-align: bottom;
}
input[type=text]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, input[type=tel]:-moz-placeholder-shown, select:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #aaa;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, input[type=tel]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}
@media (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], select, textarea {
    padding: 1.0666666667vw 1.6vw;
  }
}

/*////////////////////////// テキストエリア //////////////////////////*/
textarea {
  height: 400px;
}
@media (max-width: 767px) {
  textarea {
    height: 53.3333333333vw;
  }
}

/*////////////////////////// セレクトボックス //////////////////////////*/
select {
  height: 39px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("./img/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

/*////////////////////////// ラジオボタン //////////////////////////*/
.mw_wp_form .mwform-radio-field.horizontal-item {
  position: relative;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .mw_wp_form .mwform-radio-field.horizontal-item {
    margin-right: 8vw;
  }
}
.mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
    margin-right: 8vw;
  }
}
.mw_wp_form .mwform-radio-field-text {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mw_wp_form .mwform-radio-field-text {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.mw_wp_form input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.mw_wp_form input[type=radio]:focus + .mwform-radio-field-text:before {
  outline: none;
  border-color: #3197EE;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

/*///////////////// チェックボックス //////////////////////////*/
.mw_wp_form .mwform-checkbox-field.horizontal-item {
  display: block;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.mw_wp_form .mwform-checkbox-field-text {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mw_wp_form .mwform-checkbox-field-text {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.mw_wp_form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:before {
  content: "";
  display: inline-block;
  background: white;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 250ms ease;
}
@media (max-width: 767px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    margin-right: 6.4vw;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
  width: 20px;
  height: 17px;
  background: #3197EE;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:after {
    top: 3.2vw;
    left: 2.4vw;
    width: 8.5333333333vw;
    height: 7.2vw;
    border-radius: 4vw;
  }
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.mw_wp_form input[type=checkbox]:focus + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #3197EE;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

/*////////////////////////// ファイル添付 //////////////////////////*/
.mw_wp_form .form__row.file input[type=file] {
  display: none;
}
.mw_wp_form .form__row.file .form__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.mw_wp_form .form__row.file .form__col .file_name {
  display: inline-block;
  word-break: break-all;
  line-height: 1.2;
  max-width: 40%;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .mw_wp_form .form__row.file .form__col .file_name {
    max-width: 60%;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.mw_wp_form .form__row.file .mw-wp-form_file a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mw_wp_form .file_label {
  font-size: 16px;
  font-size: 0.8888888889rem;
  display: block;
  width: 172px;
  padding: 2px 7px;
  min-height: auto;
  border-radius: 10px;
  outline: none;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.mw_wp_form .file_label:-moz-placeholder-shown {
  color: #aaa;
}
.mw_wp_form .file_label:placeholder-shown {
  color: #aaa;
}
.mw_wp_form .file_label::-webkit-input-placeholder {
  color: #aaa;
}
.mw_wp_form .file_label:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mw_wp_form .file_label::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mw_wp_form .file_label:-ms-input-placeholder {
  color: #aaa;
}
@media (max-width: 767px) {
  .mw_wp_form .file_label {
    font-size: 14px;
    font-size: 7.4666666667vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
  }
}
.mw_wp_form .mwform-file-delete {
  margin-left: 15px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mw_wp_form .mwform-file-delete {
    margin-left: 8vw;
    margin-right: 5.3333333333vw;
  }
}

.mw_wp_form_confirm .file_label {
  display: none;
}

/*////////////////////////// ボタン //////////////////////////*/
input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

/*////////////////////////// 入力画面・確認画面 //////////////////////////*/
.mw_wp_form .form__col .error {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  color: #FF3B3B;
  width: 100%;
  margin-top: 5px;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .mw_wp_form .form__col .error {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-top: 0;
    margin-bottom: -1.6vw;
  }
}
.mw_wp_form .form__btn-col:first-of-type {
  display: none;
}

.mw_wp_form_confirm .form__row {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__row {
    margin-top: 5.3333333333vw;
  }
}
.mw_wp_form_confirm .form__row.mail_confirm {
  display: none;
}
.mw_wp_form_confirm .form__btn {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__btn {
    margin-top: 16vw;
  }
}
.mw_wp_form_confirm .form__btn-col.btn__more {
  margin: 0;
}
.mw_wp_form_confirm .form__btn-col:first-of-type {
  display: block;
}
.mw_wp_form_confirm .form__btn-col.back {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__btn-col.back {
    margin-top: 8vw;
    margin-right: 0;
  }
}
.mw_wp_form_confirm .form__note {
  display: none;
}

/* module > btn
============================================================================ */
.mod-btn {
  line-height: 1;
  text-align: center;
  background: white;
  width: 257px;
  min-height: 80px;
  padding: 10px 65px 10px 28px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  border: solid 5px #FFE955;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .mod-btn {
    width: 53.3333333333vw;
    min-height: 18.1333333333vw;
    padding: 0 16vw 0 5.3333333333vw;
    border: solid 1.0666666667vw #FFE955;
    border-radius: 13.3333333333vw;
  }
}
.mod-btn:hover {
  background: #FFE955;
  opacity: 1;
}
.mod-btn > span.txt {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .mod-btn > span.txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}
.mod-btn > span.arw {
  line-height: 1;
  width: 32px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mod-btn > span.arw {
    width: 6.6666666667vw;
    height: 4.2666666667vw;
    right: 5.8666666667vw;
  }
}
.mod-btn > span.arw > svg {
  width: 100%;
  height: 100%;
  display: block;
}

/*  module > breadcrumbs
============================================================================================================ */
/* module > pagination （WP-Pagenavi）
============================================================================ */
/* module > top
============================================================================ */
.top-kv {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.top-kv:before {
  content: "";
  width: 100%;
  height: 156px;
  background-origin: padding-box;
  background-image: url(./img/top/kv/icn_wave.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: calc(100% - 26px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .top-kv:before {
    height: 26.6666666667vw;
    background-image: url(./img/top/kv/icn_wave-sp.svg);
    background-size: cover;
    top: 100%;
  }
}
.top-kv__inner {
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.top-kv__inner .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-kv__inner .bg .bg-item {
  width: 768px;
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  .top-kv__inner .bg .bg-item {
    width: 110.9333333333vw;
  }
}
.top-kv__inner .bg .bg-item.left {
  height: 768px;
  right: 100%;
  bottom: 100%;
}
@media (max-width: 767px) {
  .top-kv__inner .bg .bg-item.left {
    height: 110.9333333333vw;
  }
}
.top-kv__inner .bg .bg-item.right {
  content: "";
  height: 558px;
  top: 100%;
  left: 100%;
}
@media (max-width: 767px) {
  .top-kv__inner .bg .bg-item.right {
    width: 133.3333333333vw;
    height: 96.8vw;
  }
}
.top-kv__innerLogo {
  width: 796px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -2%);
  opacity: 0;
}
@media (max-width: 767px) {
  .top-kv__innerLogo {
    width: 60.2666666667vw;
    height: 45.8666666667vw;
    transform: translate(-50%, -39%);
  }
}
.top-kv__innerLogo > span {
  background: white;
  width: 24px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-218%, -100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .top-kv__innerLogo > span {
    width: 5.8666666667vw;
    height: 5.3333333333vw;
    transform: translate(162%, -145%);
  }
}
.top-kv__innerLogo > figure {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.top-kv__innerLogo > figure > span {
  line-height: 1;
  width: 100%;
  height: 100%;
}
.top-kv__innerLogo > figure > span > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top-kv__cont {
  width: 655px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 3;
}
@media (max-width: 767px) {
  .top-kv__cont {
    width: 72vw;
    transform: translate(-50%, -21%);
  }
}
.top-kv__contConcept {
  height: 43px;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-kv__contConcept {
    height: 22.1333333333vw;
  }
}
.top-kv__contConcept > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top-kv__contLogo {
  width: 394px;
  height: 31px;
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-kv__contLogo {
    width: 68.8vw;
    height: 5.3333333333vw;
    margin-top: 22.4vw;
  }
}
.top-kv__contLogo > svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: translateY(100%);
}
.top-kv__scroll {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-kv__scroll {
    font-size: 10px;
    font-size: 5.3333333333vw;
    bottom: 10.9333333333vw;
  }
}
.top-kv__scroll > span {
  width: 4px;
  height: 230px;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-kv__scroll > span {
    width: 1.0666666667vw;
    height: 48vw;
    top: calc(100% + 10.6666666667vw);
  }
}
.top-kv__scroll > span > span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-kv__scroll > span > span {
    border-radius: 0.8vw;
  }
}
.top-kv__scroll > span > span > span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.top-kv__scroll > span > span > span.white-line {
  height: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-kv__scroll > span > span > span.white-line {
    height: 26.6666666667vw;
  }
}
.top-kv__scroll > span > span > span.white-line > span {
  width: 100%;
  height: 0%;
  background: white;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
  z-index: 2;
}
.top-kv__scroll > span > span > span.yellow-line > span {
  width: 100%;
  height: 0%;
  background: #FFE955;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
  z-index: 1;
}

.top-greeting {
  margin-top: 299px;
  position: relative;
}
@media (max-width: 767px) {
  .top-greeting {
    margin-top: 71.7333333333vw;
  }
}
.top-greeting > .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .top-greeting > .bg {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .top-greeting > .bg {
    width: 100%;
  }
}
.top-greeting > .bg:before {
  content: "";
  width: 397px;
  height: 1155px;
  background-image: url(./img/top/greeting/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 240px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-greeting > .bg:before {
    width: 39.2vw;
    height: 89.0666666667vw;
    top: 33.3333333333vw;
    left: auto;
    right: 0;
    background-image: url(./img/top/greeting/bg-sp.svg);
  }
}
.top-greeting__cont {
  max-width: 768px;
  width: 100%;
  padding-top: 55px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-greeting__cont {
    max-width: 73.3333333333vw;
    padding-top: 9.3333333333vw;
  }
}
.top-greeting__cont > h3 {
  font-size: 33px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .top-greeting__cont > h3 {
    font-size: 10px;
    font-size: 5.3333333333vw;
  }
}
.top-greeting__cont > p {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-greeting__cont > p {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
}
.top-greeting__contChara {
  width: 237px;
  margin: 90px auto 0;
  position: relative;
  left: -8px;
}
@media (max-width: 767px) {
  .top-greeting__contChara {
    width: 33.3333333333vw;
    padding-left: 5.0666666667vw;
    margin-top: 9.0666666667vw;
    left: auto;
  }
}
.top-greeting__contChara > span {
  line-height: 1;
  display: block;
}
.top-greeting__contChara > span.txt {
  width: 146px;
  position: absolute;
  top: -22px;
  left: -62px;
}
@media (max-width: 767px) {
  .top-greeting__contChara > span.txt {
    width: 22.1333333333vw;
    top: -2.1333333333vw;
    left: -15.4666666667vw;
  }
}
.top-greeting__contChara > span.icn {
  width: 100%;
  display: block;
}
.top-greeting__contChara > span.name {
  width: 93px;
  position: absolute;
  bottom: 6px;
  right: -67px;
}
@media (max-width: 767px) {
  .top-greeting__contChara > span.name {
    width: 16.5333333333vw;
    bottom: -0.8vw;
    right: -13.3333333333vw;
  }
}

.top-third-library {
  margin-top: 161px;
  position: relative;
}
@media (max-width: 767px) {
  .top-third-library {
    margin-top: 26.6666666667vw;
  }
}
.top-third-library > .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .top-third-library > .bg {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .top-third-library > .bg {
    width: 100%;
  }
}
.top-third-library > .bg:before {
  content: "";
  width: 422px;
  height: 297px;
  background-image: url(./img/top/third-library/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-third-library > .bg:before {
    width: 23.7333333333vw;
    height: 37.0666666667vw;
    background-image: url(./img/top/third-library/bg-sp.svg);
    top: -8vw;
    left: 0;
    right: auto;
    bottom: auto;
  }
}
.top-third-library__slider {
  max-width: 687px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .top-third-library__slider {
    max-width: 79.2vw;
  }
}
.top-third-library__thumb {
  width: 658px;
  height: 308px;
  position: relative;
}
@media (max-width: 767px) {
  .top-third-library__thumb {
    width: 100%;
    height: 41.0666666667vw;
  }
}
.top-third-library__thumb.swiper {
  overflow: visible;
}
.top-third-library__thumb .swiper-pagination {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  top: calc(100% + 10px);
  bottom: auto;
  left: 50% !important;
  right: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-third-library__thumb .swiper-pagination {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    top: calc(100% + 2.6666666667vw);
  }
}
.top-third-library__thumb .swiper-pagination-bullet {
  background: #D9D9D9;
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1;
}
@media (max-width: 767px) {
  .top-third-library__thumb .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.top-third-library__thumb .swiper-pagination-bullet-active {
  background: #929292;
}
.top-third-library__thumb .swiper-button {
  width: 687px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}
@media (max-width: 767px) {
  .top-third-library__thumb .swiper-button {
    display: none;
  }
}
.top-third-library__thumb .swiper-button-item {
  background: white;
  border: solid 4px #D8BC00;
  font-size: 0;
  width: 40px;
  height: 100%;
  margin: 0;
  display: block;
  border-radius: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  z-index: 40;
  transition: 0.4s;
}
.top-third-library__thumb .swiper-button-item:hover {
  background: #D8BC00;
}
.top-third-library__thumb .swiper-button-item:hover > span > svg path {
  stroke: white;
}
.top-third-library__thumb .swiper-button-item:after {
  display: none;
}
.top-third-library__thumb .swiper-button-item > span {
  line-height: 1;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-third-library__thumb .swiper-button-item > span > svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: transparent;
}
.top-third-library__thumb .swiper-button-item > span > svg path {
  transition: 0.4s;
}
.top-third-library__thumb .swiper-button-next {
  right: 0;
}
.top-third-library__thumb .swiper-button-next > span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.top-third-library__thumbList {
  width: 100%;
}
.top-third-library__thumbItem {
  width: 100%;
  padding: 0 55px;
  aspect-ratio: 1.775/1;
}
@media (max-width: 767px) {
  .top-third-library__thumbItem {
    padding: 0 2.9333333333vw;
  }
}
.top-third-library__thumbItem:before {
  content: "";
  background: white;
  width: 548px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .top-third-library__thumbItem:before {
    width: 73.3333333333vw;
  }
}
.top-third-library__thumbItem.swiper-slide {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.top-third-library__thumbItem.swiper-slide img {
  opacity: 0.4;
}
.top-third-library__thumbItem.swiper-slide-active img {
  opacity: 1;
}
.top-third-library__thumbItem > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-third-library__cont {
  width: 547px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .top-third-library__cont {
    width: 73.3333333333vw;
    margin: 8vw auto 0;
  }
}
.top-third-library__cont.swiper {
  padding-bottom: 140px;
  overflow: visible;
}
@media (max-width: 767px) {
  .top-third-library__cont.swiper {
    padding-bottom: 0;
    overflow: hidden;
  }
}
.top-third-library__cont .swiper-button {
  display: none;
}
@media (max-width: 767px) {
  .top-third-library__cont .swiper-button {
    width: 34.6666666667vw;
    height: 10.6666666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 30px);
    transform: translateX(-50%);
    z-index: 40;
  }
}
@media (max-width: 767px) {
  .top-third-library__cont .swiper-button-item {
    background: white;
    border: solid 1.0666666667vw #D8BC00;
    font-size: 0;
    width: 10.6666666667vw;
    height: 100%;
    margin: 0;
    display: block;
    border-radius: 50%;
    left: auto;
    right: auto;
    transform: translateY(-50%);
    z-index: 40;
    transition: 0.4s;
  }
}
.top-third-library__cont .swiper-button-item:hover {
  background: #D8BC00;
}
.top-third-library__cont .swiper-button-item:hover > span > svg path {
  stroke: white;
}
.top-third-library__cont .swiper-button-item:after {
  display: none;
}
@media (max-width: 767px) {
  .top-third-library__cont .swiper-button-item > span {
    line-height: 1;
    width: 3.7333333333vw;
    height: 6.4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-third-library__cont .swiper-button-item > span > svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: transparent;
  }
  .top-third-library__cont .swiper-button-item > span > svg path {
    transition: 0.4s;
  }
}
.top-third-library__cont .swiper-button-next {
  right: 0;
}
.top-third-library__cont .swiper-button-next > span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.top-third-library__contItem > hgroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  padding: 0 40px 26px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .top-third-library__contItem > hgroup {
    padding: 0 0 2.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top-third-library__contItem > hgroup:before {
  content: "";
  background: #FFE955;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top-third-library__contItem > hgroup:before {
    height: 1.6vw;
    border-radius: 1.3333333333vw;
  }
}
.top-third-library__contItem > hgroup > h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .top-third-library__contItem > hgroup > h3 {
    font-size: 14px;
    font-size: 7.4666666667vw;
    line-height: 1.4642857143;
  }
}
.top-third-library__contItem > hgroup > p {
  color: #787878;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .top-third-library__contItem > hgroup > p {
    font-size: 6px;
    font-size: 3.2vw;
  }
}
.top-third-library__contItem > p {
  padding: 0 6px;
}
@media (max-width: 767px) {
  .top-third-library__contItem > p {
    padding: 0;
  }
}
.top-third-library__contBottom {
  width: 688px;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-third-library__contBottom {
    width: 69.8666666667vw;
    margin: 24vw auto 0;
    position: relative;
    left: auto;
    bottom: auto;
    transform: translate(0);
  }
}
.top-third-library__contBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
@media (max-width: 767px) {
  .top-third-library__contBtn {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 6.6666666667vw;
  }
}
.top-third-library__contBtn .mod-btn {
  margin: 0;
}
@media (max-width: 767px) {
  .top-third-library__contBtn .mod-btn {
    margin: 0 auto;
  }
}

.top-news {
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-news {
    margin-top: 26.6666666667vw;
  }
}
@media (max-width: 767px) {
  .top-news > span.bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
  }
}
.top-news > span.bg:before {
  content: "";
  width: 449px;
  height: 472px;
  background-image: url(./img/top/news/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -45px;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-news > span.bg:before {
    content: "";
    background-image: url(./img/top/news/bg-right-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15.2vw;
    height: 22.1333333333vw;
    position: absolute;
    top: -13.8666666667vw;
    left: auto;
    right: 0;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .top-news > span.bg:after {
    content: "";
    background-image: url(./img/top/news/bg-left-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30.1333333333vw;
    height: 38.9333333333vw;
    position: absolute;
    bottom: 7.2vw;
    left: 0;
  }
}
.top-news__inner {
  max-width: 768px;
  width: 100%;
  min-height: 450px;
  padding-top: 40px;
  padding-right: 59px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-news__inner {
    max-width: 73.3333333333vw;
    min-height: auto;
    padding-top: 9.0666666667vw;
    padding-right: 0;
  }
}
.top-news__tab {
  height: 53px;
  position: relative;
}
@media (max-width: 767px) {
  .top-news__tab {
    height: auto;
  }
}
.top-news__tab:before {
  content: "";
  background: #FFE955;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 5px 5px 0px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-news__tab:before {
    display: none;
  }
}
.top-news__tabList {
  height: 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: absolute;
  bottom: 10px;
}
@media (max-width: 767px) {
  .top-news__tabList {
    height: auto;
    position: relative;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    bottom: auto;
  }
}
.top-news__tabList > li {
  color: #787878;
  background: #E2E2E2;
  font-size: 24px;
  line-height: 1.5;
  width: 85px;
  padding: 3px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .top-news__tabList > li {
    font-weight: 300;
    background: transparent;
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.2777777778;
    width: 16vw;
    padding: 0 2.4vw 2.9333333333vw;
    border-radius: 0px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .top-news__tabList > li:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #E7E7E7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 2.6666666667vw;
  }
}
.top-news__tabList > li.active {
  color: #292929;
  background: #FFE955;
  padding: 11px 0px;
}
@media (max-width: 767px) {
  .top-news__tabList > li.active {
    font-weight: 600;
    background: transparent;
    padding: 0 2.4vw 2.9333333333vw;
  }
}
.top-news__tabList > li.active:before {
  background: #FFE955;
}
.top-news__panel {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .top-news__panel {
    padding-top: 5.3333333333vw;
  }
}
.top-news__panelList > li {
  position: relative;
}
.top-news__panelPost {
  overflow: hidden;
  position: relative;
}
.top-news__panelPost .swiper-button {
  display: none;
}
@media (max-width: 767px) {
  .top-news__panelPost .swiper-button {
    width: 34.6666666667vw;
    height: 10.6666666667vw;
    margin: 10.6666666667vw auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    position: relative;
    z-index: 40;
  }
}
@media (max-width: 767px) {
  .top-news__panelPost .swiper-button-item {
    background: white;
    border: solid 1.0666666667vw #D8BC00;
    font-size: 0;
    width: 10.6666666667vw;
    height: 100%;
    margin: 0;
    display: block;
    border-radius: 50%;
    left: auto;
    right: auto;
    transform: translateY(-50%);
    z-index: 40;
    transition: 0.4s;
  }
}
.top-news__panelPost .swiper-button-item:hover {
  background: #D8BC00;
}
.top-news__panelPost .swiper-button-item:hover > span > svg path {
  stroke: white;
}
.top-news__panelPost .swiper-button-item:after {
  display: none;
}
@media (max-width: 767px) {
  .top-news__panelPost .swiper-button-item > span {
    line-height: 1;
    width: 3.7333333333vw;
    height: 6.4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-news__panelPost .swiper-button-item > span > svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: transparent;
  }
  .top-news__panelPost .swiper-button-item > span > svg path {
    transition: 0.4s;
  }
}
.top-news__panelPost .swiper-button-next {
  right: 0;
}
.top-news__panelPost .swiper-button-next > span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.top-news__panelPost .swiper-button-disabled {
  background: white;
  border: solid 4px #E2E2E2;
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .top-news__panelPost .swiper-button-disabled {
    border: solid 1.0666666667vw #E2E2E2;
  }
}
.top-news__panelPost .swiper-button-disabled:hover {
  background: white;
  border: solid 4px #E2E2E2;
}
@media (max-width: 767px) {
  .top-news__panelPost .swiper-button-disabled:hover {
    border: solid 1.0666666667vw #E2E2E2;
  }
}
.top-news__panelPost .swiper-button-disabled:hover > span > svg path {
  stroke: #E2E2E2;
}
.top-news__panelPost .swiper-button-disabled > span > svg path {
  stroke: #E2E2E2;
}
.top-news__panelPostList {
  transition: transform 0.5s ease;
  will-change: transform;
  position: relative;
}
@media (max-width: 767px) {
  .top-news__panelPostList {
    row-gap: 4.8vw;
  }
}
.top-news__panelPostItem {
  line-height: 1.8;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-news__panelPostItem {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .top-news__panelPostItem:nth-of-type(n + 2) {
    margin-top: 4.8vw;
  }
}
.top-news__panelPostItem > time {
  width: 96px;
}
@media (max-width: 767px) {
  .top-news__panelPostItem > time {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 1.8666666667vw;
  }
}
.top-news__panelPostItem > span {
  width: 567px;
  display: block;
}
@media (max-width: 767px) {
  .top-news__panelPostItem > span {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    width: 100%;
  }
}
.top-news__panelPostItem > span a {
  text-decoration: underline;
}
.top-news__panelButton {
  width: 40px;
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
}
@media (max-width: 767px) {
  .top-news__panelButton {
    display: none;
  }
}
.top-news__panelButtonItem {
  background: white;
  border: solid 4px #D8BC00;
  font-size: 0;
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 40;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top-news__panelButtonItem {
    border: solid 4px #D8BC00;
  }
}
.top-news__panelButtonItem.disabled {
  border: solid 4px #E2E2E2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-news__panelButtonItem.disabled {
    border: solid 1.0666666667vw #E2E2E2;
  }
}
.top-news__panelButtonItem.disabled > span > svg path {
  stroke: #E2E2E2;
}
.top-news__panelButtonItem:hover {
  background: #D8BC00;
}
.top-news__panelButtonItem:hover > span > svg path {
  stroke: white;
}
.top-news__panelButtonItem:after {
  display: none;
}
.top-news__panelButtonItem > span {
  line-height: 1;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-news__panelButtonItem > span > svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: transparent;
}
.top-news__panelButtonItem > span > svg path {
  transition: 0.4s;
}
.top-news__panelButtonItem.prev > span {
  transform: translate(-50%, -50%) rotate(90deg);
}
.top-news__panelButtonItem.next {
  margin-top: 40px;
}
.top-news__panelButtonItem.next > span {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.top-note {
  margin-top: 71px;
  position: relative;
}
@media (max-width: 767px) {
  .top-note {
    margin-top: 26.6666666667vw;
  }
}
.top-note > .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .top-note > .bg {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .top-note > .bg {
    width: 100%;
  }
}
.top-note > .bg:before {
  content: "";
  width: 309px;
  height: 903px;
  background-image: url(./img/top/note/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: -517px;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-note > .bg:before {
    width: 31.2vw;
    height: 87.4666666667vw;
    background-image: url(./img/top/note/bg-right-sp.svg);
    top: 60.8vw;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .top-note > .bg:after {
    content: "";
    width: 38.9333333333vw;
    height: 91.7333333333vw;
    background-image: url(./img/top/note/bg-left-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -36.8vw;
    z-index: -1;
  }
}
.top-note__inner {
  width: 100%;
  padding-top: 55px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-note__inner {
    max-width: 69.8666666667vw;
    padding-top: 8.8vw;
  }
}
.top-note__inner .mod-btn {
  margin-top: 81px;
}
@media (max-width: 767px) {
  .top-note__inner .mod-btn {
    margin-top: 13.3333333333vw;
  }
}
.top-note__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .top-note__list {
    width: 65.0666666667vw;
    margin: 0 auto;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 8vw;
  }
}

.top-third-strategy {
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-third-strategy {
    margin-top: 26.6666666667vw;
  }
}
.top-third-strategy span.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .top-third-strategy span.bg {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .top-third-strategy span.bg {
    width: 100vw;
  }
}
.top-third-strategy span.bg:before {
  content: "";
  background-image: url(./img/top/third-strategy/bg-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 355px;
  height: 831px;
  position: absolute;
  top: 70px;
  left: 0;
}
@media (max-width: 767px) {
  .top-third-strategy span.bg:before {
    background-image: url(./img/top/third-strategy/bg-left-sp.svg);
    width: 23.7333333333vw;
    height: 37.0666666667vw;
    top: 110.9333333333vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy span.bg:after {
    content: "";
    background-image: url(./img/top/third-strategy/bg-right-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30.1333333333vw;
    height: 38.9333333333vw;
    position: absolute;
    top: 53.3333333333vw;
    right: 0;
  }
}
.top-third-strategy__heading {
  width: 578px;
  height: 226px;
  padding-right: 2px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-third-strategy__heading {
    width: 73.3333333333vw;
    height: 80.8vw;
    padding: 0;
  }
}
.top-third-strategy__heading > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top-third-strategy__cont {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .top-third-strategy__cont {
    width: 76vw;
    padding-top: 10.6666666667vw;
    margin: 0 auto;
  }
}
.top-third-strategy__cont > h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-third-strategy__cont > h2 {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.7;
    margin-bottom: 8vw;
  }
}
.top-third-strategy__cont > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .top-third-strategy__cont > p {
    font-size: 7px;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.top-third-strategy__triangle {
  max-width: 940px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 1024px) {
  .top-third-strategy__triangle {
    width: 91.796875vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangle {
    max-width: 90.4vw;
    margin-top: 19.7333333333vw;
  }
}
.top-third-strategy__triangle > h3 {
  font-size: 42px;
  line-height: 1.9;
  text-align: center;
  width: 475px;
  padding: 68px 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .top-third-strategy__triangle > h3 {
    width: 46.38671875vw;
    padding: 6.640625vw 0;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangle > h3 {
    font-size: 13px;
    font-size: 6.9333333333vw;
    width: 77.3333333333vw;
    padding: 13.6vw 0;
    line-height: 2;
  }
}
.top-third-strategy__triangle > h3.active > span.txt {
  opacity: 1;
}
.top-third-strategy__triangle > h3:before {
  content: "";
  background: #FFE955;
  width: 151px;
  height: 10px;
  display: block;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  .top-third-strategy__triangle > h3:before {
    width: 14.74609375vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangle > h3:before {
    width: 4vw;
    height: 1.6vw;
    border-radius: 1.3333333333vw;
    bottom: -0.5333333333vw;
  }
}
.top-third-strategy__triangle > h3 > span.txt {
  opacity: 0;
  transition: 0.6s;
}
.top-third-strategy__triangle > h3 > span.line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-third-strategy__triangle > h3 > span.line:before {
  content: "";
  background: #FFE955;
  width: 151px;
  height: 10px;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-400%) rotate(-50deg);
}
@media (max-width: 1024px) {
  .top-third-strategy__triangle > h3 > span.line:before {
    width: 14.74609375vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangle > h3 > span.line:before {
    width: 26.6666666667vw;
    height: 1.6vw;
    border-radius: 1.3333333333vw;
    transform: translateY(-364%) rotate(-60deg);
  }
}
.top-third-strategy__triangle > h3 > span.line:after {
  content: "";
  background: #FFE955;
  width: 151px;
  height: 10px;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-400%) rotate(50deg);
}
@media (max-width: 1024px) {
  .top-third-strategy__triangle > h3 > span.line:after {
    width: 14.74609375vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangle > h3 > span.line:after {
    width: 26.6666666667vw;
    height: 1.6vw;
    border-radius: 1.3333333333vw;
    transform: translateY(-344%) rotate(60deg);
  }
}
.top-third-strategy__triangle > h3 > span.arw {
  line-height: 1;
  width: 6px;
  height: 0;
  display: block;
  top: calc(100% - 60px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
}
@media (max-width: 1024px) {
  .top-third-strategy__triangle > h3 > span.arw {
    top: calc(100% - 5.859375vw);
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangle > h3 > span.arw {
    width: 1.0666666667vw;
    top: calc(100% - 13.3333333333vw);
  }
}
.top-third-strategy__triangle > h3 > span.arw > span {
  line-height: 1;
}
.top-third-strategy__triangle > h3 > span.arw > span.line {
  width: 100%;
  height: 100%;
  display: block;
  background: #D8BC00;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}
@media (max-width: 767px) {
  .top-third-strategy__triangle > h3 > span.arw > span.line {
    border-radius: 0.5333333333vw;
  }
}
.top-third-strategy__triangle > h3 > span.arw > span.icn {
  width: 37px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 767px) {
  .top-third-strategy__triangle > h3 > span.arw > span.icn {
    width: 9.0666666667vw;
    height: 5.0666666667vw;
  }
}
.top-third-strategy__triangle > h3 > span.arw > span.icn > svg {
  width: 100%;
  height: 100%;
}
.top-third-strategy__triangleList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
.top-third-strategy__triangleList > li {
  width: 413px;
}
@media (max-width: 1024px) {
  .top-third-strategy__triangleList > li {
    width: 40.33203125vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangleList > li {
    width: 40.5333333333vw;
  }
}
.top-third-strategy__triangleList > li:first-of-type {
  margin: 0 263.5px 150px;
}
@media (max-width: 1024px) {
  .top-third-strategy__triangleList > li:first-of-type {
    margin: 0 25.732421875vw 14.6484375vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangleList > li:first-of-type {
    width: 75.4666666667vw;
    margin: 0 7.4666666667vw;
    margin-bottom: 30.4vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangleList > li:first-of-type > p {
    padding: 0;
  }
}
.top-third-strategy__triangleList > li:nth-of-type(2) {
  margin-right: 114px;
}
@media (max-width: 1024px) {
  .top-third-strategy__triangleList > li:nth-of-type(2) {
    margin-right: 11.1328125vw;
  }
}
@media (max-width: 767px) {
  .top-third-strategy__triangleList > li:nth-of-type(2) {
    margin-right: 9.3333333333vw;
  }
}
.top-third-strategy__triangleList > li h3 {
  background-image: url(./img/top/third-strategy/bg-ttl.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.9;
  width: 277px;
  height: 124px;
  margin: 0 auto 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-third-strategy__triangleList > li h3 {
    font-size: 8px;
    font-size: 4.2666666667vw;
    width: 40.5333333333vw;
    height: 18.1333333333vw;
    margin-bottom: 4vw;
  }
}
.top-third-strategy__triangleList > li > p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .top-third-strategy__triangleList > li > p {
    font-size: 5.5px;
    font-size: 2.9333333333vw;
    text-align: left;
    padding: 0 2.6666666667vw;
  }
}

.top-service {
  margin-top: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .top-service {
    margin-top: 30.4vw;
  }
}
@media (max-width: 767px) {
  .top-service > span.bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
  }
}
.top-service > span.bg:before {
  content: "";
  width: 309px;
  height: 903px;
  background-image: url(./img/top/service/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -344px;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-service > span.bg:before {
    background-image: url(./img/top/service/bg-right-sp.svg);
    width: 38.9333333333vw;
    height: 91.7333333333vw;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -62.1333333333vw;
  }
}
@media (max-width: 767px) {
  .top-service > span.bg:after {
    content: "";
    background-image: url(./img/top/service/bg-left-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 21.8666666667vw;
    height: 54.6666666667vw;
    position: absolute;
    left: 0;
    bottom: 36vw;
  }
}
.top-service__anim {
  width: 1280px;
  height: 297px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-service__anim {
    width: 100%;
    height: 87.4666666667vw;
    top: -9.0666666667vw;
  }
}
.top-service__anim > span {
  line-height: 1;
  display: block;
}
.top-service__anim > span.figure {
  width: 544px;
  margin-left: auto;
  position: relative;
  right: -208px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-service__anim > span.figure {
    width: 31.2vw;
    right: 0;
  }
}
.top-service__anim > span.figure > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-service__anim > span.chara {
  width: 222px;
  height: 153px;
  display: block;
  position: absolute;
  top: 26px;
  right: 209px;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-service__anim > span.chara {
    width: 28.8vw;
    height: 20.8vw;
    top: 1.6vw;
    right: 2.6666666667vw;
  }
}
.top-service__anim > span.chara > span {
  display: block;
}
.top-service__anim > span.chara > span.txt {
  width: 208px;
}
@media (max-width: 767px) {
  .top-service__anim > span.chara > span.txt {
    width: 23.2vw;
  }
}
.top-service__anim > span.chara > span.icn {
  width: 184px;
  margin-top: -2px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-service__anim > span.chara > span.icn {
    width: 22.9333333333vw;
    margin-top: 0.8vw;
  }
}
.top-service__anim > span.chara > span > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-service__inner {
  max-width: 996px;
  width: 100%;
  padding-top: 84px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-service__inner {
    max-width: 100%;
    padding-top: 16.8vw;
  }
}
.top-service__core {
  width: 450px;
  height: 450px;
  margin: 0 auto;
  background-image: url(./img/top/service/bg_core.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .top-service__core {
    width: 114.9333333333vw;
    height: 114.9333333333vw;
    left: -7.4666666667vw;
  }
}
.top-service__coreInner {
  height: 100%;
  padding: 67px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .top-service__coreInner {
    padding: 21.8666666667vw 20.8vw 18.6666666667vw;
  }
}
.top-service__coreInner > hgroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
.top-service__coreInner > hgroup > h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: -4px;
}
@media (max-width: 767px) {
  .top-service__coreInner > hgroup > h3 {
    font-size: 13px;
    font-size: 6.9333333333vw;
    margin-bottom: 0;
  }
}
.top-service__coreInner > hgroup > p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
  color: #787878;
}
@media (max-width: 767px) {
  .top-service__coreInner > hgroup > p {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}
.top-service__coreInner .info {
  max-height: 162px;
  margin-top: 24px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .top-service__coreInner .info {
    max-height: 37.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.top-service__coreInner .info > ul {
  font-size: 17px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .top-service__coreInner .info > ul {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.top-service__coreInner .info > ul > li {
  padding-left: 1rem;
  position: relative;
}
.top-service__coreInner .info > ul > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.top-service__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 1024px) {
  .top-service__list {
    margin-top: 96px;
    -moz-column-gap: 64px;
         column-gap: 64px;
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .top-service__list {
    margin-top: 25.8666666667vw;
    row-gap: 7.2vw;
    -moz-column-gap: 13.6vw;
         column-gap: 13.6vw;
  }
}
.top-service__list.active > li:before {
  height: 151px;
}
@media (max-width: 1024px) {
  .top-service__list.active > li:before {
    height: 88px;
  }
}
@media (max-width: 767px) {
  .top-service__list.active > li:before {
    height: 22.6666666667vw;
  }
}
.top-service__list.active > li:nth-of-type(2):before {
  height: 85px;
}
@media (max-width: 767px) {
  .top-service__list.active > li:nth-of-type(2):before {
    height: 22.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .top-service__list.active > li:nth-of-type(3):after {
    height: calc(100% + 110px);
  }
}
@media (max-width: 767px) {
  .top-service__list.active > li:nth-of-type(3):after {
    height: calc(100% + 27.7333333333vw);
  }
}
.top-service__list > li {
  width: 316px;
  position: relative;
  position: relative;
}
@media (max-width: 767px) {
  .top-service__list > li {
    width: 38.9333333333vw;
  }
}
.top-service__list > li:first-of-type:before {
  top: -105px;
  right: 13px;
  transform: rotate(40deg);
}
@media (max-width: 1024px) {
  .top-service__list > li:first-of-type:before {
    top: -94px;
    right: 120px;
    transform: rotate(32deg);
  }
}
@media (max-width: 767px) {
  .top-service__list > li:first-of-type:before {
    top: -23.4666666667vw;
    right: 13.3333333333vw;
    transform: rotate(20deg);
  }
}
@media (max-width: 767px) {
  .top-service__list > li:first-of-type .cont > hgroup > p {
    font-size: 5px;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.top-service__list > li:nth-of-type(2) {
  top: 37px;
}
@media (max-width: 1024px) {
  .top-service__list > li:nth-of-type(2) {
    order: 3;
    top: auto;
  }
}
.top-service__list > li:nth-of-type(2):before {
  top: -89px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .top-service__list > li:nth-of-type(2):before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-service__list > li:nth-of-type(3) {
    order: 2;
  }
}
.top-service__list > li:nth-of-type(3):before {
  top: -105px;
  left: -7px;
  transform: rotate(-40deg);
}
@media (max-width: 1024px) {
  .top-service__list > li:nth-of-type(3):before {
    top: -94px;
    left: 120px;
    transform: rotate(-32deg);
  }
}
@media (max-width: 767px) {
  .top-service__list > li:nth-of-type(3):before {
    top: -23.4666666667vw;
    left: 12.5333333333vw;
    transform: rotate(-20deg);
  }
}
@media (max-width: 1024px) {
  .top-service__list > li:nth-of-type(3):after {
    content: "";
    background: #FFE955;
    width: 10px;
    height: 0;
    border-radius: 5px;
    position: absolute;
    top: -86px;
    left: -38px;
    transition: 0.6s;
  }
}
@media (max-width: 767px) {
  .top-service__list > li:nth-of-type(3):after {
    width: 1.6vw;
    border-radius: 0.8vw;
    top: -23.4666666667vw;
    left: -7.7333333333vw;
  }
}
.top-service__list > li:before {
  content: "";
  background: #FFE955;
  width: 10px;
  height: 0;
  border-radius: 5px;
  position: absolute;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .top-service__list > li:before {
    width: 1.6vw;
    border-radius: 0.8vw;
  }
}
.top-service__list > li .cont {
  background-image: url(./img/top/service/bg_item.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 280px;
  height: 280px;
  padding-top: 14px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .top-service__list > li .cont {
    width: 32vw;
    height: 32vw;
    padding-top: 0.8vw;
  }
}
.top-service__list > li .cont > hgroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
.top-service__list > li .cont > hgroup > h3 {
  font-size: 28px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .top-service__list > li .cont > hgroup > h3 {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}
.top-service__list > li .cont > hgroup > p {
  font-size: 18px;
  line-height: 1.9;
  color: #787878;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .top-service__list > li .cont > hgroup > p {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 1.9;
    text-align: center;
    margin-top: 0;
  }
}
.top-service__list > li .info {
  background: white;
  width: 100%;
  padding: 16px 16px;
  margin-top: 29px;
  border: solid 5px #FEDB03;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .top-service__list > li .info {
    background: transparent;
    padding: 0;
    margin-top: 2.6666666667vw;
    border: none;
    border-radius: 0px;
  }
}
.top-service__list > li .info > ul {
  font-size: 16px;
  line-height: 1.9;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 767px) {
  .top-service__list > li .info > ul {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 2;
    row-gap: 0px;
  }
}
.top-service__list > li .info > ul > li {
  padding-left: 1rem;
  position: relative;
}
.top-service__list > li .info > ul > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.top-animation {
  height: 580px;
  background-image: url(./img/top/animation/bg.svg);
  background-repeat: repeat-x;
  background-position: center;
  padding: 99px 0;
  margin-top: 120px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .top-animation {
    height: auto;
    background-image: none;
    padding: 26.6666666667vw 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .top-animation:before {
    content: "";
    width: 100%;
    height: 26.6666666667vw;
    background-image: url(./img/top/animation/bg-top-sp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0.5333333333vw;
    left: 0;
  }
}
@media (max-width: 767px) {
  .top-animation:after {
    content: "";
    width: 100%;
    height: 26.6666666667vw;
    background-image: url(./img/top/animation/bg-bottom-sp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0.2666666667vw;
    left: 0;
  }
}
.top-animation__inner {
  max-width: 1000px;
  width: 100%;
  padding-right: 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .top-animation__inner {
    max-width: 95.703125vw;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .top-animation__inner {
    background: #388ECD;
    max-width: 100%;
    padding: 5.3333333333vw 8vw;
    align-items: center;
    flex-direction: column;
    row-gap: 13.3333333333vw;
  }
}
.top-animation__video {
  width: 380px;
  height: 380px;
}
@media (max-width: 1024px) {
  .top-animation__video {
    width: 37.109375vw;
    height: 37.109375vw;
  }
}
@media (max-width: 767px) {
  .top-animation__video {
    width: 79.7333333333vw;
    height: auto;
  }
}
.top-animation__video > video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-animation__cont {
  width: 560px;
}
@media (max-width: 1024px) {
  .top-animation__cont {
    width: 54.6875vw;
  }
}
@media (max-width: 767px) {
  .top-animation__cont {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: normal;
    flex-direction: column;
  }
}
.top-animation__cont > p {
  font-weight: 600;
  color: white;
}
@media (max-width: 1024px) {
  .top-animation__cont > p {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .top-animation__cont > p {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}
.top-animation__contLogo {
  width: 243px;
  height: 146px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .top-animation__contLogo {
    width: 23.73046875vw;
    height: 14.2578125vw;
    margin-bottom: 5.859375vw;
  }
}
@media (max-width: 767px) {
  .top-animation__contLogo {
    width: 58.6666666667vw;
    height: 35.2vw;
    margin-bottom: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-animation__contLogo > svg {
  width: 100%;
  height: 100%;
  display: block;
}

.top-overview {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-overview {
    margin-top: 32vw;
  }
}

.top-guy {
  position: relative;
  z-index: 2;
}
.top-guy span.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .top-guy span.bg {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .top-guy span.bg {
    width: 100vw;
  }
}
.top-guy span.bg:before {
  content: "";
  background-image: url(./img/top/guy/bg-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 403px;
  height: 291px;
  position: absolute;
  top: 500px;
  left: 0;
}
.top-guy span.bg:after {
  content: "";
  background-image: url(./img/top/guy/bg-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 475px;
  height: 409px;
  position: absolute;
  top: -164px;
  right: 0;
}
@media (max-width: 767px) {
  .top-guy span.bg:after {
    display: none;
  }
}
.top-guy__inner {
  max-width: 768px;
  width: 100%;
  padding-top: 56px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-guy__inner {
    max-width: 80vw;
    padding-top: 14.4vw;
  }
}
.top-guy__profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media (max-width: 767px) {
  .top-guy__profile {
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 4.5333333333vw;
    position: relative;
  }
}
@media (max-width: 767px) {
  .top-guy__profile > span.bg:before {
    width: 34.4vw;
    height: 65.3333333333vw;
    background-image: url(./img/top/guy/bg-sp.svg);
    top: auto;
    left: auto;
    right: 0;
    bottom: -22.9333333333vw;
  }
}
.top-guy__profileImg {
  width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-guy__profileImg {
    width: 80vw;
  }
}
.top-guy__profileImg > img {
  backface-visibility: hidden;
}
.top-guy__profileCont {
  max-width: 478px;
  padding-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-guy__profileCont {
    max-width: 73.0666666667vw;
    padding-top: 0;
  }
}
.top-guy__profileCont > hgroup {
  font-weight: 700;
  padding-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .top-guy__profileCont > hgroup {
    padding-bottom: 1.3333333333vw;
  }
}
.top-guy__profileCont > hgroup:before {
  content: "";
  background: #FFE955;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
@media (max-width: 767px) {
  .top-guy__profileCont > hgroup:before {
    height: 0.8vw;
    left: 50%;
    transform: translate(-50%);
  }
}
.top-guy__profileCont > hgroup > h3 {
  font-size: 22px;
  line-height: 2.5;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .top-guy__profileCont > hgroup > h3 {
    font-size: 12px;
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.top-guy__profileCont > hgroup > p {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.05em;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .top-guy__profileCont > hgroup > p {
    font-size: 9px;
    font-size: 4.8vw;
    font-weight: 700;
    padding-top: 1.8666666667vw;
  }
}
.top-guy__profileCont > small {
  font-size: 16px;
  display: block;
  letter-spacing: 0.045em;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .top-guy__profileCont > small {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    margin-top: 2.6666666667vw;
  }
}
.top-guy__profileCont > p {
  font-size: 18px;
  line-height: 1.8;
  padding: 0 13px;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .top-guy__profileCont > p {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
    padding: 0;
    margin-top: 5.6vw;
  }
}
.top-guy__career {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .top-guy__career {
    margin-top: 16vw;
  }
}
.top-guy__career > h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
  text-align: center;
  color: #D8BC00;
}
@media (max-width: 767px) {
  .top-guy__career > h3 {
    font-size: 11px;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    text-align: left;
  }
}
.top-guy__careerIntro {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .top-guy__careerIntro {
    margin-top: 5.3333333333vw;
  }
}
.top-guy__career > ul {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .top-guy__career > ul {
    margin-top: 5.3333333333vw;
  }
}
.top-guy__career > ul > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-guy__career > ul > li {
    flex-direction: column;
  }
}
.top-guy__career > ul > li:nth-of-type(n + 2) {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .top-guy__career > ul > li:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.top-guy__career > ul > li > span {
  display: block;
}
.top-guy__career > ul > li > span.year {
  width: 42px;
  text-align: justify;
}
@media (max-width: 767px) {
  .top-guy__career > ul > li > span.year {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 2;
    width: 100%;
  }
}
.top-guy__career > ul > li > span.txt {
  width: 706px;
}
@media (max-width: 767px) {
  .top-guy__career > ul > li > span.txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
    width: 100%;
  }
}

.top-about {
  margin-top: 152px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-about {
    padding-bottom: 20.2666666667vw;
    margin-top: 24vw;
  }
}
.top-about > span.bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .top-about > span.bg {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .top-about > span.bg {
    width: 100%;
  }
}
.top-about > span.bg:before {
  content: "";
  background-image: url(./img/top/about/bg-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 309px;
  height: 903px;
  position: absolute;
  bottom: -127px;
  left: 0;
}
@media (max-width: 767px) {
  .top-about > span.bg:before {
    background-image: url(./img/top/about/bg-left-sp.svg);
    width: 34.4vw;
    height: 65.3333333333vw;
    bottom: -20vw;
  }
}
.top-about > span.bg:after {
  content: "";
  background-image: url(./img/top/about/bg-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 309px;
  height: 903px;
  position: absolute;
  top: -675px;
  right: 0;
}
@media (max-width: 767px) {
  .top-about > span.bg:after {
    background-image: url(./img/top/about/bg-right-sp.svg);
    width: 38.9333333333vw;
    height: 91.7333333333vw;
    top: 50%;
    transform: translateY(-38%);
  }
}
.top-about__inner {
  max-width: 768px;
  width: 100%;
  padding-top: 56px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-about__inner {
    max-width: 90.6666666667vw;
    padding-top: 14.4vw;
  }
}
.top-about__chara {
  line-height: 1;
  width: 258px;
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% - 105px);
  transform: translateY(157%);
}
@media screen and (max-width: 1280px) {
  .top-about__chara {
    width: 20.15625vw;
  }
}
@media (max-width: 1024px) {
  .top-about__chara {
    right: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .top-about__chara {
    width: 46.1333333333vw;
    margin: 24.5333333333vw auto 0;
    position: relative;
    top: auto;
    left: -24vw;
    right: auto;
    transform: translateY(0%);
  }
}
.top-about__chara > span {
  display: block;
}
.top-about__chara > span > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-about__chara > span.txt {
  width: 100%;
}
@media (max-width: 767px) {
  .top-about__chara > span.txt {
    position: relative;
    left: 13.3333333333vw;
  }
}
.top-about__chara > span.icn {
  width: 161px;
  margin-top: 30px;
  margin-left: 48px;
}
@media screen and (max-width: 1280px) {
  .top-about__chara > span.icn {
    width: 12.578125vw;
    margin-top: 2.34375vw;
    margin-left: 3.75vw;
  }
}
@media (max-width: 767px) {
  .top-about__chara > span.icn {
    width: 27.7333333333vw;
    margin-top: 2.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-about__info {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .top-about__info {
    width: 73.3333333333vw;
    margin: 0 auto;
  }
}
.top-about__infoTable {
  width: 100%;
}
.top-about__infoTable > tbody > tr {
  font-size: 20px;
  line-height: 1.45;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .top-about__infoTable > tbody > tr {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.top-about__infoTable > tbody > tr:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-about__infoTable > tbody > tr:nth-of-type(n + 2) {
    margin-top: 5.3333333333vw;
  }
}
.top-about__infoTable > tbody > tr > th {
  font-weight: 500;
}
.top-about__infoTable > tbody > tr > td {
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-about__infoTable > tbody > tr > td {
    margin-top: 2.6666666667vw;
  }
}
.top-about__partner {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-about__partner {
    margin-top: 13.3333333333vw;
  }
}
.top-about__partner > h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4583333333;
  text-align: center;
  color: #D8BC00;
}
@media (max-width: 767px) {
  .top-about__partner > h3 {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.top-about__partnerList {
  padding-top: 31px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  -moz-column-count: 1;
       column-count: 1;
}
@media (max-width: 767px) {
  .top-about__partnerList {
    padding-top: 8vw;
  }
}
.top-about__partnerList > li {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.23;
  width: 560px;
}
@media (max-width: 767px) {
  .top-about__partnerList > li {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 2;
    text-align: center;
    width: 100%;
  }
}
.top-about__partnerCaution {
  font-size: 11px;
  line-height: 2.2;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-about__partnerCaution {
    font-size: 5px;
    font-size: 2.6666666667vw;
    line-height: 2;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}

.top-modal {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.top-modal__inner {
  max-width: 1000px;
  width: 100%;
  padding: 40px 0;
  background: white;
  border: solid 10px #FFE955;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media (max-width: 767px) {
  .top-modal__inner {
    max-width: 90.6666666667vw;
    border: solid 2.6666666667vw #FFE955;
    border-radius: 8vw;
    box-shadow: 0px 0px 4vw 0px rgba(0, 0, 0, 0.3);
  }
}
.top-modal__inner > .cross {
  background: white;
  width: 50px;
  height: 50px;
  border: solid 4px #D8BC00;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 100;
}
.top-modal__inner > .cross:before {
  content: "";
  background: #D8BC00;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-modal__inner > .cross:after {
  content: "";
  background: #D8BC00;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top-modal__main {
  height: 100%;
  position: relative;
  overflow: visible !important;
}
.top-modal__main .swiper-button {
  width: 446px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: absolute;
  left: 50%;
  bottom: 85px;
  transform: translateX(-50%);
  z-index: 40;
}
.top-modal__main .swiper-button-item {
  background: white;
  border: solid 4px #D8BC00;
  font-size: 0;
  width: 40px;
  height: 100%;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 40;
  transition: 0.4s;
}
.top-modal__main .swiper-button-item:hover {
  background: #D8BC00;
}
.top-modal__main .swiper-button-item:hover > span > svg path {
  stroke: white;
}
.top-modal__main .swiper-button-item:after {
  display: none;
}
.top-modal__main .swiper-button-item > span {
  line-height: 1;
  width: 11px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-modal__main .swiper-button-item > span > svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: transparent;
}
.top-modal__main .swiper-button-item > span > svg path {
  transition: 0.4s;
}
.top-modal__main .swiper-button-next > span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.top-modal__main > .swiper-button {
  width: 1180px;
  height: 60px;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-modal__main > .swiper-button .swiper-button-item {
  width: 60px !important;
  border: solid 5px #D8BC00;
}
.top-modal__main > .swiper-button .swiper-button-item > span {
  width: 24px;
  height: 37px;
}
.top-modal__main > .swiper-button .swiper-button-next > span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.top-modal__mainItem {
  z-index: 1;
}
.top-modal__mainItem.swiper-slide-active {
  z-index: 2;
}
.top-modal__mainInner {
  padding: 0 51px;
}
.top-modal__mainInner > h2 {
  text-align: center;
  margin-bottom: 21px;
}
.top-modal__mainTab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media (max-width: 767px) {
  .top-modal__mainTab {
    padding-top: 13.3333333333vw;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 6.1333333333vw;
  }
}
.top-modal__mainTab > li {
  color: #DEDEDE;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.01em;
  width: 181px;
  display: block;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top-modal__mainTab > li {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    width: 34.6666666667vw;
    padding-bottom: 0;
  }
}
.top-modal__mainTab > li.active {
  font-weight: 700;
  color: #292929;
}
.top-modal__mainTab > li.active:before {
  height: 8px;
  background: #FFE955;
}
@media (max-width: 767px) {
  .top-modal__mainTab > li.active:before {
    height: 1.6vw;
  }
}
.top-modal__mainTab > li:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #DEDEDE;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top-modal__mainTab > li:before {
    height: 0.8vw;
    border-radius: 1.3333333333vw;
    top: 100%;
    bottom: auto;
  }
}
.top-modal__mainPanel {
  padding-top: 30px;
  position: relative;
}
.top-modal__mainPanelInner > h3 {
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
.top-modal__mainPanelItem {
  display: none;
}
.top-modal__mainPanelThumb {
  width: 878px;
}
.top-modal__mainPanelThumb.swiper {
  padding-top: 118px;
  overflow-y: visible;
}
.top-modal__mainPanelThumb.none {
  width: 324px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .top-modal__mainPanelThumb.none {
    width: 59.4666666667vw;
    margin-top: 8vw;
  }
}
.top-modal__mainPanelThumbItem {
  max-width: 236px;
  margin: 0 42.5px;
}
.top-modal__mainPanelThumbItem.swiper-slide-active > figure > img {
  transform: scale(1.5);
}
.top-modal__mainPanelThumbItem > figure {
  aspect-ratio: 1.333/1;
}
.top-modal__mainPanelThumbItem > figure > img {
  transform: scale(1);
  transform-origin: center bottom;
  transition: 0.4s;
}/*# sourceMappingURL=style.css.map */