@charset "UTF-8";
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

/*----------------------------------------
	color
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
html {
  font-size: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.9;
  color: #3c3c3c;
  background: url(../img/bg.png);
  background-attachment: fixed;
}

main {
  display: block;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

button {
  color: #000;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
.l-container {
  display: block;
  position: relative;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  padding: 60px 20px;
}
.l-footer a {
  color: #ffffff;
}
.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  max-width: 1500px;
  margin: auto;
}
.l-footer__logo {
  margin: 0 0 20px;
}
.l-footer__logo a {
  display: block;
  width: 200px;
}
.l-footer__address {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-footer__address a {
  color: #ffffff;
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__lg {
  width: 44px;
  margin-bottom: 30px;
}
.l-footer__footer_name {
  width: 45%;
  margin-bottom: 40px;
}
.l-footer__copyright {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.l-footer__sns {
  margin-top: 100px;
  margin-bottom: 20px;
}
.l-footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__sns ul li {
  width: 50px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 6vw 0;
    width: 92%;
    margin: 0 auto;
  }
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .l-footer__logo a {
    width: 160px;
  }
  .l-footer__content {
    gap: 40px;
  }
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__nav li {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #919191;
  }
  .l-footer__nav li:last-child {
    border-bottom: none;
  }
  .l-footer__nav li a {
    padding: 10px 0;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 95%;
  z-index: 3;
}
.l-header .l-header__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  margin-right: 10px;
}
.l-header .l-header__toggle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42px;
  height: 16px;
}
.l-header .l-header__toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .l-header__toggle span:nth-of-type(2) {
  position: relative;
  top: 4px;
}
.l-header .l-header__toggle p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin: 8px 0 0;
}
.l-header .cls-1 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header.fixed .cls-1 {
  fill: #000;
}
.l-header.fixed .l-header__toggle span {
  background: #000000;
}
.l-header.is-active .cls-1 {
  fill: #000;
}
.l-header.is-active__nav {
  opacity: 1;
  visibility: visible;
}
.l-header.is-active .l-header__toggle span {
  background: #000000;
}
.l-header.is-active .l-header__toggle div span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-25deg);
          transform: translateY(8px) rotate(-25deg);
}
.l-header.is-active .l-header__toggle div span:nth-child(2) {
  -webkit-transform: translateY(-8px) rotate(25deg);
          transform: translateY(-8px) rotate(25deg);
}
.l-header__logo {
  padding: 0;
  width: 40px;
  margin-left: 15px;
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  width: 100%;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
.l-header__nav__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  height: 50px;
  background: #F4F4F4;
  margin: 0 0 0 auto;
  border-radius: 100px;
}
.l-header__nav__search input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 20px;
}
.l-header__nav__search input[type=submit] {
  width: 50px;
  height: 50px;
  background: url(../img/_common/icon-search01.png) no-repeat center/22px;
  padding: 0 20px;
}
.l-header__nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.l-header__nav__menu > li > a, .l-header__nav__menu > li > span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px;
}
.l-header__nav__menu > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.l-header__nav__menu > li > span:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: 45deg;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.l-header__nav__menu > li .sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #00ACAB;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__nav__menu > li .sub-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__nav__menu > li .sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-header__nav__menu > li .sub-menu ul li a {
  color: #fff;
}
.l-header__nav__recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 160px;
  height: 120px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: #00ACAB;
}
.l-header__nav__recruit a:before {
  content: "";
  width: 37px;
  height: 37px;
  background: url(../img/_common/icon-user01.png) center/cover;
}
.l-header__toggle {
  display: none;
}

@media screen and (min-width: 767px) {
  .l-header {
    display: none;
  }
}
.toggle-menu {
  background: #e9e8e7;
  padding: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.toggle-menu .sns {
  margin-top: 100px;
  margin-bottom: 20px;
}
.toggle-menu .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toggle-menu .sns ul li {
  width: 50px;
}
.toggle-menu__copyright {
  text-align: center;
}
.toggle-menu ul li i {
  position: relative;
  top: 6px;
  font-size: 3.5rem;
  font-style: normal;
  margin-right: 14px;
}
.toggle-menu ul li i.arro {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8f8f8f;
}
.toggle-menu ul li .line__txt {
  position: relative;
}
.toggle-menu ul li .line__txt:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #000000;
  position: absolute;
  bottom: -5px;
  left: 0;
}

/* --- pc ---- */
.side-pc {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .side-pc {
    display: none;
  }
}

.side-pc__right {
  position: fixed;
  bottom: 50px;
  right: 60px;
  z-index: 2;
}
.side-pc__right .p-result-pc {
  position: relative;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 15px 45px;
  display: none;
}
@media screen and (min-width: 1470px) {
  .side-pc__right .p-result-pc {
    display: block;
  }
}
.side-pc__right .p-result-pc .c-heading__main {
  margin-bottom: 15px;
}
.side-pc__right .p-result-pc .c-heading__main h2 {
  font-size: 2.6rem;
}
.side-pc__right .p-result-pc .c-txt {
  font-size: 1.5rem;
}
.side-pc__right .p-result-pc .btn-y {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.side-pc__right .p-result-pc .btn-y a {
  border-radius: 100px;
  background: yellow;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #919191;
  display: inline-block;
  padding: 10px 30px;
  background: #f5ef7a;
  line-height: 1;
  font-size: 2.4rem;
}
.side-pc__right .p-result-pc .btn-y .arrow {
  display: inline-block;
  padding-left: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* アニメーション効果を滑らかに */
}
.side-pc__right .p-result-pc .btn-y:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); /* ホバー時に10px下に移動 */
}
.side-pc__right .sns .sns-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.side-pc__right .sns .sns-menu li {
  width: 50px;
}
.side-pc__right .copyright {
  color: #ffffff;
  text-align: right;
  font-size: 1.5rem;
}

.toggle-menu-pc {
  padding: 40px;
  position: fixed;
  bottom: 50px;
  left: 20px;
  z-index: 2;
}
.toggle-menu-pc .sns {
  margin-top: 100px;
  margin-bottom: 20px;
}
.toggle-menu-pc .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toggle-menu-pc .sns ul li {
  width: 50px;
}
.toggle-menu-pc__copyright {
  text-align: center;
}
.toggle-menu-pc ul li {
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 1.8rem;
}
.toggle-menu-pc ul li a {
  color: #ffffff;
}
.toggle-menu-pc ul li i {
  position: relative;
  top: 6px;
  font-size: 2.5rem;
  font-style: normal;
  margin-right: 14px;
}
.toggle-menu-pc ul li i.arro {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.toggle-menu-pc ul li .line__txt {
  position: relative;
}
.toggle-menu-pc ul li .line__txt:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-sidebar
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
.l-container {
  background: #ffffff;
  width: 580px;
  margin: 0 auto;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: #00ACAB;
  padding: 0 20px 0 0;
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.c-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(../img/_common/icon-arrow-right01.png) center/cover;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .c-button {
    width: 240px;
    height: 50px;
    font-size: 1.6rem;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-heading
----------------------------------------*/
.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4px;
}
.c-heading__main, .c-heading__sub {
  overflow: hidden;
}
.c-heading__main span, .c-heading__sub span {
  display: inline-block;
  translate: 0 100%;
}
.c-heading__main span {
  font-size: 2.8rem;
  line-height: 1.2;
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.c-heading__sub span {
  font-family: "Poppins", sans-serif;
  font-size: 10rem;
  line-height: 1;
  color: #00ACAB;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-heading.-white .c-heading__main span {
  font-size: 2.4rem;
  color: #fff;
}
.c-heading.-white .c-heading__sub span {
  font-size: 8rem;
  color: #fff;
}
.c-heading.is-active .c-heading__main span, .c-heading.is-active .c-heading__sub span {
  translate: 0 0;
}

@media screen and (max-width: 767px) {
  .c-heading__main span {
    font-size: 1.8rem;
  }
  .c-heading__sub span {
    font-size: 6rem;
  }
  .c-heading.-white .c-heading__main span {
    font-size: 1.8rem;
  }
  .c-heading.-white .c-heading__sub span {
    font-size: 6rem;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-title
----------------------------------------*/
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #333;
}
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-animation
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-tablet
----------------------------------------*/
.u-device-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-device-tablet {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/* キーフレームの定義 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1; /* 最終状態の透明度を設定 */
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1; /* 最終状態の透明度を設定 */
  }
}
@-webkit-keyframes arrow-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置 */
  }
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); /* 上に5px移動 */
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); /* 下に5px移動 */
  }
}
@keyframes arrow-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置 */
  }
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); /* 上に5px移動 */
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); /* 下に5px移動 */
  }
}
@-webkit-keyframes arrow-bounce-x {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 元の位置 */
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); /* 上に5px移動 */
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); /* 下に5px移動 */
  }
}
@keyframes arrow-bounce-x {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 元の位置 */
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); /* 上に5px移動 */
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); /* 下に5px移動 */
  }
}
.js-animation > * {
  opacity: 0;
  visibility: hidden;
}

.js-animation.is-active > * {
  opacity: 0; /* 初期状態の透明度を0に設定 */
  visibility: hidden;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards; /* アニメーションの設定 */
}

/* 子要素ごとにアニメーション開始時間をずらす */
.js-animation.is-active > :nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.js-animation.is-active > :nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.js-animation.is-active > :nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.js-animation.is-active > :nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.js-animation.is-active > :nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.js-animation.is-active > :nth-child(6) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* 必要な数だけ繰り返し */
.eng, .p-point__item .num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.img-wrap.-person {
  width: 95%;
  padding: 0 5%;
  margin: 0 auto 40px;
  text-align: center;
  border-bottom: 1px solid #3c3c3c;
}
.img-wrap.-person figcaption {
  padding: 15px 0;
  font-size: 2.4rem;
  color: #3c3c3c;
}

.c-table dl {
  border-bottom: 1px solid #3c3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 6px;
}
.c-table dl dt {
  margin-right: 20px;
  width: 125px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-weight: 500;
}
.c-table dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
.c-table dl dd ul.award-list li {
  margin-bottom: 18px;
}
.c-table dl dd ul.award-list li:last-child {
  margin-bottom: 0;
}

.line__bg {
  line-height: 1.8;
}

.line__bg span {
  position: relative;
}

.line__bg span:before {
  content: "";
  height: 0.75px;
  width: 0; /* 初期状態では幅を0 */
  background: #000000;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: width 1.5s ease;
  transition: width 1.5s ease; /* アニメーション効果を追加 */
}

.is-active .line__bg span:before {
  width: 100%; /* is-activeクラスが付与されたときに幅を100%に */
}

.c-txt p {
  margin-bottom: 15px;
}

.c-heading__main {
  font-size: 4rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.c-heading__main.-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*----------------------------------------
	p-front-mv
----------------------------------------*/
.p-front-mv {
  background: url(../img/bg-front@2x.webp) no-repeat center top;
  background-size: cover;
  height: 1200px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  background-attachment: scroll;
  font-style: normal;
  position: relative;
}
.p-front-mv__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-front-mv__head {
  position: absolute;
  left: -20px;
  z-index: 1;
  text-align: left;
  top: 30rem;
}
.p-front-mv__head span {
  display: inline-block;
  text-align: left;
  color: #ffffff;
  line-height: 1;
  font-size: 3.5rem;
  font-weight: bold;
  position: relative;
  margin-right: 20px;
}
.p-front-mv__head span.bg {
  padding: 4px 20px;
  margin-bottom: 12px;
}
.p-front-mv__head span.bg:before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
}
.p-front-mv__head span:nth-of-type(2) {
  font-size: 4rem;
}
.p-front-mv__head span .in {
  z-index: 2;
  opacity: 0;
  -webkit-animation: fadeIn2 2s 1.5s forwards;
          animation: fadeIn2 2s 1.5s forwards; /* アニメーション名、期間、遅延、継続設定 */
  margin-right: 0;
  padding-left: 30px;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .p-front-mv__catch {
    position: relative !important;
  }
}
.p-front-mv__catch .mcatch {
  position: relative;
  top: 50rem;
  display: inline-block;
  left: 3%;
  width: 540px !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .p-front-mv__catch .mcatch {
    width: 95% !important;
    left: 2%;
  }
}
.p-front-mv__catch .mcatch img {
  width: 100%;
}
.p-front-mv__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-front-mv__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.p-front-mv__item.-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-front-mv__item.-heading .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-front-mv__item.-txt {
  padding: 10px 0 0 10px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-front-mv__column {
    width: 100%;
  }
}
.c-txt-yellow {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-underline-offset: -5px;
  text-decoration-color: #f5ef7a;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.c-txt-yellow2 {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #ffffff;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.side {
  position: absolute;
  right: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.side span {
  color: #919191;
  padding: 10px 4px;
  line-height: 1;
  font-size: 2.4rem;
  position: relative;
  white-space: nowrap;
}

.is-active .side span::before {
  content: ""; /* 空の内容 */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #f5ef7a;
  z-index: -1;
  -webkit-animation: draw 1.3s 0.3s forwards;
          animation: draw 1.3s 0.3s forwards; /* アニメーション設定 */
}

@-webkit-keyframes draw2 {
  to {
    width: 100%; /* 最終的に背景の幅をspan全体に広げる */
  }
}

@keyframes draw2 {
  to {
    width: 100%; /* 最終的に背景の幅をspan全体に広げる */
  }
}
@-webkit-keyframes draw {
  to {
    height: 100%; /* 最終的に背景の幅をspan全体に広げる */
  }
}
@keyframes draw {
  to {
    height: 100%; /* 最終的に背景の幅をspan全体に広げる */
  }
}
.p-point__item {
  position: relative;
  padding: 70px 36px 70px 21px;
}
@media screen and (max-width: 767px) {
  .p-point__item {
    padding: 70px 6vw 70px;
    margin: 0 auto;
    width: 100%;
  }
}
.p-point__item.-point5 {
  padding-bottom: 0;
}
.p-point__item .num {
  font-size: 9rem;
}
.p-point__item h2 {
  margin-bottom: 50px;
  font-size: 4rem;
  line-height: 1.5;
}
.p-point__item .sub__txt {
  margin-bottom: 45px;
  font-size: 3.2rem;
}
.p-point__item .txt {
  margin-bottom: 4.5rem;
}
.p-point__item .txt.-concept {
  font-size: 3rem;
  font-weight: 400 !important;
}
.p-point__item .txt.-concept p {
  margin-bottom: 25px;
}
.p-point__item .txt.-concept p:last-child {
  margin-bottom: 0;
}
.p-point__item.-atelier {
  background: #e9e8e7;
  overflow: hidden;
  position: relative;
  top: 1px;
}
.p-point__item.-atelier .-concept {
  text-align: center;
}
.p-point__item.-atelier .-concept p {
  margin-bottom: 25px;
}
.p-point__item.-atelier .-concept p:last-child {
  margin-bottom: 0;
}
.p-point__item.-atelier figure {
  width: 120%;
  position: relative;
  left: -4%;
}
.p-point__item.-atelier figure img {
  width: 100%;
}
.p-point__sub {
  padding: 20px 36px 70px 21px;
}
@media screen and (max-width: 767px) {
  .p-point__sub {
    padding: 20px 6vw 70px 6vw !important;
    margin: 0 auto !important;
    width: 100%;
  }
}
.p-point__sub.-mokuzo {
  padding: 70px 36px 70px 21px !important;
  background: url(../img/bg-point-sub-01@2x.webp) no-repeat;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-point__sub.-mokuzo {
    padding: 70px 6vw 70px !important;
    margin: 0 auto;
    width: 100%;
  }
}
.p-point__sub.-mokuzo .sub__txt .line__bg span:before {
  background: #ffffff;
}
.p-point__sub.-atelier {
  background: #e9e8e7;
}
.p-point__sub .sub__txt {
  margin-bottom: 45px;
  font-size: 3.2rem;
}
.p-point__sub .txt {
  margin-bottom: 50px;
}
.p-point__sub.-person {
  background: #e9e8e7;
}
.p-point__sub.-person .txt h2 {
  font-size: 3rem;
  margin-bottom: 35px;
  line-height: 1.6;
}
.p-point__sub.-person .txt p {
  margin-bottom: 20px;
}
.p-point__sub.-case {
  padding-bottom: 120px;
}
.p-point__sub.-case .sub__txt {
  margin-bottom: 10px;
  font-size: 2rem;
}
.p-point__sub.-case .c-heading-sub {
  font-size: 2.6rem;
  padding: 6px 0 12px;
  border-bottom: 1px solid #3c3c3c;
}
.p-point.-bnr {
  background: url(../img/bg-point-result.webp) no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 90px 20px;
  position: relative;
}
.p-point.-bnr .c-heading__main {
  margin-bottom: 30px;
}
.p-point.-bnr .btn-y {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.p-point.-bnr .btn-y a {
  border-radius: 100px;
  background: yellow;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #919191;
  padding: 16px 24px;
  background: #f5ef7a;
  line-height: 1;
  font-size: 2.4rem;
  display: inline-block;
}
.p-point.-bnr .btn-y .arrow {
  display: inline-block;
  padding-left: 6px;
  -webkit-animation: arrow-bounce-x 2s ease infinite;
          animation: arrow-bounce-x 2s ease infinite; /* 2秒間隔で無限にアニメーションを繰り返す */
}

/*----------------------------------------
	p-front-bg
----------------------------------------*/
.p-front-bg {
  background: #F3F3F3;
  padding: 120px 60px;
}

@media screen and (max-width: 767px) {
  .p-front-bg {
    padding: 60px 20px;
  }
}
.p-contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e8e7), to(#a3cbe7));
  background: linear-gradient(#e9e8e7, #a3cbe7);
  padding-bottom: 20px;
  position: relative;
}
.p-contact .btn-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-top: 20px;
}
.p-contact .btn-y a {
  border-radius: 100px;
  background: yellow;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #919191;
  display: inline-block;
  padding: 15px 10px 15px;
  background: #f5ef7a;
  line-height: 1;
  font-size: 2.4rem;
  cursor: pointer;
}
.p-contact .arrow {
  color: #ffffff;
  display: block;
  padding-left: 6px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: -40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-animation: arrow-bounce 2s ease infinite;
          animation: arrow-bounce 2s ease infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  width: 50px;
  position: relative;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  font-size: 2.9rem;
}
.p-contact .c-heading__main {
  text-align: center;
  padding: 100px 0;
}
.p-contact .side {
  top: 120px;
}
.p-contact .inner {
  background: #ffffff;
  margin: 22px 22px 0;
  padding: 60px 60px;
  /*チェックマークを作成*/
}
.p-contact .inner input[type=checkbox] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 2px solid #000000;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  font-size: 10px;
  text-align: center;
  background: #efefef;
}
.p-contact .inner input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  display: inline-block;
  width: 12px;
  height: 7px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.p-contact .inner input[type=text] {
  background: #efefef;
  width: 100%;
}
.p-contact .inner textarea {
  background: #efefef;
  width: 100%;
  min-height: 160px;
}
.p-contact .inner dl {
  margin-bottom: 25px;
}
.p-contact .inner .hiss {
  color: #ed7846;
  font-size: 1.4rem;
  position: relative;
  top: -6px;
  left: 4px;
}
.p-contact .inner .hs_submit input[type=submit] {
  margin-bottom: 20px;
  color: #919191;
  padding: 16px 4px;
  background: #f5ee64;
  line-height: 1;
  font-size: 2.1rem;
  width: 100%;
  text-align: center;
}

.p-business {
  background: url(../img/bg-business@2x.webp);
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.p-business .side {
  top: 120px;
}
.p-business .inner {
  padding: 20px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-business .inner {
    padding: 100px 6vw 0;
    width: 100%;
    margin: 0 auto;
  }
}
.p-business .inner h2 {
  margin-bottom: 90px;
  font-size: 3.5rem;
}
.p-business .inner .txt {
  padding: 0 25px 60px;
}
.p-business .inner .list dl {
  padding: 0 25px;
  margin-bottom: 30px;
}
.p-business .inner .list dl dt {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.7rem;
  margin-bottom: 10px;
}
.p-business .inner .list dl dd {
  font-size: 2rem;
}

.p-result {
  background: url(../img/bg-result.webp) no-repeat;
  background-size: cover;
  padding: 240px 0 290px;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.p-result .c-heading__main {
  margin-bottom: 30px;
}
.p-result .btn-y {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -150px;
  display: inline-block;
}
.p-result .btn-y a {
  border-radius: 100px;
  background: yellow;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #919191;
  display: inline-block;
  padding: 30px 10px 20px;
  background: #f5ef7a;
  line-height: 1;
  font-size: 2.4rem;
  cursor: pointer;
}
.p-result .arrow {
  display: block;
  padding-left: 6px;
  margin-top: 12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-animation: arrow-bounce 2s ease infinite;
          animation: arrow-bounce 2s ease infinite; /* 2秒間隔で無限にアニメーションを繰り返す */
}

.slider-wrap {
  margin-top: 40px;
}

.slick-prev {
  text-indent: -9999px;
  background: url(../img/arrow-left.svg) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: -170px;
}

.slick-next {
  text-indent: -9999px;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: -170px;
  right: 0;
}

.slider-t {
  margin-top: 20px;
}

.slider-t ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-t li {
  margin-right: 6px !important;
  width: 23%; /* 各サムネイルの幅 */
}
.slider-t li img {
  width: 100%;
}

.slider-wrap .slider-b li, .slider-wrap .slider-t li {
  margin: 0;
  padding: 0;
}

.slider-wrap .slider-b img, .slider-wrap .slider-t img {
  width: 100%; /* 画像の横幅をli要素に合わせる */
  height: auto; /* 高さを自動調整 */
}