@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://use.typekit.net/qdr5ceo.css");
*,
::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: 2; /* 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] {
  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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]: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;
}

:root {
  /* 大型見出し・タイトル用 */
  --f120: clamp(3.75rem, 9.375vw, 7.5rem); /* 1280px以上は120px、640px以下は60px */
  --f116: clamp(3.625rem, 9.0625vw, 7.25rem); /* 1280px以上は116px、640px以下は58px */
  --f112: clamp(3.5rem, 8.75vw, 7rem); /* 1280px以上は112px、640px以下は56px */
  --f108: clamp(3.375rem, 8.4375vw, 6.75rem); /* 1280px以上は108px、640px以下は54px */
  --f104: clamp(3.25rem, 8.125vw, 6.5rem); /* 1280px以上は104px、640px以下は52px */
  --f100: clamp(3.125rem, 7.8125vw, 6.25rem); /* 1280px以上は100px、640px以下は50px */
  --f96: clamp(3rem, 7.5vw, 6rem); /* 1280px以上は96px、640px以下は48px */
  --f92: clamp(2.875rem, 7.1875vw, 5.75rem); /* 1280px以上は92px、640px以下は46px */
  --f90: clamp(2.8125rem, 7.0312vw, 5.625rem); /* 1280px以上は90px、640px以下は45px */
  --f88: clamp(2.75rem, 6.875vw, 5.5rem); /* 1280px以上は88px、640px以下は44px */
  --f84: clamp(2.625rem, 6.5625vw, 5.25rem); /* 1280px以上は84px、640px以下は42px */
  --f80: clamp(2.5rem, 6.25vw, 5rem); /* 1280px以上は80px、640px以下は40px */
  --f76: clamp(2.375rem, 5.9375vw, 4.75rem); /* 1280px以上は76px、640px以下は38px */
  --f72: clamp(2.25rem, 5.625vw, 4.5rem); /* 1280px以上は72px、640px以下は36px */
  --f68: clamp(2.125rem, 5.3125vw, 4.25rem); /* 1280px以上は68px、640px以下は34px */
  --f64: clamp(2rem, 5vw, 4rem); /* 1280px以上は64px、640px以下は32px */
  /* 中見出し・セクションタイトル用 */
  --f60: clamp(1.875rem, 4.6875vw, 3.75rem); /* 1280px以上は60px、640px以下は30px */
  --f56: clamp(1.75rem, 4.375vw, 3.5rem); /* 1280px以上は56px、640px以下は28px */
  --f52: clamp(1.625rem, 4.0625vw, 3.25rem); /* 1280px以上は52px、640px以下は26px */
  --f48: clamp(1.5rem, 3.75vw, 3rem); /* 1280px以上は48px、640px以下は24px */
  --f44: clamp(1.375rem, 3.4375vw, 2.75rem); /* 1280px以上は44px、640px以下は22px */
  --f40: clamp(1.25rem, 3.125vw, 2.5rem); /* 1280px以上は40px、640px以下は20px */
  --f36: clamp(1.125rem, 2.8125vw, 2.25rem); /* 1280px以上は36px、640px以下は18px */
  --f32: clamp(1rem, 2.5vw, 2rem); /* 1280px以上は32px、640px以下は16px */
  /* 小見出し・本文・注釈用 */
  --f28: clamp(0.875rem, 2.1875vw, 1.75rem); /* 1280px以上は28px、640px以下は14px */
  --f24: clamp(0.875rem, 1.875vw, 1.5rem); /* 1280px以上は24px、640px以下は12px */
  --f20: clamp(0.85rem, 1.5625vw, 1.25rem); /* 1280px以上は20px、640px以下は10px */
  --f18: clamp(0.8rem, 1.4062vw, 1.125rem); /* 1280px以上は18px、640px以下は9px */
  --f16: clamp(0.75rem, 1.25vw, 1rem); /* 1280px以上は16px、640px以下は8px */
  --f14: clamp(0.625rem, 1.0938vw, 0.875rem); /* 1280px以上は14px、640px以下は7px */
  --f12: clamp(0.375rem, 0.9375vw, 0.75rem); /* 1280px以上は12px、640px以下は6px */
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: scale(1.5);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
}
.is-fade {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes header {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-header {
  opacity: 0;
  animation-name: header;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes border {
  0% {
    background: #000000;
    transform: translateX(0%);
  }
  100% {
    background: #000000;
    transform: translateX(101%);
  }
}
.catch-animation {
  stroke-dasharray: 1715;
  stroke-dashoffset: 1715;
  animation: draw 3s ease-in-out infinite alternate;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 1715; /* 線が全く表示されていない状態 */
  }
  100% {
    stroke-dashoffset: 0; /* 線が完全に描かれた状態 */
  }
}
/* reset elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

p, hr, blockquote, address, noscript {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: normal;
  border: none;
}

li {
  list-style-type: none;
}

table, img {
  border: none;
}

em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: normal;
}

hr {
  display: none;
  clear: both;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body:after {
  content: "";
  display: block;
  clear: both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #444c55;
}

* html body {
  overflow: hidden;
}

img {
  max-width: 100%;
  border: none;
}

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

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

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.__wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .__wrap {
    width: 96%;
  }
}

.__head {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f32);
  margin-bottom: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.4rem;
}
.__head-en {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f16);
}

.__lead {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f20);
  margin-bottom: 1rem;
}

.__att {
  color: #ff0000;
  font-size: var(--f14);
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
}
.header__toggle {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  z-index: 3;
}
@media (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #000000;
}
.header__toggle span:nth-of-type(1) {
  top: 0;
}
.header__toggle span:nth-of-type(2) {
  top: 48%;
}
.header__toggle span:nth-of-type(3) {
  top: 100%;
}
.header__toggle--close span:nth-of-type(1) {
  transform: translate(0%, 0%) rotate(45deg);
}
.header__toggle--close span:nth-of-type(2) {
  transform: translate(0%, 0%) rotate(-45deg);
  top: 0;
}
.header__toggle--close span:nth-of-type(3) {
  display: none;
}
.header__logo {
  position: relative;
  z-index: 3;
  width: 60vw;
}
@media (min-width: 768px) {
  .header__logo {
    width: auto;
  }
}
.header__logo a {
  font-size: var(--f80);
  color: #000000;
  font-family: "shabby-chic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.header__logo a:hover {
  text-decoration: none;
  color: #3a3a3a;
}
.header__logo a span {
  display: block;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f16);
}
.header__nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 2;
  top: 0;
  left: 0;
  padding-top: 15vh;
  padding-left: 5vw;
}
@media (min-width: 768px) {
  .header__nav {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background: none;
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .header__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
}
.header__nav ul li {
  margin-left: 2.4rem;
}
.header__nav ul li a {
  font-size: var(--f14);
  color: #000000;
}
.header__nav ul li a:hover {
  color: #3a3a3a;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer {
  background: #444c55;
  padding: 3rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
}
.footer__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.footer__logo a {
  width: 60vw;
}
@media (min-width: 768px) {
  .footer__logo a {
    width: auto;
  }
}
.footer__logo a {
  margin-right: 1rem;
}
.footer__logo a:hover {
  text-decoration: none;
  color: #3a3a3a;
}
.footer__logo a span {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f16);
  color: #ffffff;
  display: block;
}
.footer__logo address {
  font-size: var(--f14);
  color: #ffffff;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__nav ul {
    justify-content: right;
  }
}
.footer__nav ul li {
  margin-left: 0rem;
}
@media (min-width: 768px) {
  .footer__nav ul li {
    margin-left: 2.4rem;
  }
}
.footer__nav ul li a {
  font-size: var(--f14);
  color: #ffffff;
}
.footer__nav ul li a:hover {
  color: #3a3a3a;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
main
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main {
  width: 100%;
  height: 100vh;
  position: relative;
}
.main__txt {
  position: absolute;
  left: 3vw;
  bottom: 5vh;
  z-index: 2;
}
.main__head {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f56);
}
.main__lead {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f24);
}
.main__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.main__img {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.main__img--img01 {
  background-image: url(../images/p_main01_sp.jpg);
}
@media (min-width: 768px) {
  .main__img--img01 {
    background-image: url(../images/p_main01.jpg);
  }
}
.main__img--img02 {
  background-image: url(../images/p_main02_sp.jpg);
}
@media (min-width: 768px) {
  .main__img--img02 {
    background-image: url(../images/p_main02.jpg);
  }
}
.main__img--img03 {
  background-image: url(../images/p_main03_sp.jpg);
}
@media (min-width: 768px) {
  .main__img--img03 {
    background-image: url(../images/p_main03.jpg);
  }
}
.main__img--img04 {
  background-image: url(../images/p_main04_sp.jpg);
}
@media (min-width: 768px) {
  .main__img--img04 {
    background-image: url(../images/p_main04.jpg);
  }
}
.main__img--img05 {
  background-image: url(../images/p_main05_sp.jpg);
}
@media (min-width: 768px) {
  .main__img--img05 {
    background-image: url(../images/p_main05.jpg);
  }
}
.main__img--img06 {
  background-image: url(../images/p_main06_sp.jpg);
}
@media (min-width: 768px) {
  .main__img--img06 {
    background-image: url(../images/p_main06.jpg);
  }
}
.main__img--img07 {
  background-image: url(../images/p_main07_sp.jpg);
}
@media (min-width: 768px) {
  .main__img--img07 {
    background-image: url(../images/p_main07.jpg);
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
concept
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.concept {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .concept {
    padding: 10rem 0;
  }
}
.concept .__wrap {
  max-width: 1000px;
}
.concept__head {
  margin-bottom: 2rem;
}
.concept__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .concept__box::after {
    content: "";
    position: absolute;
    background: url(../images/concept_ill.png) no-repeat center center;
    right: -10%;
    top: 40%;
    height: 300px;
    width: 200px;
  }
}
.concept__img {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .concept__img {
    width: 40%;
    margin-bottom: 0;
  }
}
.concept__img img {
  width: 100%;
}
.concept__txt {
  width: 100%;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f18);
}
@media (min-width: 768px) {
  .concept__txt {
    width: 55%;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
catch
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.catch {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .catch {
    padding: 10rem 0;
  }
}
.catch .__wrap {
  max-width: 1000px;
}
.catch {
  background: #f6f6f6;
}
.catch__head {
  margin-bottom: 2rem;
}
.catch__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .catch__box {
    margin-bottom: 10rem;
  }
}
.catch__txt {
  width: 60%;
}
@media (min-width: 768px) {
  .catch__txt {
    width: 55%;
  }
}
.catch__list li {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f20);
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .catch__list li {
    margin-bottom: 1.5rem;
  }
}
.catch__lead {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f28);
  position: relative;
  display: inline-block;
  z-index: 2;
}
.catch__lead::before {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  width: 100%;
  height: 8px;
  background: #52645a;
  z-index: -1;
}
@media (min-width: 768px) {
  .catch__lead::before {
    bottom: 1rem;
  }
}
.catch__img {
  width: 300px;
  height: 300px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
column
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.column {
  padding: 2rem;
  background: #ffffff;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .column {
    padding: 5rem;
    width: 100%;
  }
}
.column .__head {
  letter-spacing: 0.6rem;
}
.column__box {
  position: relative;
}
@media (min-width: 768px) {
  .column__box::after {
    content: "";
    position: absolute;
    background: url(../images/column_ill.png) no-repeat center center;
    right: 35%;
    bottom: -10%;
    height: 300px;
    width: 200px;
  }
}
.column__txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f18);
  line-height: 2.4;
}
.column__img {
  width: 35%;
  position: absolute;
  right: 5vw;
  bottom: 5vh;
}
@media (min-width: 768px) {
  .column__img {
    right: -5rem;
    top: 5rem;
    bottom: 0;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
feature
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.feature {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .feature {
    padding: 10rem 0;
  }
}
.feature__head {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .feature__head {
    position: relative;
  }
  .feature__head::after {
    content: "";
    position: absolute;
    background: url(../images/feature_ill.png) no-repeat center center;
    right: 3%;
    bottom: -20%;
    height: 130px;
    width: 330px;
  }
}
@media (min-width: 768px) {
  .feature__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.feature__list {
  width: 100%;
  padding: 0.5rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .feature__list {
    width: 50%;
    padding: 4rem;
    margin-bottom: 0;
  }
  .feature__list:nth-of-type(1)::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #edece6;
    bottom: 0;
  }
  .feature__list:nth-of-type(1)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background: #edece6;
    top: 0;
    right: -2rem;
  }
  .feature__list:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #edece6;
    bottom: 0;
  }
  .feature__list:nth-of-type(3)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background: #edece6;
    bottom: 0;
    right: -2rem;
  }
}
.feature__lead {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f28);
  font-feature-settings: "palt";
  line-height: 1.8;
  margin-bottom: 1.5rem;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  position: relative;
  padding: 1rem;
}
@media (min-width: 768px) {
  .feature__lead {
    margin-bottom: 3rem;
    padding: 1rem 2rem;
  }
}
.feature__lead::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  top: -1px;
  left: 5%;
  background: #f6f6f6;
}
.feature__lead::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  bottom: -1px;
  left: 5%;
  background: #f6f6f6;
}
.feature__lead span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f18);
  display: block;
}
.feature__txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f18);
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
step
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.step {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .step {
    padding: 10rem 0;
  }
}
.step {
  background: #f6f6f6;
}
.step .__wrap {
  max-width: 1300px;
}
.step__head {
  margin-bottom: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .step__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.step__list {
  width: 100%;
  background: #ffffff;
  padding: 40px 2rem 2rem 2rem;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .step__list {
    width: 23%;
    margin-bottom: 0;
    padding: 60px 2rem 2rem 2rem;
  }
}
.step__num {
  background: #edece6;
  padding: 1rem;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #52645a;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f14);
  line-height: 1.3;
  position: absolute;
  top: calc(0% - 30px);
  left: calc(50% - 30px);
}
@media (min-width: 768px) {
  .step__num {
    width: 85px;
    height: 85px;
    top: calc(0% - 42.5px);
    left: calc(50% - 42.5px);
  }
}
.step__num span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f24);
  color: #52645a;
  display: block;
}
.step__title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f20);
  color: #52645a;
  text-align: center;
  margin-bottom: 1rem;
}
.step__txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f16);
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
gallery
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.gallery {
  position: relative;
}
.gallery__head {
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f100);
  line-height: 0;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
voice
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.voice {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .voice {
    padding: 10rem 0;
  }
}
.voice__head {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .voice__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.voice__list {
  width: 100%;
  background: #f6f6f6;
  padding: 2rem;
  position: relative;
  border-radius: 20px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .voice__list {
    width: 45%;
    padding: 3rem;
  }
}
.voice__list::before {
  content: "“";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f120);
  color: #edece6;
  line-height: 1;
}
@media (min-width: 768px) {
  .voice__list::before {
    top: -1rem;
  }
}
.voice__list::after {
  content: "“";
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f120);
  color: #edece6;
  line-height: 1;
}
.voice__title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f24);
}
.voice__txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f18);
}
.voice__age {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f16);
  text-align: right;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
faq
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.faq {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .faq {
    padding: 10rem 0;
  }
}
.faq {
  background: #f6f6f6;
}
.faq__head {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .faq__box {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}
.faq__list {
  width: 100%;
  background: #ffffff;
  padding: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
.faq__num {
  background: #52645a;
  color: #ffffff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 0.1em 1rem;
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-size: var(--f18);
}
@media (min-width: 768px) {
  .faq__num {
    padding: 0.5rem 2rem;
    top: -1.5rem;
  }
}
.faq__title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f20);
  margin-bottom: 1rem;
}
.faq__txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f18);
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
plan
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.plan {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .plan {
    padding: 10rem 0;
  }
}
.plan__head {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .plan__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.plan__txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f16);
  margin-bottom: 1rem;
}
.plan__list {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .plan__list {
    width: 32%;
    margin-bottom: 0;
  }
}
.plan__title {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f28);
  text-align: center;
}
.plan__title span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: var(--f16);
}
.plan__lead {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f18);
  margin-bottom: 1rem;
  text-align: center;
}
.plan__img {
  margin-bottom: 1rem;
}
.plan__dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #edece6;
  padding-top: 1rem;
}
.plan__dl dt {
  width: 20%;
  font-size: var(--f16);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plan__dl dd {
  width: 80%;
  font-size: var(--f16);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plan__price {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f24);
}
.plan__price span {
  font-size: var(--f18);
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cta
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.cta {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .cta {
    padding: 10rem 0;
  }
}
.cta {
  background: url(../images/cta_bg.jpg) no-repeat center center/cover;
  box-shadow: inset 0 30px 30px -30px rgb(0, 0, 0), inset 0 -30px 30px -30px rgb(0, 0, 0);
}
.cta__head {
  margin-bottom: 2rem;
  text-align: center;
}
.cta .__head {
  background: #ffffff;
  padding: 0 0.8rem;
  display: inline-block;
  font-size: var(--f40);
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) {
  .cta .__head {
    padding: 0 2rem;
    letter-spacing: 0.4rem;
  }
}
.cta__lead {
  margin-bottom: 2rem;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f24);
  text-align: center;
}
.cta__lead span {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0.5rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .cta__lead span {
    padding: 0 1rem;
  }
}
.cta__box {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cta__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
  }
}
.cta__line {
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  background: #00b900;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cta__line {
    width: 48%;
    margin-bottom: 0rem;
  }
}
.cta__line:hover {
  background: #7bb97b;
  text-decoration: none;
  color: #ffffff;
}
.cta__form {
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  background: #000000;
}
@media (min-width: 768px) {
  .cta__form {
    width: 48%;
  }
}
.cta__form:hover {
  background: #3a3a3a;
  text-decoration: none;
  color: #ffffff;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
contact
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.contact {
  background: #ffffff;
  padding: 3rem 1rem;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  position: fixed;
  top: 0;
}
@media (min-width: 768px) {
  .contact {
    padding: 10rem 3rem;
  }
}
.contact_wrap {
  background: #ffffff;
  padding: 3vh;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 3vh auto;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .contact_wrap {
    padding: 50px;
    margin: 0 auto 50px auto;
  }
}
.contact_dl dt {
  font-weight: bold;
  margin: 0 0 0.5vh 0;
  font-size: 3.4vw;
}
@media (min-width: 768px) {
  .contact_dl dt {
    margin: 0 0 10px 0;
    font-size: 16px;
  }
}
.contact_dl dt .att {
  color: #ff0000;
  padding: 0 0 0 1vw;
  font-size: 3.4vw;
}
@media (min-width: 768px) {
  .contact_dl dt .att {
    padding: 0 0 0 20px;
    font-size: 16px;
  }
}
.contact_dl dd {
  margin: 0 0 1vh 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 3.4vw;
}
@media (min-width: 768px) {
  .contact_dl dd {
    margin: 0 0 30px 0;
    font-size: 16px;
  }
}
.contact_dl dd label {
  margin: 0 1vw 0 0;
}
.contact_dl dd label.error {
  color: #ff0000;
  display: block;
}
.contact_dl dd input[type=text], .contact_dl dd textarea {
  border: 1px solid #f6f6f6;
  padding: 1vh 1vw;
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .contact_dl dd input[type=text], .contact_dl dd textarea {
    padding: 10px;
  }
}
.contact_dl dd input[type=text].input_short, .contact_dl dd textarea.input_short {
  width: 20%;
}
.contact_dl dd textarea {
  height: 20vh;
}
.contact_dl dd input[type=radio] {
  margin: 0 5px 0 0;
}
.contact_dl dd ::placeholder {
  color: #f6f6f6;
}
.contact_dl dd #naiyou_error {
  display: block;
  width: 100%;
}
.contact_bt02 {
  margin: 10px auto;
  text-align: center;
}
.contact_bt02 .bt {
  border: none;
  background: #444444;
  padding: 15px;
  width: 300px;
  color: #ffffff;
  border-radius: 30px;
}
.contact_bt02 .bt:hover {
  background: #000000;
}
.contact #contactForm {
  overflow-y: scroll;
  max-height: 100vh;
  padding-bottom: 15vh;
}
@media (min-width: 768px) {
  .contact #contactForm {
    padding-bottom: 25vh;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
thank
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.thank {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 999999;
  display: block;
}
@media (min-width: 768px) {
  .thank {
    height: 100%;
  }
}
.thank_box {
  background: #ffffff;
  padding: 5vh 5vw;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .thank_box {
    width: 70%;
    padding: 100px 50px;
    top: 50%;
  }
}
.thank_title {
  text-align: center;
  font-size: var(--f36);
  margin: 0 auto 3vh auto;
}
@media (min-width: 768px) {
  .thank_title {
    margin: 0 auto 30px auto;
  }
}
.thank_txt {
  width: 80%;
  margin: 0 auto 5vh auto;
  font-size: var(--f18);
}
@media (min-width: 768px) {
  .thank_txt {
    margin: 0 auto 50px auto;
  }
}
.thank_bt-close {
  margin: 30px auto;
  text-align: center;
  border: none;
  background: #444444;
  padding: 15px;
  width: 300px;
  color: #ffffff;
  border-radius: 30px;
  display: block;
}
.thank_bt-close:hover {
  background: #000000;
}

/*@import './_content';*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
model
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.model {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .model {
    padding: 10rem 0;
  }
}
.model {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
.model__title {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: var(--f36);
  margin-bottom: 3rem;
  font-feature-settings: "palt";
  letter-spacing: 0.4rem;
}
.model__title span {
  font-size: var(--f20);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  letter-spacing: 0.1rem;
}
.model__lead {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .model__lead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .model__txt {
    width: 60%;
  }
}
.model__slick {
  display: none;
}
@media (min-width: 768px) {
  .model__slick {
    display: block;
    width: 40%;
  }
  .model__slick img {
    width: 100%;
  }
}
.model__subtitle {
  font-size: var(--f30);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  color: #494949; /*文字色*/
  background: #f4f4f4; /*背景色*/
  border-left: solid 5px #7db4e6; /*左線*/
  border-bottom: solid 3px #d7d7d7; /*下線*/
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .model__subtitle {
    margin-bottom: 2rem;
  }
}
.model p {
  font-size: var(--f18);
}
.model__p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .model__p {
    margin-bottom: 2rem;
  }
}
.model__p {
  font-size: var(--f18);
}
.model__p strong {
  font-weight: bold;
}
.model__plan {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .model__plan {
    margin-bottom: 2rem;
  }
}
.model__plan--title {
  font-size: var(--f20);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 2px solid #d7d7d7;
  color: #7db4e6;
}
.model__ol {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .model__ol {
    margin-bottom: 3rem;
  }
}
.model__list {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: var(--f20);
}
.model__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #7db4e6;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .model__list::before {
    top: 14px;
  }
}
.model__list span {
  font-size: var(--f14);
}