@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
video,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 2;
  font-weight: normal;
}

html {
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media (max-width: 1299px) {
  html#wp {
    margin-top: 0 !important;
  }
}

body {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #344A63;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  color: #3c3c3c;
}
body.active {
  overflow: hidden;
}
@media (max-width: 1299px) {
  body {
    width: 100%;
    min-width: auto;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .md {
    display: none !important;
  }
}

.sx {
  display: none !important;
}
@media (max-width: 767px) {
  .sx {
    display: block !important;
  }
}

.sp-flex {
  display: none;
  align-items: center;
}
@media (max-width: 1299px) {
  .sp-flex {
    display: flex;
  }
}

ol,
ul {
  list-style: none;
}

a {
  color: #344A63;
  text-decoration: none;
}
a:visited {
  color: #344A63;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex-left {
  width: 50%;
}
@media (max-width: 1299px) {
  .flex {
    flex-direction: column;
  }
}

.element {
  opacity: 0;
  transition: opacity 1s, visibility 1s, transform 1s;
  visibility: hidden;
  transition-delay: 0.2s;
  transform: translateY(20px);
  line-height: 2;
}
.element.ts0 {
  transition-delay: 0.1s;
}
.element.ts2 {
  transition-delay: 0.4s;
}
.element.ts3 {
  transition-delay: 0.6s;
}
.element.ts4 {
  transition-delay: 0.8s;
}
.element.ts5 {
  transition-delay: 0.95s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.c-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  .c-inner {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .c-inner {
    width: 90%;
  }
}

.a-inner {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  .a-inner {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .a-inner {
    max-width: 90%;
  }
}

.s-inner {
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s-inner {
    max-width: 100%;
  }
}

.w05 {
  width: 5%;
}

.w07 {
  width: 7%;
}

.w08 {
  width: 8%;
}

.w09 {
  width: 9%;
}
@media (max-width: 1299px) {
  .w09 {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    transform: rotate(90deg);
  }
  .w09 img {
    width: 70px;
  }
}

.w10 {
  width: 10%;
}

.w12 {
  width: 12%;
}

.w15 {
  width: 15%;
}

.w17 {
  width: 17%;
}

.w20 {
  width: 20%;
}
@media (max-width: 1299px) {
  .w20 {
    width: auto;
  }
}

.w25 {
  width: 25%;
}
@media (max-width: 1299px) {
  .w25 {
    width: auto;
  }
}

.w27 {
  width: 27%;
}

.w30 {
  width: 30%;
}
@media (max-width: 1299px) {
  .w30 {
    width: auto;
  }
}

.w35 {
  width: 35%;
}
@media (max-width: 1299px) {
  .w35 {
    width: auto;
  }
}

.w40 {
  width: 40%;
}
@media (max-width: 1299px) {
  .w40 {
    width: auto;
  }
}

.w42 {
  width: 42%;
}
@media (max-width: 1299px) {
  .w42 {
    width: auto;
  }
}

.w45 {
  width: 45%;
}
@media (max-width: 1299px) {
  .w45 {
    width: auto;
  }
}

.w50 {
  width: 50%;
}
@media (max-width: 1299px) {
  .w50 {
    width: auto;
  }
}

.w55 {
  width: 55%;
}
@media (max-width: 1299px) {
  .w55 {
    width: auto;
  }
}

.w60 {
  width: 60%;
}
@media (max-width: 1299px) {
  .w60 {
    width: auto;
  }
}

.w61 {
  width: 61%;
}

.w65 {
  width: 65%;
}
@media (max-width: 1299px) {
  .w65 {
    width: auto;
  }
}

.w66 {
  width: 66%;
}
@media (max-width: 1299px) {
  .w66 {
    width: auto;
  }
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80% !important;
}
@media (max-width: 1299px) {
  .w80 {
    width: auto;
  }
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

@media (max-width: 1299px) {
  .sw15 {
    width: 15%;
  }
}

@media (max-width: 1299px) {
  .sw20 {
    width: 20%;
  }
}

@media (max-width: 1299px) {
  .sw25 {
    width: 25%;
  }
}

@media (max-width: 1299px) {
  .sw30 {
    width: 30%;
  }
}

@media (max-width: 1299px) {
  .sw35 {
    width: 35%;
  }
}

@media (max-width: 1299px) {
  .sw40 {
    width: 40%;
  }
}

@media (max-width: 1299px) {
  .sw50 {
    width: 50%;
  }
}

@media (max-width: 1299px) {
  .sw60 {
    width: 60%;
  }
}

@media (max-width: 1299px) {
  .sw70 {
    width: 70% !important;
  }
}

@media (max-width: 1299px) {
  .sw80 {
    width: 80% !important;
  }
}

@media (max-width: 1299px) {
  .sw90 {
    width: 90% !important;
  }
}

@media (max-width: 1299px) {
  .sw95 {
    width: 95% !important;
  }
}

.mt40 {
  margin-top: 40px;
}
@media (max-width: 1299px) {
  .mt40 {
    margin-top: 40px;
  }
}

@media (max-width: 1299px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media (max-width: 1299px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 80px;
}
@media (max-width: 1299px) {
  .mt100 {
    margin-top: 50px;
  }
}

@media (max-width: 1299px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 1299px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

.yg {
  color: #3AB483;
}

.tct {
  text-align: center;
}

@media (max-width: 1299px) {
  #wpadminbar {
    display: none;
  }
}

@media (max-width: 1299px) {
  .background-absolute {
    left: 0;
    background-size: cover;
  }
}

@media (max-width: 1299px) {
  .slideshow__slide-caption-text {
    padding-top: 0;
  }
}

@media (max-width: 1299px) {
  .slideshow__slide-caption {
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
  }
}

@media (max-width: 1299px) {
  .o-button.-square {
    border-radius: 50%;
    border: none;
  }
  .js-parallax {
    position: absolute;
    top: 20px;
  }
  .o-button_label {
    background: #344A63;
    border-radius: 50%;
  }
}
.navBtn {
  display: none;
}
@media (max-width: 1299px) {
  .navBtn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -20%;
    top: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    z-index: 1000;
  }
  .navBtn span.plus {
    font-size: 30px;
  }
  .navBtn span.minus {
    font-size: 14px;
    font-weight: bold;
  }
  .navBtn span.active {
    display: none;
  }
}

.overflow {
  overflow: hidden;
}

@media (max-width: 1299px) {
  .html {
    margin-top: 0 !important;
  }
}

.popup-section dl dd, .main-under_entry_table td {
  white-space: pre-wrap;
  white-space: pre-wrap;
}

a:hover, a:visited {
  color: #fff;
}

.header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 10000;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.9);
}
.header.none {
  display: none;
}
.header .navBtn {
  top: 22px;
}
.header-inner {
  height: 70px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0px 22px 0 5%;
}
.header-inner.active {
  display: none;
}
@media (max-width: 767px) {
  .header-inner {
    height: 60px;
    padding: 0;
    align-items: center;
  }
}
.header a:visited {
  color: #344A63;
}
.header-left {
  width: 100%;
}
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
}
@media (max-width: 767px) {
  .header-logo {
    padding: 0 0;
    width: 60%;
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.header-logo img {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .header-logo img {
    width: 100px;
    height: auto;
  }
}
.header-logo p {
  text-wrap: nowrap;
  margin-left: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .header-logo p {
    font-size: 12px;
  }
}
.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  min-width: auto;
}
@media (max-width: 767px) {
  .header-nav {
    height: 60px;
  }
}
.header-nav .entry {
  width: 135px;
  font-size: 16px;
  font-family: lato;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(to right, #373582, #009FE8);
  margin-right: 49px;
  height: 100%;
}
.header-nav .entry:visited {
  color: #fff;
}
@media (max-width: 767px) {
  .header-nav .entry {
    width: 80px;
    height: auto;
    margin-right: 39px;
  }
}
.header-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
}
@media (max-width: 1299px) {
  .header-nav ul {
    display: none;
  }
}
.header-nav ul li {
  position: relative;
  margin-left: 50px;
}
@media (max-width: 1300px) {
  .header-nav ul li {
    margin-left: 2vw;
  }
}
.header-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #344A63;
  font-size: 14px;
}
.header-nav ul li a:hover {
  border-bottom: 2px solid #373582;
  color: #373582;
  opacity: 1;
}
@media (max-width: 1300px) {
  .header-nav ul li a {
    font-size: 1.4vw;
  }
}
.header-nav ul li:hover ul {
  display: block;
  position: absolute;
  width: 230px;
  background-color: rgba(55, 53, 130, 0.9);
  top: 50px;
  padding: 25px;
}
.header-nav ul li:hover ul li {
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
.header-nav ul li:hover ul li:last-of-type {
  margin-bottom: 0;
}
.header-nav ul li:hover ul li a {
  color: #fff;
  justify-content: start;
  font-size: 14px;
}
.header-nav ul li:hover ul li a:hover {
  border-bottom: none;
}
.header-nav ul li ul {
  display: none;
}
.header-nav__button {
  display: none;
}
@media (max-width: 767px) {
  .header-nav__button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #0071BC;
  }
  .header-nav__button .menu {
    margin-top: 5px;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .header-nav__button.close {
    background: #0071BC;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(1) {
    transform: rotate(315deg);
    top: 8px !important;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(2) {
    display: none !important;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(3) {
    top: 8px !important;
    left: 0 !important;
    transform: rotate(-315deg);
    width: 30;
  }
}
.header-nav_switch {
  opacity: 1;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 1001;
  background: #fff;
  border: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  padding: 20px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .header-nav_switch {
    width: 60px;
    height: 60px;
  }
}
.header-nav_switch span {
  display: block;
  width: 4px;
  height: 4px;
  background: #373582;
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  margin: auto;
}
.header-nav_switch.active {
  background: none;
}
.header-nav_switch.active span:nth-child(1) {
  transform: translate(10px, 10px) rotate(45deg) scale(7, 0.5);
}
.header-nav_switch.active span:nth-child(2) {
  opacity: 0;
}
.header-nav_switch.active span:nth-child(3) {
  transform: translate(-10px, 10px) rotate(-45deg) scale(7, 0.5);
}
.header-nav_switch.active span:nth-child(4) {
  opacity: 0;
}
.header-nav_switch.active span:nth-child(5) {
  opacity: 0;
}
.header-nav_switch.active span:nth-child(6) {
  opacity: 0;
}
.header-nav_switch.active span:nth-child(7) {
  transform: translate(10px, -10px) rotate(-45deg) scale(7, 0.5);
}
.header-nav_switch.active span:nth-child(8) {
  opacity: 0;
}
.header-nav_switch.active span:nth-child(9) {
  transform: translate(-10px, -10px) rotate(45deg) scale(7, 0.5);
}
.header-nav_switch p {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
@media (max-width: 1299px) {
  .header-nav_switch p {
    top: 10px;
    bottom: auto;
  }
}
.header-nav_switch span {
  display: block;
}
.header-nav_back {
  position: fixed;
  align-items: center;
  width: 99%;
  height: 40vw;
  background: #fff;
  background-size: cover;
  transform: translate(100vw, 0);
  -ms-transform: translatex(-100vw);
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  top: 1%;
  left: 0.5%;
  right: 0.5%;
  border-radius: 10px;
}
@media (max-width: 1299px) {
  .header-nav_back {
    height: 80vh;
  }
}
@media (max-width: 767px) {
  .header-nav_back {
    background: #fff;
    background-size: cover;
    border-radius: 0;
    width: 90%;
    height: 100vh;
    transform: translate(0, 0);
    -ms-transform: translatex(0);
    transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
    padding: 5%;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
  }
}
.header-nav_back .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .header-nav_back .link-btn {
    margin-bottom: 10px;
  }
}
.header-nav_back .link-btn:visited {
  color: #fff;
}
.header-nav_back_inner {
  width: 95%;
  margin: 0;
}
.header-nav_back.active {
  display: flex;
  transform: translateX(0);
  transition: all 0.75s;
}
.header-nav_back .flex {
  width: 100%;
  max-width: 1000px;
  min-height: 400px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-nav_back .flex {
    padding: 0;
    justify-content: flex-start;
    max-width: 100%;
    min-height: auto;
    height: 90vh;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0;
    padding-bottom: 100px;
  }
}
.header-nav_back .flex.vertical {
  width: 240px;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
@media (max-width: 767px) {
  .header-nav_back .flex.vertical {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: 60px;
    padding: 20px 0;
    width: 80%;
  }
}
.header-nav_back .flex.vertical a {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .header-nav_back .flex.vertical a {
    display: flex;
    width: auto;
  }
}
.header-nav_back .flex.vertical p {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 0;
}
@media (max-width: 1299px) {
  .header-nav_back .flex.vertical p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header-nav_back .flex.vertical p {
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 0;
    line-height: 1.5;
    font-size: 12px;
  }
}
.header-nav_back .flex.vertical ul {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
@media (max-width: 1299px) {
  .header-nav_back .flex.vertical ul {
    justify-content: center;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header-nav_back .flex.vertical ul {
    text-align: left;
  }
}
.header-nav_back .flex.vertical ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 1299px) {
  .header-nav_back .flex.vertical ul li {
    justify-content: center;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header-nav_back .flex.vertical ul li {
    justify-content: flex-start;
  }
}
.header-nav_back .flex.vertical ul li a {
  display: flex;
  width: max-content;
  align-items: center;
  font-size: 14px;
}
.header-nav_back .flex.vertical ul li a::after {
  display: block;
  width: 15px;
  height: 10px;
  content: "";
  background: url(../img/link-back.png);
  background-size: 100%;
  margin-left: 10px;
}
.header-nav_back .header-logo {
  width: 320px;
}
@media (max-width: 767px) {
  .header-nav_back .header-logo {
    width: 100px;
  }
  .header-nav_back .header-logo a {
    display: flex;
  }
}
.header-nav_back .header-nav_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-nav_back .header-nav_list {
    height: auto;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
.header-nav_contents {
  right: 19%;
  width: 600px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-nav_contents {
    flex-direction: column;
    width: 100%;
    height: 80vh;
    margin: 0px auto;
    overflow: scroll;
  }
}
.header-nav_contents li {
  display: flex;
  align-items: center;
}
.header-nav_contents li a {
  color: #373582;
  text-decoration: none;
  font-size: 14px;
}
.header-nav_heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: lato;
  font-weight: bold;
  color: #373582;
}
.header-nav_heading div {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #373582;
}
@media (max-width: 767px) {
  .header-nav_heading div {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .header-nav_heading {
    margin-top: 10px;
    width: 80%;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: bold;
  }
}
.header-nav_heading span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.header-nav_heading::before {
  content: "";
  display: none;
}
.header-nav_heading ul {
  font-size: 16px;
  margin-top: 15px;
}
.header-nav_list {
  height: 400px;
}
.header-nav_list a:visited {
  color: #373582;
}
.header-nav_back {
  position: fixed;
  background: #fff;
  z-index: 1000;
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(100%);
  opacity: 0;
}
.header-nav_back.active {
  transform: translateX(0);
  opacity: 1;
}
.header-nav_back .header-nav_switch {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1001;
}
.header-nav_back .header-nav_switch img {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-nav_back .header-nav_switch::before, .header-nav_back .header-nav_switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #000;
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.header-nav_back .header-nav_switch::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-nav_back .header-nav_switch::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-nav_back .flex {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.2s;
}
.header-nav_back.active .flex {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  position: relative;
  background: #3C3C3C;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 100px 0 200px;
}
@media (max-width: 1299px) {
  .footer {
    background-size: 100%;
    background-position: top;
    padding: 50px 0 100px;
  }
}
@media (max-width: 1299px) {
  .footer-left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer-left ul {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
@media (max-width: 1299px) {
  .footer-left ul {
    width: max-content;
  }
}
.footer-left ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.footer-left ul li a {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}
.footer-left ul li a::after {
  display: block;
  width: 15px;
  height: 10px;
  content: "";
  background: url(../img/footer_link-back.png);
  background-size: cover;
  margin-left: 10px;
}
.footer-left ul li::after {
  display: none;
}
.footer-logo {
  width: 180px;
}
.footer-add {
  margin-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .footer-add {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.footer .flex {
  position: relative;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1299px) {
  .footer .flex {
    flex-direction: column-reverse;
  }
}
.footer-nav {
  display: flex;
}
@media (max-width: 1299px) {
  .footer-nav {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 100px;
    border-top: 0;
  }
}
.footer-nav_list {
  display: flex;
  flex-direction: column;
}
.footer-nav_list li a {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #C9C9C9;
}
.footer-nav_list li a:visited {
  color: #C9C9C9;
}
.footer-nav_heading {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1299px) {
  .footer-nav_heading {
    padding: 10px 0;
    line-height: 1;
    margin-right: 0;
  }
}
.footer-nav_heading:visited {
  color: #fff;
}
.footer-nav_heading a {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1299px) {
  .footer-nav_heading a {
    font-size: 16px;
    margin-right: 20px;
  }
}
.footer-nav_heading ul {
  margin-top: 5px;
  font-size: 13px;
}
@media (max-width: 1299px) {
  .footer-nav_heading ul {
    display: flex;
    margin-top: 10px;
  }
  .footer-nav_heading ul.active {
    display: block;
  }
}
.footer-nav_heading ul a {
  font-weight: normal;
}
.footer-nav_heading .navBtn {
  right: 10%;
  width: 20px;
  height: 20px;
}
@media (max-width: 1299px) {
  .footer-nav_heading .navBtn {
    right: 1%;
  }
}
.footer-nav_heading .navBtn .plus {
  font-size: 20px;
  line-height: 1;
}
.footer-nav_block {
  margin-left: 70px;
}
.footer-nav_block:last-of-type {
  margin-right: 10px;
}
@media (max-width: 1299px) {
  .footer-nav_block {
    margin-right: 0;
    margin-left: 0;
  }
}
.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  margin-top: 90px;
  color: #fff;
}
@media (max-width: 1299px) {
  .footer-copy {
    font-size: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 1299px) {
  .footer .privacy {
    left: 8%;
    bottom: 10%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .footer .privacy {
    bottom: 60px;
  }
}
.footer-catch {
  position: absolute;
  bottom: -150px;
}
@media (max-width: 1299px) {
  .footer-catch {
    bottom: 200px;
  }
}

.main h2 {
  margin-bottom: 50px;
  font-size: 72px;
  font-family: lato;
  font-weight: bold;
  color: #373582;
  line-height: 1.3;
}
@media (max-width: 1299px) {
  .main h2 {
    font-size: 50px;
  }
}
.main h2 span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: lato;
  font-weight: bold;
}
@media (max-width: 1299px) {
  .main p {
    font-size: 14px;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes writeIn {
  0% {
    stroke-dashoffset: 100%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.main-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-visual_text {
  width: 52%;
  position: absolute;
  top: 70%;
  right: 30%;
  transform: translate(50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1299px) {
  .main-visual_text {
    width: 90%;
    top: 70%;
    left: 5%;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 767px) {
  .main-visual_text {
    width: 95%;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 3%;
    transform: translate(0%, 0%);
  }
}
.main-visual_text h2 {
  margin: 0 0 0 auto;
  width: 71%;
  font-size: 32px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-align: left;
  opacity: 0;
  color: #3c3c3c;
  background: #fff;
  animation: fadeInUp 1s ease-out forwards;
}
@media (max-width: 1299px) {
  .main-visual_text h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main-visual_text h2 {
    font-size: 16px;
    line-height: 1.6;
  }
}
.main-visual_text h2:first-child {
  animation-delay: 0.5s;
}
.main-visual_text h2.second {
  animation-delay: 1s;
}
.main-visual_text .en-text {
  position: relative;
  font-family: Homemade Apple;
  font-size: 32px;
  margin-top: 40px;
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  .main-visual_text .en-text {
    font-size: 16px;
    margin-top: 30px;
  }
}
.main-visual_text .en-text span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  animation: fadeIn 0.5s ease forwards;
}
.main-visual_text .en-text span:nth-child(1) {
  animation-delay: 1.38s;
}
.main-visual_text .en-text span:nth-child(2) {
  animation-delay: 1.46s;
}
.main-visual_text .en-text span:nth-child(3) {
  animation-delay: 1.54s;
}
.main-visual_text .en-text span:nth-child(4) {
  animation-delay: 1.62s;
}
.main-visual_text .en-text span:nth-child(5) {
  animation-delay: 1.7s;
}
.main-visual_text .en-text span:nth-child(6) {
  animation-delay: 1.78s;
}
.main-visual_text .en-text span:nth-child(7) {
  animation-delay: 1.86s;
}
.main-visual_text .en-text span:nth-child(8) {
  animation-delay: 1.94s;
}
.main-visual_text .en-text span:nth-child(9) {
  animation-delay: 2.02s;
}
.main-visual_text .en-text span:nth-child(10) {
  animation-delay: 2.1s;
}
.main-visual_text .en-text span:nth-child(11) {
  animation-delay: 2.18s;
}
.main-visual_text .en-text span:nth-child(12) {
  animation-delay: 2.26s;
}
.main-visual_text .en-text span:nth-child(13) {
  animation-delay: 2.34s;
}
.main-visual_text .en-text span:nth-child(14) {
  animation-delay: 2.42s;
}
.main-visual_text .en-text span:nth-child(15) {
  animation-delay: 2.5s;
}
.main-visual_text .en-text span:nth-child(16) {
  animation-delay: 2.58s;
}
.main-visual_text .en-text span:nth-child(17) {
  animation-delay: 2.66s;
}
.main-visual_text .en-text span:nth-child(18) {
  animation-delay: 2.74s;
}
.main-visual_text .en-text span:nth-child(19) {
  animation-delay: 2.82s;
}
.main-visual_text .en-text span:nth-child(20) {
  animation-delay: 2.9s;
}
.main-visual_text .en-text span:nth-child(21) {
  animation-delay: 2.98s;
}
.main-visual_text .en-text span:nth-child(22) {
  animation-delay: 3.06s;
}
.main-visual_text .en-text span:nth-child(23) {
  animation-delay: 3.14s;
}
.main-visual_text .en-text span:nth-child(24) {
  animation-delay: 3.22s;
}
.main-visual_text .en-text span:nth-child(25) {
  animation-delay: 3.3s;
}
.main-visual_text .en-text span:nth-child(26) {
  animation-delay: 3.38s;
}
.main-visual_text .en-text span:nth-child(27) {
  animation-delay: 3.46s;
}
.main-visual_text .en-text span:nth-child(28) {
  animation-delay: 3.54s;
}
.main-visual_text .en-text span:nth-child(29) {
  animation-delay: 3.62s;
}
.main-visual_text .en-text span:nth-child(30) {
  animation-delay: 3.7s;
}
.main-visual_text .en-text span:nth-child(31) {
  animation-delay: 3.78s;
}
.main-visual_text .en-text span:nth-child(32) {
  animation-delay: 3.86s;
}
.main-message {
  background: url(../img/message-back.png);
  background-size: 100% 100%;
}
@media (max-width: 1299px) {
  .main-message {
    background: url(../img/message-back_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }
}
.main-message .c-inner {
  position: relative;
  max-width: 100%;
}
@media (min-width: 2000px) {
  .main-message .c-inner {
    max-width: 1000px;
  }
}
@media (max-width: 1299px) {
  .main-message .c-inner {
    position: static;
  }
}
.main-message h2 {
  width: max-content;
  margin: 0px auto;
  padding: 100px 0;
}
@media (max-width: 1299px) {
  .main-message h2 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-message h2 {
    margin: 0;
    margin-bottom: 170px;
    padding: 30px 0;
  }
}
.main-message_inner {
  width: 480px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .main-message_inner {
    width: 100%;
    padding: 50px 0 550px;
  }
}
.main-message_inner p {
  margin-top: 30px;
  text-align: center;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .main-message_inner p {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .main-message .link-btn {
    width: 90%;
    position: absolute;
    bottom: 30px;
  }
}
.main-message-grid {
  position: absolute;
  opacity: 0;
}
@media (max-width: 767px) {
  .main-message-grid {
    position: absolute;
  }
}
.main-message-grid img {
  opacity: 1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.main-message-grid:nth-of-type(2) {
  width: 20%;
  top: 20%;
  right: 5%;
  transform: translateX(100px);
}
@media (min-width: 2000px) {
  .main-message-grid:nth-of-type(2) {
    width: 30%;
    top: 20%;
    right: -7%;
  }
}
.main-message-grid:nth-of-type(2).is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-out;
  transition-delay: 0s;
}
.main-message-grid:nth-of-type(2) img {
  border-radius: 20px;
}
@media (max-width: 1299px) {
  .main-message-grid:nth-of-type(2) {
    width: 22vw;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .main-message-grid:nth-of-type(2) {
    transform: translateX(0px);
    width: 35%;
    top: 15%;
    right: 0%;
  }
  .main-message-grid:nth-of-type(2) img {
    border-radius: 20px 0 0 20px;
  }
}
.main-message-grid:nth-of-type(3) {
  width: 25%;
  top: 30%;
  left: 1%;
  transform: translateX(-100px);
}
@media (min-width: 2000px) {
  .main-message-grid:nth-of-type(3) {
    width: 35%;
    top: 30%;
    left: -13%;
  }
}
.main-message-grid:nth-of-type(3).is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-out;
  transition-delay: 0.3s;
}
.main-message-grid:nth-of-type(3) img {
  border-radius: 20px;
}
@media (max-width: 1299px) {
  .main-message-grid:nth-of-type(3) {
    width: 24vw;
    left: 0;
  }
}
@media (max-width: 767px) {
  .main-message-grid:nth-of-type(3) {
    transform: translateX(0px);
    width: 40%;
    top: 18%;
    right: 0%;
  }
  .main-message-grid:nth-of-type(3) img {
    border-radius: 0 20px 20px 0;
  }
}
.main-message-grid:nth-of-type(4) {
  width: 24%;
  bottom: 20%;
  right: 0%;
  transform: translateX(100px);
}
@media (min-width: 2000px) {
  .main-message-grid:nth-of-type(4) {
    width: 32%;
    bottom: 20%;
    right: -15%;
  }
}
.main-message-grid:nth-of-type(4).is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-out;
  transition-delay: 0.6s;
}
.main-message-grid:nth-of-type(4) img {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 1299px) {
  .main-message-grid:nth-of-type(4) {
    width: 24vw;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .main-message-grid:nth-of-type(4) {
    transform: translateX(0px);
    width: 50%;
    bottom: 28%;
    right: 0;
  }
  .main-message-grid:nth-of-type(4) img {
    border-radius: 20px 0 0 20px;
  }
}
.main-message-grid:nth-of-type(5) {
  width: 20%;
  bottom: 15%;
  left: 0%;
  transform: translateX(-100px);
}
@media (min-width: 2000px) {
  .main-message-grid:nth-of-type(5) {
    width: 28%;
    bottom: 10%;
    left: -15%;
  }
}
.main-message-grid:nth-of-type(5).is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-out;
  transition-delay: 0.9s;
}
.main-message-grid:nth-of-type(5) img {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1299px) {
  .main-message-grid:nth-of-type(5) {
    width: 21vw;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .main-message-grid:nth-of-type(5) {
    transform: translateX(0px);
    width: 40%;
    bottom: 18%;
    left: 0;
  }
  .main-message-grid:nth-of-type(5) img {
    border-radius: 0 20px 20px 0;
  }
}
.main img {
  width: 100%;
  display: block;
}
.main-business {
  background: url(../img/business-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .main-business {
    background: url(../img/business-back_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .main-business .link-btn {
    width: 90%;
    margin: 0;
  }
}
.main-business_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 200px 0;
  color: #fff;
}
@media (max-width: 1299px) {
  .main-business_inner {
    width: 80%;
    padding: 100px 5% 50px;
  }
}
@media (max-width: 767px) {
  .main-business_inner {
    width: 90%;
    padding: 100px 5% 50px;
  }
}
.main-business h2 {
  color: #fff;
}
@media (max-width: 1299px) {
  .main-business h2 {
    margin-bottom: 50px;
  }
}
.main-business p {
  margin-bottom: 60px;
}
.main-business_box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .main-business_box {
    flex-direction: column;
  }
}
.main-business_link {
  width: 31%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 767px) {
  .main-business_link {
    width: 100%;
    margin-bottom: 50px;
  }
}
.main-business_link.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.main-business_link:nth-child(1) {
  transition-delay: 0.2s;
}
.main-business_link:nth-child(2) {
  transition-delay: 0.4s;
}
.main-business_link:nth-child(3) {
  transition-delay: 0.6s;
}
.main-business_img {
  position: relative;
}
.main-business_img .btn-icon_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 20px;
  background: url(../img/btn-icon01.png);
  background-size: cover;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.main-business_img a {
  display: block;
  text-decoration: none;
}
.main-business_img a:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.main-business_img a:hover .btn-icon {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.main-business_ttl {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-business_ttl {
    font-size: 20px;
  }
  .main-business_ttl span {
    font-size: 14px;
    margin-left: 10px;
  }
}
.main-person {
  padding: 130px 0;
  background: url(../img/person-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .main-person {
    background: url(../img/person-back_sp.png);
    background-size: 100%;
    padding: 50px 0;
  }
}
.main-person .flex {
  justify-content: space-between;
  height: 450px;
  margin-top: 40px;
}
@media (max-width: 1299px) {
  .main-person .flex {
    height: auto;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .main-person .flex {
    height: auto;
    flex-direction: column;
  }
}
.main-person_back {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
}
@media (max-width: 767px) {
  .main-person_back {
    border-radius: 50px;
  }
}
.main-person_inner {
  width: 1000px;
  margin: 0px auto;
  padding: 110px 0;
  color: #fff;
}
@media (max-width: 1299px) {
  .main-person_inner {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .main-person_inner {
    width: 90%;
    padding: 10% 0;
  }
}
.main-person_inner h2 {
  width: max-content;
  margin: auto;
}
@media (max-width: 1299px) {
  .main-person_inner h2 {
    margin: 0;
  }
}
.main-person_img {
  width: 60%;
  height: 100%;
  margin: 0;
  position: relative;
}
@media (max-width: 1299px) {
  .main-person_img {
    width: 50%;
    height: 20vh;
  }
}
@media (max-width: 767px) {
  .main-person_img {
    width: 80%;
    height: 80vw;
  }
}
.main-person_img img {
  width: 70%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .main-person_img img {
    width: 90%;
    position: absolute;
    display: block;
  }
}
.main-person_img img:nth-child(1) {
  transform: translateX(-50px);
}
@media (max-width: 767px) {
  .main-person_img img:nth-child(1) {
    left: 0;
  }
}
.main-person_img img:nth-child(1).is-visible {
  opacity: 1;
  transform: translateX(0);
}
.main-person_img img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
  transform: translateX(50px);
}
@media (max-width: 767px) {
  .main-person_img img:nth-child(2) {
    right: 0;
    bottom: 15%;
  }
}
.main-person_img img:nth-child(2).is-visible {
  opacity: 1;
  transform: translateX(0);
}
.main-person_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3C3C3C;
}
@media (max-width: 1299px) {
  .main-person_txt {
    margin-top: 0;
  }
}
.main-works {
  background: url(../img/work-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
@media (max-width: 1299px) {
  .main-works {
    background: url(../img/work-back_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0 100px;
  }
  .main-works .link-btn.navy {
    width: 90%;
    margin: 0 auto;
  }
}
.main-works_inner {
  width: 1000px;
  margin: 0px auto;
  padding: 100px 0 50px;
  color: #fff;
}
@media (max-width: 1299px) {
  .main-works_inner {
    width: 90%;
    padding: 0 5%;
  }
}
.main-works h2 {
  color: #fff;
  margin-top: 100px;
}
@media (max-width: 1299px) {
  .main-works h2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.main-works_img {
  position: relative;
  width: 80%;
}
@media (min-width: 2000px) {
  .main-works_img {
    max-width: 1000px;
    margin: auto;
  }
  .main-works_img img {
    border-radius: 20px;
  }
}
@media (max-width: 1299px) {
  .main-works_img {
    width: 90%;
    margin-top: 100px;
  }
}
.main-works_img a {
  background: #373582;
  position: absolute;
  top: 45%;
  right: -50px;
}
@media (max-width: 1299px) {
  .main-works_img a {
    top: -30px;
    left: -80px;
  }
}
@media (max-width: 767px) {
  .main-works_img a {
    left: -50px;
  }
}
.main-entry {
  background: url(../img/entry-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 8vw;
}
@media (max-width: 1299px) {
  .main-entry {
    background: url(../img/entry-back_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding: 50px 0 100px;
  }
}
@media (max-width: 767px) {
  .main-entry {
    background-size: 100% 100%;
  }
}
@media (min-width: 2000px) {
  .main-entry {
    background-size: cover;
  }
}
.main-entry_inner {
  width: 1000px;
  margin: 100px auto;
  padding: 100px 0 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1299px) {
  .main-entry_inner {
    width: 90%;
    padding: 0 5%;
    margin: 0px auto;
  }
}
.main-entry h2 {
  color: #fff;
  width: max-content;
  margin: 0 auto 100px;
}
@media (max-width: 1299px) {
  .main-entry h2 {
    margin: 0 auto 50px;
  }
}
.main-entry_area {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .main-entry_area {
    flex-direction: column;
    margin-top: 30px;
  }
}
.main-entry_btn {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1299px) {
  .main-entry_btn {
    font-size: 20px;
    margin-top: 20px;
  }
}
.main-entry_btn.blank .link-btn {
  padding: 20px 30px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.main-entry_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/link-back_white.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 22px;
  height: 13px;
  margin-left: 10px;
}
@media (max-width: 1299px) {
  .main-entry_btn span {
    background-size: 100% 100%;
    width: 20px;
    height: 13px;
  }
}
.main-entry .link-btn {
  margin-top: 10px;
  background: #fff;
  color: #373582;
}
.main-entry .link-btn:visited {
  color: #373582;
}
@media (max-width: 1299px) {
  .main-entry .link-btn {
    margin-bottom: 0;
  }
}

.link-btn {
  z-index: 1000;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  width: 300px;
  font-size: 16px;
  border-radius: 60px;
  background: linear-gradient(to right, #373582, #009FE8);
  color: #fff;
  box-sizing: border-box;
}
.link-btn:hover {
  opacity: 0.6;
}
.link-btn::after {
  position: absolute;
  top: 40%;
  right: 20px;
  width: 20px;
  height: 13px;
  content: "";
  background: url(../img/btn-icon.png);
  background-size: cover;
}
.link-btn:visited {
  color: #fff;
}
@media (max-width: 1299px) {
  .link-btn {
    display: block;
    margin: 0px auto 50px;
  }
}
.link-btn.navy {
  margin: 50px auto;
  padding: 20px 30px;
  background: #373582;
  text-align: left;
}
@media (max-width: 1299px) {
  .link-btn.navy {
    margin: 50px auto;
  }
}
.link-btn.white {
  display: flex;
  justify-content: flex-start;
  background: #fff;
  color: #373582;
  padding: 20px 30px;
}
.link-btn.white:visited {
  color: #373582;
}
.link-btn.white::after {
  background: url(../img/btn-icon_02.png);
  background-size: cover;
}
.link-btn.white.next {
  border: 1px solid #344A63;
  font-weight: bold;
  color: #344A63;
}
.link-btn.white.next::after {
  background: url(../img/btn-icon_04.png);
  background-size: cover;
}
.link-btn.white.back {
  border: 1px solid #344A63;
  font-weight: bold;
}
.link-btn.white.back::before {
  position: absolute;
  top: 40%;
  left: 20px;
  width: 9px;
  height: 10px;
  content: "";
  background: url(../img/btn-icon_03.png);
  background-size: cover;
}
.link-btn.white.back::after {
  content: none;
}

.main-head {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 400px;
}
@media (min-width: 2000px) {
  .main-head {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 1299px) {
  .main-head {
    height: 300px;
    background-size: cover;
    background-position: center;
  }
}
.main-head#message {
  background: url(../img/message_head.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 2000px) {
  .main-head#message {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .main-head#message {
    background: url(../img/message_head_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .main-head#message h1 {
    font-size: 48px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-head#message h1 span {
    font-size: 11px;
  }
}
.main-head#business {
  background: url(../img/business_head.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 2000px) {
  .main-head#business {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .main-head#business {
    background: url(../img/business_head_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.main-head#person {
  background: url(../img/person_head.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 2000px) {
  .main-head#person {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .main-head#person {
    background: url(../img/person_head_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.main-head#work {
  background: url(../img/works_head.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 2000px) {
  .main-head#work {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .main-head#work {
    background: url(../img/works_head_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.main-head#entry {
  background: url(../img/entry_head.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 2000px) {
  .main-head#entry {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .main-head#entry {
    background: url(../img/entry_head_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.main-head h1 {
  position: absolute;
  bottom: 50px;
  color: #fff;
  font-family: Lato;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .main-head h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .main-head h1 {
    bottom: 30px;
  }
}
.main-head h1 span {
  display: block;
  font-size: 13px;
}
@media (max-width: 767px) {
  .main-head h1 span {
    font-size: 11px;
  }
}
.main-under {
  padding: 100px 0 0;
  padding: 60px 0;
}
.main-under .entry {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .main-under .entry {
    width: 90%;
  }
}
.main-under h2 {
  position: relative;
  width: max-content;
  margin: auto;
  font-weight: bold;
  font-size: 136px;
  color: #F0F3F6;
}
@media (max-width: 1299px) {
  .main-under h2 {
    font-size: 72px;
    line-height: 1;
  }
}
.main-under h2 span {
  width: max-content;
  position: absolute;
  color: #373582;
  font-size: 43px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 1299px) {
  .main-under h2 span {
    font-size: 24px;
    margin: auto;
  }
}
.main-under p {
  width: 800px;
  margin: 40px auto;
  font-size: 16px;
  color: #3c3c3c;
}
@media (max-width: 1299px) {
  .main-under p {
    width: 95%;
    margin: 20px auto;
    font-size: 14px;
    line-height: 2;
  }
}
.main-under_message {
  width: 750px;
  margin: 200px auto 80px;
}
@media (max-width: 767px) {
  .main-under_message {
    width: 50%;
    margin: 50px 0 100px auto;
  }
}
.main-under_message p {
  width: 250px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .main-under_message p {
    width: 100%;
    margin: 0 auto;
  }
}
.main-under_message img {
  display: block;
  width: 250px;
  margin: 10px 0 0 auto;
}
@media (max-width: 767px) {
  .main-under_message img {
    width: 100%;
    margin: 20px auto 0;
  }
}
.main-under_cloud {
  position: relative;
  margin: 250px 0;
  padding: 25vw 0 100px;
  background: #F0F3F6;
  border-radius: 100px;
}
@media (min-width: 2000px) {
  .main-under_cloud {
    padding: 250px 0 100px;
  }
}
@media (max-width: 767px) {
  .main-under_cloud {
    margin: 130px 0;
    padding: 150px 0 100px;
    border-radius: 50px;
  }
}
.main-under_band {
  position: absolute;
  width: 80%;
  margin-left: 20%;
  top: -150px;
}
@media (min-width: 2000px) {
  .main-under_band {
    width: 70%;
    max-width: 1000px;
    margin-left: 40%;
  }
  .main-under_band img {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .main-under_band {
    width: 90%;
    margin-left: 10%;
    top: -100px;
  }
}
.main-under_block {
  padding: 50px 0 50px;
  background: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .main-under_block {
    padding: 30px 0;
  }
}
.main-under_block p {
  text-align: left;
}
.main-under_block h3 {
  font-weight: bold;
  margin-top: 50px;
  font-size: 42px;
  color: #373582;
}
@media (max-width: 767px) {
  .main-under_block h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-under_block h3.c-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-under_block h3 p {
    width: 90%;
    margin: 20px auto;
  }
}
.main-under_demand {
  width: 100%;
  background: url(../img/demond.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
@media (min-width: 2000px) {
  .main-under_demand {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 1299px) {
  .main-under_demand {
    background: url(../img/demond_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .main-under_demand {
    padding: 20px 0;
  }
}
.main-under_demand .c-inner {
  padding: 80px;
  border: 2px solid #fff;
}
@media (max-width: 1299px) {
  .main-under_demand .c-inner {
    padding: 50px 0;
  }
}
.main-under_demand h4 {
  margin: 0 auto 40px;
  width: max-content;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 2px solid;
}
@media (max-width: 767px) {
  .main-under_demand h4 {
    font-size: 20px;
    font-weight: bold;
  }
}
.main-under_demand p {
  margin: 30px auto;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .main-under_demand p {
    margin-top: 30px;
    line-height: 2;
    font-size: 3.5vw;
  }
}
@media (max-width: 1299px) {
  .main-under_demand p {
    width: 95%;
  }
}
.main-under_field {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 100px 0;
  background: linear-gradient(rgba(55, 53, 130, 0.9), rgba(55, 53, 130, 0.1));
  border-radius: 100px;
}
.main-under_field h3 {
  position: relative;
  width: max-content;
  margin: auto;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
}
.main-under_field p {
  color: #fff;
  text-align: center;
}
.main-under_field_box {
  display: flex;
  justify-content: space-evenly;
}
.main-under_field_box img {
  opacity: 0.7;
  display: block;
  border-radius: 20px;
}
.main-under_field_link {
  width: 30%;
  position: relative;
  background: #000;
  border-radius: 20px;
}
.main-under_field_link a {
  display: block;
  text-decoration: none;
}
.main-under_field_link a:hover .main-business_img .main-under_field_inner {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.main-under_field_link a:hover .main-business_img .btn-icon {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.main-under_field_inner {
  position: absolute;
  bottom: 50px;
  left: 20px;
  color: #fff;
  transition: all 0.3s ease;
}
.main-under_field_img {
  position: relative;
}
.main-under_field .main-business_img {
  position: relative;
}
.main-under_field .main-business_img img {
  opacity: 0.7;
  display: block;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.main-under_field .main-business_img .main-business_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1299px) {
  .main-under_field .main-business_img .main-business_ttl {
    font-size: 18px;
  }
}
.main-under_field .main-business_img span {
  font-size: 14px;
  line-height: 1.6;
}
.main-under_field .main-business_img .btn-icon {
  position: absolute;
  right: 40%;
  bottom: -22px;
  width: 50px;
  height: 50px;
  background: url(../img/btn_circle.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease;
}
.main-under_sales {
  margin-top: 350px;
  padding: 100px 0;
  background: #F0F3F6;
  border-radius: 0 0 100px 100px;
}
.main-under_sales:last-child {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .main-under_sales {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}
.main-under_sales_img {
  margin: auto;
  margin-top: -300px;
  position: relative;
  width: 95%;
}
@media (min-width: 2000px) {
  .main-under_sales_img {
    width: 80%;
    max-width: 1000px;
  }
}
.main-under_sales_inner {
  position: relative;
}
@media (min-width: 2000px) {
  .main-under_sales_inner {
    width: 80%;
    max-width: 1000px;
    margin: auto;
  }
}
.main-under_sales_inner .c-inner {
  padding-top: 40px;
}
.main-under_sales .link-btn {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 1299px) {
  .main-under_sales .link-btn {
    margin-top: 0px;
    margin-bottom: 0;
    padding-left: 30px;
  }
}
.main-under_sales b {
  right: 0;
  position: absolute;
  font-size: 150px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  z-index: 0;
}
.main-under_sales b.center {
  top: -20px;
  right: 0;
  right: 0;
  margin: auto;
}
.main-under_sales h3 {
  position: relative;
  font-size: 60px;
  font-weight: bold;
  z-index: 1;
  color: #373582;
}
@media (max-width: 767px) {
  .main-under_sales h3 {
    padding-top: 30px;
    margin-top: 0px;
  }
}
.main-under_sales span {
  font-size: 28px;
  color: #373582;
}
.main-under_sales .border {
  width: 100px;
  margin: 20px 0;
  border-top: 1px solid #373582;
}
.main-under_sales p {
  width: 100%;
  color: #373582;
}
.main-under_sales_point {
  margin-top: 100px;
}
.main-under_sales_point h4 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
.main-under_sales_point h4 span {
  font-weight: bold;
  margin-left: 20px;
  color: #fff;
  background: #373582;
  padding: 5px 10px;
  border-radius: 10px;
}
.main-under_sales_point h4::after {
  position: absolute;
  background: url(../img/point.png);
  background-size: cover;
  width: 25px;
  height: 55px;
  display: inline-block;
  content: "";
  margin-left: 10px;
}
.main-under_sales_point dl {
  display: flex;
  background: #fff;
  margin-top: 30px;
  border-radius: 20px;
  padding: 20px 30px;
  min-height: 100px;
}
.main-under_sales_point dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-left: 80px;
  width: 30%;
  padding-right: 30px;
  border-right: 2px solid #A6A6A6;
  font-weight: bold;
  font-size: 20px;
  color: #373582;
}
@media (max-width: 1299px) {
  .main-under_sales_point dl dt {
    font-size: 18px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .main-under_sales_point dl dt {
    width: max-content;
    font-size: 3.8vw;
    margin: auto;
  }
}
.main-under_sales_point dl dt::before {
  position: absolute;
  left: -50px;
  background: url(../img/point.png);
  background-size: cover;
  width: 25px;
  height: 55px;
  display: inline-block;
  content: "";
  margin-left: 0px;
}
@media (max-width: 1299px) {
  .main-under_sales_point dl dt::before {
    width: 20px;
    height: 45px;
  }
}
.main-under_sales_point dl dd {
  display: flex;
  align-items: center;
  width: 70%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .main-under_sales_point dl dd {
    font-size: 3.2vw;
  }
}
.main-under_sales_box {
  position: relative;
  margin-top: 100px;
  background: rgba(55, 53, 130, 0.5);
  color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
}
.main-under_sales_box p {
  text-align: left;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}
.main-under_sales_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .main-under_sales_box ul {
    justify-content: flex-start;
  }
}
.main-under_sales_box ul li {
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  padding: 5px 30px;
  width: max-content;
  background: #fff;
  color: #373582;
  margin-top: 20px;
  border-radius: 30px;
  border: 2px solid #373582;
  box-sizing: border-box;
}
.main-under_sales_box ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 1299px) {
  .main-under_sales_box ul li {
    margin-right: 10px;
  }
}
.main-under_sales .speechBubble {
  width: 280px;
  position: absolute;
  top: -30px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #373582;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.main-under_sales .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: #373582 transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.main-under_sales_banner {
  position: relative;
  margin-top: 100px;
}
.main-under_sales_banner p {
  color: #3C3C3C;
}
.main-under_sales_banner .c-inner:before {
  position: absolute;
  content: "";
  display: block;
  width: 55%;
  border-radius: 0 50px 50px 0;
  top: 0;
  left: 0;
  background: #373582;
  height: 80px;
}
@media (max-width: 1299px) {
  .main-under_sales_banner .c-inner:before {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .main-under_sales_banner .c-inner:before {
    width: 95%;
    height: 60px;
  }
}
.main-under_sales_banner h4 {
  position: relative;
  width: max-content;
  color: #fff;
  padding: 10px 0;
  border-radius: 0 50px 50px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 2000px) {
  .main-under_sales_banner h4 {
    width: 70%;
    max-width: 1000px;
    text-align: left;
    border-radius: 50px;
    padding: 0;
  }
}
@media (max-width: 1299px) {
  .main-under_sales_banner h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main-under_sales_banner h4 {
    margin: 0;
    width: 95%;
    color: #fff;
    border-radius: 0 50px 50px 0;
    font-size: 4.5vw;
    padding: 11px 0;
    font-weight: bold;
    text-align: left;
  }
  .main-under_sales_banner h4 p {
    width: 100%;
    margin-top: 50px;
  }
}
.main-under_sales_banner h4 p {
  width: 100%;
  margin-top: 50px;
}
.main-under_employee {
  position: relative;
  background: #fff;
  margin-top: 100px;
  padding: 50px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .main-under_employee {
    margin-top: 0;
  }
}
.main-under_employee .employee-link {
  margin-top: 50px;
}
.main-under_employee .c-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1299px) {
  .main-under_employee .c-inner {
    flex-wrap: wrap;
  }
}
.main-under_employee h5 {
  display: flex;
}
.main-under_employee h5 .vertical {
  font-size: 28px;
  font-weight: bold;
  margin-right: 30px;
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}
@media (max-width: 767px) {
  .main-under_employee h5 .vertical {
    font-size: 20px;
  }
}
.main-under_employee_box {
  width: 90%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  z-index: 1;
}
@media (max-width: 1299px) {
  .main-under_employee_box {
    width: 75%;
  }
}
.main-under_employee_box.single {
  justify-content: flex-start;
}
.main-under_employee_box.single h5 {
  margin-right: 30px;
}
.main-under_employee_img {
  width: calc(33% - 30px);
  position: relative;
  cursor: pointer;
}
@media (max-width: 1299px) {
  .main-under_employee_img {
    width: calc(33% - 30px);
  }
}
@media (max-width: 767px) {
  .main-under_employee_img {
    width: calc(50% - 20px);
  }
}
.main-under_employee_img img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.main-under_employee_img:hover img {
  transform: scale(1.05);
}
.main-under_employee_img:hover .popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-under_employee_img .popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #373582;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
@media (max-width: 767px) {
  .main-under_employee_img .popup {
    width: 150px;
    padding: 15px;
  }
}
.main-under_employee_img .popup::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #373582;
}
.main-under_employee_img .popup p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main-under_employee_img .popup p {
    font-size: 12px;
  }
}
.main-under_employee_name {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #3C3C3C;
}
@media (max-width: 767px) {
  .main-under_employee_name {
    font-size: 20px;
  }
}
.main-under_employee_job {
  font-size: 16px;
  text-align: center;
  color: #3C3C3C;
}
@media (max-width: 767px) {
  .main-under_employee_job {
    font-size: 12px;
  }
}
.main-under_employee .bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  line-height: 1;
  font-family: Lato;
  font-size: 136px;
  font-weight: bold;
  text-align: left;
  color: #F0F3F6;
  z-index: 0;
}
@media (max-width: 1299px) {
  .main-under_employee .bg {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .main-under_employee .bg {
    font-size: 17vw;
    line-height: 1;
  }
}
.main-under_person .main-under_employee_job {
  font-weight: bold;
}
.main-under_person .main-under_employee {
  padding-top: 0;
  margin-bottom: 100px;
}
.main-under_person .main-under_employee .c-inner {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-under_person .main-under_employee .c-inner {
    justify-content: space-evenly;
  }
}
.main-under_person .main-under_employee .c-inner_img {
  width: 32.3%;
  margin-bottom: 100px;
}
.main-under_training {
  margin-top: 100px;
  position: relative;
  padding: 0px 0;
  overflow: hidden;
}
@media (max-width: 1299px) {
  .main-under_training {
    width: 100%;
  }
}
.main-under_training::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-under_training_inner {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1299px) {
  .main-under_training_inner {
    width: 100%;
  }
}
.main-under_training_flow {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .main-under_training_flow {
    flex-direction: column;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .main-under_training_flow {
    margin-left: 0;
  }
}
.main-under_training_block {
  width: 47%;
  background: #F0F3F6;
  padding: 40px;
}
@media (max-width: 1299px) {
  .main-under_training_block {
    width: 90%;
    padding: 20px;
  }
}
.main-under_training_block:first-child {
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 1299px) {
  .main-under_training_block:first-child {
    padding-bottom: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }
}
.main-under_training_block:last-child {
  width: 48%;
  right: 0;
  position: absolute;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #373582;
  box-shadow: none;
}
@media (max-width: 1299px) {
  .main-under_training_block:last-child {
    width: 90%;
    position: relative;
    margin-top: -50px;
    padding-top: 100px;
  }
}
.main-under_training_block:last-child .training-item p {
  color: #fff;
}
.main-under_training_block:last-child h3, .main-under_training_block:last-child h4 {
  color: #fff;
}
.main-under_training_block:last-child h3 {
  border-bottom: 2px solid #fff;
}
.main-under_training_block:last-child .training-item h4 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  color: #fff;
}
@media (max-width: 767px) {
  .main-under_training_block:last-child .training-item h4 {
    height: 50px;
  }
}
.main-under_training_period {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .main-under_training_period {
    justify-content: flex-end;
    gap: 5px;
  }
}
.main-under_training_period .period, .main-under_training_period .target {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  color: #3c3c3c;
}
.main-under_training_block:last-child .main-under_training_period .period, .main-under_training_block:last-child .main-under_training_period .target {
  background: #fff;
  color: #373582;
}
.main-under_training_content h3 {
  font-size: 28px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  color: #3C3C3C;
  margin-bottom: 20px;
  border-bottom: 2px solid #C9C9C9;
}
@media (max-width: 1299px) {
  .main-under_training_content h3 {
    font-size: 20px;
  }
}
.main-under_training .training-item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  box-sizing: border-box;
  color: #3C3C3C;
}
@media (max-width: 767px) {
  .main-under_training .training-item h4 {
    font-size: 16px;
  }
}
.main-under_training .training-item p {
  width: 100%;
  height: 130px;
  font-size: 16px;
  line-height: 1.8;
  margin: 10px 0;
  color: #666;
}
.main-under_training_welfare {
  margin-top: 100px;
}
.main-under_training_welfare p {
  width: 900px;
  line-height: 2.5;
}
@media (max-width: 1299px) {
  .main-under_training_welfare p {
    width: 100%;
    list-style: 2;
  }
}
.main-under_training_welfare b {
  color: #373582;
  font-weight: bold;
}
.main-under_training_welfare.ojt h4 {
  background-color: #373582;
  color: #fff;
}
@media (max-width: 1299px) {
  .main-under_training_welfare.ojt p {
    width: 90%;
    margin: 30px auto;
  }
}
.main-under_training_welfare h4 {
  display: flex;
  justify-content: space-between;
  background: #F0F3F6;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 40px;
}
@media (max-width: 1299px) {
  .main-under_training_welfare h4 {
    font-size: 18px;
    text-align: left;
    width: 90%;
    padding: 20px 5%;
  }
}
.main-under_training_welfare h4 span {
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  color: #373582;
}
@media (max-width: 1299px) {
  .main-under_training_welfare h4 span {
    font-size: 12px;
    height: 25px;
  }
}
.main-under_training_welfare dl {
  margin-top: 20px;
  margin-left: 30px;
}
@media (max-width: 1299px) {
  .main-under_training_welfare dl {
    font-size: 14px;
    width: 90%;
    margin: 20px auto;
  }
}
.main-under_training_welfare dl dt {
  font-weight: bold;
  color: #373582;
}
.main-under_training_welfare dl dd {
  margin-left: 20px;
}
@media (max-width: 1299px) {
  .main-under_training_welfare dl dd {
    margin-left: 0;
  }
}
.main-under_roadmap {
  margin-top: 100px;
  background: rgba(55, 53, 130, 0.2);
  padding: 100px 0;
  border-radius: 0 100px 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  .main-under_roadmap {
    margin-top: 50px;
    padding: 50px 0 150px;
    border-radius: 50px;
  }
}
.main-under_roadmap .road_image {
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 0;
}
@media (min-width: 2000px) {
  .main-under_roadmap .road_image {
    max-width: 1000px;
    right: 30%;
  }
  .main-under_roadmap .road_image img {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .main-under_roadmap .road_image {
    width: 90%;
    bottom: -100px;
  }
}
.main-under_roadmap_inner {
  width: 1000px;
  margin: auto;
  position: relative;
}
@media (max-width: 1299px) {
  .main-under_roadmap_inner {
    width: 100%;
  }
}
.main-under_roadmap .c-inner {
  position: relative;
}
.main-under_roadmap h3 {
  font-family: Homemade Apple;
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.6);
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  .main-under_roadmap h3 {
    top: -10px;
    width: 50%;
    font-size: 5vw;
  }
}
.main-under_roadmap span {
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #373582;
  color: #373582;
}
.main-under_roadmap h4 {
  font-size: 28px;
  font-weight: bold;
  color: #373582;
  margin: 10px 0 20px;
}
@media (max-width: 1299px) {
  .main-under_roadmap h4 {
    font-size: 20px;
  }
}
.main-under_roadmap .roadmap-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1299px) {
  .main-under_roadmap .roadmap-content {
    flex-direction: column;
  }
}
.main-under_roadmap .roadmap-content .roadmap-item {
  width: 31%;
}
@media (max-width: 1299px) {
  .main-under_roadmap .roadmap-content .roadmap-item {
    width: 100%;
  }
}
.main-under_roadmap .roadmap-content .roadmap-item:first-of-type h5 {
  background: rgba(55, 53, 130, 0.6);
}
.main-under_roadmap .roadmap-content .roadmap-item:nth-of-type(2) h5 {
  background: rgba(55, 53, 130, 0.8);
}
.main-under_roadmap .roadmap-content .roadmap-item h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  flex: 1;
  position: relative;
  background: #373582;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
}
@media (max-width: 1299px) {
  .main-under_roadmap .roadmap-content .roadmap-item h5 {
    font-size: 14px;
    padding: 5px 10px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  }
}
.main-under_roadmap .roadmap-content .roadmap-item p {
  margin-top: 10px;
  margin-left: 0;
  width: 82%;
  font-size: 14px;
  line-height: 1.8;
  color: #373582;
}
@media (max-width: 767px) {
  .main-under_roadmap .roadmap-content .roadmap-item p {
    width: 95%;
  }
}
.main-under_benefits {
  margin-top: 200px;
  padding: 100px 0;
  border-radius: 0 100px 100px 0;
  position: relative;
}
@media (max-width: 1299px) {
  .main-under_benefits {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .main-under_benefits p {
    width: 90%;
    margin: 20px auto;
  }
}
.main-under_benefits_box {
  background: #F0F3F6;
  margin-bottom: 100px;
  padding: 50px 50px 60px;
}
@media (max-width: 1299px) {
  .main-under_benefits_box {
    margin-bottom: 50px;
    padding: 20px;
  }
}
.main-under_benefits_box h4 {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #373582;
}
@media (max-width: 1299px) {
  .main-under_benefits_box h4 {
    font-size: 20px;
  }
}
.main-under_benefits_box h4 img {
  width: 88px;
  margin-right: 10px;
}
@media (max-width: 1299px) {
  .main-under_benefits_box h4 img {
    width: 60px;
  }
}
.main-under_benefits_box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #373582;
}
@media (max-width: 1299px) {
  .main-under_benefits_box h5 {
    font-size: 18px;
  }
}
.main-under_benefits_box dl {
  border-bottom: 1px solid #C9C9C9;
  padding: 25px 0;
}
.main-under_benefits_box dl dt {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 1299px) {
  .main-under_benefits_box dl dt {
    font-size: 18px;
  }
}
.main-under_benefits_box dl dd {
  margin-top: 10px;
  color: #3c3c3c;
}
@media (max-width: 1299px) {
  .main-under_benefits_box dl dd {
    font-size: 14px;
  }
}
.main-under_entry {
  padding: 50px 0 100px;
  background: #F0F3F6;
}
@media (max-width: 1299px) {
  .main-under_entry {
    padding: 50px 0;
  }
}
.main-under_entry_tab {
  margin-top: 100px;
}
.main-under_entry_tab ul {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 1299px) {
  .main-under_entry_tab ul {
    gap: 10px;
    margin-top: 50px;
  }
}
.main-under_entry_tab ul li {
  width: 50%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-under_entry_tab ul li a {
  display: block;
  width: 100%;
  padding: 20px;
  background: #A6A6A6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
}
@media (max-width: 1299px) {
  .main-under_entry_tab ul li a {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}
.main-under_entry_tab ul li.active a {
  background: linear-gradient(to left, #009FE8, #373582);
  color: #fff;
}
.main-under_entry_tab ul li:hover a {
  background: linear-gradient(to left, #009FE8, #373582);
  color: #fff;
}
.main-under_entry_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .main-under_entry_list {
    gap: 10px;
    margin-bottom: 0px;
  }
}
.main-under_entry_list.career-list {
  width: 80%;
  margin: auto;
  justify-content: flex-start;
}
.main-under_entry_list li {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-under_entry_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  width: 300px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #373582;
  color: #373582;
}
@media (max-width: 1299px) {
  .main-under_entry_list li a {
    width: max-content;
    font-size: 14px;
    padding: 5px 20px;
  }
}
.main-under_entry_list li a.active {
  background: #373582;
  color: #fff;
}
.main-under_entry_list li a:hover {
  background: #373582;
  color: #fff;
}
.main-under_entry_inner {
  width: 80%;
  margin: auto;
}
@media (max-width: 1299px) {
  .main-under_entry_inner {
    width: 100%;
  }
}
.main-under_entry_inner h4 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #3c3c3c;
  margin-top: 60px;
  padding: 30px;
}
@media (max-width: 1299px) {
  .main-under_entry_inner h4 {
    font-size: 18px;
    padding: 15px;
  }
}
.main-under_entry_table {
  width: 100%;
  border-collapse: collapse;
  padding: 30px 30px 60px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 1299px) {
  .main-under_entry_table {
    padding: 10px;
  }
}
@media (max-width: 1299px) {
  .main-under_entry_table table {
    width: 95%;
    margin: auto;
  }
}
.main-under_entry_table th, .main-under_entry_table td {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  padding-left: 40px;
  line-height: 1.6;
}
.main-under_entry_table th {
  max-width: 200px;
  color: #373582;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding-bottom: 30px;
  border-right: 1px solid #ddd;
}
@media (max-width: 1299px) {
  .main-under_entry_table th {
    width: 90%;
    font-size: 14px;
    border-bottom: 0;
    padding: 20px 10px 0;
    border-right: 0;
  }
}
.main-under_entry_table td {
  max-width: 700px;
  padding-bottom: 30px;
  background-color: #fff;
}
@media (max-width: 1299px) {
  .main-under_entry_table td {
    max-width: 90%;
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 1299px) {
  .main-under_entry_table, .main-under_entry_table tbody, .main-under_entry_table tr, .main-under_entry_table th, .main-under_entry_table td {
    display: block;
  }
}

@media (max-width: 1299px) {
  .body-overlay {
    overflow: hidden;
  }
}

.popup-overlay, .body-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.popup-overlay.active, .body-overlay.active {
  display: block;
}

.popup-window {
  position: relative;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 76vh;
  max-width: 1000px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 1001;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-window::-webkit-scrollbar {
  width: 8px;
}
.popup-window::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.popup-window::-webkit-scrollbar-thumb {
  background: #373582;
  border-radius: 4px;
}
.popup-window::-webkit-scrollbar-thumb:hover {
  background: #28265e;
}
@media (max-width: 1299px) {
  .popup-window {
    width: 90%;
    top: 54%;
    max-height: 80vh;
  }
}
@media (max-width: 767px) {
  .popup-window {
    padding: 20px 2px;
    width: 90%;
  }
}
.popup-window .popup-close {
  position: sticky;
  top: 10px;
  left: 100%;
  font-size: 30px;
  cursor: pointer;
  color: #373582;
  background-color: transparent;
  border: none;
  z-index: 10;
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .popup-window .popup-close {
    font-size: 20px;
  }
}
.popup-window .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .popup-window .popup-content {
    padding: 0 0 0 20px;
  }
}
.popup-window .popup-content .popup-image {
  width: 30%;
}
.popup-window .popup-content .popup-image img {
  width: 100%;
  border-radius: 50%;
}
.popup-window .popup-content .popup-info {
  width: 90%;
}
@media (max-width: 1299px) {
  .popup-window .popup-content .popup-info {
    width: 100%;
  }
}
.popup-window .popup-content .popup-info .popup-name {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
.popup-window .popup-content .popup-info .popup-job {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}
.popup-window .popup-content .popup-info .popup-sections {
  max-height: 60vh;
  padding-right: 20px;
  padding-bottom: 100px;
}
.popup-window .popup-content .popup-info .popup-sections::-webkit-scrollbar {
  width: 8px;
}
.popup-window .popup-content .popup-info .popup-sections::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.popup-window .popup-content .popup-info .popup-sections::-webkit-scrollbar-thumb {
  background: #373582;
  border-radius: 4px;
}
.popup-window .popup-content .popup-info .popup-sections h3 {
  width: max-content;
  font-size: 20px;
  font-weight: bold;
  color: #373582;
  margin: 50px 0 30px;
  padding-bottom: 5px;
  position: relative;
}
.popup-window .popup-content .popup-info .popup-sections h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50%;
  border-bottom: 2px solid #373582;
}
@media (max-width: 767px) {
  .popup-window .popup-content .popup-info .popup-sections .popup-section {
    width: 95%;
    margin: 0 auto 0 0;
  }
}
@media (max-width: 1299px) {
  .popup-window .popup-content .popup-info .popup-sections .popup-section dl {
    font-size: 14px;
  }
}
.popup-window .popup-content .popup-info .popup-sections .popup-section dl dt {
  margin-bottom: 10px;
  width: max-content;
  display: flex;
  font-weight: bold;
  color: #373582;
  margin-bottom: 15px;
  border: 2px solid #373582;
  border-radius: 30px;
  padding: 5px 10px;
}
.popup-window .popup-content .popup-info .popup-sections .popup-section dl dt::before {
  content: "Q.";
  margin-right: 5px;
  color: #373582;
}
@media (max-width: 767px) {
  .popup-window .popup-content .popup-info .popup-sections .popup-section dl dt {
    font-size: 3.3vw;
  }
}
.popup-window .popup-content .popup-info .popup-sections .popup-section dl dd {
  display: flex;
  margin-bottom: 35px;
  padding-left: 20px;
  line-height: 1.6;
}
.popup-window .popup-content .popup-info .popup-sections .popup-section:last-child dl {
  padding-bottom: 50px;
}

.tab-content .main-under_entry {
  display: none;
}
.tab-content .main-under_entry.active {
  display: block;
}

/* レスポンシブデザイン */
@media (max-width: 1299px) {
  .main-under .entry {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .main-under h2 {
    font-size: 16vw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-under_message {
    width: 50%;
    margin: 50px 0 100px auto;
  }
  .main-under_message p {
    width: 100%;
    margin: 0 auto;
  }
  .main-under_message img {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .main-under_cloud {
    margin: 130px 0;
    padding: 150px 0 100px;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .main-under_band {
    width: 90%;
    margin-left: 10%;
    top: -100px;
  }
}
@media (max-width: 767px) {
  .main-under_block {
    padding: 30px 0;
  }
  .main-under_block h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .main-under_block.c-inner {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .main-under_block p {
    width: 90%;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .main-under_field {
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 50px 0;
    background: linear-gradient(rgba(55, 53, 130, 0.9), rgba(55, 53, 130, 0.1));
    border-radius: 50px;
  }
  .main-under_field h3 {
    position: relative;
    width: max-content;
    margin: auto;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    z-index: 1;
  }
  .main-under_field p {
    color: #fff;
    text-align: left;
    margin: 30px 0;
  }
  .main-under_field_box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .main-under_field_box img {
    opacity: 0.7;
    display: block;
    border-radius: 20px;
  }
  .main-under_field_link {
    width: 100%;
    position: relative;
    background: #000;
    border-radius: 20px;
    margin-bottom: 50px;
  }
  .main-under_field_inner {
    position: absolute;
    bottom: 50px;
    left: 20px;
    color: #fff;
  }
  .main-under_field_img {
    position: relative;
  }
}
@media (max-width: 1299px) {
  .main-under_sales {
    background: #F0F3F6;
    border-radius: 0 0 50px 50px;
  }
  .main-under_sales b {
    font-size: 80px;
  }
  .main-under_sales b.center {
    font-size: 40px;
    top: 0;
  }
  .main-under_sales span {
    font-size: 20px;
  }
}
.main-under_sales .border {
  width: 50px;
  margin: 20px 0;
  border-top: 1px solid #373582;
}
.main-under_sales p {
  width: 100%;
}
@media (max-width: 1299px) {
  .main-under_sales h3 {
    font-size: 40px;
  }
}
@media (max-width: 1299px) {
  .main-under_sales_point {
    margin-top: 50px;
  }
  .main-under_sales_point h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
  }
  .main-under_sales_point h4 span {
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
    background: #373582;
    padding: 5px 10px;
    border-radius: 10px;
  }
  .main-under_sales_point h4::after {
    width: 20px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .main-under_sales_point dl {
    width: 90%;
    margin: 20px auto;
    flex-direction: column;
    padding: 20px;
  }
  .main-under_sales_point dl dt {
    width: max-content;
    border-right: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .main-under_sales_point dl dt::before {
    width: 18px;
    height: 32px;
    margin-right: 0px;
    left: -30px;
  }
  .main-under_sales_point dl dt:after {
    position: absolute;
    content: "";
    background-color: #A6A6A6;
    width: 140px;
    height: 1px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-under_sales_point dl dd {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .main-under_sales_box {
    padding: 10px;
  }
}
.main-under_sales_box p {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .main-under_sales_box p {
    margin: 10px;
  }
}
.main-under_sales_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 1299px) {
  .main-under_sales_box ul li {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media (max-width: 1299px) {
  .main-under_sales .speechBubble {
    width: 70%;
    font-size: 18px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .main-under_employee span {
    font-size: 72px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #construction h3 {
    padding-top: 0;
  }
}