@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

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

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
html {
  font-size: 62.5%;
}

body {
  text-wrap: wrap;
  box-sizing: border-box;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, Arial, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: normal;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.3rem;
  }
}

.lato {
  font-family: "Lato", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.stopscroll {
  overflow: hidden;
}

.mincho {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a.img-link figure {
  overflow: hidden;
}
a.img-link figure img {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
a.img-link:hover figure img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
  }
}
.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.el_btn1 {
  background: #fff;
  background-color: #fff;
  border: 0.2rem solid #00A1AF;
  border-radius: 9999px;
  color: #00A1AF;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el_btn1 {
    font-size: 1.4rem;
  }
}
.el_btn1 .arrow {
  background-color: #fff;
  border-radius: 9999px;
  display: inline-block;
  height: 0.2rem;
  margin-top: 0.5rem;
  position: relative;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
}
@media screen and (max-width: 768px) {
  .el_btn1 .arrow {
    height: 0.1rem;
    right: 1rem;
    width: 1.8rem;
  }
}
.el_btn1 .arrow::before {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  width: 1.1rem;
}
@media screen and (max-width: 768px) {
  .el_btn1 .arrow::before {
    height: 0.1rem;
    width: 0.7rem;
  }
}

.el_btn2 {
  background: #fff;
  background-image: url(../images/top/bg_el_btn2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.2rem solid #00A1AF;
  border-radius: 9999px;
  color: #00A1AF;
  display: block;
  font-size: min(1.5151515152vw, 30px);
  font-weight: bold;
  padding: min(0.7575757576vw, 15px) 0;
  position: relative;
  text-align: center;
}
.el_btn2::after {
  background-image: url(../images/top/arrow_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: min(0.5050505051vw, 10px);
  position: absolute;
  right: min(1.5151515152vw, 30px);
  top: calc(50% - min(0.2525252525vw, 5px));
  width: min(2.0202020202vw, 40px);
}

.lower_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.lower_header .logo {
  margin-left: 5%;
  max-width: 140px;
}
@media screen and (max-width: 900px) {
  .lower_header .logo {
    width: 25%;
  }
}
.lower_header .lower_navArea {
  align-items: center;
  display: flex;
  margin-right: 5%;
}
@media screen and (max-width: 900px) {
  .lower_header .lower_navArea {
    display: none;
  }
}
.lower_header .lower_navArea .lower_navlist {
  display: flex;
}
.lower_header .lower_navArea .lower_navlist li {
  margin-right: 30px;
}
.lower_header .lower_navArea .lower_navlist li.current {
  color: #00A1AF;
}
.lower_header .btn {
  width: 23rem;
}
.lower_header .btn .arrow {
  background: #00A1AF;
}
.lower_header .btn .arrow::before {
  background: #00A1AF;
}

.nav {
  background-image: url(../images/common/bg_footer-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0 9rem;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .nav {
    padding: 2rem 0 6rem;
  }
}
.nav .copy {
  margin: 0 auto 4rem;
  max-width: 120rem;
  mix-blend-mode: multiply;
  width: calc(100% - 4rem);
}
@media screen and (max-width: 768px) {
  .nav .copy {
    margin-bottom: 2rem;
  }
}
.nav .inner {
  margin: 0 auto;
  max-width: 96rem;
  width: calc(100% - 40px);
}
.nav .inner .logo {
  margin: 0 auto 4rem;
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .nav .inner .logo {
    display: none;
    margin-bottom: 1rem;
    width: 12rem;
  }
}
.nav .inner .wrap {
  position: relative;
}
.nav .inner .box {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
}
@media screen and (max-width: 768px) {
  .nav .inner .box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav .inner .box .column {
    display: contents;
  }
}
.nav .inner .box .column a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .nav .inner .box .column a {
    border-bottom: 0.1rem solid #fff;
    font-size: 3vw;
    padding: 0.7rem 0 0.5rem;
  }
}
.nav .inner .box .column a + a {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .nav .inner .box .column a + a {
    margin-top: 0.5rem;
  }
}
.nav .inner .btn {
  background: transparent;
  border-color: #fff;
  bottom: 1rem;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 0;
  width: 19.5rem;
}
@media screen and (max-width: 768px) {
  .nav .inner .btn {
    background: #fff;
    border-color: #00A1AF;
    bottom: auto;
    color: #00A1AF;
    font-size: 1.6rem;
    margin: 1rem auto 0;
    padding: 0.5rem;
    position: relative;
    right: auto;
    width: 100%;
  }
  .nav .inner .btn .arrow {
    background-color: #00A1AF;
  }
  .nav .inner .btn .arrow::before {
    background-color: #00A1AF;
  }
}
.nav .inner .copyright {
  color: #fff;
  display: block;
  margin: 6rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .nav .inner .copyright {
    display: none;
  }
}

.footer-sec .nav .logo {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-sec .nav .box {
    display: none !important;
  }
}
.footer-sec .nav .btn {
  padding: 1rem 0;
  width: 19.5rem;
}
.footer-sec .nav .copyright {
  display: block;
}
:not(.p-top) .footer-sec .nav .copy {
  display: none;
}

.menu {
  bottom: 0;
  left: 50%;
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
.menu .bar {
  background: linear-gradient(90deg, #2db3e7 0%, #02096c 30%, #00a1af 80%, white 100%);
  border-radius: 9999px 9999px 0 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  left: 50%;
  margin: 0 auto;
  max-width: 80rem;
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: background-color 0.3s;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .menu .bar {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
.menu .nav {
  bottom: 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu .nav {
    height: 100vh;
      height: 100dvh;
      overflow: scroll;
  }
}
.p-top .top_el_btn1 {
  background: #fff;
  background-color: #fff;
  border: 0.2rem solid #00A1AF;
  border-radius: 9999px;
  color: #00A1AF;
  display: block;
  font-size: min(1.5151515152vw, 30px);
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .top_el_btn1 {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
}
.p-top .top_el_btn1 .arrow {
  background-color: #00A1AF;
  border-radius: 9999px;
  display: inline-block;
  height: min(0.101010101vw, 2px);
  margin-top: min(0.3535353535vw, 7px);
  position: relative;
  position: absolute;
  right: 2rem;
  top: calc(50% - min(0.1919191919vw, 3.8px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(2.4747474747vw, 49px);
}
@media screen and (max-width: 768px) {
  .p-top .top_el_btn1 .arrow {
    height: 0.1rem;
    right: 1rem;
    width: 1.8rem;
  }
}
.p-top .top_el_btn1 .arrow::before {
  background-color: #00A1AF;
  border-radius: 9999px;
  content: "";
  height: min(0.101010101vw, 2px);
  position: absolute;
  right: 0;
  top: calc(50% - min(0.1515151515vw, 3px));
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - min(0.1515151515vw, 3px)) 50%;
          transform-origin: calc(100% - min(0.1515151515vw, 3px)) 50%;
  width: min(0.8585858586vw, 17px);
}
@media screen and (max-width: 768px) {
  .p-top .top_el_btn1 .arrow::before {
    height: 0.1rem;
    width: 0.7rem;
  }
}
.p-top .top_el_btn2 {
  background: #fff;
  background-image: url(../images/top/bg_el_btn2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9999px;
  color: #fff;
  display: block;
  font-size: min(1.5151515152vw, 30px);
  font-weight: bold;
  padding: min(0.7575757576vw, 15px) 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .top_el_btn2 {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
.p-top .top_el_btn2 .arrow {
  background-color: #fff;
  border-radius: 9999px;
  display: inline-block;
  height: min(0.101010101vw, 2px);
  margin-top: min(0.3535353535vw, 7px);
  position: relative;
  position: absolute;
  right: 2rem;
  top: calc(50% - min(0.1919191919vw, 3.8px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(2.4747474747vw, 49px);
}
@media screen and (max-width: 768px) {
  .p-top .top_el_btn2 .arrow {
    height: 0.1rem;
    right: 1rem;
    width: 1.8rem;
  }
}
.p-top .top_el_btn2 .arrow::before {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  height: min(0.101010101vw, 2px);
  position: absolute;
  right: 0;
  top: calc(50% - min(0.1515151515vw, 3px));
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - min(0.1515151515vw, 3px)) 50%;
          transform-origin: calc(100% - min(0.1515151515vw, 3px)) 50%;
  width: min(0.8585858586vw, 17px);
}
@media screen and (max-width: 768px) {
  .p-top .top_el_btn2 .arrow::before {
    height: 0.1rem;
    width: 0.7rem;
  }
}
.p-top header {
  height: 130px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.p-top header .logo {
  margin: 40px auto 0;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .p-top header .logo {
    margin-top: 10px;
    width: 70px;
  }
}
.p-top header .btn {
  margin: 0 auto;
  position: absolute;
  right: 4rem;
  top: 4rem;
  width: 23rem;
}
.p-top header .btn .arrow {
  background: #00A1AF;
}
.p-top header .btn .arrow::before {
  background: #00A1AF;
}
@media screen and (max-width: 768px) {
  .p-top header .btn {
    display: none;
  }
}
.p-top .mv-sec {
  background-image: url(../images/top/bg_mv-01.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec {
    background-size: 170%;
  }
}
.p-top .mv-sec .copy {
  left: 7.03125vw;
  position: absolute;
  top: calc(50% + 3rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .copy {
    left: 2.5rem;
    top: 15rem;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: calc(100% - 50px);
  }
}
.p-top .mv-sec .copy .main-catch {
  -webkit-animation: slideUpFadeIn 0.6s ease-out forwards;
          animation: slideUpFadeIn 0.6s ease-out forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  margin-bottom: min(3.0303030303vw, 60px);
  opacity: 0;
  width: min(63.4343434343vw, 1256px);
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .copy .main-catch {
    width: 100%;
  }
}
.p-top .mv-sec .copy .sub-catch {
  -webkit-animation: slideUpFadeIn 0.6s ease-out forwards;
          animation: slideUpFadeIn 0.6s ease-out forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  color: #00A1AF;
  font-size: min(1.4646464646vw, 29px);
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 2.6;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .copy .sub-catch {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2;
  }
}
@-webkit-keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-top .mv-sec .copy .btn {
  border-width: 0.1rem;
  margin: 3rem auto 0;
  padding: 0.5rem 0;
  width: 14rem;
}
.p-top .mv-sec .copy .btn .arrow {
  background: #00A1AF;
}
.p-top .mv-sec .copy .btn .arrow::before {
  background: #00A1AF;
}
.p-top .mv-sec .closing {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p-top .mv-sec .closing .first {
  color: #00A1AF;
  font-size: min(9.5454545455vw, 189px);
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .closing .first {
    font-size: 12vw;
  }
}
.p-top .mv-sec .closing .last {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(63.2828282828vw, 1253px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .closing .last {
    width: calc(100% - 40px);
  }
}
.p-top .mv-sec .scroll_down {
  bottom: 80px;
  left: 50%;
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-top .mv-sec .scroll_down {
    display: none;
  }
}
.p-top .mv-sec .scroll_down a {
  color: #00A1AF;
  display: block;
  font-size: 14px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.p-top .mv-sec .scroll_down::before {
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  background: #00A1AF;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 11px;
  left: calc(50% - 5.5px);
  position: absolute;
  width: 11px;
  z-index: 1;
}
.p-top .mv-sec .scroll_down::after {
  background: #CCC;
  bottom: 0;
  content: "";
  height: 80px;
  left: calc(50% - 1px);
  position: absolute;
  width: 2px;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-top .space-sec,
.p-top .bottomspace-sec {
  height: 100vh;
}
.p-top .concept-sec {
  position: relative;
  width: 100%;
}
.p-top .concept-sec.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-top .concept-sec .box {
  display: flex;
  height: 100vh;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .box {
    display: contents;
    height: auto;
  }
}
.p-top .concept-sec .box.is-fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-top .concept-sec .box::after {
    background-image: url(../images/top/filter_concept-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}
.p-top .concept-sec .left {
  display: flex;
  flex-flow: column;
  height: 100vh;
  justify-content: space-between;
  position: relative;
  width: 18.75vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .left {
    flex-flow: row;
    height: 7.2rem;
    margin-bottom: 4rem;
    width: 100%;
  }
}
.p-top .concept-sec .left figure {
  align-items: center;
  display: flex;
  height: calc(25vh - 0.2rem);
  justify-content: center;
  width: 100%;
}
.p-top .concept-sec .left figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .concept-sec .left figure picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .concept-sec .left figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .left figure {
    height: 7.2rem;
    width: calc(25vw - 0.2rem);
  }
}
.p-top .concept-sec .right {
  display: flex;
  flex-flow: column;
  height: 100vh;
  justify-content: space-between;
  position: relative;
  width: 18.75vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .right {
    flex-flow: row;
    height: 7.2rem;
    margin-top: 4rem;
    width: 100%;
  }
}
.p-top .concept-sec .right figure {
  align-items: center;
  display: flex;
  height: calc(25vh - 0.2rem);
  justify-content: center;
  width: 100%;
}
.p-top .concept-sec .right figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .concept-sec .right figure picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .concept-sec .right figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .right figure {
    height: 7.2rem;
    width: calc(25vw - 0.2rem);
  }
}
.p-top .concept-sec .right figure:nth-child(2) {
  height: calc(50vh - 0.2rem);
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .right figure:nth-child(2) {
    align-items: center;
    display: flex;
    height: 7.2rem;
    justify-content: center;
    width: calc(50vw - 0.2rem);
  }
  .p-top .concept-sec .right figure:nth-child(2) img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 20%;
       object-position: 20% 20%;
    width: 100%;
  }
  .p-top .concept-sec .right figure:nth-child(2) picture {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 20%;
       object-position: 20% 20%;
    width: 100%;
  }
  .p-top .concept-sec .right figure:nth-child(2) video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 20%;
       object-position: 20% 20%;
    width: 100%;
  }
}
.p-top .concept-sec .center {
  height: auto;
  margin: 0 auto;
  min-height: 100vh;
  padding-top: min(4.6464646465vw, 92px);
  position: relative;
  width: calc(100% - 37.5vw);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .center {
    order: 2;
    padding: 0;
    width: 100%;
  }
  .p-top .concept-sec .center::after {
    background-image: url(../images/top/filter_concept-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.p-top .concept-sec .center .read {
  color: #00A1AF;
  font-size: min(1.3636363636vw, 27px);
  font-weight: 700;
  line-height: min(3.5353535354vw, 70px);
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .center .read {
    font-size: 1.4rem;
    line-height: 2;
    width: 100%;
  }
}
.p-top .concept-sec .center .catch {
  margin: 0 auto;
  padding-bottom: 6rem;
  width: min(56.4141414141vw, 1117px);
}
@media screen and (max-width: 768px) {
  .p-top .concept-sec .center .catch {
    margin-top: 2rem;
    padding-bottom: 0;
    width: calc(100% - 10rem);
  }
}
.p-top .about-sec {
  align-items: center;
  background-image: url(../images/top/bg_concept-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec {
    display: block;
    min-height: 100vh;
  }
}
.p-top .about-sec .inner {
  margin: 0 auto min(6.0606060606vw, 120px);
  padding: min(4.5454545455vw, 90px) 0;
  width: min(78.0808080808vw, 1546px);
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner {
    margin: 0 auto;
    padding: 50px 0 90px;
    width: calc(100% - 40px);
  }
}
.p-top .about-sec .inner .midashi {
  color: #fff;
  margin-bottom: 4rem;
}
.p-top .about-sec .inner .midashi .main-title {
  font-size: min(8.7373737374vw, 173px);
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .midashi .main-title {
    font-size: 6rem;
  }
}
.p-top .about-sec .inner .midashi .sub-title {
  font-size: min(2.0202020202vw, 40px);
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .midashi .sub-title {
    font-size: 1.8rem;
  }
}
.p-top .about-sec .inner .box {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .box {
    display: block;
  }
}
.p-top .about-sec .inner .box .photo {
  padding-bottom: min(7.0202020202vw, 139px);
  position: relative;
  width: min(36.5656565657vw, 724px);
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .box .photo {
    margin: 0 auto;
    margin-top: 4rem;
    padding-bottom: 4.5rem;
    width: 22rem;
  }
}
.p-top .about-sec .inner .box .photo .figure1 {
  border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  width: min(26.5656565657vw, 526px);
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .box .photo .figure1 {
    width: 18rem;
  }
}
.p-top .about-sec .inner .box .photo .figure2 {
  border-radius: 1rem;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: min(13.8888888889vw, 275px);
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .box .photo .figure2 {
    width: 9rem;
  }
}
.p-top .about-sec .inner .box .text {
  padding-left: 6rem;
  width: calc(100% - min(36.5656565657vw, 724px));
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .box .text {
    padding-left: 0;
    width: 100%;
  }
}
.p-top .about-sec .inner .box .text a {
  border-bottom: 0.2rem solid #fff;
  color: #fff;
  display: block;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 5rem 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .box .text a {
    font-size: 1.8rem;
    padding: 3rem 0;
  }
}
.p-top .about-sec .inner .box .text a .icon {
  height: 5.7rem;
  position: absolute;
  right: 0;
  top: calc(50% - 2.85rem);
  width: 5.7rem;
}
@media screen and (max-width: 768px) {
  .p-top .about-sec .inner .box .text a .icon {
    height: 3rem;
    top: calc(50% - 1.5rem);
    width: 3rem;
  }
}
.p-top .story-sec {
  background: #fff;
  padding-top: 6rem;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec {
    overflow: hidden;
    padding-top: 3rem;
  }
}
.p-top .story-sec .copy {
  margin: 0 auto;
  padding-top: min(3.3333333333vw, 66px) 0 min(3.8888888889vw, 77px);
  width: min(94.4949494949vw, 1871px);
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .copy {
    margin-bottom: 3rem;
    padding-top: 0;
    width: calc(100% - 40px);
  }
}
.p-top .story-sec .inner {
  margin: 0 auto;
  width: min(78.0808080808vw, 1546px);
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner {
    width: calc(100% - 40px);
  }
}
.p-top .story-sec .inner .midashi {
  color: #00A1AF;
  margin-bottom: 4rem;
}
.p-top .story-sec .inner .midashi .main-title {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, #57D0FC 0%, #00A1AF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  font-size: min(8.7373737374vw, 173px);
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .midashi .main-title {
    font-size: 6rem;
  }
}
.p-top .story-sec .inner .midashi .sub-title {
  font-size: min(2.0202020202vw, 40px);
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .midashi .sub-title {
    font-size: 1.8rem;
  }
}
.p-top .story-sec .inner .box {
  background-color: #fff;
  background-image: radial-gradient(at bottom right, rgba(61, 255, 218, 0.4), rgba(0, 104, 184, 0.4));
  border-radius: 4rem;
  padding: 4rem 8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .box {
    padding: 2rem;
  }
}
.p-top .story-sec .inner .box .komidashi {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .box .komidashi {
    margin-bottom: 2rem;
  }
}
.p-top .story-sec .inner .box .komidashi .en {
  color: rgba(0, 161, 175, 0.7);
  font-size: 7.2rem;
  font-size: 3rem;
}
.p-top .story-sec .inner .box .komidashi .ja {
  color: #00A1AF;
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .box .komidashi .ja {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .story-sec .inner .box figure {
    margin-left: -50%;
    width: 200%;
  }
}
.p-top .story-sec .inner .top_el_btn1 {
  background: transparent;
  margin: 50px auto;
  max-width: 330px;
}
.p-top .othercontents-sec {
  background: #fff;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec {
    padding: 8rem 0;
  }
}
.p-top .othercontents-sec .inner {
  margin: 0 auto;
  width: min(78.0808080808vw, 1546px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner {
    width: calc(100% - 40px);
  }
}
.p-top .othercontents-sec .inner .box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box {
    display: block;
  }
}
.p-top .othercontents-sec .inner .box figure {
  border-radius: 50%;
  overflow: hidden;
}
.p-top .othercontents-sec .inner .box .scroll {
  width: min(43.3333333333vw, 858px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll {
    width: 100%;
  }
}
.p-top .othercontents-sec .inner .box .scroll .group {
  display: flex;
  flex-flow: column;
  height: 100vh;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .group {
    height: auto;
  }
  .p-top .othercontents-sec .inner .box .scroll .group + .group {
    padding-top: 8rem;
  }
}
.p-top .othercontents-sec .inner .box .scroll .midashi .en {
  font-size: min(5.9595959596vw, 118px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .midashi .en {
    font-size: 4rem;
  }
}
.p-top .othercontents-sec .inner .box .scroll .midashi .en span {
  color: #00A1AF;
}
.p-top .othercontents-sec .inner .box .scroll .midashi .ja {
  color: #00A1AF;
  font-size: min(2.3232323232vw, 46px);
  letter-spacing: 0.3rem;
  margin-top: min(2.5252525253vw, 50px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .midashi .ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll figure {
    margin: 4rem auto 0;
    width: 26rem;
  }
}
.p-top .othercontents-sec .inner .box .scroll .btn {
  margin-top: min(3.5353535354vw, 70px);
  width: min(25.4545454545vw, 504px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .btn {
    margin: 0 auto;
    margin-top: 3rem;
    width: 20rem;
  }
}
.p-top .othercontents-sec .inner .box .scroll .btn .arrow {
  background: #00A1AF;
}
.p-top .othercontents-sec .inner .box .scroll .btn .arrow::after {
  background: #00A1AF;
}

.p-top .othercontents-sec .inner .box .scroll .btn_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .btn_list {
    display: block;
    margin-top: 3rem;
    width: 100%;
  }
}
.p-top .othercontents-sec .inner .box .scroll .btn_list .btn {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .btn_list .btn {
    margin: 0 auto;
    margin-top: 1rem;
    width: 20rem;
  }
}


.p-top .othercontents-sec .inner .box .scroll .comingsoon {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, #57D0FC 0%, #00A1AF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: block;
  font-size: min(2.7777777778vw, 55px);
  letter-spacing: 0.2rem;
  line-height: 1.4;
  margin-top: min(2.5252525253vw, 50px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .scroll .comingsoon {
    font-size: 3rem;
    margin: 3rem auto 0;
  }
}
.p-top .othercontents-sec .inner .box .photo {
  padding: calc(50vh - min(17.1717171717vw, 340px)) 0;
  position: relative;
  width: min(34.3434343434vw, 680px);
}
@media screen and (max-width: 768px) {
  .p-top .othercontents-sec .inner .box .photo {
    display: none;
  }
}
.p-top .othercontents-sec .inner .box .photo figure {
  opacity: 0;
  position: relative;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 1;
}
.p-top .othercontents-sec .inner .box .photo figure:first-child {
  opacity: 1;
}
.p-top .othercontents-sec .inner .box .photo figure.is_view {
  opacity: 1;
}
.p-top .othercontents-sec .inner .box .photo figure.figure2 {
  position: absolute;
  right: 0;
  top: calc(50vh - min(17.1717171717vw, 340px));
  z-index: 2;
}
.p-top .othercontents-sec .inner .box .photo.sticky {
  position: sticky;
  top: 0;
}
.p-top .information-sec {
  background: #fff;
  padding-bottom: min(6.0606060606vw, 120px);
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .p-top .information-sec {
    padding-bottom: 10rem;
  }
}
.p-top .information-sec .inner {
  margin: 0 auto;
  width: min(78.0808080808vw, 1546px);
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner {
    width: calc(100% - 40px);
  }
}
.p-top .information-sec .inner .midashi {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, #57D0FC 0%, #00A1AF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: block;
  font-size: min(3.0808080808vw, 61px);
  letter-spacing: 0.2rem;
  line-height: 1.4;
  margin: 0 auto min(5.4545454545vw, 108px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .midashi {
    font-size: 3rem;
    margin: 0 auto 2rem;
  }
}
.p-top .information-sec .inner .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .list {
    display: block;
  }
}
.p-top .information-sec .inner .list li {
  border-radius: 2rem;
  overflow: hidden;
  width: min(23.1818181818vw, 459px);
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .list li {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  .p-top .information-sec .inner .list li + li {
    margin-top: 4rem;
  }
}
.p-top .information-sec .inner .list li a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.p-top .information-sec .inner .list li a p {
  color: #fff;
  font-size: min(1.5151515152vw, 30px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .list li a p {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
}
.p-top .information-sec .inner .btn {
  margin: min(4.5454545455vw, 90px) auto 0;
  width: min(25.5555555556vw, 506px);
}
@media screen and (max-width: 768px) {
  .p-top .information-sec .inner .btn {
    font-size: 2rem;
    margin: 6rem auto 0;
    width: 100%;
  }
  .p-top .information-sec .inner .btn .arrow {
    right: 2rem;
  }
}
.p-top .story-slider {
  margin: 0 auto;
  max-width: 1000px;
  /* 中央のスライド */
}
.p-top .story-slider li {
  margin: auto 20px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider li {
    margin: auto 10px;
    max-width: 280px;
  }
}
.p-top .story-slider li .top_el_btn1 {
  background: transparent;
  margin: 50px auto;
  max-width: 100%;
  opacity: 0;
}
.p-top .story-slider li .img {
  position: relative;
  width: 100%;
}
.p-top .story-slider li .img img {
  border-radius: 15px;
  height: auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}
.p-top .story-slider li .img::after {
  background: url(../images/top/filter_story.png);
  background-size: cover;
  border-radius: 15px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 100%;
}
.p-top .story-slider li .item_ttl {
  bottom: 10px;
  color: #fff;
  font-size: 1.4em;
  left: -10px;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider li .item_ttl {
    font-size: 2rem;
  }
}
.p-top .story-slider li .item_ttl .bg_gr {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 7px;
}
.p-top .story-slider li p {
  font-size: 0.9em;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider li p {
    font-size: 1.3rem;
  }
}
.p-top .story-slider .slick-arrow {
  background: linear-gradient(to right, #0067bb 0%, #20b2cb 49%, #57d0fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50%;
  height: 60px;
  text-align: center;
  width: 60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider .slick-arrow {
    height: 45px;
    width: 45px;
  }
}
.p-top .story-slider .slick-prev {
  left: calc(50% - 200px);
  top: 25%;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider .slick-prev {
    left: calc(50% - 180px);
    top: 30%;
  }
}
.p-top .story-slider .slick-next {
  right: calc(50% - 200px);
  top: 25%;
}
@media screen and (max-width: 768px) {
  .p-top .story-slider .slick-next {
    right: calc(50% - 180px);
    top: 30%;
  }
}
.p-top .story-slider .slick-center li .img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-top .story-slider .slick-center li .img::after {
  content: none;
}
.p-top .story-slider .slick-center li .img .item_ttl {
  opacity: 1;
}
.p-top .story-slider .slick-center li .top_el_btn1 {
  opacity: 1;
}

.p-about {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-about .pc {
    display: block;
  }
  .p-about .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-about .pc {
    display: none;
  }
  .p-about .sp {
    display: block;
  }
}
.p-about .inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-about .inner {
    width: 90%;
  }
}
.p-about .pankuzu_list {
  display: flex;
  justify-content: flex-end;
}
.p-about .pankuzu_list ul {
  display: flex;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .p-about .pankuzu_list ul {
    padding: 15px 0;
  }
}
.p-about .pankuzu_list ul li {
  font-size: 0.85em;
  margin: 0 5px;
}
.p-about .pankuzu_list ul li.current {
  color: #00a1af;
}
@media screen and (max-width: 768px) {
  .p-about .pankuzu_list ul li {
    font-size: 3vw;
  }
}
.p-about .bg_bl {
  background: url(../../assets/images/common/bg_bgr.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  width: 100%;
}
.p-about .w_gr {
  background: url(../../assets/images/common/bg_wgr.png) no-repeat center top;
  background-size: cover;
  width: 100%;
}
.p-about .bg_gr {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-about .bg_gr3 {
  background: linear-gradient(145deg, #2db3e7 0%, #02096c 30%, #00a1af 80%, white 100%);
}
.p-about .bl {
  color: #00a1af;
}
.p-about .sb {
  color: #00a1af;
}
.p-about .top_sec {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-bottom: 10px;
  }
}
.p-about .top_sec .inner {
  position: relative;
}
.p-about .top_sec .inner .page_top_txt {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .page_top_txt {
    font-size: 0.75em;
    top: 15px;
  }
}
.p-about .top_sec .inner .page_ttl {
  font-size: 2.3em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .page_ttl {
    font-size: 6vw;
    font-weight: bold;
    margin: 10px auto 10px;
  }
}
.p-about .top_sec .inner .intro_txt {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .intro_txt {
    line-height: 1.75;
  }
}
.p-about .top_sec .inner .imgArea {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .imgArea {
    margin: 20px auto 50px;
  }
}
.p-about .top_sec .inner .topic_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .topic_list ul {
    display: block;
  }
}
.p-about .top_sec .inner .topic_list ul li {
  box-sizing: border-box;
  margin-bottom: 20px;
  max-width: 480px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .topic_list ul li {
    max-width: 100%;
    width: 100%;
  }
}
.p-about .top_sec .inner .topic_list ul li a {
  align-items: center;
  border-radius: 40px;
  display: block;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  width: 100%;
}
.p-about .top_sec .inner .topic_list ul li a .en {
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .topic_list ul li a {
    font-size: 3.7vw;
  }
}
.p-about .top_sec .inner em {
  border-radius: 30px;
  display: block;
  font-size: 1.2em;
  font-style: normal;
  margin: 20px auto 40px;
  max-width: 490px;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner em {
    font-size: 4vw;
    margin: 20px auto;
  }
}
.p-about .top_sec .inner .intro_ttl {
  font-size: 1.8em;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .intro_ttl {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}
.p-about .top_sec .inner .intro_txt {
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-about .top_sec .inner .intro_txt {
    font-size: 3.3vw;
  }
}
.p-about .topic_sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec {
    padding: 50px 0;
  }
}
.p-about .topic_sec .leadArea {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .leadArea {
    display: block;
    margin-bottom: 30px;
  }
}
.p-about .topic_sec .leadArea .topic_ttl {
  align-items: center;
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%);
  border-radius: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.7em;
  height: 246px;
  justify-content: center;
  text-align: center;
  width: 246px;
}
.p-about .topic_sec .leadArea .topic_ttl span {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .leadArea .topic_ttl {
    display: block;
    font-size: 5vw;
    height: 0;
    line-height: 1.7;
    margin: 0 auto 30px;
    padding-bottom: 50%;
    position: relative;
    width: 50%;
  }
  .p-about .topic_sec .leadArea .topic_ttl .ttlBox {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-about .topic_sec .leadArea .txtArea {
  max-width: 655px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .leadArea .txtArea {
    font-size: 3.5vw;
    max-width: 100%;
    width: 100%;
  }
}
.p-about .topic_sec .leadArea .txtArea h3 {
  border-bottom: solid 1px #00a1af;
  font-size: 2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.p-about .topic_sec .leadArea .txtArea h3.wht {
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .leadArea .txtArea h3 {
    font-size: 5vw;
  }
}
.p-about .topic_sec .graph_big {
  margin: 20px auto 60px;
  max-width: 1168px;
}
.p-about .topic_sec .graphArea .s_answer {
  margin: 50px auto 20px;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .graphArea .s_answer {
    width: 80%;
  }
}
.p-about .topic_sec .graphArea .scroll_graph {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .btmArea {
    font-size: 3.5vw;
  }
}
.p-about .topic_sec .devArea {
  box-sizing: border-box;
  margin: 90px auto;
  padding: 70px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .devArea {
    font-size: 3.5vw;
    padding: 5%;
  }
}
.p-about .topic_sec .devArea::before {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%);
  border-radius: 15px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-about .topic_sec .devArea .box_ttl {
  border-radius: 10px;
  color: #fff;
  font-size: 1.5em;
  margin: 0 auto 40px;
  max-width: 465px;
  padding: 10px 0;
  text-align: center;
}
.p-about .topic_sec .devArea .imgArea {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .devArea .imgArea {
    display: block;
    margin: 30px auto;
  }
}
.p-about .topic_sec .devArea .imgArea .img {
  max-width: 430px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .devArea .imgArea .img {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.p-about .topic_sec .bl_btn {
  margin: 0 auto 50px;
  max-width: 366px;
}
.p-about .topic_sec .bl_btn a {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%);
  border: none;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .bl_btn a {
    font-size: 4vw;
  }
}
.p-about .topic_sec .depArea {
  margin-top: 100px;
}
.p-about .topic_sec .depArea ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .depArea ul {
    display: block;
  }
}
.p-about .topic_sec .depArea ul li {
  margin-bottom: 50px;
  margin-right: 4%;
  max-width: 480px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .depArea ul li {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 100%;
  }
}
.p-about .topic_sec .depArea ul li:nth-child(2n) {
  margin-right: 0;
}
.p-about .topic_sec .depArea ul li .dep_ttl {
  border-radius: 10px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 auto;
  max-width: 310px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  top: 25px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .depArea ul li .dep_ttl {
    font-size: 3.8vw;
    max-width: 80%;
  }
}
.p-about .topic_sec .depArea ul li .img {
  position: relative;
  z-index: 1;
}
.p-about .topic_sec .depArea ul li h5 {
  font-size: 1.1em;
  line-height: 2;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .depArea ul li h5 {
    font-size: 3.5vw;
  }
}
.p-about .topic_sec .depArea ul li h5 .bg_gr {
  padding: 2px 3px;
}
.p-about .topic_sec .depArea ul li p {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .depArea ul li p {
    font-size: 3.5vw;
  }
}
.p-about .topic_sec .career_ttl {
  font-size: 1.5em;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .career_ttl {
    font-size: 4vw;
    margin: 40px auto 25px;
  }
}
.p-about .topic_sec .career_img {
  margin: 0 auto 100px;
  max-width: 887px;
}
@media screen and (max-width: 768px) {
  .p-about .topic_sec .career_img {
    margin: 0 auto 50px;
    max-width: 100%;
  }
}
.p-about .ft_txt {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 30px;
}
.p-about .solution_sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-about .solution_sec {
    padding: 40px 0;
  }
}
.p-about .solution_sec .sol_ttl {
  color: #00a1af;
  font-size: 1.5em;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .solution_sec .sol_ttl {
    font-size: 4vw;
    margin: 0 auto 20px;
  }
}
.p-about .solution_sec .sol_top_txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about .solution_sec .sol_top_txt {
    font-size: 3.5vw;
  }
}
.p-about .solution_sec .flexbox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .p-about .solution_sec .flexbox {
    display: block;
  }
}
.p-about .solution_sec .flexbox .imgArea {
  max-width: 473px;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-about .solution_sec .flexbox .imgArea {
    margin: 0 auto 50px;
    max-width: 100%;
    width: 90%;
  }
}
.p-about .solution_sec .flexbox .txt {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-about .solution_sec .flexbox .txt {
    margin: 0 auto;
    width: 90%;
  }
}
.p-about .solution_sec .flexbox .txt p {
  color: #fff;
}
.p-about .solution_sec .flexbox .txt p .bg_gr {
  display: inline-block;
  font-size: 1.5em;
  margin-bottom: 10px;
  padding: 2px 5px;
}
@media screen and (max-width: 768px) {
  .p-about .solution_sec .flexbox .txt p .bg_gr {
    font-size: 4.2vw;
  }
}
.p-about .solution_sec .sales_graph {
  margin: 50px auto;
  max-width: 882px;
}
.p-about .solution_sec .sales_img {
  margin: 90px auto 0;
  max-width: 910px;
}

.p-info {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-info .pc {
    display: block;
  }
  .p-info .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-info .pc {
    display: none;
  }
  .p-info .sp {
    display: block;
  }
}
.p-info .inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-info .inner {
    width: 90%;
  }
}
.p-info .pankuzu_list {
  display: flex;
  justify-content: flex-end;
}
.p-info .pankuzu_list ul {
  display: flex;
  padding: 25px 0;
}
.p-info .pankuzu_list ul li {
  font-size: 0.85em;
  margin: 0 5px;
}
.p-info .pankuzu_list ul li.current {
  color: #00a1af;
}
@media screen and (max-width: 768px) {
  .p-info .pankuzu_list ul li {
    font-size: 3vw;
  }
}
.p-info .bg_bl {
  background: url(../../assets/images/common/bg_bgr2.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  width: 100%;
}
.p-info .bg_bl2 {
  background: url(../../assets/images/information/bg_bgra2.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  width: 100%;
}
.p-info .w_gr {
  background: url(../../assets/images/common/bg_wgr.png) no-repeat center top;
  background-size: cover;
  width: 100%;
}
.p-info .bg_gr {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-info .bg_gr2 {
  background: linear-gradient(to right, #34a4ea 0%, #0091ac 92%, #0091ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-info .bl {
  color: #00a1af;
}
.p-info .sb {
  color: #00a1af;
}
.p-info .top_sec {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-bottom: 40px;
  }
}
.p-info .top_sec .inner {
  position: relative;
}
.p-info .top_sec .inner .recruit_en {
  margin: 0 auto;
  max-width: 80%;
}
.p-info .top_sec .inner .rec_copy {
  margin: 80px auto 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .rec_copy {
    margin: 40px auto;
  }
}
.p-info .top_sec .inner .page_top_txt {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .page_top_txt {
    top: 25px;
  }
}
.p-info .top_sec .inner .page_ttl {
  font-size: 2.3em;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .page_ttl {
    font-size: 6vw;
    top: -25px;
  }
}
.p-info .top_sec .inner .rec_copy {
  margin: 0px auto 20px;
}
.p-info .top_sec .inner .intro_txt {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .intro_txt {
    line-height: 1.75;
  }
}
.p-info .top_sec .inner .imgArea {
  margin: 50px auto;
}
.p-info .top_sec .inner .intro_ttl {
  font-size: 1.8em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .intro_ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .intro_txt {
    font-size: 3.3vw;
  }
}
.p-info .top_sec .inner .desc_ttl {
  font-size: 1.5em;
  margin: 40px auto 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .desc_ttl {
    font-size: 5vw;
    margin: 25px auto 15px;
  }
}
.p-info .top_sec .inner .job_descArea {
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0px auto 0;
  padding: 30px;
}
.p-info .top_sec .inner .job_descArea .desc_ttl {
  font-size: 1.5em;
  margin-bottom: 20px;
  text-align: center;
}
.p-info .top_sec .inner .job_descArea dl {
  color: #fff;
}
.p-info .top_sec .inner .job_descArea dl .row {
  border-bottom: solid 1px #fff;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .job_descArea dl .row {
    font-size: 3vw;
  }
}
.p-info .top_sec .inner .job_descArea dl .row dt {
  width: 30%;
}
.p-info .top_sec .inner .job_descArea dl .row dd {
  line-height: 2;
  width: 70%;
}
.p-info .top_sec .inner .job_descArea dl .row dd span {
  display: block;
  font-size: 0.9em;
}
.p-info .top_sec .inner .beneArea {
  margin: 0px auto 0;
}
.p-info .top_sec .inner .beneArea .desc_ttl {
  font-size: 1.5em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .beneArea .desc_ttl {
    font-size: 5vw;
    margin: 5px auto 15px;
  }
}
.p-info .top_sec .inner .beneArea ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .beneArea ul {
    display: block;
  }
}
.p-info .top_sec .inner .beneArea ul li {
  margin-bottom: 40px;
  margin-right: 2%;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .beneArea ul li {
    margin: 0 auto 30px;
    width: 100%;
  }
}
.p-info .top_sec .inner .beneArea ul li:nth-child(3n) {
  margin-right: 0;
}
.p-info .top_sec .inner .beneArea ul li .img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .beneArea ul li .img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .beneArea ul li .txt {
    font-size: 3.3vw;
  }
}
.p-info .top_sec .inner .beneArea ul li .txt .bene_ttl {
  font-size: 1.2em;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .top_sec .inner .beneArea ul li .txt .bene_ttl {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
}
.p-info .recruit_sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec {
    padding: 50px 0;
  }
}
.p-info .recruit_sec .rec_ttl {
  font-size: 1.5em;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .rec_ttl {
    font-size: 5vw;
    margin: 0 auto 20px;
  }
}
.p-info .recruit_sec .flowArea ul {
  margin: 80px auto;
  max-width: 885px;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .flowArea ul {
    margin: 40px auto;
  }
}
.p-info .recruit_sec .flowArea ul li {
  margin-bottom: 20px;
}
.p-info .recruit_sec .examArea {
  border-radius: 20px;
  box-sizing: border-box;
  margin: 50px auto 100px;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .examArea {
    margin: 30px auto 50px;
  }
}
.p-info .recruit_sec .examArea .exam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .examArea .exam_list {
    display: block;
  }
}
.p-info .recruit_sec .examArea .exam_list li {
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .examArea .exam_list li {
    font-size: 3.3vw;
    width: 100%;
  }
}
.p-info .recruit_sec .entryArea {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .entryArea {
    font-size: 3.5vw;
  }
}
.p-info .recruit_sec .entryArea .wht_btn {
  margin: 50px auto 25px;
  max-width: 366px;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .entryArea .wht_btn {
    margin: 25px auto 15px;
  }
}
.p-info .recruit_sec .entryArea .wht_btn a {
  background: #fff;
  border: solid 1px #00a1af;
  border-radius: 30px;
  box-sizing: border-box;
  color: #00a1af;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .entryArea .wht_btn a {
    font-size: 4vw;
  }
}
.p-info .recruit_sec .entryArea .wht_btn a .arrow {
  background: #00A1AF;
}
.p-info .recruit_sec .entryArea .wht_btn a .arrow::before {
  background: #00A1AF;
}
.p-info .recruit_sec .entryArea .bl_btn {
  margin: 0 auto 50px;
  max-width: 366px;
}
.p-info .recruit_sec .entryArea .bl_btn a {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%);
  border: none;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info .recruit_sec .entryArea .bl_btn a {
    font-size: 4vw;
  }
}
.p-info .info_sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec {
    padding: 50px 0;
  }
}
.p-info .info_sec .info_ttl {
  font-size: 1.5em;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .info_ttl {
    font-size: 5vw;
    margin: 0 auto 25px;
  }
}
.p-info .info_sec .office_top_img {
  display: flex;
  margin-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .office_top_img {
    margin-bottom: 50px;
  }
}
.p-info .info_sec .office_introArea ul {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .office_introArea ul {
    margin-bottom: 40px;
  }
}
.p-info .info_sec .office_introArea ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-info .info_sec .office_introArea ul li:nth-child(1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .office_introArea ul li {
    display: block;
  }
}
.p-info .info_sec .office_introArea ul li .imgArea {
  max-width: 443px;
  width: 44%;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .office_introArea ul li .imgArea {
    max-width: 100%;
    width: 100%;
  }
}
.p-info .info_sec .office_introArea ul li .txtArea {
  max-width: 530px;
  width: 53%;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .office_introArea ul li .txtArea {
    font-size: 3.3vw;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.p-info .info_sec .office_introArea ul li .txtArea .office_intro_ttl {
  border-bottom: solid 1px #00a1af;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .office_introArea ul li .txtArea .office_intro_ttl {
    font-size: 4.5vw;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.p-info .info_sec .orzArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-info .info_sec .orzArea ul li {
  margin-bottom: 40px;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .orzArea ul li {
    width: 48%;
  }
}
.p-info .info_sec .orzArea ul li .img {
  margin-bottom: 15px;
}
.p-info .info_sec .orzArea ul li .txt .orz_ttl {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .orzArea ul li .txt .orz_ttl {
    font-size: 4vw;
  }
}
.p-info .info_sec .orzArea ul li .txt p {
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .orzArea ul li .txt p {
    font-size: 3.5vw;
  }
}
.p-info .info_sec .examArea {
  border-radius: 20px;
  box-sizing: border-box;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .examArea {
    padding: 5%;
  }
}
.p-info .info_sec .examArea .rec_ttl {
  font-size: 1.5em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .examArea .rec_ttl {
    font-size: 4.5vw;
  }
}
.p-info .info_sec .examArea dl {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .examArea dl {
    display: block;
  }
}
.p-info .info_sec .examArea dl .col {
  margin: auto 2.5%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .examArea dl .col {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-info .info_sec .examArea dl .col dt {
  font-size: 1.3em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .examArea dl .col dt {
    font-size: 4vw;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.p-info .info_sec .examArea dl .col dt span {
  font-size: 0.7em;
}
.p-info .info_sec .examArea dl .col dt::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto 5px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .examArea dl .col dt::after {
    margin: 10px auto 5px;
  }
}
.p-info .info_sec .examArea dl .col dd {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .examArea dl .col dd {
    font-size: 3vw;
  }
}
.p-info .info_sec .bl_btn {
  margin: 100px auto 50px;
  max-width: 366px;
}
.p-info .info_sec .bl_btn a {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%);
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-info .info_sec .bl_btn a {
    font-size: 4vw;
  }
}
.p-info .ft_txt {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 30px;
}

.p-people {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-people .pc {
    display: block;
  }
  .p-people .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-people .pc {
    display: none;
  }
  .p-people .sp {
    display: block;
  }
}
.p-people .inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .p-people .inner {
    width: 90%;
  }
}
.p-people .pankuzu_list {
  display: flex;
  justify-content: flex-end;
}
.p-people .pankuzu_list ul {
  display: flex;
  padding: 25px 0;
}
.p-people .pankuzu_list ul li {
  font-size: 0.85em;
  margin: 0 5px;
}
.p-people .pankuzu_list ul li.current {
  color: #00a1af;
}
@media screen and (max-width: 768px) {
  .p-people .pankuzu_list ul li {
    font-size: 3vw;
  }
}
.p-people .bg_bl {
  background: url(../../assets/images/common/bg_bgr2.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  width: 100%;
}
.p-people .bg_bl2 {
  background: url(../../assets/images/information/bg_bgra2.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  width: 100%;
}
.p-people .w_gr {
  background: url(../../assets/images/common/bg_wgr.png) no-repeat center top;
  background-size: cover;
  width: 100%;
}
.p-people .bg_gr {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-people .bg_gr2 {
  background: linear-gradient(to right, #34a4ea 0%, #0091ac 92%, #0091ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-people .bl {
  color: #00a1af;
}
.p-people .sb {
  color: #00a1af;
}
.p-people .top_sec {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-bottom: 40px;
  }
}
.p-people .top_sec .inner {
  position: relative;
}
.p-people .top_sec .inner .flexbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .flexbox {
    display: block;
  }
}
.p-people .top_sec .inner .flexbox .txtArea {
  margin-right: -5%;
  position: relative;
  width: 55%;
  z-index: 10;
}
.p-people .top_sec .inner .flexbox .txtArea .bg_gr {
  padding: 3px 7px;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .flexbox .txtArea {
    max-width: 100%;
    width: 100%;
  }
}
.p-people .top_sec .inner .flexbox .txtArea .profile {
  max-width: 410px;
}
.p-people .top_sec .inner .flexbox .imgArea {
  max-width: 507px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .flexbox .imgArea {
    margin-bottom: 30px;
    width: 100%;
  }
  .p-people .top_sec .inner .flexbox .imgArea .bg_gr {
    padding: 3px 7px;
  }
}
.p-people .top_sec .inner .page_top_txt {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .page_top_txt {
    top: 25px;
  }
}
.p-people .top_sec .inner .page_ttl {
  font-size: 2em;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .page_ttl {
    font-size: 5vw;
    margin-bottom: 30px;
    text-align: center;
  }
}
.p-people .top_sec .inner .profile .name {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .profile .name {
    font-size: 4.5vw;
    margin-top: 30px;
  }
}
.p-people .top_sec .inner .profile .en {
  display: block;
  font-size: 0.9em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .profile .en {
    font-size: 3vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .profile dl {
    font-size: 3.5vw;
  }
}
.p-people .top_sec .inner .profile dl dt {
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.p-people .top_sec .inner .imgArea {
  margin: 0px auto;
}
.p-people .top_sec .inner .intro_ttl {
  font-size: 1.8em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .intro_ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .inner .intro_txt {
    font-size: 3.3vw;
  }
}
.p-people .top_sec .disc_top_box {
  position: relative;
  top: 80px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .disc_top_box {
    top: 40px;
  }
}
.p-people .top_sec .disc_top_box .page_ttl {
  bottom: 120px;
  font-size: 2.3em;
  left: 20px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .disc_top_box .page_ttl {
    bottom: 20px;
    font-size: 5vw;
    text-align: left;
  }
}
.p-people .top_sec .disc_top_box .page_ttl .bg_gr {
  padding: 1px 15px;
}
.p-people .top_sec .disc_top_box .imgArea {
  margin-left: auto;
  margin-right: 0;
  max-width: 670px;
}
@media screen and (max-width: 768px) {
  .p-people .top_sec .disc_top_box .imgArea {
    max-width: 100%;
    padding-bottom: 80px;
  }
}
.p-people .ps_top_sec {
  padding-bottom: 0px;
}
.p-people .ps_top_sec .inner .ps_top {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  position: relative;
  top: 50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-people .ps_top_sec .inner .ps_top {
    display: block;
    top: 80px;
  }
}
.p-people .ps_top_sec .inner .ps_top .txtArea {
  top: 50px;
}
@media screen and (max-width: 768px) {
  .p-people .ps_top_sec .inner .ps_top .txtArea {
    top: 0;
  }
}
.p-people .ps_top_sec .inner .ps_top .txtArea .numArea {
  border-bottom: solid 1px #fff;
  max-width: 90%;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-people .ps_top_sec .inner .ps_top .txtArea .numArea {
    width: 100%;
  }
}
.p-people .ps_top_sec .inner .ps_top .txtArea .ps_num {
  margin-bottom: 10px;
  max-width: 303px;
}
@media screen and (max-width: 768px) {
  .p-people .ps_top_sec .inner .ps_top .txtArea .ps_num {
    margin: 0 auto 15px;
    width: 50%;
  }
}
.p-people .ps_top_sec .inner .ps_top .txtArea .page_ttl {
  font-size: 2em;
  font-weight: 600;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-people .ps_top_sec .inner .ps_top .txtArea .page_ttl {
    font-size: 4.3vw;
  }
}
.p-people .ps_top_sec .inner .ps_top .imgArea {
  position: relative;
}
.p-people .interview_sec {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec {
    padding: 50px 0;
  }
}
.p-people .interview_sec .sec_tab {
  left: 0;
  position: absolute;
  right: 0;
  top: -50px;
}
.p-people .interview_sec .ttl_tab {
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.3em;
  font-style: normal;
  margin: 20px auto 40px;
  padding: 12px 0;
  text-align: center;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .ttl_tab {
    font-size: 4vw;
    width: 90%;
  }
}
.p-people .interview_sec .long_tab {
  width: 620px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .long_tab {
    border-radius: 60px;
    line-height: 1.5;
    padding: 8px 0;
    width: 90%;
  }
}
.p-people .interview_sec .flexbox {
  display: flex;
  justify-content: space-between;
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .flexbox {
    display: block;
    margin: 40px auto;
  }
}
.p-people .interview_sec .flexbox .txtArea {
  max-width: 485px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .flexbox .txtArea {
    font-size: 3.5vw;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
}
.p-people .interview_sec .flexbox .txtArea .gr_ttl {
  color: #00b59b;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .flexbox .txtArea .gr_ttl {
    font-size: 4.5vw;
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-people .interview_sec .flexbox .imgArea {
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .flexbox .imgArea {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.p-people .interview_sec .flexbox .imgArea .gr_ttl {
  color: #00b59b;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .flexbox .imgArea .gr_ttl {
    font-size: 4.5vw;
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-people .interview_sec .flexbox.r_flex {
  flex-direction: row-reverse;
}
.p-people .interview_sec .ful_box .img {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .ful_box .img {
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .ful_box .txt {
    font-size: 3.5vw;
  }
}
.p-people .interview_sec .ful_box .txt .wh_ttl {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .ful_box .txt .wh_ttl {
    font-size: 4.5vw;
    margin-bottom: 25px;
    text-align: center;
  }
}
.p-people .interview_sec .pplbox {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .pplbox.disc_pplbox {
    padding: 0px 0 60px;
  }
}
.p-people .interview_sec .pplbox ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .pplbox ul {
    display: block;
  }
}
.p-people .interview_sec .pplbox ul li {
  align-items: center;
  display: flex;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .pplbox ul li {
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-people .interview_sec .pplbox ul li .img {
  margin-right: 30px;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .pplbox ul li .img {
    margin-right: 5%;
    width: 35%;
  }
}
.p-people .interview_sec .pplbox ul li .profile {
  color: #00b59b;
  width: calc(100% - 230px);
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .pplbox ul li .profile {
    width: 60%;
  }
}
.p-people .interview_sec .pplbox ul li .profile .name {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .pplbox ul li .profile .name {
    font-size: 4vw;
    margin-top: 30px;
  }
}
.p-people .interview_sec .pplbox ul li .profile .en {
  display: block;
  font-size: 0.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .pplbox ul li .profile .en {
    font-size: 3vw;
    margin-bottom: 10px;
  }
}
.p-people .interview_sec .pplbox ul li .profile dl {
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .pplbox ul li .profile dl {
    font-size: 3vw;
  }
}
.p-people .interview_sec .pplbox ul li .profile dl dt {
  border-bottom: solid 1px #00b59b;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-people .interview_sec .pplbox ul.box3 li {
    flex-direction: column;
    width: 30%;
  }
  .p-people .interview_sec .pplbox ul.box3 li .img {
    margin: 0 auto 20px;
  }
  .p-people .interview_sec .pplbox ul.box3 li .profile {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    width: 100%;
  }
  .p-people .interview_sec .pplbox ul.box3 li .profile dl dt {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 80px;
  }
}
.p-people .interview_sec .lead_txt {
  margin-bottom: 100px;
}
.p-people .interview_sec .ps_flexbox {
  align-items: center;
  justify-content: center;
}
.p-people .interview_sec .ps_flexbox .imgArea {
  max-width: 612px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .ps_flexbox .imgArea {
    width: 100%;
  }
}
.p-people .interview_sec .ps_flexbox .txtArea {
  margin-left: -5%;
  margin-right: 0;
  max-width: 55%;
  position: relative;
  width: 55%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .ps_flexbox .txtArea {
    left: 2%;
    margin: 0 auto;
    max-width: 100%;
    top: -80px;
    width: 100%;
  }
}
.p-people .interview_sec .ps_flexbox .txtArea .ps_ttl {
  color: #fff;
  font-size: 1.9em;
  line-height: 2;
}
.p-people .interview_sec .ps_flexbox .txtArea .ps_ttl .bg_gr {
  padding: 1px 5px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .ps_flexbox .txtArea .ps_ttl {
    font-size: 5vw;
  }
}
.p-people .interview_sec .ps_flexbox.r_flex .txtArea {
  margin-left: 0;
  margin-right: -15%;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .ps_flexbox.r_flex .txtArea {
    margin: 0 auto;
  }
}
.p-people .interview_sec .int_txtbox {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .int_txtbox {
    font-size: 3.3vw;
    margin-top: -80px;
  }
}
.p-people .interview_sec .int_txtbox .row {
  display: flex;
  margin-bottom: 30px;
}
.p-people .interview_sec .int_txtbox .row dt {
  width: 50px;
}
.p-people .interview_sec .int_txtbox .row dt.gr {
  color: #00b59b;
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .int_txtbox .row dt {
    width: 12%;
  }
}
.p-people .interview_sec .int_txtbox .row dd {
  width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .int_txtbox .row dd {
    width: 87%;
  }
}
@media screen and (max-width: 768px) {
  .p-people .interview_sec .dis_txtbox {
    margin-top: 40px;
  }
}
.p-people .interview_sec .dis_img {
  margin-bottom: 60px;
}
.p-people .msg_sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec {
    padding: 50px 0;
  }
}
.p-people .msg_sec .flexbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 50px auto 100px;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .flexbox {
    display: block;
    margin: 0 auto 50px;
  }
}
.p-people .msg_sec .flexbox .txtArea {
  max-width: 513px;
  width: 50%;
}
.p-people .msg_sec .flexbox .txtArea .msg {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .flexbox .txtArea {
    font-size: 3.5vw;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
.p-people .msg_sec .flexbox .txtArea .msg_txt {
  color: #00b59b;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .flexbox .txtArea .msg_txt {
    font-size: 3.7vw;
  }
}
.p-people .msg_sec .flexbox .imgArea {
  max-width: 460px;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .flexbox .imgArea {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  .p-people .msg_sec .flexbox .imgArea .msg {
    margin-bottom: 40px;
  }
}
.p-people .msg_sec .otherArea .desc_ttl {
  font-size: 1.5em;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .otherArea .desc_ttl {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
}
.p-people .msg_sec .otherArea ul {
  display: flex;
  flex-wrap: wrap;
}
.p-people .msg_sec .otherArea ul li {
  margin-bottom: 40px;
  margin-right: 3%;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .otherArea ul li {
    margin-right: 4%;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .otherArea ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-people .msg_sec .otherArea ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-people .msg_sec .otherArea ul li .img {
  margin-bottom: 15px;
  position: relative;
}
.p-people .msg_sec .otherArea ul li .img img {
  border-radius: 15px;
}
.p-people .msg_sec .otherArea ul li .img .bg_gr {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  bottom: 0;
  color: #fff;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .otherArea ul li .img .bg_gr {
    font-size: 3vw;
  }
}
.p-people .msg_sec .otherArea ul li .sb {
  font-size: 0.9em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .otherArea ul li .sb {
    font-size: 3vw;
  }
}
.p-people .msg_sec .examArea {
  border-radius: 20px;
  box-sizing: border-box;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .examArea {
    padding: 5%;
  }
}
.p-people .msg_sec .examArea .rec_ttl {
  font-size: 1.5em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .examArea .rec_ttl {
    font-size: 4.5vw;
  }
}
.p-people .msg_sec .examArea dl {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .examArea dl {
    display: block;
  }
}
.p-people .msg_sec .examArea dl .col {
  margin: auto 2.5%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .examArea dl .col {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }
}
.p-people .msg_sec .examArea dl .col dt {
  font-size: 1.3em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .examArea dl .col dt {
    font-size: 4vw;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.p-people .msg_sec .examArea dl .col dt span {
  font-size: 0.7em;
}
.p-people .msg_sec .examArea dl .col dt::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto 5px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .examArea dl .col dt::after {
    margin: 10px auto 5px;
  }
}
.p-people .msg_sec .examArea dl .col dd {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .examArea dl .col dd {
    font-size: 3vw;
  }
}
.p-people .msg_sec .bl_btn {
  margin: 100px auto 50px;
  max-width: 366px;
}
.p-people .msg_sec .bl_btn a {
  background: linear-gradient(to right, #0071bc 0%, #00a1af 100%);
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-people .msg_sec .bl_btn a {
    font-size: 4vw;
  }
}
.p-people .ft_txt {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 30px;
}

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