@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          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 */
/* ============================================ */
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0; }

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

/* Lists (enumeration) */
/* ============================================ */
ol,
ul {
  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 {
  -webkit-box-sizing: content-box;
          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] {
  text-decoration: underline;
  /* 2 */
  -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; }

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * 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] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 14px; }

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", sans-serif; }

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

.fade-in-up {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px); }

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.slider {
  position: relative;
  z-index: 1; }

.slider-item {
  width: 100%; }

.footer {
  margin-top: 120px; }
  @media screen and (max-width: 599px) {
    .footer {
      margin-top: 68px; } }
  .footer-copy {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 10px;
    text-align: center;
    letter-spacing: .1rem; }
    @media screen and (max-width: 599px) {
      .footer-copy {
        margin-top: 10px; } }
  .footer-btn {
    width: 38%;
    margin: auto;
    padding: 10px 0;
    font-family: sweet-sans-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .1rem;
    text-align: center;
    border: 1px solid black; }
    .footer-btn:hover {
      background: black;
      color: white; }
    @media screen and (max-width: 599px) {
      .footer-btn {
        width: 90%; } }
  .footer-btn2 {
    width: 38%;
    margin: 16px auto 0;
    padding: 10px 0;
    font-family: sweet-sans-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .1rem;
    text-align: center;
    border: 1px solid black; }
    .footer-btn2:hover {
      background: black;
      color: white; }
    @media screen and (max-width: 599px) {
      .footer-btn2 {
        width: 90%; } }
  .footer-logo {
    margin: 140px auto 0;
    width: 13%; }
    @media screen and (max-width: 599px) {
      .footer-logo {
        width: 50%;
        margin-top: 130px; } }
  .footer-img {
    width: 100%; }

.header {
  position: relative; }
  .header-bg {
    width: 100%; }
    @media screen and (max-width: 599px) {
      .header-bg {
        display: none; } }
  .header-bg2 {
    display: none; }
    @media screen and (max-width: 599px) {
      .header-bg2 {
        display: block; } }
  .header-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 599px) {
      .header-img {
        height: calc(var(--vh, 1vh) * 100); } }
  .header-title {
    width: 100%;
    text-align: center;
    font-size: 54px;
    color: white;
    font-family: sweet-sans-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    letter-spacing: .3rem; }
    @media screen and (max-width: 599px) {
      .header-title {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: .1rem; } }

/* .pcNone {
  display: none;
}
@media screen and (max-width: 599px) {
  .pcNone {
    display: block; 
  } } */
.word-break{
  word-break: break-all;
}
.catch {
  margin: 120px auto 0;
  /* width: 50%; */
  width: 80%;
  text-align: center;
  letter-spacing: .3rem;
  line-height: 34px;
  line-height: 1.5rem; }
  @media screen and (max-width: 599px) {
    .catch {
      text-align: left;
      margin-top: 100px;
      width: 90%;
      line-height: 29px;
      letter-spacing: .1rem; 
    } }
  .catch-text2 {
    margin-top: 21px; }
  .catch-text3 {
    margin-top: 50px; }
    @media screen and (max-width: 599px) {
      .catch-text3 {
        margin-top: 40px; } }
  @media screen and (max-width: 599px) {
    .catch-br {
      display: none; } }
  .catch-br2 {
    display: none; }
    @media screen and (max-width: 599px) {
      .catch-br2 {
        display: block; } }

.process {
  width: 50%;
  margin: 100px auto 0; }
  @media screen and (max-width: 599px) {
    .process {
      width: 90%;
      margin-top: 80px; } }
  .process-title {
    font-size: 36px;
    letter-spacing: .2rem;
    font-family: sweet-sans-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center; }
    @media screen and (max-width: 599px) {
      .process-title {
        font-size: 26px; } }
  .process__block {
    margin-top: 40px; }
    @media screen and (max-width: 599px) {
      .process__block {
        margin-top: 30px; } }
    .process__block-img {
      width: 100%; }
    .process__block-text {
      margin-top: 50px;
      letter-spacing: .12rem;
      line-height: 24px; }
      @media screen and (max-width: 599px) {
        .process__block-text {
          line-height: 20px; } }
  .process__block2 {
    margin-top: 50px; }
    .process__block2-imgText {
      width: 47%;
      margin: auto; }
      @media screen and (max-width: 599px) {
        .process__block2-imgText {
          width: 75%; } }
    .process__block2-text {
      font-size: 12px;
      text-align: center; }
  .process__block3 {
    margin-top: 80px; }
    .process__block3-text {
      margin-top: 50px;
      line-height: 24px;
      letter-spacing: .12rem; }
      @media screen and (max-width: 599px) {
        .process__block3-text {
          line-height: 20px; } }
  .process__block4 {
    margin-top: 80px; }
  .process__box2 {
    margin-top: 50px;
    line-height: 24px;
    letter-spacing: .1rem; }
    @media screen and (max-width: 599px) {
      .process__box2 {
        line-height: 21px; } }
    .process__box2-text2 {
      margin-top: 35px; }
      @media screen and (max-width: 599px) {
        .process__box2-text2 {
          margin-top: 21px; } }
    .process__box2-text3 {
      margin-top: 35px; }
      @media screen and (max-width: 599px) {
        .process__box2-text3 {
          margin-top: 21px; } }
    .process__box2-text4 {
      margin-top: 24px; }
      @media screen and (max-width: 599px) {
        .process__box2-text4 {
          margin-top: 21px; } }
  .process__block5 {
    margin-top: 80px; }
    .process__block5-text {
      margin-top: 10px;
      font-size: 12px;
      letter-spacing: .07rem; }
      @media screen and (max-width: 599px) {
        .process__block5-text {
          line-height: 15px; } }
    .process__block5-text2 {
      margin-top: 50px;
      line-height: 24px;
      letter-spacing: .1rem; }
      @media screen and (max-width: 599px) {
        .process__block5-text2 {
          line-height: 20px; } }
  .process__box3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .process__box3-imgText {
      width: 48%; }
  .process__block6 {
    margin-top: 80px; }
    @media screen and (max-width: 599px) {
      .process__block6 {
        margin-top: 50px; } }
    .process__block6-text {
      margin-top: 50px;
      line-height: 24px;
      letter-spacing: .13rem; }
      @media screen and (max-width: 599px) {
        .process__block6-text {
          line-height: 20px; } }
  .process__block7 {
    margin-top: 80px; }
    .process__block7-text {
      margin-top: 50px;
      line-height: 24px;
      letter-spacing: .1rem; }
      @media screen and (max-width: 599px) {
        .process__block7-text {
          line-height: 20px; } }
    .process__block7-text2 {
      margin-top: 30px;
      line-height: 24px;
      letter-spacing: .15rem; }
      @media screen and (max-width: 599px) {
        .process__block7-text2 {
          margin-top: 25px;
          line-height: 20px; } }
  .process__box5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .process__inner {
    width: 48%; }
    .process__inner-text {
      margin-top: 10px;
      font-size: 12px;
      letter-spacing: .1rem; }

.series {
  width: 50%;
  margin: 120px auto 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 100px 0 120px; }
  @media screen and (max-width: 599px) {
    .series {
      width: 90%;
      margin-top: 100px;
      padding: 80px 0 100px; } }
  .series-title {
    font-size: 36px;
    text-align: center;
    font-family: sweet-sans-pro,sans-serif;
    font-weight: 600;
    font-style: normal; }
    @media screen and (max-width: 599px) {
      .series-title {
        font-size: 26px; } }
  .series__block {
    margin: 40px auto 0;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 599px) {
      .series__block {
        margin-top: 30px; } }
  .series__box {
    width: 48%; }
    .series__box:hover .series__box-img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .series__box-imgText {
      overflow: hidden; }
    .series__box-img {
      width: 100%;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    .series__box-text {
      margin-top: 10px;
      text-align: center;
      font-family: sweet-sans-pro,sans-serif;
      font-weight: 600;
      font-style: normal; }
      .series__box-text span {
        border-bottom: 1px solid black; }
  .series-text {
    margin-top: 45px;
    line-height: 24px;
    letter-spacing: .1rem; }
    @media screen and (max-width: 599px) {
      .series-text {
        margin-top: 50px;
        line-height: 20px; } }
    .series-text a {
      border-bottom: 1px solid black; }
  .series-text2 {
    margin-top: 24px;
    line-height: 24px;
    letter-spacing: .1rem; }
    @media screen and (max-width: 599px) {
      .series-text2 {
        margin-top: 21px;
        line-height: 20px; } }
