@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #1A1A1A;
  font-size: 1em;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  background-color: #fff;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
  background: #fff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.pc-item {
  display: none;
}

.sp-item {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
}

#loading-main:after, #loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 110%;
}

#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}

#loading-main:after {
  animation: loading 0.75s linear infinite;
  border: 2px solid transparent;
  border-top-color: #ffffff;
}

#loading-main:before {
  border: 2px solid #2D69E0;
}

.noscroll {
  overflow: hidden;
}

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

.wrapper {
  position: relative;
}

#header {
  background-image: url(../img/kv-bg@sp.webp);
  background-size: cover;
  background-position: center;
  padding: 0 0 7.692vw 0;
}
#header .kv {
  position: relative;
  width: 100%;
}
#header .kv h1 {
  width: 74.359vw;
  mix-blend-mode: multiply;
  margin: 0 auto;
  z-index: 10;
}
#header .kv h1 img {
  width: 100%;
}
#header .kv h1 img {
  width: 100%;
}
#header .kv .kv-lead {
  width: 87.179vw;
  margin: 0 auto 10.256vw;
}
#header .kv .kv-lead img {
  width: 100%;
}
#header .kv .kv-lead .set h2 {
  font-size: 7.179vw;
  margin: 0 0 0.5em 0;
}
#header .kv .kv-lead .set h2 span {
  color: #2D69E0;
}
#header .kv .kv-lead .set p {
  font-size: 3.59vw;
}
#header .kv .kv-lead .set p + p {
  margin: 1em 0 0 0;
}
#header .kv .kv-ph {
  width: 95.385vw;
  margin: 0 auto 6.667vw;
}
#header .kv .kv-ph img {
  width: 100%;
}
#header .kv .sns {
  display: none;
}
#header .kv .texture01 {
  position: absolute;
  top: 4.615vw;
  left: 0vw;
  width: 36.923vw;
}
#header .kv .texture01 img {
  width: 100%;
}
#header .kv .texture02 {
  position: absolute;
  top: 166.667vw;
  right: 0vw;
  width: 41.026vw;
}
#header .kv .texture02 img {
  width: 100%;
}
#header .intro .column {
  position: relative;
}
#header .intro .column .ph {
  width: 94.872vw;
  margin: 0 auto 0;
}
#header .intro .column .ph img {
  width: 100%;
}
#header .intro .column .text {
  background-image: url(../img/intro-texture01.png);
  background-size: contain;
  background-position: center;
  margin: -5.128vw 0 0 0;
}
#header .intro .column .text .set {
  position: relative;
  width: 74.359vw;
  margin: 0 auto;
  padding: 12.821vw 0 15.385vw 0;
}
#header .intro .column .text .set h2 {
  font-size: 4.103vw;
  font-weight: 600;
  margin-bottom: 5.128vw;
}
#header .intro .column .text .set h2 span {
  font-size: 6.154vw;
}
#header .intro .column .text .set p {
  font-size: 3.333vw;
  line-height: 1.8;
}
#header .intro .column .text .set p + p {
  margin-top: 2em;
}

#thoughts {
  background-image: url(../img/thoughts-bg@sp.webp);
  background-size: cover;
  background-position: center;
  padding: 15.385vw 0;
}
#thoughts .wrap .headering {
  text-align: center;
  margin-bottom: 7.436vw;
}
#thoughts .wrap .headering h2 {
  width: 77.949vw;
  margin: 0 auto;
}
#thoughts .wrap .headering h2 img {
  width: 100%;
}
#thoughts .wrap .lead {
  margin-bottom: 12.821vw;
}
#thoughts .wrap .lead p {
  font-size: 3.333vw;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  text-shadow: 2px 2px 5px #3A5886, -2px 2px 5px #3A5886, 2px -2px 5px #3A5886, -2px -2px 5px #3A5886;
}
#thoughts .wrap .lead p strong {
  font-size: 4.359vw;
}
#thoughts .wrap .lead p + p {
  margin-top: 30px;
}
#thoughts .wrap .column {
  width: auto;
  margin: 0 auto;
}
#thoughts .wrap .column .box {
  width: 76.923vw;
  margin: 0 auto;
}
#thoughts .wrap .column .box .ph {
  width: 61.538vw;
  margin: 0 auto;
}
#thoughts .wrap .column .box .ph img {
  width: 100%;
}
#thoughts .wrap .column .box h3 {
  font-size: 7.179vw;
  font-weight: 600;
  color: #CFAD74;
  text-align: center;
  letter-spacing: 1.282vw;
  text-shadow: 2px 2px 5px #3A5886, -2px 2px 5px #3A5886, 2px -2px 5px #3A5886, -2px -2px 5px #3A5886;
  margin-bottom: 5px;
}
#thoughts .wrap .column .box p {
  font-size: 3.333vw;
  color: #fff;
  text-shadow: 2px 2px 5px #3A5886, -2px 2px 5px #3A5886, 2px -2px 5px #3A5886, -2px -2px 5px #3A5886;
}
#thoughts .wrap .column .box + .box {
  margin-top: 10.256vw;
}

#point {
  background-image: url(../img/point-bg@sp.webp);
  background-size: cover;
  background-position: center;
  padding: 15.385vw 0 0;
}
#point .headering h2 {
  width: 77.949vw;
  margin: 0 auto 7.949vw;
}
#point .headering h2 img {
  width: 100%;
}
#point .inner {
  padding-bottom: 7.692vw;
  overflow: hidden;
}
#point .inner .column {
  position: relative;
  width: 94.872vw;
  height: 133.077vw;
  margin: 0 auto;
}
#point .inner .column .ph {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#point .inner .column .ph img {
  width: 100%;
}
#point .inner .column .text {
  position: absolute;
  top: 54.872vw;
  right: -4.359vw;
}
#point .inner .column .text .set {
  position: relative;
  width: 108.462vw;
  height: 80vw;
  background-image: url(../img/point-texture01.png);
  background-size: 108.462vw;
  background-position: center;
}
#point .inner .column .text .set h3 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 10.256vw;
  right: 23.59vw;
  font-size: 5.128vw;
  letter-spacing: 0.769vw;
  border-left: 0.256vw solid #000;
  border-right: 0.256vw solid #000;
  padding: 2.564vw 5.128vw;
}
#point .inner .column .text .set p {
  writing-mode: vertical-rl;
  position: absolute;
  top: 10.256vw;
  right: 45.897vw;
  font-size: 3.59vw;
  line-height: 2;
}
#point .inner .column.two {
  margin-top: 8.974vw;
}
#point .inner .column.two .text {
  position: absolute;
  top: 51.282vw;
  right: -4.359vw;
}
#point .inner .column.two .text .set {
  position: relative;
  width: 108.462vw;
  height: 80vw;
  background-image: url(../img/point-texture01.png);
  background-size: 108.462vw;
  background-position: center;
}
#point .inner .column.two .text .set h3 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 14.103vw;
  right: 11.538vw;
  font-size: 5.128vw;
  letter-spacing: 0.769vw;
  border-left: 0.256vw solid #000;
  border-right: 0.256vw solid #000;
  padding: 2.564vw 5.128vw;
}
#point .inner .column.two .text .set p {
  writing-mode: vertical-rl;
  position: absolute;
  top: 14.103vw;
  right: 33.846vw;
  font-size: 3.59vw;
  line-height: 2;
}
#point .inner .column.three {
  margin-top: 8.974vw;
}
#point .inner .column.three .text {
  position: absolute;
  top: 52.564vw;
  right: -4.359vw;
}
#point .inner .column.three .text .set {
  position: relative;
  width: 108.462vw;
  height: 80vw;
  background-image: url(../img/point-texture01.png);
  background-size: 108.462vw;
  background-position: center;
}
#point .inner .column.three .text .set h3 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 5.128vw;
  right: 23.077vw;
  font-size: 5.128vw;
  letter-spacing: 0.769vw;
  border-left: 0.256vw solid #000;
  border-right: 0.256vw solid #000;
  padding: 2.564vw 5.128vw;
}
#point .inner .column.three .text .set p {
  writing-mode: vertical-rl;
  position: absolute;
  top: 5.128vw;
  right: 46.154vw;
  font-size: 3.59vw;
  line-height: 2;
}

.separator .slider {
  width: 100%;
}
.separator .slider img {
  width: 100%;
}

#attempt {
  background-image: url(../img/attempt-bg@sp.webp);
  background-size: cover;
  background-position: center;
  padding: 10.256vw 0;
}
#attempt .wrap {
  width: 92.308vw;
  margin: 0 auto;
  border-radius: 5.128vw;
  border: 0.256vw solid #CEAF76;
  background-color: rgba(255, 255, 255, 0.6);
}
#attempt .wrap .inner {
  padding: 10.256vw 7.692vw;
}
#attempt .wrap .inner .headering {
  text-align: center;
  margin-bottom: 7.692vw;
}
#attempt .wrap .inner .headering h2 {
  font-size: 4.872vw;
  margin-bottom: 6.41vw;
  letter-spacing: 0.256vw;
}
#attempt .wrap .inner .headering p {
  font-size: 3.333vw;
  line-height: 1.8;
  text-align: left;
}
#attempt .wrap .inner .sec h3 {
  font-size: 4.359vw;
  border-bottom: 0.256vw solid #111;
  margin-bottom: 5.128vw;
}
#attempt .wrap .inner .sec .text {
  font-size: 3.333vw;
  line-height: 1.8;
  margin-bottom: 6.41vw;
}
#attempt .wrap .inner .sec .column .leftC {
  width: auto;
  margin-bottom: 5.128vw;
}
#attempt .wrap .inner .sec .column .leftC img {
  width: 100%;
}
#attempt .wrap .inner .sec .column .rightC {
  width: auto;
}
#attempt .wrap .inner .sec .column .rightC a.btn_ex {
  display: block;
  width: 61.538vw;
  margin: 0 auto;
}
#attempt .wrap .inner .sec .column .rightC img {
  width: 100%;
}
#attempt .wrap .inner .sec + .sec {
  margin-top: 35px;
}

#contact {
  background-image: url(../img/contact-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 15.385vw 0;
}
#contact .lead {
  text-align: center;
  font-size: 3.846vw;
  font-weight: 600;
  color: #F5F5F5;
  line-height: 2;
  text-shadow: 1px 1px 3px #3A5886, -1px 1px 3px #3A5886, 1px -1px 3px #3A5886, -1px -1px 3px #3A5886;
  margin-bottom: 7.692vw;
}
#contact a.btn-contact {
  width: 87.179vw;
  margin: 0 auto;
  display: block;
}
#contact a.btn-contact img {
  width: 100%;
}

#footer {
  background-image: url(../img/footer-bg@sp.webp);
  background-size: cover;
  background-position: center;
  padding: 8.974vw 0;
}
#footer .wrap .column {
  width: auto;
  margin: 0 auto;
}
#footer .wrap .column .leftC .flogo {
  width: 56.41vw;
  margin: 0 auto;
}
#footer .wrap .column .leftC .flogo img {
  width: 100%;
}
#footer .wrap .column .leftC dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.333vw;
  color: #fff;
  width: 87.179vw;
  margin: 6.41vw 0 0 8.974vw;
  line-height: 1.8;
}
#footer .wrap .column .leftC dl dt {
  width: 20.513vw;
  margin: 1.282vw 0;
}
#footer .wrap .column .leftC dl dd {
  width: 64.103vw;
  margin: 1.282vw 0;
}
#footer .wrap .column .rightC dl {
  display: flex;
  margin: 5.128vw 0 0 8.974vw;
}
#footer .wrap .column .rightC dl dt {
  font-size: 3.333vw;
  color: #fff;
  width: 20.513vw;
}
#footer .wrap .column .rightC dl dd ul.f-sns {
  display: flex;
  justify-content: space-between;
  width: 25.641vw;
}
#footer .wrap .column .rightC dl dd ul.f-sns li {
  width: 5.385vw;
  list-style: none;
}
#footer .wrap .column .rightC dl dd ul.f-sns li img {
  width: 100%;
}
#footer .wrap .column .rightC .copyright {
  font-size: 2.564vw;
  text-align: center;
  color: #fff;
  margin-top: 12.821vw;
}

/* ここまで */
body {
  position: relative;
}

main {
  min-width: auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 768px) {
  /***************************

    PC

  *****************************/
  /* Style adjustments for viewports that meet the condition */
  .sp-item {
    display: none;
  }
  .pc-item {
    display: block;
  }
  a {
    transition: 0.5s;
  }
  a:hover {
    opacity: 0.3;
  }
  body {
    min-width: 1200px;
    position: relative;
  }
  .wrapper {
    width: auto;
  }
  main {
    min-width: auto;
  }
  #header {
    background-image: url(../img/kv-bg.webp);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 0 0 0px 0;
  }
  #header .kv {
    position: relative;
    width: 100%;
    height: 620px;
  }
  #header .kv h1 {
    width: 350px;
    position: absolute;
    top: 65px;
    left: 65px;
    mix-blend-mode: multiply;
    z-index: 10;
  }
  #header .kv h1 img {
    width: 100%;
  }
  #header .kv .kv-lead {
    width: 350px;
    position: absolute;
    top: 255px;
    left: 65px;
    z-index: 10;
  }
  #header .kv .kv-lead img {
    width: 100%;
  }
  #header .kv .kv-lead .set h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 0.5em 0;
  }
  #header .kv .kv-lead .set h2 span {
    color: #2D69E0;
  }
  #header .kv .kv-lead .set p {
    font-size: 14px;
  }
  #header .kv .kv-lead .set p + p {
    margin: 1em 0 0 0;
  }
  #header .kv .kv-ph {
    position: absolute;
    top: 85px;
    right: 0px;
    width: 731px;
    z-index: 10;
  }
  #header .kv .kv-ph img {
    width: 100%;
  }
  #header .kv .sns {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    width: 110px;
  }
  #header .kv .sns li {
    list-style: none;
  }
  #header .kv .sns li a {
    display: block;
    width: 24px;
  }
  #header .kv .sns li a img {
    width: 100%;
  }
  #header .kv .texture01 {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 184px;
  }
  #header .kv .texture01 img {
    width: 100%;
  }
  #header .kv .texture02 {
    position: absolute;
    top: 486px;
    right: 0px;
    width: 272px;
    z-index: 20;
  }
  #header .kv img {
    width: 100%;
  }
  #header .intro {
    width: 1100px;
    height: 500px;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  #header .intro .column {
    position: relative;
    margin: 0 0 0 0;
  }
  #header .intro .column .ph {
    width: 600px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 50;
    margin: 0 0 0 0;
  }
  #header .intro .column .ph img {
    width: 100%;
  }
  #header .intro .column .text {
    position: absolute;
    top: 0;
    right: -55px;
    width: 600px;
    height: 690px;
    background-image: url(../img/intro-texture01.png);
    background-size: contain;
    background-position: 0 0;
  }
  #header .intro .column .text .set {
    position: relative;
    width: auto;
    padding: 120px 0 0 130px;
  }
  #header .intro .column .text .set h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
  }
  #header .intro .column .text .set h2 span {
    font-size: 36px;
  }
  #header .intro .column .text .set p {
    font-size: 18px;
    line-height: 1.8;
  }
  #header .intro .column .text .set p + p {
    margin-top: 2em;
  }
  #thoughts {
    background-image: url(../img/thoughts-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 140px 0;
  }
  #thoughts .wrap .headering {
    text-align: center;
    margin-bottom: 70px;
  }
  #thoughts .wrap .headering h2 {
    width: 600px;
    margin-bottom: 40px;
    letter-spacing: 3.6px;
  }
  #thoughts .wrap .lead {
    margin-bottom: 80px;
  }
  #thoughts .wrap .lead p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    text-shadow: 2px 2px 5px #3A5886, -2px 2px 5px #3A5886, 2px -2px 5px #3A5886, -2px -2px 5px #3A5886;
  }
  #thoughts .wrap .lead p strong {
    font-size: 24px;
  }
  #thoughts .wrap .lead p + p {
    margin-top: 30px;
  }
  #thoughts .wrap .column {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #thoughts .wrap .column .box {
    width: 320px;
  }
  #thoughts .wrap .column .box .ph {
    width: 320px;
    margin: 0 auto;
  }
  #thoughts .wrap .column .box .ph img {
    width: 100%;
  }
  #thoughts .wrap .column .box h3 {
    font-size: 42px;
    font-weight: 600;
    color: #CFAD74;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: 2px 2px 5px #3A5886, -2px 2px 5px #3A5886, 2px -2px 5px #3A5886, -2px -2px 5px #3A5886;
    margin-bottom: 5px;
  }
  #thoughts .wrap .column .box p {
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 2px 5px #3A5886, -2px 2px 5px #3A5886, 2px -2px 5px #3A5886, -2px -2px 5px #3A5886;
  }
  #thoughts .wrap .column .box + .box {
    margin-top: 0;
  }
  #point {
    background-image: url(../img/point-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 140px 0 0;
  }
  #point .headering h2 {
    width: 600px;
    margin: 0 auto 90px;
  }
  #point .headering h2 img {
    width: 100%;
  }
  #point .inner {
    padding-bottom: 115px;
  }
  #point .inner .column {
    position: relative;
    width: 1100px;
    height: 460px;
    margin: 0 auto;
  }
  #point .inner .column .ph {
    position: absolute;
    top: 30px;
    left: auto;
    z-index: 100;
    width: 600px;
  }
  #point .inner .column .text {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #point .inner .column .text .set {
    position: relative;
    width: 600px;
    height: 460px;
    background-image: url(../img/point-texture01.png);
    background-size: contain;
  }
  #point .inner .column .text .set h3 {
    writing-mode: vertical-rl;
    position: absolute;
    top: 64px;
    right: 120px;
    font-size: 30px;
    letter-spacing: 3px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px 20px;
  }
  #point .inner .column .text .set p {
    writing-mode: vertical-rl;
    position: absolute;
    top: 64px;
    right: 250px;
    font-size: 19px;
    line-height: 2;
  }
  #point .inner .column.two {
    margin-top: 85px;
  }
  #point .inner .column.two .ph {
    position: absolute;
    top: 30px;
    left: auto;
    right: 0;
    z-index: 100;
  }
  #point .inner .column.two .text {
    position: absolute;
    top: 0px;
    left: -50px;
    right: auto;
  }
  #point .inner .column.two .text .set {
    position: relative;
    width: 620px;
    height: 460px;
    background-image: url(../img/point-texture01.png);
    background-size: cover;
  }
  #point .inner .column.two .text .set h3 {
    writing-mode: vertical-rl;
    position: absolute;
    top: 90px;
    right: 95px;
    font-size: 30px;
    letter-spacing: 3px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px 20px;
  }
  #point .inner .column.two .text .set p {
    writing-mode: vertical-rl;
    position: absolute;
    top: 90px;
    right: 216px;
    font-size: 19px;
    line-height: 2;
    padding: 0 0 30px 0;
  }
  #point .inner .column.three {
    margin-top: 85px;
  }
  #point .inner .column.three .ph {
    position: absolute;
    top: 30px;
    left: auto;
    z-index: 100;
    width: 600px;
  }
  #point .inner .column.three .text {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #point .inner .column.three .text .set {
    position: relative;
    width: 600px;
    height: 460px;
    background-image: url(../img/point-texture01.png);
    background-size: contain;
  }
  #point .inner .column.three .text .set h3 {
    writing-mode: vertical-rl;
    position: absolute;
    top: 44px;
    right: 120px;
    font-size: 30px;
    letter-spacing: 3px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px 20px;
  }
  #point .inner .column.three .text .set p {
    writing-mode: vertical-rl;
    position: absolute;
    top: 44px;
    right: 250px;
    font-size: 19px;
    line-height: 2;
    padding: 0 0 20px 0;
  }
  .separator .slider {
    width: 100%;
  }
  .separator .slider img {
    width: 100%;
  }
  #attempt {
    background-image: url(../img/attempt-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 140px 0;
  }
  #attempt .wrap {
    width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    border: 2px solid #CEAF76;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #attempt .wrap .inner {
    padding: 60px 50px;
  }
  #attempt .wrap .inner .headering {
    text-align: center;
    margin-bottom: 70px;
  }
  #attempt .wrap .inner .headering h2 {
    font-size: 36px;
    margin-bottom: 40px;
    letter-spacing: 3.6px;
  }
  #attempt .wrap .inner .headering p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
  #attempt .wrap .inner .sec h3 {
    font-size: 24px;
    border-bottom: 1px solid #111;
    margin-bottom: 40px;
  }
  #attempt .wrap .inner .sec .text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #attempt .wrap .inner .sec .column {
    display: flex;
    justify-content: space-between;
  }
  #attempt .wrap .inner .sec .column .leftC {
    width: 480px;
    margin: 0;
  }
  #attempt .wrap .inner .sec .column .leftC img {
    width: 100%;
  }
  #attempt .wrap .inner .sec .column .rightC {
    width: 480px;
  }
  #attempt .wrap .inner .sec .column .rightC a.btn_ex {
    display: block;
    width: 340px;
  }
  #attempt .wrap .inner .sec .column .rightC img {
    width: 100%;
  }
  #attempt .wrap .inner .sec + .sec {
    margin-top: 40px;
  }
  #contact {
    background-image: url(../img/contact-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 90px 0;
  }
  #contact .lead {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #F5F5F5;
    line-height: 2;
    text-shadow: 2px 2px 5px #3A5886, -2px 2px 5px #3A5886, 2px -2px 5px #3A5886, -2px -2px 5px #3A5886;
    margin-bottom: 60px;
  }
  #contact a.btn-contact {
    width: 800px;
    margin: 0 auto;
    display: block;
  }
  #contact a.btn-contact img {
    width: 100%;
  }
  #footer {
    background-image: url(../img/footer-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 65px 0;
  }
  #footer .wrap .column {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #footer .wrap .column .leftC .flogo {
    width: 200px;
    margin: 0;
  }
  #footer .wrap .column .leftC .flogo img {
    width: 100%;
  }
  #footer .wrap .column .leftC dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;
    width: 570px;
    margin: 40px 0 0 0;
    line-height: 1.8;
  }
  #footer .wrap .column .leftC dl dt {
    width: 135px;
    margin: 5px 0;
  }
  #footer .wrap .column .leftC dl dd {
    width: 435px;
    margin: 5px 0;
  }
  #footer .wrap .column .rightC dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .wrap .column .rightC dl dt {
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    padding-top: 6px;
    width: auto;
  }
  #footer .wrap .column .rightC dl dd ul.f-sns {
    display: flex;
    justify-content: space-between;
    width: 100px;
  }
  #footer .wrap .column .rightC dl dd ul.f-sns li {
    width: 24px;
    list-style: none;
  }
  #footer .wrap .column .rightC dl dd ul.f-sns li img {
    width: 100%;
  }
  #footer .wrap .column .rightC .copyright {
    font-size: 14px;
    text-align: right;
    color: #fff;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  /***************************

    PC - vw

  *****************************/
  /* Style adjustments for viewports that meet the condition */
  #header {
    background-image: url(../img/kv-bg.webp);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 0 0 6.667vw 0;
  }
  #header .kv {
    position: relative;
    width: 100%;
    height: 51.667vw;
  }
  #header .kv h1 {
    width: 29.167vw;
    position: absolute;
    top: 5.417vw;
    left: 5.417vw;
    mix-blend-mode: multiply;
    z-index: 10;
  }
  #header .kv h1 img {
    width: 100%;
  }
  #header .kv h1 img {
    width: 100%;
  }
  #header .kv .kv-lead {
    width: 29.167vw;
    position: absolute;
    top: 21.25vw;
    left: 5.417vw;
    z-index: 10;
  }
  #header .kv .kv-lead img {
    width: 100%;
  }
  #header .kv .kv-lead .set h2 {
    font-size: 2.333vw;
    font-weight: 600;
    margin: 0 0 0.5em 0;
  }
  #header .kv .kv-lead .set h2 span {
    color: #2D69E0;
  }
  #header .kv .kv-lead .set p {
    font-size: 1.167vw;
  }
  #header .kv .kv-lead .set p + p {
    margin: 1em 0 0 0;
  }
  #header .kv .kv-ph {
    position: absolute;
    top: 7.083vw;
    right: 0vw;
    width: 60.917vw;
    z-index: 10;
  }
  #header .kv .kv-ph img {
    width: 100%;
  }
  #header .kv .sns {
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
    display: flex;
    justify-content: space-between;
    width: 9.167vw;
  }
  #header .kv .sns li {
    list-style: none;
  }
  #header .kv .sns li a {
    display: block;
    width: 2vw;
  }
  #header .kv .sns li a img {
    width: 100%;
  }
  #header .kv .texture01 {
    position: absolute;
    top: 10vw;
    left: 0vw;
    width: 15.333vw;
  }
  #header .kv .texture01 img {
    width: 100%;
  }
  #header .kv .texture02 {
    position: absolute;
    top: 40.5vw;
    right: 0vw;
    width: 22.667vw;
    z-index: 20;
  }
  #header .kv img {
    width: 100%;
  }
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}/*# sourceMappingURL=main.css.map */