/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sanitize.css/sanitize.css ***!
  \**********************************************************************************************************************/
/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */

hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

nav li::before {
  content: "\200B";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

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

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./source/css/style.scss ***!
  \**************************************************************************************************************************************************************************************/
img {
  max-width: 100%;
}

p {
  margin: 1em 0;
}

ul,
ol {
  margin: 0;
}

a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  body {
    background: url("../img/pattern.png");
    background-size: 240px 420px;
  }

  .for-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    background: url("../img/pattern-sp.png");
    background-size: 240px 420px;
  }

  .for-pc {
    display: none !important;
  }
}
[id=header] {
  position: relative;
}
[id=header] .menu {
  width: 100%;
  max-height: 120px;
  background: #fff;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  position: absolute;
  bottom: -820px;
  z-index: 5;
}
[id=header] .menu ul {
  list-style: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 25px;
}
[id=header] .menu ul li {
  display: inline-block;
  margin: 5px 52.5px 6px 0;
}
[id=header] .menu ul li a {
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: 1s;
}
[id=header] .menu ul li a:hover {
  opacity: 0.5;
}
[id=header] .menu ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  right: -24px;
  margin: auto;
  z-index: 1;
  text-align: center;
}
[id=header] .menu ul li a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 5px;
  top: 50%;
  z-index: 0;
  margin-top: -10px;
  right: -29px;
}
[id=header] .menu ul li:last-child {
  margin: 0 0 6px;
}
[id=header] .fixed {
  height: 56px;
  left: 0;
  position: fixed;
  top: 0;
}
@media (max-width: 1243px) {
  [id=header] .menu {
    bottom: -845px;
  }
  [id=header] .fixed {
    height: 88px;
    left: 0;
    position: fixed;
    top: 0;
  }
}
@media (max-width: 767px) {
  [id=header] {
    z-index: 21;
  }
  [id=header] .ham-cont {
    position: relative;
  }
  [id=header] .ham-cont .ham {
    position: fixed;
    width: 27px;
    height: 15px;
    display: block;
    right: 15px;
    top: 25px;
  }
  [id=header] .ham-cont .ham .ham_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 3px;
    background-color: #000;
  }
  [id=header] .ham-cont .ham .ham_line1 {
    top: 0;
  }
  [id=header] .ham-cont .ham .ham_line2 {
    top: 6px;
  }
  [id=header] .ham-cont .ham .ham_line3 {
    top: 12px;
  }
  [id=header] .gnavi {
    position: fixed;
    overflow: auto;
    padding: 25px 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cadfeb;
    text-align: center;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 4;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  [id=header] .gnavi::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 398px;
    left: 0;
    bottom: 0;
    background: url("../img/ham-map-sp.png") no-repeat;
    background-size: cover;
    z-index: -1;
  }
  [id=header] .gnavi img {
    max-width: 165.5px;
    margin: 0 0 25px;
  }
  [id=header] .gnavi ul {
    width: 100%;
    list-style: none;
    padding: 0 15px;
    text-align: left;
  }
  [id=header] .gnavi ul li {
    background: #fff;
    border: solid 3px #000;
    border-radius: 5px;
    padding: 7px;
    margin: 0 0 5px;
  }
  [id=header] .gnavi ul li:last-child {
    margin: 0;
  }
  [id=header] .gnavi ul li a {
    display: block;
    color: #000;
    padding: 5px 0;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    position: relative;
    text-decoration: none;
  }
  [id=header] .gnavi ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 15px;
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 7px;
    margin: auto;
    z-index: 1;
    text-align: center;
  }
  [id=header] .gnavi ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #000;
    z-index: 0;
    border-radius: 5px;
  }
  [id=header] .active {
    visibility: visible;
    opacity: 1;
  }
  [id=header] .clicked .ham {
    z-index: 5;
  }
  [id=header] .clicked .ham .ham_line1 {
    transform: rotate(45deg);
    top: 5px;
  }
  [id=header] .clicked .ham .ham_line2 {
    display: none;
  }
  [id=header] .clicked .ham .ham_line3 {
    transform: rotate(-45deg);
    top: 5px;
  }
}

[id=footer] {
  position: relative;
  background: #000;
}
[id=footer] a.page-top {
  width: 100px;
  height: 100px;
  text-decoration: none;
  position: fixed;
  right: 0;
  bottom: 124px;
  background: #000;
  z-index: 20;
  border-radius: 5px 0 0 5px;
}
[id=footer] a.page-top::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  position: absolute;
  top: 43%;
  left: 42%;
  margin: auto;
}
[id=footer] a.page-top::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  top: 45%;
  left: 50%;
  background: #fff;
}
[id=footer] .copyright {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 28px 0;
}
@media (max-width: 767px) {
  [id=footer] a.page-top {
    width: 60px;
    height: 60px;
    text-decoration: none;
    position: fixed;
    right: 0;
    bottom: 80px;
    background: #000;
    z-index: 20;
    border-radius: 5px 0 0 5px;
  }
  [id=footer] a.page-top::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
    position: absolute;
    top: 43%;
    left: 44%;
    margin: auto;
  }
  [id=footer] a.page-top::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 11px;
    top: 45%;
    left: 50%;
    background: #fff;
  }
  [id=footer] .copyright {
    color: #fff;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 14px 0;
  }
}
 .mv {
    width:100%;
	background-color:#cbdeec;
  }
@media (min-width: 1000px) {
 .mv {
    padding: 0 0 82.5px;
  }
}
@media  only screen and (min-width: 769px) and  (max-width: 999px) {
  .mv {
    position: relative;
    z-index: 1;
    padding: 0 0 182.5px;
   padding: 0 0 2vw;
  }
}
@media (min-width: 768px) {  
  .mv::after {
    content: "";
    display: block;
    position: absolute;
    top: -270px;
    height: 1500px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #cadfeb;
    transform: skewY(-30deg);
    z-index: -1;
  }
  .mv .img {
    position: absolute;
    background: url("../img/mv-img.png") no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 776px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .mv .mv-img {
    position: relative;
    background-position: center;
    background-size: contain;
    width: 100%;
    text-align: center;
    padding: 0 40px 60px;
  }
  .mv .mv-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #cadfeb;
    z-index: -1;
  }
  .mv .mv-img .title {
    padding: 315px 0 0;
    opacity: 0;
    margin: 0;
    -webkit-transition: 1s;
    transition: 1s;
    transition-delay: 1.5s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .mv .mv-img .title img {
    display: block;
    margin: 0 auto;
  }
  .mv .mv-img .annotation {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    position: absolute;
    bottom: 30px;
    right: 250px;
  }
  .mv .mv-img .annotation p {
    font-size: 14px;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
  }
  .mv .mv-img .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .mv .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .mv .scroll-down {
    position: absolute;
    top: 74%;
    left: 89.6%;
    height: 50px;
	z-index: 999;
  }
  .mv .scroll-down span {
    position: absolute;
    left: -15px;
    top: -65px;
    color: #000;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
  }
  .mv .scroll-down::after {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 70px;
    background: #000;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
}
@media (max-width: 1243px) {
  .mv .scroll-down {
    top: 73%;
  }
}
@media (max-width: 767px) {
  .mv {
    position: relative;
    z-index: 3;
    padding: 0 0 403px;
    padding: 0 0 2vw;
  }
  .mv .decoration-img {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration-sp.png");
    background-size: cover;
    width: 165.5px;
    height: 141px;
    bottom: 10px;
    left: 15px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .mv .img {
    position: absolute;
    background: url("../img/mv-img-sp.png") no-repeat;
    background-position: 50% 85px;
    background-size: contain;
    height: 100%;
    max-height: 855px;
    text-align: center;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .mv .mv-img {
    position: relative;
    width: 100%;
    height: 418px;
    background-size: cover;
    text-align: center;
    padding: 397.5px 0 0;
  }
  .mv .mv-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #cadfeb;
    z-index: -1;
  }
  .mv .mv-img .title {
    max-width: 405px;
    padding: 0 15px;
    margin: -15px auto 0;
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .mv .mv-img .title img {
    display: block;
    margin: 0;
  }
  .mv .mv-img .annotation {
    padding: 27.5px 0 0;
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .mv .mv-img .annotation p {
    font-size: 10px;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
  }
  .mv .mv-img .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .mv .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .mv .fadeInBottom2 {
    opacity: 1;
    background-position: 50% 45px;
  }
  .mv .scroll-down {
    position: absolute;
    right: 20px;
    bottom: -108px;
    height: 50px;
  }
  .mv .scroll-down span {
    position: absolute;
    left: -15px;
    top: -45px;
    color: #000;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    font-size: 14px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
  }
  .mv .scroll-down::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 70px;
    background: #000;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .modal_bg {
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  .modal_content {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .modal_content .modal-inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
  }
  .modal_content iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: none;
    width: 100% !important;
    height: 100% !important;
  }
  .modal_content .modal-x:hover {
    cursor: pointer;
  }
  .modal_content .modal-x::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 45px;
    width: 5px;
    height: 30px;
    background: #333;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal_content .modal-x::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 45px;
    width: 5px;
    height: 30px;
    background: #333;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .modal_bg {
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  .modal_content {
    position: relative;
    max-width: 425px;
    margin: 0 auto;
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .modal_content .modal-inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
  }
  .modal_content iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: none;
    width: 100% !important;
    height: 100% !important;
  }
  .modal_content .modal-x:hover {
    cursor: pointer;
  }
  .modal_content .modal-x::before {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    width: 3px;
    height: 27px;
    background: #333;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal_content .modal-x::after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    width: 3px;
    height: 27px;
    background: #333;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .concept {
    padding: 86px 0 100px;
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
  }
  .concept .decoration-img {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration.png");
    width: 355px;
    height: 303px;
    top: -35px;
    right: 50px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .decoration-img2 {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration2.png");
    width: 264px;
    height: 205px;
    top: 1025px;
    left: 80px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .decoration-img3 {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration3.png");
    width: 169px;
    height: 209px;
    top: 1990px;
    right: 40px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .decoration-img4 {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration4.png");
    width: 240px;
    height: 276px;
    bottom: 270px;
    left: 50px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .decoration-img5 {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration5.png");
    width: 334px;
    height: 252px;
    bottom: -60px;
    right: 70px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 180px;
  }
  .concept .concept-detail .title {
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail .subtitle {
    margin: 40px auto 20px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail p {
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 12px 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .concept-detail .detail {
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 0 0 85px;
    list-style: none;
  }
  .concept .concept-detail .detail::after {
    clear: both;
    content: "";
    display: block;
  }
  .concept .concept-detail .detail li {
    width: 45%;
    display: block;
    float: right;
    margin: 0;
    padding: 15px 0;
  }
  .concept .concept-detail .detail li img {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail .detail li p {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 2.2;
  }
  .concept .concept-detail .detail li:first-child {
    width: 55%;
    display: inline-block;
    padding: 0 0 0 50px;
  }
  .concept .concept-detail .detail li .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .concept-video {
    max-width: 1100px;
    margin: 0 auto;
    padding: 86px 0 100px;
    position: relative;
    text-align: center;
  }
  .concept .concept-video .title {
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-video .video {
    padding: 60px 0 0;
    display: inline-block;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-video .video a {
    display: inline-block;
    transition: 1s;
  }
  .concept .concept-video .video:hover {
    cursor: pointer;
  }
  .concept .concept-video .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .five {
    max-width: 1350px;
    padding: 86px 0 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  .concept .five .title {
    margin: 0 auto 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .five .title-text {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .five .title-text p {
    font-size: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    clear: both;
  }
  .concept .five .five-image {
    padding: 40px 0 0;
    position: relative;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .five .five-image img {
    padding: 120px 0 200px;
  }
  .concept .five .five-image .team h3 {
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .concept .five .five-image .team p {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin: 10px 0;
  }
  .concept .five .five-image .team span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    position: relative;
    background: linear-gradient(transparent 70%, #d28581 70%);
  }
  .concept .five .five-image .team .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .five .five-image .kukishi {
    text-align: left;
    position: absolute;
    top: 45px;
    right: 135px;
  }
  .concept .five .five-image .kukishi::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: url("../img/concept-kukishi.png");
    top: 0;
    left: -95px;
  }
  .concept .five .five-image .toubu {
    text-align: left;
    position: absolute;
    top: 330px;
    right: 0;
  }
  .concept .five .five-image .toubu::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 64px;
    background: url("../img/concept-toubu.png") no-repeat;
    top: -85px;
    left: 0;
  }
  .concept .five .five-image .toyota {
    position: absolute;
    text-align: left;
    top: 330px;
    left: 70px;
  }
  .concept .five .five-image .toyota::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 88px;
    background: url("../img/concept-toyota.png");
    top: -105px;
    left: 0;
  }
  .concept .five .five-image .aeon {
    position: absolute;
    text-align: left;
    bottom: 5px;
    left: 300px;
  }
  .concept .five .five-image .aeon::before {
    content: "";
    position: absolute;
    width: 141px;
    height: 42px;
    background: url("../img/concept-aeon.png");
    top: -65px;
    left: 0;
  }
  .concept .five .five-image .waseda {
    position: absolute;
    text-align: left;
    bottom: 105px;
    right: 25px;
  }
  .concept .five .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1270px) {
  .concept .decoration-img4 {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration4.png");
    width: 240px;
    height: 276px;
    bottom: -50px;
    left: 50px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .five {
    max-width: 750px;
    margin: 0 auto;
  }
  .concept .five .for-pc {
    display: none;
  }
  .concept .five .for-sp {
    display: block !important;
  }
  .concept .five .title {
    margin: 25px auto 5px;
    text-align: center;
  }
  .concept .five .five-image {
    padding: 25px 0 0;
    position: relative;
    z-index: -1;
  }
  .concept .five .five-image img {
    padding: 0 0 55px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .five .five-image .team {
    padding: 0 22.5px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    position: relative;
  }
  .concept .five .five-image .team::after {
    content: "";
    display: block;
    position: absolute;
    top: 7.5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
  }
  .concept .five .five-image .team h3 {
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .concept .five .five-image .team p {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .concept .five .five-image .team span {
    font-weight: bold;
    position: relative;
    background: linear-gradient(transparent 70%, #d28581 70%);
  }
  .concept .five .five-image .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .five .five-image .kukishi {
    padding: 0 22.5px 35px;
    text-align: left;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
  }
  .concept .five .five-image .kukishi::before {
    content: "";
    position: absolute;
    width: 40.5px;
    height: 39.5px;
    background: url("../img/concept-kukishi-sp.png");
    background-size: cover;
    top: -10px;
    left: auto;
    right: 25px;
  }
  .concept .five .five-image .toubu {
    padding: 0 22.5px 35px 22.5px;
    text-align: left;
    position: relative;
    top: 0;
    right: 0;
  }
  .concept .five .five-image .toubu::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 40px;
    background: url("../img/concept-toubu-sp.png") no-repeat;
    background-size: contain;
    top: -10px;
    left: auto;
    right: 25px;
  }
  .concept .five .five-image .toyota {
    padding: 0 22.5px 35px 22.5px;
    text-align: left;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  .concept .five .five-image .toyota::before {
    content: "";
    position: absolute;
    width: 122.5px;
    height: 40px;
    background: url("../img/concept-toyota-sp.png");
    background-size: cover;
    top: -10px;
    left: auto;
    right: 25px;
  }
  .concept .five .five-image .aeon {
    padding: 0 22.5px 35px 22.5px;
    text-align: left;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .concept .five .five-image .aeon::before {
    content: "";
    position: absolute;
    width: 84px;
    height: 25px;
    background: url("../img/concept-aeon-sp.png");
    background-size: cover;
    top: -10px;
    left: auto;
    right: 25px;
  }
  .concept .five .five-image .waseda {
    padding: 0 22.5px 35px 22.5px;
    text-align: left;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .concept .five .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .concept {
    padding: 0 0 150px;
    position: relative;
    z-index: 2;
  }
  .concept::after {
    content: "";
    display: block;
    position: absolute;
    top: -603px;
    height: 565px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #cadfeb;
    transform: skewY(-30deg);
    z-index: -1;
  }
  .concept .concept-detail {
    margin: 0 auto;
    position: relative;
    padding: 0 0 150px;
    text-align: center;
  }
  .concept .concept-detail .decoration-img {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration-sp.png");
    background-size: cover;
    width: 165.5px;
    height: 141px;
    top: -150px;
    left: 15px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail .decoration-img2 {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration2-sp.png");
    background-size: cover;
    width: 123px;
    height: 95.5px;
    bottom: 45px;
    left: 30px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail .title {
    margin: 0 auto 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail .subtitle {
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail p {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: 700;
    margin: 5px 0;
    line-height: 1.6;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .concept-detail .detail {
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 0 0;
    list-style: none;
  }
  .concept .concept-detail .detail::after {
    clear: both;
    content: "";
    display: block;
  }
  .concept .concept-detail .detail li {
    display: block;
    margin: 0;
    padding: 0 19px;
  }
  .concept .concept-detail .detail li p {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0;
    text-align: left;
    line-height: 1.75;
    padding: 0 0 30px;
  }
  .concept .concept-detail .detail li img {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-detail .detail li .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .concept-video {
    margin: 0 auto;
    padding: 0 15px 150px;
    position: relative;
    text-align: center;
  }
  .concept .concept-video .title {
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-video .video {
    padding: 30px 0 0;
    display: inline-block;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-video .video a {
    display: inline-block;
  }
  .concept .concept-video .video:hover {
    cursor: pointer;
  }
  .concept .concept-video .decoration-img3 {
    display: block;
    position: absolute;
    background: url("../img/concept-decoration3-sp.png");
    background-size: cover;
    width: 79.5px;
    height: 98px;
    bottom: 0;
    right: 30px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .concept-video .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .five {
    padding: 0 15px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  .concept .five .title {
    margin: 0 auto 35px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .five .title-text {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .five .title-text p {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin: 10px 0;
    clear: both;
    text-align: left;
  }
  .concept .five .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .five .five-image {
    padding: 25px 0 0;
    position: relative;
    z-index: -1;
  }
  .concept .five .five-image img {
    padding: 0 0 55px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .five .five-image .team {
    padding: 0 22.5px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    position: relative;
  }
  .concept .five .five-image .team::after {
    content: "";
    display: block;
    position: absolute;
    top: 7.5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
  }
  .concept .five .five-image .team h3 {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .concept .five .five-image .team p {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .concept .five .five-image .team span {
    font-weight: bold;
    position: relative;
    background: linear-gradient(transparent 70%, #d28581 70%);
  }
  .concept .five .five-image .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .concept .five .five-image .kukishi {
    padding: 0 22.5px 35px;
    text-align: left;
    position: relative;
  }
  .concept .five .five-image .kukishi::before {
    content: "";
    position: absolute;
    width: 40.5px;
    height: 39.5px;
    background: url("../img/concept-kukishi-sp.png");
    background-size: cover;
    top: -10px;
    right: 25px;
  }
  .concept .five .five-image .toubu {
    padding: 0 22.5px 35px 22.5px;
    text-align: left;
    position: relative;
  }
  .concept .five .five-image .toubu::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 40px;
    background: url("../img/concept-toubu-sp.png") no-repeat;
    background-size: contain;
    top: -10px;
    right: 25px;
  }
  .concept .five .five-image .toyota {
    padding: 0 22.5px 35px 22.5px;
    text-align: left;
    position: relative;
  }
  .concept .five .five-image .toyota::before {
    content: "";
    position: absolute;
    width: 122.5px;
    height: 40px;
    background: url("../img/concept-toyota-sp.png");
    background-size: cover;
    top: -10px;
    right: 25px;
  }
  .concept .five .five-image .aeon {
    padding: 0 22.5px 35px 22.5px;
    text-align: left;
    position: relative;
  }
  .concept .five .five-image .aeon::before {
    content: "";
    position: absolute;
    width: 84px;
    height: 25px;
    background: url("../img/concept-aeon-sp.png");
    background-size: cover;
    top: -10px;
    right: 25px;
  }
  .concept .five .five-image .waseda {
    padding: 0 22.5px;
    text-align: left;
    position: relative;
  }
  .concept .decoration4 {
    background: url("../img/concept-decoration4-sp.png") no-repeat;
    background-size: contain;
    max-width: 283px;
    width: 100%;
    height: 168px;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .concept .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}

.blife-anker {
  padding-top: 103px;
  margin-top: -103px;
}

@media (min-width: 768px) {
  .blife {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 86px 0 100px;
  }
  .blife::before {
    content: "";
    display: block;
    position: absolute;
    top: -1585px;
    right: 0;
    bottom: 3850px;
    left: 0;
    background-color: #efecd2;
    transform: skewY(-30deg);
    z-index: -1;
  }
  .blife .title {
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .blife .title-text {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .blife .title-text p {
    font-size: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.01em;
  }
  .blife .title-text .line {
    font-size: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    position: relative;
    background: linear-gradient(transparent 70%, #d28581 70%);
  }
  .blife img {
    text-align: center;
  }
  .blife p {
    font-size: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .blife .blife-cont {
    max-width: 1600px;
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
    margin: 0 auto;
    z-index: 2;
  }
  .blife .blife-cont .cont {
    display: inline-block;
    padding: 100.5px 0 0;
    margin: 0 0 0 15.63%;
    text-align: right;
  }
  .blife .blife-cont .cont .label-area {
    position: relative;
  }
  .blife .blife-cont .cont .label-area .label {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    z-index: 1;
    top: -40px;
  }
  .blife .blife-cont .cont .cont-img {
    float: right;
    width: 70.59%;
    position: relative;
  }
  .blife .blife-cont .cont .cont-img img {
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    transition-delay: 0.5s;
  }
  .blife .blife-cont .cont p {
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    float: right;
    width: 29.41%;
    margin: 0;
    padding: 95px 20px 0 0;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: left;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    transition-delay: 1s;
  }
  .blife .blife-cont .cont .inview-target {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .blife .blife-cont .cont:first-child .label {
    position: absolute;
    max-width: 725px;
    width: 100%;
    height: 79px;
    background: url("../img/label.png") no-repeat;
    background-size: contain;
    left: 0;
  }
  .blife .blife-cont .cont:first-child .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .cont:nth-child(2) .label {
    position: absolute;
    max-width: 700px;
    width: 100%;
    height: 79px;
    background: url("../img/label2.png") no-repeat;
    background-size: contain;
    left: auto;
    right: 0;
  }
  .blife .blife-cont .cont:nth-child(3) .label {
    position: absolute;
    width: 574px;
    height: 79px;
    background: url("../img/label3.png") no-repeat;
    background-size: contain;
  }
  .blife .blife-cont .cont:nth-child(4) .label {
    content: "";
    position: absolute;
    width: 529px;
    height: 79px;
    background: url("../img/label4.png") no-repeat;
    left: auto;
    right: 0;
  }
  .blife .blife-cont .cont:nth-child(5) .label {
    content: "";
    position: absolute;
    width: 511px;
    height: 79px;
    background: url("../img/label5.png") no-repeat;
    background-size: contain;
  }
  .blife .blife-cont .cont:last-child {
    margin: 0 15.63% 0 0 !important;
  }
  .blife .blife-cont .cont:last-child .label {
    content: "";
    position: absolute;
    width: 524px;
    height: 79px;
    background: url("../img/label6.png") no-repeat;
    left: auto;
    right: 0;
  }
  .blife .blife-cont .cont:nth-child(2n) {
    margin: 0 15.63% 0 0;
    position: relative;
    text-align: left;
  }
  .blife .blife-cont .cont:nth-child(2n) .cont-img {
    width: 70.59%;
    float: left;
    position: relative;
  }
  .blife .blife-cont .cont:nth-child(2n) .cont-img img {
    display: block;
  }
  .blife .blife-cont .cont:nth-child(2n) p {
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    float: left;
    width: 29.41%;
    margin: 0;
    padding: 95px 0 0 20px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .blife .blife-cont .cont .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .blife {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 0 150px;
  }
  .blife::before {
    content: "";
    display: block;
    position: absolute;
    top: -1513px;
    right: 0;
    bottom: 2670px;
    left: 0;
    background-color: #efecd2;
    transform: skewY(-30deg);
    z-index: -1;
  }
  .blife .decoration-img1 {
    display: block;
    position: absolute;
    top: 96.5%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 320px;
  }
  .blife .decoration-img1 .img {
    background: url("../img/blife-decoration-sp.png");
    background-size: cover;
    width: 115px;
    height: 96px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .blife .decoration-img1 .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .decoration-img2 {
    display: block;
    position: absolute;
    top: 93.75%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 320px;
  }
  .blife .decoration-img2 .img {
    background: url("../img/blife-decoration2-sp.png");
    background-size: cover;
    width: 123px;
    height: 144px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    margin-left: auto;
  }
  .blife .decoration-img2 .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .title {
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .blife .title-text {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .blife .title-text p {
    margin: 0 auto;
    padding: 25px 15px 0;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .blife .title-text .line {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #d28581 70%);
  }
  .blife .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife img {
    text-align: center;
  }
  .blife p {
    font-size: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .blife .blife-cont {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 25px 0 0;
  }
  .blife .blife-cont .cont {
    padding: 42px 0 0;
    margin: 0 0 20px 15px;
    text-align: right;
    position: relative;
  }
  .blife .blife-cont .cont .label-area {
    position: relative;
  }
  .blife .blife-cont .cont .label-area .label {
    position: absolute;
    top: -30px;
    z-index: 1;
  }
  .blife .blife-cont .cont .cont-img {
    display: inline-block;
  }
  .blife .blife-cont .cont .cont-img img {
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    transition-delay: 0.5s;
  }
  .blife .blife-cont .cont .inview-target {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .blife .blife-cont .cont:first-child .label {
    left: -15px;
    max-width: 344.5px;
    width: 100%;
    height: 39.5px;
    background: url("../img/label-sp.png") no-repeat;
    background-size: contain;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .blife .blife-cont .cont:first-child .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .cont:nth-child(2) .label {
    right: -15px;
    max-width: 355px;
    width: 100%;
    height: 39.5px;
    background: url("../img/label2-sp.png") no-repeat;
    background-size: contain;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .blife .blife-cont .cont:nth-child(2) .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .cont:nth-child(3) .label {
    left: -15px;
    width: 287px;
    height: 39.5px;
    background: url("../img/label3-sp.png");
    background-size: cover;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .blife .blife-cont .cont:nth-child(3) .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .cont:nth-child(4) .label {
    right: -15px;
    width: 264.5px;
    height: 39.5px;
    background: url("../img/label4-sp.png");
    background-size: cover;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .blife .blife-cont .cont:nth-child(4) .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .cont:nth-child(5) .label {
    left: -15px;
    width: 255.5px;
    height: 39.5px;
    background: url("../img/label5-sp.png");
    background-size: cover;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .blife .blife-cont .cont:nth-child(5) .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .cont p {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.05em;
    padding: 5px 15px 5px 0;
    line-height: 1.4;
    text-align: left;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    transition-delay: 1s;
  }
  .blife .blife-cont .cont .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .cont:nth-child(2n) {
    margin: 0 15px 20px 0;
    position: relative;
    text-align: left;
  }
  .blife .blife-cont .cont:nth-child(2n)::before {
    content: "";
    position: absolute;
    top: 10px;
    left: auto;
    right: -15px;
  }
  .blife .blife-cont .cont:nth-child(2n) p {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 5px 0 5px 15px;
    text-align: left;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    transition-delay: 1s;
  }
  .blife .blife-cont .cont:last-child {
    margin: 0 15px;
  }
  .blife .blife-cont .cont:last-child .label {
    right: -15px;
    width: 262px;
    height: 39.5px;
    background: url("../img/label6-sp.png");
    background-size: cover;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .blife .blife-cont .cont:last-child .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .blife .blife-cont .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .news {
    position: relative;
    z-index: 0;
    padding: 86px 0 100px;
  }
  .news .inview-target {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .news .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .news::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 900px;
    background: #ead2da;
    transform: skewY(-30deg);
    z-index: -1;
  }
  .news .news-detail {
    text-align: center;
    margin: 0 auto;
    position: relative;
    max-width: 1600px;
    padding: 0 160px;
  }
  .news .news-detail .decoration-img1 {
    display: block;
    position: absolute;
    top: -47.25%;
    left: 14%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .news .news-detail .decoration-img1 .img {
    background: url("../img/news-decoration.png");
    width: 246px;
    height: 205px;
  }
  .news .news-detail .decoration-img2 {
    display: block;
    position: absolute;
    top: -51%;
    right: -4%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .news .news-detail .decoration-img2 .img {
    background: url("../img/news-decoration2.png");
    width: 294px;
    height: 264px;
  }
  .news .news-detail .decoration-img3 {
    display: block;
    position: absolute;
    top: 120.5%;
    left: 14.5%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .news .news-detail .decoration-img3 .img {
    background: url("../img/news-decoration3.png");
    width: 183px;
    height: 159px;
  }
  .news .news-detail .title {
    margin: 0 auto;
    text-align: center;
  }
  .news .news-detail .logo-img {
    padding: 0;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .news .news-detail .topic {
    background: #fff;
    border: solid 3px #000;
    border-radius: 5px;
    margin: 80px 90px 0;
    padding: 37.5px 40px;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .news .news-detail .topic .topic-detail {
    padding: 0;
    margin: 0 0 63px;
    width: 100%;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    transition: 1s;
  }
  .news .news-detail .topic .topic-detail:hover {
    opacity: 0.5;
  }
  .news .news-detail .topic .topic-detail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -31.5px;
    background: #000;
  }
  .news .news-detail .topic .topic-detail .thumbnail {
    float: left;
    width: 20%;
  }
  .news .news-detail .topic .topic-detail .thumbnail img {
    padding: 0;
  }
  .news .news-detail .topic .topic-detail .text {
    float: left;
    width: 80%;
    padding: 0 0 0 20px;
    text-align: left;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .news .news-detail .topic .topic-detail .text .date {
    margin: 0;
  }
  .news .news-detail .topic .topic-detail .text .title {
    font-size: 18px;
    margin: 9px 0;
    text-align: left;
    font-feature-settings: "palt";
  }
  .news .news-detail .topic .topic-detail .text .detail {
    position: relative;
    right: 30px;
    bottom: 0;
  }
  .news .news-detail .topic .topic-detail .text .detail p {
    text-align: right;
    margin: 0;
  }
  .news .news-detail .topic .topic-detail .text .detail::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 7px;
    right: -25px;
    margin: auto;
    z-index: 1;
    text-align: center;
  }
  .news .news-detail .topic .topic-detail .text .detail::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: -30px;
    z-index: 0;
    background: #000;
    border-radius: 5px;
  }
  .news .news-detail .topic .topic-detail:last-child {
    margin: 0;
  }
  .news .news-detail .topic .topic-detail:last-child::after {
    content: none;
  }
  .news .news-detail .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .news {
    position: relative;
    z-index: 0;
    padding: 0 0 150px;
  }
  .news .decoration-img1 {
    display: block;
    position: absolute;
    background: url("../img/news-decoration-sp.png");
    background-size: cover;
    width: 85.5px;
    height: 74px;
    bottom: -5px;
    left: 50px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .news .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .news::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 280px;
    background: #ead2da;
    transform: skewY(-30deg);
    z-index: -1;
  }
  .news .news-detail {
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
  }
  .news .news-detail .title {
    margin: 0 auto;
    text-align: center;
  }
  .news .news-detail .logo-img {
    max-width: 166px;
    padding: 0;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .news .news-detail .topic {
    background: #fff;
    border: solid 3px #000;
    border-radius: 5px;
    margin: 30px 0 0;
    padding: 20px;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .news .news-detail .topic .topic-detail {
    padding: 0;
    margin: 0 0 60px;
    width: 100%;
    vertical-align: bottom;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  .news .news-detail .topic .topic-detail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -38px;
    background: #000;
  }
  .news .news-detail .topic .topic-detail .thumbnail {
    padding: 0 0 15px;
  }
  .news .news-detail .topic .topic-detail .thumbnail img {
    padding: 0;
  }
  .news .news-detail .topic .topic-detail .text {
    padding: 0;
    text-align: left;
  }
  .news .news-detail .topic .topic-detail .text p {
    font-size: 14px;
    text-align: left;
    margin: 0 0 8px;
    color: #000;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  .news .news-detail .topic .topic-detail .text .detail {
    position: relative;
  }
  .news .news-detail .topic .topic-detail .text .detail p {
    font-size: 14px;
    margin: 5.5px 40px 5.5px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: right;
    color: #000;
  }
  .news .news-detail .topic .topic-detail .text .detail::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 15px;
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 6px;
    right: 7px;
    margin: auto;
    z-index: 1;
    text-align: center;
  }
  .news .news-detail .topic .topic-detail .text .detail::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -5px;
    right: 0;
    background: #000;
    z-index: 0;
    border-radius: 5px;
  }
  .news .news-detail .topic .topic-detail:last-child {
    margin: 0;
  }
  .news .news-detail .topic .topic-detail:last-child::after {
    content: none;
  }
  .news .news-detail .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .contact {
    max-width: 1600px;
    padding: 86px 0 90px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .contact .inview-target {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .contact .decoration-img1 {
    display: block;
    position: absolute;
    top: 10.75%;
    right: -6.25%;
    transform: translate(-50%, -50%);
  }
  .contact .decoration-img1 .img {
    background: url("../img/contact-decoration.png");
    width: 300px;
    height: 175px;
  }
  .contact .decoration-img2 {
    display: block;
    position: absolute;
    top: 78%;
    left: 23.5%;
    transform: translate(-50%, -50%);
  }
  .contact .decoration-img2 .img {
    background: url("../img/contact-decoration2.png");
    width: 121px;
    height: 172px;
  }
  .contact .title {
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .contact .contact-detail {
    display: inline-block;
    width: 100%;
    max-width: 1280px;
    padding: 60px 90px;
    text-align: left;
    vertical-align: bottom;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .contact .contact-detail .coverage {
    max-width: 800px;
    margin: 0 auto;
  }
  .contact .contact-detail .coverage .coverage-detail {
    background: #c5d6c0;
    padding: 40px;
  }
  .contact .contact-detail .coverage .coverage-detail h3 {
    font-size: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  .contact .contact-detail .coverage .coverage-detail p {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox {
    padding: 20px;
    background: #fff;
    border: solid 3px #000;
    border-radius: 5px;
    text-align: center;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox h4 {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul {
    list-style: none;
    padding: 0;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul li {
    padding: 0 0 10px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul li a {
    color: #000;
    text-decoration: none;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul li .mail {
    border-bottom: solid 1px #bfbfbf;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul li:last-child {
    padding: 0;
  }
  .contact .annotation {
    padding: 86px 0 0;
    list-style: none;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .contact .annotation li {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .contact .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 0 0 100px;
    text-align: center;
    position: relative;
  }
  .contact .decoration-img1 {
    display: block;
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    width: 100%;
  }
  .contact .decoration-img1 .img {
    max-width: 300px;
    width: 100%;
    height: 137px;
    margin-left: auto;
    background: url("../img/contact-decoration-sp.png") no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .contact .decoration-img1 .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .contact .decoration-img2 {
    display: block;
    position: absolute;
    bottom: 242.5px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 220px;
  }
  .contact .decoration-img2 .img {
    width: 56.5px;
    height: 80.5px;
    background: url("../img/contact-decoration2-sp.png");
    background-size: cover;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    margin-right: auto;
  }
  .contact .decoration-img2 .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
  .contact .title {
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .contact .contact-detail {
    display: inline-block;
    width: 100%;
    padding: 30px 15px 0;
    margin: 0 auto;
    text-align: left;
    vertical-align: bottom;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .contact .contact-detail .coverage {
    padding: 0;
    margin: 0;
  }
  .contact .contact-detail .coverage .coverage-detail {
    background: #c5d6c0;
    padding: 15px 20px 20px;
  }
  .contact .contact-detail .coverage .coverage-detail h3 {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
  }
  .contact .contact-detail .coverage .coverage-detail p {
    text-align: center;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox {
    padding: 15px;
    background: #fff;
    border: solid 3px #000;
    border-radius: 5px;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox h4 {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-feature-settings: "palt";
    margin: 0 0 15px;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul {
    list-style: none;
    padding: 0;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul li {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    padding: 0 0 2.5px;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul li a {
    color: #000;
    text-decoration: none;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul li .mail {
    border-bottom: solid 1px #bfbfbf;
  }
  .contact .contact-detail .coverage .coverage-detail .textbox ul li:last-child {
    padding: 0;
  }
  .contact .annotation {
    list-style: none;
    padding: 50px 15px 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  .contact .annotation li {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .contact .fadeInBottom {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map*/






.boxFade{
	opacity:0;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	z-index:2;
}
.boxFade.fadeInBottom{
	opacity: 1;
	transform: translateY(0);
}
.inner{
	max-width:1000px;
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#newsTopBox,
#bannerBox{
  position: relative;
  z-index:3;
}
#newsTop{
  background: #fff;
  border: solid 3px #000;
  border-radius: 5px;
  margin: 40px auto;
  padding: 20px 40px 37.5px;
  position: relative;
}
#newsTopBox  .topic .topic-detail{
  border-bottom: solid 3px #000;
  display:block;
  margin-bottom:20px;
  cursor:pointer;
  opacity:1;
  transition:opacity 0.5s;
}
#newsTopBox  .topic .topic-detail:last-child{
  border-bottom: none;
  margin-bottom:0px;

}
#newsTopBox  .topic .topic-detail:hover{
  opacity:0.5;
}
.textBox{
	width:100%;
	display:block;
	position:relative;
}
.textBox > *{
	color:#000;
	text-decoration:none;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
}
.dateTxt{
	width:10rem;
	padding-right:10px;
	font-size:16px;
	font-weight:400;
	float:left;
	margin:0;
	position:relative;
}
.date{
	position:relative;
	width:10rem;
}
.date .new,
.dateTxt .new{
	position:absolute;
	right:4px;
	bottom:2px;
	background-color:#F33;
	color:#FFF;
	text-align:center;
	line-height:140%;
	font-size:10px;
	padding:2px 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight:bold;
}
.titleTxt{
	width:calc(100% - 10rem );
	font-size:18px;
	font-weight:400;
	float:left;
	margin:0;
	font-feature-settings: "palt";
}

.detailTxt p{
	width:calc( 100% - 30px );
	font-size:16px;
	font-weight:400;
	float:left;
	text-align:right;
	display:block;
	position:relative;
	line-height:100%;
	position:relative;
}
.detailTxt p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 2px;
  right: -25px;
  margin: auto;
  z-index: 1;
  text-align: center;
}
.detailTxt p::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: -30px;
  z-index: 0;
  background: #000;
  border-radius: 5px;
}
.inner:after,
.clearBox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	overflow:hidden;
}
.boxFade picture{
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:block;
}
.infoTitle{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	line-height:100%;
	letter-spacing:1rem;
	padding-bottom:30px;
}
@media only screen and (max-width:750px){
.titleTxt{
	float:left;
	width:100%;
}
.infoTitle{
	font-size:4.0vw;
	letter-spacing:0.5rem;
}
}

/* POPUP*/
#popUpBox{
	position:fixed;
	left:0px;
	top:0px;
	width:100vw;
	height:100vh;
	z-index:999999;
	display:none;
	background-color:rgba(255,255,255,0.95);
	background-color:rgba(0,0,0,0.8);
	overflow-y:auto;
}
#popUpBoxCont{
	display:table;
	position:relative;
	width:100%;
	height:100%;

}
#popUpBoxCont > div{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
}
#contImg{
	padding-top:10vw;
	padding-bottom:10vw;	
}

#contImg a{
	margin:40px auto 0px;
	border:2px solid #45b1d1;
	background-color:#FFF;
	color:#45b1d1;
	text-align:center;
	text-decoration:none;
	width:75%;
	max-width:460px;
	padding:10px 20px;
	font-size:20px;
	display:block;
	cursor:pointer;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/*
#popUpBox,
#popUpBox *{
box-sizing:inherit;<== bodyにかかっているので、　#contImg a　のfont-sizeを24px->20px
}*/

#contImg a:hover{
	background-color:#45b1d1;
	color:#FFF;
}
#popTrg{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	max-width:90%;
}
.closePop{
	position:fixed;
	right:0px;
	top:0px;
	z-index:10;
	width:15vw;
	max-width:150px;
	filter:invert(1);
	cursor:pointer;
}
#linkBox{
	position:absolute;
	left:calc(( 100vw - 880px ) / 2 );
	width:890px;
	margin-left:auto;
	margin-right:auto;
	height:80px;
	bottom:calc( 10vw + 54px );
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#linkBox:hover{
	background-color:rgba(255,238,0,0.25);
	cursor:pointer;
}
#linkBox a{
	width:100%;
	height:100%;
	display:block;
}
@media only screen and (max-width:1100px){
#linkBox{
	position:absolute;
	left: 10.7%;
	width: 79.3%;
	height: 7.2vw;
	bottom:14.7vw;
}
}
@media only screen and (max-width:750px){
/*
#contImg a{
	font-size:3vw;
}
*/
}
/* END POPUP*/
.popUpLink{
	display:block;
	margin:0px auto 40px;
	max-width:1000px;
	width:90%;
	width:max-content;
	cursor:pointer;
	position: relative;
z-index: 4;
}
/* .popUpLink > img{
	width:100%;
} */


.cImg{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.mImg{
	max-width:100%;
}

@media only screen and (max-width:750px){
.popUpLink{
	width:90%;
}
}