@charset "UTF-8";
/*!
Theme Name: toshi_theme
Theme URI: http://underscores.me/
Author: Yuuya Shimada
Author URI: -------
Description: toshi_theme Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/*金*/
/* mixin
============================================================================ */
/* mixin > rem  ($base-font-sizeはbase/_base.scssに)
============================================================================================================ */
/* mixin > flex
============================================================================================================ */
/* mixin > mediaqueries (setting/variables.scssに横幅記載あり)
============================================================================================================ */
/* mixin > last-bm
============================================================================================================ */
/*最後の要素の余白リセット*/
/* mixin > headline
============================================================================================================ */
/* mixin > mixin (mixin 集)
============================================================================================================ */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* mixin > img
============================================================================================================ */
figure {
  margin: 0; /* 余白だけリセット */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* これで隙間は消えます */
}

/* mixin > display
============================================================================================================ */
/*-------------------------------------------------------------
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 screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

.single-page-container p {
  margin: 0 0 30px 0;
}

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

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

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

/*
table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

td input {
	max-width: 100%;
}
*/
i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
.editor-content {
  max-width: 80%;
  margin: 0 auto;
}

html,
body {
  width: 100%;
  line-height: 2.0625;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2.0625;
  }
}
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;
  color: rgb(184, 0, 22);
}

#Wrapper.lower-page .common-main .container {
  margin: 122px auto 0;
}
#Wrapper.lower-page .common-main a {
  text-decoration: underline !important;
  text-decoration-color: rgb(184, 0, 22) !important;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (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: 2.125rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

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

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

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

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

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

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
  font-size: 14px;
  border: 1px solid;
  padding: 0.5em;
  border: 1px solid;
  padding: 0.5em;
}

/* base > wordpress-comments
============================================================================================================ */
.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: 400;
  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: 400;
  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: 400;
  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;
}

/* base > editor-content
============================================================================================================ */
.editor-content h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 6.6666666667vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-content h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-content h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h4 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h5 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h6 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .editor-content p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.editor-content p strong {
  font-weight: normal;
}
.editor-content {
  /*
  table {
  	width: 100%;
  	border: 1px solid #eee;
  	tr {
  		th,
  		td {
  			padding: 0.5em;
  			border: 1px solid #eee;
  		}
  		th {
  			background: lighten($red00, 50%);
  			width: 24%;
  			max-width: 240px;
  			color: $red00;
  		}
  	}
  }*/
}
.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 screen and (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%;
}
/* layout > header
============================================================================== */
.common-header {
  width: 100%;
  height: 72px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("./img/common/header/img_header_bg.webp");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .common-header {
    height: 14.9333333333vw;
  }
}

.common-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 102;
}
.common-header__inner-left {
  display: grid;
  grid-auto-flow: row;
  justify-content: center;
  width: 20px;
  row-gap: 7px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .common-header__inner-left {
    display: none;
  }
}
.common-header__inner-left > a {
  font-weight: 900;
  font-size: 13px;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  opacity: 0.7;
}
.common-header__inner-left > a.is-active {
  opacity: 1;
}
.common-header__inner-left > hr {
  width: 19px;
  height: 0px;
  top: 36px;
  left: 14.5px;
  opacity: 1;
  margin: 3px 0;
  border-width: 3px;
  color: #b80016;
}

.common-header__inner-left-sp {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-header__inner-left-sp {
    width: 8.8vw;
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    row-gap: 12px;
    margin-left: 3.2vw;
  }
}

.common-header__inner-left-sp span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #9b000d;
  transition: all 0.4s;
}

.common-header__inner-left-sp span:nth-child(1) {
  top: 0;
}

.common-header__inner-left-sp span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.common-header__inner-left-sp span:nth-child(3) {
  bottom: 0;
}

.common-header__inner-left-sp.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* 2番目の線（真ん中）は透明にして横に飛ばす */
.common-header__inner-left-sp.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

/* 3番目の線を-45度回転させて中央に配置 */
.common-header__inner-left-sp.is-active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.common-header__inner-center {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s opacity ease;
}
@media screen and (max-width: 767px) {
  .common-header__inner-center {
    width: 40vw;
  }
}
.common-header__inner-center:hover {
  opacity: 0.6;
}

.common-header__inner-right {
  display: flex;
  -moz-column-gap: 21px;
       column-gap: 21px;
}
.common-header__inner-right-youtube {
  width: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .common-header__inner-right-youtube {
    width: 25px;
  }
}
.common-header__inner-right-x {
  width: 24.17px;
  margin-right: 17px;
}
@media screen and (max-width: 1024px) {
  .common-header__inner-right-x {
    width: 20px;
  }
}
.common-header__inner-right-instagram {
  width: 28.33px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .common-header__inner-right-instagram {
    width: 23px;
  }
}
.common-header__inner-right-fb {
  width: 30px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .common-header__inner-right-fb {
    width: 25px;
  }
}
.common-header__inner-right-linkd {
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .common-header__inner-right-linkd {
    width: 25px;
  }
}
.common-header__inner-right a {
  display: grid;
  align-content: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 3px rgba(26, 26, 26, 0.3));
}
.common-header__inner-right img {
  width: 100%;
  height: auto;
}

.common-header__inner-right-sns {
  display: grid;
  grid-auto-flow: column;
}
@media screen and (max-width: 767px) {
  .common-header__inner-right-sns {
    display: none;
  }
}
.common-header__inner-right-sns > a {
  position: relative;
}
.common-header__inner-right-sns > a .normalImg {
  position: absolute;
  display: block;
  opacity: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s opacity ease-in;
}
.common-header__inner-right-sns > a .hoverImg {
  position: absolute;
  display: block;
  opacity: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: 0;
  transition: 0.3s opacity ease-in;
}
.common-header__inner-right-sns > a:hover .normalImg {
  opacity: 0;
}
.common-header__inner-right-sns > a:hover .hoverImg {
  opacity: 1;
}

.common-header__inner-right-contact {
  display: block;
  height: 72px;
  width: 72px;
  background-color: rgba(164, 141, 58, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
@media screen and (max-width: 767px) {
  .common-header__inner-right-contact {
    width: 16.8vw;
    height: 14.9333333333vw;
  }
}

.common-header__bottom {
  width: 100%;
  height: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(193, 166, 68, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: white;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(0px, 2.34375vw, 30px);
       column-gap: clamp(0px, 2.34375vw, 30px);
}
@media screen and (max-width: 767px) {
  .common-header__bottom {
    display: none;
  }
}
.common-header__bottom > a {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .common-header__bottom > a {
    font-size: 15px;
  }
}

.common-header__bottom-sp {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  transform: translateY(-110%);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .common-header__bottom-sp {
    pointer-events: all;
    background-color: rgba(193, 166, 68, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.common-header__bottom-sp.is-active {
  transform: translateY(0);
  opacity: 1;
}
.common-header__bottom-sp > hr {
  width: 95%;
  margin: 25px auto 0;
  border: 1px solid white;
}

@media screen and (max-width: 767px) {
  .common-header__bottom-sp-top {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .common-header__bottom-sp-top-l {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 20px 0;
    margin: 20px 0 0 20px;
  }
  .common-header__bottom-sp-top-l a {
    font-size: 18px;
    color: white;
    font-weight: 500;
  }
}

.common-header__bottom-sp-bot {
  padding: 30px 0;
}

.common-header__bottom-sp-bot-sns {
  display: flex;
  gap: 0 22px;
  justify-content: center;
}

.common-header__bottom-sp-top-r {
  display: grid;
  grid-auto-flow: row;
  justify-content: center;
  align-content: start;
  width: 20px;
  row-gap: 7px;
  margin-top: 20px;
  margin-right: 20px;
}
.common-header__bottom-sp-top-r > a {
  font-weight: 900;
  font-size: 13px;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  opacity: 0.7;
}
.common-header__bottom-sp-top-r > a.is-active {
  opacity: 1;
}
.common-header__bottom-sp-top-r > hr {
  width: 19px;
  height: 0px;
  top: 36px;
  margin: unset;
  left: 14.5px;
  opacity: 1;
  border-width: 2px;
  color: #b80016;
}

.sticky-item {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  will-change: opacity;
}
.sticky-item.top {
  bottom: 133px;
}
@media screen and (max-width: 767px) {
  .sticky-item.top {
    bottom: 116px;
  }
}

.sticky-item[style*="opacity: 0"] {
  pointer-events: none;
  visibility: hidden;
}

.sticky-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .sticky-item-wrap {
    gap: 16px 0;
  }
}

.sticky-item-inner {
  position: relative;
  width: 109px;
  height: 73px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner {
    width: 89px;
    height: 70px;
  }
}
.sticky-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sticky-item-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.3px #ffffff;
  z-index: 1;
  pointer-events: none;
}
.sticky-item-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 2;
}
.sticky-item-inner.top::after {
  background-color: rgba(155, 0, 13, 0.2);
}
.sticky-item-inner.bot::after {
  background-color: rgba(147, 127, 56, 0.2);
}
.sticky-item-inner .sticky-item-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 58px;
  background-image: url("./img/common/img-star.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner .sticky-item-bg {
    width: 58px;
    height: 54px;
  }
}
.sticky-item-inner p {
  position: relative;
  z-index: 4;
  font-weight: 700;
  font-style: Bold;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  color: white;
  width: 100%;
}
.sticky-item-inner p.school {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner p.school {
    font-size: 16px;
  }
}
.sticky-item-inner p.school.en {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner p.school.en {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.sticky-item-inner p.school span {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner p.school span {
    font-size: 10px;
  }
}
.sticky-item-inner p.event {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner p.event {
    font-size: 12px;
  }
}
.sticky-item-inner p.event.en {
  font-size: 15px;
  letter-spacing: 6%;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner p.event.en {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.sticky-item-inner p.event span {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner p.event span {
    font-size: 10px;
  }
}
.sticky-item-inner p.hoverTxt {
  position: absolute;
  opacity: 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.005em;
}
.sticky-item-inner p.hoverTxt.en {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner p.hoverTxt.en {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.sticky-item-inner p.hoverTxt.bot.en {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner p.hoverTxt.bot.en {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.sticky-item-inner.top:hover {
  width: 129px;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner.top:hover {
    width: 100px;
  }
}
.sticky-item-inner.top:hover::after {
  background-color: #9b000d;
}
.sticky-item-inner.top:hover .sticky-item-bg {
  opacity: 0;
}
.sticky-item-inner.top:hover p {
  opacity: 0;
  transition: all 0.2s;
}
.sticky-item-inner.top:hover p.hoverTxt {
  opacity: 1;
  letter-spacing: 0.005em;
}
.sticky-item-inner.bot:hover {
  width: 129px;
}
@media screen and (max-width: 767px) {
  .sticky-item-inner.bot:hover {
    width: 100px;
  }
}
.sticky-item-inner.bot:hover::after {
  background-color: #937f38;
}
.sticky-item-inner.bot:hover .sticky-item-bg {
  opacity: 0;
}
.sticky-item-inner.bot:hover p {
  opacity: 0;
  transition: all 0.2s;
}
.sticky-item-inner.bot:hover p.hoverTxt {
  opacity: 1;
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  background-image: url("./img/common/img-footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.common-footer-sp-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .common-footer-sp-logo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}

.common-footer-top {
  display: flex;
  justify-content: space-between;
  padding: 45px 52px 0 40px;
}
@media screen and (max-width: 767px) {
  .common-footer-top {
    flex-direction: column;
    padding: 40px 30px 0;
  }
}

.common-footer-top__left {
  display: flex;
  flex-direction: column;
  gap: 19px 0;
}
.common-footer-top__left a {
  color: white;
  font-weight: 500;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 5%;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: 0.6s;
}
.common-footer-top__left a:hover {
  color: rgb(184, 0, 22);
}

.common-footer-top__right {
  display: flex;
  flex-direction: column;
  gap: 44px 0;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .common-footer-top__right {
    gap: 62px 0;
  }
}

.common-footer-top__right-logo {
  display: block;
  width: 512px;
  height: auto;
}
.common-footer-top__right-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .common-footer-top__right-logo {
    display: none;
  }
}

.common-footer-top-right {
  display: flex;
}
.common-footer-top-right-youtube {
  width: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .common-footer-top-right-youtube {
    width: 25px;
  }
}
.common-footer-top-right-x {
  width: 24.17px;
  margin-right: 17px;
}
@media screen and (max-width: 1024px) {
  .common-footer-top-right-x {
    width: 20px;
  }
}
.common-footer-top-right-instagram {
  width: 28.33px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .common-footer-top-right-instagram {
    width: 23px;
  }
}
.common-footer-top-right-fb {
  width: 30px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .common-footer-top-right-fb {
    width: 25px;
  }
}
.common-footer-top-right-linkd {
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .common-footer-top-right-linkd {
    width: 25px;
  }
}
.common-footer-top-right a {
  display: grid;
  align-content: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 3px rgba(26, 26, 26, 0.3));
}
.common-footer-top-right img {
  width: 100%;
  height: auto;
}

.common-footer-top__right-sns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .common-footer-top__right-sns {
    height: 30px;
    justify-content: center;
    padding-top: 53px;
    margin-top: 20px;
    border-top: 1px solid white;
  }
}
.common-footer-top__right-sns > a {
  position: relative;
}
.common-footer-top__right-sns > a .normalImg {
  position: absolute;
  display: block;
  opacity: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s opacity ease-in;
}
.common-footer-top__right-sns > a .hoverImg {
  position: absolute;
  display: block;
  opacity: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  left: 0;
  transition: 0.3s opacity ease-in;
}
.common-footer-top__right-sns > a:hover .normalImg {
  opacity: 0;
}
.common-footer-top__right-sns > a:hover .hoverImg {
  opacity: 1;
}

.common-footer-top__right-contact a {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 184px;
  height: 31px;
}
@media screen and (max-width: 767px) {
  .common-footer-top__right-contact a {
    margin: 0 auto 40px;
  }
}

.common-footer-bot {
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .common-footer-bot {
    padding: 9px 0;
  }
}
.common-footer-bot small {
  color: white;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-footer-bot small {
    font-size: 15px;
  }
}

/* layout > front page （TOP,HOME）
============================================================================================================ */
/* layout > archive
============================================================================================================ */
.archive-news {
  max-width: 764px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (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 screen and (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/* layout > contact
============================================================================================================ */
.page-contact__inner {
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-contact__inner {
    max-width: 168vw;
  }
}
.page-contact .common-heading {
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .page-contact .common-heading {
    margin-bottom: 17.3333333333vw;
  }
}
.page-contact__intro {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page-contact__intro {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.page-contact__intro a {
  color: blue;
  text-decoration: underline;
}
.page-contact__note {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  margin: 71px 0 25px;
}
@media screen and (max-width: 767px) {
  .page-contact__note {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin: 21.3333333333vw 0 16vw;
  }
}

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

.page.thanks .page-contact .common-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact .common-heading {
    margin-bottom: 21.3333333333vw;
  }
}
.page.thanks .page-contact__thanksLogo {
  width: 260px;
  margin: 0 auto 41px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact__thanksLogo {
    width: 105.0666666667vw;
    margin-bottom: 22.6666666667vw;
  }
}
.page.thanks .page-contact__intro {
  text-align: center;
  line-height: 2.2857142857;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact__intro {
    line-height: 2.0714285714;
    margin-bottom: 26.6666666667vw;
  }
}

/*  layout > form
============================================================================================================ */
.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .form__row {
    align-items: flex-start;
  }
}
.form__row:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form__row:nth-of-type(n + 2) {
    margin-top: 16vw;
  }
}
.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__row.content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .form__row.content {
    margin-top: 16vw;
  }
}
.form__col:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  width: 173px;
}
@media screen and (max-width: 767px) {
  .form__col:first-of-type {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.25;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.form__col:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
  width: 411px;
}
@media screen and (max-width: 767px) {
  .form__col:nth-of-type(2) {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 100%;
  }
}
.form__note {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .form__note {
    font-size: 14px;
    font-size: 3.7333333333vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 8vw;
  }
}
.form__note a {
  color: blue;
  text-decoration: underline;
}
.form__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .form__btn {
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 26.6666666667vw;
  }
}
.form__btn-col.submit {
  margin-top: 0;
}
.form__btn-col.back {
  margin-top: 0;
}
.form__btn-col.back:before {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}

/* layout > privacy-policy
============================================================================================================ */
.page-privacy {
  max-width: 764px;
  width: 100%;
  padding-top: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-privacy {
    max-width: 184vw;
    padding-top: 44vw;
  }
}
.page-privacy h1 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-privacy h1 {
    font-size: 26px;
    font-size: 6.9333333333vw;
    margin-bottom: 21.3333333333vw;
  }
}
.page-privacy h1 + h2 {
  margin-top: 0;
}
.page-privacy h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 50px 0 5px;
}
@media screen and (max-width: 767px) {
  .page-privacy h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin: 13.3333333333vw 0 2.1333333333vw;
  }
}
.page-privacy ul {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1.35em;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .page-privacy ul {
    font-size: 13px;
    font-size: 3.4666666667vw;
    display: inline-block;
    text-align: left;
    padding-left: 1.55em;
    line-height: 1.75;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ul li {
  list-style: disc;
}
.page-privacy ol {
  padding-left: 1em;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .page-privacy ol {
    font-size: 12px;
    font-size: 3.2vw;
    display: inline-block;
    text-align: left;
    line-height: 1.75;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ol li {
  list-style: inherit;
}
.page-privacy ol li > ol {
  padding-left: 2em;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .page-privacy ol li > ol {
    margin: 4vw 0 6.6666666667vw;
  }
}
.page-privacy ol li > ol li {
  list-style-type: cjk-ideographic;
}
.page-privacy p.last {
  text-align: right;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-privacy p.last {
    margin-top: 26.6666666667vw;
  }
}
.page-privacy p a {
  color: blue;
  word-break: break-all;
}
.page-privacy p a:hover {
  text-decoration: underline;
}

/* layout > 404
============================================================================================================ */
.page-404 {
  padding: 92px 0 0;
}
@media screen and (max-width: 767px) {
  .page-404 {
    padding: 35.2vw 0 0;
  }
}
.page-404 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  color: black;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-404 h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 12.5333333333vw;
  }
}
.page-404 h3 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  color: black;
  line-height: 1;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .page-404 h3 {
    font-size: 19px;
    font-size: 5.0666666667vw;
    line-height: 1.7105263158;
    margin-bottom: 18.6666666667vw;
  }
}
.page-404__icn {
  max-width: 155px;
  margin: 0 auto 21px;
}
@media screen and (max-width: 767px) {
  .page-404__icn {
    max-width: 68.8vw;
    margin-bottom: 14.4vw;
  }
}
.page-404__info {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 489px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-404__info {
    font-size: 15px;
    font-size: 4vw;
    max-width: 167.7333333333vw;
  }
}
.page-404__info a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

/* module
============================================================================ */
.c-heading {
  position: relative;
  height: 203px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-heading {
    height: 151px;
  }
}
.c-heading.left {
  left: 50px;
}
@media screen and (max-width: 767px) {
  .c-heading.left {
    left: 0;
  }
}

.c-heading__inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -39%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 11px 0;
  align-items: center;
}
.c-heading__inner.left {
  left: 50px;
  align-items: flex-start;
  transform: translate(0, -39%);
}
.c-heading__inner.left p {
  text-align: start;
}
@media screen and (max-width: 767px) {
  .c-heading__inner.left {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    align-items: center;
  }
  .c-heading__inner.left p {
    text-align: center;
  }
}
.c-heading__inner p {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 19px;
  line-height: 39px;
  letter-spacing: 20%;
  text-align: center;
  color: #c1a644;
  filter: drop-shadow(0px 0px 14px rgba(26, 26, 26, 0.13)) url(#noiseFilter);
}
@media screen and (max-width: 767px) {
  .c-heading__inner p {
    font-size: 16px;
  }
}
.c-heading__inner img {
  filter: drop-shadow(0px 0px 14px rgba(26, 26, 26, 0.13));
}
@media screen and (max-width: 767px) {
  .c-heading__inner img {
    height: 32px;
  }
}

.c-heading__bg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -44%);
  width: 203px;
  height: 203px;
}
@media screen and (max-width: 767px) {
  .c-heading__bg {
    width: 151px;
    height: 151px;
  }
  .c-heading__bg img {
    width: 100%;
  }
}
.c-heading__bg.left {
  left: 0;
  transform: translate(0, -44%);
}
@media screen and (max-width: 767px) {
  .c-heading__bg.left {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -44%);
  }
}

/* module > Page-ttl
============================================================================ */
/* module > form
============================================================================ */
/*////////////////////////// 基本スタイル //////////////////////////*/
input[type=text], input[type=email], input[type=tel], select, textarea {
  font-size: 14px;
  font-size: 0.875rem;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  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;
}
input[type=text], input[type=email], input[type=tel], select, textarea {
  width: 100%;
  padding: 2px 7px;
  min-height: auto;
  outline: none;
  background: white;
  border: 1px solid gray;
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], select, textarea {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 0 3.7333333333vw;
  }
}

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

/*////////////////////////// セレクトボックス //////////////////////////*/
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 screen and (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 screen and (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.875rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field-text {
    font-size: 15px;
    font-size: 4vw;
    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;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin-right: 8vw;
  }
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  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.875rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5;
  }
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label: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;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label: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;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label: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.875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-checkbox-field-text {
    font-size: 15px;
    font-size: 4vw;
    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 screen and (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 screen and (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;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
.wpcf7-form .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5;
  }
}
.wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label: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 screen and (max-width: 767px) {
  .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    margin-right: 6.4vw;
  }
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label: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 screen and (max-width: 767px) {
  .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:after {
    top: 3.2vw;
    left: 2.4vw;
    width: 8.5333333333vw;
    height: 7.2vw;
    border-radius: 4vw;
  }
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form input[type=checkbox]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label: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 screen and (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: 1rem;
}
.mw_wp_form .file_label:-moz-placeholder {
  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;
}
.mw_wp_form .file_label {
  display: block;
  width: 172px;
  padding: 2px 7px;
  min-height: auto;
  border-radius: 10px;
  outline: none;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .file_label {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
  }
}
.mw_wp_form .mwform-file-delete {
  margin-left: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-file-delete {
    margin-left: 8vw;
    margin-right: 5.3333333333vw;
  }
}

.mw_wp_form_confirm .file_label {
  display: none;
}

.wpcf7-form .form__row.file input[type=file] {
  display: none;
}
.wpcf7-form .form__row.file .form__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.wpcf7-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 screen and (max-width: 767px) {
  .wpcf7-form .form__row.file .form__col .file_name {
    max-width: 60%;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.wpcf7-form .form__row.file a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wpcf7-form .file_label {
  font-size: 16px;
  font-size: 1rem;
}
.wpcf7-form .file_label:-moz-placeholder {
  color: #aaa;
}
.wpcf7-form .file_label:placeholder-shown {
  color: #aaa;
}
.wpcf7-form .file_label::-webkit-input-placeholder {
  color: #aaa;
}
.wpcf7-form .file_label:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.wpcf7-form .file_label::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.wpcf7-form .file_label:-ms-input-placeholder {
  color: #aaa;
}
.wpcf7-form .file_label {
  display: block;
  width: 172px;
  padding: 2px 7px;
  min-height: auto;
  border-radius: 10px;
  outline: none;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .file_label {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
  }
}

.page-contact.confirm .file_label {
  display: none;
}

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

/*////////////////////////// 入力画面・確認画面 //////////////////////////*/
.mw_wp_form_input .error {
  width: 100%;
}
.mw_wp_form_input .form__btn-col:first-of-type {
  display: none;
}

.mw_wp_form_confirm .form__row {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__row {
    margin-top: 17.0666666667vw;
  }
}
.mw_wp_form_confirm .form__row.mail_confirm {
  display: none;
}
.mw_wp_form_confirm .form__col:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__col:nth-of-type(2) {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.mw_wp_form_confirm .form__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__btn {
    margin-top: 24vw;
  }
}
.mw_wp_form_confirm .form__btn-col.btn__more {
  margin: 0;
}
.mw_wp_form_confirm .form__btn-col:first-of-type {
  display: block;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__btn-col.back {
    margin-top: 18.6666666667vw;
  }
}
.mw_wp_form_confirm .form__note {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

/* module > btn
============================================================================ */
.btn__more {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
  width: 261px;
  padding: 15px 0;
  margin: 50px auto 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 0.05em;
  background: black;
  color: white;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn__more {
    font-size: 13px;
    font-size: 3.4666666667vw;
    width: 116vw;
    padding-bottom: 10.6666666667vw;
    margin-top: 22.6666666667vw;
  }
}
.btn__more:hover {
  opacity: 1;
}

.c-button {
  width: 305px;
  height: 54px;
  border-top-left-radius: 5px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 32px;
  background-color: #c1a644;
  display: grid;
  align-content: center;
  justify-content: start;
  position: relative;
  z-index: 1;
}
.c-button::before {
  content: "";
  display: block;
  width: 85px;
  height: 67px;
  left: -23px;
  top: -30px;
  position: absolute;
  background-image: url("./img/common/txtCheck.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-button::after {
  content: "";
  display: block;
  width: 19px;
  height: 22px;
  position: absolute;
  -webkit-mask-image: url("./img/common/btn-arrow.svg");
  mask-image: url("./img/common/btn-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: white;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.c-button > p {
  width: 100%;
  font-weight: 400;
  position: absolute;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-button:hover {
  background-color: rgba(193, 166, 68, 0.5647058824);
}
.c-button:hover::after {
  background-color: #C1A644;
  right: 8px;
}
.c-button.dark {
  background-color: rgba(147, 127, 56, 0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: background-color 0.4s ease-in, backdrop-filter 0.4s ease-in;
}
.c-button.dark::before {
  background-image: url("./img/common/txtCheck-dark.svg");
}
.c-button.dark span {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, transparent 75%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(315deg, transparent 75%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.c-button.dark:hover {
  background-color: rgba(147, 127, 56, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/*  module > breadcrumbs
============================================================================================================ */
/* module > pagination （WP-Pagenavi）
============================================================================ */
.c-bg-txt {
  position: relative;
}
.c-bg-txt::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 1180px;
  height: 307px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("./img/common/img-bg-txt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

/* module > top
============================================================================ */
.top-kv {
  height: 100vh;
  position: relative;
  background-color: #1c1c1c;
}

.top-kv__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-kv__video-wrapper {
    position: relative;
  }
}
.top-kv__video-wrapper video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (max-width: 767px) {
  .top-kv__video-wrapper video {
    display: block;
  }
}

.top-kv__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  filter: brightness(0.7);
  pointer-events: none;
  will-change: transform, width, height, top, left;
}
.top-kv__video.is-docked {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  border-radius: 20px !important;
}

.top-kv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-kv__txt {
    width: 100%;
    transform: translate(-50%, calc(-50% + 2px));
  }
}
.top-kv__txt p {
  font-weight: 500;
  font-size: 17px;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .top-kv__txt p {
    font-size: 13px;
    line-height: 26px;
  }
}

.top-kv__txt-catch {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top-kv__txt-catch {
    margin-bottom: 50px;
  }
}
.top-kv__txt-catch p {
  margin-top: 20px;
  margin-left: 21px;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 50%;
  text-align: center;
  color: #937f38;
}
@media screen and (max-width: 767px) {
  .top-kv__txt-catch p {
    font-size: 26px;
    margin-top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv__txt-catch img {
    margin: 0 auto;
    width: 58.3333333333vw;
    display: none;
  }
}

.top-kv__scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 101;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.top-kv__scroll p {
  font-weight: bold;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 20%;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .top-kv__scroll p {
    font-size: 15px;
  }
}
.top-kv__scroll span {
  display: block;
  width: 2px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-kv__scroll span {
    height: 9vh;
  }
}
.top-kv__scroll span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scroll-line 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes scroll-line {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.top-profile {
  position: relative;
  z-index: 0;
  background-color: #1c1c1c;
  margin-top: -1px;
  padding: 100px 0 45px;
}
@media screen and (max-width: 767px) {
  .top-profile {
    padding: 5px 0;
  }
}

.top-profile-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: transform;
}
.top-profile-bg .top-profile-swiper {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}
.top-profile-bg .top-profile-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top-profile-bg .top-profile-swiper .swiper-slide {
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-profile-bg .top-profile-swiper .swiper-slide {
    width: 500px;
  }
}
.top-profile-bg .top-profile-bg-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-profile-bg .top-profile-bg-item::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 90vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("./img/common/img-bg-txt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-profile-bg .top-profile-bg-item::after {
    width: 350px;
    height: 125px;
    background-size: contain;
  }
}

.top-profile__top {
  position: relative;
  display: flex;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 767px) {
  .top-profile__top {
    -moz-column-gap: 40px;
         column-gap: 40px;
    flex-direction: column;
  }
}

.top-profile__top-left {
  position: relative;
  z-index: 101;
  color: white;
  padding: 0 20px 0 65px;
}
@media screen and (max-width: 767px) {
  .top-profile__top-left {
    padding: 0 20px;
    text-align: center;
  }
}
.top-profile__top-left > p {
  margin-top: 40px;
  font-weight: 500;
  font-style: Medium;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0%;
}
@media screen and (max-width: 767px) {
  .top-profile__top-left > p {
    text-align: center;
    font-size: 15px;
    margin-top: 33px;
    line-height: 26px;
  }
}
.top-profile__top-left > h3 {
  margin-top: 50px;
  font-weight: 500;
  font-style: Medium;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  .top-profile__top-left > h3 {
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .top-profile__top-left .c-heading {
    margin-top: 38px;
  }
}

.top-profile__top-right {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-profile__top-right {
    display: none;
  }
}

.top-profile__top-right.js-video-target {
  width: 638px;
  height: 472px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .top-profile__top-right.js-video-target {
    width: 400px;
  }
}
.top-profile__top-right.js-video-target img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-profile__bottom {
  position: relative;
  width: 100%;
  margin: 300px 0 44px;
}
@media screen and (max-width: 767px) {
  .top-profile__bottom {
    margin: 174px 0 0;
  }
}

.top-profile__bottom,
.after-section {
  position: relative;
  z-index: 2;
  background: transparent !important;
}

.top-profile__bottom-talent-img {
  position: relative;
  top: 266px;
  width: 296px;
  height: auto;
  left: 50%;
  top: 0;
  transform: translate(calc(-50% - 118px), 0);
}
@media screen and (max-width: 767px) {
  .top-profile__bottom-talent-img {
    width: 68.2666666667vw;
    transform: translate(calc(-50% - 40px), 0);
  }
}
.top-profile__bottom-talent-img img {
  position: relative;
  z-index: 2;
}

.top-profile__bottom-talent-star {
  position: absolute;
  width: 74px;
  height: 70px;
  left: 50%;
  top: -165px;
  transform: translate(calc(-50% + 40px), 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-profile__bottom-talent-star {
    width: 17.0346666667vw;
    height: 16.1253333333vw;
    top: -120px;
    transform: translate(calc(-50% + 40px), 0);
  }
}
.top-profile__bottom-talent-star::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("./img/top/profile/img-profile-star.svg");
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.top-profile__bottom-talent-light {
  z-index: -1;
  position: absolute;
  width: 346px;
  height: 535px;
  left: 50%;
  top: 0;
  opacity: 0.3;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgb(197, 161, 102) 0%, rgb(197, 128, 85) 13%, rgb(190, 82, 63) 33%, rgb(187, 46, 45) 53%, rgb(185, 21, 32) 71%, rgba(184, 5, 24, 0.7) 87%, rgba(184, 0, 22, 0) 100%);
  clip-path: polygon(50% 0%, 4.05% 100%, 95.95% 100%);
}
@media screen and (max-width: 767px) {
  .top-profile__bottom-talent-light {
    width: 79.7333333333vw;
    height: 116vw;
  }
}
.top-profile__bottom-talent-light::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
}
.top-profile__bottom-talent-light.is-animated::after {
  animation: moveDown 0.8s ease-out forwards;
}

@keyframes moveDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.top-profile__bottom-talent-video-top {
  position: absolute;
  width: 120px;
  height: 150px;
  top: -141px;
  left: -129px;
}
.top-profile__bottom-talent-video-top video {
  border-radius: 10px;
  opacity: 0;
  scale: 0.8;
  transition: opacity 0.3s ease 0.7s, scale 0.3s ease 0.7s;
}
.top-profile__bottom-talent-video-top svg {
  position: absolute;
  width: 117px;
  height: auto;
  top: 50%;
}
.top-profile__bottom-talent-video-top.is-visible video {
  opacity: 1;
  scale: 1;
}
@media screen and (max-width: 767px) {
  .top-profile__bottom-talent-video-top {
    display: none;
  }
}

.top-profile__bottom-talent-video-bot {
  position: absolute;
  width: 173px;
  height: 215px;
  top: 120px;
  left: -239px;
  opacity: 0;
  scale: 0.8;
  transition: opacity 0.2s ease 0.6s, scale 0.2s ease 0.6s;
}
.top-profile__bottom-talent-video-bot video {
  border-radius: 10px;
}
.top-profile__bottom-talent-video-bot svg {
  position: absolute;
  width: 117px;
  height: auto;
  top: 50%;
  transform: translateY(-100%);
}
.top-profile__bottom-talent-video-bot.is-visible {
  opacity: 1;
  scale: 1;
}
@media screen and (max-width: 767px) {
  .top-profile__bottom-talent-video-bot {
    display: none;
  }
}

.top-profile__bottom-talent-desc {
  position: absolute;
  width: 360px;
  top: -55px;
  left: 393px;
}
.top-profile__bottom-talent-desc > p {
  font-size: 15px;
  font-weight: 500;
  color: white;
  margin-bottom: 60px;
  line-height: 1.65;
}
.top-profile__bottom-talent-desc svg {
  position: absolute;
  width: 107px;
  height: auto;
  top: 39.5px;
  left: -127px;
}
@media screen and (max-width: 767px) {
  .top-profile__bottom-talent-desc {
    display: none;
  }
}

.top-profile__bottom-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-profile__bottom-sp {
    display: block;
  }
}
.top-profile__bottom-sp {
  padding: 60px 8vw 0;
}
.top-profile__bottom-sp > p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.7;
}
.top-profile__bottom-sp > .c-button {
  margin: 64px auto 0;
}

.top-profile__bottom-sp-mov {
  display: flex;
  gap: 0 5.0666666667vw;
}
.top-profile__bottom-sp-mov video {
  width: 39.4666666667vw;
  height: 49.0666666667vw;
  border-radius: 10px;
}

.top-performance {
  background-color: #1c1c1c;
  padding: 1px 0 121px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .top-performance {
    padding: 58px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .top-performance .c-heading__inner {
    width: 305px;
  }
}

.top-performance-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin: 0 auto;
}
.top-performance-wrap > p {
  color: white;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-performance-wrap > p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.top-performance-wrap > p:first-of-type {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .top-performance-wrap > p:first-of-type {
    margin-top: 39px;
  }
}
.top-performance-wrap > p:last-of-type {
  margin: 52px 0 60px;
}
@media screen and (max-width: 767px) {
  .top-performance-wrap > p:last-of-type {
    margin: 40px 0 50px;
  }
}

.top-performance-inner {
  margin-top: 50px;
}
.top-performance-inner .slide02,
.top-performance-inner .slide04 {
  margin-top: 30px;
}

/* --- Performance Section Layout --- */
@media screen and (min-width: 768px) {
  /* Swiperのラッパーを普通のFlexボックスにする */
  .top-performance-swiper .swiper-wrapper {
    display: flex;
    justify-content: center; /* 中央寄せ */
    gap: 30px; /* カード間の余白 */
    transform: none !important; /* Swiperの移動を無効化 */
    width: 100% !important;
  }
  /* スライド（カード）の幅を固定する */
  .top-performance-swiper .swiper-slide {
    width: calc(25% - 22.5px) !important; /* 4枚並べる場合の計算（gap 30px想定） */
    max-width: 230px; /* 大きくなりすぎないように制限 */
    height: auto;
    margin: 0 !important; /* Swiperの自動マージンを消す */
  }
  /* Swiperがつける不要な要素を消す（もしあれば） */
  .top-performance-swiper .swiper-notification {
    display: none;
  }
}
/* --- カード自体の比率調整（縦長に） --- */
.card-inner {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.card-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ホログラムグラデーション層 */
.card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(115deg, transparent 0%, rgb(0, 231, 255) 30%, rgb(255, 0, 231) 70%, transparent 100%);
  background-position: var(--x, 50%) var(--y, 50%);
  background-size: 300% 300%;
  mix-blend-mode: color-dodge;
  opacity: 0; /* 通常時は隠す */
  transition: opacity 0.3s ease;
}

/* ラメ・キラキラ層 */
.card-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/13471/sparkles.gif");
  background-position: center;
  background-size: 180%;
  mix-blend-mode: color-dodge;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.card-inner:hover::before {
  opacity: 0.8;
}

.top-performance-inner {
  margin-top: 50px;
}
.top-performance-inner .slide02,
.top-performance-inner .slide04 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-performance-inner {
    margin-top: 10.6666666667vw;
    width: 210%;
  }
  .top-performance-inner .slide02,
  .top-performance-inner .slide04 {
    margin-top: 0;
  }
  .top-performance-inner .top-performance-swiper {
    overflow: visible;
  }
  .top-performance-inner .swiper-slide {
    height: 85.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .card-inner {
    box-shadow: 0 1.3333333333vw 4vw rgba(0, 0, 0, 0.4);
    border-radius: 2.6666666667vw;
  }
}

.top-schoolVisit {
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  z-index: 0;
  padding: 40px 0 120px;
}
.top-schoolVisit__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/common/img-schoolVisit-bg.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit .c-heading__inner {
    width: 305px;
  }
}
@media screen and (min-width: 1025px) {
  .top-schoolVisit .c-heading__inner img {
    height: auto;
  }
}

.top-schoolVisit-wrap {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-wrap {
    margin-top: 25px;
  }
}
.top-schoolVisit-wrap > p {
  font-weight: 500;
  font-style: Medium;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-wrap > p {
    font-size: 15px;
  }
}

.top-schoolVisit-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-schoolVisit-inner > p {
  margin-top: 20px;
  margin-bottom: 100px;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-inner > p {
    margin-top: 10px;
    padding: 0 8vw;
    font-size: 15px;
    text-align: start;
  }
}

.top-schoolVisit-mul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 46px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-mul {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}

.top-schoolVisit-mul-item {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-mul-item {
    width: 63.2vw;
  }
}

.top-schoolVisit-mul-sign {
  width: 40px;
  height: 40px;
}
.top-schoolVisit-mul-sign img {
  width: 100%;
  height: auto;
}

.top-schoolVisit-equal {
  margin-top: 30px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-equal {
    margin-top: 20px;
  }
}

.top-schoolVisit-img {
  width: 551px;
  margin-left: 40px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-img {
    width: 85.6vw;
    margin-left: 10.6666666667vw;
    margin-top: 20px;
  }
}
.top-schoolVisit-img.en {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-img.en {
    margin-left: 0;
  }
}

.top-schoolVisit-case > p {
  max-width: 365px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  color: #1a1a1a;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case > p {
    max-width: 230px;
    font-size: 19px;
  }
}
.top-schoolVisit-case > p::before, .top-schoolVisit-case > p::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("./img/common/img-star.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 44px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case > p::before, .top-schoolVisit-case > p::after {
    width: 33px;
    height: 32px;
  }
}
.top-schoolVisit-case > p::before {
  left: -59px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case > p::before {
    left: -43px;
  }
}
.top-schoolVisit-case > p::after {
  right: -59px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case > p::after {
    right: -43px;
  }
}

.top-schoolVisit-case-wrap {
  display: flex;
  margin: 52px auto 66.2px;
  gap: 0 52px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case-wrap {
    flex-direction: column;
    align-items: center;
    margin: 22.5px auto 50px;
    gap: 20px 0;
  }
}

.top-schoolVisit-case-item {
  max-width: 349px;
  width: 27.265625vw;
  max-height: 315px;
  height: 24.609375vw;
  background-image: url("./img/top/schoolVisit/img-sv-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 17px 17px 64px 17px;
  position: relative;
  box-shadow: 4px 4px 8px 0px rgba(26, 26, 26, 0.1490196078);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case-item {
    max-width: unset;
    max-height: unset;
    width: 284.03px;
    height: 256.3px;
    height: 256.3px;
    padding: 11.12px 11.12px 50px 11.12px;
  }
}
.top-schoolVisit-case-item > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-schoolVisit-case-item > p {
  width: 100%;
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 1.5vw, 20px);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case-item > p {
    font-size: 17px;
    margin-top: 16.7px;
  }
}
.top-schoolVisit-case-item.start {
  transform: rotate(-4deg);
}
.top-schoolVisit-case-item.start > img {
  transform: rotate(0deg);
}
.top-schoolVisit-case-item.start > p {
  transform: rotate(-1.52deg);
}
.top-schoolVisit-case-item.center {
  transform: rotate(4deg);
}
.top-schoolVisit-case-item.center > img {
  transform: rotate(0deg);
}
.top-schoolVisit-case-item.center > p {
  transform: rotate(0deg);
}
.top-schoolVisit-case-item.end {
  transform: rotate(-4deg);
}
.top-schoolVisit-case-item.end > img {
  transform: rotate(0deg);
}
.top-schoolVisit-case-item.end > p {
  transform: rotate(-1.52deg);
}
.top-schoolVisit-case-item.en p {
  margin-top: 5px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .top-schoolVisit-case-item.en p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top-schoolVisit-case-item.en p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case-item.en p {
    font-size: 14px;
  }
}

.top-schoolVisit-case-btns {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-schoolVisit-case-btns {
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
  }
}

.top-offer {
  background-color: #1c1c1c;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-offer {
    padding: 44px 0 0;
  }
}

.top-offer__bg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* コンテンツより後ろに配置 */
  pointer-events: none; /* クリック操作を邪魔しない */
}

.top-offer-wrap,
.c-heading {
  position: relative;
  z-index: 2;
  margin-top: 45px;
}

.top-offer-wrap-case {
  display: flex;
  -moz-column-gap: 110px;
       column-gap: 110px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-offer-wrap-case {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
}

.top-offer-wrap-case-wrap {
  position: relative;
}

.top-offer-wrap-case-img {
  position: relative;
  margin-top: 26px;
  padding-bottom: 0;
}
.top-offer-wrap-case-img > img {
  width: 176px;
  height: 168px;
  margin: 0 auto;
  display: block;
}
.top-offer-wrap-case-img > p {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  margin-top: 16px;
  font-size: 21px;
  text-align: center;
  color: white;
  font-weight: 500;
  line-height: 1.46;
  left: 50%;
  transform: translateX(-50%);
}
.top-offer-wrap-case-img.en > p {
  font-size: 19px;
}

.top-offer-wrap-case-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-offer-wrap-case-item {
    margin-bottom: 166px;
  }
  .top-offer-wrap-case-item:last-of-type {
    margin-bottom: 156px;
  }
}

.top-offer-wrap-case-img-txt {
  position: absolute;
  transform: rotate(-24.5deg);
  width: 148px;
  left: -25px;
  top: 25px;
}

.top-offer-wrap-case-img-overlay {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 70%);
}

.top-offer-wrap-desc {
  width: 550px;
  margin: 156px auto 58px;
  font-size: 18px;
  line-height: 1.7;
  color: white;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-offer-wrap-desc {
    width: 305px;
    font-size: 16px;
    margin: 0px auto 58px;
  }
}

.top-offer-wrap-btn a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-offer-wrap-btn a {
    margin: 47px auto 0;
  }
}

.top-movPhoto {
  background-color: #1c1c1c;
  padding: 150px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-movPhoto {
    padding: 75px 0 120px;
  }
}
.top-movPhoto > .c-heading {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top-movPhoto .c-heading__inner {
    width: 305px;
  }
}

.top-movPhoto-wrap {
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-wrap {
    flex-direction: column;
    margin-top: 25px;
  }
}

.top-movPhoto-left {
  width: 38%;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-left {
    width: 100%;
    padding: 0 8vw;
  }
}
.top-movPhoto-left > p {
  font-size: 17px;
  color: white;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-left > p {
    text-align: center;
    letter-spacing: -0.03em;
  }
}

.top-movPhoto-right {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-right {
    margin-top: 40px;
    width: 100%;
    margin-left: 46px;
  }
}

.top-movPhoto-right-top {
  margin-bottom: 82px;
  position: relative;
  width: 124%;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-right-top {
    margin-bottom: 76px;
    width: 138%;
  }
}
.top-movPhoto-right-top .swiper-slide > img {
  width: 100%;
}
.top-movPhoto-right-top .top-movPhoto-swiper-pagination {
  top: unset;
  bottom: -37px !important;
}

.top-movPhoto-btn {
  margin-top: 95px;
  margin-left: 38%;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-btn {
    margin: 76px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-movPhoto-btn .c-button {
    margin: 0 auto;
  }
}

.top-movPhoto-right-bottom {
  position: relative;
  width: 122%;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-right-bottom {
    width: 138%;
  }
}
.top-movPhoto-right-bottom .swiper-slide > img {
  width: 100%;
}
.top-movPhoto-right-bottom .swiper-slide > p {
  text-align: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-right-bottom .swiper-slide > p {
    font-size: 13px;
  }
}
.top-movPhoto-right-bottom .bot-movPhoto-swiper-pagination {
  top: unset;
  bottom: -37px !important;
}

.top-movPhoto-swiper-prev,
.bot-movPhoto-swiper-prev {
  left: -50px;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-swiper-prev,
  .bot-movPhoto-swiper-prev {
    left: -35px;
  }
}

.top-movPhoto-swiper-prev::after,
.bot-movPhoto-swiper-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32.25px;
  margin: auto;
  width: 32.25px;
  background-image: url("./img/common/prev-arrow.png");
}

.top-movPhoto-swiper-pagination,
.bot-movPhoto-swiper-pagination {
  width: 33% !important;
  bottom: -25px !important;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-swiper-pagination,
  .bot-movPhoto-swiper-pagination {
    width: 49% !important;
  }
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 15px;
  margin: 0 4px !important;
  background-image: url("./img/common/img-star.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateY(2px);
}

.top-movPhoto-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.top-movPhoto-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.top-movPhoto-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.8);
  z-index: 1;
}

.top-movPhoto-modal-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-movPhoto-modal-content img {
  width: 335px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .top-movPhoto-modal-content img {
    width: 750px;
  }
}

.top-movPhoto-modal-close {
  position: absolute;
  top: -74px;
  right: 0;
  width: 54px;
  height: 54px;
  cursor: pointer;
  padding: 0;
  border: none;
  background-image: url("./img/common/icon-close.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .top-movPhoto-modal-close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -16vw;
  }
}
.top-movPhoto-modal-close:hover {
  opacity: 0.7;
}

.top-info {
  background-image: url("./img/top/info/img-info-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 55px 0 120px;
}
@media screen and (max-width: 767px) {
  .top-info {
    background-image: url("./img/top/info/img-info-bg-sp.png");
    padding: 5px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-info .c-heading__inner {
    width: 305px;
    transform: translate(-50%, -35%);
  }
}

.top-info-wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.top-info-wrap > p {
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0%;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-info-wrap > p {
    margin-top: 0;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 26px;
  }
}

.top-info-inner {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 772px;
  margin: 50px auto 59px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .top-info-inner {
    width: 100%;
    padding: 0 30px;
    margin: 30px auto 50px;
    row-gap: 30px;
  }
}

.top-info-item {
  display: flex;
  width: 100%;
  height: 217px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 8px 0px rgba(26, 26, 26, 0.15);
}
@media screen and (max-width: 767px) {
  .top-info-item {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}

.top-info-item-img {
  width: 326px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-info-item-img {
    width: 100%;
    height: 100%;
  }
}
.top-info-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-info-item-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 16px;
  width: 446px;
}
@media screen and (max-width: 767px) {
  .top-info-item-info {
    width: 100%;
    padding: 15px 20px 30px;
  }
}

.top-info-item-info-ttl {
  font-size: 22px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-info-item-info-ttl {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}

.top-info-item-info-time {
  margin-top: 12px;
  font-size: 15px;
  color: #828282;
  font-weight: 500;
}

.top-info-item-info-desc {
  width: 100%;
  height: 71px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-weight: 500;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .top-info-item-info-desc {
    height: auto;
  }
}

.top-sponsor {
  margin-bottom: 120px;
}

.top-sponsor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-sponsor-wrap > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 40px;
}

.top-sponsor-inner {
  display: flex;
  gap: 40px;
  max-width: 760px;
  width: auto;
  margin-top: 50px;
  margin-bottom: 59px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-sponsor-inner {
    max-width: 100%;
  }
}

.top-sponsor-item {
  width: 120px;
  height: 120px;
}
.top-sponsor-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */