@charset "UTF-8";
/* ==================================================
Color定義
================================================== */
/* パレット
-------------------------------------------------- */
/* ==================================================
font-size定義
================================================== */
/* ==========================================================================
Reset CSS
========================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body, article, section, nav, aside,
h1, h2, h3, h4, h5, h6, header, footer,
p, pre, blockquote, ol, ul, li, dl, dt, dd,
figure, figcaption, div, main, pre,
a, em, strong, small, q, data, time,
code, var, sub, sup, i, b, u, mark, span,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Box model
========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Display
========================================================================== */
article, section, nav, aside, header,
footer, figure, figcaption, main {
  display: block;
}

video, audio, progress, canvas {
  display: inline-block;
  vertical-align: baseline;
}

/* View
========================================================================== */
.win, .mac {
  overflow-y: scroll;
}

body {
  color: #424242;
  font-size: 17px;
  counter-reset: number 0;
}

/* Style
========================================================================== */
/* Grouping content
-------------------------------------------------------------------------- */
blockquote {
  quotes: none;
}

blockquotel:before, blockquotel:after {
  content: "";
  content: none;
}

hr {
  height: 0;
  box-sizing: content-box;
}

ol, ul {
  list-style: none;
}

/* Text-level semantics
-------------------------------------------------------------------------- */
a {
  color: #424242;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:active {
  outline: 0;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0;
}

q {
  quotes: none;
}

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

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 0.95rem;
  bottom: 0px;
}

sup {
  top: -0.5em;
}

mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* Embedded content
-------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

embed, object {
  max-width: 100%;
  outline: none;
  vertical-align: top;
}

/* Tabular data
-------------------------------------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

/* ==================================================
base
================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #424242;
  background-color: #FFFFEB;
  overflow-x: hidden;
  width: 100%;
  /* min-width: 1024px; */
  position: relative;
}

.l-wrap {
  position: relative;
  width: 100%;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==================================================
pc or sp
================================================== */
.-pc-none {
  display: none;
}

.-sp-none {
  display: inline-block;
}

/* ==================================================
a
================================================== */
a, a:hover {
  transition: all 0.2s;
}

/* ==================================================
move
================================================== */
.-down:hover {
  transform: translate3d(0, 5px, 0);
}

.-down {
  transition: all 0.2s;
}
.-down h3:after {
  transition: all 0.2s;
}

.-right-move:hover {
  transform: translate3d(4px, 0, 0);
}
.-right-move:hover h3:after {
  right: -4px;
}

.-right-move {
  transition: all 0.2s;
}
.-right-move h3:after {
  transition: all 0.2s;
}

/* ==================================================
second
================================================== */
.pankuzu {
  color: #424242;
  margin: 100px 0;
}
.pankuzu a {
  color: #424242;
}

/* ==================================================
sp
================================================== */
@media screen and (max-width: 768px) {
  .-pc-none {
    display: inline-block;
  }
  .-sp-none {
    display: none;
  }
}
.nav_space__contents {
  display: none;
}

.l-header {
  padding: 7px 7px 13px;
}

.l-header.l-wrap {
  max-width: 1320px;
}

.l-header h1 {
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 10px;
}

.l-header-navigation-up li {
  margin-left: 20px;
}
.l-header-navigation-up li img {
  display: block;
}

.l-header-navigation-down {
  margin-top: 13px;
}

.l-header-navigation-down li {
  position: relative;
  margin-left: 26px;
}
.l-header-navigation-down li::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #ccc;
  top: 10%;
  right: -13px;
  width: 1px;
  height: 80%;
}
.l-header-navigation-down li:last-child:after {
  display: none;
}
.l-header-navigation-down li:first-child {
  margin-left: 0;
}

.l-header-navigation-down li.-active:before,
.l-header-fix-navigation-left li.-active:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #FED846;
  bottom: -10px;
  right: -2px;
  width: calc(100% + 4px);
  height: 2px;
}

.l-header-navigation-right {
  margin-left: 17px;
}

.-btn-header {
  background: #FED846;
  display: block;
  width: 125px;
  text-align: center;
  padding: 2px;
  border-radius: 3px;
}

.l-header-navigation-right li + li {
  margin-top: 10px;
}

.l-fix-navi {
  z-index: 10;
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  background: #FFFFEB;
  transition: top 0.5s ease;
}
.l-fix-navi::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #FFFFEB;
  height: 100%;
  width: 4000px;
  left: -2000px;
  top: 0;
  z-index: 0;
}

.l-fix-navi.-is-show {
  top: 0;
}

.l-fix-navi .l-header {
  padding: 5px 7px 5px;
}

.l-header-fix-navigation-left li {
  position: relative;
  margin-left: 24px;
}
.l-header-fix-navigation-left li::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #ccc;
  top: 10%;
  right: -12px;
  width: 1px;
  height: 80%;
}
.l-header-fix-navigation-left li:last-child:after {
  display: none;
}

.l-header-fix-navigation-right {
  margin-left: 5px;
}
.l-header-fix-navigation-right li {
  margin-left: 10px;
}

footer {
  background: #FED846;
}

footer .l-wrap {
  position: relative;
}

.l-footer {
  padding: 80px 0 190px;
}

.l-footer-left {
  width: 390px;
  border-radius: 10px;
  background: #fff;
  padding: 40px 30px;
}

.l-footer-left img {
  width: 120px;
}

.l-footer-left h1 {
  font-size: 18px;
  line-height: 1.5;
}

.l-footer-left-select {
  margin-top: 40px;
}

.l-footer-left-select li {
  width: calc(50% - 5px);
}

.l-footer-left-select li a {
  position: relative;
  background: #FED846;
  font-weight: 700;
  display: block;
  padding: 5px 6px 5px 47px;
  border-radius: 30px;
}
.l-footer-left-select li a.-contact:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 14px;
}
.l-footer-left-select li a.-entry:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-entry.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 18px;
}

address {
  margin-top: 25px;
}

.l-footer-right {
  width: calc(100% - 440px);
}

.l-footer-right-list {
  width: 33.33%;
}

.l-footer-right-list li {
  font-weight: 600;
  margin-bottom: 25px;
}

.l-footer-right-list .-down-menu li {
  font-weight: 400;
  margin-bottom: 7px;
}

footer .blob {
  position: absolute;
  bottom: 0;
  background: #fff;
  transform: scale(0.6);
  top: 285px;
  right: -30px;
}

footer .blob-mini {
  background: #fff;
  transform: scale(0.15);
  top: 380px;
  right: 110px;
}

.l-mid-cvr {
  background: #FED846;
  border-bottom: 5px solid #fff;
}

.l-mid-cvr .l-wrap {
  text-align: center;
  padding: 100px 0 110px;
}

.l-mid-cvr .l-wrap h2 {
  position: relative;
  font-size: 39px;
}

.l-mid-cvr .l-wrap h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  bottom: 19px;
  width: 64px;
  height: 4px;
  background-color: #424242;
  transform: rotate(50deg);
  left: 50%;
  margin-left: -330px;
  border-radius: 110px;
}

.l-mid-cvr .l-wrap h2:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  bottom: 19px;
  width: 64px;
  height: 4px;
  background-color: #424242;
  transform: rotate(-50deg);
  right: 50%;
  margin-right: -330px;
  border-radius: 110px;
}

.l-mid-cvr .l-wrap p {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 600;
}

.l-mid-cvr-select {
  width: 600px;
  margin: 50px auto 0;
}

.l-mid-cvr-select li a {
  position: relative;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 9px 27px 10px 60px;
  border-radius: 30px;
}
.l-mid-cvr-select li a.-recruit:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 22px;
}
.l-mid-cvr-select li a.-flow:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 22px;
}
.l-mid-cvr-select li a.-mendan:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-comment.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 20px;
}

.l-fix-cvr {
  z-index: 1;
  position: fixed;
  bottom: -100px;
  right: 0;
  background: #FED846;
  width: 805px;
  padding: 8px 15px 6px 11px;
  border-radius: 30px 0 0 0;
  transition: bottom 0.5s ease;
}
.l-fix-cvr.-is-show {
  bottom: 0;
  right: 0;
}

.l-fix-cvr-left .l-fix-cvr-left-img {
  background: #fff;
  border-radius: 25px 5px 5px 5px;
  padding: 2px 5px 3px 11px;
  width: 80px;
}
.l-fix-cvr-left .l-fix-cvr-left-img img {
  width: 100%;
  border-radius: 5px;
}

.l-fix-cvr-left h2 {
  font-size: 17.5px;
  line-height: 1.4;
  margin-left: 10px;
  margin-bottom: 2px;
}

.l-fix-cvr-right li a {
  position: relative;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 19px 10px 52px;
  border-radius: 30px;
}
.l-fix-cvr-right li a.-tel:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 18px;
}
.l-fix-cvr-right li a.-mendan:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-comment.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 16px;
}

.l-fix-cvr-right li {
  margin-left: 8px;
  margin-bottom: 1px;
}

/* .link-anim
-------------------------------------------------- */
.-down:hover {
  transform: translate3d(0, 5px, 0);
}

.-down {
  transition: all 0.2s;
}

.-down h3:after {
  transition: all 0.2s;
}

.-right:hover {
  transform: translate3d(4px, 0, 0);
}

.-right {
  transition: all 0.2s;
}

.-right h3:after {
  transition: all 0.2s;
}

.-left:hover {
  transform: translate3d(-4px, 0, 0);
}

.-left {
  transition: all 0.2s;
}

.-left h3:after {
  transition: all 0.2s;
}

/* .loop
-------------------------------------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.l-loop {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.l-loop__wrap {
  display: flex;
  overflow: hidden;
}

.l-loop__list {
  display: flex;
  list-style: none;
}

.l-loop__list--left {
  animation: infinity-scroll-left 150s infinite linear 0.5s both;
}

.l-loop__item {
  width: 16.6666666667vw;
  min-width: 235px;
}
.l-loop__item:nth-child(2) {
  padding-top: 25px;
}
.l-loop__item:nth-child(4) {
  padding-top: 20px;
}
.l-loop__item:nth-child(6) {
  padding-top: -25px;
}
.l-loop__item:nth-child(7) {
  padding-top: 25px;
}
.l-loop__item:nth-child(8) {
  padding-top: -20px;
}
.l-loop__item:nth-child(10) {
  padding-top: 30px;
}

.l-loop__item small {
  color: #fff;
  margin: 4px;
  display: block;
}

.l-loop__item > a {
  display: block;
  width: calc(100% - 50px);
  min-width: 200px;
  height: 160px;
}

.l-loop__item > a img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.blob {
  width: 400px;
  height: 400px;
  background: #FED846;
  animation: blobMorph 6s ease-in-out infinite;
  clip-path: path("M220,373.89C300.40,373.89,356.76,300.40,356.76,220C356.76,146.38,293.61,90.27,220,90.27C131.90,90.27,35.45,131.90,35.45,220C35.45,313.84,126.15,373.89,220,373.89");
  transform: scale(0.77);
  transform-origin: center;
  z-index: -1;
}

@keyframes blobMorph {
  0% {
    clip-path: path("M220,373.89C300.40,373.89,356.76,300.40,356.76,220C356.76,146.38,293.61,90.27,220,90.27C131.90,90.27,35.45,131.90,35.45,220C35.45,313.84,126.15,373.89,220,373.89");
  }
  33% {
    clip-path: path("M220,400C330,400,390,300,380,200C370,120,300,60,220,70C140,80,40,140,30,220C20,300,110,400,220,400");
  }
  66% {
    clip-path: path("M220,350C280,350,350,280,340,200C330,100,260,50,180,60C100,70,20,130,20,220C20,310,160,350,220,350");
  }
  100% {
    clip-path: path("M220,373.89C300.40,373.89,356.76,300.40,356.76,220C356.76,146.38,293.61,90.27,220,90.27C131.90,90.27,35.45,131.90,35.45,220C35.45,313.84,126.15,373.89,220,373.89");
  }
}
.blob-mini {
  width: 400px;
  height: 400px;
  background: #FED846;
  animation: blobMorph-mini 15s ease-in-out infinite;
  clip-path: path("M220,373.89C300.40,373.89,356.76,300.40,356.76,220C356.76,146.38,293.61,90.27,220,90.27C131.90,90.27,35.45,131.90,35.45,220C35.45,313.84,126.15,373.89,220,373.89");
  transform: scale(0.22);
  transform-origin: center;
  z-index: -1;
}

@keyframes blobMorph-mini {
  0% {
    clip-path: path("M220,373.89C300.40,373.89,356.76,300.40,356.76,220C356.76,146.38,293.61,90.27,220,90.27C131.90,90.27,35.45,131.90,35.45,220C35.45,313.84,126.15,373.89,220,373.89");
  }
  33% {
    clip-path: path("M220,400C330,400,390,300,380,200C370,120,300,60,220,70C140,80,40,140,30,220C20,300,110,400,220,400");
  }
  66% {
    clip-path: path("M220,350C280,350,350,280,340,200C330,100,260,50,180,60C100,70,20,130,20,220C20,310,160,350,220,350");
  }
  100% {
    clip-path: path("M220,373.89C300.40,373.89,356.76,300.40,356.76,220C356.76,146.38,293.61,90.27,220,90.27C131.90,90.27,35.45,131.90,35.45,220C35.45,313.84,126.15,373.89,220,373.89");
  }
}
.blob {
  position: absolute;
  top: -130px;
  right: -25px;
}

.blob-mini {
  position: absolute;
  top: 15px;
  right: 155px;
}

.wave {
  width: 100%;
  height: 120px; /* 好きな高さに調整 */
  overflow: hidden;
}

.wave svg {
  width: 100%;
  height: 100%;
}

.wave path {
  fill: #FED846; /* 背景色に合わせた波 */
  animation: waveAnim 3s ease-in-out infinite;
}

/* 波のアニメーション */
@keyframes waveAnim {
  0% {
    d: path("M 0,150 C 172.13,124.26 344.26,98.53 517,118 C 689.73,137.46 863.06,202.13 1017,215 C 1170.93,227.86 1305.46,188.93 1440,150 L 1440,400 L 0,400 Z");
  }
  50% {
    d: path("M 0,150 C 139.2,115.06 278.4,80.13 439,81 C 599.6,81.86 781.6,118.53 952,136 C 1122.39,153.46 1281.19,151.73 1440,150 L 1440,400 L 0,400 Z");
  }
  100% {
    d: path("M 0,150 C 172.13,124.26 344.26,98.53 517,118 C 689.73,137.46 863.06,202.13 1017,215 C 1170.93,227.86 1305.46,188.93 1440,150 L 1440,400 L 0,400 Z");
  }
}
.slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.slick-slide {
  margin: 0 18px;
  overflow: hidden;
}

.slick-slide img {
  width: 330px; /* PC用：固定幅 */
  height: auto;
  max-width: none;
  display: block;
  border-radius: 10px;
}

/* ---- スマホ対応（860px以下） ---- */
@media (max-width: 860px) {
  .slider {
    width: 100%;
  }
  .slick-slide img {
    width: 100% !important; /* スマホはレスポンシブ */
    max-width: 100% !important;
  }
}
/* 矢印 */
.slick-prev, .slick-next {
  position: absolute;
  top: -140px;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}

.slick-prev {
  left: 400px;
}

.slick-next {
  left: 500px;
}

.slick-prev img, .slick-next img {
  width: 80px;
  height: auto;
}

.bar-container {
  width: 70px;
  height: 60px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* 疑似要素で横棒を作る */
.bar-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0; /* 初期状態 */
  background: #fff;
  transition: width 0.5s ease-out;
}

/* 表示されたときに伸びる */
.bar-container.active::after {
  width: 100%;
}

.bar-container.-first {
  position: absolute;
  top: calc(50% + 90px);
  right: -60px;
}

.bar-container.-second {
  width: 250px;
  height: 60px;
  transform: rotate(90deg);
  position: absolute;
  bottom: -110px;
  left: 220px;
}

.bar-container.-third {
  width: 250px;
  height: 60px;
  transform: rotate(90deg);
  position: absolute;
  bottom: -110px;
  left: 350px;
}

/* acordion
-------------------------------------------------- */
.qa-item {
  padding: 15px 40px 15px 40px;
  border: 2px solid #C9C9C9;
  border-radius: 35px;
}

.qa-item + .qa-item {
  margin-top: 25px;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.question span {
  font-size: 20px;
}

.answer {
  display: none;
  margin-top: 12px;
}

/* ＋をCSSで描画 */
.toggle-btn {
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.toggle-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: #424242;
  width: 37px;
  height: 37px;
  top: -6px;
  left: -6px;
  z-index: 0;
  border-radius: 3px;
}

.toggle-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4.5px;
  border-radius: 10px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  z-index: 10;
}

/* 縦棒 */
.toggle-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* 開いたとき → 縦棒を横に回転 */
.toggle-btn.open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* tab
-------------------------------------------------- */
.tab-menu {
  display: flex;
}

.tab-menu li {
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.tab-menu li.active {
  background: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ==================================================
l-second-control
================================================== */
.l-second-control {
  margin-top: 25px;
}

.l-second-whitebox {
  background: #fff;
  border-radius: 18px;
  padding: 90px 0 100px;
}

.l-second-whitebox + .l-second-whitebox {
  margin-top: 80px;
}

.l-second-contents {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 40px;
}

/* ==================================================
l-second-contents-h1
================================================== */
.l-second-contents-h1-left {
  min-width: 320px;
}
.l-second-contents-h1-left span {
  font-weight: 600;
  font-size: 17.5px;
  color: #FED846;
  line-height: 1.25;
}
.l-second-contents-h1-left h1 {
  line-height: 1.5;
}
.l-second-contents-h1-left h1 img {
  margin-right: 5px;
}
.l-second-contents-h1-left.-news {
  min-width: 255px;
}

.l-second-contents-h1-right {
  padding-left: 35px;
  margin-left: 30px;
  border-left: 2px solid #C9C9C9;
}
.l-second-contents-h1-right p {
  font-weight: 600;
  font-size: 17px;
}

/* ==================================================
l-second-contents-detail
================================================== */
.l-second-contents-detail {
  margin-top: 50px;
}

.l-second-contents-detail-mainphoto {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}

.l-second-contents-list {
  margin-top: 50px;
  font-size: 17.5px;
}
.l-second-contents-list li a {
  position: relative;
  display: block;
  border: 2px solid #FED846;
  padding: 8px 20px 8px 8px;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
}
.l-second-contents-list li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.l-second-contents-list2 {
  width: calc(50% - 15px);
}

.l-second-contents-list4 {
  width: calc(25% - 15px);
}

.l-second-contents-list4.-double a {
  padding: 8px 20px 8px 25px;
  line-height: 1.4;
  text-align: left;
}

.l-list-box {
  border-bottom: 1px solid #ccc;
  padding: 30px 35px;
}

.l-list-box dt {
  width: 170px;
  font-weight: 600;
}

.l-list-box dd {
  width: calc(100% - 180px);
}

.dd-half {
  width: 50%;
}

.l-company-boss + .l-company-boss {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #ccc;
}

.l-company-boss.l-company-cvr + .l-company-boss {
  border: unset;
  padding-top: 40px;
}

.l-company-boss-left {
  width: 320px;
}
.l-company-boss-left img {
  position: sticky;
  width: 100%;
  height: 100%;
  max-height: 500px;
  top: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.l-company-boss-right {
  width: calc(100% - 350px);
}

.l-company-boss.l-company-cvr {
  background: #FED846;
  border-top: unset;
  border-radius: 15px;
  padding: 30px;
  margin-top: 100px;
}

.l-company-boss.l-company-cvr .l-company-boss-left {
  background: #fff;
  border-radius: 10px;
  min-height: 250px;
}
.l-company-boss.l-company-cvr .l-company-boss-left img {
  width: 40%;
  height: auto;
}

.l-company-boss.l-company-cvr .l-company-boss-right {
  margin-top: -20px;
}

.l-qa-second-lisr {
  margin-top: 95px;
}

.l-second-contents-column .l-cc-image-list {
  width: calc(50% - 25px);
  margin: 15px 0 70px;
}
.l-second-contents-column .l-cc-image-list img {
  width: 100%;
}
.l-second-contents-column .l-cc-image-list .-btn-link {
  float: right;
}

.l-second-contents-detail-graybox {
  background-color: #F4F4F4;
  padding: 30px 40px;
  border-radius: 10px;
}

.l-second-contents-detail-graybox + .l-second-contents-detail-graybox {
  margin-top: 25px;
}

.l-second-contents-detail-graybox h2 {
  position: relative;
  width: 170px;
}
.l-second-contents-detail-graybox h2:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #ccc;
}

.l-second-contents-detail-graybox.-none h2:after {
  display: none;
}

.l-second-contents-detail-graybox h3 {
  padding-left: 35px;
}

.-cc-mean {
  font-size: 30px;
  margin: 35px 0 25px;
  font-weight: 600;
  line-height: 1;
}

.-cc-mean span {
  background: #FED846;
  border-radius: 5px;
  padding: 1px 8px 5px;
  margin: 3px 2px 0 7px;
  color: #fff;
}

.l-contact {
  margin: 0 auto;
}

.l-contact table {
  width: unset;
  display: table;
  margin: 0 auto;
}

.l-contact tr {
  margin-top: 20px;
  display: block;
}

.l-contact tr + tr {
  margin-top: 40px;
}

.l-contact-title-box {
  width: 260px;
  font-weight: 600;
}

.-mandatory {
  font-size: 14px;
  border: 1px solid #FED846;
  padding: 7px 13px;
  border-radius: 15px;
  line-height: 1;
}

td.l-contact-input-box {
  border: none;
  width: 630px;
  padding-left: 40px;
}

input, textarea, select {
  outline: none;
  font-size: 17px;
  background: #F4F4F4;
  border: unset;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}

#ua_box {
  margin-top: 50px;
  width: 100%;
  height: 150px;
  overflow: auto;
  border: 3px #F4F4F4 solid;
  text-align: left;
  margin-bottom: 50px;
  padding: 25px;
  border-radius: 10px;
}

.l-agree-entry {
  text-align: center;
}

input[type=radio] + span {
  background: #F4F4F4;
  color: #424242;
  margin: 0 10px 0 0;
  padding: 14px 17px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

td.l-contact-input-box .-column span + span {
  margin-top: 15px;
}

input[type=radio]:checked + span {
  background: #FED846;
  color: #424242;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

input[type=radio] + span {
  text-align: left;
}

.-input-mendan div {
  width: 30%;
  min-width: 150px;
  margin-right: 5px;
}
.-input-mendan div span {
  margin-left: 5px;
}

.-input-mendan + .-input-mendan {
  margin-top: 8px;
}

td.l-contact-input-box small {
  text-align: left;
  display: block;
  margin-top: 7px;
}

input[type=checkbox] + span {
  background: #fff;
  border: 2px solid #FED846;
  color: #424242;
  padding: 25px 20px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  width: 370px;
  margin-bottom: 50px;
  font-weight: 900;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + span {
  background: #FED846;
}

.l-submit {
  text-align: center;
}

input[type=submit] {
  padding: 30px 20px;
  background: #FED846;
  color: #424242;
  width: 450px;
  font-weight: 600;
  font-size: 22px;
}

.mw_wp_form .error {
  text-align: center;
  margin: -30px 0 60px 0;
}

.mw_wp_form .l-contact-input-box .error {
  text-align: left;
  margin: 0px;
}

.ui-datepicker {
  background: #ffffff !important;
  border: 1px solid #ccc !important;
  z-index: 9999 !important;
}

.ui-datepicker table {
  background: #ffffff;
}

.ui-datepicker th,
.ui-datepicker td {
  background: #ffffff;
}

.ancer-link {
  margin-top: -80px;
  padding-top: 80px;
}

/* Scroll-bar
-------------------------------------------------- */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* font
-------------------------------------------------- */
.-text-mincyo {
  font-family: "游明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* h
-------------------------------------------------- */
h1 {
  font-weight: 700;
  font-size: 39px;
  line-height: 1.2;
}
h1 strong {
  font-size: 22px;
}

.l-second-control h1 {
  font-size: 34px;
}

h2 {
  font-weight: 600;
  font-size: 33px;
  line-height: 1.5;
}

.l-second-control h2 {
  font-size: 27px;
}

h3 {
  font-size: 17.5px;
}
h3 .-line-important {
  line-height: 3;
}
h3 .-line-important::after {
  background: url(../img/common/-wave-line-h3.svg);
  background-repeat: no-repeat;
}

h4 {
  font-weight: 600;
  font-size: 17px;
}

/* p
-------------------------------------------------- */
p {
  font-size: 17px;
  line-height: 2.2;
}

p + p {
  margin-top: 10px;
}

.-font-min {
  font-size: 14px;
  font-weight: 500;
}

/* text-color
-------------------------------------------------- */
.-text-White {
  color: #fff !important;
}

.-text-theme {
  color: #FED846 !important;
}

.-text-black {
  color: #424242 !important;
}

.-text-gray {
  color: #ccc !important;
}

.-text-orange {
  color: #FF6161 !important;
}

/* bg-color
-------------------------------------------------- */
.-bg-Theme {
  background-color: #FED846 !important;
}

.-bg-White {
  background-color: #fff !important;
}

.-bg-Truewhite {
  background-color: #fff;
}

.-bg-Gray {
  background-color: #F4F4F4;
}

.-bg-Gray-box {
  background-color: #F4F4F4;
  padding: 30px;
}

/* text-control
-------------------------------------------------- */
.-text-left {
  text-align: left;
}

.-text-center {
  text-align: center;
}

.-text-right {
  text-align: right;
}

/* mt
-------------------------------------------------- */
.-mt-15 {
  margin-top: -15px;
}

.-mt0 {
  margin-top: 0px !important;
}

.-mt5 {
  margin-top: 5px !important;
}

.-mt10 {
  margin-top: 10px !important;
}

.-mt15 {
  margin-top: 15px !important;
}

.-mt20 {
  margin-top: 20px !important;
}

.-mt25 {
  margin-top: 25px !important;
}

.-mt30 {
  margin-top: 30px !important;
}

.-mt40 {
  margin-top: 40px !important;
}

.-mt50 {
  margin-top: 50px !important;
}

.-mt60 {
  margin-top: 60px !important;
}

.-mt70 {
  margin-top: 70px !important;
}

.-mt80 {
  margin-top: 80px !important;
}

.-mt90 {
  margin-top: 90px !important;
}

.-mt100 {
  margin-top: 100px !important;
}

.-mt110 {
  margin-top: 110px !important;
}

.-mt150 {
  margin-top: 150px !important;
}

.-mb60 {
  margin-bottom: 60px;
}

.-mr30 {
  margin-right: 30px;
}

.-pl10 {
  padding-left: 10px;
}

.-pl15 {
  padding-left: 15px;
}

.-pl20 {
  padding-left: 20px;
}

.-pl30 {
  padding-left: 30px;
}

/* ul li ol
-------------------------------------------------- */
.-circle li {
  list-style: none;
  margin: 0;
  padding-left: 21px;
  position: relative;
}

.-circle li:before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #424242;
  border-radius: 50%;
  margin-right: 10px;
}

/* tab_panel
-------------------------------------------------- */
.tab_panel {
  display: none;
}

.tab_panel.select {
  display: block;
}

.tab_label {
  font-weight: 700;
  cursor: pointer;
  padding: 0 10px;
  margin: 0 12px;
  font-size: 19px;
}
.tab_label .-tab-w {
  display: inline;
}

.tab_label.select {
  color: #FED846;
  position: relative;
}
.tab_label.select:after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 3px);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #FED846;
  border-bottom: 0;
}

/* box
-------------------------------------------------- */
.-gray-box {
  background: #ccc;
  border-radius: 5px;
  padding: 20px;
}

.-white-box {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

.-line-important {
  position: relative;
}
.-line-important:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/wave-line.svg);
  width: 100%;
  height: 8px;
  background-size: inherit;
  bottom: -18px;
  left: 0px;
  background-repeat: repeat-x;
}

/* -dtn
-------------------------------------------------- */
.-btn-link {
  font-size: 20px;
  position: relative;
  background: #FED846;
  padding: 4px 28px 5px 53px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
}
.-btn-link::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  background: url(../img/common/icon-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 20px;
  margin-top: -15px;
}
.-btn-link.-left:before {
  transform: rotate(180deg);
}

/* dl 
-------------------------------------------------- */
.-list-cotrole dt {
  width: 150px;
}

.-list-cotrole dd {
  width: calc(100% - 150px);
}

/* table
-------------------------------------------------- */
table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
}

.-flex {
  display: flex;
  align-items: stretch;
}
.-flex.-wrap {
  flex-wrap: wrap;
}
.-flex.-bottom {
  align-items: flex-end;
}
.-flex.-center-w {
  align-items: center;
  justify-content: center;
}
.-flex.-center-x {
  align-items: center;
}
.-flex.-center-y {
  justify-content: center;
}
.-flex.-reverse {
  flex-direction: row-reverse;
}
.-flex.-column {
  flex-direction: column;
}
.-flex.-column-reverse {
  flex-direction: column-reverse;
}
.-flex.-start {
  justify-content: flex-start;
}
.-flex.-end {
  justify-content: flex-end;
}
.-flex.-between {
  justify-content: space-between;
}

@media screen and (max-width: 1240px) {
  .l-fix-navi .l-header-fix-navigation-right li:first-child {
    display: none;
  }
  .slick-prev {
    left: 380px;
    top: -175px;
  }
  .slick-prev img {
    width: 70px;
  }
  .slick-next {
    left: 380px;
    top: -95px;
  }
  .slick-next img {
    width: 70px;
  }
}
@media screen and (max-width: 1070px) {
  .l-header h1 {
    display: none;
  }
  .blob {
    right: -95px;
  }
  .blob-mini {
    right: 50px;
  }
  .l-howtocc-box-second-contents-left-h2 h2:after {
    left: 335px;
  }
  .l-lp-link-left {
    padding: 60px 35px;
  }
  .l-function-h2 {
    padding: 40px 35px;
  }
  .l-lp-link-left h1::before {
    margin-left: -195px;
  }
  .l-lp-link-left h1::after {
    margin-right: -195px;
  }
  .l-function-h2 img {
    margin-right: 15px;
  }
  .l-function-description-left {
    padding: 30px 15px 30px 40px;
  }
  .l-function-description-right {
    width: 40%;
    padding: 0 40px 0 0;
  }
  .l-function-career .tab-menu li {
    width: 180px;
  }
  .l-function-tab-career .-bg-Gray {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 960px) {
  .l-keyvisual h1 {
    font-size: 34px;
  }
  .-l-top-news {
    padding: 18px 30px;
  }
  .l-header-fix-navigation-right {
    display: none;
  }
  .l-keyvisual .l-wrap {
    padding: 0;
  }
  .l-howtocc-box-second {
    flex-direction: column;
    margin-top: 40px;
  }
  .l-howtocc-box-first {
    position: unset;
  }
  .l-header-navigation-down li:last-child {
    display: none;
  }
  .l-header-navigation-down li:nth-last-child(2)::after {
    display: none;
  }
  .l-second-contents-h1-right {
    display: none;
  }
  .l-fix-cvr {
    width: 705px;
  }
  .l-howtocc-box-first {
    margin-left: 55px;
  }
  .l-howtocc-box-second-left-contents {
    max-width: 100%;
  }
  .l-howtocc-box-second-left {
    width: calc(100% - 20px);
    justify-content: unset !important;
  }
  .bar-container.active::after {
    display: none;
  }
  .l-howtocc-box-second-right-contents {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .l-howtocc-box-second-contents-left-h2 {
    padding: 55px 20px 45px 55px;
  }
  .l-howtocc-box-second-contents-left-h2 h2:after {
    left: 375px;
  }
  .l-howtocc-box-second-contents-para {
    padding: 30px 55px 75px 55px;
  }
  .slick-slide img {
    width: 219px;
  }
  .l-howtocc-box-second-right {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .l-second-contents-list4 {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .l-second-contents-list4.-double a {
    padding: 14px 20px 14px 30px;
  }
  .l-second-contents-list4 br {
    display: none;
  }
  .l-qa-second-lisr {
    margin-top: 65px;
  }
  .l-footer-left {
    width: 355px;
  }
  .l-footer-right {
    width: calc(100% - 380px);
  }
  .l-function-description-right {
    margin-top: 30px;
  }
  .l-function-career .tab-menu li {
    width: 140px;
  }
  .l-function-career .tab-menu {
    right: 30px;
  }
  .l-lp-link.-flex.-between {
    flex-direction: column;
  }
  .l-lp-link-left {
    width: 100%;
  }
  .l-lp-link-right {
    display: none;
  }
  section.-flex.-reverse.-center-x.l-cc-image-list {
    flex-direction: column-reverse;
  }
  .l-cc-image-list img {
    width: 100%;
  }
  .l-cc-image-list-descript {
    margin: 15px 0;
  }
  .slick-prev img, .slick-next img {
    width: 90px;
  }
  .slick-prev {
    top: -143px;
  }
  .slick-next {
    left: 495px;
    top: -143px;
  }
  .l-cc-solution .-flex.-between.-center-w {
    flex-direction: column;
  }
  .l-cc-solution-left-contents {
    max-width: 100%;
  }
  .l-cc-solution-left {
    width: calc(100% - 55px);
  }
  .l-cc-solution-right {
    width: 100%;
    margin-top: 80px;
  }
  .l-Qa-Image {
    border-radius: 0;
  }
  .l-cc-image-h1 {
    top: 0;
  }
  .l-cc-solution-left-contents h1 {
    left: 0;
  }
  .l-function-tab-career .-bg-Gray {
    padding: 10px;
  }
  .l-function-career .tab-content {
    padding: 35px;
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (min-height: 850px) {
  .l-header {
    padding: 30px 7px 13px;
  }
  .l-keyvisual-text {
    margin: 100px 0px 145px 0px;
  }
  .l-keyvisual h1 {
    line-height: 2.1;
    font-size: 41px;
  }
}
.drawer-list h1 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 20px 10px;
}

.head-box-navi .drawer-list li {
  padding: 0;
  margin-top: 10px;
}
.head-box-navi .drawer-list li:first-child {
  margin-top: 0;
}

.drawer-list {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding: 25px 0;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  background-color: #fed846;
  background-color: #fed846;
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 6px;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list ul ul {
  height: unset;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  justify-content: space-between !important;
}
.drawer-list ul ul li {
  width: calc(50% - 5px);
}
.drawer-list ul ul li:last-child {
  margin: 10px 0 0 0;
}
.drawer-list ul ul li:nth-child(2) {
  margin: 0;
}
.drawer-list li {
  list-style: none;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  float: none;
}
.drawer-list li + li {
  margin-top: 10px;
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li .second-nav {
  text-decoration: none;
  color: #363F43;
  text-align: left;
  display: block;
  padding: 5px 15px;
  background: #fff;
  border-radius: 5px;
  font-weight: 700;
  line-height: 2;
}
.drawer-list li .second-nav img {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .drawer-list li .second-nav {
    padding: 0.5rem;
  }
}
.drawer-list li .second-nav:hover {
  cursor: pointer;
  color: #363F43;
}
.drawer-list li .third-nav {
  color: #363F43;
  display: block;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.drawer-list li .third-nav:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "●";
  font-size: 10px;
  vertical-align: middle;
  color: #ddd;
}
.drawer-list li .third-nav span {
  color: #bbb;
  padding-left: 10px;
}
.drawer-list .drawer-second-box {
  padding-left: 15px;
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #363F43;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  font-size: 0.5em;
  text-align: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
  top: -8px;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #363F43;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 3.5px;
  border-radius: 10px;
  top: 50%;
  background-color: #363F43;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3.5px;
  border-radius: 10px;
  left: 50%;
  background-color: #363F43;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -12px);
}
label.hamburger > i:after {
  transform: translate(-50%, 12px);
}

label.hamburger {
  position: fixed;
  top: 18px;
  right: 13px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
  h1 {
    font-size: 1.45rem;
  }
  h1 strong {
    font-size: 0.95rem;
    font-weight: 400;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 0.95rem;
  }
  h4 {
    font-size: 0.95rem;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .-mt30 {
    margin-top: 15px !important;
  }
  .-mt80 {
    margin-top: 40px !important;
  }
  .-mt60 {
    margin-top: 30px !important;
  }
  .-mt50 {
    margin-top: 25px !important;
  }
  .-btn-link {
    font-size: 1rem;
    padding: 4px 17px 5px 42px;
  }
  .l-cc-image-list-descript .-btn-link {
    font-size: 0.9rem;
  }
  .l-wrap {
    padding: 0 10px;
  }
  .nav_space__contents {
    display: block;
    z-index: 100;
  }
  .l-header-navigation-left, .l-header-navigation-right {
    display: none;
  }
  .l-header {
    position: fixed;
    background: #FFFFEB;
    padding: 2px 4px 6px 3px;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .l-header img {
    width: 70px;
  }
  .l-header h1 {
    display: block;
  }
  .l-header h1 {
    font-size: 0.85rem;
    margin: 5px 0 0 3px;
  }
  .l-keyvisual {
    padding: 130px 15px 0;
  }
  .l-keyvisual-text {
    margin: 0;
  }
  .l-keyvisual-text ul {
    width: 100%;
  }
  .l-keyvisual h1 {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 45px;
  }
  .l-keyvisual-text .-line-important::after {
    display: none;
  }
  .blob {
    transform: scale(0.33);
    right: -140px;
    top: -160px;
  }
  .blob-mini {
    transform: scale(0.07);
    right: -130px;
    top: -70px;
  }
  .-btn-keyvisual-link {
    position: relative;
    background: #FED846;
    padding: 8px 10px 8px 55px;
    border-radius: 5px;
    line-height: 1.3;
    width: calc(50% - 5px);
  }
  .-btn-keyvisual-link + .-btn-keyvisual-link {
    margin-left: 10px;
  }
  .-btn-keyvisual-link-paid:before {
    width: 35px;
    height: 35px;
    top: 18px;
    left: 15px;
  }
  .-btn-keyvisual-link-remote:before {
    width: 35px;
    height: 35px;
    top: 18px;
    left: 15px;
  }
  .l-loop-contents {
    margin-top: 60px;
  }
  .l-loop__item > a {
    width: calc(100% - 50px);
    min-width: 150px;
    height: 95px;
  }
  .l-loop__item > a img {
    height: 90px;
    border-radius: 10PX;
  }
  .l-loop__item {
    min-width: 170px;
  }
  .l-loop__item {
    padding: 0 !important;
  }
  .-top-cc {
    margin-top: -50px;
    padding-top: 95px;
  }
  .-l-top-news {
    font-size: 0.95rem;
    border-radius: 0 5px 5px 0;
  }
  .-l-top-news .-btn-link {
    display: none;
  }
  .-btn-link::before {
    width: 25px;
    height: 25px;
    margin-top: -11px;
  }
  .-l-top-news {
    padding: 10px 10px 10px 0;
  }
  .-l-top-news .-flex time {
    display: none;
  }
  .-l-top-news .-flex {
    width: unset;
  }
  .l-howtocc-box-second-left {
    width: calc(100% - 10px);
  }
  .l-howtocc-box-second-right {
    width: calc(100% - 10px);
    margin-top: -5px;
    margin-left: 10px;
  }
  .l-howtocc-box {
    margin-top: 45px;
  }
  .l-howtocc-box-first {
    margin-left: 10px;
  }
  .l-howtocc-box-second {
    margin-top: 30px;
  }
  .l-howtocc-box-second-contents-left-h2 {
    padding: 35px 15px 35px 15px;
    border-radius: 0 5px 0 0;
  }
  .l-howtocc-box-second-contents-left-h2 h2:after {
    left: 240px;
    top: -20px;
    width: 80px;
    height: 80px;
  }
  .l-howtocc-box-second-contents-para {
    padding: 20px 25px 25px;
    border-radius: 0 0 5px 0;
  }
  .l-howtocc-box-second-contents-right-h2 {
    padding: 27px 15px 27px 85px;
    border-radius: 5px 0 0 5px;
  }
  .l-howtocc-box-second-contents-right-h2:after {
    width: 70px;
    height: 70px;
    left: 8px;
    top: 20px;
  }
  .slick-prev img, .slick-next img {
    width: 50px;
  }
  .slick-prev {
    left: 215px;
    top: -83px;
  }
  .slick-next {
    left: 275px;
    top: -83px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .l-cc-image-h1 strong {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  .l-howtocc-box-second-right-contents {
    border-radius: 5px 0 0 5px;
    margin-top: 20px;
  }
  .l-howtocc-box-second-right-contents-slide {
    padding: 30px 0 30px 15px;
  }
  .l-cc-image {
    margin-top: 15px;
  }
  .l-cc-image-box {
    margin-top: 20px;
    border-radius: 0 5px 5px 0;
    padding: 40px 25px 50px 25px;
  }
  .l-cc-image-box::before {
    left: -998px;
  }
  .bar-container.-first {
    display: none;
  }
  .l-cc-image-list-descript {
    margin: 10px 0;
    padding-left: 0;
  }
  .l-cc-image-list + .l-cc-image-list {
    margin-top: 30px;
    padding-top: 40px;
  }
  a.-btn-link.-right.-mt90 {
    display: none;
  }
  .tab-content {
    padding: 30px 0 45px 25px;
    border-radius: 5px 0 0 5px;
  }
  section.-flex.tab-list {
    flex-direction: column;
  }
  .tab-list div {
    margin-top: 10px;
  }
  .tab-list + .tab-list {
    margin-top: 20px;
  }
  .tab-menu li {
    font-size: 1.05rem;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px 5px 0 0;
  }
  .tab-menu .-flex.-center-x {
    display: block;
  }
  .l-Qa-Image {
    padding: 1px 0 10px;
  }
  .l-fix-navi {
    display: none;
  }
  .l-fix-cvr {
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    padding: 6px 6px 6px 6px;
    z-index: 100;
  }
  .l-fix-cvr-left {
    display: none;
  }
  ul.l-fix-cvr-right {
    width: 100%;
  }
  .l-fix-cvr-right li {
    width: calc(43% - 4px);
    margin: 0;
  }
  .l-fix-cvr-right li:first-child {
    width: calc(57% - 4px);
  }
  .l-fix-cvr-right li a {
    width: 100%;
    display: block;
    font-size: 1rem;
    border-radius: 6px;
    padding: 5px 10px 6px 49px;
  }
  .l-fix-cvr-right li a.-tel:before,
  .l-fix-cvr-right li a.-mendan:before {
    width: 25px;
    height: 25px;
    left: 15px;
    top: 9px;
  }
  .l-Qa-box {
    margin-top: 45px;
  }
  .qa-item {
    padding: 12px 15px 12px 15px;
    border-radius: 5px;
  }
  .toggle-btn {
    width: 20px;
    height: 20px;
  }
  .toggle-btn::after {
    width: 31px;
    height: 31px;
  }
  .question span {
    font-size: 1rem;
    padding-right: 20px;
  }
  span.toggle-btn {
    padding-right: 16px;
  }
  .l-Image {
    margin-top: 60px;
  }
  .l-mid-cvr .l-wrap {
    padding: 45px 15px 55px;
  }
  .l-mid-cvr .l-wrap h2 {
    font-size: 1.25rem;
  }
  .l-mid-cvr .l-wrap h2:before {
    bottom: 15px;
    width: 38px;
    height: 2px;
    transform: rotate(59deg);
    margin-left: -170px;
  }
  .l-mid-cvr .l-wrap h2:after {
    bottom: 15px;
    width: 38px;
    height: 2px;
    transform: rotate(-59deg);
    margin-right: -170px;
  }
  .l-mid-cvr .l-wrap p {
    font-size: 1.05rem;
    margin-top: 30px;
  }
  .l-mid-cvr-select {
    width: 100%;
    margin-top: 40px;
  }
  .l-mid-cvr-select li {
    width: calc(50% - 5px);
  }
  .l-mid-cvr-select li a {
    font-size: 1.05rem;
    display: block;
  }
  .l-mid-cvr-select li:nth-child(2) {
    display: none;
  }
  .l-second-control {
    margin-top: 95px;
  }
  .l-second-whitebox {
    padding: 50px 0 80px;
  }
  .l-second-contents {
    padding: 0;
  }
  .l-second-contents-detail-mainphoto {
    border-radius: 5px;
  }
  .l-second-contents-list {
    margin-top: 30px;
    font-size: 0.9rem;
  }
  .l-second-contents-list li a {
    margin: 0 5px;
  }
  .l-cc-solution-left {
    width: 100%;
  }
  .l-cc-solution {
    margin-top: 45px;
  }
  .l-cc-solution-right {
    border-radius: 0;
    padding: 45px 0 0px 10px;
    margin-top: 55px;
  }
  .tab-menu li img {
    display: none;
  }
  .bar-container.-second {
    display: none;
  }
  .bar-container.-third {
    display: none;
  }
  .l-footer.-flex.-between {
    flex-direction: column;
    padding: 0px 0 80px;
  }
  .l-footer-right {
    width: 100%;
  }
  .l-footer-left {
    width: 100%;
    padding: 25px 15px 45px;
    text-align: center;
    border-radius: 5px;
  }
  .l-footer-left h1 {
    font-size: 0.95rem;
  }
  .l-footer-left-select {
    margin-top: 30px;
  }
  .l-footer-right-list {
    display: none;
    width: 100%;
    margin-top: 30px;
  }
  .l-footer-right-list:last-child {
    display: block;
  }
  .l-footer-right-list li {
    margin-bottom: 10px;
  }
  address {
    font-size: 0.8rem;
    text-align: center;
  }
  .l-second-control .l-second-whitebox {
    padding: 40px 20px 40px;
  }
  .l-second-control h1 {
    font-size: 1.45rem;
    margin-top: 10px;
  }
  .l-second-contents-detail {
    margin-top: 30px;
  }
  .pankuzu {
    margin: 40px 0;
  }
  .wave + .l-mid-cvr .l-wrap {
    padding: 10px 15px 60px;
  }
  .l-mid-cvr {
    border-bottom: unset;
  }
  .l-second-contents-h1-left h1 img {
    display: none;
  }
  .l-second-contents-column.-flex.-wrap.-between {
    flex-direction: column;
  }
  .l-cc-image .l-cc-image-box {
    padding: 40px 25px 50px 15px;
  }
  .l-second-contents-column .l-cc-image-list {
    width: 100%;
    margin: 15px 0 40px;
  }
  .l-cc-image-list + .l-cc-image-list {
    padding-top: 20px;
  }
  .l-list-box {
    flex-direction: column;
    padding: 15px 0px;
  }
  .l-list-box dd {
    width: 100%;
  }
  .l-contact-title-box {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  td.l-contact-input-box {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .l-contact tr + tr {
    margin-top: 25px;
  }
  .-mandatory {
    font-size: 0.7rem;
  }
  input[type=radio] + span {
    padding: 7px 10px;
  }
  td.l-contact-input-box .-column span + span {
    margin-top: 8px;
  }
  input[type=checkbox] + span {
    width: 85%;
    padding: 20px 10px;
  }
  input[type=submit] {
    width: 100%;
    padding: 25px 20px;
  }
  td.l-contact-input-box {
    margin-top: 15px;
  }
  .l-second-contents-list > ul {
    flex-direction: column;
  }
  .l-second-contents-list2 {
    width: 100%;
  }
  .l-second-contents-list2 + .l-second-contents-list2 {
    margin-top: 10px;
  }
  .l-second-contents-list li a {
    margin: 0 5px;
    text-align: left;
    padding: 5px 18px;
    border-radius: 5px;
  }
  .dd-half-box {
    flex-direction: column;
  }
  .dd-half {
    width: 100%;
    margin-top: 10px;
  }
  .-center {
    text-align: center;
  }
  .-center .-line-important:after {
    width: 100px;
    left: -20px;
  }
  .l-second-control h2 {
    font-size: 1.3rem;
  }
  .l-second-contents-list4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .qa-item + .qa-item {
    margin-top: 15px;
  }
  .l-second-contents-list4.-double a {
    padding: 14px 20px 14px 15px;
  }
  .l-second-contents-detail {
    flex-direction: column;
  }
  .l-company-boss-left {
    width: 100%;
  }
  .l-company-boss-left img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .l-company-boss-right {
    width: 100%;
    margin-top: 15px;
  }
  .l-company-boss + .l-company-boss {
    margin-top: 40px;
    padding-top: 40px;
  }
  .l-company-boss.l-company-cvr {
    border-radius: 5px;
    padding: 20px 20px 35px;
  }
  .l-company-boss.l-company-cvr .l-company-boss-left {
    min-height: 230px;
  }
  .l-company-boss.l-company-cvr .l-company-boss-right {
    margin-top: 6px;
  }
  .l-second-whitebox + .l-second-whitebox {
    margin-top: 30px;
  }
  .-president img {
    -o-object-position: 30% 10%;
       object-position: 30% 10%;
    height: 450px;
  }
  .l-lp {
    margin-top: 75px;
    height: 320px !important;
  }
  .l-lp-contents {
    margin-top: -60px;
  }
  .l-lp-link-left {
    padding: 50px 25px;
    border-radius: 5px;
  }
  .l-lp-link-left h1::after {
    bottom: 13px;
    width: 40px;
    margin-right: -140px;
  }
  .l-lp-link-left h1::before {
    bottom: 13px;
    width: 40px;
    margin-left: -140px;
  }
  .l-function {
    margin-top: 30px;
  }
  .l-function-h2 {
    border-radius: 5px 5px 0 0;
    padding: 20px;
  }
  .l-function-h2 img {
    margin-right: 10px;
    width: 40px;
  }
  .l-function-description {
    flex-direction: column-reverse;
  }
  .l-function-description-right {
    margin-top: 0;
    padding: 25px 20px 0;
    width: 100%;
  }
  .l-function-description-right img {
    height: 240px;
  }
  .l-function-description-right div {
    display: none;
  }
  .l-function-description-left {
    padding: 10px 15px 50px 15px;
    width: 100%;
  }
  .l-function {
    border-radius: 5px;
  }
  .l-function + .l-function {
    margin-top: 30px;
  }
  .l-function-tab-list {
    flex-direction: column;
  }
  .l-function-tab-list div {
    padding: 5px 20px;
    margin-top: 10px;
  }
  .l-function-tab-list + .l-function-tab-list {
    margin-top: 30px;
  }
  .-circle li {
    padding-left: 16px;
  }
  .l-function-tab-career {
    margin-top: 0;
  }
  .l-function-tab-career .-bg-Gray {
    padding: 20px 10px 25px;
    width: calc(50% - 3px);
    margin-top: 10px;
  }
  .l-function-career {
    margin-top: 20px;
    padding: 0 15px 30px;
  }
  .l-function-career .tab-menu {
    position: unset;
  }
  .l-function-career .tab-menu li {
    margin-left: 0;
    border-radius: 5px 5px 0 0;
    width: 50%;
    padding: 18px 0 16px;
  }
  .l-function-career .tab-content {
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 40px;
  }
  .l-function-sample section {
    width: calc(50% - 5px);
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
  }
  .l-function-sample.-flex.-wrap.-between h4 {
    margin-bottom: 10px;
  }
  .l-loop__item small {
    margin: -3px 0 0 1px;
  }
  .-cc-mean {
    font-size: 0.85rem;
    margin: 20px 0 10px;
  }
  .-cc-mean span {
    padding: 1px 5px 2px;
    margin: 3px 2px 0 5px;
  }
  .l-second-contents-detail-graybox.l-second-contents-detail-graybox {
    padding: 25px 25px;
  }
  .l-second-contents-detail-graybox.l-second-contents-detail-graybox .-flex {
    flex-direction: column;
    align-items: unset;
  }
  .l-second-control h2 {
    font-size: 0.85rem;
    margin-bottom: 11px;
    color: #777;
  }
  .l-second-control h2::after {
    display: none;
  }
  .l-second-contents-detail-graybox h3 {
    padding-left: 0;
  }
}/*# sourceMappingURL=second.css.map */