@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: 0;
  color: inherit;
}

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

ul,
ol {
  list-style: none;
}

/*============================
これは_reset.scss
============================*/
/* =Reset
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  line-height: 1.2;
}

html,
body {
  height: 100%;
}

html,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a:active,
a:hover {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
embed,
object,
iframe,
audio,
video,
canvas,
progress,
meter,
output,
textarea {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

caption,
th,
td {
  text-align: left;
  vertical-align: top;
}

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/* Image inside */
a img,
th img,
td img {
  vertical-align: top;
}

button,
input,
select,
textarea {
  margin: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}

/* Hand cursor on clickable controls */
input[type=reset],
input[type=submit],
input[type=file],
input[type=radio],
input[type=checkbox],
select,
button {
  cursor: pointer;
}

/* Trick with vertical align for radio and checkbox  */
input[type=radio],
input[type=checkbox] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

/* Normalize search fields */
input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Normalize horizontal line */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

/* Responsive media */
img,
video,
audio,
embed,
object {
  max-width: 100%;
}

img,
video,
embed,
object {
  height: auto;
}

embed,
object {
  height: 100%;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: url(../images/clearfix.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.hidden {
  position: absolute;
  left: -9999px;
}

.visible-hidden {
  visibility: hidden;
}

/* Assets */
/*-----------------------------
padding
-----------------------------*/
.pTop00 {
  padding-top: 0px !important;
}

.pTop1em {
  padding-top: 1em !important;
}

.pTop2em {
  padding-top: 2em !important;
}

.pTop3em {
  padding-top: 3em !important;
}

.pTop4em {
  padding-top: 4em !important;
}

.pTop5em {
  padding-top: 5em !important;
}

.pTop05 {
  padding-top: 5px !important;
}

.pTop10 {
  padding-top: 10px !important;
}

.pTop15 {
  padding-top: 15px !important;
}

.pTop20 {
  padding-top: 20px !important;
}

.pTop30 {
  padding-top: 30px !important;
}

.pTop40 {
  padding-top: 40px !important;
}

.pTop50 {
  padding-top: 50px !important;
}

.pTop60 {
  padding-top: 60px !important;
}

.pTop80 {
  padding-top: 80px !important;
}

.pTop200sp100 {
  padding-top: 200px !important;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  .pTop200sp100 {
    padding-top: 100px !important;
  }
}

.pRight00 {
  padding-right: 0px !important;
}

.pRight05 {
  padding-right: 5px !important;
}

.pRight10 {
  padding-right: 10px !important;
}

.pRight12 {
  padding-right: 12px !important;
}

.pRight15 {
  padding-right: 15px !important;
}

.pRight20 {
  padding-right: 20px !important;
}

.pRight30 {
  padding-right: 30px !important;
}

.pleft00 {
  padding-left: 0px !important;
}

.pleft02 {
  padding-left: 2px !important;
}

.pleft05 {
  padding-left: 5px !important;
}

.pleft10 {
  padding-left: 10px !important;
}

.pleft20 {
  padding-left: 20px !important;
}

.pleft30 {
  padding-left: 30px !important;
}

.pleft40 {
  padding-left: 40px !important;
}

.pleft80 {
  padding-left: 80px !important;
}

.pBottom00 {
  padding-bottom: 0px !important;
}

.pBottom1em {
  padding-bottom: 1em !important;
}

.pBottom2em {
  padding-bottom: 2em !important;
}

.pBottom3em {
  padding-bottom: 3em !important;
}

.pBottom4em {
  padding-bottom: 4em !important;
}

.pBottom5em {
  padding-bottom: 5em !important;
}

.pBottom02 {
  padding-bottom: 2px !important;
}

.pBottom05 {
  padding-bottom: 5px !important;
}

.pBottom10 {
  padding-bottom: 10px !important;
}

.pBottom15 {
  padding-bottom: 15px !important;
}

.pBottom20 {
  padding-bottom: 20px !important;
}

.pBottom25 {
  padding-bottom: 25px !important;
}

.pBottom30 {
  padding-bottom: 30px !important;
}

.pBottom40 {
  padding-bottom: 40px !important;
}

.pBottom50 {
  padding-bottom: 50px !important;
}

.pBottom60 {
  padding-bottom: 60px !important;
}

.pBottom70 {
  padding-bottom: 70px !important;
}

.pBottom80 {
  padding-bottom: 80px !important;
}

.pBottom90 {
  padding-bottom: 90px !important;
}

.pBottom100 {
  padding-bottom: 100px !important;
}

.pBottom110 {
  padding-bottom: 110px !important;
}

.pBottom140 {
  padding-bottom: 140px !important;
}

/*-----------------------------
margin
-----------------------------*/
.mTop-20 {
  margin-top: -20px !important;
}

.mTop-10 {
  margin-top: -10px !important;
}

.mTop00 {
  margin-top: 0px !important;
}

.mTop05 {
  margin-top: 5px !important;
}

.mTop1em {
  margin-top: 1em !important;
}

.mTop2em {
  margin-top: 2em !important;
}

.mTop3em {
  margin-top: 3em !important;
}

.mTop4em {
  margin-top: 4em !important;
}

.mTop5em {
  margin-top: 5em !important;
}

.mTop10 {
  margin-top: 10px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop40 {
  margin-top: 40px !important;
}

.mRight00 {
  margin-right: 0px !important;
}

.mRight05 {
  margin-right: 5px !important;
}

.mRight07 {
  margin-right: 7px !important;
}

.mRight10 {
  margin-right: 10px !important;
}

.mRight15 {
  margin-right: 15px !important;
}

.mRight20 {
  margin-right: 20px !important;
}

.mRight30 {
  margin-right: 30px !important;
}

.mleft02 {
  margin-left: 2px !important;
}

.mleft05 {
  margin-left: 5px !important;
}

.mleft10 {
  margin-left: 10px !important;
}

.mleft20 {
  margin-left: 20px !important;
}

.mleft30 {
  margin-left: 30px !important;
}

.mleft80 {
  margin-left: 80px !important;
}

.mBottom1em {
  margin-bottom: 1em !important;
}

.mBottom2em {
  margin-bottom: 2em !important;
}

.mBottom3em {
  margin-bottom: 3em !important;
}

.mBottom4em {
  margin-bottom: 4em !important;
}

.mBottom5em {
  margin-bottom: 5em !important;
}

.mBottom00 {
  margin-bottom: 0px !important;
}

.mBottom05 {
  margin-bottom: 5px !important;
}

.mBottom10 {
  margin-bottom: 10px !important;
}

.mBottom15 {
  margin-bottom: 15px !important;
}

.mBottom20 {
  margin-bottom: 20px !important;
}

.mBottom25 {
  margin-bottom: 25px !important;
}

.mBottom30 {
  margin-bottom: 30px !important;
}

.mBottom40 {
  margin-bottom: 40px !important;
}

.mBottom60 {
  margin-bottom: 60px !important;
}

.mBottom-20 {
  margin-bottom: -20px !important;
}

.mBottom-10 {
  margin-bottom: -10px !important;
}

.ws0mRight10 {
  margin-right: 10px !important;
}

.ws0pTop50 {
  padding-top: 50px !important;
}

.ws0pTop40 {
  padding-top: 40px !important;
}

.ws0pRight10 {
  padding-right: 10px !important;
}

.ws0pRight20 {
  padding-right: 20px !important;
}

.ws0pRight05 {
  padding-right: 5px !important;
}

.ws0pleft05 {
  padding-left: 5px !important;
}

.ws10pBottom00 {
  padding-Bottom: 0px !important;
}

.ws0pBottom20 {
  padding-Bottom: 20px !important;
}

.ws0pleft10 {
  padding-left: 10px !important;
}

@media (max-width: 35.5em) {
  .ws0pRight10 {
    padding-right: 0px !important;
  }
  .ws0pRight20 {
    padding-right: 0px !important;
  }
  .ws0pTop50 {
    padding-top: 0px !important;
  }
  .ws0pTop40 {
    padding-top: 0px !important;
  }
  .ws0pBottom00 {
    padding-bottom: 0px !important;
  }
  .ws0pRight05 {
    padding-right: 0px !important;
  }
  .ws0pleft05 {
    padding-left: 0px !important;
  }
  .ws0pleft10 {
    padding-left: 0px !important;
  }
  .ws10pBottom00 {
    padding-bottom: 10px !important;
  }
  .ws0mRight10 {
    margin-right: 0px !important;
  }
  .ws0pBottom20 {
    padding-bottom: 0px !important;
  }
}
.ws10mdpBottom00 {
  padding-bottom: 0px !important;
}

@media (max-width: 63em) {
  .ws10mdpBottom00 {
    padding-Bottom: 10px !important;
  }
}
input,
select {
  vertical-align: middle;
}

.clear-both {
  clear: both;
}

.test-line {
  border: 1px solid red;
}

html,
body {
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.85;
  color: #1A1614;
}

.mono {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.04em;
}

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

.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
}

/*============================
これは_typography.scss
============================*/
@font-face {
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ja {
  font-weight: 500;
  font-display: swap;
}
body.ja .pagemaincont .contwp_l p {
  line-height: 1.5;
}
body.ja .pagemaincont .contwp_l dt {
  font-weight: 500;
}

body.ja article#pagecont h2 {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont p {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont ul li {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont ol li {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dt {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dd h3 {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dd p {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dd p span {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dd span {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}

body.ja div.infocnt_cont strong {
  font-weight: 500;
}
body.ja p strong {
  font-weight: 500;
}

body.ja h1,
body.ja h2,
body.ja h3,
body.ja h4,
body.ja h5,
body.ja h6,
body.ja dt,
body.ja .h1,
body.ja .h2,
body.ja .h3 {
  font-weight: 500;
}
body.ja dd,
body.ja li,
body.ja p {
  font-weight: 300;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dl,
dt,
dd,
p {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

p {
  color: #000;
  letter-spacing: 0.05em;
}

.GothicB {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

.Mincho {
  font-family: serif;
}

.buttons {
  letter-spacing: -0.1em;
}

h4.w-names_en {
  font-family: "Montserrat_Italic", sans-serif !important;
  font-style: italic !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
[指定したいタグ] {
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -ms-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
  background-position: left top;
}

/*============================
これは_base.scss
============================*/
html,
body {
  background-color: rgba(250, 247, 240, 0.92);
  color: #1A1614;
}

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 600px) {
  .wrap {
    padding: 0 24px;
  }
}

.section {
  position: relative;
  padding: 140px 0;
}
@media (max-width: 900px) {
  .section {
    padding: 88px 0;
  }
}

.section-label {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.24em;
  color: #8A8076;
  margin-bottom: 28px;
  font-size: clamp(13px, 2vw, 14px);
}
@media only screen and (max-width: 1350px) {
  .section-label {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 992px) {
  .section-label {
    font-size: clamp(11px, 2vw, 14px);
  }
}
.section-label__num {
  font-weight: 700;
  color: #1A1614;
}
.section-label__line {
  flex: 1;
  height: 1px;
  background: #1A1614;
  opacity: 0.18;
}

.section-title {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}
@media (min-width: 993px) and (max-width: 1285px) {
  .section-title {
    font-size: clamp(25px, 4.5vw, 55px);
  }
}
@media only screen and (max-width: 992px) {
  .section-title {
    font-size: clamp(48px, 11vw, 60px);
    width: 100%;
    max-width: auto;
  }
}
.section-title em {
  font-style: normal;
  background: linear-gradient(transparent 65%, #FFE600 65%);
  padding: 0 4px;
}

.section-lede {
  font-size: 17px;
  line-height: 2.1;
  color: #4A423B;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  border: 1.5px solid #1A1614;
  background: #FAF7F0;
  color: #1A1614;
  transition: all 0.25s ease;
  cursor: pointer;
}
.btn:hover {
  background: #1A1614;
  color: #FAF7F0;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #1A1614;
}
.btn--primary {
  background: #1A1614;
  color: #FAF7F0;
}
.btn--primary:hover {
  background: #FFE600;
  color: #1A1614;
  border-color: #1A1614;
  box-shadow: 4px 4px 0 #1A1614;
}
.btn--yellow {
  background: #FFE600;
  color: #1A1614;
  border-color: #1A1614;
}
.btn--yellow:hover {
  background: #1A1614;
  color: #FFE600;
}
.btn--lg {
  padding: 22px 36px;
  font-size: 16px;
}
.btn__arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}
.btn:hover .btn__arrow {
  transform: translateX(4px);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.9, 0.3, 1);
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.tag {
  display: inline-block;
  padding: 4px 10px;
  background: #1A1614;
  color: #FAF7F0;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
}

body {
  background-color: #ffffff;
}

/*============================
.wrapper コンテナ
============================*/
.wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

main {
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 0px;
  }
}

.contwp_l {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contwp_l {
    width: 98%;
  }
}
@media only screen and (max-width: 575px) {
  .contwp_l {
    width: 96%;
  }
}

.container-gr {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.contwph {
  width: 96%;
  margin: 0 auto;
  max-width: 1800px;
}

.contwp-gr {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

.contwp {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .container-gr,
  .contwp {
    margin: 0 auto;
  }
  .contwph {
    width: 96%;
    margin: 0 auto;
  }
  .contwp-gr {
    width: 94%;
    margin: 0 auto;
  }
}
@media (min-width: 766px) and (max-width: 1090px) {
  .container-gr,
  .contwp-gr,
  .contwph {
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .contwp {
    width: 90%;
    margin: 0 auto;
  }
  .container-gr,
  .contwp-gr,
  .contwph {
    width: 94%;
    margin: 0 auto;
  }
}
/*============================
カラム
============================*/
@media only screen and (max-width: 768px) {
  main {
    padding-bottom: 0px;
  }
}
main article {
  margin: 0;
  padding: 0;
}

.main_img {
  padding-bottom: 2em;
}
.main_img img {
  width: 100%;
  height: auto;
}

dl.info_dl {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-bottom: 0.5em;
}
dl.info_dl.head3em dt {
  width: 3em;
}
dl.info_dl.head3em dd {
  width: calc(100% - 3.5em);
}
dl.info_dl.head4em dt {
  width: 4em;
}
dl.info_dl.head4em dd {
  width: calc(100% - 4.5em);
}
dl.info_dl.head5em dt {
  width: 5em;
}
dl.info_dl.head5em dd {
  width: calc(100% - 5.5em);
}
dl.info_dl dt {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  line-height: 1.5;
}
dl.info_dl dd {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  line-height: 1.5;
}

p strong em {
  margin-right: 0.3em;
  margin-left: 0.3em;
}

ul.screen_ind li strong em {
  margin-right: 1em;
}

/*============================
グリッド
============================*/
div.grid {
  margin-bottom: 40px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
div.grid.borderred, div.grid.bordergrey {
  border: 1px solid #666;
  padding: 1em !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  div.grid.borderred, div.grid.bordergrey {
    display: block;
  }
}
div.grid.borderred {
  border: 1px solid red;
}
@media only screen and (max-width: 768px) {
  div.grid {
    display: block;
  }
}
div.grid div.grid67 {
  width: 67%;
}
@media only screen and (max-width: 1350px) {
  div.grid div.grid67.W1350grid50 {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid div.grid67 {
    width: 100% !important;
  }
}
div.grid div.grid30 {
  width: 30%;
}
@media only screen and (max-width: 1350px) {
  div.grid div.grid30.W1350grid50 {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid div.grid30 {
    width: 100% !important;
    text-align: center;
  }
}
div.grid img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  div.grid img {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  div.grid img {
    width: 100%;
    margin: 0 auto;
  }
}
div.grid .grid50 {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  div.grid .grid50 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid .grid50:last-of-type {
    padding-top: 1em;
  }
}

/*============================
リード
============================*/
.lede_txt01 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 19px;
}
@media only screen and (max-width: 992px) {
  .lede_txt01 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt01 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt01 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt01 {
    font-size: 16px;
  }
}
.lede_txt01 small {
  font-weight: normal;
  font-size: 80%;
}

.lede_txt02 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .lede_txt02 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt02 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt02 {
    font-size: 14px;
  }
}
.lede_txt02 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.lede_txt03 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .lede_txt03 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt03 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt03 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt03 {
    font-size: 14px;
  }
}
.lede_txt03 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.head_ictxt00 {
  position: relative;
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.1em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
}
.head_ictxt00 span.titlehic {
  position: absolute;
  font-size: 100%;
  top: 0;
  left: 0;
  margin-right: 0px;
}

.head_ictxt01 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .head_ictxt01 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .head_ictxt01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .head_ictxt01 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .head_ictxt01 {
    font-size: 14px;
  }
}
.head_ictxt01 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

ul.head_ictxt001 {
  padding-top: 0.2em;
  width: 100%;
  padding-left: 1em;
}
ul.head_ictxt001 li {
  line-height: 1.3 !important;
  margin-bottom: 5px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  ul.head_ictxt001 li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  ul.head_ictxt001 li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  ul.head_ictxt001 li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  ul.head_ictxt001 li {
    font-size: 14px;
  }
}
ul.head_ictxt001 li span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

ul.head_ic_list {
  width: 100%;
}
ul.head_ic_list li {
  line-height: 1.3 !important;
  margin-bottom: 5px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  ul.head_ic_list li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  ul.head_ic_list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  ul.head_ic_list li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  ul.head_ic_list li {
    font-size: 14px;
  }
}
ul.head_ic_list li span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}
ul.head_ic_list li a {
  color: rgb(22.3657024793, 153.8760330579, 194.1342975207);
  padding-bottom: 0.3em;
  background: linear-gradient(rgba(25, 172, 217, 0.1), rgba(25, 172, 217, 0.1)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}
ul.head_ic_list li a.reverse {
  background-position: 100% 100%;
}
ul.head_ic_list li a:hover {
  background-size: 100% 40%;
}

/*============================
リボンNEW
============================*/
.ribbonnew {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  z-index: 2;
  text-align: center;
  color: #e2db42;
  background: #053752;
  border-radius: 2px 0 0 0;
  width: 40px;
  font-size: 10px;
  padding: 10px 0 7px;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .ribbonnew {
    width: 30px;
    font-size: 8px;
    padding: 7px 0 5px;
  }
}
@media only screen and (max-width: 320px) {
  .ribbonnew {
    width: 26px;
    font-size: 6px;
    padding: 7px 0 5px;
  }
}
.ribbonnew:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px rgb(0.6034482759, 6.6379310345, 9.8965517241);
  border-right: solid 5px transparent;
}
.ribbonnew:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #053752;
}
@media only screen and (max-width: 575px) {
  .ribbonnew:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #053752;
  }
}
@media only screen and (max-width: 320px) {
  .ribbonnew:after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #053752;
  }
}

/*============================
テキスト色
============================*/
.txt_blue {
  color: #19acd9 !important;
}

.txt_yellow {
  color: #ffff2e !important;
}

.txt_green {
  color: #48ae8d !important;
}

.txt_ygree {
  color: #89a536 !important;
}

.txt_orange {
  color: #ed9a1d !important;
}

.txt_pink {
  color: #ee4d84 !important;
}

.txt_red {
  color: red !important;
}

.txt_gray {
  color: #666666 !important;
}

.txt_fwn {
  font-weight: normal !important;
}

.txt_fwb {
  font-weight: bold !important;
}

/*============================
細かい指定
============================*/
.mTop5em {
  margin-top: 5em !important;
}

.mTop4em {
  margin-top: 4em;
}
@media only screen and (max-width: 768px) {
  .mTop4em {
    margin-top: 3em !important;
  }
}

.mTop3em {
  margin-top: 3em;
}

.mTop2em {
  margin-top: 2em;
}

.mTop1em {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  .md_mTop2em {
    margin-top: 2em !important;
  }
}

@media only screen and (max-width: 768px) {
  .md_mTop1em {
    margin-top: 1em !important;
  }
}

.contsdline {
  background: #fff;
  padding: 15px;
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  border: 1px solid #aeaeae;
}
@media only screen and (max-width: 575px) {
  .contsdline {
    padding: 10px;
  }
}

.txt_right {
  text-align: right !important;
}

.line_height13 {
  line-height: 1.3 !important;
}

@media only screen and (max-width: 768px) {
  .mb_txt_left {
    text-align: left !important;
  }
}

.imgw100p img {
  width: 100%;
  height: auto;
}

small {
  font-size: 80% !important;
}

.txt_center {
  text-align: center;
  margin: 0 auto;
}

.imgbos1pg img {
  border: 1px solid #aeaeae;
}

.fs_115b {
  font-size: 115% !important;
  font-weight: bold !important;
}

.fs_115 {
  font-size: 115% !important;
}

.fs_105b {
  font-size: 105% !important;
  font-weight: bold !important;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .display_mb {
    display: none;
  }
}

/*============================
ページカラム
============================*/
@media only screen and (min-width: 769px) {
  #page_column {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
  }
  #main_column {
    flex-basis: 70%;
  }
  #sideNav {
    flex-basis: 22.5%;
  }
}
@media only screen and (max-width: 992px) {
  #page_column {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
  }
  #main_column {
    flex-basis: 70%;
  }
  #sideNav {
    flex-basis: 22.5%;
  }
}
@media only screen and (max-width: 768px) {
  #page_column {
    display: block;
    padding-top: 4%;
  }
  #page_column div {
    min-height: 0%;
  }
  #main_column {
    flex-basis: 100%;
    margin-right: 0%;
  }
}
div.ggmap {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 49.89%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  div.ggmap {
    padding-top: 76.717%;
  }
}
div.ggmap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

div.youmov {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
}
div.youmov iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

div.youmov169 {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
div.youmov169 iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*============================
チェックボックス階層化など
============================*/
ul.search_check {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
ul.search_check li.fc_li {
  position: relative;
  padding-left: 30px;
  flex-basis: 48%;
  padding-bottom: 2%;
  box-sizing: border-box;
  max-width: 48%;
  font-size: 13px;
  line-height: 13px;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li input.form-check-input {
  display: inline-block;
  vertical-align: top;
}
ul.search_check li.fc_li label.form-check-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}
ul.search_check li.fc_li.list_parents {
  flex-basis: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
ul.search_check li.fc_li.list_parents label.form-check-label {
  color: #19acd9;
}
ul.search_check li.fc_li.list_parents ul.ul_children {
  flex-basis: 100%;
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children {
    padding-top: 4%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li {
  flex-basis: 48%;
  box-sizing: border-box;
  max-width: 48%;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li label.form-check-label {
  color: #000 !important;
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub {
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub {
    padding-top: 4%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li {
  flex-basis: 48%;
  box-sizing: border-box;
  max-width: 48%;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li label.form-check-label {
  color: #000 !important;
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li.list_parents_sub {
  flex-basis: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
/*IE用ハック*/
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  /*IEラベルの位置調整*/
  ul.search_check li.fc_li label.form-check-label {
    position: relative;
    top: 5px;
  }
} /*IE用ハック*/
.hover-marker {
  padding-bottom: 0.3em;
  background: linear-gradient(rgba(25, 172, 217, 0.3), rgba(25, 172, 217, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker.reverse {
  background-position: 100% 100%;
}

.hover-marker:hover {
  background-size: 100% 40%;
}

.hover-marker-ｇ {
  padding-bottom: 0.1em;
  background: linear-gradient(rgba(150, 150, 150, 0.3), rgba(150, 150, 150, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker-ｇ.reverse {
  background-position: 100% 100%;
}

.hover-marker-ｇ:hover {
  background-size: 100% 40%;
}

.hover-marker-w {
  padding-bottom: 0.1em;
  background: linear-gradient(rgba(250, 250, 250, 0.3), rgba(250, 250, 250, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker-w.reverse {
  background-position: 100% 100%;
}

.hover-marker-w:hover {
  background-size: 100% 40%;
}

/* ふわっと  */
.effect-fade {
  　opacity: 0 !important;
  transform: translateY(30%);
  -moz-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  -o-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -webkit-transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

.effect-fade.effect-scroll {
  　opacity: 1 !important;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}

@media only screen and (min-width: 769px) {
  .effect-fade_pc {
    　opacity: 0 !important;
    transform: translateY(30%);
    -moz-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -webkit-transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
  }
}

@media only screen and (max-width: 768px) {
  .effect-fadeT1_sp {
    animation-name: fade-in1;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
  }
}

.home_ef-fademv01 {
  transform: translateZ(0);
  animation-name: fade-in4;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fademv02 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.headbgani01 {
  transform: translateZ(0);
  animation-name: headbgkf;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.headbgani02 {
  transform: translateZ(0);
  animation-name: headbgkf02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT1 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT2 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT3 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT4 {
  animation-name: fade-in1;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.effect-fadeT1 {
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  80% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
.effect-fadeT2 {
  animation-name: fade-in2;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  30% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
.effect-fadeT3 {
  animation-name: fade-in3;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .effect-fadeT3 {
    animation-name: fade-in2;
  }
}

@keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translateX(20%);
    -moz-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
  }
  30% {
    opacity: 0;
    transform: translateX(20%);
    -moz-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes fade-in4 {
  0% {
    opacity: 0;
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
  }
  30% {
    opacity: 0;
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes headbgkf {
  0% {
    opacity: 0;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  30% {
    opacity: 0;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes headbgkf02 {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  30% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
/* ブルブル  */
.shaking {
  -webkit-animation: shake 1.5s ease-in-out infinite alternate;
  -moz-animation: shake 1.5s ease-in-out infinite alternate;
  animation: shake 1.5s ease-in-out infinite alternate;
}

.shaking:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  opacity: 0.9 !important;
}

@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
@-moz-keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
.effect_hnb01 {
  animation-name: anihnb01;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb02 {
  animation-name: anihnb01;
  animation-duration: 7s;
  animation-timing-function: ease;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb03 {
  animation-name: anihnb01;
  animation-duration: 8s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb04 {
  animation-name: anihnb01;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb05 {
  animation-name: anihnb01;
  animation-duration: 9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

@keyframes anihnb01 {
  0% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
  }
  30% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
}
/* バウンド  */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: bounce 1.5s ease-in-out infinite;
  -moz-animation: bounce 1.5s ease-in-out infinite;
  animation: bounce 1.5s ease-in-out infinite;
}
.bounce:hover {
  animation-play-state: paused;
}

/*============================
レスポンシブテーブル
============================*/
table.table_res01 {
  width: 100%;
  border-right: #e5e5e5 solid 1px;
  border-collapse: collapse;
}
table.table_res01 thead th {
  background: #e5e5e5;
  color: #000;
  font-weight: normal;
  padding: 10px 15px;
  border-right: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  font-weight: normal;
}
table.table_res01 thead th:last-child {
  border-right: #e5e5e5 solid 1px;
}
table.table_res01 tbody {
  border-top: #e5e5e5 solid 1px;
}
table.table_res01 tbody th {
  background: #e5e5e5;
  color: #000;
  font-weight: normal;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
  font-weight: normal;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  table.table_res01 tbody th {
    padding: 10px 5px;
  }
}
table.table_res01 tbody tr:last-child th {
  border-bottom: #e5e5e5 solid 1px;
}
table.table_res01 tbody td {
  background: #fff;
  padding: 10px 15px;
  border-left: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  vertical-align: top;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  table.table_res01 tbody td {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 640px) {
  table.table_res01 thead {
    display: none;
  }
  table.table_res01 tbody th {
    display: block;
  }
  table.table_res01 tbody td {
    display: block;
  }
  table.table_res01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  table.table_res01 tbody td p {
    padding-left: 6em;
  }
}
/*============================
改行
============================*/
@media only screen and (max-width: 768px) {
  br.pcbr {
    display: none;
  }
}
br.mdpcbr {
  display: none;
}

@media (min-width: 576px) {
  br.mdpcbr {
    display: block;
  }
}
@media (min-width: 1300px) {
  br.wp1300br {
    display: none;
  }
}
@media (min-width: 1150px) {
  br.wpbr {
    display: none;
  }
}
@media (max-width: 992px) {
  br.wpbrpc {
    display: none;
  }
}
@media (min-width: 769px) {
  br.mdbr {
    display: none;
  }
}
@media (min-width: 575px) {
  br.spbr {
    display: none;
  }
}
br.xsbr {
  display: none;
}

@media only screen and (max-width: 320px) {
  br.xsbr {
    display: block;
  }
}
/*============================
リンク無効





============================*/
.no-links {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

figure.imgw100 {
  width: 100%;
}
figure.imgw100 img {
  width: 100%;
  height: auto;
}

/*============================
レスポンシブムービー用
============================*/
.cboth {
  clear: both;
  padding-top: 3em;
}

.move-responsive {
  display: block;
  position: relative;
  width: 100% !important;
  padding-top: 56.25%;
}

.move-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.no_link {
  pointer-events: none;
}

.pure-g {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .pure-g {
    display: block;
  }
}

/*============================
ツールチップ
============================*/
a.closedbt {
  position: relative;
  z-index: 100;
}
a.closedbt span.closedbttxt {
  z-index: 1000;
  position: absolute;
  display: none;
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  width: 180px;
  text-align: center;
  color: #09549f !important;
  font-weight: bold;
  display: none !important;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.34, rgb(250, 250, 250)), color-stop(1, rgb(224, 224, 224)), color-stop(1, rgb(237, 234, 237)));
}
a.closedbt span.closedbttxt {
  font-size: clamp(16.15px, 4.5333333333vw, 17px);
}
a.closedbt span.closedbttxt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #fefefe;
  margin-left: -15px;
}
a.closedbt:hover span.closedbttxt {
  display: inline-block !important;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}

.head_lem01 {
  position: relative;
  padding-left: 1em;
}
.head_lem01 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem02 {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.head_lem02 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem03 {
  position: relative;
  padding-left: 2em;
}
.head_lem03 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem05 {
  position: relative;
  padding-left: 2.5em;
}
.head_lem05 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem04 {
  position: relative;
  padding-left: 3.5em;
}
.head_lem04 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

/*============================
全体影響
============================*/
.pagemaincont.contwp p {
  margin-bottom: 0.5em;
}

a.link_red {
  color: #ec1c24 !important;
}

a.link_underline {
  text-decoration: underline;
}

h5.nomal_h5 {
  font-weight: bold !important;
  padding-bottom: 1em;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  h5.nomal_h5 {
    font-size: 3.8vw;
  }
}

@media only screen and (max-width: 768px) {
  img.spmax200p {
    width: 60%;
    max-width: 200px;
  }
}

/*============================
モーダルウインドウ
============================*/
.modal_open {
  cursor: pointer;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200 !important;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_box {
  z-index: 300 !important;
  position: fixed;
  display: none;
  width: 80%;
  max-width: 600px;
  margin: 0;
  padding: 60px 2vw 40px;
  border: 2px solid #aaa;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}

.modal_close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal_close {
    width: 40px;
  }
}
.modal_close a {
  display: block;
  background: #ccc;
  padding: 5px;
}
.modal_close a img {
  width: 100%;
  height: auto;
}

.fsize36 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: bold !important;
  border-bottom: none;
}
.fsize36 {
  font-size: clamp(28.8px, 9.6vw, 36px);
}
.fsize25 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: bold !important;
  border-bottom: none;
}
.fsize25 {
  font-size: clamp(20px, 6.6666666667vw, 25px);
}
.fsize18 {
  padding: 0px 0px 40px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: 300;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fsize18 {
  font-size: clamp(14.4px, 4.8vw, 18px);
}
.fsize18 strong {
  background: -moz-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -webkit-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -o-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -ms-linear-gradient(transparent 50%, #fae2ed 0%);
  background: linear-gradient(transparent 50%, #fae2ed 0%);
  background: linear-gradient(transparent 50%, #fae2ed 0%);
}
.fsize18 strong.yellowline {
  background: -moz-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -webkit-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -o-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -ms-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: linear-gradient(transparent 50%, #f3eeb0 0%);
  background: linear-gradient(transparent 50%, #f3eeb0 0%);
}
.fsize18 strong.blueline {
  background: -moz-linear-gradient(transparent 50%, #c7e5df 0%);
  background: -webkit-linear-gradient(transparent 50%, #c7e5df 0%);
  background: -o-linear-gradient(transparent 50%, #c7e5df 0%);
  background: -ms-linear-gradient(transparent 50%, #c7e5df 0%);
  background: linear-gradient(transparent 50%, #c7e5df 0%);
  background: linear-gradient(transparent 50%, #c7e5df 0%);
}
.fsize18 strong.bluegline {
  font-size: 110%;
  color: #00b9ef;
  font-weight: bold;
  background: none;
  background: none;
  background: none;
  background: none;
  background: none;
  background: none;
}

.stline {
  background: -moz-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -webkit-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -o-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -ms-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: linear-gradient(transparent 50%, #f8d2e3 0%);
  background: linear-gradient(transparent 50%, #f8d2e3 0%);
}

.a_right {
  text-align: right;
  padding-top: 0.3em !important;
}

.backtotop {
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #000;
  position: fixed;
  right: 10px;
  bottom: -100px !important;
  transition: 0.5s;
  z-index: 101;
}
.backtotop.active {
  bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
  .backtotop.active {
    bottom: 10px !important;
  }
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 14px 32px;
  background: rgba(250, 247, 240, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media only screen and (max-width: 768px) {
  .topbar {
    display: block;
  }
}
.topbar__brand {
  flex-shrink: 0;
  width: min(220px, 28vw);
  min-width: 146px;
}
@media only screen and (max-width: 768px) {
  .topbar__brand {
    width: 60% !important;
    margin: 0 auto;
    max-width: 160px;
  }
}
.topbar__brand img {
  width: 100%;
  height: auto;
  display: block;
}
.topbar__brand-txt {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.topbar__brand-sub {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #8A8076;
  margin-top: 2px;
}
.topbar__meta {
  min-width: 0;
}
.topbar__meta ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .topbar__meta ul {
    gap: 10px;
    justify-content: center;
  }
}
.topbar__meta li {
  flex-shrink: 0;
}
.topbar__meta a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1A1614;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  padding: 0 18px;
}
.topbar__meta a:hover {
  background: rgba(26, 22, 20, 0.08);
  transform: translateY(-1px);
}
.topbar__meta .entry_bt a {
  min-height: 46px;
  padding: 0 24px;
  background: #FFE600;
  border: 1.5px solid #1A1614;
  box-shadow: 4px 4px 0 #1A1614;
}
@media only screen and (max-width: 768px) {
  .topbar__meta .entry_bt a {
    padding: 0 20px;
    min-height: 33px;
  }
}
.topbar__meta .entry_bt a:hover {
  background: #1A1614;
  color: #FAF7F0;
  box-shadow: 2px 2px 0 #FFE600;
  transform: translate(2px, 2px);
}
.topbar__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #F4D300;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  animation: pulse 2s ease-in-out infinite;
}
@media (max-width: 1160px) {
  .topbar {
    padding: 14px 24px;
  }
  .topbar__meta ul {
    gap: 6px;
  }
  .topbar__meta a {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .topbar {
    padding: 12px 20px;
  }
  .topbar__brand img {
    width: 170px;
    min-width: 0;
  }
  .topbar__meta ul {
    gap: 4px;
  }
  .topbar__meta a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .topbar__meta li:not(.entry_bt) a {
    padding-inline: 8px;
  }
  .topbar__meta .entry_bt a {
    min-height: 38px;
    padding: 0 14px;
    box-shadow: 3px 3px 0 #1A1614;
  }
}
@media only screen and (max-width: 768px) {
  .topbar {
    padding: 12px 16px 0px 16px;
  }
  .topbar__brand {
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .topbar__meta {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .topbar__brand-txt {
    font-size: 12px;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.3);
  }
}
.marquee {
  background: #1A1614;
  color: #FAF7F0;
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid #1A1614;
  border-bottom: 1px solid #1A1614;
}
.marquee__track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
}
.marquee__track span {
  display: inline-flex;
  align-items: center;
  gap: 56px;
}
.marquee__track span::after {
  content: "→";
  color: #FFE600;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.floating {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 100;
  background: #1A1614;
  color: #FAF7F0;
  padding: 14px 14px 14px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  box-shadow: 0 20px 40px -12px rgba(26, 22, 20, 0.4);
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1);
  max-width: calc(100vw - 32px);
  border: 1px solid rgba(250, 247, 240, 0.3);
}
.floating--visible {
  transform: translateX(-50%) translateY(0);
}
.floating__icon {
  width: 36px;
  height: 36px;
  background: #06C755;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: white;
  flex-shrink: 0;
}
.floating__text {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  line-height: 1.3;
}
.floating__text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.floating__text small {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: rgba(250, 247, 240, 0.5);
}
.floating__btns {
  display: flex;
  gap: 8px;
}
.floating__btn {
  padding: 10px 18px;
  background: #FFE600;
  color: #1A1614;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-radius: 100px;
  white-space: nowrap;
  transition: all 0.2s;
}
.floating__btn:hover {
  background: #FAF7F0;
  transform: scale(1.05);
}
.floating__btn--ghost {
  background: transparent;
  color: #FAF7F0;
  border: 1px solid rgba(250, 247, 240, 0.3);
}
.floating__btn--ghost:hover {
  background: rgba(250, 247, 240, 0.1);
  color: #FAF7F0;
}
@media only screen and (max-width: 768px) {
  .floating {
    bottom: 16px;
    padding: 10px 10px 10px 16px;
    gap: 10px;
    display: inline;
  }
  .floating__text {
    font-size: 11px;
  }
  .floating__text strong {
    font-size: 12px;
    display: none;
  }
  .floating__text small {
    display: none;
  }
  .floating__btn {
    padding: 8px 14px;
    font-size: 11px;
  }
  .floating__icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
    display: none;
  }
}

.foot {
  background: #1A1614;
  color: #FAF7F0;
  padding: 50px 0 120px;
  position: relative;
}
.foot .foot_deco {
  width: 20%;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .foot .foot_deco {
    width: 40%;
    top: -7%;
  }
}
.foot__brand {
  width: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .foot__brand {
    width: 120px;
  }
}
.foot__brand img {
  height: 100%;
  height: auto;
}
.foot__brand-name {
  letter-spacing: 0.05em;
  margin-top: 24px;
  width: 100%;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .foot__brand-name {
    font-size: 15px;
  }
}
.foot__brand-en {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: rgba(250, 247, 240, 0.5);
  margin-top: 4px;
}
.foot__about {
  font-size: 13px;
  line-height: 2;
  color: rgba(250, 247, 240, 0.65);
  max-width: 380px;
}
.foot__h {
  border: 1px solid rgba(250, 247, 240, 0.5);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  color: rgba(250, 247, 240, 0.5);
  text-transform: uppercase;
  display: inline-flex;
  margin: 0 auto;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 5em;
}
.foot p.office_info {
  color: #FFF;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(13px, 1.5vw, 15px);
}
.foot__list li {
  padding: 8px 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  color: rgba(250, 247, 240, 0.85);
  display: flex;
  gap: 14px;
}
.foot__list-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(250, 247, 240, 0.4);
  width: 56px;
  flex-shrink: 0;
  padding-top: 4px;
}
.foot__bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(250, 247, 240, 0.4);
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(9px, 1vw, 10px);
  line-height: 1.5;
}
@media (max-width: 900px) {
  .foot__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .foot__bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .md_alcenter {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1070px) {
  .mdwsbr {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1070px) {
  .wpwsbr {
    display: none;
  }
}

.hero {
  position: relative;
  padding: 150px 0 50px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background-color: rgba(250, 247, 240, 0.92);
}
.hero__arrows {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  pointer-events: none;
  background-color: rgba(250, 247, 240, 0.92);
  background-image: url(../images/hero_bg_pc.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 992px) {
  .hero__arrows {
    background-image: url(../images/hero_bg_sp.svg);
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .hero__arrows {
    background-size: 150% auto;
  }
}
.hero__arrow {
  position: absolute;
  opacity: 0.18;
  will-change: transform;
}
.hero__arrow--y {
  color: #F4D300;
  opacity: 1;
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  grid-template-areas: "txt img01" "txt img02";
  align-items: center;
  gap: 24px 20px;
  width: 100%;
  padding: 0 48px;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .hero__inner {
    max-width: 500px !important;
  }
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.22em;
  color: #4A423B;
  margin-bottom: 32px;
  font-size: clamp(13px, 3vw, 18px);
}
@media only screen and (max-width: 1350px) {
  .hero__eyebrow {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 992px) {
  .hero__eyebrow {
    font-size: clamp(13px, 3vw, 18px);
  }
}
.hero__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #4A423B;
}
.hero__title {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 800;
  font-size: clamp(48px, 9.5vw, 100px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1500px) {
  .hero__title {
    font-size: clamp(48px, 9.5vw, 70px);
  }
}
@media only screen and (max-width: 1350px) {
  .hero__title {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 992px) {
  .hero__title {
    font-size: clamp(48px, 11vw, 60px);
    text-align: center;
    padding-left: 8%;
  }
}
@media only screen and (max-width: 575px) {
  .hero__title {
    font-size: clamp(45px, 9.5vw, 60px);
    text-align: center;
    padding-left: 3%;
  }
}
.hero__title em {
  font-style: normal;
  position: relative;
  display: inline-block;
}
.hero__title em::before {
  content: "";
  position: absolute;
  inset: 12% -4% 18% -4%;
  z-index: -1;
  transform: skew(-4deg);
}
.hero__title-line {
  display: block;
}
.hero__title-num {
  font-weight: 700;
  font-size: 0.92em;
  letter-spacing: -0.04em;
}
.hero__lede {
  max-width: 640px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2;
  color: #4A423B;
  margin-bottom: 48px;
}
@media only screen and (max-width: 992px) {
  .hero__lede {
    text-align: center;
  }
}
.hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  align-items: center;
}
.hero__ctas .btn {
  white-space: nowrap;
  flex-shrink: 0;
}
@media only screen and (max-width: 1350px) {
  .hero__ctas {
    justify-content: space-between;
  }
  .hero__ctas .btn {
    width: 48%;
    justify-content: center;
    flex-shrink: 1;
  }
}
.hero .hero_txtcont {
  grid-area: txt;
  align-self: center;
}
.hero .hero_img01 {
  grid-area: img01;
  position: relative;
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px; /* アイテム間の隙間 */
  padding-top: 30%;
}
.hero .hero_img01 .h01_l {
  width: 45%;
}
.hero .hero_img01 .h01_r {
  width: 45%;
}
.hero .hero_img01 .h01_txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  z-index: 2;
}
.hero .hero_img01 .h01_txt.home_ef-fadeT1 {
  transform: translateX(-50%);
  animation-name: hero-h01-txt-fade;
}
.hero .hero_img02 {
  grid-area: img02;
}
.hero .hero_img02 .h02 {
  position: relative;
  margin: 0 auto;
  margin-top: -3%;
  width: 90%;
}
.hero .hero_img02 .h02 img {
  width: 100%;
  height: auto;
}
.hero__stats {
  margin-top: 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #1A1614;
  border-bottom: 1px solid #1A1614;
}
.hero__stat {
  padding: 28px 0;
  border-right: 1px solid rgba(26, 22, 20, 0.18);
}
.hero__stat:last-child {
  border-right: 0;
}
.hero__stat-num {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero__stat-num small {
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-size: 14px;
  margin-left: 4px;
  color: #8A8076;
}
.hero__stat-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #8A8076;
  margin-top: 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "img01" "txt" "img02";
    gap: 24px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 992px) {
  .hero {
    padding: 80px 0 80px;
    align-items: flex-start;
  }
  .hero__stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
  }
  .hero__stat {
    border-bottom: 1px solid rgba(26, 22, 20, 0.18);
  }
  .hero__stat:nth-child(2) {
    border-right: 0;
  }
  .hero__stat:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .hero__lede {
    margin-bottom: 32px;
  }
  .hero__ctas {
    gap: 10px;
  }
  .hero__ctas .btn {
    padding: 16px 20px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 130px 0 40px;
  }
  .hero__ctas {
    gap: 8px;
  }
  .hero__ctas .btn {
    padding: 14px 14px;
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}

@keyframes hero-h01-txt-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, 20%);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.section_grid {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 40px;
  align-items: start;
}
@media only screen and (max-width: 1070px) {
  .section_grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin: 0 auto;
  }
}
.section_grid .section_cont_item {
  grid-column: 1/-1;
}

.mission {
  background-image: url(../images/mirai_bg.jpg);
  background-size: 120% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1070px) {
  .mission {
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 575px) {
  .mission__title {
    font-size: clamp(40px, 2.5vw, 50px);
  }
}
.mission__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 88px;
  align-items: start;
}
.mission__body p + p {
  margin-top: 1.5em;
}
.mission__body strong {
  background: linear-gradient(transparent 60%, #FFE600 60%);
  font-weight: 700;
  padding: 0 2px;
}
.mission__pull {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.7;
  margin: 32px 0;
  padding: 28px 0;
  border-top: 1px solid #1A1614;
  border-bottom: 1px solid #1A1614;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1070px) {
  .mission__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.pillars {
  background: #FFFDF7;
}
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 80px;
}
@media (max-width: 900px) {
  .pillars__grid {
    grid-template-columns: 1fr;
  }
}

.pillar {
  padding: 56px 40px 56px 0;
  border-right: 1px solid rgba(26, 22, 20, 0.15);
  position: relative;
}
.pillar:last-child {
  border-right: 0;
  padding-right: 0;
}
.pillar:not(:first-child) {
  padding-left: 40px;
}
.pillar__num {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #8A8076;
  margin-bottom: 24px;
}
.pillar__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  color: #1A1614;
}
.pillar__title {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.pillar__title-en {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #8A8076;
  margin-bottom: 24px;
}
.pillar__desc {
  font-size: 15px;
  line-height: 2;
  color: #4A423B;
}
@media (max-width: 900px) {
  .pillar {
    padding: 40px 0 !important;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 22, 20, 0.15);
  }
  .pillar:last-child {
    border-bottom: 0;
  }
}

.section.gallery {
  background-color: rgba(250, 247, 240, 0.92);
  padding-top: 28px;
  padding-bottom: 56px;
}
.section.gallery .home_slide {
  position: relative;
  padding: 0 42px 56px;
}
@media only screen and (max-width: 768px) {
  .section.gallery .home_slide {
    padding: 0 0px 56px;
    width: 96%;
    margin: 0 auto;
  }
}
.section.gallery .home_slide ul {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.section.gallery .home_slide li {
  padding: 0 7px;
}
.section.gallery .home_slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
}
.section.gallery .home_slide .slick-list {
  overflow: hidden;
}
.section.gallery .home_slide .slick-track {
  display: flex;
  align-items: stretch;
}
.section.gallery .home_slide .slick-slide {
  height: auto;
}
.section.gallery .home_slide .slick-slide > div,
.section.gallery .home_slide .slick-slide > li {
  height: 100%;
}
.section.gallery .home_slide .slick-prev,
.section.gallery .home_slide .slick-next {
  width: 20px !important;
  height: 42px !important;
  align-items: center;
  justify-content: center;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  z-index: 3;
  border-radius: 0;
}
.section.gallery .home_slide .slick-prev::before,
.section.gallery .home_slide .slick-next::before {
  content: none;
}
.section.gallery .home_slide .slick-prev img,
.section.gallery .home_slide .slick-next img {
  width: 100% !important;
  height: auto !important;
}
.section.gallery .home_slide .slick-prev {
  left: -20px;
}
.section.gallery .home_slide .slick-next {
  right: -20px;
}
.section.gallery .home_slide .slick-dots {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section.gallery .home_slide .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.section.gallery .home_slide .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(26, 22, 20, 0.2);
}
@media only screen and (max-width: 575px) {
  .section.gallery .home_slide .slick-dots button {
    width: 7px;
    height: 7px;
  }
}
.section.gallery .home_slide .slick-dots button::before {
  content: none;
}
.section.gallery .home_slide .slick-dots .slick-active button {
  background: #FFE600;
  box-shadow: 0 0 0 1px #1A1614;
}
@media only screen and (max-width: 1500px) {
  .section.gallery .home_slide {
    padding-inline: 52px;
  }
}
@media only screen and (max-width: 992px) {
  .section.gallery .home_slide {
    padding-inline: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .section.gallery {
    padding-top: 20px;
  }
  .section.gallery .home_slide {
    padding-inline: 40px;
    padding-bottom: 48px;
  }
  .section.gallery .home_slide li {
    padding-inline: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .section.gallery .home_slide {
    padding-inline: 32px;
  }
  .section.gallery .home_slide .slick-prev,
  .section.gallery .home_slide .slick-next {
    width: 34px;
    height: 34px;
  }
  .section.gallery .home_slide .slick-prev img,
  .section.gallery .home_slide .slick-next img {
    width: 12px;
  }
}

.member {
  color: #1A1614;
  position: relative;
  overflow: hidden;
}
.member .wrap {
  position: relative;
  z-index: 1;
}
.member .bglineye {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 20px solid #FFE600;
  background: #fff;
  z-index: 0;
}
.member .section-label {
  color: #1A1614;
}
.member .section-label__line {
  color: #1A1614;
  opacity: 0.2;
}
.member .section-label__num {
  color: #1A1614;
}
.member .section-title {
  color: #1A1614;
}
.member .section-title em {
  background: linear-gradient(transparent 65%, #FFE600 65%);
}
.member .section-lede {
  color: #1A1614;
}
.member__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 80px;
}
@media (max-width: 900px) {
  .member__benefits {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.benefit__num {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #FFE600;
  margin-bottom: 16px;
}
.benefit__title {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.benefit__list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(250, 247, 240, 0.12);
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
}
.benefit__list li::before {
  content: "→";
  color: #FFE600;
  font-family: "JetBrains Mono", monospace;
}

.fees {
  margin-top: 96px;
  padding-top: 56px;
  border-top: 1px solid rgba(250, 247, 240, 0.2);
}
.fees__head {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 20px;
}
.fees__title {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
}
.fees__sub {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.fees__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.fees__footnote {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  font-size: clamp(13px, 1.5vw, 16px);
}
@media (max-width: 900px) {
  .fees__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fee {
  padding: 28px 24px 28px 0;
  border-right: 1px solid rgba(250, 247, 240, 0.15);
}
.fee:nth-child(n+2) {
  padding-left: 24px;
}
.fee:last-child {
  border-right: 0;
}
.fee__label {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  color: rgba(250, 247, 240, 0.7);
  margin-bottom: 14px;
  line-height: 1.6;
  white-space: pre-line;
}
.fee__price {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.fee__price small {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  color: rgba(250, 247, 240, 0.5);
  margin-left: 4px;
}
.fee__note {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(250, 247, 240, 0.4);
  margin-top: 8px;
}
@media (max-width: 900px) {
  .fee {
    border-bottom: 1px solid rgba(250, 247, 240, 0.15);
  }
  .fee:nth-child(2) {
    border-right: 0;
  }
  .fee:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

.newsletter {
  background: #F2EBDA;
  position: relative;
  overflow: hidden;
}
.newsletter__grid {
  align-items: center;
}
.newsletter__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #1A1614;
  color: #FFE600;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
.newsletter__badge::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FFE600;
  border-radius: 50%;
}
.newsletter__title {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
.newsletter__desc {
  font-size: 16px;
  line-height: 2.1;
  color: #4A423B;
  margin-bottom: 32px;
  max-width: 520px;
}
.newsletter__meta {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  padding: 24px 0;
  border-top: 1px solid #1A1614;
  border-bottom: 1px solid #1A1614;
}
.newsletter__meta-item__label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #8A8076;
  margin-bottom: 6px;
}
.newsletter__meta-item__val {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
}
.newsletter__lock {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  color: #4A423B;
}
.newsletter__visual {
  position: relative;
  perspective: 1400px;
}
.newsletter__visual:hover .nl-card--front {
  transform: translate(-8px, -8px) rotate(-1deg);
}
.newsletter__visual:hover .nl-card--back {
  transform: translate(28px, 22px) rotate(5deg);
}
@media (max-width: 900px) {
  .newsletter__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .newsletter__visual {
    max-width: 380px;
    margin: 0 auto;
  }
}

.nl-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 5/7;
  transform-style: preserve-3d;
}

.nl-card {
  position: absolute;
  inset: 0;
  background: #FFFDF7;
  border: 1px solid rgba(26, 22, 20, 0.4);
  box-shadow: 0 30px 60px -20px rgba(26, 22, 20, 0.25), 0 8px 20px -8px rgba(26, 22, 20, 0.15);
  transition: transform 0.6s cubic-bezier(0.2, 0.9, 0.3, 1);
  overflow: hidden;
}
.nl-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nl-card--back-2 {
  transform: translate(36px, 28px) rotate(6deg);
  z-index: 1;
  opacity: 0.6;
}
.nl-card--back {
  transform: translate(20px, 14px) rotate(3deg);
  z-index: 2;
  opacity: 0.85;
}
.nl-card--front {
  z-index: 3;
}

.nl-stamp {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 130px;
  height: 130px;
  background: #FFE600;
  border: 1.5px solid #1A1614;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 800;
  text-align: center;
  z-index: 10;
  transform: rotate(-8deg);
  animation: stampFloat 5s ease-in-out infinite;
}
.nl-stamp__big {
  font-family: "JetBrains Mono", monospace;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.nl-stamp__small {
  font-size: 11px;
  margin-top: 4px;
  letter-spacing: 0.06em;
}
.nl-stamp__sub {
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #4A423B;
  margin-top: 2px;
}

@keyframes stampFloat {
  0%, 100% {
    transform: rotate(-8deg) translateY(0);
  }
  50% {
    transform: rotate(-6deg) translateY(-4px);
  }
}
.formcta {
  background-color: #FFE600;
  background-image: url(../images/hero_img_01.png);
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-position: -10% 80%;
}
@media only screen and (max-width: 992px) {
  .formcta {
    background-position: -10% 5%;
  }
}
.formcta {
  position: relative;
  overflow: hidden;
}
.formcta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.formcta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.formcta__eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  margin-bottom: 24px;
}
.formcta__title {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(40px, 7vw, 96px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}
@media only screen and (max-width: 575px) {
  .formcta__title {
    font-size: clamp(30px, 2.5vw, 50px);
  }
}
.formcta__desc {
  font-size: 17px;
  line-height: 2;
  color: #1A1614;
  max-width: 560px;
  margin: 0 auto 48px;
}
.formcta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .formcta__buttons a {
    min-width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

h3.pillars-h3 {
  width: 70%;
  margin: 0 auto 20px auto;
}
h3.pillars-h3 img {
  width: 100%;
  height: auto;
}

ul.pillars-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1070px) {
  ul.pillars-list {
    max-width: 800px;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  ul.pillars-list {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
ul.pillars-list li {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  ul.pillars-list li {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  ul.pillars-list li:last-of-type {
    margin-bottom: 0px;
  }
}
ul.pillars-list li p.cap_txt {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  ul.pillars-list li p.cap_txt {
    font-size: 12px;
  }
}

dl.pillars_dl {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-bottom: 20px;
  gap: 20px; /* アイテム間の隙間 */
}
@media only screen and (max-width: 768px) {
  dl.pillars_dl {
    flex-wrap: wrap;
    gap: 10px; /* アイテム間の隙間 */
  }
}
dl.pillars_dl dt {
  min-height: 40px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FFE600;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  dl.pillars_dl dt {
    width: 100%;
  }
}
dl.pillars_dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 768px) {
  dl.pillars_dl dd {
    width: 100%;
  }
}

h3.dekiru-h3 {
  width: 70%;
  margin: 0 auto 20px auto;
}
h3.dekiru-h3 img {
  width: 100%;
  height: auto;
}

ul.dekiru-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1070px) {
  ul.dekiru-list {
    max-width: 800px;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  ul.dekiru-list {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
ul.dekiru-list li {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  ul.dekiru-list li {
    width: 48%;
    margin-bottom: 30px;
  }
  ul.dekiru-list li:last-of-type {
    margin-bottom: 0px;
  }
}
ul.dekiru-list li ul.dekiru-cap_txt {
  width: 80%;
  margin: 0 auto;
  max-width: 160px;
}
ul.dekiru-list li ul.dekiru-cap_txt li {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: 100%;
  margin-bottom: 0.3em;
  color: #1A1614;
  font-size: clamp(16px, 1.2vw, 20px);
}
ul.dekiru-list li ul.dekiru-cap_txt li span {
  margin-right: 0.5em;
  color: #FFE600;
}

div.member_benefits {
  border-top: 5px solid #FFE600;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  div.member_benefits {
    width: 90%;
    margin: 0 auto;
  }
}
div.member_benefits div.fees_cont {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 992px) {
  div.member_benefits div.fees_cont {
    flex-wrap: wrap;
  }
}
div.member_benefits div.fees_cont ul.feeslist02,
div.member_benefits div.fees_cont ul.feeslist01 {
  width: 49%;
}
@media only screen and (max-width: 992px) {
  div.member_benefits div.fees_cont ul.feeslist02,
  div.member_benefits div.fees_cont ul.feeslist01 {
    width: 100%;
  }
}
div.member_benefits div.fees_cont ul.feeslist02 li,
div.member_benefits div.fees_cont ul.feeslist01 li {
  line-height: 1.2;
  padding-left: 1.3em;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
  font-size: clamp(18px, 2vw, 22px);
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media only screen and (max-width: 575px) {
  div.member_benefits div.fees_cont ul.feeslist02 li,
  div.member_benefits div.fees_cont ul.feeslist01 li {
    font-size: clamp(16px, 1.7vw, 20px);
  }
}
div.member_benefits div.fees_cont ul.feeslist02 li span,
div.member_benefits div.fees_cont ul.feeslist01 li span {
  position: absolute;
  left: 0;
  top: 0;
}
div.member_benefits div.fees_cont ul.feeslist02 li:last-of-type,
div.member_benefits div.fees_cont ul.feeslist01 li:last-of-type {
  padding-bottom: 0px;
}
@media only screen and (max-width: 992px) {
  div.member_benefits div.fees_cont ul.feeslist01 li:last-of-type {
    padding-bottom: 20px;
  }
}
div.member_benefits p.fees__footnote {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  padding-left: 1.2em;
  font-size: clamp(13px, 1.5vw, 16px);
}
div.member_benefits p.fees__footnote span {
  position: absolute;
  top: 0;
  left: 0;
}

ul.m_benefits-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1070px) {
  ul.m_benefits-list {
    max-width: 800px;
  }
}
@media only screen and (max-width: 768px) {
  ul.m_benefits-list {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
ul.m_benefits-list li {
  width: 33.3%;
}
@media only screen and (max-width: 768px) {
  ul.m_benefits-list li {
    width: 49%;
  }
}
ul.m_benefits-list li figure {
  width: 100%;
}
ul.m_benefits-list li figure img {
  width: 100%;
  height: auto;
}

div.m_benefits {
  border-top: 1px solid #000;
  padding-top: 20px;
}
div.m_benefits div.m_benefits__head h3.mb_title {
  font-size: clamp(18px, 2vw, 25px);
  margin-bottom: 10px;
}
div.m_benefits p.mb_footnote {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  padding-left: 1.2em;
  font-size: clamp(13px, 1.5vw, 16px);
}
div.m_benefits p.mb_footnote span {
  position: absolute;
  top: 0;
  left: 0;
}

/*============================
これは_slick.scss
============================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
@function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}

@function slick-font-url($url) {
    @if function-exists(font-url) {
        @return font-url($url);
    }
    @else {
        @return url($slick-font-path + $url);
    }
}
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("../font/slick.eot");
  src: slick-font-url("../font/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("../font/slick.woff") format("woff"), slick-font-url("../font/slick.ttf") format("truetype"), slick-font-url("../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
