@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  word-wrap: break-word;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute
img:not([alt]) {
  filter: blur(10px);
}
*/
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "M PLUS 1p", Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 600;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.text-nowrap {
  white-space: nowrap !important;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: vw(strip-unit(1200px), 16);
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

hr {
  margin: 80px 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.inner-s {
  max-width: 1060px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner-s {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sec-header + .inner,
.sec-person-header + .inner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec-header + .inner,
  .sec-person-header + .inner {
    padding-top: 40px;
  }
}

h1, .h1 {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 1380px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1380px) {
  h3, .h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}

h4, .h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}

.small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .small {
    font-size: 1.2rem;
  }
}

.lead {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.8rem;
    text-align: left;
  }
}

.ft-min {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 900;
}

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

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

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

ul.list-style-disc li {
  position: relative;
  padding-left: 1em;
}
ul.list-style-disc li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #60c3e8;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px 30px;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 5px 20px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.breadcrumb__item {
  font-size: 1.2rem;
}
.breadcrumb__item a {
  display: inline-block;
}
.breadcrumb__item:not(:last-child) a {
  color: #60c3e8;
}
.breadcrumb__item:not(:last-child):after {
  display: inline-block;
  content: "-";
  margin: 0 5px;
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

img.img-parallax {
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1.2);
          transform: translate3d(0px, 0px, 0px) scale(1.2);
}

.header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 100px;
  padding: 0 20px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
    padding: 0 20px 0 16px;
  }
}

body.p-top .header,
body.p-en-top .header {
  position: fixed;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  body.p-top .header,
  body.p-en-top .header {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  body.p-top .content,
  body.p-en-top .content {
    margin-top: 50px;
  }
}

#progressBar {
  margin: 0;
  width: 400px;
  height: 3px;
}

#loading {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: #fff;
}

#loadingBar svg {
  height: 2px;
}

.logo {
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.logo img {
  width: 55px;
  height: 34px;
}
.logo-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .logo {
    gap: 5px;
    font-size: 1.4rem;
  }
  .logo img {
    width: 46px;
    height: 28px;
  }
  .logo-text {
    font-size: 1.4rem;
  }
}

.global-menu-sp .logo {
  position: absolute;
  top: 8px;
  left: 16px;
}

.global-menu-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .global-menu-pc {
    display: none;
  }
}
.global-menu-pc__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .global-menu-pc__links {
    gap: 15px;
  }
}
.global-menu-pc__link {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  color: #111111;
}
.global-menu-pc__link a {
  display: block;
}
.global-menu-pc__link a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.global-menu-pc__link a:hover {
  opacity: 1;
}
.global-menu-pc__link a:hover:after {
  -webkit-animation: hover-line 0.4s;
          animation: hover-line 0.4s;
}
.global-menu-pc__link .active {
  pointer-events: none !important;
}
.global-menu-pc__link .active:after {
  pointer-events: none !important;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.global-menu-pc__link-btn {
  display: inline-block;
  position: relative;
}
.global-menu-pc__link-btn a {
  padding: 16px 70px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  border: none !important;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in 0s;
  transition: opacity 0.4s ease-in 0s;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .global-menu-pc__link-btn a {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
@media screen and (max-width: 1200px) {
  .global-menu-pc__link-btn a {
    padding-left: 30px;
    padding-right: 50px;
  }
}
.global-menu-pc__link-btn a .round-s-btn {
  right: 10px;
  top: 10px;
  border: 1px solid #fff;
}
.global-menu-pc__link-btn a:hover {
  opacity: 0.8;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  border: none !important;
}
.global-menu-pc__link-btn a:hover .round-s-btn {
  -webkit-animation: hover-arrow 0.4s ease-in 0s;
          animation: hover-arrow 0.4s ease-in 0s;
}
.global-menu-pc__link-btn.active:after, .global-menu-pc__link-btn:hover:after {
  width: 100%;
}

@-webkit-keyframes hover-line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes hover-line {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes hover-arrow {
  50% {
    right: 10px;
  }
  100% {
    right: 14px;
  }
}
@keyframes hover-arrow {
  50% {
    right: 10px;
  }
  100% {
    right: 14px;
  }
}
@-webkit-keyframes hover-arrow-trn {
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}
@keyframes hover-arrow-trn {
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}
/* ハンバーガー */
.hamburger {
  display: none;
  position: relative;
  z-index: 3;
  width: 30px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(2) {
  top: 30px;
}

/* ナビ開いてる時のバツボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ナビメニュー内 */
.global-menu-sp {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #60c3e8;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.global-menu-sp-links {
  padding: 0 20px;
}
.global-menu-sp-link {
  border-bottom: 1px solid #fff;
}
.global-menu-sp-link a {
  display: block;
  position: relative;
  padding: 15px 15px;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: left;
}
.global-menu-sp-link a .round-s-btn {
  top: 11px;
  right: 10px;
  background-color: #f49a0d;
  border-color: #f49a0d;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .global-menu-sp-link a .round-s-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.global-menu-sp-link-btn {
  margin-top: 20px;
}
.global-menu-sp-link-btn a {
  display: block;
  padding: 0;
}
.global-menu-sp-link-btn .link-entry-box {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 40px 20px 20px;
  color: #fff;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
}
.global-menu-sp-link-btn .link-entry-box .round-btn {
  top: 50%;
  right: 15px;
  background-color: #f49a0d;
  border-color: #f49a0d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .global-menu-sp-link-btn .link-entry-box .round-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.global-menu-sp-link-btn .link-entry-ttl {
  font-size: 3.6rem;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.global-menu-sp-link-btn .link-entry-text {
  font-size: 1.2rem;
}

/* ハンバーガーメニュー押してactiveクラスを付いたら表示する */
nav.global-menu-sp.active {
  opacity: 100;
  visibility: visible;
}

.header.is-fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
@media screen and (max-width: 768px) {
  .header.is-fixed {
    height: 50px;
  }
}

.sec-entry {
  position: relative;
}
.sec-entry-contents {
  position: relative;
  z-index: 30;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 80px;
  padding-bottom: 170px;
  margin-right: auto;
  margin-left: auto;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
}
@media screen and (max-width: 768px) {
  .sec-entry-contents {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.sec-entry-box {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(71, 82, 86, 0.2);
}
.sec-entry-box .round-btn {
  bottom: -70px;
  left: 50%;
  margin-left: -25px;
  background-color: #f49a0d;
  border-color: #f49a0d;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .sec-entry-box .round-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .sec-entry-box .round-btn {
    margin-left: -18px;
    bottom: -45px;
  }
}
.sec-entry-link {
  display: block;
}
.sec-entry-link:hover .round-btn {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  -webkit-animation: hover-arrow-trn 0.4s ease-in 0s !important;
          animation: hover-arrow-trn 0.4s ease-in 0s !important;
}
.sec-entry-ttl {
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .sec-entry-ttl {
    font-size: 4.8rem;
  }
}
.sec-entry-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-entry-text {
    font-size: 1.2rem;
  }
}

.footer {
  background-color: #fff;
  padding-bottom: 25px;
}
.footer .inner {
  padding-block: 30px;
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 20px;
  }
  .footer-nav-list > li {
    width: 100%;
  }
  .footer-nav-list > li:not(:first-child) {
    border-top: 1px solid #e9f4f8;
  }
  .footer-nav-list > li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.footer-nav-link {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav-link {
    font-size: 1.4rem;
  }
}
.footer-nav-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 2px solid #60c3e8;
  border-right: 2px solid #60c3e8;
}
@media screen and (max-width: 768px) {
  .footer-nav-link:before {
    top: 10px;
  }
}
.footer-nav-link:hover {
  opacity: 0.8;
}
.footer-nav-btn {
  display: block;
  padding: 6px 32px;
  min-width: 224px;
  font-size: 1.5rem;
  position: relative;
  background-color: #fff;
  border: 1px solid #60c3e8;
  color: #60c3e8;
  text-align: center;
}
.footer-nav-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.footer-nav-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer-nav-btn strong {
  position: relative;
  z-index: 1;
}
.footer-nav-btn[target=_blank]:after {
  display: inline-block;
  margin-left: 6px;
  content: "";
  width: 17px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.05%2014.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2360c3e8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1%22%3E%3Cpath%20id%3D%22_2%22%20class%3D%22cls-1%22%20d%3D%22M17.05%2C11.96H3V0h14.05V11.96Zm-12.05-2H15.05V2H5v7.96Z%22%2F%3E%3Cpolygon%20id%3D%22_2-2%22%20class%3D%22cls-1%22%20points%3D%222%2012.99%202%203.04%200%203.04%200%2014.99%2014.05%2014.99%2014.05%2012.99%202%2012.99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .footer-nav-btn[target=_blank]:after {
    width: 15px;
    height: 13px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.footer-nav-btn:before {
  background-color: rgba(96, 195, 232, 0.2);
}
.footer-nav-btn:hover .round-s-btn {
  -webkit-animation: hover-arrow 0.4s ease-in 0s;
          animation: hover-arrow 0.4s ease-in 0s;
}

.copyright {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    white-space: nowrap;
  }
}

/* footerTop */
#footerTop,
#footerTop_sp {
  position: fixed;
  z-index: 50;
  width: 100%;
  border-bottom: none;
  background-color: transparent;
}

.footerTopIn {
  position: relative;
  padding-block: 0 !important;
}

.footerTopIn .pageTop {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -90px;
  right: -70px;
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop {
    top: -60px;
    width: 50px;
    height: 50px;
  }
}

.footerTopIn .pageTop a {
  position: relative;
  z-index: 50;
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(96, 195, 232, 0.9) !important;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop a {
    width: 50px;
    height: 50px;
  }
}
.footerTopIn .pageTop a .arrow-t {
  display: block;
  z-index: 51;
  top: 36px;
  left: 25px;
  position: relative;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  /*
  &:after,
  &:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    border-left: 2px solid $white;
    transition: all .3s;
  }
  &:after {
    top: -3px;
    left: 39px;
    height: 20px;
  }
  &:before {
    height: 8px;
    top: -3px;
    left: 42px;
    transform: rotate(-45deg);
  }
  @include mq("md") {
    &:after {
      left: 25px;
    }
    &:before {
      left: 28px;
    }
  }
  */
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop a .arrow-t {
    top: 19px;
    left: 12px;
  }
}
.footerTopIn .pageTop a .arrow-t:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 10px;
  background: url(https://www.jp-noc.co.jp//assets/images/arrow-r.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transform: rotate(-90deg) scale(1, -1);
          transform: rotate(-90deg) scale(1, -1);
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop a .arrow-t:before {
    width: 28px;
  }
}
.footerTopIn .pageTop a:hover .arrow-t:after {
  top: -5px;
}
.footerTopIn .pageTop a:hover .arrow-t:before {
  top: -5px;
}

.footerTopIn .pageTop a::after {
  content: "Page Top";
  position: absolute;
  z-index: 51;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 23px;
  margin: 1px 0 0 0;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .footerTopIn .pageTop a::after {
    display: none;
  }
}

@media (max-width: 1508px) {
  .footerTopIn .pageTop {
    right: 10px;
  }
}
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.nav-top-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.nav-top-btn > .btn > a {
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .nav-top-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .nav-top-btn > .btn > a {
    min-width: 300px;
  }
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn > a {
  padding: 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn .default-btn {
  padding: 16px 72px;
  min-width: 300px;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
  position: relative;
  background-color: #f49a0d;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn .default-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.btn .default-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn .default-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn .default-btn strong {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn .default-btn {
    padding: 12px 48px 12px 10px;
    min-width: 100% !important;
  }
}
.btn .default-btn:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn .default-btn .round-s-btn {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #fff;
}
.btn .default-btn:hover .round-s-btn {
  -webkit-animation: hover-arrow 0.4s ease-in 0s;
          animation: hover-arrow 0.4s ease-in 0s;
}
.btn .border-btn {
  padding: 20px 70px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 400;
  color: #60c3e8;
  background-color: #fff;
  border: 2px solid #60c3e8;
  border-radius: 50px;
  text-align: center;
}
.btn .border-btn .round-s-b-btn {
  right: 10px;
  top: 14px;
  border: 2px solid #60c3e8;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .btn .border-btn {
    padding: 15px 30px;
  }
  .btn .border-btn .round-s-b-btn {
    right: 10px;
    top: 9px;
  }
}
.btn .border-btn:hover {
  color: #fff;
  background-color: #60c3e8;
}
.btn .arrow-def-btn,
.btn .arrow-wht-btn {
  min-width: 210px;
  padding: 16px 58px 16px 20px;
  border-style: solid;
  border-width: 1px;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn .arrow-def-btn,
  .btn .arrow-wht-btn {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.btn .arrow-def-btn:before,
.btn .arrow-wht-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn .arrow-def-btn:hover:before,
.btn .arrow-wht-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn .arrow-def-btn strong,
.btn .arrow-wht-btn strong {
  position: relative;
  z-index: 1;
}
.btn .arrow-def-btn:after,
.btn .arrow-wht-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 13px;
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/arrow-s-r.svg) no-repeat 0 0;
  background-size: contain;
  right: 20px;
}
.btn .arrow-wht-btn {
  border-color: #60c3e8;
  background-color: #fff;
  color: #60c3e8;
}
.btn .arrow-wht-btn:before {
  background-color: #60c3e8;
}
.btn .arrow-wht-btn:hover {
  color: #fff;
}
.btn .arrow-wht-btn:hover:after {
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
}

.play-video {
  position: relative;
}
.play-video .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 22px;
  height: 32px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.play-video .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #3fb0db;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}
.play-video .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #3fb0db;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.play-video .video-play-button:hover:after {
  background-color: #2497c3;
}
.play-video .video-play-button span {
  display: block;
  position: relative;
  z-index: 11;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.line-btn {
  position: relative;
  border: 1px solid #60c3e8;
  background-color: #60c3e8;
  color: #fff;
  border-radius: 50%;
}

.round-s-btn,
.round-btn {
  display: block;
  position: absolute;
  color: #fff;
  border-radius: 50%;
}
.round-s-btn:after,
.round-btn:after {
  -webkit-filter: grayscale(100%) brightness(500%);
          filter: grayscale(100%) brightness(500%);
}

.round-s-b-btn,
.round-b-btn {
  display: block;
  position: absolute;
  color: #fff;
  border-radius: 50%;
}

.round-btn {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .round-btn {
    width: 36px;
    height: 36px;
  }
}
.round-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 20px;
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/arrow-r.svg) no-repeat 0 0;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .round-btn:after {
    width: 18px;
    height: 15px;
  }
}

.round-s-btn {
  width: 28px;
  height: 28px;
}
.round-s-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 13px;
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/arrow-s-r.svg) no-repeat 0 0;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.round-b-btn {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .round-b-btn {
    width: 36px;
    height: 36px;
  }
}
.round-b-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 24px;
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/arrow-b-blu.svg) no-repeat 0 0;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .round-b-btn:after {
    width: 15px;
    height: 18px;
  }
}

.round-s-b-btn {
  width: 28px;
  height: 28px;
}
.round-s-b-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 13px;
  height: 16px;
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/arrow-b-blu.svg) no-repeat 0 0;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.round-grd-btn {
  display: block;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .round-grd-btn {
    width: 36px;
    height: 36px;
  }
}
.round-grd-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/arrow-grd.svg) no-repeat 0 0;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .round-grd-btn:after {
    width: 36px;
    height: 36px;
  }
}

.arrow-btn {
  border: 1px solid #45c1a5;
  color: #45c1a5;
  border-radius: 50px;
  position: relative;
}
.arrow-btn::after {
  position: absolute;
  content: "";
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #45c1a5;
  border-right: 1px solid #45c1a5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sec-header__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.sec-header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  mix-blend-mode: overlay;
}
.sec-header__title [class*=sec-header__title]:first-child {
  font-size: 10rem;
  line-height: 90px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-header__title [class*=sec-header__title]:first-child {
    font-size: 7rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 540px) {
  .sec-header__title [class*=sec-header__title]:first-child {
    font-size: 5rem;
    line-height: 45px;
  }
}
.sec-header__title [class*=sec-header__title]:last-child {
  font-size: 2.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-header__title [class*=sec-header__title]:last-child {
    font-size: 2rem;
  }
}
.sec-header__title-en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.sec-header__over {
  width: 100%;
  height: 100%;
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  overflow: hidden !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 2s ease 0.5s;
  transition: -webkit-clip-path 2s ease 0.5s;
  transition: clip-path 2s ease 0.5s;
  transition: clip-path 2s ease 0.5s, -webkit-clip-path 2s ease 0.5s;
}
@media screen and (max-width: 768px) {
  .sec-header__over {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sec-header .ttlAnime {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.sec-header__card {
  position: absolute !important;
  left: 0;
  bottom: 15%;
  width: 65% !important;
  background-color: #fff;
}
.sec-header__card .card__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-header__card .card__title {
    font-size: 1.4rem;
  }
}
.sec-header__card .card__text {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-header__card .card__text {
    font-size: 1.6rem;
  }
}
.sec-header__img {
  position: relative;
  z-index: 0;
}
.sec-header__img:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  opacity: 0.3;
}
.sec-header__img .header-bg {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .sec-header__img .header-bg {
    aspect-ratio: 15/6;
  }
}
@media screen and (max-width: 768px) {
  .sec-header__img .header-bg {
    height: auto;
    aspect-ratio: 15/7;
  }
}
@media screen and (min-width: 1440px) {
  .sec-header__img .header-bg {
    height: 380px;
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-row-works .sec-header__over {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: -40px;
  }
  .p-row-works .sec-header__card {
    position: relative !important;
    left: auto;
    bottom: auto;
    width: calc(100% - 15px) !important;
  }
}
.sec-header-col .section-title,
.sec-header-row .section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: #111111;
}
.sec-header-col .section-title:before,
.sec-header-row .section-title:before {
  display: inline-block;
  content: attr(data-en);
  white-space: pre-wrap;
  font-size: 8rem;
  line-height: 80px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .sec-header-col .section-title,
  .sec-header-row .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .sec-header-col .section-title::before,
  .sec-header-row .section-title::before {
    font-size: 4rem;
    line-height: 40px;
  }
}

.sec-header-col .section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table-box {
  width: 100%;
  border-spacing: 0 5px;
}
@media screen and (max-width: 768px) {
  .table-box tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 5px;
  }
}
.table-box th {
  padding: 30px;
  width: 250px;
  text-align: center;
  vertical-align: middle;
  background-color: #e9f4f8;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .table-box th {
    padding: 15px;
    width: 100%;
    font-size: 1.4rem;
  }
}
.table-box td {
  padding: 30px;
  text-align: left;
  vertical-align: middle;
  background-color: #f5f8f9;
  font-size: 1.5rem;
  font-weight: 600;
}
.table-box td > * {
  font-size: 1.5rem;
}
.table-box td h4 {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .table-box td {
    padding: 15px;
    width: 100%;
    font-size: 1.4rem;
  }
  .table-box td > * {
    font-size: 1.4rem;
  }
}

.accordion-contents {
  border-top: 1px solid #60c3e8;
}
.accordion-contents .faq-boxs {
  position: relative;
  padding-left: 50px;
  border-bottom: 1px solid #60c3e8;
}
.accordion-contents .faq-boxs:before {
  display: block;
  content: "Q";
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-size: 4rem;
  color: #60c3e8;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .accordion-contents .faq-boxs {
    padding-left: 40px;
  }
  .accordion-contents .faq-boxs:before {
    font-size: 3rem;
  }
}
.accordion-contents .faq-title {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  padding: 20px 40px 20px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .accordion-contents .faq-title {
    padding: 10px 30px 10px 0;
    font-size: 1.6rem;
  }
}
.accordion-contents .faq-title:before, .accordion-contents .faq-title:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #60c3e8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .accordion-contents .faq-title:before, .accordion-contents .faq-title:after {
    width: 16px;
  }
}
.accordion-contents .faq-title:before {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-contents .faq-title:after {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-contents .faq-title.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-contents .faq-title.close::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-contents .faq-ans-box {
  display: none;
  padding: 0 40px 20px 0;
}
@media screen and (max-width: 768px) {
  .accordion-contents .faq-ans-box {
    padding: 0 10px 10px 0;
  }
}
.accordion-contents .faq-ans-box > h4 {
  margin-top: 0.5em;
  font-size: 1.8rem;
}
.accordion-contents .faq-ans-box a {
  color: #60c3e8;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  width: calc(100% - 20px);
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .card {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.card__inner {
  padding: 30px 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .card__inner {
    padding: 15px 20px;
  }
}
.card img {
  vertical-align: bottom;
}
.card > * {
  display: block;
  position: relative;
  z-index: 11;
}
.card:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
}
@media screen and (max-width: 768px) {
  .card {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 15px;
    width: calc(100% - 15px);
  }
  .card:after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.tab-item {
  text-align: center;
  border-radius: 10px 10px 0 0;
  border: 1px solid #45c1a5;
  width: 120px;
}
.tab-item.active {
  background-color: #45c1a5;
  color: #fff;
}

.imgtexts-boxs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .imgtexts-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.imgtexts-boxs:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .imgtexts-boxs:not(:first-child) {
    margin-top: 35px;
  }
}
.imgtexts-boxs:nth-child(even):before {
  display: block;
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(50% - 20px);
  height: 100%;
  background-color: #e9f4f8;
}
@media screen and (max-width: 768px) {
  .imgtexts-boxs:nth-child(even):before {
    display: block;
    content: "";
    position: absolute;
    top: -25%;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 50%;
  }
}
.imgtexts-img {
  overflow: hidden;
  width: calc(50% - 20px);
}
.imgtexts-texts {
  width: calc(50% - 20px);
}
.imgtexts-sabttl {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.imgtexts-sabttl:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: #60c3e8;
}
@media screen and (max-width: 768px) {
  .imgtexts-sabttl {
    font-size: 1.4rem;
  }
  .imgtexts-sabttl:before {
    bottom: -7px;
    width: 18px;
    height: 1px;
  }
}
.imgtexts-ttl {
  margin-bottom: 0.6em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 700;
}
.imgtexts-text {
  line-height: 1.8;
}
.imgtexts-boxs .imgtexts-text + .imgtexts-sabttl {
  margin-top: 60px;
}
.imgtexts-boxs:nth-child(odd) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.imgtexts-boxs:nth-child(odd) .imgtexts-texts {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 20px;
}
.imgtexts-boxs:nth-child(odd) .imgtexts-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.imgtexts-boxs:nth-child(even) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.imgtexts-boxs:nth-child(even) .imgtexts-texts {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 20px;
}
.imgtexts-boxs:nth-child(even) .imgtexts-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.imgtexts-boxs.boxs-center {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.imgtexts-boxs.boxs-center .imgtexts-texts {
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 0;
}
.imgtexts-boxs.boxs-center .imgtexts-img {
  width: 100%;
  text-align: center;
  padding: 0;
}
.imgtexts-boxs.none-img {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.imgtexts-boxs.none-img:before {
  display: none !important;
}
.imgtexts-boxs.none-img:not(:first-child) {
  margin-top: 30px;
}
.imgtexts-boxs.none-img .imgtexts-sabttl {
  margin-bottom: 20px;
}
.imgtexts-boxs.none-img .imgtexts-texts {
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding: 0;
}
.imgtexts-boxs.none-img .imgtexts-dl {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 540px) {
  .imgtexts-boxs.none-img .imgtexts-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .imgtexts-boxs.none-img .imgtexts-dl span {
    display: none;
  }
}
.imgtexts-boxs.none-img .imgtexts-dl dt {
  width: 105px;
}
.imgtexts-boxs.none-img .imgtexts-dl dt.strong {
  font-weight: 900;
}
.imgtexts-boxs.none-img .imgtexts-dl .icon-new {
  display: inline-block;
  background-color: #e95a5a;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 4px;
  color: #fff;
  border-radius: 1px;
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-animation: flashBackground 1s ease-in-out infinite;
          animation: flashBackground 1s ease-in-out infinite;
}
.imgtexts-boxs.none-img .imgtexts-dl a {
  color: #60c3e8;
  display: inline-block;
  margin-left: 10px;
  margin-right: 4px;
}
.imgtexts-boxs.none-img .imgtexts-dl a[target=_blank]:after {
  display: inline-block;
  margin-left: 6px;
  content: "";
  width: 17px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.05%2014.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2360c3e8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_1%22%3E%3Cpath%20id%3D%22_2%22%20class%3D%22cls-1%22%20d%3D%22M17.05%2C11.96H3V0h14.05V11.96Zm-12.05-2H15.05V2H5v7.96Z%22%2F%3E%3Cpolygon%20id%3D%22_2-2%22%20class%3D%22cls-1%22%20points%3D%222%2012.99%202%203.04%200%203.04%200%2014.99%2014.05%2014.99%2014.05%2012.99%202%2012.99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .imgtexts-boxs.none-img .imgtexts-dl a[target=_blank]:after {
    width: 15px;
    height: 13px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@media screen and (max-width: 768px) {
  .imgtexts-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .imgtexts-texts {
    width: 100%;
  }
  .imgtexts-boxs:nth-child(odd) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .imgtexts-boxs:nth-child(odd) .imgtexts-texts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
  .imgtexts-boxs:nth-child(odd) .imgtexts-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgtexts-boxs:nth-child(even) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .imgtexts-boxs:nth-child(even) .imgtexts-texts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
  .imgtexts-boxs:nth-child(even) .imgtexts-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@-webkit-keyframes flashBackground {
  0%, 100% {
    background-color: #e95a5a;
  }
  50% {
    background-color: #ef8787;
  }
}

@keyframes flashBackground {
  0%, 100% {
    background-color: #e95a5a;
  }
  50% {
    background-color: #ef8787;
  }
}
.person-item__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
}
@media screen and (max-width: 768px) {
  .person-item__inner {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
.person-item__img {
  overflow: hidden;
  position: relative;
  padding-top: 120%;
}
.person-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.person-item__img:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  opacity: 0.3;
}
.person-item__content {
  position: relative;
  padding: 20px 90px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .person-item__content {
    padding: 10px 90px 10px 15px;
  }
}
.person-item__content .round-grd-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .person-item__content .round-grd-btn {
    right: 15px;
  }
}
.person-item__year {
  font-size: 1.2rem;
  color: #3fb0db;
}
.person-item__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .person-item__title {
    font-size: 1.6rem;
  }
}

.p-top-works .sec-works {
  background-color: #e9f4f8;
  position: relative;
}
.p-top-works .sec-works-boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-works .sec-works-boxs {
    gap: 30px;
  }
}
.p-top-works .sec-works-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 40/37;
  width: 40%;
}
.p-top-works .sec-works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.p-top-works .sec-works-img:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .p-top-works .sec-works-img {
    aspect-ratio: 67/40;
    width: 100%;
  }
}
.p-top-works .sec-works-text {
  padding: 40px 30px;
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-works .sec-works-text .sec-works-ttl {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.p-top-works .sec-works-text > p {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-works .sec-works-text {
    padding: 15px 15px;
    width: 100%;
  }
  .p-top-works .sec-works-text .sec-works-ttl {
    font-size: 1.4rem;
  }
  .p-top-works .sec-works-text > p {
    font-size: 1.6rem;
  }
}
.p-top-works .sec-works-link {
  position: relative;
  margin-left: auto;
  padding: 6px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
}
.p-top-works .sec-works-link .round-btn {
  top: 0;
  right: 0;
  background-color: #f49a0d;
  border-color: #f49a0d;
}
@media screen and (max-width: 768px) {
  .p-top-works .sec-works-link {
    padding: 6px 50px;
    font-size: 1.8rem;
  }
}
.p-top-works .sec-works-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
          box-shadow: 0 2px 6px 0 rgba(71, 82, 86, 0.2);
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .p-top-works .sec-works-box {
    -webkit-box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
            box-shadow: 0 2px 4px 0 rgba(71, 82, 86, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .p-top-works .sec-works-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-works .sec-works-box:hover .round-btn {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-animation: hover-arrow 0.4s ease-in 0s;
          animation: hover-arrow 0.4s ease-in 0s;
}

.sec-person-link {
  background-color: #60c3e8;
}
.sec-person-link .person-link-boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.sec-person-link .person-link-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: #fff;
  padding: 40px 90px 40px 40px;
}
.sec-person-link .person-link-inner .round-grd-btn {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .sec-person-link .person-link-inner {
    gap: 10px;
    padding: 15px 45px 15px 15px;
  }
  .sec-person-link .person-link-inner .round-grd-btn {
    right: 15px;
    margin-top: -18px;
  }
}
.sec-person-link .person-link-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sec-person-link .person-link-img img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media screen and (max-width: 768px) {
  .sec-person-link .person-link-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 80px;
  }
  .sec-person-link .person-link-img img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.sec-person-link .person-link-card {
  display: block;
}
.sec-person-link .person-link-card:hover .round-grd-btn {
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  -webkit-animation: hover-arrow-trn 0.4s ease-in 0s !important;
          animation: hover-arrow-trn 0.4s ease-in 0s !important;
}
@media screen and (max-width: 768px) {
  .sec-person-link .person-link-texts .person-works {
    font-size: 1.2rem;
  }
}
.sec-person-link .person-link-texts .person-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 700;
}
.sec-person-link .person-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sec-person-link .person-link-text span {
  display: inline-block;
}
.sec-person-link .person-link-text span:not(:last-child):after {
  display: inline-block;
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .sec-person-link .person-link-text {
    font-size: 1.2rem;
  }
  .sec-person-link .person-link-text .person-department {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .p-row-works .p-top-works .sec-works-img {
    aspect-ratio: 1/1;
    width: 35%;
    height: 100%;
  }
  .p-row-works .p-top-works .sec-works-text {
    padding: 0;
    width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-row-works .p-top-works .sec-works-text .sec-works-ttl {
    display: none;
  }
  .p-row-works .p-top-works .sec-works-text > p {
    display: none;
  }
  .p-row-works .p-top-works .sec-works-link {
    position: relative;
    margin-left: 0;
    padding: 15px 15px 65px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
  }
  .p-row-works .p-top-works .sec-works-link .round-btn {
    top: auto;
    bottom: 15px;
    right: 50%;
    margin-right: -18px;
    background-color: #f49a0d;
    border-color: #f49a0d;
  }
}
.p-row-works .p-top-works .sec-works-box {
  width: calc(100% - 30px);
}
.p-row-works .p-top-works .sec-works-box:nth-child(odd) {
  margin-right: auto;
}
.p-row-works .p-top-works .sec-works-box:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-row-works .p-top-works .sec-works-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-row-works .p-top-works .sec-works-box:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
  .p-row-works .p-top-works .sec-works-box:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }
}

#person-link.person-slide {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#person-link.person-slide__inner {
  width: 190px;
}
@media screen and (max-width: 768px) {
  #person-link.person-slide__inner {
    width: auto;
  }
}
#person-link.person-slide .swiper {
  overflow: visible;
}
#person-link.person-slide .swiper-slide {
  display: block;
  width: 190px;
  height: auto;
  margin-right: 20px;
}
#person-link.person-slide .swiper-slide img {
  vertical-align: bottom;
}
#person-link.person-slide .person-item__content {
  padding: 10px 50px 10px 15px;
}
#person-link.person-slide .person-item__content .round-grd-btn {
  right: 10px;
  width: 36px;
  height: 36px;
}
#person-link.person-slide .person-item__content .round-grd-btn:after {
  width: 36px;
  height: 36px;
}
#person-link.person-slide .swiper-controller {
  position: absolute;
  bottom: -50px;
  z-index: 10;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  #person-link.person-slide .swiper-controller {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #person-link.person-slide .swiper-controller {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#person-link.person-slide .swiper-button-prev,
#person-link.person-slide .swiper-button-next {
  z-index: 999;
  place-content: center;
  width: 44px;
  height: 14px;
  top: 40px;
  cursor: pointer;
}
#person-link.person-slide .swiper-button-prev:after,
#person-link.person-slide .swiper-button-next:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 12px;
  background: url(https://www.jp-noc.co.jp//recruit/assets/images/arrow-blu.svg) no-repeat 0 0;
  background-size: cover;
}
#person-link.person-slide .swiper-button-prev {
  left: 0;
  right: auto;
}
#person-link.person-slide .swiper-button-prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#person-link.person-slide .swiper-button-next {
  left: auto;
  right: 0;
}
#person-link.person-slide .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
#person-link.person-slide .swiper-pagination {
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  width: auto !important;
  bottom: auto !important;
  left: auto !important;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#person-link.person-slide .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff !important;
  border: 2px solid #60c3e8 !important;
  opacity: 1 !important;
}
#person-link.person-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #60c3e8 !important;
}

div.p-top-works {
  overflow: hidden;
}

.p-top-person .sec-person {
  background-color: #e9f4f8;
}
.p-top-person .person-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.p-top-person .person-item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .p-top-person .person-item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 540px) {
  .p-top-person .person-item {
    width: 100%;
  }
}

.sec-person-header__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.sec-person-header__over {
  width: 100%;
  height: 100%;
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  overflow: hidden !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-person-header__over {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sec-person-header__bg {
  width: 100%;
  height: 100%;
  max-width: 1430px;
  padding-bottom: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow: hidden !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .sec-person-header__bg {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-person-header__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sec-person-header__bg:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 30%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  background-color: #60c3e8;
}
.sec-person-header__bg.img-l .person-texts {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-person-header__bg.img-l .sec-person-header__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.sec-person-header__card {
  position: absolute !important;
  left: 0;
  bottom: 26%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-person-header__card {
    bottom: 100px;
  }
}
@media screen and (max-width: 540px) {
  .sec-person-header__card {
    bottom: 60px;
  }
}
.sec-person-header__card .card__inner {
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .sec-person-header__card .card__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sec-person-header__card.card-r .card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-person-header__img {
  position: relative;
  z-index: 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .sec-person-header__img {
    margin-left: auto;
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec-person-header__img .header-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-person-header__img .header-bg {
    height: auto;
  }
}
.sec-person-header__img .header-bg:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  opacity: 0.3;
}
.sec-person-header .person-texts {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .sec-person-header .person-texts {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-person-header .person-texts {
    margin-top: 10px;
    margin-left: auto;
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.2rem;
  }
}
.sec-person-header .person-texts span {
  display: block;
}
.sec-person-header .person-lead {
  padding-left: 35px;
  padding-left: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1040px) {
  .sec-person-header .person-lead {
    padding-left: 0;
    padding-left: 0;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-person-header .person-lead {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 540px) {
  .sec-person-header .person-lead {
    font-size: 2.4rem;
  }
}
.sec-person-header .person-lead span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 0.2em;
  padding-right: 0.2em;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.sec-person-header .person-lead span:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.6em;
  background-color: #f49a0d;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.sec-person-header .person-lead span:nth-child(1) {
  -webkit-transition: -webkit-clip-path 1s ease 0.5s;
  transition: -webkit-clip-path 1s ease 0.5s;
  transition: clip-path 1s ease 0.5s;
  transition: clip-path 1s ease 0.5s, -webkit-clip-path 1s ease 0.5s;
}
.sec-person-header .person-lead span:nth-child(1):after {
  -webkit-transition: -webkit-clip-path 1s ease 0.8s;
  transition: -webkit-clip-path 1s ease 0.8s;
  transition: clip-path 1s ease 0.8s;
  transition: clip-path 1s ease 0.8s, -webkit-clip-path 1s ease 0.8s;
}
.sec-person-header .person-lead span:nth-child(2) {
  -webkit-transition: -webkit-clip-path 1s ease 0.8s;
  transition: -webkit-clip-path 1s ease 0.8s;
  transition: clip-path 1s ease 0.8s;
  transition: clip-path 1s ease 0.8s, -webkit-clip-path 1s ease 0.8s;
}
.sec-person-header .person-lead span:nth-child(2):after {
  -webkit-transition: -webkit-clip-path 1s ease 1.1s;
  transition: -webkit-clip-path 1s ease 1.1s;
  transition: clip-path 1s ease 1.1s;
  transition: clip-path 1s ease 1.1s, -webkit-clip-path 1s ease 1.1s;
}
.sec-person-header .person-lead span:nth-child(3) {
  -webkit-transition: -webkit-clip-path 1s ease 1.1s;
  transition: -webkit-clip-path 1s ease 1.1s;
  transition: clip-path 1s ease 1.1s;
  transition: clip-path 1s ease 1.1s, -webkit-clip-path 1s ease 1.1s;
}
.sec-person-header .person-lead span:nth-child(3):after {
  -webkit-transition: -webkit-clip-path 1s ease 1.4s;
  transition: -webkit-clip-path 1s ease 1.4s;
  transition: clip-path 1s ease 1.4s;
  transition: clip-path 1s ease 1.4s, -webkit-clip-path 1s ease 1.4s;
}
.sec-person-header .person-lead span:nth-child(4) {
  -webkit-transition: -webkit-clip-path 1s ease 1.4s;
  transition: -webkit-clip-path 1s ease 1.4s;
  transition: clip-path 1s ease 1.4s;
  transition: clip-path 1s ease 1.4s, -webkit-clip-path 1s ease 1.4s;
}
.sec-person-header .person-lead span:nth-child(4):after {
  -webkit-transition: -webkit-clip-path 1s ease 1.8s;
  transition: -webkit-clip-path 1s ease 1.8s;
  transition: clip-path 1s ease 1.8s;
  transition: clip-path 1s ease 1.8s, -webkit-clip-path 1s ease 1.8s;
}
.sec-person-header .person-lead.ttlAnime span {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.sec-person-header .person-lead.ttlAnime span:after {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.sec-person-header .person-lead.is-pc {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .sec-person-header .person-lead.is-pc {
    display: none !important;
  }
}
.sec-person-header .person-lead.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sec-person-header .person-lead.is-sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sec-person-schedule {
  background-color: #e9f4f8;
}
.sec-person-schedule .person-schedule-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sec-person-schedule .person-schedule-ttl {
  margin-left: -60px;
  padding: 20px 60px;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  color: #fff;
}
@media screen and (max-width: 540px) {
  .sec-person-schedule .person-schedule-ttl {
    margin-left: 15px;
    padding: 15px 30px;
  }
}
.sec-person-schedule .person-schedule-body {
  margin-top: -40px;
  padding: 80px 80px 40px 160px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 540px) {
  .sec-person-schedule .person-schedule-body {
    margin-top: -25px;
    padding: 45px 15px 15px 15px;
  }
}
.sec-person-schedule .person-schedule-img img {
  width: 100%;
}

.sec-person-second {
  background-color: #60c3e8;
}
.sec-person-second .person-second-boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.sec-person-second .person-second-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: #fff;
  padding: 40px 40px;
}
@media screen and (min-width: 769px) {
  .sec-person-second .person-second-box {
    width: calc(100% - 60px);
  }
  .sec-person-second .person-second-box:nth-child(odd) {
    margin-right: auto;
  }
  .sec-person-second .person-second-box:nth-child(odd) .person-second-texts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-person-second .person-second-box:nth-child(odd) .person-second-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-person-second .person-second-box:nth-child(even) {
    margin-left: auto;
  }
  .sec-person-second .person-second-box:nth-child(even) .person-second-texts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-person-second .person-second-box:nth-child(even) .person-second-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-person-second .person-second-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
  }
}
.sec-person-second .person-second-img {
  position: relative;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 8/5;
}
.sec-person-second .person-second-img img {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .sec-person-second .person-second-img {
    overflow: hidden;
  }
  .sec-person-second .person-second-img img {
    max-width: 200px;
  }
}
.sec-person-second .person-second-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 700;
  color: #60c3e8;
  margin-bottom: 0.5em;
}
.sec-person-second .person-second-sabttl {
  font-size: 1.4rem;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .sec-person-second .person-second-sabttl {
    font-size: 1.2rem;
  }
}
.sec-person-second .person-second-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .sec-person-second .person-second-text {
    font-size: 1.2rem;
  }
  .sec-person-second .person-second-text .person-department {
    display: none;
  }
}

.sec-row-person .imgtexts-boxs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-about .sec-about {
  position: relative;
  z-index: 2;
  background-color: #e9f4f8;
}
.p-about .sec-top-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .sec-top-card {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.p-about .sec-top-card .card {
  text-align: center;
}
.p-about .sec-top-card .card-inner {
  padding: 50px 80px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .sec-top-card .card-inner {
    padding: 15px 15px;
  }
}
.p-about .sec-top-card-ttl {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec-top-card-ttl {
    font-size: 2.4rem;
  }
}
.p-about .sec-top-card-sabttl {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-about .sec-top-card-sabttl {
    font-size: 1.4rem;
  }
}
.p-about .sec-profile-inner {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-about .sec-profile-inner {
    padding-top: 0;
  }
}
.p-about .sec-profile-subttl {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.p-about .sec-movie-box {
  margin: 0 auto 20px;
  max-width: 720px;
}
.p-about .sec-products-contents {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about .sec-products-contents {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.p-about .sec-products-boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-about .sec-products-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-about .sec-products-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.p-about .sec-products-box dt {
  padding: 25px 20px 0 20px;
  text-align: center;
}
.p-about .sec-products-box dd {
  padding: 20px 20px 30px 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .sec-products-box dt {
    padding: 15px 15px 0 15px;
  }
  .p-about .sec-products-box dd {
    padding: 10px 15px 15px 15px;
  }
}
.p-about .sec-management {
  background-color: #60c3e8;
}
.p-about .sec-management .sec-header-col .section-title {
  color: #fff !important;
}
.p-about .sec-management .sec-header-col .section-title:before {
  color: #fff !important;
  background-color: transparent !important;
  -webkit-text-fill-color: #fff !important;
}
.p-about .sec-management-card {
  margin-top: 20px;
  max-width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-about .sec-management-card {
    max-width: 100%;
  }
}
.p-about .sec-management-card .card-inner {
  padding: 60px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about .sec-management-card .card-inner {
    padding: 15px;
  }
}
.p-about .sec-management-card ul.list-style-disc li {
  position: relative;
  padding-left: 0.8em;
}
.p-about .sec-management-card ul.list-style-disc li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #60c3e8;
}
.p-about .sec-corporate .sec-body {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-about .sec-corporate .sec-body {
    margin-top: 20px;
  }
}
.p-about .sec-corporate .sec-body .imgtexts-boxs:nth-child(even):before {
  display: none;
}
@media screen and (max-width: 1380px) {
  .p-about .sec-corporate .sec-body .imgtexts-ttl.text-nowrap {
    white-space: break-spaces !important;
  }
}

.p-information .sec-requirements .sec-header-row {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-information .sec-requirements .sec-header-row {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.p-information .sec-requirements-inner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-information .sec-requirements-inner {
    padding-top: 40px;
  }
}
.p-information .table-box {
  margin-top: 20px;
}
.p-information .table-box h4 {
  font-size: 1.8rem;
  margin-bottom: 0.2em;
}
.p-information .table-box dl {
  margin-left: 1em;
}
.p-information .table-box dl + h4 {
  margin-top: 1em;
}
.p-information .table-box dl dd {
  margin-left: 1em;
  font-weight: 300;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.p-information .table-box td .text-left,
.p-information .table-box td .text-right {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-information .table-box td .text-left,
  .p-information .table-box td .text-right {
    text-align: left;
  }
}
.p-information .table-box .list-style-disc li + li {
  margin-top: 1em;
}
.p-information .sec-flow-contents {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e9f4f8;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-information .sec-flow-contents {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-information .sec-flow-contents > p {
  margin-top: 20px;
}
.p-information .sec-flow-contents .flow-boxs {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-information .sec-flow-contents .flow-boxs {
    margin-top: 10px;
  }
}
.p-information .sec-flow-contents .flow-boxs .flow-box {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.p-information .sec-flow-contents .flow-boxs .flow-box:not(:first-child) {
  margin-top: 25px;
}
.p-information .sec-flow-contents .flow-boxs .flow-box:not(:first-child):before {
  display: block;
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
  width: 9px;
  height: 9px;
  border-top: 2px solid #60c3e8;
  border-right: 2px solid #60c3e8;
}
.p-information .sec-flow-contents .flow-boxs .flow-box-inner {
  padding: 15px;
  text-align: center;
}
.p-information .sec-flow-contents .flow-boxs .flow-box p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-information .sec-flow-contents .flow-boxs .flow-box p {
    font-size: 1.6rem;
  }
}
.p-information .sec-flow-contents .flow-boxs .flow-box .link-text {
  position: relative;
  display: inline-block;
  padding: 4px 35px 4px 0;
  color: #60c3e8;
}
.p-information .sec-flow-contents .flow-boxs .flow-box .link-text .round-s-btn {
  top: 6px;
  right: 0;
  width: 28px;
  height: 28px;
  background-color: #f49a0d;
}
@media screen and (max-width: 768px) {
  .p-information .sec-flow-contents .flow-boxs .flow-box .link-text {
    padding: 4px 35px 4px 0;
  }
  .p-information .sec-flow-contents .flow-boxs .flow-box .link-text .round-s-btn {
    top: 1px;
    right: 0;
  }
}
.p-information .sec-system {
  background-color: #e9f4f8;
}
.p-information .sec-system-ttl {
  margin-top: 40px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-information .sec-system-ttl {
    margin-top: 20px;
  }
}
.p-information .sec-system-boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-information .sec-system-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-information .sec-system-boxs dl {
  width: calc(50% - 20px);
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-information .sec-system-boxs dl {
    width: 100%;
    padding: 15px;
  }
}
.p-information .sec-system-boxs dt {
  text-align: center;
  margin-bottom: 0.5em;
  color: #60c3e8;
}

.p-session .sec-session-info-inner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-session .sec-session-info-inner {
    padding-top: 40px;
  }
}
.p-session .sec-session-info-lead {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-session .sec-session-info-lead {
    padding-bottom: 40px;
  }
}
.p-session .sec-session-info .sec-header-row {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-session .sec-session-info .sec-header-row {
    padding-top: 40px;
  }
}
.p-session .sec-session-tour-inner {
  border-top: 2px solid #e9f4f8;
}
.p-session .sec-session .sec-header-row {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-session .sec-session .sec-header-row {
    padding-bottom: 20px;
  }
}
.p-session .sec-session .table-contents {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-session .sec-session .table-contents {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.p-session .sec-session .table-contents .sec-session-btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-session .sec-session .table-contents .sec-session-btn .default-btn {
  min-width: 360px;
}
.p-session .sec-session .table-contents .sec-session-btn .default-btn.disabled {
  background-color: #e0e0e0 !important;
  color: #111111;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 0.6;
  pointer-events: none;
}
.p-session .sec-session .table-contents .sec-session-btn .default-btn.disabled .round-s-btn {
  opacity: 0.8;
  border-color: #111111;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.p-session .sec-session .table-contents .sec-session-btn .default-btn.disabled .round-s-btn:after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.p-session .sec-session .table-contents .sec-session-btn:not(:first-child) {
  margin-top: 20px;
}

.p-data .sec-data {
  background-color: #e9f4f8;
  /*
      #data-box5 {
        padding: 0 30px 40px;
        .data-boxs-row {
          gap: 0;
        }
        .data-box-ttl {
          margin: 0 0 10px 0;
        }
        @include mq('md') {
          padding: 0 15px 30px;
          .data-box-ttl {
            margin: 0 0 10px 0;
          }
        }
        p.js-count {
          font-size: 3rem;
          @media screen and (max-width: 1060px) {
            flex-wrap: wrap;
          }
          &:not(:last-child) {
            padding-right: 30px;
            margin-right: 30px;
            border-right: 2px solid $grey;
          }
          .count-ttl {
            display: block;
            width: 100%;
            font-size: 2.8rem;
            small {
              font-size: 1.8rem;
            }
            @media screen and (max-width: 1060px) {
              font-size: 2.0rem;
              line-height: 20px;
              small {
                font-size: 1.4rem;
              }
            }
          }
          .count-img {
            margin: 0 auto 16px;
          }
          .count-num {
            font-size: 7rem;
            width: 0.8em;
          }
          &:nth-last-child(1) {
            .count-num {width: 1.0em;}
          }
        }
      }
  */
}
.p-data .sec-data-contents1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data-contents1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-data .sec-data-contents1 .data-boxs {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data-contents1 .data-boxs {
    width: 100%;
  }
}
.p-data .sec-data-contents1 .data-boxs .data-box {
  padding: 0 10px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-data .sec-data-contents1 #data-boxs3-4 {
  border-left: 2px solid #e9f4f8;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data-contents1 #data-boxs3-4 {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px solid #e9f4f8;
    border-left: none;
  }
}
.p-data .sec-data-contents2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.p-data .sec-data-contents2 .data-box {
  background-color: #fff;
  width: calc(50% - 40px);
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data-contents2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .p-data .sec-data-contents2 .data-box {
    background-color: #fff;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.p-data .sec-data .data-box {
  text-align: center;
}
.p-data .sec-data .data-box p.js-count {
  line-height: 50px;
  font-weight: bold;
  font-size: 3rem;
}
.p-data .sec-data .data-box p.js-count.count-accent {
  color: #f49a0d;
}
.p-data .sec-data .data-box p.js-count.count-main {
  color: #3fb0db;
}
.p-data .sec-data .data-box p.js-count.count-second {
  color: #45c1a5;
}
.p-data .sec-data .data-box p.js-count.count-danger {
  color: #e95a5a;
}
.p-data .sec-data .data-box p.js-count .count-num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  white-space: nowrap;
}
.p-data .sec-data .data-box .count-ttl {
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  font-size: 2rem;
  color: #555555 !important;
}
.p-data .sec-data .data-box .count-img {
  margin-bottom: 10px;
}
.p-data .sec-data #data-box1 .data-boxs-row:not(:first-child),
.p-data .sec-data #data-box3 .data-boxs-row:not(:first-child) {
  margin-top: 8px;
}
.p-data .sec-data #data-box1 p.js-count,
.p-data .sec-data #data-box3 p.js-count {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box1 p.js-count,
  .p-data .sec-data #data-box3 p.js-count {
    font-size: 2.6rem;
  }
}
.p-data .sec-data #data-box1 p.js-count .count-num,
.p-data .sec-data #data-box3 p.js-count .count-num {
  font-size: 6rem;
  width: 0.8em;
}
.p-data .sec-data #data-box1 p.count-accent,
.p-data .sec-data #data-box3 p.count-accent {
  font-size: 4rem;
}
.p-data .sec-data #data-box1 p.count-accent .count-num,
.p-data .sec-data #data-box3 p.count-accent .count-num {
  font-size: 8rem;
  width: 1.2em;
}
@media screen and (max-width: 425px) {
  .p-data .sec-data #data-box1 .count-img,
  .p-data .sec-data #data-box3 .count-img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-data .sec-data #data-box1 .count-img img,
  .p-data .sec-data #data-box3 .count-img img {
    min-width: 100%;
  }
}
.p-data .sec-data #data-box3 .data-boxs-row:not(:first-child) {
  font-size: 3rem;
  gap: 10px;
}
.p-data .sec-data #data-box3 .count-ttl {
  margin-right: 5px;
}
.p-data .sec-data #data-box3 p.count-accent .count-num {
  width: 1.4em;
}
.p-data .sec-data #data-box3 p.count-second .count-num {
  width: 38px;
}
.p-data .sec-data #data-box3 p.count-danger .count-num {
  width: 38px;
}
.p-data .sec-data #data-box3 p.count-main .count-num {
  width: 1.2em;
}
.p-data .sec-data #data-box1-3,
.p-data .sec-data #data-box5 {
  padding: 0 30px 40px;
}
.p-data .sec-data #data-box1-3 .data-boxs-row:not(:first-of-type),
.p-data .sec-data #data-box5 .data-boxs-row:not(:first-of-type) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid #e9f4f8;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box1-3 .data-boxs-row,
  .p-data .sec-data #data-box5 .data-boxs-row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-data .sec-data #data-box1-3 .data-boxs-row .count-img,
.p-data .sec-data #data-box5 .data-boxs-row .count-img {
  width: 130px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box1-3 .data-boxs-row .count-img,
  .p-data .sec-data #data-box5 .data-boxs-row .count-img {
    width: 70px;
  }
}
.p-data .sec-data #data-box1-3 .data-boxs-row .count-img img,
.p-data .sec-data #data-box5 .data-boxs-row .count-img img {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.p-data .sec-data #data-box1-3 .data-boxs-row .count-accent,
.p-data .sec-data #data-box5 .data-boxs-row .count-accent {
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box1-3 .data-boxs-row .count-accent,
  .p-data .sec-data #data-box5 .data-boxs-row .count-accent {
    width: calc(100% - 70px);
  }
}
.p-data .sec-data #data-box1-3 p.js-count,
.p-data .sec-data #data-box5 p.js-count {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box1-3 p.js-count,
  .p-data .sec-data #data-box5 p.js-count {
    font-size: 2.6rem;
  }
}
.p-data .sec-data #data-box1-3 p.js-count .count-num,
.p-data .sec-data #data-box5 p.js-count .count-num {
  font-size: 6rem;
  width: 0.8em;
  margin-right: 4px;
}
.p-data .sec-data #data-box1-3 p.count-accent,
.p-data .sec-data #data-box5 p.count-accent {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box1-3 p.count-accent .count-ttl,
  .p-data .sec-data #data-box5 p.count-accent .count-ttl {
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
}
.p-data .sec-data #data-box1-3 p.count-accent .count-num,
.p-data .sec-data #data-box5 p.count-accent .count-num {
  font-size: 8rem;
  width: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box1-3 p.count-accent .count-num .count-ttl,
  .p-data .sec-data #data-box5 p.count-accent .count-num .count-ttl {
    margin-bottom: 0;
  }
}
.p-data .sec-data #data-box2 p.js-count {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box2 p.js-count {
    font-size: 2.6rem;
  }
}
.p-data .sec-data #data-box2 p.js-count .count-num {
  font-size: 6rem;
  width: 0.8em;
}
.p-data .sec-data #data-box2 .data-boxs-absolute {
  max-width: 400px;
}
.p-data .sec-data #data-box2 .data-boxs-absolute .count-accent:nth-child(1) {
  top: 6px;
  left: 51px;
}
.p-data .sec-data #data-box2 .data-boxs-absolute .count-accent:nth-child(2) {
  top: 68px;
  left: 16px;
}
.p-data .sec-data #data-box2 .data-boxs-absolute .count-accent:nth-child(3) {
  top: 7px;
  right: 20px;
}
.p-data .sec-data #data-box2 .data-boxs-absolute .count-accent:nth-child(4) {
  top: 72px;
  right: 20px;
}
@media screen and (max-width: 1060px) {
  .p-data .sec-data #data-box2 .count-ttl {
    display: block;
    margin-right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    line-height: 14px;
    font-size: 1.6rem;
  }
}
.p-data .sec-data #data-box4 p.js-count {
  font-size: 3rem;
}
.p-data .sec-data #data-box4 p.js-count .count-num {
  font-size: 6rem;
  width: 0.8em;
}
.p-data .sec-data #data-box4 .data-boxs-absolute {
  max-width: 400px;
}
.p-data .sec-data #data-box4 .data-boxs-absolute .count-accent:nth-child(1) {
  top: 6px;
  left: 11px;
}
.p-data .sec-data #data-box4 .data-boxs-absolute .count-accent:nth-child(1) .count-num {
  width: 1.2em;
}
.p-data .sec-data #data-box4 .data-boxs-absolute .count-accent:nth-child(2) {
  top: 63px;
  right: 0px;
}
.p-data .sec-data #data-box6 {
  padding: 0 30px 40px;
}
.p-data .sec-data #data-box6 .data-box-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box6 {
    padding: 0 15px 20px;
  }
  .p-data .sec-data #data-box6 .data-box-ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box6 .data-boxs-row {
    gap: 15px;
  }
}
.p-data .sec-data #data-box6 p.js-count .count-ttl {
  display: block;
  margin-right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: inherit !important;
}
.p-data .sec-data #data-box6 p.js-count.count-accent {
  font-size: 4rem;
}
.p-data .sec-data #data-box6 p.js-count.count-accent .count-num {
  font-size: 8rem;
  width: 184px;
}
.p-data .sec-data #data-box6 p.js-count.count-accent img {
  display: inline-block;
  margin: 0 20px;
  vertical-align: bottom;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box6 p.js-count.count-accent img {
    margin: 0 10px;
    max-width: 20px !important;
  }
}
.p-data .sec-data #data-box6 p.js-count.count-main {
  font-size: 3rem;
}
.p-data .sec-data #data-box6 p.js-count.count-main .count-num {
  font-size: 6rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box6 p.js-count.count-main {
    font-size: 2rem;
  }
  .p-data .sec-data #data-box6 p.js-count.count-main .count-num {
    font-size: 5rem;
    width: auto;
  }
}
.p-data .sec-data #data-box6 p.js-count.count-danger {
  font-size: 3rem;
}
.p-data .sec-data #data-box6 p.js-count.count-danger .count-num {
  font-size: 6rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box6 p.js-count.count-danger {
    font-size: 2rem;
  }
  .p-data .sec-data #data-box6 p.js-count.count-danger .count-num {
    font-size: 5rem;
    width: auto;
  }
}
.p-data .sec-data #data-box7 {
  padding: 0 30px 40px;
}
.p-data .sec-data #data-box7 .data-box-ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box7 {
    padding: 0 15px 20px;
  }
}
.p-data .sec-data #data-box7 .data-boxs-absolute {
  width: 80%;
  margin-left: 20%;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box7 .data-boxs-absolute {
    width: 90%;
    margin-left: 10%;
  }
}
.p-data .sec-data #data-box7 p.js-count.count-accent {
  width: 100%;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 4rem;
  letter-spacing: 4px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.p-data .sec-data #data-box7 p.js-count.count-accent .count-num {
  margin-left: 20px;
  margin-right: 4px;
  font-size: 8rem;
  width: 190px;
}
.p-data .sec-data #data-box7 .data-box-pie {
  background-image: -webkit-radial-gradient(#fff 0% 55%, transparent 56%), conic-gradient(#3fb0db 73%, #cce7f1 73.2% 100%);
  background-image: radial-gradient(#fff 0% 55%, transparent 56%), conic-gradient(#3fb0db 73%, #cce7f1 73.2% 100%);
}
.p-data .sec-data #data-box7 .count-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-225px);
          transform: translateX(-225px);
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box7 .count-img {
    -webkit-transform: translateX(-170px);
            transform: translateX(-170px);
  }
  .p-data .sec-data #data-box7 .count-img img {
    max-width: 120px !important;
  }
}
.p-data .sec-data #data-box8 {
  padding: 0 30px 40px;
}
.p-data .sec-data #data-box8 .data-box-ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box8 {
    padding: 0 15px 20px;
  }
}
.p-data .sec-data #data-box8 .data-boxs-absolute {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.p-data .sec-data #data-box8 p.js-count.count-accent {
  width: 100%;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 4rem;
  letter-spacing: 4px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.p-data .sec-data #data-box8 p.js-count.count-accent .count-num {
  margin-left: 20px;
  margin-right: 4px;
  font-size: 8rem;
  width: auto;
}
.p-data .sec-data #data-box8 .data-box-pie {
  background-image: -webkit-radial-gradient(#fff 0% 55%, transparent 56%), conic-gradient(#3fb0db 2%, #cce7f1 2.2% 100%);
  background-image: radial-gradient(#fff 0% 55%, transparent 56%), conic-gradient(#3fb0db 2%, #cce7f1 2.2% 100%);
}
.p-data .sec-data #data-box9 {
  padding: 0 30px 40px;
}
.p-data .sec-data #data-box9 .data-box-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box9 {
    padding: 0 15px 20px;
  }
  .p-data .sec-data #data-box9 .data-box-ttl {
    margin-bottom: 10px;
  }
  .p-data .sec-data #data-box9 .data-boxs-row {
    gap: 15px;
  }
}
.p-data .sec-data #data-box9 p.js-count .count-ttl {
  display: block;
  margin-right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: inherit !important;
}
.p-data .sec-data #data-box9 p.js-count.count-accent {
  font-size: 4rem;
}
.p-data .sec-data #data-box9 p.js-count.count-accent .count-num {
  font-size: 8rem;
  width: 174px;
}
.p-data .sec-data #data-box9 p.js-count.count-accent img {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: bottom;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box9 p.js-count.count-accent img {
    display: block;
    margin: 0 auto 20px auto;
  }
}
.p-data .sec-data #data-box9 p.js-count.count-main {
  font-size: 3rem;
}
.p-data .sec-data #data-box9 p.js-count.count-main .count-num {
  font-size: 6rem;
  width: 134px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box9 p.js-count.count-main {
    font-size: 2rem;
  }
  .p-data .sec-data #data-box9 p.js-count.count-main .count-num {
    font-size: 5rem;
    width: auto;
  }
}
.p-data .sec-data #data-box9 p.js-count.count-danger {
  font-size: 3rem;
}
.p-data .sec-data #data-box9 p.js-count.count-danger .count-num {
  font-size: 6rem;
  width: 134px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box9 p.js-count.count-danger {
    font-size: 2rem;
  }
  .p-data .sec-data #data-box9 p.js-count.count-danger .count-num {
    font-size: 5rem;
    width: auto;
  }
}
.p-data .sec-data #data-box10 {
  padding: 0 30px 40px;
}
.p-data .sec-data #data-box10 .data-box-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box10 {
    padding: 0 15px 20px;
  }
  .p-data .sec-data #data-box10 .data-box-ttl {
    margin-bottom: 10px;
  }
}
.p-data .sec-data #data-box10 p.js-count.count-accent {
  font-size: 4rem;
}
.p-data .sec-data #data-box10 p.js-count.count-accent .count-num {
  font-size: 8rem;
  width: 50px;
}
.p-data .sec-data #data-box10 p.js-count.count-accent img {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.p-data .sec-data #data-box11 {
  padding: 0 30px 40px;
}
.p-data .sec-data #data-box11 .data-box-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box11 {
    padding: 0 15px 20px;
  }
  .p-data .sec-data #data-box11 .data-boxs-absolute {
    margin-left: auto;
    margin-right: 0;
  }
  .p-data .sec-data #data-box11 .data-box-ttl {
    margin-bottom: 10px;
  }
}
.p-data .sec-data #data-box11 .data-box-pie {
  margin-right: 30px;
  background-image: -webkit-radial-gradient(#fff 0% 55%, transparent 56%), conic-gradient(#3fb0db 100% 100%);
  background-image: radial-gradient(#fff 0% 55%, transparent 56%), conic-gradient(#3fb0db 100% 100%);
}
.p-data .sec-data #data-box11 p.js-count.count-accent {
  width: 100%;
  top: 60px;
  left: 0;
  font-size: 4rem;
  letter-spacing: 4px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box11 p.js-count.count-accent {
    left: auto;
    right: 10px;
    text-align: right;
  }
}
.p-data .sec-data #data-box11 p.js-count.count-accent .count-num {
  margin-left: 20px;
  margin-right: 4px;
  font-size: 8rem;
  width: 146px;
}
.p-data .sec-data #data-box11 p.js-count.count-accent img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box11 p.js-count.count-accent img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.p-data .sec-data #data-box12 {
  padding: 0 30px 40px;
}
.p-data .sec-data #data-box12 .data-box-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-data .sec-data #data-box12 {
    padding: 0 15px 20px;
  }
  .p-data .sec-data #data-box12 .data-box-ttl {
    margin-bottom: 10px;
  }
}
.p-data .sec-data #data-box12 p.js-count.count-accent {
  font-size: 4rem;
}
.p-data .sec-data #data-box12 p.js-count.count-accent .count-num {
  font-size: 8rem;
  width: 166px;
}
.p-data .sec-data #data-box12 p.js-count.count-accent img {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  -webkit-transform: translateY(-26px);
          transform: translateY(-26px);
}
.p-data .data-boxs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.p-data .data-boxs-absolute {
  position: relative;
  width: 90%;
  text-align: center;
}
.p-data .data-boxs-absolute .count-accent {
  position: absolute;
}
.p-data .data-boxs-absolute .count-img img {
  margin: auto;
}
.p-data .data-box-ttl {
  padding: 30px 0 20px;
  width: 100%;
  text-align: center;
}
.p-data .data-box-ttl small {
  display: block;
  font-size: 50%;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .p-data .data-box-ttl {
    font-size: 2.2rem;
  }
}
.p-data .data-box-tag {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 7px 34px;
  font-size: 1.8rem;
  line-height: 18px;
  background-color: #111111;
  color: #fff;
  border-radius: 30px;
}
.p-data .data-box-pie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 180px;
  height: 180px;
  background-image: -webkit-radial-gradient(#fff 0% 55%, transparent 56%), conic-gradient(#3fb0db 78%, #cce7f1 78.2% 100%);
  background-image: radial-gradient(#fff 0% 55%, transparent 56%), conic-gradient(#3fb0db 78%, #cce7f1 78.2% 100%);
  border-radius: 50%;
}

.p-faq .sec-faq-header {
  margin: 70px 0 30px;
}
.p-faq .sec-faq-header .section-title {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-faq .sec-faq-header {
    margin: 35px 0 15px;
  }
  .p-faq .sec-faq-header .section-title {
    font-size: 2rem;
  }
}
.p-faq .sec-faq-inner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-faq .sec-faq-inner {
    padding-top: 40px;
  }
}

.p-scene .sec-header-scene-top {
  text-align: center;
}
.p-scene .sec-header-scene-top .section-title {
  position: relative;
  display: inline-block;
  padding-left: 160px;
  padding-right: 121px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-scene .sec-header-scene-top .section-title {
    padding-left: 77px;
    padding-right: 62px;
    margin-bottom: 15px;
  }
}
.p-scene .sec-header-scene-top .section-title:before, .p-scene .sec-header-scene-top .section-title:after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-scene .sec-header-scene-top .section-title:before {
  top: 0;
  left: 0;
  width: 104px;
  height: 50px;
  background-image: url(https://www.jp-noc.co.jp//recruit/scene/images/icon-header-scene1@2x.png);
}
@media screen and (max-width: 768px) {
  .p-scene .sec-header-scene-top .section-title:before {
    top: 10px;
    width: 70px;
    height: 33px;
  }
}
.p-scene .sec-header-scene-top .section-title:after {
  top: 10px;
  right: 0;
  width: 71px;
  height: 71px;
  background-image: url(https://www.jp-noc.co.jp//recruit/scene/images/icon-header-scene2@2x.png);
}
@media screen and (max-width: 768px) {
  .p-scene .sec-header-scene-top .section-title:after {
    width: 50px;
    height: 50px;
  }
}
.p-scene .sec-header-scene-top p {
  text-align: left;
}
.p-scene .sec-scene {
  position: relative;
}
.p-scene .sec-scene .sec-header-scene {
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-scene .sec-scene .sec-header-scene {
    margin-bottom: 30px;
  }
}
.p-scene .sec-scene .sec-header-scene .card {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc(100% - 10px);
}
.p-scene .sec-scene .sec-header-scene .card:after {
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
}
.p-scene .sec-scene .sec-header-scene .card:before {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 10;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #71d7a8;
  background: -webkit-gradient(linear, left top, right top, from(#71d7a8), to(#4bb2d8));
  background: -webkit-linear-gradient(left, #71d7a8 0%, #4bb2d8 100%);
  background: linear-gradient(to right, #71d7a8 0%, #4bb2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#71d7a8", endColorstr="#4bb2d8",GradientType=1 );
  /*
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  */
}
.p-scene .sec-scene .sec-header-scene .card .section-title {
  margin: 0;
  padding: 15px 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-scene .sec-scene .sec-header-scene .card .section-title {
    padding: 5px 30px;
  }
}
.p-scene .sec-scene .sec-body {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-scene .swiper {
    overflow: inherit !important;
  }
}
.p-scene .scene-slide {
  position: relative;
}
.p-scene .scene-slide .scene-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-scene .scene-slide .scene-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-scene .scene-slide .scene-item__img {
  width: calc(50% - 20px);
}
.p-scene .scene-slide .scene-item__content {
  width: calc(50% - 20px);
  padding-right: 20px;
}
.p-scene .scene-slide .scene-item__title {
  margin: 20px 0 40px 0;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-scene .scene-slide .scene-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-scene .scene-slide .scene-item__img {
    width: 100%;
  }
  .p-scene .scene-slide .scene-item__content {
    width: 100%;
    padding-right: 0;
  }
  .p-scene .scene-slide .scene-item__title {
    margin: 10px 0 20px 0;
    font-size: 2rem;
  }
}
.p-scene .scene-slide .swiper-slide {
  display: block;
  height: auto;
}
.p-scene .swiper-controller {
  position: absolute;
  right: 0;
  z-index: 10;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-scene .swiper-controller {
    width: 100%;
  }
}
.p-scene .swiper-button-prev,
.p-scene .swiper-button-next {
  z-index: 999;
  place-content: center;
  width: 50px;
  height: 50px;
  top: -192px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-scene .swiper-button-prev,
  .p-scene .swiper-button-next {
    top: -112px;
    width: 36px;
    height: 36px;
  }
}
.p-scene .swiper-button-prev:after,
.p-scene .swiper-button-next:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-scene .swiper-button-prev:after,
  .p-scene .swiper-button-next:after {
    width: 36px;
    height: 36px;
  }
}
.p-scene .swiper-button-prev {
  left: 20px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-scene .swiper-button-prev {
    left: 5px;
  }
}
.p-scene .swiper-button-next {
  left: auto;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .p-scene .swiper-button-next {
    right: 5px;
  }
}
.p-scene .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.p-scene .swiper-pagination {
  width: calc(50% - 20px) !important;
  bottom: auto !important;
  left: 0px !important;
  color: #b1dcec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-scene .swiper-pagination .swiper-pagination-bullet {
  background-color: #b1dcec !important;
  border: 5px solid #b1dcec !important;
  opacity: 1 !important;
}
.p-scene .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #60c3e8 !important;
  border: 5px solid #60c3e8 !important;
}
@media screen and (max-width: 768px) {
  .p-scene .swiper-pagination {
    width: 100% !important;
    bottom: -20px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-scene .sec-scene-rubber .scene-item__content {
  background-color: #e9f4f8;
}
.p-scene .sec-scene-rubber .sec-scene-bg {
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #e9f4f8;
}
@media screen and (min-width: 769px) {
  .p-scene .sec-scene-osc .sec-scene-inner {
    text-align: center;
  }
  .p-scene .sec-scene-osc .scene-slide .scene-item__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-scene .sec-scene-osc .scene-slide .scene-item__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 20px;
  }
  .p-scene .sec-scene-osc .swiper-controller {
    right: auto;
    left: 0;
  }
  .p-scene .sec-scene-osc .swiper-pagination {
    width: calc(50% - 40px) !important;
    left: auto !important;
    right: 0 !important;
  }
}
.p-scene .sec-scene-env .sec-scene-bg {
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #e9f4f8;
}

@media print {
  header,
  footer,
  .global-menu-sp,
  .round-s-btn,
  #particles-js,
  #footerTop {
    display: none !important;
  }
}