@charset "UTF-8";
/* reset */
html {
  height: 100%;
  line-height: 1;
  background: #ffffff;
  color: #2f2f2f;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  html {
    scroll-behavior: initial;
  }
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-weight: 300;
  src: url(../fonts/ZenMaruGothic-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/ZenMaruGothic-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-weight: 500;
  src: url(../fonts/ZenMaruGothic-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-weight: 700;
  src: url(../fonts/ZenMaruGothic-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-weight: 900;
  src: url(../fonts/ZenMaruGothic-Black.woff2) format("woff2");
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  overflow-y: scroll;
  font-family: "Zen Maru Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, sans-serif, "Helvetica", "Arial";
  font-weight: 500;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
article, aside, details, figcaption, include, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, p, blockquote, ul, ol, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: baseline;
  -webkit-overflow-wrap: break-word;
  -ms-overflow-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

figcaption, span, td, th {
  -webkit-overflow-wrap: break-word;
  -ms-overflow-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  font-weight: 500;
}

a:link {
  color: #152487;
  text-decoration: none;
  transition: 0.2s;
}

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

@media screen and (min-width: 769px) {
  a:active, a:hover {
    color: #1B75EA;
  }
}
abbr[title] {
  border-bottom: 1px dotted;
}

i {
  font-style: italic;
}

em {
  font-style: normal;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #000000;
  color: #004498;
}

small {
  font-size: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
}

img {
  border: 0;
  vertical-align: top;
}

img {
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.product-list code {
  font-family: initial;
}

q::before,
q::after {
  display: none;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

button, input, select, textarea, pre, th, td, li, dt, dd {
  font-family: inherit;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #ACB7C2;
}

textarea::placeholder,
input::placeholder {
  color: #ACB7C2;
}

img {
  max-width: 100%;
}

/* layout------------- */
.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.l-wrap {
  padding: 54px 0 50px 0;
  overflow: hidden;
}

.l-inner {
  padding: 0 15px;
}

.sec-ttl {
  line-height: 3.8rem;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}

.sec-read-box {
  margin: 24px auto 0;
}

.sec-read {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 600;
}

.sec-bottom-entry {
  margin: 50px auto 0;
  text-align: center;
}

.c-entry-btn {
  display: flex;
  width: 100%;
  max-width: 420px;
  height: 70px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid #152487;
  background: #F6FF00;
  color: #152487;
  font-size: 2rem;
  font-weight: 700;
}

.c-entry-btn small {
  font-size: 1.6rem;
}

.ic-blank {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ic_blank.svg) no-repeat center center;
}

.ic-blank.ic-blank-wht {
  background-image: url(../img/ic_blank_wht.svg);
}

.ar-right {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/ar_right.svg) no-repeat center center;
}

.ar-right.ar-wht {
  background-image: url(../img/ar_right_wht.svg);
}

@media screen and (min-width: 769px) {
  .l-wrap {
    padding: 0 0 50px 0;
  }
  .l-inner {
    max-width: 840px;
    margin: 0 auto;
  }
  .sec-ttl {
    line-height: 5.8rem;
    letter-spacing: 0.2em;
    font-size: 3.6rem;
  }
  .sec-read-box {
    text-align: center;
  }
  .sec-read {
    line-height: 1.8;
    font-size: 1.8rem;
    margin: 6px auto 0;
    text-align: left;
  }
  .c-entry-btn {
    font-size: 2.2rem;
  }
  .c-entry-btn:hover {
    background: #ffffff;
    border-color: #1B75EA;
    color: #1B75EA;
  }
  .c-entry-btn:hover .ic-blank {
    background-image: url(../img/ic_blank_hover.svg);
  }
  a:hover .ar-right {
    background-image: url(../img/ar_right_hover.svg);
  }
}
.c-link-items {
  display: flex;
  justify-content: center;
  gap: 0 68px;
  margin: 30px auto 0;
}

.c-link-item a {
  position: relative;
  gap: 0 5px;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 24px;
  transition: 0.3s;
}
.c-link-item a .ar-right {
  position: absolute;
  right: 4px;
  top: calc(50% - 4px);
  transition: 0.2s;
}
.c-link-item a:hover .ar-right {
  right: 0px;
}
.c-link-item a:hover .ar-right.ar-wht {
  background-image: url(../img/ar_right_wht.svg);
}

/* header------------- */
.h-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  background: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.h-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.h-site-type {
  font-size: 1.4rem;
  font-weight: 900;
  color: #152487;
}

.h-logo {
  width: 38px;
}

.h-entry-btn-wrap {
  width: 145px;
  margin-right: 20px;
  margin-left: auto;
}

.h-entry-btn-wrap .c-entry-btn {
  font-size: 1.3rem;
  height: 35px;
  border-radius: 5px;
  gap: 0 0;
}

.h-entry-btn-wrap .c-entry-btn > span {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.h-entry-btn-wrap .c-entry-btn small {
  font-size: 0.9rem;
}

.h-nav-box {
  margin-right: 0;
  margin-left: 0;
}

.h-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: 0.2s;
  cursor: pointer;
  z-index: 100;
  transition: 0.2s;
  border-radius: 2px;
}
.h-btn:hover {
  background-color: #152487;
}
.h-btn:hover span {
  background-color: #ffffff;
}
.h-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  background-color: #152487;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.h-btn span:nth-last-of-type(1) {
  top: 8px;
}
.h-btn span:nth-last-of-type(2) {
  top: calc(50% - 1px);
}
.h-btn span:nth-last-of-type(3) {
  bottom: 8px;
}

.is-nav-open .h-btn span {
  background-color: #747474;
}
.is-nav-open .h-btn span:nth-last-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.is-nav-open .h-btn span:nth-last-of-type(2) {
  opacity: 0;
}
.is-nav-open .h-btn span:nth-last-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.is-nav-open .h-btn:hover {
  background-color: #aaa;
}
.is-nav-open .h-btn:hover span {
  background-color: #ffffff;
}
.is-nav-open .h-entry-btn-wrap {
  visibility: hidden;
}

.h-nav-items {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  z-index: 10;
  position: fixed;
  top: 0;
  right: -180px;
  width: 180px;
  height: 100vh;
  padding: 80px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
.h-nav-items .h-nav-item {
  width: 100%;
}
.h-nav-items .h-nav-item a {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-weight: 600;
  color: #152487;
  box-sizing: border-box;
  white-space: nowrap;
}
.h-nav-items .h-nav-item a::before {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  height: 2px;
  border-radius: 50px;
  background-color: #1B75EA;
  transition: 0.4s;
}
.h-nav-items .h-nav-item a:hover {
  color: #1B75EA;
}
.h-nav-items .h-nav-item a:hover::before {
  width: 50%;
}
.h-nav-items .h-entry-item {
  width: 100%;
  margin-top: 30px;
}
.h-nav-items .h-entry-item .c-entry-btn {
  width: 90%;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 1.6rem;
}
.h-nav-items .h-entry-item .c-entry-btn span {
  text-align: center;
}
.h-nav-items .h-entry-item .c-entry-btn small {
  display: block;
  font-size: 1.4rem;
}

.is-open .h-nav-items {
  visibility: visible;
  opacity: 1;
  right: 0;
  box-shadow: 0 0 32px rgba(16, 96, 186, 0.15);
}

.is-scroll-sp .h-inner {
  box-shadow: 0 10px 6px rgba(16, 96, 186, 0.15);
}

@media screen and (min-width: 900px) {
  .h-wrap {
    margin-top: -100px;
    padding: 0 1.5vw;
  }
  .h-inner {
    position: relative;
    max-width: 1100px;
    height: 80px;
    margin: auto;
    background: #FFFFFF;
    justify-content: space-around;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    border-radius: 16px;
    box-shadow: 0px 10px 6px rgba(16, 96, 186, 0.15);
  }
  .h-logo-wrap {
    order: 1;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .h-logo {
    width: 60px;
  }
  .h-site-type {
    font-size: min(1.8cqw, 2rem);
    letter-spacing: 0.15em;
    white-space: nowrap;
  }
  .h-nav-box {
    order: 2;
  }
  .h-entry-btn-wrap {
    order: 3;
    margin: 0;
    width: auto;
  }
  .h-entry-btn-wrap .c-entry-btn {
    width: min(20vw, 200px);
    height: 50px;
    padding: 0 8px;
    font-size: min(1.8cqw, 1.8rem);
    box-sizing: border-box;
  }
  .h-entry-btn-wrap .c-entry-btn small {
    font-size: 1.2rem;
  }
  .h-btn {
    display: none;
  }
  .h-nav-items {
    display: flex;
    position: static;
    opacity: 1;
    visibility: visible;
    flex-flow: initial;
    width: auto;
    height: auto;
    padding: 0;
    transition: none;
  }
  .h-nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 1.2vw;
    font-size: min(1.45cqw, 1.6rem);
    font-weight: 600;
  }
  .h-entry-item {
    display: none;
  }
  .is-scroll .h-wrap .h-inner {
    position: fixed;
    top: 5px;
    left: 1.5vw;
    right: 1.5vw;
    width: calc(100% - 3vw);
  }
}
.sec-wrap {
  position: relative;
}

[id^=cont] {
  position: absolute;
  top: -40px;
}

#cont2 {
  top: -100px;
}

#cont4 {
  top: -140px;
}

#cont5 {
  top: -120px;
}

/* footer------------- */
.f-wrap {
  margin: 20px auto 0;
}

.f-wrap .l-inner {
  display: flex;
  flex-flow: wrap;
}

.f-company {
  display: flex;
  width: calc(100% - 40px);
  margin: 0 auto 0 0;
  align-items: center;
  gap: 0 13px;
  order: 1;
}
.f-company a {
  display: flex;
  align-items: center;
  gap: 0 13px;
  order: 1;
}

.f-company-txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #152487;
}

.f-nav {
  order: 3;
  width: 100%;
  margin: 17px auto 0;
}

.f-nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.f-nav-item {
  margin: 0;
  padding: 0;
  line-height: 2.8;
}

.f-nav-item a {
  text-decoration: none;
  color: #728490;
  font-size: 1.3rem;
  vertical-align: middle;
}

.f-nav-item a::after {
  content: "｜";
  padding: 0 13px;
}

.f-fb-box {
  margin: 0 0 0 auto;
  order: 2;
  width: 40px;
}

.f-copyright {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  font-size: 1.3rem;
  color: #728490;
  order: 4;
}

@media screen and (min-width: 769px) {
  .f-wrap .l-inner {
    max-width: 100%;
    padding: 0 20px 0 30px;
    align-items: center;
    justify-content: center;
  }
  .f-company {
    order: 1;
    gap: 0 25px;
    width: 302px;
    margin: 0;
  }
  .f-company-txt {
    font-size: 1.7rem;
  }
  .f-nav {
    order: 2;
    width: auto;
    margin: 0 0;
  }
  .f-fb-box {
    order: 3;
    margin: 0;
  }
  .f-copyright {
    margin-top: 13px;
  }
  .f-nav-item a:hover {
    opacity: 0.7;
  }
}
/* main------------- */
.mv-wrap {
  position: relative;
  padding-bottom: 80px;
}

.mv-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: radial-gradient(circle, #baecff 2.22px, transparent 2.22px), radial-gradient(circle, #baecff 2.22px, transparent 2.22px);
  background-position: 0 0, 5.865px 11.84px;
  background-size: 11.73px 23.68px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.mv-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-image: radial-gradient(circle, #baecff 2.22px, transparent 2.22px), radial-gradient(circle, #baecff 2.22px, transparent 2.22px);
  background-position: 0 0, 5.865px 11.84px;
  background-size: 11.73px 23.68px;
  position: absolute;
  left: 86px;
  bottom: 0;
  z-index: 1;
}

.mv-inner {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 57px;
  background-image: url(../img/bg_mv01.png), url(../img/bg_mv02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: 266px auto, 202px auto;
  position: relative;
  z-index: 2;
}

.mv-copy {
  padding-top: 40px;
  text-align: center;
  background: url(../img/h-bg-cloud.png) no-repeat top center;
  background-size: 348px auto;
}

.mv-copy p {
  color: #1B75EA;
  font-weight: 700;
  font-size: 1.6rem;
}

.mv-copy p.mv-copy-large {
  font-size: 2.6rem;
}

.mv-copy-img-box {
  margin-top: 10px;
  text-align: center;
}

.mv-copy-img-box img {
  margin: 0 auto;
  width: 236px;
}

@media screen and (min-width: 769px) {
  .mv-copy {
    padding-top: 68px;
    background-size: 751px auto;
  }
  .mv-copy p {
    letter-spacing: 0.2em;
    font-size: 3rem;
  }
  .mv-copy p.mv-copy-large {
    letter-spacing: 0.15em;
    line-height: 2;
    font-size: 5.2rem;
  }
  .mv-copy p.mv-copy-large span {
    margin-left: -15px;
  }
  .mv-copy-img-box {
    margin-top: 30px;
  }
  .mv-copy-img-box img {
    width: 553px;
  }
  .mv-wrap::before {
    z-index: 2;
    background: white;
    top: calc(100% - 80px);
  }
  .mv-inner {
    background-image: url(../img/bg_mv_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 140px 0 0;
  }
}
/* Sec-intro：導入------------- */
.sec-intro {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

.sec-intro .sec-ttl {
  color: #1B75EA;
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
}

.sec-intro-shift {
  display: flex;
  flex-flow: column;
  margin: 35px 0 0 0;
  gap: 16px 0;
  padding: 0 11px;
}

.sec-intro-shift-txt {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 600;
}

.sec-intro-shift-logo {
  width: 152px;
  margin: 0 auto;
}
.sec-intro-shift-logo a {
  display: inline-block;
  transition: 0.2s;
}
.sec-intro-shift-logo a:hover {
  opacity: 0.8;
}

.sec-intro-intern {
  margin: 32px auto 0;
  text-align: center;
}

.sec-intro-intern-link {
  position: relative;
  display: inline-flex;
  gap: 0 8px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.6rem;
  padding-right: 24px;
}
.sec-intro-intern-link .ar-right {
  position: absolute;
  top: 5px;
  right: 0;
  transition: 0.2s;
}

.sec-intro-intern-txt {
  display: flex;
  flex-flow: column;
}

.sec-intro-intern-link small {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .sec-intro {
    margin-top: 60px;
    position: relative;
  }
  .sec-intro::before, .sec-intro::after {
    content: "";
    position: absolute;
    display: block;
    width: 320px;
    aspect-ratio: 1/1;
    background-image: radial-gradient(circle, #baecff 2.22px, transparent 2.22px), radial-gradient(circle, #baecff 2.22px, transparent 2.22px);
    background-position: 0 0, 5.865px 11.84px;
    background-size: 11.73px 23.68px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec-intro::before {
    top: -120px;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  .sec-intro::after {
    bottom: -60px;
    right: 0;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  }
  .sec-intro .sec-read-box {
    width: 780px;
    margin: 45px auto 0 auto;
  }
  .sec-intro-shift {
    width: 642px;
    flex-flow: nowrap;
    gap: 0 42px;
    align-items: center;
    margin: 44px auto 0;
  }
  .sec-intro-shift-txt {
    order: 2;
  }
  .sec-intro-shift-logo {
    width: 152px;
    flex-shrink: 0;
    order: 1;
  }
  .sec-intro-intern-link:hover .ar-right {
    right: -4px;
  }
  .c-entry-btn .ic-blank {
    margin-left: 8px;
  }
  .sec-intro .sec-ttl {
    font-size: 3.2rem;
  }
}
/* Sec-service：どんなこと会社------------- */
.sec-service {
  padding: 80px 0;
  --mask:
  radial-gradient(44.72px at 50% 60px,#000 99%,#0000 101%) calc(50% - 40px) 0/80px 100%,
  radial-gradient(44.72px at 50% -40px,#0000 99%,#000 101%) 50% 20px/80px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  position: relative;
  z-index: 2;
}

.sec-service {
  background: #1B75EA;
}

.sec-service .l-inner {
  padding: 0 10px;
}

.sec-service .sec-ttl {
  line-height: 58px;
}

.sec-service .sec-ttl,
.sec-service .sec-read {
  color: #fff;
}

.sec-service-note {
  margin: 3px auto 0;
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
}

.sec-service-tab-items {
  display: flex;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  gap: 0 5px;
  width: 100%;
}

.sec-service-tab-item {
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
  position: relative;
  flex-grow: 1;
}

.sec-service-tab-item:nth-child(3) {
  white-space: nowrap;
}

.sec-service-tab-btn {
  display: flex;
  padding: 8px 8px;
  height: 100%;
  align-items: center;
  line-height: 1.4;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #152487;
  transition: 0.2s;
  cursor: pointer;
}
.sec-service-tab-btn:hover {
  color: #1B75EA;
}

.sec-service-tab-btn sup {
  font-size: 1rem;
}

.sec-service-radio {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

#service-system:checked ~ .sec-service-tab-items .is-service-system,
#service-cloud:checked ~ .sec-service-tab-items .is-service-cloud,
#service-dx:checked ~ .sec-service-tab-items .is-service-dx {
  background: #F6FF00;
  cursor: default;
}
#service-system:checked ~ .sec-service-tab-items .is-service-system:hover,
#service-cloud:checked ~ .sec-service-tab-items .is-service-cloud:hover,
#service-dx:checked ~ .sec-service-tab-items .is-service-dx:hover {
  color: #152487;
}

#service-system:checked ~ .sec-service-tab-items .is-service-system::before,
#service-cloud:checked ~ .sec-service-tab-items .is-service-cloud::before,
#service-dx:checked ~ .sec-service-tab-items .is-service-dx::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 16px solid #F6FF00;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec-service-content-wrap {
  margin: 8px 0 0 0;
}

.sec-service-content {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

#service-system:checked ~ .sec-service-content-wrap .sec-service-system,
#service-cloud:checked ~ .sec-service-content-wrap .sec-service-cloud,
#service-dx:checked ~ .sec-service-content-wrap .sec-service-dx {
  padding: 10px 0 22px;
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.sec-service-ttl {
  display: flex;
  padding: 0 7px;
  gap: 0 11px;
  align-items: center;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
  color: #152487;
}

.sec-service-img-box {
  text-align: center;
}

.sec-service-img {
  max-width: 280px;
}

.sec-service-txt-box {
  margin: 16px 0 0 0;
  padding: 0 16px;
}

.sec-service-txt {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 600;
}

.sec-service-items {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 6px 0;
  margin: 13px 0 0 0;
  padding: 0 10px 0 12px;
}

.sec-service-item {
  display: inline-block;
  padding: 1px 10px;
  background: rgba(27, 117, 236, 0.6);
  line-height: 1.8;
  border-radius: 8px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .sec-service-tab-items {
    gap: 0 15px;
  }
  .sec-service-tab-item {
    flex: 1;
  }
  .sec-service-tab-btn {
    height: 60px;
    justify-content: center;
    font-size: 1.8rem;
  }
  #service-system:checked ~ .sec-service-content-wrap .sec-service-system,
  #service-cloud:checked ~ .sec-service-content-wrap .sec-service-cloud,
  #service-dx:checked ~ .sec-service-content-wrap .sec-service-dx {
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-template-rows: 75px auto auto;
    grid-column-gap: 26px;
    grid-row-gap: 0px;
  }
  .sec-service-ttl {
    grid-area: 1/1/2/2;
  }
  .sec-service-img-box {
    grid-area: 1/2/3/3;
  }
  .sec-service-txt-box {
    grid-area: 2/1/3/2;
  }
  .sec-service-items {
    grid-area: 3/1/4/3;
  }
  #service-system:checked ~ .sec-service-content-wrap .sec-service-system,
  #service-cloud:checked ~ .sec-service-content-wrap .sec-service-cloud,
  #service-dx:checked ~ .sec-service-content-wrap .sec-service-dx {
    padding: 11px 38px 34px 19px;
  }
  .sec-service-ttl {
    font-size: 2.4rem;
  }
  .sec-service-txt-box {
    padding: 0 0 0 11px;
  }
  .sec-service-items {
    margin: 31px 0 0 0;
    flex-flow: wrap;
    gap: 4px 5px;
  }
  .sec-service-item {
    font-size: 1.4rem;
  }
  .sec-service-img-box {
    margin: 39px 0 0 0;
  }
}
/* Sec-service：奨学金------------- */
.support-bg-top,
.support-bg-bottom {
  position: absolute;
  z-index: 1;
}

.support-bg-top {
  top: 0;
  right: 0;
}

.support-bg-bottom {
  bottom: 0;
  left: 0;
}

.support-bg-top i {
  position: relative;
}

.support-bg-top .bg1::before,
.support-bg-top .bg1::after,
.support-bg-top .bg2::before,
.support-bg-top .bg2::after,
.support-bg-bottom .bg1::before,
.support-bg-bottom .bg1::after,
.support-bg-bottom .bg2::before,
.support-bg-bottom .bg2::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50px;
  transform: rotate(135deg);
}

.support-bg-top .bg1::before {
  width: 248px;
  height: 50px;
  background: #F6FF00;
  top: -50px;
  right: -135px;
}

.support-bg-top .bg1::after {
  width: 40px;
  height: 40px;
  background: #F6FF00;
  top: 65px;
  right: 85px;
}

.support-bg-top .bg2::before {
  width: 152px;
  height: 10px;
  background: #BAECFF;
  top: 30px;
  right: -100px;
}

.support-bg-top .bg2::after {
  width: 125px;
  height: 30px;
  background: #BEF8EA;
  top: 125px;
  right: -40px;
}

.support-bg-bottom .bg1::before {
  width: 248px;
  height: 50px;
  background: #F6FF00;
  top: -25px;
  left: -135px;
}

.support-bg-bottom .bg1::after {
  width: 27px;
  height: 27px;
  background: #F6FF00;
  top: -215px;
  left: 25px;
}

.support-bg-bottom .bg2::before {
  width: 152px;
  height: 10px;
  background: #BAECFF;
  top: -125px;
  left: -70px;
}

.support-bg-bottom .bg2::after {
  width: 125px;
  height: 30px;
  background: #BEF8EA;
  top: -150px;
  left: 0;
}

.sec-support {
  margin-top: 80px;
  padding-top: 16px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.sec-support .l-inner {
  position: relative;
  z-index: 2;
}

.sec-support .sec-ttl {
  color: #1B75EA;
}

.sec-support-img-box {
  margin: 20px auto 0;
  text-align: center;
}

.sec-support-img-box img {
  max-width: 345px;
}

.sec-support-txt {
  margin: 22px 0 0 0;
}

.sec-support-read {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 600;
}

.sec-support-read em {
  font-weight: 700;
  background: #F6FF00;
}

.sec-support-target-box {
  margin: 35px 0 0 0;
  padding: 10px 10px;
  border-radius: 10px;
  background: #E4EFF3;
}

.sec-support-target-ttl {
  line-height: 23px;
  padding-left: 15px;
  font-size: 1.3rem;
  position: relative;
  font-weight: 600;
}

.sec-support-target-ttl::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: #000000 2px solid;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}

.sec-support-target-items {
  margin: 3px 0 0 0;
  padding: 0;
}

.sec-support-target-item {
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
  line-height: 23px;
  font-size: 1.2rem;
  position: relative;
  font-weight: 600;
}

.sec-support-target-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .sec-support {
    margin: 100px 0;
  }
  .sec-support-box {
    display: flex;
    gap: 0 6px;
    margin: 27px auto 0;
  }
  .sec-support-img-box {
    order: 2;
    margin: 0;
  }
  .sec-support-txt {
    order: 1;
    margin: 0;
  }
  .sec-support-read {
    font-size: 1.8rem;
  }
  .sec-support-target-box {
    padding: 18px 19px 23px 26px;
  }
  .sec-support-target-ttl {
    font-size: 1.2rem;
  }
}
/* Sec-person：求める人物------------- */
.sec-person {
  padding: 20px 0 100px;
  background: #1B75EA;
  position: relative;
  z-index: 2;
}

.sec-person .sec-ttl,
.sec-person .sec-read {
  color: #fff;
}

.sec-person .sec-read {
  margin: 20px 0 0 0;
}

.sec-person-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 6px;
  margin: 24px auto 0;
  width: 100%;
}

.sec-person-item {
  padding: 15px 15px;
  border-radius: 20px;
  background: #fff;
}

.sec-person-item:nth-child(1) {
  grid-area: 1/1/2/2;
}

.sec-person-item:nth-child(2) {
  grid-area: 1/2/2/3;
}

.sec-person-item:nth-child(3) {
  grid-area: 2/1/3/2;
}

.sec-person-item:nth-child(4) {
  grid-area: 2/2/3/3;
}

.sec-person-item:nth-child(5) {
  grid-area: 3/1/4/3;
}

.sec-person-item-img-box {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 100px;
  text-align: center;
}

.sec-person-item-img-box img {
  margin: 0 auto;
}

.sec-person-item p {
  margin: 0 0;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #152487;
  font-weight: 600;
}

.sec-person-item p em {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .sec-person {
    padding: 80px 0 223px;
  }
  .sec-person-items {
    grid-template-columns: repeat(4, 1fr);
  }
  .sec-person-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .sec-person-item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .sec-person-item:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .sec-person-item:nth-child(4) {
    grid-area: 1/4/2/5;
  }
  .sec-person-item:nth-child(5) {
    grid-area: 2/1/3/5;
  }
  .sec-person-item {
    border: 2px solid #1B75EA;
  }
  .sec-person-item p {
    font-size: 1.8rem;
  }
  .sec-person-item p em {
    font-size: 2.4rem;
  }
}
/* Sec-hitokoto：一言------------- */
.sec-hitokoto {
  position: relative;
  z-index: 2;
}

.sec-hitokoto::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_hitokoto.svg) no-repeat top center;
  background-size: 405px auto;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}

.sec-hitokoto::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 405px;
  height: 166px;
  background-image: radial-gradient(circle, #ebebeb 2px, transparent 2px);
  background-position: 5px -30px;
  background-size: 24px 24px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-mask-image: url("../img/bg_hitokoto.svg");
          mask-image: url("../img/bg_hitokoto.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  margin: auto;
}

.sec-hitokoto .sec-ttl,
.sec-hitokoto .l-inner {
  position: relative;
  z-index: 2;
}

.sec-hitokoto .sec-ttl {
  color: #1B75EA;
}

.sec-hitokoto-left .sec-hitokoto-items,
.sec-hitokoto-right .sec-hitokoto-items {
  height: 207px;
  max-width: 345px;
  margin: 0 auto;
  position: relative;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0.2;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(1) {
  width: 105px;
  top: 0;
  left: 20px;
}

.hitokoto-ani.mov .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(1) {
  animation-duration: 2.5s;
}

.sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(2) {
  width: 91px;
  top: 15px;
  left: 121px;
  z-index: 1;
}

.hitokoto-ani.mov .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(2) {
  animation-duration: 3s;
}

.sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(3) {
  width: 76px;
  top: 27px;
  left: 199px;
  z-index: 2;
}

.hitokoto-ani.mov .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(3) {
  animation-duration: 3.5s;
}

.sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(4) {
  width: 90px;
  top: 92px;
  left: 0px;
}

.hitokoto-ani.mov .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(4) {
  animation-duration: 4s;
}

.sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(5) {
  width: 105px;
  top: 96px;
  left: 109px;
}

.hitokoto-ani.mov .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(5) {
  animation-duration: 3s;
}

.sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(6) {
  width: 66px;
  top: 87px;
  left: 210px;
  z-index: 3;
}

.hitokoto-ani.mov .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(6) {
  animation-duration: 3.5s;
}

.sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(7) {
  width: 90px;
  bottom: 0;
  right: 0;
}

.hitokoto-ani.mov .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(7) {
  animation-duration: 2.5s;
}

.sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(1) {
  width: 101px;
  top: 9px;
  left: 0;
}

.hitokoto-ani.mov .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(1) {
  animation-duration: 2.5s;
}

.sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(2) {
  width: 65px;
  top: 49px;
  left: 88px;
  z-index: 3;
}

.hitokoto-ani.mov .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(2) {
  animation-duration: 3s;
}

.sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(3) {
  width: 78px;
  top: 4px;
  left: 137px;
  z-index: 1;
}

.hitokoto-ani.mov .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(3) {
  animation-duration: 3.5s;
}

.sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(4) {
  width: 101px;
  top: 0;
  right: 0px;
}

.hitokoto-ani.mov .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(4) {
  animation-duration: 4s;
}

.sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(5) {
  width: 88px;
  top: 97px;
  left: 92px;
}

.hitokoto-ani.mov .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(5) {
  animation-duration: 3.5s;
}

.sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(6) {
  width: 88px;
  top: 66px;
  left: 179px;
  z-index: 3;
}

.hitokoto-ani.mov .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(6) {
  animation-duration: 2s;
}

.sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(7) {
  width: 91px;
  bottom: 0;
  right: 8px;
  z-index: 3;
  padding: 0;
}

.hitokoto-ani.mov .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(7) {
  animation-duration: 3.5s;
}

.sec-hitokoto-item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 8px 4px 8px 4px;
  border-radius: 50%;
  background: #fff;
  line-height: 1.5714;
  vertical-align: middle;
  font-size: 1.1rem;
  box-sizing: border-box;
  font-weight: 600;
  opacity: 0;
  transform: scale(0.6);
}

.hitokoto-ani.mov .sec-hitokoto-item {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.sec-hitokoto-item.is-color01 {
  background: #BAECFF;
}

.sec-hitokoto-item.is-color02 {
  background: #BEF8EA;
}

.sec-hitokoto-item.is-color03 {
  background: #C4FF9F;
}

.sec-hitokoto-item.is-color04 {
  background: #F6FF00;
}

.sec-hitokoto-left .sec-hitokoto-img-box {
  width: 202px;
  margin: -63px auto 0 auto;
  position: relative;
  z-index: 4;
}

.sec-hitokoto-right .sec-hitokoto-img-box {
  width: 194px;
  margin: -74px auto 0 auto;
  position: relative;
  z-index: 4;
  left: -13px;
}

.sec-hitokot-link .c-link-item a {
  color: #152487;
}

@media screen and (min-width: 769px) {
  .sec-wrap.sec-hitokoto {
    margin-top: -30px;
  }
  .sec-hitokoto-wrap {
    display: flex;
    justify-content: center;
    width: 782px;
    margin: 36px auto 0 auto;
  }
  .sec-hitokoto::before {
    background-size: 1244px auto;
    top: -122px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec-hitokoto::after {
    max-width: 1244px;
    height: 508px;
    top: -155px;
  }
  .sec-hitokoto-left {
    left: 42px;
    position: relative;
  }
  .sec-hitokoto-left .sec-hitokoto-items {
    width: 427px;
    max-width: 427px;
    height: 257px;
  }
  .sec-hitokoto-right {
    position: relative;
    right: 43px;
  }
  .sec-hitokoto-right .sec-hitokoto-items {
    width: 440px;
    max-width: 440px;
    height: 264px;
  }
  .sec-hitokoto-left .sec-hitokoto-img-box {
    width: 250px;
    margin: -77px auto 0 74px;
  }
  .sec-hitokoto-right .sec-hitokoto-img-box {
    width: 270px;
    margin: -93px auto 0 auto;
    left: -12px;
  }
  .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(1) {
    width: 129px;
    top: 0;
    left: 26px;
  }
  .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(2) {
    width: 112px;
    top: 18px;
    left: 151px;
    z-index: 1;
  }
  .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(3) {
    width: 95px;
    top: 33px;
    left: 247px;
    z-index: 2;
  }
  .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(4) {
    width: 112px;
    top: 114px;
    left: 0px;
  }
  .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(5) {
    width: 129px;
    top: 118px;
    left: 137px;
  }
  .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(6) {
    width: 82px;
    top: 108px;
    left: 261px;
    z-index: 3;
  }
  .sec-hitokoto-left .sec-hitokoto-items .sec-hitokoto-item:nth-child(7) {
    width: 112px;
    bottom: 0;
    right: 0;
  }
  .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(1) {
    width: 129px;
    top: 12px;
    left: 0;
  }
  .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(2) {
    width: 82px;
    top: 63px;
    left: 112px;
    z-index: 3;
  }
  .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(3) {
    width: 100px;
    top: 5px;
    left: 175px;
    z-index: 1;
  }
  .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(4) {
    width: 129px;
    top: 0;
    right: 0px;
  }
  .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(5) {
    width: 112px;
    top: 124px;
    left: 117px;
  }
  .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(6) {
    width: 112px;
    top: 84px;
    left: 229px;
    z-index: 3;
  }
  .sec-hitokoto-right .sec-hitokoto-items .sec-hitokoto-item:nth-child(7) {
    width: 116px;
    bottom: 0;
    right: 11px;
    z-index: 3;
  }
  .sec-hitokoto-item {
    font-size: 1.4rem;
  }
  .sec-hitokoto .c-link-items {
    margin: 60px auto 0;
  }
  .sec-hitokot-link .c-link-item a:hover {
    color: #1B75EA;
  }
}
/* Sec-interview：社員インタビュー------------- */
.sec-interview-bg-left {
  top: -140px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.sec-interview-bg-right {
  bottom: -140px;
  right: 0;
  position: absolute;
  z-index: 1;
}

.sec-interview-bg-left .sec-interview-bg {
  display: block;
  width: 140px;
  aspect-ratio: 1/2;
  background-image: radial-gradient(circle, #baecff 2.22px, transparent 2.22px), radial-gradient(circle, #baecff 2.22px, transparent 2.22px);
  background-position: 0 0, 5.865px 11.84px;
  background-size: 11.73px 23.68px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-interview-bg-right .sec-interview-bg {
  display: block;
  width: 140px;
  aspect-ratio: 1/2;
  background-image: radial-gradient(circle, #baecff 2.22px, transparent 2.22px), radial-gradient(circle, #baecff 2.22px, transparent 2.22px);
  background-position: 0 0, 5.865px 11.84px;
  background-size: 11.73px 23.68px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-interview {
  margin: 40px auto 0;
  position: relative;
}

.sec-interview .l-inner {
  z-index: 2;
  position: relative;
}

.sec-interview .sec-ttl {
  color: #1B75EA;
  font-size: 2.2rem;
}

.sec-interview-inner {
  padding: 12px;
  background: rgba(186, 236, 255, 0.5);
  border-radius: 20px;
}

.sec-interview-movie {
  margin-top: 15px;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.sec-interview-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.sec-interview-link-items {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  flex-flow: column;
  gap: 14px 0;
  margin: 30px auto 0;
}

.sec-interview-link-item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.sec-interview-link-img {
  width: 50px;
  margin-left: 6px;
  border-radius: 50%;
  border: 2px solid #152487;
}

@media screen and (min-width: 769px) {
  .sec-interview {
    margin: 60px auto 0;
  }
  .sec-interview-inner {
    padding: 27px 100px;
  }
  .sec-interview-link-items {
    flex-flow: nowrap;
    gap: 0 43px;
    justify-content: center;
    margin: 16px auto 0;
  }
  .sec-interview-link-item a:hover .sec-interview-link-img {
    border-color: #1B75EA;
  }
  .sec-interview .sec-ttl {
    font-size: 3.2rem;
  }
}
/* Sec-access：アクセス------------- */
.sec-access {
  margin: 60px auto 0;
}

.sec-access .sec-ttl {
  color: #1B75EA;
}

.sec-access-map {
  margin: 0 auto 0;
  padding-top: 180px;
  padding-bottom: 106px;
  position: relative;
}

.sec-access-tokyo {
  position: absolute;
  top: 59px;
  left: 16px;
}

.sec-access-mtc {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec-access-img-box {
  position: relative;
}
.sec-access-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  display: none;
}

.sec-access-area {
  width: 94px;
  height: 49px;
  margin-bottom: -10px;
  background: url(../img/bg_access_area.svg) no-repeat;
  background-size: 119px 49px;
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 1;
  padding-left: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

.sec-access-info {
  display: flex;
  align-items: center;
  gap: 0 16px;
  padding: 16px 14px 16px;
  background: #F6FF00;
  border: 2px solid #152487;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}

.sec-access-pht {
  width: 100px;
  height: 114px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.sec-access-txt h3 {
  color: #152487;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  font-weight: 700;
}

.sec-access-address {
  margin: 7px 0 0 0;
  line-height: 1.5714;
  font-size: 1.4rem;
}

.sec-access-more {
  text-align: right;
}

.sec-access-more a {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  gap: 0 5px;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 700;
}
.sec-access-more a .ar-right {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  .sec-access-map {
    width: 693px;
    height: 590px;
    margin: 0 auto;
    padding: 0;
  }
  .sec-access-img-box {
    width: 580px;
    margin: 0 auto;
  }
  .sec-access-img-box::before {
    display: block;
  }
  .sec-access-tokyo {
    top: 49px;
    left: 0;
  }
  .sec-access-area {
    font-size: 2.6rem;
  }
  .sec-access-info {
    padding: 16px 16px;
  }
  .sec-access-pht {
    width: 130px;
    height: auto;
  }
  .sec-access-txt h3 {
    font-size: 2rem;
  }
  .sec-access-address {
    margin-top: 4px;
  }
  .sec-access-more a:hover .ar-right {
    right: -4px;
  }
}
/* Sec-session：会社説明会------------- */
.sec-session {
  margin: 116px 0 0 0;
  padding: 60px 0 75px 0;
  background-image: url(../img/img_office_mtc.jpg), url(../img/img_office_tokyo.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top left;
  background-size: 100% auto, 100% auto;
  position: relative;
}

.sec-session .sec-read {
  margin: 20px 0 0 0;
  text-align: center;
}

.sec-session::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 36, 135, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  height: left;
  z-index: 1;
}

.sec-session .l-inner {
  position: relative;
  z-index: 2;
}

.sec-session .sec-ttl {
  color: #fff;
}

.sec-session .sec-read {
  color: #fff;
}

.sec-session-link-items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}

.sec-session-link-item {
  flex: 1;
  text-align: center;
}

.sec-session-link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  color: #fff;
  transition: 0.2s;
}

.sec-session-info {
  margin: 30px 0 0 0;
  padding: 20px 11px 20px 25px;
  background: #fff;
  border-radius: 20px;
}

.sec-session-info dt {
  margin-top: 9px;
  line-height: 2.09;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
}

.sec-session-info dd {
  margin: 5px 0 0 0;
  font-size: 1.4rem;
}

.sec-session-info-bottom {
  margin: 20px 0 0 0;
}

.sec-session-info-bottom p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.sec-session-info-bottom-link {
  margin: 14px 0 0 0;
}

.sec-session-info-bottom-link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  padding-right: 16px;
  margin: 14px 0 0 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.sec-session-info-bottom-link a .ar-right {
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  transition: 0.2s;
}

.sec-session-entry {
  margin: 40px 0 0 0;
}

.sec-session-entry .c-entry-btn {
  gap: 0 6px;
  font-size: 1.6rem;
}

.sec-session-entry .c-entry-btn em {
  font-size: 2rem;
}

.rikunabi-bg {
  padding: 8px 13px;
  background: #fff;
  border-radius: 5px;
}

.rikunabi-bg img {
  width: 123px;
}

.sec-session .bg1, .sec-session .bg2 {
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  height: 50%;
  background-size: cover;
  background-position: center;
}
.sec-session .bg1 {
  background-image: url(../img/img_office_mtc.jpg);
  top: 50%;
  left: 0px;
}
.sec-session .bg2 {
  background-image: url(../img/img_office_tokyo.jpg);
  right: 0px;
}

@media screen and (min-width: 769px) {
  .sec-session {
    background-position: top left, top right;
    background-size: 50% auto, 50% auto;
    position: relative;
  }
  .sec-session-link-items {
    gap: 0 30px;
    margin-top: 11px;
  }
  .sec-session-link-item {
    flex: initial;
  }
  .sec-session-link-item a {
    font-size: 1.8rem;
  }
  .sec-session-link-item a:hover {
    opacity: 0.8;
  }
  .sec-session-info {
    width: 780px;
    margin: 32px auto 0 auto;
    padding: 28px 48px;
    box-sizing: border-box;
  }
  .sec-session-info-def {
    display: flex;
    flex-flow: wrap;
    gap: 0 0;
  }
  .sec-session-info-def dt {
    margin: 0;
    line-height: 2.09;
    width: 90px;
    font-size: 1.5rem;
  }
  .sec-session-info-def dd {
    margin: 0;
    line-height: 2.09;
    width: calc(100% - 90px);
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
  }
  .sec-session-info-bottom p {
    font-size: 1.3rem;
  }
  .sec-session-info-bottom-link {
    margin: 0;
  }
  .sec-session-info-bottom-link a {
    margin-top: 14px;
    font-size: 1.4rem;
  }
  .sec-session-entry .c-entry-btn {
    font-size: 2rem;
    max-width: 460px;
    height: 90px;
  }
  .sec-session-entry .c-entry-btn .ic-blank {
    margin-left: 8px;
  }
  .sec-session-entry .c-entry-btn em {
    font-size: 2.8rem;
  }
  .rikunabi-bg {
    padding: 10px 16px;
  }
  .rikunabi-bg img {
    width: 160px;
  }
  .sec-session-info-bottom-link a:hover .ar-right {
    right: -4px;
  }
  .sec-session .bg1, .sec-session .bg2 {
    width: 50%;
    height: 100%;
  }
  .sec-session .bg1 {
    background-image: url(../img/img_office_mtc.jpg);
    top: 0px;
  }
  .sec-session .bg2 {
    background-image: url(../img/img_office_tokyo.jpg);
  }
}/*# sourceMappingURL=common.css.map */