@charset "UTF-8";
/* ============================================================================
common
============================================================================ */
/* reset
=========================================================================== */
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

/* foundation
=========================================================================== */
:root {
  --spacing: 0.05em;
}

* {
  letter-spacing: var(--spacing);
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 22.5rem;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; /* 初期値の「baseline」のままだと、画像の下に余白ができる */
}

/* input, textareaの文字列 */
::-moz-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
::placeholder {
  color: rgba(51, 51, 51, 0.2);
}

/* layout
=========================================================================== */
/* wrapper
================================================== */
.l-wrapper {
  padding: 0 2rem;
}
.l-wrapper__container {
  width: 100%;
  margin: 0 auto;
  max-width: 76.5rem;
}
.l-wrapper__container--s {
  width: 100%;
  margin: 0 auto;
  max-width: 63.5rem;
}

/* container
================================================== */
.l-container,
.l-container--s,
.l-container--ss {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-container {
  max-width: 80.5rem;
}

.l-container--s {
  max-width: 67.5rem;
}

.l-container--ss {
  max-width: 54rem;
}

/* breakpoint
================================================== */
/* 表示
============================== */
.l-tb--show {
  display: none;
}
@media screen and (min-width: 37.5rem) {
  .l-tb--show {
    display: initial;
  }
}

.l-tb-m--show {
  display: none;
}
@media screen and (min-width: 48rem) {
  .l-tb-m--show {
    display: initial;
  }
}

.l-tb-l--show {
  display: none;
}
@media screen and (min-width: 60rem) {
  .l-tb-l--show {
    display: initial;
  }
}

.l-pc--show {
  display: none;
}
@media screen and (min-width: 64rem) {
  .l-pc--show {
    display: initial;
  }
}

.l-pc-m--show {
  display: none;
}
@media screen and (min-width: 80rem) {
  .l-pc-m--show {
    display: initial;
  }
}

.l-pc-l--show {
  display: none;
}
@media screen and (min-width: 90rem) {
  .l-pc-l--show {
    display: initial;
  }
}

/* 非表示
============================== */
@media screen and (min-width: 37.5rem) {
  .l-tb--hide {
    display: none;
  }
}

@media screen and (min-width: 48rem) {
  .l-tb-m--hide {
    display: none;
  }
}

@media screen and (min-width: 60rem) {
  .l-tb-l--hide {
    display: none;
  }
}

@media screen and (min-width: 64rem) {
  .l-pc--hide {
    display: none;
  }
}

@media screen and (min-width: 80rem) {
  .l-pc-m--hide {
    display: none;
  }
}

@media screen and (min-width: 90rem) {
  .l-pc-l--hide {
    display: none;
  }
}

/* object
=========================================================================== */
/* component
================================================== */
/* heading
============================== */
.c-heading {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 3rem;
  line-height: 1.6;
  text-align: center;
}
.c-heading .eng {
  position: relative;
  padding-bottom: 0.5rem;
  color: #8f9095;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 400;
}
.c-heading .eng::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 0.0625rem;
  background-color: #8f9095;
}
.c-heading .jpg {
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-heading .grid {
  display: grid;
}
.c-heading .jpg--s {
  color: #222;
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (min-width: 60rem) {
  .c-heading {
    margin-bottom: 3.5rem;
  }
  .c-heading .eng {
    font-size: 0.875rem;
  }
  .c-heading .jpg {
    font-size: 2rem;
  }
}
/* project
================================================== */
/* header
============================== */
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 4.375rem;
  padding: 1rem 2rem;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  z-index: 200;
}
header .container .logo {
  transition-duration: 0.2s;
  width: 6rem;
  flex-shrink: 0;
}
header .container .logo a {
  width: 100%;
}
header .container .logo img {
  width: 100%;
}
header .container .logo:hover {
  opacity: 0.6;
}
header .container .logo.open {
  display: none;
}
header .container .btns {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
header .container .btns .application {
  overflow: visible;
  background-color: #fff;
}
header .container .btns .application a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  top: 0;
  padding: 0.5rem 1.5rem;
  border: 3px solid #333;
  border-radius: 3rem;
  background-color: #fbff33;
  box-shadow: 0 5px 0 rgba(197, 194, 194, 0.3019607843);
  font-weight: 700;
  --spacing: .03em;
  transition-duration: 0.2s;
}
header .container .btns .application a:hover {
  top: 3px;
  box-shadow: none;
}
header .container .btns .hamburger {
  width: 1.75rem;
  cursor: pointer;
}
header .container .btns .hamburger img {
  width: 2.0625rem;
  height: 2.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
header .container .btns .hamburger .close {
  display: none;
}
header .container .btns .hamburger.open .open {
  display: none;
}
header .container .btns .hamburger.open .close {
  display: initial;
}
header .container .btns.open {
  justify-content: space-between;
  width: 100%;
}
header .menu {
  display: none;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  max-width: 37.375rem;
  padding: 6.375rem 2rem 1rem;
  background-color: #fff;
}
header .menu .grid {
  position: relative;
  padding: 2rem 2rem;
}
header .menu .grid::before {
  content: "";
  opacity: 0.07;
  position: absolute;
  inset: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.svg);
  background-size: 3.125rem;
  background-repeat: repeat;
}
header .menu nav .content {
  margin-bottom: 3.5rem;
}
header .menu nav .content p {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  color: #8f9095;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
header .menu nav .content p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.75rem;
  height: 0.0625rem;
  background-color: #8f9095;
}
header .menu nav .content ul {
  display: grid;
  gap: 1rem;
}
header .menu nav .content li {
  position: relative;
  padding-left: 2.5rem;
}
header .menu nav .content li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
header .menu nav .content li a {
  position: relative;
  line-height: 1.6;
}
header .menu nav .content li a::before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  transition-duration: 0.2s;
}
header .menu nav .content li a:hover::before {
  display: initial;
}
header .menu nav .link {
  margin-bottom: 2.5rem;
}
header .menu nav .link a {
  color: #8f9095;
  font-size: 0.75rem;
  text-decoration: underline;
  transition-duration: 0.2s;
}
header .menu nav .link a:hover {
  opacity: 0.6;
}
header .menu.open {
  display: block;
}

@media screen and (min-width: 60rem) {
  header {
    height: 6.25rem;
    padding: 1.375rem 3.875rem;
  }
  header .container .logo {
    width: 8.0625rem;
  }
  header .container .logo.open {
    display: block;
    position: relative;
    top: 4px;
  }
  header .container .btns {
    gap: 2rem;
  }
  header .container .btns .application a {
    width: 13.375rem;
    height: 3.5rem;
  }
  header .container .btns.open {
    justify-content: flex-end;
  }
  header .container .btns.open .application {
    display: none;
  }
  header .menu {
    padding: 8.25rem 5rem 5rem;
  }
  header .menu .grid {
    display: grid;
    gap: 2.5rem;
    padding: 3.5rem 2rem;
  }
  header .menu nav .btn {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  header .menu nav .btn a {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    position: relative;
    top: 0;
    padding: 1rem 1rem;
    border: 3px solid #333;
    border-radius: 3rem;
    background-color: #fbff33;
    box-shadow: 0 5px rgba(197, 194, 194, 0.3019607843);
    font-weight: 700;
    transition-duration: 0.2s;
  }
  header .menu nav .btn a:hover {
    top: 3px;
    box-shadow: none;
  }
  header .menu nav .link {
    margin-top: 2.5rem;
  }
  header .menu nav .link a {
    font-size: 1rem;
  }
  header .menu.open {
    display: block;
  }
}
/* footer
============================== */
footer {
  position: relative;
}
footer .smooth {
  position: absolute;
  top: 1.25rem;
  right: 2rem;
}
footer .smooth .btn {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #8f9095;
  border-radius: 50%;
  transition-duration: 0.2s;
}
footer .smooth .btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition-duration: 0.2s;
}
footer .smooth .btn:hover {
  background-color: #fbff33;
}
footer .smooth .btn:hover img {
  position: relative;
  top: calc(50% - 4px);
}
footer .inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer .logo {
  margin-bottom: 3.5rem;
}
footer .logo img {
  width: 5rem;
  height: 5rem;
}
footer ul {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
  --spacing: 0.03em;
}
footer ul a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  transition-duration: 0.2s;
}
footer ul a:hover {
  color: #8f9095;
}
footer small {
  font-size: 0.75rem;
  font-weight: 400;
}

@media screen and (min-width: 37.5rem) {
  footer .smooth {
    top: 3.125rem;
    right: 2rem;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  footer .logo {
    margin-bottom: 0;
  }
  footer .logo img {
    width: 7.875rem;
    height: 7.875rem;
  }
  footer ul {
    display: grid;
    gap: 1rem;
    margin-bottom: 2.5rem;
    --spacing: 0.03em;
  }
  footer ul a {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
  }
  footer small {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
/* voice
================================================== */
.p-voice {
  position: relative;
  z-index: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.p-voice .lead {
  margin-bottom: 3rem;
  text-align: center;
  line-height: 2;
}
.p-voice ul {
  display: grid;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
.p-voice li {
  position: relative;
  padding: 3.5rem 2rem 3.125rem;
  border: 2px solid #333;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.p-voice li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: -0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/dot.png);
  background-size: 3.125rem;
  background-repeat: repeat;
  border-radius: 0.9375rem;
}
.p-voice li .summary {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-voice li .text {
  font-size: 1rem;
  line-height: 2;
}
.p-voice li .text .body {
  margin-bottom: 1.5rem;
}
.p-voice .btn {
  text-align: center;
}
.p-voice .btn a {
  position: relative;
  top: 0;
  padding: 1rem 2rem;
  border: 3px solid #333;
  border-radius: 3rem;
  background-color: #fff;
  box-shadow: 0 4px 1px #e2e2e5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  transition-duration: 0.2s;
  cursor: pointer;
}
.p-voice .btn a:hover {
  top: 3px;
  box-shadow: none;
}
.p-voice .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
  border-right: 0;
}

@media screen and (min-width: 60rem) {
  .p-voice {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  .p-voice .lead {
    margin-bottom: 3.5rem;
  }
  .p-voice ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .p-voice li .summary {
    font-size: 1.5rem;
  }
  .p-voice li .name {
    display: flex;
    gap: 0.5rem;
    justify-content: end;
  }
}
/* animation
================================================== */
.js-loadin {
  opacity: 0;
}

.js-loadin.active {
  position: relative;
  animation: loadin 0.8s ease-out 0.3s forwards;
}

@keyframes loadin {
  0% {
    opacity: 0;
    top: -1.5rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.js-scrollin {
  opacity: 0;
}

.js-scrollin.active {
  opacity: 1;
  transition-duration: 1.5s;
}
@media screen and (min-width: 60rem) {
  .js-scrollin.active.--2 {
    transition-delay: 0.3s;
  }
  .js-scrollin.active.--3 {
    transition-delay: 0.6s;
  }
}