/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  background: #fff; }

body {
  color: #000;
  font-size: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4em; } }

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

::selection {
  color: #fff; }

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

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

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
    a:hover img {
      opacity: 0.8; }

@media screen and (min-width: 769px) {
  a:hover, a img {
    transition: .2s linear; } }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #fff; }

.l-section {
  position: relative; }

.l-inner {
  position: relative;
  width: 95%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-inner {
      width: 100%; } }

.l-flex {
  display: flex;
  flex-wrap: wrap; }
  .l-flex-aligncenter {
    align-items: center; }
  .l-flex-justcenter {
    justify-content: center; }
  .l-flex-justbetween {
    justify-content: space-between; }

/* ==========================================================================
  Animation
  ========================================================================== */
.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out; }

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 0); } }

.anim-fadein {
  opacity: 0; }

.anim-fadein.is-show {
  animation: fadeIn 0.8s 0.2s both ease-out; }

@keyframes fadeIn {
  0% {
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

.anim-slidein-l {
  opacity: 0; }

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out; }

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

.anim-slidein-r {
  opacity: 0; }

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out; }

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

/* ==========================================================================
  Top Page
  ========================================================================== */
.l-inner {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  border-style: solid;
  -moz-border-image: url(../images/frame.png) 25/1/0 round;
  -webkit-border-image: url(../images/frame.png) 25/1/0 round;
  -ms-border-image: url(../images/frame.png) 25/1/0 round;
  border-image: url(../images/frame.png) 25/1/0 round;
  border-width: 25px;
  box-sizing: border-box; }

.btn-wrap {
  padding: 2.5% 0 5%;
  text-align: center; }
  .btn-wrap a {
    display: block;
    margin: 0 auto;
    width: 70%;
    max-width: 450px; }

.l-section-mv {
  background: #9bccce; }
  .l-section-mv h1 {
    width: 100%; }
    .l-section-mv h1 img {
      width: 100%;
      height: auto; }

.l-section-anchor {
  padding: 5% 0 5%;
  background: #9bccce; }
  .l-section-anchor h2 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 5%; }
  .l-section-anchor nav {
    width: 100%;
    max-width: 720px;
    margin: 0 auto; }
    .l-section-anchor nav ul {
      position: relative;
      width: 100%;
      padding: 0 2.5%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .l-section-anchor nav ul li {
        position: relative;
        width: 50%;
        padding: 0 2.5%;
        margin-bottom: 5%; }
        .l-section-anchor nav ul li a {
          display: block; }
        .l-section-anchor nav ul li img {
          width: 100%;
          height: auto; }
        .l-section-anchor nav ul li::after {
          content: '';
          display: block;
          position: absolute;
          top: -10px; }
        .l-section-anchor nav ul li.anc-01::after {
          left: -10px;
          width: 58.66667px;
          height: 70px;
          background: url(../images/anc-01-deco.png) no-repeat;
          background-size: 100% auto; }
        .l-section-anchor nav ul li.anc-02::after {
          right: -10px;
          width: 62.66667px;
          height: 90px;
          background: url(../images/anc-02-deco.png) no-repeat;
          background-size: 100% auto; }
        .l-section-anchor nav ul li.anc-03::after {
          left: -10px;
          width: 76.66667px;
          height: 54px;
          background: url(../images/anc-03-deco.png) no-repeat;
          background-size: 100% auto; }
        .l-section-anchor nav ul li.anc-04::after {
          right: -10px;
          width: 69.33333px;
          height: 64px;
          background: url(../images/anc-04-deco.png) no-repeat;
          background-size: 100% auto; }

.l-section-pd {
  position: relative;
  padding: 15% 2.5% 10%; }
  .l-section-pd::before,
  .l-section-pd::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2; }
  .l-section-pd h3 {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: -15% auto 7.5%; }
    .l-section-pd h3 img {
      width: 100%;
      height: auto; }
    .l-section-pd h3::after {
      content: '';
      display: block;
      position: absolute; }
  .l-section-pd .img-main {
    width: 95%;
    margin: 0 auto 7.5%; }
  .l-section-pd .txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 5%;
    color: #79401d; }
  .l-section-pd .img-sub {
    overflow: hidden;
    border-radius: 10px; }
    .l-section-pd .img-sub img {
      display: block;
      width: 100%;
      height: auto; }

.l-section-pd-01 {
  background: url(../images/bg-arch-blue.png) center top no-repeat #fffce4;
  background-size: 100% auto; }
  .l-section-pd-01::before,
  .l-section-pd-01::after {
    width: 51.33333px;
    height: 74px;
    background: url(../images/pd-01-deco.png) no-repeat;
    background-size: 100% auto; }
  .l-section-pd-01::before {
    top: 50%;
    bottom: 50%;
    right: -5%;
    transform: scale(-1, 1); }
  .l-section-pd-01::after {
    bottom: 2.5%;
    left: -5%; }
  .l-section-pd-01 h3::after {
    width: 51.33333px;
    height: 74px;
    top: -5%;
    left: -7.5%;
    background: url(../images/pd-01-deco.png) no-repeat;
    background-size: 100% auto; }

.l-section-pd-02 {
  background: #fff; }
  .l-section-pd-02::before,
  .l-section-pd-02::after {
    width: 62.66667px;
    height: 90px;
    background: url(../images/pd-02-deco.png) no-repeat;
    background-size: 100% auto; }
  .l-section-pd-02::before {
    top: 40%;
    bottom: 60%;
    right: -2.5%;
    transform: scale(-1, 1); }
  .l-section-pd-02::after {
    bottom: 2.5%;
    left: 0; }
  .l-section-pd-02 h3::after {
    width: 62.66667px;
    height: 90px;
    top: -7.5%;
    left: -10%;
    background: url(../images/pd-02-deco.png) no-repeat;
    background-size: 100% auto; }

.l-section-pd-03 {
  background: #fffce4; }
  .l-section-pd-03::before,
  .l-section-pd-03::after {
    width: 76.66667px;
    height: 54px;
    background: url(../images/pd-03-deco.png) no-repeat;
    background-size: 100% auto; }
  .l-section-pd-03::before {
    top: 60%;
    bottom: 40%;
    right: 0;
    transform: scale(-1, 1); }
  .l-section-pd-03::after {
    bottom: 2.5%;
    left: 0; }
  .l-section-pd-03 h3::after {
    width: 76.66667px;
    height: 54px;
    top: -5%;
    left: -7.5%;
    background: url(../images/pd-03-deco.png) no-repeat;
    background-size: 100% auto; }

.l-section-pd-04 {
  background: #fff; }
  .l-section-pd-04::before,
  .l-section-pd-04::after {
    width: 69.33333px;
    height: 64px;
    background: url(../images/pd-04-deco.png) no-repeat;
    background-size: 100% auto; }
  .l-section-pd-04::before {
    top: 40%;
    bottom: 60%;
    right: 0;
    transform: scale(-1, 1); }
  .l-section-pd-04::after {
    bottom: 0;
    left: -2.5%; }
  .l-section-pd-04 h3::after {
    width: 69.33333px;
    height: 64px;
    top: -7.5%;
    left: -7.5%;
    background: url(../images/pd-04-deco.png) no-repeat;
    background-size: 100% auto; }
  .l-section-pd-04 .img-main {
    width: 50%; }

.l-section-step {
  background: url(../images/bg-arch-white.png) center top no-repeat #9bccce;
  background-size: 100% auto;
  padding: 5% 2.5% 10%; }
  .l-section-step h2 {
    margin-bottom: 10px; }
  .l-section-step .l-inner {
    border: none !important; }
  .l-section-step .flow {
    padding: 0 7.5% 10%; }
    .l-section-step .flow > div {
      position: relative;
      margin-bottom: 30px; }
      .l-section-step .flow > div:last-child {
        margin-bottom: 0; }
      .l-section-step .flow > div::before,
      .l-section-step .flow > div::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 2; }
      .l-section-step .flow > div:nth-child(1)::after {
        width: 75.33333px;
        height: 110px;
        bottom: -5%;
        left: -12.5%;
        background: url(../images/step-01-deco.png) no-repeat;
        background-size: 100% auto; }
      .l-section-step .flow > div:nth-child(2)::after {
        width: 85.33333px;
        height: 83.33333px;
        bottom: -5%;
        right: -10%;
        background: url(../images/step-02-deco.png) no-repeat;
        background-size: 100% auto; }
      .l-section-step .flow > div:nth-child(3)::after {
        width: 75.33333px;
        height: 110px;
        bottom: -20%;
        left: -10%;
        background: url(../images/step-03-deco.png) no-repeat;
        background-size: 100% auto; }
