@charset "UTF-8";
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: #ccc 1px solid;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 23.4375em) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-inline {
    display: inline !important;
  }

  .u-d-sm-inline-block {
    display: inline-block !important;
  }

  .u-d-sm-block {
    display: block !important;
  }

  .u-d-sm-table {
    display: table !important;
  }

  .u-d-sm-table-row {
    display: table-row !important;
  }

  .u-d-sm-table-cell {
    display: table-cell !important;
  }

  .u-d-sm-flex {
    display: flex !important;
  }

  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 48em) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-inline {
    display: inline !important;
  }

  .u-d-md-inline-block {
    display: inline-block !important;
  }

  .u-d-md-block {
    display: block !important;
  }

  .u-d-md-table {
    display: table !important;
  }

  .u-d-md-table-row {
    display: table-row !important;
  }

  .u-d-md-table-cell {
    display: table-cell !important;
  }

  .u-d-md-flex {
    display: flex !important;
  }

  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 80em) {
  .u-d-lg-none {
    display: none !important;
  }

  .u-d-lg-inline {
    display: inline !important;
  }

  .u-d-lg-inline-block {
    display: inline-block !important;
  }

  .u-d-lg-block {
    display: block !important;
  }

  .u-d-lg-table {
    display: table !important;
  }

  .u-d-lg-table-row {
    display: table-row !important;
  }

  .u-d-lg-table-cell {
    display: table-cell !important;
  }

  .u-d-lg-flex {
    display: flex !important;
  }

  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

* {
  padding: 0;
  margin: 0;
}

html {
  min-width: 375px;
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #111;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

table {
  border-collapse: collapse;
}

[data-whatinput=mouse] :focus {
  outline: none;
}

.l-main {
  transition: all 2s;
  transition-delay: 2s;
}
@media (min-width: 48em) {
  .l-main {
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-main.is-active {
  background-color: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}

.l-main__img {
  filter: blur(10px);
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1), filter 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-main__img img {
  width: 100%;
  height: auto;
}
.l-main__img.is-active {
  filter: blur(0);
  opacity: 1;
}

.l-main__img--mv {
  filter: blur(50px);
  opacity: 0;
  transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.l-main.is-active .l-main__img--mv {
  filter: blur(0);
  opacity: 1;
}

.l-main__img--cv {
  position: relative;
}

.l-main__cv {
  
}
@media (min-width: 48em) {
  .l-main__cv {
    
  }
}

.l-main__cv-inner {
  position: relative;
}
.l-main__cv-inner .btn01,
.l-main__cv-inner .btn02 {
  position: absolute;
  /*border-radius: 3.2vw;
   box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.3); */
}
/* @media (min-width: 48em) {
  .l-main__cv-inner .btn01,
  .l-main__cv-inner .btn02 {
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
} */
.l-main__cv-inner .btn01 {
  bottom: 6vw;
  left: 50%;
  width: 96vw;
  transform: translateX(-50%) scale(1);
  animation: scaling 0.85s ease infinite alternate;
}
@media (min-width: 48em) {
  .l-main__cv-inner .btn01 {
    bottom: 34px;
    width: 460px;
  }
}
.l-main__cv-inner .btn02 {
  right: 4vw;
  bottom: 4.5333vw;
  width: 42.6667vw;
}
@media (min-width: 48em) {
  .l-main__cv-inner .btn02 {
    right: 20px;
    bottom: 23px;
    width: 213px;
  }
}

.l-main__footer {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s;
}

.footer {
  padding: 63px 0 20px;
  background-color: #005ba2;
}
@media (min-width: 48em) {
  .footer {
    padding: 85px 0 23px;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 61.0667vw;
}
@media (min-width: 48em) {
  .footer__logo img {
    width: 307px;
  }
}
.footer__instagram {
  margin-top: 54px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 48em) {
  .footer__instagram {
    margin-top: 71px;
    margin-right: 13px;
  }
}
.footer__instagram img {
  width: 86.6667vw;
}
@media (min-width: 48em) {
  .footer__instagram img {
    width: 434px;
  }
}
.footer__inner {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #90a8c9;
}
@media (min-width: 48em) {
  .footer__inner {
    padding-top: 41px;
    margin-top: 54px;
  }
}
.footer__links {
  display: flex;
  justify-content: center;
  margin-right: -10px;
}
@media (min-width: 48em) {
  .footer__links {
    margin-right: -15px;
  }
}
.footer__link {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .footer__link {
    font-size: 16px;
  }
}
@media (min-width: 48em) {
  .footer__link:hover {
    text-decoration: underline;
  }
}
.footer__link + .footer__link {
  position: relative;
  padding-left: 17px;
  margin-left: 31px;
}
@media (min-width: 48em) {
  .footer__link + .footer__link {
    padding-left: 23px;
    margin-left: 41px;
  }
}
.footer__link + .footer__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #fff;
}
@media (min-width: 48em) {
  .footer__link + .footer__link::before {
    height: 24px;
  }
}
.footer__copyright {
  margin-top: 14px;
  text-align: center;
}
@media (min-width: 48em) {
  .footer__copyright {
    margin-top: 26px;
  }
}
.footer__copyright small {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .footer__copyright small {
    font-size: 12px;
  }
}
.footer.is-active {
  opacity: 1;
}

.l-main__cta {
  position: fixed;
  bottom: -100%;
  left: 50%;
  z-index: 5;
  width: 100%;
  transition: bottom 0.5s;
  transform: translateX(-50%);
}
@media (min-width: 48em) {
  .l-main__cta {
    width: auto;
  }
}
.l-main__cta img {
  width: 100%;
}
@media (min-width: 48em) {
  .l-main__cta img {
    width: 430px;
  }
}
.l-main__cta.is-fixed {
  bottom: 0;
}
.l-main__cta.is-hide {
  bottom: -100%;
}

@keyframes scaling {
  from {
    transform: translateX(-50%) scale(0.9);
  }
  to {
    transform: translateX(-50%) scale(1);
  }
}
@media (min-width: 48em) {
  .l-page {
    position: relative;
  }
}
@media (min-width: 48em) {
  .l-page::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/bg_img.png");
    background-position: center;
    background-size: cover;
  }
}

