@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* end reset */
html {
  font-size: 1px;
}

@media screen and (max-width: 1920px) and (min-width: 768.02px) {
  html {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1333333333vw;
  }
}
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", "Noto Sans JP", sans-serif;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

p {
  letter-spacing: 0.02em;
}

.l-container {
  position: relative;
}

img,
video {
  width: 100%;
  display: block;
}

a {
  display: block;
  text-decoration: none;
}

.trans {
  transition: opacity 0.2s ease-in-out;
}

.trans:hover {
  opacity: 0.7;
}

.flexcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper {
  padding: 0 30rem;
}

@media screen and (min-width: 768.02px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
header {
  background-color: #000;
}

header .header-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768.02px) {
  header {
    padding: 10rem 0;
  }
  header .header-wrapper {
    max-width: 1000rem;
    margin: 0 auto;
  }
  header .header-logo {
    width: 61rem;
    margin-right: 40rem;
  }
  header .header-link {
    width: 303rem;
  }
}
@media only screen and (max-width: 768px) {
  header {
    padding: 21rem 30rem;
  }
  header .header-logo {
    width: 81rem;
    margin-right: 40rem;
  }
  header .header-link {
    width: 389rem;
  }
}
main {
  margin: auto;
}

footer {
  background-color: #000;
}

.footer-wrapper {
  max-width: 880rem;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 471rem;
}

.footer-link {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-mark {
  width: 137rem;
}

.footer-sns {
  display: flex;
  align-items: center;
}

footer small {
  font-size: 20rem;
  color: #898989;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 40rem 30rem 25rem;
  }
  .footer-logo {
    width: 320rem;
  }
  .footer-link {
    font-size: 15rem;
    margin-top: 8rem;
    margin-bottom: 14rem;
  }
  .footer-sns > li {
    margin-right: 25rem;
    width: 40rem;
  }
  footer small {
    font-size: 13rem;
    margin-top: 20rem;
  }
  .footer-mark {
    width: 100rem;
  }
}
@media only screen and (max-width: 768.02px) {
  footer {
    padding: 46rem 30rem 140rem;
  }
  .footer-link {
    font-size: 24rem;
    margin: 10rem 0 18rem;
  }
  .footer-sns > li {
    margin-right: 30rem;
    width: 68rem;
  }
  .footer-mark {
    margin-bottom: 20rem;
  }
  footer small {
    margin-top: 32rem;
  }
}
.btn-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.btn-fixed.is-show {
  transform: translateY(0);
}

.btn-wrapper {
  background-color: #fff;
  display: flex;
  gap: 10rem;
  width: 750rem;
  margin: 0 auto;
  padding: 10rem 20rem;
}

.floating-btn {
  width: 50%;
  min-height: 88rem;
  font-size: 28rem;
  padding: 0 4%;
}

.floating-btn::after {
  right: 10rem;
}

@media screen and (min-width: 768.02px) {
  main {
    box-shadow: 19rem 35rem 50rem rgba(0, 0, 0, 0.17);
    max-width: 750rem;
  }
  .bg-fixed {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  .sidebar {
    position: fixed;
    top: 30%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .sidebar--left {
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100% - 748rem) / 2);
  }
  .sidebar .logo {
    width: 347rem;
    margin: 0 auto;
  }
  .sidebar a {
    max-width: 281rem;
  }
  .sidebar--right {
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 748rem) / 2);
  }
  .sidebar-btn {
    width: 281rem;
    min-height: 70rem;
    font-size: 22rem;
    margin-bottom: 19rem;
  }
}
.pswp__img {
  cursor: pointer !important;
}

main {
  background-color: #00d8ff;
}

body {
  position: relative;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

#fv {
  position: relative;
  z-index: 10;
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
#fv img + img {
  margin-top: 9rem;
}

#main {
  position: relative;
  z-index: 0;
  margin-top: -165rem;
  padding-top: 200rem;
  padding-bottom: 71rem;
}
#main:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-image: url(../img/bg_02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  content: "";
}
#main:after {
  position: absolute;
  top: 500rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/bg_03.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  content: "";
}
#main section {
  position: relative;
  z-index: 10;
}
#main a {
  transition: 0.3s;
}
#main a:hover {
  opacity: 0.8;
}

footer {
  position: relative;
  z-index: 10;
}

.container {
  width: 690rem;
  margin: 0 auto;
}

.box {
  position: relative;
  border-radius: 14rem;
  background-color: #fff;
}

#section_01 {
  margin-top: 20rem;
}
#section_01 .box {
  padding-bottom: 57rem;
  text-align: center;
}
#section_01 .box::after {
  position: absolute;
  top: 131rem;
  right: -11rem;
  background-image: url(../img/section_01_ttl_after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 171rem;
  height: 183rem;
  content: "";
}
#section_01 a {
  display: inline-block;
  margin: 47rem 0 66rem;
}
#section_01 a img {
  width: 610rem;
}
#section_01 .img04 {
  margin-top: 64rem;
}

#section_02 {
  margin-top: 80rem;
}
#section_02 .box {
  padding-bottom: 57rem;
  text-align: center;
}
#section_02 .box::before {
  position: absolute;
  top: 146rem;
  left: -29rem;
  background-image: url(../img/section_02_ttl_before.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 203rem;
  height: 207rem;
  content: "";
}
#section_02 .box::after {
  position: absolute;
  top: 87rem;
  right: -18rem;
  background-image: url(../img/section_02_ttl_after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 164rem;
  height: 216rem;
  content: "";
}
#section_02 a {
  display: inline-block;
  margin-top: 61rem;
}
#section_02 a img {
  width: 610rem;
}
#section_02 .img01 {
  margin-top: 92rem;
}
#section_02 .img02 {
  margin-top: 42rem;
}
#section_02 .img03 {
  margin-top: 51rem;
}

#section_03 {
  margin-top: 82rem;
}
#section_03 .box {
  padding-bottom: 51rem;
  text-align: center;
}
#section_03 .box::before {
  position: absolute;
  top: -45rem;
  left: -13rem;
  background-image: url(../img/section_03_ttl_before.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 124rem;
  height: 174rem;
  content: "";
}
#section_03 a {
  display: inline-block;
  margin-top: 65rem;
}
#section_03 a img {
  width: 610rem;
}
#section_03 .img01 {
  margin-top: 11rem;
}
#section_03 .img02 {
  margin-top: 56rem;
}
#section_03 .img03 {
  margin-top: 61rem;
}

#section_04 {
  margin-top: 79rem;
}
#section_04 .container {
  position: relative;
}
#section_04 .bnr_wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 69rem;
  left: 0;
}

#section_05 {
  position: relative;
  margin-top: 84rem;
}
#section_05 .bnr_wrapper {
  position: absolute;
  right: 0;
  bottom: 70rem;
  left: 0;
}
#section_05 .bnr_wrapper a {
  display: inline-block;
}
#section_05 .bnr_wrapper a img {
  width: 619rem;
}
#section_05 .bnr_wrapper .btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
#section_05 .bnr_wrapper .btn + .btn {
  margin-top: 40rem;
}

#top ul {
  display: flex;
  width: 708rem;
  margin: 0 auto;
}
#top li a {
  display: block;
  position: relative;
}
#top li a:after {
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  width: 45rem;
  height: 58rem;
  background-image: url(../img/icon_link_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  transition: 0.3s;
}
#top li a:hover:after {
  bottom: -7rem;
}
#top li:first-child {
  width: 220rem;
}
#top li:first-child a:after {
  left: 53%;
}
#top li:nth-child(2) {
  width: 237rem;
}
#top li:nth-child(2) a:after {
  left: 54%;
}
#top li:nth-child(3) {
  width: 251rem;
}
#top li:nth-child(3) a:after {
  left: 49%;
}

@media screen and (min-width: 768.02px) {
  .btn_wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .btn_wrapper {
    position: fixed;
    right: 0;
    bottom: -100rem;
    left: 0;
    padding-bottom: 7rem;
    z-index: 200;
    transition: bottom 0.3s;
  }
  .btn_wrapper ul {
    display: flex;
    justify-content: center;
    gap: 7rem;
  }
  .btn_wrapper li {
    width: 353rem;
  }
  .btn_wrapper li a {
    display: block;
  }
  .btn_wrapper.is-show {
    bottom: 0;
  }
}
.bnr_flex {
  display: flex;
  justify-content: center;
}
.bnr_flex a {
  display: block;
}
.bnr_flex a img {
  display: block;
  width: 100%;
}
.bnr_flex a:first-child {
  width: 216rem;
}
.bnr_flex a:nth-child(2) {
  width: 219rem;
}
.bnr_flex a:nth-child(3) {
  width: 220rem;
}