@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=EB+Garamond&family=Cormorant+Garamond&family=Shippori+Mincho&display=swap");
.lang-en {
  display: none !important;
}

html[lang=en] .lang-en {
  display: block !important;
}

html[lang=en] .lang-en.flx {
  display: flex !important;
}

html[lang=en] .lang-en.inb {
  display: inline-block !important;
}

html[lang=en] .lang-ja {
  display: none !important;
}

html[lang=en] * {
  writing-mode: initial !important;
}

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

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

button, html, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 0;
}

dd {
  margin: 0 0 0 0px;
}

menu, ol, ul {
  padding: 0 0 0 0px;
}

nav ol, nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

button, html, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
  width: auto;
}

.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

ul {
  margin: 0px;
  padding: 0px;
}

.mreset {
  margin: 0 0 0 0;
}

.mt1 {
  margin-top: 1px;
  font-size: 1.7em;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  margin-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt230 {
  padding-top: 230px;
}

.pt420 {
  padding-top: 420px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr12 {
  padding-right: 12px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr27 {
  padding-right: 27px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb200 {
  padding-bottom: 200px;
}

.pb230 {
  padding-bottom: 230px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl150 {
  padding-left: 150px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.em1 {
  padding: 0 0 0 1.1em;
}

.em2 {
  padding: 0 0 0 2.2em;
}

span.supT {
  font-size: 10px;
  vertical-align: top;
  position: relative;
  top: -5px;
  font-feature-settings: "pwid";
  letter-spacing: 0px;
}

img {
  -ms-interpolation-mode: bicubic;
}

li {
  list-style-type: none;
}

* {
  box-sizing: border-box;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

ul, ul li {
  margin: 0;
  padding: 0;
}

.ancb {
  position: relative;
}

.ancb a {
  position: absolute;
  left: 0;
  top: -60px;
}

.thims {
  transition: 2s;
  opacity: 0;
  transform: scale(1.1, 1.1);
}

.thimi, .thimi2, .thimi3, .thimi4 {
  opacity: 0;
  transform: scale(1.1) translate(0, 100px) skew(0deg, -5deg);
}

.thims.ani1 {
  opacity: 1;
  transition: 3s;
  transform: scale(1, 1);
}

.thims.ani1.ani1fin {
  transition: 1s;
}

.thimi.ani1 {
  opacity: 1;
  transition: 1s 0.25s;
  transform: scale(1) translate(0, 0) skew(0deg, 0deg);
}

.thimi2.ani1 {
  opacity: 1;
  transition: all 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1) translate(0, 0) skew(0deg, 0deg);
}

.thimi3.ani1 {
  opacity: 1;
  transition: all 0.8s 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1) translate(0, 0) skew(0deg, 0deg);
}

.thimi4.ani1 {
  opacity: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1) translate(0, 0) skew(0deg, 0deg);
}

.thim.ani1.ani1fin, .thim2.ani1.ani1fin, .thim3.ani1.ani1fin, .thim4.ani1.ani1fin {
  opacity: 1;
  transition: all 0s 0s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.thiml, .thiml2 {
  opacity: 0;
  transition: 1s;
  transform: translateX(15%);
}

.thimr, .thimr2 {
  opacity: 0;
  transition: 1s;
  transform: translateX(-15%);
}

.thiml.ani1, .thimr.ani1 {
  opacity: 1;
  transition: 3s;
  transform: translateX(0%);
}

.thiml2.ani1, .thimr2.ani1 {
  opacity: 1;
  transition: all 2s 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateX(0%);
}

.thim, .thim2, .thim3, .thim4 {
  opacity: 0;
  transition: 2s;
  transform: translateY(40px);
}

.thim.thimu, .thim2.thimu, .thim3.thimu, .thim4.thimu {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(-8%);
}

.thim.ani1 {
  opacity: 1;
  transition: 2 0.25s;
  transform: translateY(0%);
}

.thim2.ani1 {
  opacity: 1;
  transition: 2s 0.3s;
  transform: translateY(0%);
}

.thim3.ani1 {
  opacity: 1;
  transition: 2s 0.35s;
  transform: translateY(0%);
}

.thim4.ani1 {
  opacity: 1;
  transition: 2s 0.7s;
  transform: translateX(0%);
}

.thim.ani1.ani1fin, .thim2.ani1.ani1fin, .thim3.ani1.ani1fin, .thim4.ani1.ani1fin, .thiml.ani1.ani1fin, .thiml2.ani1.ani1fin, .thimr.ani1.ani1fin, .thimr2.ani1.ani1fin {
  opacity: 1;
  transition: all 0s 0s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, to {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(30% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 5px 10px 5px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 777;
  display: none;
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
}
.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  line-height: 1em;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.6s linear;
  animation-iteration-count: infinite;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #231815;
  line-height: 1em;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.fixCvBtn a small, .foot_3 .link_geo li a span, .headerMenuBtn a span, footer {
  color: #fff;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
  border-right: 1px solid rgba(128, 128, 128, 0.1);
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  border-left: 1px solid #808080;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.load0 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 199999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load0 .bg {
  background-color: #F2EFE2;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.load0 .bg img {
  width: auto;
  height: 177%;
}

.load0 .lnum {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  width: 160px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}

.load0 .load {
  text-align: center;
}

.load0 .load img {
  width: 50%;
  margin-bottom: 40px;
}

.abg0 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.abg0 .bg1 {
  opacity: 0;
  transition: 0.8s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.abg0 .bg2 {
  opacity: 0;
  transition: 0.8s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.abg0 .bg3 {
  opacity: 0;
  transition: 0.8s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.abg0 article {
  z-index: 2;
}

.iloadfin {
  -moz-transition: 0.3s;
}

.iloadfin .load0 {
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

main h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  z-index: -9999;
  visibility: hidden;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, to {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(30% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 5px 10px 5px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 777;
  display: none;
}

@media screen and (max-width: 584px) {
  .scroll-hint-icon-wrap {
    display: block;
  }
}
.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  line-height: 1em;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.6s linear;
  animation-iteration-count: infinite;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
  line-height: 1em;
}

.iloadfin .mbg9:after, .iloadfin .mbg9:before {
  transition: 2s 0.4s;
  transform: translateZ(0) scaleY(0);
}

.iloadfin.pageout .mbg9:after, .iloadfin.pageout .mbg9:before {
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1) !important;
  transform: translateZ(0) scaleY(1) !important;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(162, 116, 188, 0.1);
  border-right: 1px solid rgba(162, 116, 188, 0.1);
  border-bottom: 1px solid rgba(162, 116, 188, 0.1);
  border-left: 1px solid #A274BC;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, to {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.lmtcontent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin: 40px auto;
}

@media screen and (max-width: 584px) {
  .lmtcontent {
    gap: 0;
  }
}
.lmtcontent li {
  width: 48%;
  position: relative;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px;
}

@media screen and (max-width: 584px) {
  .lmtcontent li {
    width: 100%;
  }
  .lmtcontent li:first-of-type, .lmtcontent li:nth-of-type(2) {
    margin-bottom: 6vw;
  }
}
.lmtcontent li:before {
  z-index: 4;
  transition: 0.3s;
  width: 80px;
  letter-spacing: 0;
  height: 10px;
  content: "READ MORE";
  pointer-events: none;
  font-size: 1.2rem;
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-family: "Cormorant Garamond", serif;
}

.lmtcontent li:after {
  z-index: 4;
  transition: 0.3s;
  width: 80px;
  height: 10px;
  content: "";
  pointer-events: none;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transform: skewX(45deg);
}

.lmtcontent li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
}

.lmtcontent li p {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1.8;
  color: #222;
  text-align: center;
  font-size: 1.4rem;
}

.lmtcontent li p i {
  font-size: 2.6rem;
  line-height: 1.8rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.lmtcontent li p ii {
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lmtcontent li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.lmtcontent li2 {
  width: 100%;
  position: relative;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px;
}

@media screen and (max-width: 584px) {
  .lmtcontent li2 {
    width: 100%;
  }
  .lmtcontent li2:first-of-type, .lmtcontent li2:nth-of-type(2) {
    margin-bottom: 6vw;
  }
}
.lmtcontent li2:before {
  z-index: 4;
  transition: 0.3s;
  width: 80px;
  letter-spacing: 0;
  height: 10px;
  content: "動画を再生";
  pointer-events: none;
  font-size: 1.2rem;
  position: absolute;
  right: 12px;
  bottom: 17px;
  font-family: "Cormorant Garamond", serif;
}

.lmtcontent li2:after {
  z-index: 4;
  transition: 0.3s;
  width: 80px;
  height: 10px;
  content: "";
  pointer-events: none;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  right: 20px;
  bottom: 10px;
  transform: skewX(45deg);
}

.lmtcontent li2 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
}

.lmtcontent li2 p {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1.8;
  color: #222;
  text-align: center;
  font-size: 1.4rem;
}

.lmtcontent li2 p i {
  font-size: 2.6rem;
  line-height: 1.8rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lmtcontent li2 p ii2 {
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lmtcontent li2 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.lmtcontent li3 {
  width: 48%;
  position: relative;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px;
}

.seminarmovielist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.seminarmovielist li {
  width: 23%;
  position: relative;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
}

.seminarmovielist li:hover {
  opacity: 0.7;
}

.seminarmovie {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.seminarmovie video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.seminarmovielist li:before {
  z-index: 4;
  transition: 0.3s;
  width: 80px;
  letter-spacing: 0;
  height: 10px;
  content: "READ MORE";
  pointer-events: none;
  font-size: 1.2rem;
  position: absolute;
  right: 10px;
  bottom: 45px;
  font-family: "Cormorant Garamond", serif;
}

.seminarmovielist li:after {
  z-index: 4;
  transition: 0.3s;
  width: 90px;
  height: 10px;
  content: "";
  pointer-events: none;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  right: 10px;
  bottom: 40px;
  transform: skewX(45deg);
}

@media screen and (max-width: 584px) {
  .seminarmovielist {
    margin-top: 3vw;
  }
  .seminarmovielist li {
    width: 49%;
    margin-bottom: 3vw;
  }
  .lmtcontent li3 {
    width: 100%;
  }
  .lmtcontent li2:first-of-type, .lmtcontent li2:nth-of-type(2) {
    margin-bottom: 6vw;
  }
}
.lmtcontent li3:before {
  z-index: 4;
  transition: 0.3s;
  width: 80px;
  letter-spacing: 0;
  height: 10px;
  content: "動画を再生";
  pointer-events: none;
  font-size: 1.2rem;
  position: absolute;
  right: 12px;
  bottom: 17px;
  font-family: "Cormorant Garamond", serif;
}

.lmtcontent li3:after {
  z-index: 4;
  transition: 0.3s;
  width: 80px;
  height: 10px;
  content: "";
  pointer-events: none;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  right: 20px;
  bottom: 10px;
  transform: skewX(45deg);
}

.lmtcontent li3 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
}

.lmtcontent li3 p {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1.8;
  color: #222;
  text-align: center;
  font-size: 1.4rem;
}

.lmtcontent li3 p i {
  font-size: 2.6rem;
  line-height: 1.8rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lmtcontent li3 p ii3 {
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lmtcontent li3 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.contenttitle {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  margin-bottom: 60px;
  padding-bottom: 160px;
  height: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contenttitle:before {
  width: 1px;
  height: 60px;
  content: "";
  background-color: #d5c8a0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transition: 1s;
}

.contenttitle.contenttitlelocation {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .contenttitle.contenttitlelocation {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .contenttitle {
    margin-top: 20vw;
    margin-bottom: 8vw;
    padding-bottom: 18vw;
  }
  .contenttitle:before {
    height: 40px;
    bottom: -10px;
  }
}
.contenttitle p {
  line-height: 1;
  color: #d5c8a0;
  font-size: 5rem;
  text-align: center;
  margin: 0;
  letter-spacing: 20px;
  transition: 2s;
}

.contenttitle p i {
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contenttitle p {
    font-size: 7vw;
  }
}
.contenttitle.ani1:before {
  transform: scaleY(1);
}

.contenttitle.ani1 p {
  letter-spacing: 0.08em;
}

.contentbtn {
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  height: 70px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../../images/fp_seminar/bg_btn.png");
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
  position: relative;
}

.contentbtn:hover {
  opacity: 0.7;
}

.contentbtn:hover:before {
  right: -34px;
}

@media screen and (max-width: 768px) {
  .contentbtn:hover:before {
    right: -54px;
  }
}
.contentbtn:hover:after {
  right: -40px;
}

@media screen and (max-width: 768px) {
  .contentbtn:hover:after {
    right: -60px;
  }
}
.contentbtn:before {
  transition: 0.3s;
  width: 80px;
  letter-spacing: 0;
  height: 10px;
  content: "READ MORE";
  pointer-events: none;
  font-size: 1.2rem;
  position: absolute;
  right: -20px;
  top: 45%;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn:before {
    right: 7px;
    top: 33px;
    color: white;
  }
}
.contentbtn:after {
  transition: 0.3s;
  width: 90px;
  height: 10px;
  content: "";
  pointer-events: none;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: skewX(45deg);
}

@media screen and (max-width: 768px) {
  .contentbtn:after {
    right: 13px;
    top: 36px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
  }
}
@media screen and (max-width: 768px) {
  .contentbtn {
    height: 50px;
  }
}
.contentbtn a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contentbtn a p {
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}

.contentbtn a p i {
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn a p {
    font-size: 4vw;
  }
  .contentbtn a p i {
    font-size: 5.6vw;
    margin-top: 0px;
  }
}
.contentbtn.sty2 {
  margin-bottom: 100px;
}

.contentbtn.dis {
  opacity: 0.7;
}

.contentbtn.dis:before {
  display: none;
}

.contentbtn.dis:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .contentbtn {
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
  .contentbtn.sty2 {
    margin-bottom: 10vw;
  }
}
.contentbtn .cv {
  position: absolute;
  pointer-events: none;
  width: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .contentbtn {
    width: 80%;
  }
}
.contentbtn p {
  line-height: 1;
  color: #333;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn p i {
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .contentbtn p {
    font-size: 4vw;
  }
  .contentbtn p i {
    font-size: 5.6vw;
    margin-top: 13px;
  }
}
.contentbtn a p {
  line-height: 1;
  color: #333;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn a p ii {
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn a p {
    font-size: 4vw;
  }
  .contentbtn a p ii {
    font-size: 5.6vw;
  }
}
.contentbtn p {
  line-height: 1;
  color: #333;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn p ii {
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .contentbtn p {
    font-size: 4vw;
  }
  .contentbtn p ii {
    font-size: 5.6vw;
  }
}
.contentbtn2 {
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  height: 70px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/top/bg_btn2.png");
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
  position: relative;
}

.contentbtn2:hover {
  opacity: 0.7;
}

.contentbtn2:hover:before {
  right: -34px;
}

@media screen and (max-width: 768px) {
  .contentbtn2:hover:before {
    right: -54px;
  }
}
.contentbtn2:hover:after {
  right: -40px;
}

@media screen and (max-width: 768px) {
  .contentbtn2:hover:after {
    right: -60px;
  }
}
.contentbtn2:before {
  transition: 0.3s;
  width: 80px;
  letter-spacing: 0;
  height: 10px;
  content: "READ MORE";
  pointer-events: none;
  font-size: 1rem;
  position: absolute;
  right: -5px;
  top: 45%;
  font-family: "Cormorant Garamond", serif;
  color: white;
}

@media screen and (max-width: 768px) {
  .contentbtn2:before {
    right: -10px;
    top: 32px;
  }
}
.contentbtn2:after {
  transition: 0.3s;
  width: 80px;
  height: 10px;
  content: "";
  pointer-events: none;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: skewX(45deg);
}

@media screen and (max-width: 768px) {
  .contentbtn2:after {
    right: 7px;
    top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .contentbtn2 {
    height: 50px;
  }
}
.contentbtn2 a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contentbtn2 a p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn2 a p i {
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn2 a p {
    font-size: 4vw;
  }
  .contentbtn2 a p i {
    font-size: 4vw;
  }
}
.contentbtn2.sty2 {
  margin-bottom: 100px;
}

.contentbtn2.dis {
  opacity: 0.7;
}

.contentbtn2.dis:before {
  display: none;
}

.contentbtn2.dis:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .contentbtn2 {
    margin-top: 5vw;
    margin-bottom: 0vw;
  }
  .contentbtn2.sty2 {
    margin-bottom: 10vw;
  }
}
.contentbtn2 .cv {
  position: absolute;
  pointer-events: none;
  width: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .contentbtn2 {
    width: 100%;
  }
}
.contentbtn2 p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn2 p i {
  font-family: "EB Garamond", serif;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .contentbtn2 p {
    font-size: 4vw;
  }
  .contentbtn2 p i {
    font-size: 5.6vw;
  }
}
.contentbtn2 a p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn2 a p ii {
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn2 a p {
    font-size: 2vw;
  }
  .contentbtn2 a p ii {
    font-size: 5.6vw;
  }
}
.contentbtn2 p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn2 p ii {
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .contentbtn2 p {
    font-size: 4vw;
  }
  .contentbtn2 p ii {
    font-size: 5.6vw;
  }
}
.mpop4,
.mpop3,
.mpop1,
.mpop2 {
  cursor: pointer;
}

.secopani {
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.secopani:after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 10;
  height: 110%;
  top: -5%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(285deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10%, #fff 30%, #fff 80%, #fff 110%);
  width: 150vw;
  transform: translateX(0);
  transform-origin: right;
  transition: 2s;
  z-index: 5;
}

.secopani.ani1 {
  transition: 1s;
  pointer-events: auto;
  opacity: 1;
  left: 0;
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}

.secopani.ani1:after {
  transform: translateX(-100%);
}

.secopani .as7 {
  pointer-events: none;
  opacity: 0;
  transition: 1s;
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}

.secopani .skip {
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: #000000;
  border: 1px solid #000000;
  display: block;
  transition: 1s;
  z-index: 9010;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  z-index: 9999;
  transition: 0.3s;
  text-align: center;
}

@media screen and (max-width: 584px) {
  .secopani .skip {
    font-size: 3.5vw;
  }
}
.secopani .skip:hover {
  opacity: 0.7;
}

.secopani .bgmbtn {
  position: absolute;
  left: 80px;
  bottom: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: #000000;
  border: 1px solid #000000;
  display: block;
  transition: 1s;
  z-index: 9010;
  background-color: #E0D6D6;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}

.secopani .bgmbtn img {
  width: 60%;
}

.secopani .bgmbtn p {
  color: #fff;
  margin-top: -18px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  display: none;
}

.secopani .bgmbtn:hover {
  opacity: 0.7;
}

.secopani .bgmbtn:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
  color: #fff;
  text-align: center;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.secopani .secin {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.secopani .secin .yout {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}

.secopani .secin iframe {
  width: 100%;
  height: 100%;
}

.secopani .secin video {
  width: 90%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .secopani .secin video {
    width: 100%;
    height: auto;
  }
}
.secopani {
  overflow: hidden !important;
}

.opani .secopani {
  opacity: 1;
  pointer-events: auto;
  transition: 1s 1s;
}

#project #w0 {
  overflow: hidden;
}

#project #canvasp1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
}

#project figure {
  position: relative;
}

#project figure img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

#project figure .note {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), -1px -1px 1px rgba(255, 255, 255, 0.8), 1px -1px 1px rgba(255, 255, 255, 0.8), -1px 1px 1px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8);
}

#project figure .note.w {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), -1px -1px 1px rgba(0, 0, 0, 0.8), 1px -1px 1px rgba(0, 0, 0, 0.8), -1px 1px 1px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8);
}

#project figure .note.ns {
  text-shadow: none;
}

#project .note.w {
  color: #fff;
  margin-top: 10px;
}

#project .secpagetitle .mainc {
  width: 100%;
  max-width: 600px;
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
  z-index: 3;
  font-size: 5rem;
  font-family: "EB Garamond", serif;
  color: #d5c8a0;
  top: auto;
}

#project .secpagetitle .mainc img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #project .secpagetitle .mainc {
    font-size: 6vw;
    width: 100%;
    max-width: 300px;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #project .secpagetitle {
    height: 100% !important;
    overflow: hidden !important;
  }
  #project .secpagetitle figure {
    overflow: hidden !important;
  }
  #project .secpagetitle figure picture {
    overflow: hidden !important;
  }
}
#project .vimgcv0__body {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#project .thimc {
  clip-path: circle(80% at -80% 50%);
  transition: 1s;
}

#project .thimc.ani1 {
  clip-path: circle(300% at -150% 50%);
}

#project .thimc.i_img_14 {
  clip-path: circle(200% at -260% 50%);
}

#project .thimc.i_img_14.ani1 {
  clip-path: circle(560% at -600% 50%);
}

#project figure.pri2 {
  overflow: visible;
}

#project figure .figinner {
  overflow: hidden;
  position: relative;
}

#project figure .note.rrt {
  position: relative;
}

#project article {
  overflow: hidden;
}

#project .sec1 .lead, #project .sec10 .lead, #project .sec11 .lead, #project .sec12 .lead, #project .sec2 .lead, #project .sec3 .lead, #project .sec4 .lead, #project .sec5 .lead, #project .sec6 .lead, #project .sec7 .lead, #project .sec8 .lead, #project .sec9 .lead {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 10px;
  font-size: 3.1rem;
}

@media screen and (max-width: 768px) {
  #project .sec1 .lead, #project .sec10 .lead, #project .sec11 .lead, #project .sec12 .lead, #project .sec2 .lead, #project .sec3 .lead, #project .sec4 .lead, #project .sec5 .lead, #project .sec6 .lead, #project .sec7 .lead, #project .sec8 .lead, #project .sec9 .lead {
    font-size: 4.5vw;
  }
}
#project .sec2 .lead22 {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0px;
  color: #141414;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #project .sec2 .lead22 {
    font-size: 4.3vw;
    line-height: 1.8em;
  }
}
#project .sec2 .lead_t {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0px;
  background: #55514e;
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 60px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #project .sec2 .lead_t {
    font-size: 3.1vw;
    line-height: 1.8em;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
#project .sec1 .lead2 {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 5px;
  font-size: 2.2rem;
  color: white;
}

@media screen and (max-width: 768px) {
  #project .sec1 .lead2 {
    font-size: 4.5vw;
  }
}
#project .sec1 .lead small, #project .sec10 .lead small, #project .sec11 .lead small, #project .sec12 .lead small, #project .sec2 .lead small, #project .sec3 .lead small, #project .sec4 .lead small, #project .sec5 .lead small, #project .sec6 .lead small, #project .sec7 .lead small, #project .sec8 .lead small, #project .sec9 .lead small {
  letter-spacing: 0.08em;
}

#project .sec1 .lead span, #project .sec10 .lead span, #project .sec11 .lead span, #project .sec12 .lead span, #project .sec2 .lead span, #project .sec3 .lead span, #project .sec4 .lead span, #project .sec5 .lead span, #project .sec6 .lead span, #project .sec7 .lead span, #project .sec8 .lead span, #project .sec9 .lead span {
  letter-spacing: 0.08em;
}

#project .sec1 .lead b, #project .sec10 .lead b, #project .sec11 .lead b, #project .sec12 .lead b, #project .sec2 .lead b, #project .sec3 .lead b, #project .sec4 .lead b, #project .sec5 .lead b, #project .sec6 .lead b, #project .sec7 .lead b, #project .sec8 .lead b, #project .sec9 .lead b {
  letter-spacing: 0.08em;
}

#project .sec1 .lead i, #project .sec10 .lead i, #project .sec11 .lead i, #project .sec12 .lead i, #project .sec2 .lead i, #project .sec3 .lead i, #project .sec4 .lead i, #project .sec5 .lead i, #project .sec6 .lead i, #project .sec7 .lead i, #project .sec8 .lead i, #project .sec9 .lead i {
  letter-spacing: 0.08em;
}

#project .sec1 .lead.ani1, #project .sec10 .lead.ani1, #project .sec11 .lead.ani1, #project .sec12 .lead.ani1, #project .sec2 .lead.ani1, #project .sec3 .lead.ani1, #project .sec4 .lead.ani1, #project .sec5 .lead.ani1, #project .sec6 .lead.ani1, #project .sec7 .lead.ani1, #project .sec8 .lead.ani1, #project .sec9 .lead.ani1 {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  #project .sec1 .lead, #project .sec10 .lead, #project .sec11 .lead, #project .sec12 .lead, #project .sec2 .lead, #project .sec3 .lead, #project .sec4 .lead, #project .sec5 .lead, #project .sec6 .lead, #project .sec7 .lead, #project .sec8 .lead, #project .sec9 .lead {
    margin-bottom: 6vw;
  }
}
#project .sec1 .secinner.mdl, #project .sec10 .secinner.mdl, #project .sec11 .secinner.mdl, #project .sec12 .secinner.mdl, #project .sec2 .secinner.mdl, #project .sec3 .secinner.mdl, #project .sec4 .secinner.mdl, #project .sec5 .secinner.mdl, #project .sec6 .secinner.mdl, #project .sec7 .secinner.mdl, #project .sec8 .secinner.mdl, #project .sec9 .secinner.mdl {
  padding-top: 100px;
}

#project .sec1 .lead b, #project .sec10 .lead b, #project .sec11 .lead b, #project .sec12 .lead b, #project .sec2 .lead b, #project .sec3 .lead b, #project .sec4 .lead b, #project .sec5 .lead b, #project .sec6 .lead b, #project .sec7 .lead b, #project .sec8 .lead b, #project .sec9 .lead b {
  font-weight: normal;
  color: #fff;
}

#project .sec1 .p1, #project .sec10 .p1, #project .sec11 .p1, #project .sec12 .p1, #project .sec2 .p1, #project .sec3 .p1, #project .sec4 .p1, #project .sec5 .p1, #project .sec6 .p1, #project .sec7 .p1, #project .sec8 .p1, #project .sec9 .p1 {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #project .sec1 .p1, #project .sec10 .p1, #project .sec11 .p1, #project .sec12 .p1, #project .sec2 .p1, #project .sec3 .p1, #project .sec4 .p1, #project .sec5 .p1, #project .sec6 .p1, #project .sec7 .p1, #project .sec8 .p1, #project .sec9 .p1 {
    font-size: 3.5vw;
    text-align: left;
  }
}
#project .sec1 .sec2c, #project .sec10 .sec2c, #project .sec11 .sec2c, #project .sec12 .sec2c, #project .sec2 .sec2c, #project .sec3 .sec2c, #project .sec4 .sec2c, #project .sec5 .sec2c, #project .sec6 .sec2c, #project .sec7 .sec2c, #project .sec8 .sec2c, #project .sec9 .sec2c {
  display: none;
}

#project .sec1 .sec2c.act, #project .sec10 .sec2c.act, #project .sec11 .sec2c.act, #project .sec12 .sec2c.act, #project .sec2 .sec2c.act, #project .sec3 .sec2c.act, #project .sec4 .sec2c.act, #project .sec5 .sec2c.act, #project .sec6 .sec2c.act, #project .sec7 .sec2c.act, #project .sec8 .sec2c.act, #project .sec9 .sec2c.act {
  display: block;
}

@media screen and (max-width: 768px) {
  #project .sec1 .sec2c, #project .sec10 .sec2c, #project .sec11 .sec2c, #project .sec12 .sec2c, #project .sec2 .sec2c, #project .sec3 .sec2c, #project .sec4 .sec2c, #project .sec5 .sec2c, #project .sec6 .sec2c, #project .sec7 .sec2c, #project .sec8 .sec2c, #project .sec9 .sec2c {
    margin-bottom: 12vw;
  }
  #project .sec1 .sec2c figure, #project .sec1 .sec2c picture, #project .sec10 .sec2c figure, #project .sec10 .sec2c picture, #project .sec11 .sec2c figure, #project .sec11 .sec2c picture, #project .sec12 .sec2c figure, #project .sec12 .sec2c picture, #project .sec2 .sec2c figure, #project .sec2 .sec2c picture, #project .sec3 .sec2c figure, #project .sec3 .sec2c picture, #project .sec4 .sec2c figure, #project .sec4 .sec2c picture, #project .sec5 .sec2c figure, #project .sec5 .sec2c picture, #project .sec6 .sec2c figure, #project .sec6 .sec2c picture, #project .sec7 .sec2c figure, #project .sec7 .sec2c picture, #project .sec8 .sec2c figure, #project .sec8 .sec2c picture, #project .sec9 .sec2c figure, #project .sec9 .sec2c picture {
    overflow: auto;
    height: 260px;
  }
  #project .sec1 .sec2c figure img, #project .sec1 .sec2c picture img, #project .sec10 .sec2c figure img, #project .sec10 .sec2c picture img, #project .sec11 .sec2c figure img, #project .sec11 .sec2c picture img, #project .sec12 .sec2c figure img, #project .sec12 .sec2c picture img, #project .sec2 .sec2c figure img, #project .sec2 .sec2c picture img, #project .sec3 .sec2c figure img, #project .sec3 .sec2c picture img, #project .sec4 .sec2c figure img, #project .sec4 .sec2c picture img, #project .sec5 .sec2c figure img, #project .sec5 .sec2c picture img, #project .sec6 .sec2c figure img, #project .sec6 .sec2c picture img, #project .sec7 .sec2c figure img, #project .sec7 .sec2c picture img, #project .sec8 .sec2c figure img, #project .sec8 .sec2c picture img, #project .sec9 .sec2c figure img, #project .sec9 .sec2c picture img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
#project .sec1 h3.h3t1, #project .sec10 h3.h3t1, #project .sec11 h3.h3t1, #project .sec12 h3.h3t1, #project .sec2 h3.h3t1, #project .sec3 h3.h3t1, #project .sec4 h3.h3t1, #project .sec5 h3.h3t1, #project .sec6 h3.h3t1, #project .sec7 h3.h3t1, #project .sec8 h3.h3t1, #project .sec9 h3.h3t1 {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #dc6435;
  font-size: 2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #project .sec1 h3.h3t1, #project .sec10 h3.h3t1, #project .sec11 h3.h3t1, #project .sec12 h3.h3t1, #project .sec2 h3.h3t1, #project .sec3 h3.h3t1, #project .sec4 h3.h3t1, #project .sec5 h3.h3t1, #project .sec6 h3.h3t1, #project .sec7 h3.h3t1, #project .sec8 h3.h3t1, #project .sec9 h3.h3t1 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
#project .sec1 h3.h3t1 span, #project .sec10 h3.h3t1 span, #project .sec11 h3.h3t1 span, #project .sec12 h3.h3t1 span, #project .sec2 h3.h3t1 span, #project .sec3 h3.h3t1 span, #project .sec4 h3.h3t1 span, #project .sec5 h3.h3t1 span, #project .sec6 h3.h3t1 span, #project .sec7 h3.h3t1 span, #project .sec8 h3.h3t1 span, #project .sec9 h3.h3t1 span {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  #project .sec1 h3.h3t1 span, #project .sec10 h3.h3t1 span, #project .sec11 h3.h3t1 span, #project .sec12 h3.h3t1 span, #project .sec2 h3.h3t1 span, #project .sec3 h3.h3t1 span, #project .sec4 h3.h3t1 span, #project .sec5 h3.h3t1 span, #project .sec6 h3.h3t1 span, #project .sec7 h3.h3t1 span, #project .sec8 h3.h3t1 span, #project .sec9 h3.h3t1 span {
    font-size: 2.5vw;
  }
}
#project .sec1 h3.h3t1 i, #project .sec10 h3.h3t1 i, #project .sec11 h3.h3t1 i, #project .sec12 h3.h3t1 i, #project .sec2 h3.h3t1 i, #project .sec3 h3.h3t1 i, #project .sec4 h3.h3t1 i, #project .sec5 h3.h3t1 i, #project .sec6 h3.h3t1 i, #project .sec7 h3.h3t1 i, #project .sec8 h3.h3t1 i, #project .sec9 h3.h3t1 i {
  width: 30px;
  height: 30px;
  border: 4px solid #dc6435;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  #project .sec1 h3.h3t1 i, #project .sec10 h3.h3t1 i, #project .sec11 h3.h3t1 i, #project .sec12 h3.h3t1 i, #project .sec2 h3.h3t1 i, #project .sec3 h3.h3t1 i, #project .sec4 h3.h3t1 i, #project .sec5 h3.h3t1 i, #project .sec6 h3.h3t1 i, #project .sec7 h3.h3t1 i, #project .sec8 h3.h3t1 i, #project .sec9 h3.h3t1 i {
    font-size: 3vw;
    width: 20px;
    height: 20px;
    border: 2px solid #dc6435;
  }
}
#project .sec1 h3.h3t1 i.s2, #project .sec10 h3.h3t1 i.s2, #project .sec11 h3.h3t1 i.s2, #project .sec12 h3.h3t1 i.s2, #project .sec2 h3.h3t1 i.s2, #project .sec3 h3.h3t1 i.s2, #project .sec4 h3.h3t1 i.s2, #project .sec5 h3.h3t1 i.s2, #project .sec6 h3.h3t1 i.s2, #project .sec7 h3.h3t1 i.s2, #project .sec8 h3.h3t1 i.s2, #project .sec9 h3.h3t1 i.s2 {
  border: 4px solid #e0b100;
}

@media screen and (max-width: 768px) {
  #project .sec1 h3.h3t1 i.s2, #project .sec10 h3.h3t1 i.s2, #project .sec11 h3.h3t1 i.s2, #project .sec12 h3.h3t1 i.s2, #project .sec2 h3.h3t1 i.s2, #project .sec3 h3.h3t1 i.s2, #project .sec4 h3.h3t1 i.s2, #project .sec5 h3.h3t1 i.s2, #project .sec6 h3.h3t1 i.s2, #project .sec7 h3.h3t1 i.s2, #project .sec8 h3.h3t1 i.s2, #project .sec9 h3.h3t1 i.s2 {
    border: 3px solid #e0b100;
  }
}
#project .sec1 h3.h3t1 i.s3, #project .sec10 h3.h3t1 i.s3, #project .sec11 h3.h3t1 i.s3, #project .sec12 h3.h3t1 i.s3, #project .sec2 h3.h3t1 i.s3, #project .sec3 h3.h3t1 i.s3, #project .sec4 h3.h3t1 i.s3, #project .sec5 h3.h3t1 i.s3, #project .sec6 h3.h3t1 i.s3, #project .sec7 h3.h3t1 i.s3, #project .sec8 h3.h3t1 i.s3, #project .sec9 h3.h3t1 i.s3 {
  border: 4px solid #e83c42;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #project .sec1 h3.h3t1 i.s3, #project .sec10 h3.h3t1 i.s3, #project .sec11 h3.h3t1 i.s3, #project .sec12 h3.h3t1 i.s3, #project .sec2 h3.h3t1 i.s3, #project .sec3 h3.h3t1 i.s3, #project .sec4 h3.h3t1 i.s3, #project .sec5 h3.h3t1 i.s3, #project .sec6 h3.h3t1 i.s3, #project .sec7 h3.h3t1 i.s3, #project .sec8 h3.h3t1 i.s3, #project .sec9 h3.h3t1 i.s3 {
    border: 3px solid #e83c42;
  }
}
#project .sec1 h3.h3t1 i.s4, #project .sec10 h3.h3t1 i.s4, #project .sec11 h3.h3t1 i.s4, #project .sec12 h3.h3t1 i.s4, #project .sec2 h3.h3t1 i.s4, #project .sec3 h3.h3t1 i.s4, #project .sec4 h3.h3t1 i.s4, #project .sec5 h3.h3t1 i.s4, #project .sec6 h3.h3t1 i.s4, #project .sec7 h3.h3t1 i.s4, #project .sec8 h3.h3t1 i.s4, #project .sec9 h3.h3t1 i.s4 {
  border: 4px solid #1e8dc6;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #project .sec1 h3.h3t1 i.s4, #project .sec10 h3.h3t1 i.s4, #project .sec11 h3.h3t1 i.s4, #project .sec12 h3.h3t1 i.s4, #project .sec2 h3.h3t1 i.s4, #project .sec3 h3.h3t1 i.s4, #project .sec4 h3.h3t1 i.s4, #project .sec5 h3.h3t1 i.s4, #project .sec6 h3.h3t1 i.s4, #project .sec7 h3.h3t1 i.s4, #project .sec8 h3.h3t1 i.s4, #project .sec9 h3.h3t1 i.s4 {
    border: 3px solid #1e8dc6;
  }
}
#project .sec1 h3.h3t1.sty2, #project .sec10 h3.h3t1.sty2, #project .sec11 h3.h3t1.sty2, #project .sec12 h3.h3t1.sty2, #project .sec2 h3.h3t1.sty2, #project .sec3 h3.h3t1.sty2, #project .sec4 h3.h3t1.sty2, #project .sec5 h3.h3t1.sty2, #project .sec6 h3.h3t1.sty2, #project .sec7 h3.h3t1.sty2, #project .sec8 h3.h3t1.sty2, #project .sec9 h3.h3t1.sty2 {
  border-bottom: 1px solid #e0b100;
}

#project .sec1 h3.h3t1.sty3, #project .sec10 h3.h3t1.sty3, #project .sec11 h3.h3t1.sty3, #project .sec12 h3.h3t1.sty3, #project .sec2 h3.h3t1.sty3, #project .sec3 h3.h3t1.sty3, #project .sec4 h3.h3t1.sty3, #project .sec5 h3.h3t1.sty3, #project .sec6 h3.h3t1.sty3, #project .sec7 h3.h3t1.sty3, #project .sec8 h3.h3t1.sty3, #project .sec9 h3.h3t1.sty3 {
  border-bottom: 1px solid #e83c42;
}

#project .sec1 h3.h3t1.sty4, #project .sec10 h3.h3t1.sty4, #project .sec11 h3.h3t1.sty4, #project .sec12 h3.h3t1.sty4, #project .sec2 h3.h3t1.sty4, #project .sec3 h3.h3t1.sty4, #project .sec4 h3.h3t1.sty4, #project .sec5 h3.h3t1.sty4, #project .sec6 h3.h3t1.sty4, #project .sec7 h3.h3t1.sty4, #project .sec8 h3.h3t1.sty4, #project .sec9 h3.h3t1.sty4 {
  border-bottom: 1px solid #1e8dc6;
}

#project .sec1 .sec2a, #project .sec10 .sec2a, #project .sec11 .sec2a, #project .sec12 .sec2a, #project .sec2 .sec2a, #project .sec3 .sec2a, #project .sec4 .sec2a, #project .sec5 .sec2a, #project .sec6 .sec2a, #project .sec7 .sec2a, #project .sec8 .sec2a, #project .sec9 .sec2a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#project .sec1 .sec2a li, #project .sec10 .sec2a li, #project .sec11 .sec2a li, #project .sec12 .sec2a li, #project .sec2 .sec2a li, #project .sec3 .sec2a li, #project .sec4 .sec2a li, #project .sec5 .sec2a li, #project .sec6 .sec2a li, #project .sec7 .sec2a li, #project .sec8 .sec2a li, #project .sec9 .sec2a li {
  width: 15%;
}

#project .sec1 .sec2a li figure, #project .sec10 .sec2a li figure, #project .sec11 .sec2a li figure, #project .sec12 .sec2a li figure, #project .sec2 .sec2a li figure, #project .sec3 .sec2a li figure, #project .sec4 .sec2a li figure, #project .sec5 .sec2a li figure, #project .sec6 .sec2a li figure, #project .sec7 .sec2a li figure, #project .sec8 .sec2a li figure, #project .sec9 .sec2a li figure {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #project .sec1 .sec2a li, #project .sec10 .sec2a li, #project .sec11 .sec2a li, #project .sec12 .sec2a li, #project .sec2 .sec2a li, #project .sec3 .sec2a li, #project .sec4 .sec2a li, #project .sec5 .sec2a li, #project .sec6 .sec2a li, #project .sec7 .sec2a li, #project .sec8 .sec2a li, #project .sec9 .sec2a li {
    width: 48%;
  }
}
#project .sec1 {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

#project .sec1 .sec1a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#project .sec1 .sec1a dt {
  font-family: "EB Garamond", serif;
  width: 40%;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #project .sec1 .sec1a dt {
    font-size: 3.2vw;
  }
}
#project .sec1 .sec1a dd {
  width: 56%;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #project .sec1 .sec1a dd {
    font-size: 3.2vw;
  }
}
#project .sec2 .i_img_02 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #project .sec2 .i_img_02 {
    margin-bottom: 6vw;
  }
}
#project .sec2 .lead.mb0 {
  margin-bottom: 0;
}

#project .sec2 .i_img_01 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #project .sec2 .i_img_01 {
    margin-bottom: 6vw;
    width: 80%;
  }
}
#project .sec3 .lead {
  margin-top: 60px;
  position: relative;
  text-align: center;
}

#project .sec3 .lead.sty3 {
  margin-top: 0;
  margin-bottom: 60px;
}

#project .sec3 .lead.sty2 {
  margin-top: 0;
}

#project .sec3 .lead span {
  padding: 10px 10px;
  line-height: 1;
  background-color: #fff;
  display: inline-block;
}

#project .sec3 .i_img_10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #project .sec3 .i_img_10 {
    margin-top: 8vw;
  }
}
#project .sec3 .i_img_11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #project .sec3 .i_img_11 {
    margin-top: 8vw;
    width: 80%;
  }
}
#project .sec3 .sec3a {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #project .sec3 .sec3a {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }
}
#project .sec3 .sec3a.mt4 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #project .sec3 .sec3a.mt4 {
    margin-top: 6vw;
  }
}
#project .sec3 .sec3a dt {
  width: 240px;
}

@media screen and (max-width: 768px) {
  #project .sec3 .sec3a dt {
    width: 40%;
  }
}
#project .sec3 .sec3a dd {
  width: calc(100% - 260px);
}

@media screen and (max-width: 768px) {
  #project .sec3 .sec3a dd {
    width: 60%;
  }
}
#project .sec3 .sec3a dd p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #project .sec3 .sec3a dd p {
    padding-left: 20px;
    padding-right: 6vw;
  }
}
#project .sec3 .sec3a.rvs dt {
  order: 2;
}

#project .sec3 .sec3a.rvs dd {
  order: 1;
}

@media screen and (max-width: 768px) {
  #project .sec3 .sec3a.rvs dd p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #project .sec3 .sec3a.rvs dd p {
    padding-left: 0;
    padding-right: 20px;
    padding-left: 6vw;
  }
}
#project .sec3:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: 100% auto;
  content: "";
  opacity: 0.4;
}

#project .sec3 .secinner {
  position: relative;
  z-index: 3;
}

#project .sec3 .secinner.bg2 {
  background-color: rgba(230, 226, 214, 0.3);
}

#project .sec3 .i_img_04 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  overflow: visible;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #project .sec3 .i_img_04 {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#project .sec3 .i_img_04 .cv1 {
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: 3;
  width: 120px;
}

@media screen and (max-width: 768px) {
  #project .sec3 .i_img_04 .cv1 {
    width: 70px;
    left: -10px;
    top: -30px;
  }
}
#project .sec3 .i_img_04 .cv2 {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 3;
  width: 300px;
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #project .sec3 .i_img_04 .cv2 {
    width: 54%;
    padding: 10px;
    right: -10px;
  }
}
html {
  background: #fff;
}

@media screen and (max-width: 769px) {
  html {
    font-size: 59%;
  }
}
body, html {
  height: auto;
}

body {
  color: #231815;
}

body article.content {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

body #w0 {
  z-index: 5;
  position: relative;
}

body.ani1 {
  opacity: 1;
  transition: 1s;
}

body.ani1:after {
  will-change: transform;
  transform: translate(100%, 0px);
}

body.pagein {
  opacity: 1;
  transition: 2s;
}

body.menuopen {
  overflow: hidden;
}

body.pageout {
  opacity: 0;
}

body a {
  color: #000;
  text-decoration: none;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  position: relative;
  margin: 0;
  padding: 0;
}

body h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1em;
}

body h3 i {
  font-style: normal;
  font-size: 14px;
}

body h3.mb0 {
  margin-bottom: 0;
}

body h3.tl {
  text-align: left;
}

body h3.tr {
  text-align: right;
}

body h3.st span {
  margin-bottom: 20px;
}

body p {
  line-height: 2em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

body p.h3bt {
  font-size: 16px;
  text-align: center;
  line-height: 1em;
}

body p .sup {
  position: relative;
}

body p .sup sup {
  position: absolute;
  left: -6px;
  top: -14px;
  font-size: 10px;
  white-space: nowrap;
}

body p.tc {
  text-align: center;
}

body p.ttl {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 40px;
}

body p.ttl span {
  font-size: 20px;
}

body p.lead {
  line-height: 2em;
  font-size: 3.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  body p.lead {
    font-feature-settings: "palt";
    letter-spacing: 0;
    margin-bottom: 6vw;
    font-size: 4.5vw;
  }
}
body p.p1 {
  line-height: 2em;
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

body p.txt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

body p.txt.btm {
  margin-bottom: 0;
}

body p.note {
  font-feature-settings: "palt";
  letter-spacing: 0;
  z-index: 11;
  font-size: 12px;
  line-height: 1.7em;
}

body p.note.shdw {
  text-shadow: 1px 1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0), 1px -1px 1px rgb(0, 0, 0), -1px 1px 1px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
}

body p.note.abs {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

body p.note.abs.tl {
  right: auto;
  left: 5px;
}

body p.note.ns {
  text-shadow: none;
}

body p.note.colb {
  color: #000;
}

body p.note.colw {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body p.note {
    font-size: 2.5vw;
    line-height: 1.2em;
  }
}
body p.tc {
  text-align: center;
}

body p.tr {
  text-align: right;
}

body p.tl {
  text-align: left;
}

body .spppfig .note {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

body .spppfig .note.left {
  right: auto;
  left: 5px;
}

section {
  position: relative;
  z-index: 3;
}

section .secinner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px;
  z-index: 2;
}

section .secinner2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0px;
  z-index: 2;
}

section .secinner.btm {
  padding-top: 0;
}

section .secinner.btm2 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  section .secinner {
    padding: 3vw 3vw;
  }
}
section figure {
  position: relative;
  overflow: hidden;
}

section figure img {
  display: block;
}

section figure img._sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section figure img._sp {
    display: block;
  }
}
section figure .note {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  z-index: 3;
}

.button-shikaku {
  background: linear-gradient(-60deg, rgb(128, 0, 115) 0%, rgb(157, 78, 149) 17.92%, rgb(200, 78, 151) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

.button-shikaku:hover {
  opacity: 0.7;
}

.button-shikaku02:before {
  display: none !important;
}

#footer-button-shikaku {
  width: 480px;
  height: 40px;
  border-radius: 1vh;
  line-height: 40px;
  font-size: 1.3em;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
}

@media screen and (max-width: 767px) {
  #footer-button-shikaku {
    width: 350px;
    width: 100%;
    height: 40px;
    border-radius: 1vh;
    line-height: 40px;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
  }
}
/***/
.pcpy7 ul li.br:after {
  content: "";
  display: table;
  clear: both;
}

.secpagetitle3 {
  height: 250px;
}

@media screen and (max-width: 768px) {
  .secpagetitle3 {
    height: 200px;
  }
}
.secpagetitle3 .mainc {
  font-size: 6rem;
  position: absolute;
  left: 50%;
  top: 55%;
  line-height: 1;
  z-index: 5;
  transform: translateX(-50%) translateY(-50%);
  color: #222;
  letter-spacing: 20px;
  transition: 1s;
}

.secpagetitle3 .mainc i {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
}

.secpagetitle3 .mainb {
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 35%;
  line-height: 1;
  z-index: 5;
  transform: translateX(-50%) translateY(-50%);
  color: #222;
  letter-spacing: 20px;
  transition: 1s;
}

.secpagetitle3 .mainb i {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
}

.secpagetitle3 .mainc.b {
  color: #000;
}

@media screen and (max-width: 768px) {
  .secpagetitle3 .mainc {
    font-size: 6vw;
  }
}
.secpagetitle3:before {
  width: 1px;
  height: 60px;
  content: "";
  background-color: #222;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .secpagetitle3 {
    margin-top: 6vw;
    margin-bottom: 8vw;
    padding-bottom: 16vw;
    margin-bottom: 0;
    padding-bottom: 8vw;
  }
  .secpagetitle3:before {
    height: 40px;
    bottom: 0;
  }
}
.pagein .secpagetitle3:before {
  transform: scaleY(1);
}

.secpagetitle2 {
  height: 360px;
}

.secpagetitle2 .mainc {
  font-size: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1;
  z-index: 5;
  transform: translateX(-50%) translateY(-50%);
  color: #222;
  letter-spacing: 20px;
  transition: 1s;
}

.secpagetitle2 .mainc i {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  width: 110%;
}

.secpagetitle2 .mainc.b {
  color: #000;
}

@media screen and (max-width: 768px) {
  .secpagetitle2 .mainc {
    font-size: 10vw;
  }
}
#access .secpagetitle, #design .secpagetitle, #location .secpagetitle, #project .secpagetitle {
  height: 960px;
}

.secpagetitle {
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .secpagetitle {
    height: 340px;
    overflow: auto;
  }
}
.secpagetitle figure, .secpagetitle picture {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .secpagetitle figure, .secpagetitle picture {
    width: auto;
    overflow: auto;
  }
}
.secpagetitle figure .bg, .secpagetitle picture .bg {
  height: 100%;
  transition: 1s;
}

@media screen and (min-width: 767px) {
  .secpagetitle figure .bg, .secpagetitle picture .bg {
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.1, 1.1);
  }
}
@media screen and (max-width: 768px) {
  .secpagetitle figure .bg, .secpagetitle picture .bg {
    /* width:auto!important; */
    max-width: none;
  }
}
.secpagetitle .mainc {
  font-size: 6rem;
  position: absolute;
  left: 50%;
  top: 16%;
  line-height: 1;
  z-index: 5;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  letter-spacing: 20px;
  transition: 1s;
}

.secpagetitle .mainc i {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
}

.secpagetitle .mainc.b {
  color: #000;
}

@media screen and (max-width: 768px) {
  .secpagetitle .mainc {
    font-size: 10vw;
  }
}
.pagein .secpagetitle figure .bg {
  transition: 4s;
}

@media screen and (min-width: 767px) {
  .pagein .secpagetitle figure .bg {
    transform: scale(1, 1);
  }
}
.pagein .mainc {
  transition: 2s;
  letter-spacing: 0.1em;
}

.pagein .mainb {
  transition: 2s;
  letter-spacing: 0.1em;
}

#login #canvasp1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
}

#login2 #canvasp1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
}

#brand #canvasp1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
}

#map #canvasp1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
}

#map .i_img_01 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#map .sec1 .lead {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secinner {
    width: 100%;
    padding: 0vw 0vw;
  }
}
._sp {
  display: none !important;
}

._sp9 {
  display: none !important;
}

@media screen and (max-width: 900px) {
  ._sp9 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  body .spppfig {
    overflow: auto;
  }
  body .spppfig .note {
    right: auto;
    left: 5px;
  }
  ._sp {
    display: block !important;
  }
  ._pc {
    display: none !important;
  }
}
section .sectionin {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 5;
}

@media screen and (max-width: 584px) {
  section .sectionin {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
    padding-bottom: 50px;
  }
}
section .sectionin figure {
  position: relative;
  overflow: hidden;
}

section .sectionin figure img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

section .sectionin h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
  margin-bottom: 60px;
}

@media screen and (max-width: 584px) {
  section .sectionin h3 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
section .sectionin p.lead {
  font-size: 20px;
  text-align: center;
  line-height: 2.4em;
  margin-bottom: 30px;
}

@media screen and (max-width: 584px) {
  section .sectionin p.lead {
    font-size: 4vw;
    margin-bottom: 15px;
  }
}
section .sectionin p.p1 {
  font-size: 18px;
  text-align: center;
  line-height: 2.4em;
  margin-bottom: 30px;
}

@media screen and (max-width: 584px) {
  section .sectionin p.p1 {
    font-size: 4vw;
    margin-bottom: 15px;
    line-height: 2em;
  }
}
section .sectionin p.p2 {
  font-size: 26px;
  text-align: center;
  line-height: 2.4em;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

section .sectionin p.p2.center {
  text-align: center;
}

@media screen and (max-width: 584px) {
  section .sectionin p.p2 {
    letter-spacing: 0em;
    font-size: 5.5vw;
    margin-bottom: 15px;
    line-height: 1.8em;
  }
}
section .sectionin p.p4 {
  font-size: 26px;
  text-align: center;
  line-height: 2.4em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

section .sectionin p.p4.center {
  text-align: center;
}

@media screen and (max-width: 584px) {
  section .sectionin p.p4 {
    letter-spacing: 0em;
    font-size: 5vw;
    margin-bottom: 15px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 584px) {
  section .sectionin p.note {
    font-size: 3vw;
    line-height: 1.4em;
  }
}
section .sectionin p.p3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 2em;
}

section .sectionin p.p3.center {
  text-align: center;
}

@media screen and (max-width: 584px) {
  section .sectionin p.p3 {
    font-size: 3.5vw;
    margin-bottom: 15px;
    line-height: 2em;
  }
}
section .h33 {
  position: relative;
  z-index: 7;
  pointer-events: none;
}

.contact_info_r {
  width: 45%;
  margin-top: -80px;
}

.contact_info_r .button-shikaku {
  width: 100% !important;
}

@media screen and (max-width: 584px) {
  .contact_info_r {
    width: 100%;
    margin-top: 0px;
  }
}
section .secinner2 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0px;
  z-index: 2;
}

section .secinner2.btm {
  padding-top: 0;
}

section .secinner2.btm2 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  section .secinner2 {
    padding: 5vw 3vw;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    width: 90%;
    margin: auto;
  }
}
section figure {
  position: relative;
  overflow: hidden;
}

section figure img {
  display: block;
}

section figure img._sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section figure img._sp {
    display: block;
  }
}
section figure .note {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  z-index: 3;
}

.ifig_plan_04 {
  /* border: 1px solid #b49e71; */
  padding: 0px;
  margin-bottom: 20px;
}


.secflow h3.ct, p.ct {
  text-align: center !important;
}

.secflow h2 {
  text-align: center;
  font-size: 80px;
  color: #002855 !important;
}

.secflow .p1.sty2 {
  color: #002855 !important;
  margin-top: 40px;
  font-size: 30px;
}

.secflow .p1.sty2 span {
  font-size: 16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.secflow .steplist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 100px;
  /*max-width: 900px;*/
  margin-left: auto;
  margin-right: auto;
}

.secflow .steplist li {
  width: 32%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  transition: 0.3s;
}

.secflow .steplist li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.secflow .steplist li p {
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0;
  pointer-events: none;
}

.secflow .steplist li .ico1 {
  width: 40%;
  position: absolute;
  right: 20px;
  top: 20px;
}

.secflow .steplist li .ico2 {
  width: 120px;
  position: absolute;
  left: 40px;
  top: 0px;
  background-color: #D3C8AB;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  flex-wrap: wrap;
  line-height: 1em;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

.secflow .steplist li .ps1 {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #002855;
  line-height: 1em;
  margin-top: -60px;
}

.secflow .steplist li .ps1 span {
  font-size: 46px;
  line-height: 1em;
  color: #002855;
}

.secflow .steplist li .ps1::before {
  width: 40%;
  height: 1px;
  content: "";
  background-color: #002855;
  position: absolute;
  left: 0;
  bottom: 0;
}

.secflow .webinar {
  background-color: #F4F4F4;
  padding: 40px;
}

.secflow .webinar h3 {
  color: #002855;
  border-bottom: 1px solid #002855;
}

.secflow .webinar h3 span {
  color: #002855 !important;
  font-size: 54px !important;
}

.secflow .webinar .p1.sty2 {
  text-align: center;
}

.secflow .webinar .p1 {
  font-size: 24px;
  color: #002855 !important;
  text-align: center;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.secflow .webinar .p3 {
  font-size: 18px;
  color: #002855 !important;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.secflow .webinar .p4 {
  font-size: 13px;
  color: #002855 !important;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0;
  margin-top: 20px;
}

.secflow .webinar .webinar-in {
  width: 100%;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; /* margin-bottom: 20px; */
}

.secflow .webinar .i_flow2 {
  background-color: #002855 !important;
  padding: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 584px) {
  .secflow .webinar .i_flow2 {
    background-color: #002855 !important;
    padding: 20px;
    border-radius: 20px;
  }
}
.secflow .webinar .i_flow2::before {
  border-radius: 20px;
  position: absolute;
  width: calc(100% - 21px);
  height: calc(100% - 21px);
  left: 10px;
  top: 10px;
  box-sizing: border-box;
  z-index: 2;
  content: "";
  border: 1px solid #FFFFFF;
  pointer-events: none;
}

.secflow .webinar .i_flow2 p.p2 {
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.secflow .webinar .i_flow2 p.p3 {
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.secflow .webinar .i_flow2 {
  margin-top: 60px;
}

.secflow .webinar .i_flow2 .p2 {
  color: #fff !important;
  font-size: 30px;
  line-height: 1.2em;
}

.secflow .webinar .i_flow2 .p2 span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.secflow .webinar .i_flow2 .p3 {
  color: #fff !important;
  line-height: 1.2em;
  margin-top: 10px;
}

.secflow .webinar .i_flow {
  margin-top: 60px;
}

.secflow .steplist li figure {
  margin-bottom: 20px;
}

.secflow .steplist li .ps2 {
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.secflow .steplist li .ps3 {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.secflow .webinar .dayl {
  margin-bottom: 20px;
}

.secflow .webinar .dayl {
  margin-bottom: 20px;
}

.secflow .webinar .sec1b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #002855;
  position: relative;
  background-color: #fff;
  margin-bottom: 4px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.3s;
  margin-top: 20px;
}

.secflow .webinar .p1.sty2 {
  font-size: 24px;
  border-bottom: 1px solid #002855;
}

.secflow .webinar .sec1b a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.secflow .webinar .p1.sty3 {
  font-size: 24px;
  margin-top: 20px;
}

@media screen and (max-width: 584px) {
  .secflow .webinar .p1.sty3 {
    font-size: 5vw;
    /* margin-top: 2vw; */
  }
}
.secflow .webinar .sec1b:hover {
  opacity: 0.7;
}

.secflow .webinar .sec1b.dis {
  opacity: 0.5;
  pointer-events: none;
}

.secflow .webinar .sec1b dt {
  width: 40%;
  background-color: #002855;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: 0;
  height: 100%;
  font-weight: normal;
  font-size: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 584px) {
  .secflow .webinar .p1.sty2 {
    font-size: 5vw;
  }
  .secflow .webinar .sec1b dt {
    line-height: 1.2em;
    font-size: 3.5vw;
  }
}
.secflow .webinar {
  margin-bottom: 80px;
}

.secflow .webinar .sec1b dd .more {
  height: 40px;
  width: 30%;
  background-color: #445585;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 584px) {
  .secflow .webinar .sec1b dd .more {
    line-height: 1em;
    font-size: 3vw;
  }
}
.secflow .webinar .sec1b dd {
  height: 100%;
  width: 60%;
  padding-left: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
  box-sizing: border-box;
  color: #002855;
}

@media screen and (max-width: 584px) {
  .secflow .webinar .sec1b dd {
    height: 100%;
    width: 60%;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 24px;
    box-sizing: border-box;
    color: #002855;
  }
}
@media screen and (max-width: 584px) {
  .secflow .webinar .sec1b dd {
    line-height: 1em;
    font-size: 3.5vw;
  }
}
.secflow .webinar .sec1b dd .more {
  height: 30px;
  width: 30%;
  background-color: #445585;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 584px) {
  .secflow .webinar .sec1b dd .more {
    line-height: 1em;
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .secflow .webinar .i_flow {
    margin-top: 6vw;
  }
  .secflow .webinar .i_flow2 {
    margin-top: 6vw;
  }
  .secflow .steplist li .ps2 {
    font-size: 4.5vw;
  }
  .secflow .webinar .p1 {
    font-size: 5.6vw;
  }
  .webinar-in h3.ct {
    font-size: 8vw;
  }
  .secflow .webinar {
    padding: 3vw;
  }
  .secflow .steplist {
    margin-top: 16vw;
  }
  .secflow .webinar .p3 {
    font-size: 3.5vw;
    line-height: 1.6em;
  }
  .secflow h2 {
    font-size: 12vw;
  }
  .secflow .steplist li {
    width: 100%;
    margin-bottom: 6vw;
  }
  .secflow .steplist li:nth-child(2) .ps1 {
    text-align: right;
  }
  .secflow .steplist li:nth-child(2) .ps1::before {
    left: auto;
    right: 0;
  }
  #index h3.mb0 {
    margin-bottom: 20px;
  }
  .secflow .p1.sty2 {
    font-size: 6vw;
    line-height: 1.2em;
  }
  .secflow .p1.sty2 span {
    font-size: 3.5vw;
    line-height: 1.2em;
    margin-top: 3vw;
  }
  .secflow .webinar .i_flow2 {
    margin-top: 6vw;
  }
  .secflow .webinar .i_flow2 p.p3 {
    text-align: left !important;
    margin-top: 10px;
  }
  .secflow .webinar .i_flow2 p.p3 br {
    display: none;
  }
  .secflow .webinar .i_flow2 p.p2 {
    font-size: 6vw;
  }
}
#index .secinner-a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

#index .secinner-aa {
  /* background-color: rgba(255, 255, 255, 0.8); */
  padding: 10px;
}

#index .infomationl0 {
  position: relative;
  max-height: 100%;
  overflow: auto;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 584px) {
  #index .infomationl0 {
    position: relative;
    max-height: 100%;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#index .infomationlc {
  /* display: flex; */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-wrap: wrap;
  /* width: calc(100% - 0px); */
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(165, 137, 79, 0.3);
  border-top: 1px solid rgba(165, 137, 79, 0.3);
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

#index .infomationlc p {
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  /* font-size: 16px; */
  text-align: center;
}

#index .infomationlc2 {
  /* display: flex; */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-wrap: wrap;
  /* width: calc(100% - 0px); */
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

#index .infomationlc2 p {
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  /* font-size: 16px; */
  text-align: center;
}

.button-shikaku_r {
  background: linear-gradient(-60deg, rgb(170, 148, 106) 0%, rgb(191, 166, 119) 17.92%, rgb(127, 111, 78) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (max-width: 584px) {
  .button-shikaku_r {
    background: linear-gradient(-60deg, rgb(170, 148, 106) 0%, rgb(191, 166, 119) 17.92%, rgb(127, 111, 78) 100%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
    display: inline-block;
    transition: 0.3s;
  }
}
#footer-button-shikaku_r {
  width: 400px;
  height: 60px;
  border-radius: 1vh;
  line-height: 60px;
  font-size: 1.6em;
  margin-top: 30px;
  /* margin-bottom: 20px; */
  margin-left: 30px;
  margin-right: 30px;
  color: #ffffff;
}

@media screen and (max-width: 584px) {
  #footer-button-shikaku_r {
    width: 330px;
    height: 60px;
    border-radius: 1vh;
    line-height: 60px;
    font-size: 1.6em;
    margin-top: 30px;
    /* margin-bottom: 20px; */
    margin-left: 30px;
    margin-right: 30px;
    color: #ffffff;
  }
}
.button-shikaku_g {
  background: linear-gradient(-60deg, rgb(109, 168, 119) 0%, rgb(140, 192, 125) 17.92%, rgb(27, 141, 135) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (max-width: 584px) {
  .button-shikaku_g {
    background: linear-gradient(-60deg, rgb(109, 168, 119) 0%, rgb(140, 192, 125) 17.92%, rgb(27, 141, 135) 100%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
    display: inline-block;
    transition: 0.3s;
  }
}
#footer-button-shikaku_g {
  width: 400px;
  height: 60px;
  border-radius: 1vh;
  line-height: 60px;
  font-size: 1.4em;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  color: #ffffff;
}

@media screen and (max-width: 584px) {
  #footer-button-shikaku_g {
    width: 330px;
    height: 60px;
    border-radius: 1vh;
    line-height: 60px;
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    color: #ffffff;
  }
}
.button-shikaku_q {
  background: linear-gradient(-60deg, rgb(143, 22, 124) 0%, rgb(186, 59, 160) 17.92%, rgb(193, 72, 146) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

#footer-button-shikaku_q {
  width: 860px;
  height: 60px;
  border-radius: 1vh;
  line-height: 60px;
  font-size: 0.8em;
  /* margin-top: 20px; */
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  color: #ffffff;
}

@media screen and (max-width: 584px) {
  #footer-button-shikaku_q {
    width: 860px;
    height: 60px;
    border-radius: 1vh;
    line-height: 60px;
    font-size: 1.1em;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    color: #ffffff;
  }
}
.button-shikaku_rr {
  background: linear-gradient(-60deg, rgb(170, 148, 106) 0%, rgb(191, 166, 119) 17.92%, rgb(127, 111, 78) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

#footer-button-shikaku_rr {
  width: 350px;
  height: 60px;
  border-radius: 1vh;
  line-height: 60px;
  font-size: 1.6em;
  margin-top: 30px;
  /* margin-bottom: 20px; */
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}

.button-shikaku_gg {
  background: linear-gradient(-60deg, rgb(109, 168, 119) 0%, rgb(140, 192, 125) 17.92%, rgb(27, 141, 135) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

#footer-button-shikaku_gg {
  width: 350px;
  height: 60px;
  border-radius: 1vh;
  line-height: 60px;
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}

.button-shikaku_ll {
  background: linear-gradient(-60deg, rgb(21, 28, 99) 0%, rgb(71, 76, 150) 17.92%, rgb(26, 33, 114) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

#footer-button-shikaku_ll {
  width: 350px;
  height: 60px;
  border-radius: 1vh;
  line-height: 60px;
  font-size: 1.6em;
  margin-top: 30px;
  /* margin-bottom: 20px; */
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}

.button-shikaku_ll_m {
  background: linear-gradient(-60deg, rgb(21, 28, 99) 0%, rgb(71, 76, 150) 17.92%, rgb(26, 33, 114) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

#footer-button-shikaku_ll_m {
  width: 680px;
  height: 65px;
  border-radius: 1vh;
  line-height: 60px;
  font-size: 2em;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}

@media screen and (max-width: 584px) {
  #footer-button-shikaku_ll_m {
    width: 480px;
    height: 60px;
    border-radius: 1vh;
    line-height: 60px;
    font-size: 1.6em;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    color: #ffffff;
  }
}
#project .lead.sty3 {
  color: #d5c8a0;
  margin-bottom: 60px;
}

#project .pro_02 {
  display: block;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 584px) {
  #project .pro_02 {
    display: block;
    width: 105vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 60px;
  }
}
#project .pro_02 .pro_02a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#project .pro_03 {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 10px;
  font-size: 3.1rem;
  margin-bottom: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 584px) {
  #project .pro_03 {
    text-align: center;
    white-space: nowrap;
    letter-spacing: 3px;
    font-size: 2rem;
    margin-bottom: 40px;
    line-height: 1.8;
  }
}
#project .pro_033 {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 10px;
  font-size: 3.3rem;
  margin-bottom: 70px;
  line-height: 1;
}

@media screen and (max-width: 584px) {
  #project .pro_033 {
    text-align: center;
    white-space: nowrap;
    letter-spacing: 3px;
    font-size: 2.2rem;
    margin-bottom: 40px;
    line-height: 1.8;
  }
}
#project .pro_034 {
  text-align: center;
  white-space: nowrap;
  letter-spacing: 5px;
  font-size: 2.6rem;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 584px) {
  #project .pro_034 {
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.8;
  }
}
#project .pro_05 {
  display: block;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 584px) {
  #project .pro_05 {
    display: block;
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 0px;
  }
}
#project .pro_05 .pro_05a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

#project .pro_05 .pro_05a dt {
  display: block;
  width: 45%;
  background-color: #fff;
  padding: 20px;
  margin-right: 20px;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 584px) {
  #project .pro_05 .pro_05a dt {
    display: block;
    width: 80%;
    background-color: #fff;
    padding: 20px;
    z-index: 3;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
  }
}
#project .pro_05 .pro_05a dt .logo {
  width: 80%;
}

@media screen and (max-width: 584px) {
  #project .pro_05 .pro_05a dt .logo {
    width: 100%;
  }
}
#project .pro_05 .pro_05a dt .p1 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media screen and (max-width: 584px) {
  #project .pro_05 .pro_05a dt .p1 {
    font-size: 13px;
    text-align: left;
    line-height: 1.4em;
    margin-top: 10px;
  }
}
#project .pro_05 .pro_05a dt .p2 {
  font-size: 25px;
  text-align: left;
}

@media screen and (max-width: 584px) {
  #project .pro_05 .pro_05a dt .p2 {
    font-size: 20px;
    text-align: left;
    line-height: 1.4em;
    margin-top: 0px;
  }
}
#project .pro_05 .pro_05a dt .p3 {
  font-size: 13px;
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 584px) {
  #project .pro_05 .pro_05a dt .p3 {
    font-size: 13px;
    text-align: left;
    line-height: 1.4em;
    margin-top: 10px;
  }
}
#project .pro_05 dd {
  width: 35%;
}

@media screen and (max-width: 584px) {
  #project .pro_05 dd {
    width: 80%;
    margin-top: 10px;
  }
}
#project .i_img_06 {
  margin-bottom: 100px;
}

@media screen and (max-width: 584px) {
  #project .i_img_06 {
    margin-bottom: 50px;
  }
}
#project .i_img_07 {
  margin-bottom: 20px;
}

@media screen and (max-width: 584px) {
  #project .i_img_07 {
    margin-bottom: 30px;
  }
}
#project .i_img_07 .note,
#project .i_img_06 .note {
  right: 20px;
}

#project .p2t {
  display: block;
  font-size: 16px;
  text-align: left;
  line-height: 2.2;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 584px) {
  #project .p2t {
    display: block;
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
#project .p3t {
  display: block;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 4px;
}

@media screen and (max-width: 584px) {
  #project .p3t {
    display: block;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 4px;
  }
}
#project .p33t {
  display: block;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 4px;
}

@media screen and (max-width: 584px) {
  #project .p33t {
    display: block;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 4px;
  }
}
#project .p3t span {
  display: inline-block;
  background-color: #fff;
  padding: 6px;
}

#project .pro_02 .pro_02a dt {
  display: block;
  width: 40%;
  background-color: #fff;
  padding: 20px;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 584px) {
  #project .pro_02 .pro_02a dt {
    display: block;
    width: 35%;
    background-color: #fff;
    padding: 20px;
    z-index: 3;
    margin-left: -20px;
    position: relative;
  }
}
#project .pro_02 .pro_02a dt .logo {
  width: 80%;
}

@media screen and (max-width: 584px) {
  #project .pro_02 .pro_02a dt .logo {
    width: 100%;
  }
}
#project .pro_02 .pro_02a dt .p1 {
  font-size: 15px;
  text-align: left;
}

@media screen and (max-width: 584px) {
  #project .pro_02 .pro_02a dt .p1 {
    font-size: 15px;
    text-align: left;
    line-height: 1.4em;
    margin-top: 10px;
  }
}
#project .pro_04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

#project .pro_04 dt {
  width: 48%;
}

@media screen and (max-width: 584px) {
  #project .pro_04 dt {
    width: 100%;
  }
}
#project .pro_04 dd {
  width: 50%;
}

@media screen and (max-width: 584px) {
  #project .pro_04 dd {
    width: 100%;
    margin-top: 10px;
  }
}
#project .pro_04.rvs dt {
  order: 2;
}

#project .pro_04.rvs dd {
  order: 1;
}

#project .pro_04 dd figure {
  /* margin-top: 40px; */
}

@media screen and (max-width: 584px) {
  #project .pro_04 dd figure {
    margin-top: 30px;
  }
}
#project .pro_02 .pro_02a dt .p2 {
  font-size: 15px;
  text-align: left;
}

#project .pro_02 .pro_02a dt .p3 {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
}

#project .pro_02 .pro_02a dd {
  width: 50%;
  display: block;
  margin-left: -30px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 584px) {
  #project .pro_02 .pro_02a dd {
    width: 70%;
    display: block;
    margin-left: -30px;
    z-index: 1;
    position: relative;
  }
}
#project .pro_01 {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  width: 34%;
  display: block;
  margin-bottom: 40px;
}

#project .pro1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  flex-wrap: wrap;
}

#project .pro1 li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

#project .pro1 li {
  width: 30%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
}

#project .pro1 li .cv {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#project .pro1 li:hover .bg {
  transform: scale(1.1, 1.1);
  transition: 3s;
}

#project .infomationlc {
  /* display: flex; */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-wrap: wrap;
  /* width: calc(100% - 0px); */
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(165, 137, 79, 0.3);
  border-top: 1px solid rgba(165, 137, 79, 0.3);
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

#project .infomationlc p {
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  /* font-size: 16px; */
  text-align: center;
}

#project .infomationl0 {
  position: relative;
  max-height: 100%;
  overflow: auto;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.button-shikaku_p {
  background: linear-gradient(-60deg, rgb(180, 153, 90) 0%, rgb(218, 183, 103) 17.92%, rgb(138, 113, 53) 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: 0.3s;
}

.button-shikaku_p:hover {
  opacity: 0.6;
}

#footer-button-shikaku_p {
  width: 800px;
  height: 60px;
  border-radius: 1vh;
  line-height: 60px;
  font-size: 1.9em;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  color: #ffffff;
}

#project .secmerit .secinner .lead.btm {
  margin-bottom: 0;
  margin-top: 20px;
}

#project .secmerit .secinner .lead span.sty2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  margin-top: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0px;
  line-height: 1.8em;
  color: #a67a26;
}

#project .secmerit .secinner .lead {
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}

#project .pro2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  flex-wrap: wrap;
}

#project .pro2 li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

#project .pro2 li {
  width: 30%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
}

#project .pro2 li .cv {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#zeh .sec2 .sec2ff {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#zeh .sec2 .sec2ff dt {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #zeh .sec2 .sec2ff dt {
    width: 100%;
    order: 2;
  }
}
#zeh .sec2 .sec2ff dd {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #zeh .sec2 .sec2ff dd {
    width: 100%;
    order: 1;
  }
}
#project .sec1 .p12 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 5px;
  color: white;
  background: #41a9a8;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  #project .sec1 .p12 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    /* padding: 5px; */
    color: white;
    background: #41a9a8;
    line-height: 1.5em;
  }
}
#project .sec1 .p12_2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 5px;
  color: white;
  background: #a75633;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  #project .sec1 .p12_2 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    /* padding: 5px; */
    color: white;
    background: #a75633;
    line-height: 1.5em;
  }
}
#project .sec1 .p13 {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 5px;
  color: white;
  background: #41a9a8;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  #project .sec1 .p13 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    /* padding: 5px; */
    color: white;
    background: #41a9a8;
    line-height: 1.5em;
  }
}
#project .sec1 .p14 {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 5px;
  color: white;
  background: #a75633;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  #project .sec1 .p14 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    /* padding: 5px; */
    color: white;
    background: #a75633;
    line-height: 1.5em;
  }
}
#project .stab {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #project .stab {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2%;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#project .stab.sty2 {
  margin-top: 0px;
}

#project .stab li {
  border: 2px solid #a48b78;
  background: #a48b78;
  width: 48%;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #project .stab li {
    border: 2px solid #a48b78;
    background: #a48b78;
    width: 48%;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    transition: 0.3s;
    cursor: pointer;
  }
}
#project .stab li:after {
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  content: "";
  background-color: #a48b78;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #project .stab li:after {
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #a48b78;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    opacity: 0;
  }
}
#project .stab li a {
  display: block;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#project .stab li p {
  position: relative;
  z-index: 3;
  line-height: 1.2;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #project .stab li p {
    position: relative;
    z-index: 3;
    line-height: 1.2;
    font-size: 1.2rem;
    font-feature-settings: "palt";
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
  }
}
#project .stab li:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, rgb(213, 200, 160) 0%, rgb(234, 228, 209) 24.59%, rgb(213, 200, 160) 100%);
  transition: 0.3s;
  opacity: 0;
}

#project .stab li.act:after, #location .stab li.act:before, #location .stab li:hover:after, #location .stab li:hover:before {
  opacity: 1;
}

.contentbtn:hover {
  opacity: 0.7;
}

.contentbtn:hover:before {
  right: -34px;
}

@media screen and (max-width: 768px) {
  .contentbtn:hover:before {
    right: -54px;
  }
}
.contentbtn:hover:after {
  right: -40px;
}

@media screen and (max-width: 768px) {
  .contentbtn:hover:after {
    right: -60px;
  }
}
.contentbtn:before {
  transition: 0.3s;
  width: 80px;
  letter-spacing: 0;
  height: 10px;
  content: "READ MORE";
  pointer-events: none;
  font-size: 1.2rem;
  position: absolute;
  right: -20px;
  top: 45%;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn:before {
    right: 7px;
    top: 33px;
    color: white;
  }
}
.contentbtn:after {
  transition: 0.3s;
  width: 90px;
  height: 10px;
  content: "";
  pointer-events: none;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: skewX(45deg);
}

@media screen and (max-width: 768px) {
  .contentbtn:after {
    right: 13px;
    top: 36px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .contentbtn {
    height: 50px;
  }
}
.contentbtn a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contentbtn a p {
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}

.contentbtn a p i {
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn a p {
    font-size: 4vw;
  }
  .contentbtn a p i {
    font-size: 5.6vw;
    margin-top: 0px;
  }
}
.contentbtn.sty2 {
  margin-bottom: 100px;
}

.contentbtn.dis {
  opacity: 0.7;
}

.contentbtn.dis:before {
  display: none;
}

.contentbtn.dis:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .contentbtn {
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
  .contentbtn.sty2 {
    margin-bottom: 10vw;
  }
}
.contentbtn .cv {
  position: absolute;
  pointer-events: none;
  width: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .contentbtn {
    width: 80%;
  }
}
.contentbtn p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn p i {
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .contentbtn p {
    font-size: 4vw;
  }
  .contentbtn p i {
    font-size: 5.6vw;
    margin-top: 13px;
  }
}
.contentbtn a p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn a p ii {
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn a p {
    font-size: 4vw;
  }
  .contentbtn a p ii {
    font-size: 5.6vw;
  }
}
.contentbtn p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn p ii {
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .contentbtn p {
    font-size: 4vw;
  }
  .contentbtn p ii {
    font-size: 5.6vw;
  }
}
.contentbtn2 {
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  height: 70px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../../images/fp_seminar/bg_btn.png");
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
  position: relative;
}

.contentbtn2:hover {
  opacity: 0.7;
}

.contentbtn2:hover:before {
  right: -34px;
}

@media screen and (max-width: 768px) {
  .contentbtn2:hover:before {
    right: -54px;
  }
}
.contentbtn2:hover:after {
  right: -40px;
}

@media screen and (max-width: 768px) {
  .contentbtn2:hover:after {
    right: -60px;
  }
}
.contentbtn2:before {
  transition: 0.3s;
  width: 80px;
  letter-spacing: 0;
  height: 10px;
  content: "READ MORE";
  pointer-events: none;
  font-size: 1rem;
  position: absolute;
  right: -5px;
  top: 45%;
  font-family: "Cormorant Garamond", serif;
  color: white;
}

@media screen and (max-width: 768px) {
  .contentbtn2:before {
    right: -10px;
    top: 32px;
  }
}
.contentbtn2:after {
  transition: 0.3s;
  width: 80px;
  height: 10px;
  content: "";
  pointer-events: none;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: skewX(45deg);
}

@media screen and (max-width: 768px) {
  .contentbtn2:after {
    right: 7px;
    top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .contentbtn2 {
    height: 50px;
  }
}
.contentbtn2 a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contentbtn2 a p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn2 a p i {
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn2 a p {
    font-size: 4vw;
  }
  .contentbtn2 a p i {
    font-size: 4vw;
  }
}
.contentbtn2.sty2 {
  margin-bottom: 100px;
}

.contentbtn2.dis {
  opacity: 0.7;
}

.contentbtn2.dis:before {
  display: none;
}

.contentbtn2.dis:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .contentbtn2 {
    margin-top: 5vw;
    margin-bottom: 0vw;
  }
  .contentbtn2.sty2 {
    margin-bottom: 10vw;
  }
}
.contentbtn2 .cv {
  position: absolute;
  pointer-events: none;
  width: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .contentbtn2 {
    width: 100%;
  }
}
.contentbtn2 p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn2 p i {
  font-family: "EB Garamond", serif;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .contentbtn2 p {
    font-size: 4vw;
  }
  .contentbtn2 p i {
    font-size: 5.6vw;
  }
}
.contentbtn2 a p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn2 a p ii {
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 768px) {
  .contentbtn2 a p {
    font-size: 2vw;
  }
  .contentbtn2 a p ii {
    font-size: 5.6vw;
  }
}
.contentbtn2 p {
  line-height: 1;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.contentbtn2 p ii {
  font-family: "EB Garamond", serif;
  font-size: 1.3em;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .contentbtn2 p {
    font-size: 4vw;
  }
  .contentbtn2 p ii {
    font-size: 5.6vw;
  }
}
.logo-bukkenLogo__link img {
  filter: invert(68%) sepia(13%) saturate(1241%) hue-rotate(4deg) brightness(89%) contrast(87%);
}
.logo-bukkenLogo__txt {
  color: #231815 !important;
}
/*# sourceMappingURL=../../../map/limited/seminar/seminar.css.map */