@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;
}

.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;
}
.sec-bottom-entry .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #152487;
  text-align: center;
  margin-bottom: 16px;
}
.sec-bottom-entry .btn-box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}

.c-entry-btn {
  display: flex;
  width: 100%;
  max-width: 380px;
  height: 60px;
  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);
}

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

.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);
}

.ar-left {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/ar_right_wht.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
}

.l-bottom {
  position: sticky;
  bottom: 0;
  padding: 16px 0;
  background: rgba(21, 36, 135, 0.9);
  z-index: 10;
}
.l-bottom .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.l-bottom .btn-box .c-entry-btn {
  -moz-column-gap: 4px;
       column-gap: 4px;
  height: 50px;
}
.l-bottom .btn-box .c-entry-btn span {
  font-size: 1.6rem;
}
.l-bottom .btn-box .c-entry-btn small {
  display: block;
  font-size: 1.2rem;
}

.is-nav-open .l-bottom {
  position: static;
}

@media screen and (min-width: 900px) {
  .l-bottom {
    position: static;
  }
  .l-bottom .btn-box {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .l-bottom .btn-box .c-entry-btn {
    margin: 0;
    max-width: 360px;
    height: 60px;
  }
  .l-bottom .btn-box .c-entry-btn span {
    font-size: 2rem;
  }
  .l-bottom .btn-box .c-entry-btn small {
    display: inline-block;
    font-size: 1.6rem;
  }
}
@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 {
    margin: 0;
    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);
  }
  .sec-bottom-entry .btn-box {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.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-wrap {
  position: relative;
}
.h-wrap.is-top .h-inner {
  background: #fff;
}

.h-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: 0.2s;
}

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

.h-site-type {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 2px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #152487;
}
.h-site-type .year {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.h-site-type .year em {
  font-size: 1.6rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.h-logo {
  width: 38px;
}

.h-entry-btn-wrap {
  width: 145px;
  margin-right: 20px;
  margin-left: auto;
}
.h-entry-btn-wrap.is-multiple {
  position: relative;
  display: none;
  order: 3;
  margin: 0;
  width: auto;
}
.h-entry-btn-wrap.is-multiple .c-entry-btn {
  cursor: pointer;
  width: min(20vw, 200px);
  height: 50px;
  padding: 0 8px;
  font-size: min(1.8cqw, 1.8rem);
  box-sizing: border-box;
}
.h-entry-btn-wrap.is-multiple .c-entry-btn small {
  font-size: 1.2rem;
}
.h-entry-btn-wrap.is-multiple:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.h-entry-btn-wrap.is-multiple:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  top: 55px;
}
.h-entry-btn-wrap.is-multiple .sub-nav {
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 65px;
  right: 0px;
  background-color: #152487;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  padding: 16px;
}
.h-entry-btn-wrap.is-multiple .sub-nav a {
  color: #ffffff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 1.4rem;
  transition: 0.2s;
}
.h-entry-btn-wrap.is-multiple .sub-nav a em {
  font-size: 1.8rem;
}
.h-entry-btn-wrap.is-multiple .sub-nav a:hover {
  opacity: 0.7;
}
.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 {
  visibility: hidden;
  opacity: 0;
  margin-right: 0;
  margin-left: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  z-index: 10;
  position: fixed;
  top: 0;
  right: -180px;
  width: 180px;
  height: 100vh;
  padding: 40px 0 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 32px rgba(16, 96, 186, 0.15);
}
.h-nav-box .sub-nav {
  background-color: #004498;
  width: 100%;
  padding: 40px 20px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.h-nav-box .sub-nav .ttl {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 800;
}
.h-nav-box .sub-nav a {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}

.h-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  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 .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 {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.is-scroll-sp .h-inner {
  background-color: #ffffff;
  box-shadow: 0 10px 6px rgba(16, 96, 186, 0.15);
}

@media screen and (min-width: 900px) {
  .h-wrap {
    padding: 20px 1.5vw 0;
    background-color: #fbfdfe;
  }
  .h-wrap.is-top {
    padding-top: 0;
    margin-top: -100px;
  }
  .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 {
    flex-direction: column;
    font-size: min(1.8cqw, 2rem);
    letter-spacing: 0.15em;
    white-space: nowrap;
  }
  .h-site-type:hover {
    color: #152487;
  }
  .h-site-type .year {
    padding: 2px 8px;
    font-size: 1.4rem;
    background-color: #152487;
    color: #ffffff;
    border-radius: 4px;
    letter-spacing: 0.05em;
  }
  .h-site-type .year em {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.6rem;
  }
  .h-nav-box {
    order: 2;
    opacity: 1;
    position: static;
    padding: 0;
    height: auto;
    width: auto;
  }
  .h-nav-box .sub-nav {
    display: none;
  }
  .h-entry-btn-wrap {
    display: block;
    order: 3;
    margin: 0;
    width: auto;
  }
  .h-entry-btn-wrap.is-multiple {
    display: block;
  }
  .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: 0 auto 0;
}

.f-wrap .l-inner {
  display: flex;
  flex-flow: wrap;
  padding-top: 20px;
  border-top: 1px solid #cfd8de;
}

.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: 20px 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: #76acf4;
}

.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 {
    padding: 100px 0;
  }
  .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 {
  margin-top: -40px;
  padding: 80px 0 100px;
  background: #1B75EA;
  --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-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: 100px 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;
}

.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: 0;
  padding: 0 0 40px;
  position: relative;
}
.sec-session .sec-bottom-entry {
  margin-top: 30px;
}

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

.sec-session .l-inner {
  position: relative;
  z-index: 2;
  background: #EDF5FF;
  border-radius: 40px;
  padding: 40px 24px;
  margin: 0 15px;
}

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

.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;
  transition: 0.2s;
}
.sec-session-link-item a.is-inactive {
  opacity: 0.5;
  pointer-events: none;
}
.sec-session-link-item a small {
  margin-left: -10px;
  font-size: 1.3rem;
}

.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 {
    position: relative;
  }
  .sec-session .l-inner {
    margin: 0 auto;
  }
  .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);
  }
}
/* second------------- */
.h-title-wrap .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}
@media screen and (min-width: 769px) {
  .h-title-wrap .inner {
    max-width: 1100px;
    height: 180px;
    margin: auto;
  }
}
.h-title-wrap .title {
  position: relative;
  padding-left: 15px;
  color: #152487;
  font-size: 3rem;
  font-weight: 700;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .h-title-wrap .title {
    font-size: 4rem;
  }
  .h-title-wrap .title br {
    display: none;
  }
}
.h-title-wrap .title-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  max-width: 250px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .h-title-wrap .title-img {
    max-width: 350px;
  }
}
.h-title-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;
  bottom: -50px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .h-title-wrap::before {
    width: calc(100% + 3vw);
    left: -1.5vw;
  }
}

.sec-main-wrap {
  background-color: #1B75EA;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .sec-main-wrap {
    padding: 100px 0;
  }
}
.sec-main-wrap.is-btm-m {
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .sec-main-wrap.is-btm-m {
    padding-bottom: 280px;
  }
}
.sec-main-wrap .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-main-wrap .l-inner {
    max-width: 1000px;
  }
}
.sec-main-wrap .btm-link {
  margin-top: 24px;
}
.sec-main-wrap .btm-link .arr-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: #ffffff;
  font-size: 1.6rem;
  padding-left: 20px;
}
.sec-main-wrap .btm-link .arr-link .ar-left {
  position: absolute;
  top: 1px;
  left: 0;
  transition: 0.2s;
}
.sec-main-wrap .btm-link .arr-link:hover .ar-left {
  left: -4px;
}

.ic-link {
  position: relative;
  font-size: 1.6rem;
  display: inline-flex;
  padding-right: 26px;
}
.ic-link .ic_pdf {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ic_pdf.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 2px;
}
.ic-link:hover {
  color: #152487;
  opacity: 0.8;
}

.arr-link .txt {
  position: relative;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.arr-link .txt .ar-right {
  position: absolute;
  top: 5px;
  right: 0;
  transition: 0.2s;
}
.arr-link:hover .ar-right {
  right: -4px;
}

/* Sec-reason：入社理由------------- */
.sec-reason {
  margin: 80px 0;
  background-color: #ffffff;
}
.sec-reason .sec-ttl {
  color: #1B75EA;
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .sec-reason {
    margin: 100px 0 120px;
  }
  .sec-reason .l-inner {
    max-width: 1000px;
    padding: 0;
  }
}
/* Sec-ranking：トップ3------------- */
.sec-ranking {
  margin-top: -40px;
  padding: 80px 0 100px;
  background: #1B75EA;
  --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;
}

.ranking-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
}
.ranking-box .ttl {
  margin-bottom: 24px;
  color: #152487;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.ranking-box + .ranking-box {
  margin-top: 24px;
}
.ranking-box .noto-box {
  margin-top: 24px;
  padding: 20px;
  background-color: #EDF5FF;
  border: 1px solid #1B75EA;
  border-radius: 8px;
}
.ranking-box .noto-box p {
  line-height: 1.6;
}
.ranking-box .noto-box p br {
  display: none;
}
.ranking-box .img-box {
  display: none;
}
.ranking-box .c-link-items {
  margin-top: 16px;
  justify-content: right;
}
.ranking-box .c-link-items a {
  color: #152487;
}
.ranking-box .c-link-items a:hover {
  color: #1B75EA;
}

.rank-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.rank-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
}
.rank-list li .rank {
  background-repeat: no-repeat;
  background-size: contain;
}
.rank-list li .txt {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-weight: 700;
}
.rank-list li .txt small {
  color: #44536B;
  font-size: 1.4rem;
}
.rank-list li:nth-child(1) {
  font-size: 2.2rem;
  color: #1B75EA;
}
.rank-list li:nth-child(1) .rank {
  width: 50px;
  height: 40px;
  background-image: url(../img/rank1.png);
}
.rank-list li:nth-child(2) {
  font-size: 2rem;
}
.rank-list li:nth-child(2) .rank {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-image: url(../img/rank2.png);
}
.rank-list li:nth-child(3) {
  font-size: 1.8rem;
}
.rank-list li:nth-child(3) .rank {
  width: 36px;
  height: 36px;
  margin: 0 7px;
  background-image: url(../img/rank3.png);
}

@media screen and (min-width: 769px) {
  .ranking-box {
    position: relative;
    padding: 32px;
  }
  .ranking-box .ttl {
    margin-bottom: 32px;
    font-size: 3.2rem;
  }
  .ranking-box .rank-list {
    row-gap: 32px;
  }
  .ranking-box .rank-list li:nth-child(1) {
    font-size: 3.2rem;
  }
  .ranking-box .rank-list li:nth-child(1) .rank {
    width: 70px;
    height: 60px;
  }
  .ranking-box .rank-list li:nth-child(2) {
    font-size: 2.4rem;
  }
  .ranking-box .rank-list li:nth-child(2) .rank {
    margin: 0 10px;
    width: 50px;
    height: 50px;
  }
  .ranking-box .rank-list li:nth-child(3) {
    font-size: 2rem;
  }
  .ranking-box .rank-list li:nth-child(3) .rank {
    margin: 0 12px;
    width: 45px;
    height: 45px;
  }
  .ranking-box .rank-list li .txt {
    flex-direction: initial;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .ranking-box .rank-list li .txt small {
    font-size: 1.6rem;
  }
  .ranking-box .noto-box {
    margin-top: 40px;
  }
  .ranking-box .img-box {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
  }
}
/* graph------------- */
.tile-list-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .tile-list-box {
    flex-direction: initial;
    flex-wrap: wrap;
    gap: 36px;
  }
}
.tile-list-box .tile-box {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .tile-list-box .tile-box {
    width: calc(50% - 18px);
  }
}
.tile-list-box .tile-box .ttl {
  position: relative;
  color: #1B75EA;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .tile-list-box .tile-box .ttl {
    font-size: 3.6rem;
  }
}
.tile-list-box .tile-box .ttl em {
  color: #152487;
}
.tile-list-box .tile-box .ttl .sub {
  position: absolute;
  padding: 2px 14px 4px;
  line-height: 1;
  background-color: #CFE4FF;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
.tile-list-box .tile-box .graph-box {
  position: relative;
}
.tile-list-box .tile-box .graph-box .txt-box {
  margin-top: 4px;
}
.tile-list-box .tile-box .graph-box .txt-box p {
  font-size: 1.2rem;
}
.tile-list-box .tile-box .data-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tile-list-box .tile-box .data-box dl {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-between;
}
.tile-list-box .tile-box .data-box dl dt {
  font-size: 1.6rem;
  width: 70%;
  padding-left: 8px;
  line-height: 40px;
  box-sizing: border-box;
}
.tile-list-box .tile-box .data-box dl dt.em {
  color: #ffffff;
}
.tile-list-box .tile-box .data-box dl dd {
  line-height: 34px;
  color: #152487;
  font-size: 2.4rem;
}
.tile-list-box .tile-box .data-box dl dd em {
  font-size: 3.6rem;
}
.tile-list-box .tile-box .data-box dl dd.em {
  position: relative;
  z-index: 1;
}
.tile-list-box .tile-box .data-box dl dd.em::after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F6FF00;
  z-index: -1;
}
.tile-list-box .tile-box .img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
}
@media screen and (min-width: 769px) {
  .tile-list-box .tile-box .img {
    transform: scale(1.3);
    transform-origin: top right;
  }
}
.tile-list-box .tile-box .graph-box .img-box {
  margin: 16px auto 0;
}
.tile-list-box .tile-box .graph-box .img-box .pie {
  margin: 0 auto;
  width: 160px !important;
  height: 160px !important;
}
@media screen and (min-width: 769px) {
  .tile-list-box .tile-box .graph-box .img-box .pie {
    width: 200px !important;
    height: 200px !important;
  }
}
.tile-list-box .graph-freetime .graph-box .img-box,
.tile-list-box .graph-lunch .graph-box .img-box,
.tile-list-box .graph-commute .graph-box .img-box,
.tile-list-box .graph-leaving .graph-box .img-box,
.tile-list-box .graph-arriving .graph-box .img-box,
.tile-list-box .graph-age .graph-box .img-box {
  margin-top: 30px;
  padding-right: 40px;
}
@media screen and (min-width: 769px) {
  .tile-list-box .graph-freetime .graph-box .img-box,
  .tile-list-box .graph-lunch .graph-box .img-box,
  .tile-list-box .graph-commute .graph-box .img-box,
  .tile-list-box .graph-leaving .graph-box .img-box,
  .tile-list-box .graph-arriving .graph-box .img-box,
  .tile-list-box .graph-age .graph-box .img-box {
    padding: 0 60px 0 5px;
  }
}
.tile-list-box .graph-freetime .graph-box .img-box canvas,
.tile-list-box .graph-lunch .graph-box .img-box canvas,
.tile-list-box .graph-commute .graph-box .img-box canvas,
.tile-list-box .graph-leaving .graph-box .img-box canvas,
.tile-list-box .graph-arriving .graph-box .img-box canvas,
.tile-list-box .graph-age .graph-box .img-box canvas {
  height: 200px !important;
}
.tile-list-box .graph-gowork .graph-box,
.tile-list-box .graph-house .graph-box,
.tile-list-box .graph-salary .graph-box {
  width: 160px;
  margin: 24px auto 0;
}
@media screen and (min-width: 769px) {
  .tile-list-box .graph-gowork .graph-box,
  .tile-list-box .graph-house .graph-box,
  .tile-list-box .graph-salary .graph-box {
    width: 200px;
  }
  .tile-list-box .graph-gowork .graph-box .data-box,
  .tile-list-box .graph-house .graph-box .data-box,
  .tile-list-box .graph-salary .graph-box .data-box {
    top: 20px;
  }
}
.tile-list-box .graph-gowork .data-box dl,
.tile-list-box .graph-house .data-box dl,
.tile-list-box .graph-salary .data-box dl {
  position: relative;
  display: block;
}
.tile-list-box .graph-gowork .data-box dl dt,
.tile-list-box .graph-house .data-box dl dt,
.tile-list-box .graph-salary .data-box dl dt {
  position: absolute;
  width: auto;
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}
.tile-list-box .graph-gowork .data-box dl dd,
.tile-list-box .graph-house .data-box dl dd,
.tile-list-box .graph-salary .data-box dl dd {
  position: absolute;
  display: inline-block;
  width: auto;
}
.tile-list-box .graph-gowork .data-box dl dd.em,
.tile-list-box .graph-house .data-box dl dd.em,
.tile-list-box .graph-salary .data-box dl dd.em {
  position: absolute;
}
.tile-list-box .graph-leaving .graph-box .img-box canvas,
.tile-list-box .graph-arriving .graph-box .img-box canvas {
  height: 160px !important;
}
.tile-list-box .graph-freetime .graph-box .img-box canvas {
  height: 240px !important;
}
.tile-list-box .graph-genderratio .data-box {
  position: static;
}
.tile-list-box .graph-genderratio .data-box dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-list-box .graph-genderratio .data-box dl dt {
  display: none;
}
.tile-list-box .graph-genderratio .data-box dl dd em {
  font-size: 4.8rem;
}
.tile-list-box .graph-genderratio .img {
  width: 65px;
}
.tile-list-box .graph-age .img {
  width: 64px;
  right: 16px;
}
.tile-list-box .graph-arriving .img {
  width: 110px;
  top: 5px;
  right: 5px;
}
.tile-list-box .graph-leaving .img {
  top: -10px;
  right: 10px;
}
.tile-list-box .graph-gowork .img {
  width: 90px;
  top: 0px;
}
.tile-list-box .graph-gowork .sub {
  top: 10px;
  left: 80px;
}
.tile-list-box .graph-gowork .data-box dl dt:nth-of-type(1) {
  top: 95px;
  right: 20px;
}
.tile-list-box .graph-gowork .data-box dl dt:nth-of-type(2) {
  top: 60px;
  left: 7px;
}
.tile-list-box .graph-gowork .data-box dl dt:nth-of-type(3) {
  top: 22px;
  left: 52px;
}
@media screen and (min-width: 769px) {
  .tile-list-box .graph-gowork .data-box dl dt:nth-of-type(3) {
    top: 10px;
    left: 70px;
  }
}
.tile-list-box .graph-gowork .data-box dl dd:nth-of-type(1) {
  top: 50px;
  right: -60px;
}
.tile-list-box .graph-gowork .data-box dl dd:nth-of-type(1)::after {
  height: 20%;
  bottom: 1px;
}
.tile-list-box .graph-gowork .data-box dl dd:nth-of-type(2) {
  top: 30px;
  left: -50px;
}
.tile-list-box .graph-gowork .data-box dl dd:nth-of-type(3) {
  top: -20px;
  left: 20px;
}
@media screen and (min-width: 769px) {
  .tile-list-box .graph-gowork .data-box dl dd:nth-of-type(3) {
    top: -45px;
    left: 30px;
  }
}
.tile-list-box .graph-commute .img {
  width: 110px;
}
.tile-list-box .graph-house .img {
  width: 90px;
  right: 5px;
  top: -10px;
}
.tile-list-box .graph-house .sub {
  top: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .tile-list-box .graph-house .graph-box {
    margin-top: 50px;
  }
}
.tile-list-box .graph-house .data-box dl dt:nth-of-type(1) {
  top: 80px;
  right: 30px;
}
.tile-list-box .graph-house .data-box dl dt:nth-of-type(2) {
  top: 75px;
  left: 25px;
}
.tile-list-box .graph-house .data-box dl dt:nth-of-type(3) {
  top: -20px;
  left: 40px;
}
@media screen and (min-width: 769px) {
  .tile-list-box .graph-house .data-box dl dt:nth-of-type(3) {
    top: -40px;
    left: 60px;
  }
}
.tile-list-box .graph-house .data-box dl dd:nth-of-type(1) {
  top: 54px;
  right: -60px;
}
.tile-list-box .graph-house .data-box dl dd:nth-of-type(1)::after {
  height: 20%;
  bottom: 1px;
}
.tile-list-box .graph-house .data-box dl dd:nth-of-type(2) {
  top: 80px;
  left: -50px;
}
.tile-list-box .graph-house .data-box dl dd:nth-of-type(3) {
  top: -24px;
  left: -5px;
}
@media screen and (min-width: 769px) {
  .tile-list-box .graph-house .data-box dl dd:nth-of-type(3) {
    top: -45px;
    left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .tile-list-box .graph-tonai .ttl {
    margin-top: -5px;
  }
  .tile-list-box .graph-tonai .ttl br {
    display: none;
  }
  .tile-list-box .graph-tonai .ttl .sub {
    left: -10px;
    top: 50px;
  }
}
.tile-list-box .graph-tonai .img {
  width: 70px;
  top: 5px;
  right: 5px;
}
.tile-list-box .graph-tonai .sub {
  top: 57px;
  margin-left: 10px;
}
.tile-list-box .graph-tonai .graph-box .img-box {
  text-align: center;
}
.tile-list-box .graph-lunch .img {
  width: 64px;
}
.tile-list-box .graph-salary .img {
  width: 90px;
  top: 20px;
  right: 15px;
}
.tile-list-box .graph-salary .data-box dl dt:nth-of-type(1) {
  top: 40px;
  right: 20px;
}
.tile-list-box .graph-salary .data-box dl dt:nth-of-type(2) {
  top: 112px;
  right: 45px;
}
.tile-list-box .graph-salary .data-box dl dt:nth-of-type(3) {
  top: 85px;
  left: 0;
}
.tile-list-box .graph-salary .data-box dl dt:nth-of-type(4) {
  top: 34px;
  left: 40px;
}
.tile-list-box .graph-salary .data-box dl dd:nth-of-type(1) {
  top: 30px;
  right: -60px;
}
.tile-list-box .graph-salary .data-box dl dd:nth-of-type(1)::after {
  height: 20%;
  bottom: 1px;
}
.tile-list-box .graph-salary .data-box dl dd:nth-of-type(2) {
  top: 120px;
  right: -30px;
}
.tile-list-box .graph-salary .data-box dl dd:nth-of-type(3) {
  top: 110px;
  left: -40px;
}
.tile-list-box .graph-salary .data-box dl dd:nth-of-type(4) {
  top: 0;
  left: -25px;
}
.tile-list-box .graph-freetime .img {
  width: 100px;
  top: -10px;
}
.tile-list-box .graph-freetime .sub {
  bottom: 7px;
  margin-left: 10px;
}
.tile-list-box .graph-birthplace .graph-box .img-box {
  margin-top: -20px;
  text-align: center;
}

.cont-list-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .cont-list-box {
    flex-direction: initial;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.cont-list-box .cont-box {
  padding: 24px 20px;
  background-color: #EDF5FF;
  border: 1px solid #1B75EA;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .cont-list-box .cont-box {
    width: calc(25% - 10px);
    max-width: 240px;
  }
}
.cont-list-box .cont-box .ttl {
  margin-bottom: 16px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #1B75EA;
}
@media screen and (min-width: 769px) {
  .cont-list-box .cont-box .ttl {
    font-weight: 600;
  }
}
.cont-list-box .cont-box .lists {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.cont-list-box .cont-box .lists li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
.cont-list-box .cont-box .lists li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #1B75EA;
  border-radius: 6px;
}

/* Sec-reason：HSチェック------------- */
.hscheck-wrap {
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}

.hscheck-ttl {
  margin-bottom: 24px;
}
.hscheck-ttl .ttl {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 16px;
  color: #152487;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hscheck-ttl .read {
  text-align: center;
}
.hscheck-ttl .read .chk {
  position: relative;
  display: inline-block;
  margin: 0 4px -2px;
  width: 20px;
  height: 20px;
  background-color: #1B75EA;
  border-radius: 2px;
}
.hscheck-ttl .read .chk::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.hscheck-ttl .tx {
  border-bottom: 2px dotted #152487;
}
.hscheck-ttl .img {
  width: 24px;
}

.check-items {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 24px;
}
.check-items li .checktx {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.check-items li .frm-lb {
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.check-items li .frm-lb:hover {
  color: #1b75ea;
}

.judge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 280px;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  outline: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}
.judge:hover {
  opacity: 0.7;
}

.check-result {
  display: none;
  position: relative;
  background-color: #EDF5FF;
  border: 1px solid #1B75EA;
  border-radius: 8px;
  margin-bottom: 12px;
}
.check-result .rslt-area {
  padding: 20px;
}
.check-result .rslt-area.check-all {
  background-image: url(../img/chk_result.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
}
.check-result .rslt-area.check-all .ttl {
  font-size: 2.4rem;
}
.check-result .sttl {
  margin-bottom: 8px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}
.check-result .ttl {
  margin-bottom: 16px;
  font-size: 2rem;
  color: #1b75ea;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
}
.check-result .read {
  font-size: 1.6rem;
  font-weight: 600;
}
.check-result::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 16px solid #1b75ea;
  border-bottom: 0;
}

input[type=checkbox].frm-chk {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}

.frm-chk-tx {
  display: block;
  min-height: 20px;
  box-sizing: border-box;
  border: none;
  position: relative;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  font-size: 1.6rem;
}
.frm-chk-tx .txt {
  font-size: 1.6rem;
  line-height: 1.6;
}

.frm-chk-tx {
  padding: 3px 8px 6px 32px;
}

.frm-chk-faker {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #1B75EA;
  border-radius: 2px;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  top: 6px;
  transition: all 0.3s ease-in-out;
}

.frm-chk-faker:after {
  content: "";
  width: 10px;
  height: 6px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  position: absolute;
  margin-top: -2px;
  top: 50%;
  left: 3px;
  transition: border-color 0.3s ease-in-out;
  transform: translate(0, -50%) rotate(-45deg);
}

.frm-chk:checked:hover ~ .frm-chk-tx .frm-chk-faker:after {
  opacity: 1;
}

.frm-chk:checked ~ .frm-chk-tx .frm-chk-faker {
  background-color: #1b75ea;
}

.frm-chk:checked ~ .frm-chk-tx .frm-chk-faker:after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}

.frm-chk-tx.is-chk .frm-chk-faker:after,
.frm-chk:checked ~ .frm-chk-tx.is-chk .frm-chk-faker:after {
  border: none;
  height: 2px;
  background-color: #0078C8;
  margin-top: -1px;
  left: 4px;
  transform: translate(0, 0) rotate(0);
}

.frm-chk:disabled ~ .frm-chk-tx {
  cursor: not-allowed;
  color: #aaaaaa;
}

.frm-chk:disabled ~ .frm-chk-tx .frm-chk-faker {
  border-color: #cfcfcf;
}

.frm-chk:disabled:checked ~ .frm-chk-tx .frm-chk-faker:after {
  border-bottom-color: #cfcfcf;
  border-left-color: #cfcfcf;
}

@media screen and (min-width: 769px) {
  .hscheck-ttl .ttl {
    font-size: 3.2rem;
  }
  .hscheck-ttl .read {
    font-size: 1.8rem;
  }
  .hscheck-wrap {
    max-width: 840px;
    margin: auto;
    padding: 40px;
    border-radius: 20px;
  }
  .frm-chk-tx {
    padding-top: 1px;
  }
  .frm-chk-tx .txt {
    font-size: 1.8rem;
  }
  .check-result .rslt-area {
    padding: 20px 32px;
  }
  .check-result .rslt-area.check-all .ttl {
    font-size: 3.2rem;
  }
  .check-result .rslt-area.check-all .read {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .check-result .ttl {
    font-size: 2.4rem;
  }
}
/* Sec-reason：インタビュー------------- */
.interview-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.interview-box {
  width: 100%;
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 8px;
}
.interview-box .main {
  padding: 8px 24px;
}
.interview-box .main .img {
  width: 140px;
  margin: 0 auto 4px;
}
.interview-box .main .ttl {
  margin-bottom: 8px;
}
.interview-box .main .ttl .y {
  display: block;
  color: #1B75EA;
  font-size: 1.4rem;
  font-weight: 600;
}
.interview-box .main .ttl .post {
  display: block;
  color: #1B75EA;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.interview-box .main .read {
  font-size: 1.6rem;
  font-weight: 600;
}
.interview-box .arr-link {
  display: block;
  background-color: #F6FF00;
  padding: 8px 24px;
  border-radius: 0 0 8px 8px;
}
.interview-box .arr-link .txt {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.interview-detail-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}

.interview-detail-label {
  position: absolute;
  top: 0;
  right: 20px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  background-color: #D7E9FF;
  padding: 0 16px;
  color: #152487;
  font-size: 1.4rem;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
}

.interview-detail-head {
  margin-top: 10px;
}
.interview-detail-head .title-box .y {
  margin-bottom: 8px;
  color: #1B75EA;
  font-size: 1.6rem;
  font-weight: 600;
}
.interview-detail-head .title-box .post {
  display: inline;
  padding: 2px 8px;
  color: #ffffff;
  background-color: #1B75EA;
  font-size: 1.8rem;
  font-weight: 600;
}
.interview-detail-head .title-box .img {
  margin: 8px auto;
  width: 140px;
}
.interview-detail-head .title-box .ttl {
  font-size: 2rem;
  font-weight: 600;
}
.interview-detail-head .title-box .ttl br {
  display: none;
}
.interview-detail-head .note {
  margin-top: 16px;
  padding: 16px;
  background-color: #D7E9FF;
  border: 2px solid #1B75EA;
  border-radius: 20px;
  font-size: 1.6rem;
}

.interview-detail-body {
  margin: 40px 0 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.interview-detail-body .qa-box dt {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 8px;
  border-bottom: 2px solid #152487;
  padding-bottom: 4px;
}
.interview-detail-body .qa-box dt .q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1.2;
  border-radius: 50px;
  background-color: #152487;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  flex-shrink: 0;
}
.interview-detail-body .qa-box dt .tx {
  font-size: 1.8rem;
  font-weight: 600;
  color: #152487;
}
.interview-detail-body .qa-box dd {
  line-height: 1.8;
}
.interview-detail-body .qa-box dd em {
  background-color: #ffff99;
  padding: 0 4px;
  line-height: 1.8;
}

.interview-detail-bottom {
  margin: 0 -20px -20px;
  padding: 20px;
  background-color: #D7E9FF;
  border-radius: 0 0 20px 20px;
}
.interview-detail-bottom .txt {
  color: #152487;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .interview-detail-box {
    padding: 40px;
  }
  .interview-detail-label {
    height: 48px;
    font-size: 1.6rem;
    padding: 0 24px;
    font-weight: 600;
  }
  .interview-detail-head {
    margin-top: 0;
  }
  .interview-detail-head .title-box {
    margin-left: 220px;
  }
  .interview-detail-head .title-box .y {
    font-size: 2rem;
  }
  .interview-detail-head .title-box .post {
    padding: 4px 16px;
    font-size: 2.4rem;
  }
  .interview-detail-head .title-box .img {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 180px;
    margin: 0;
  }
  .interview-detail-head .title-box .ttl {
    font-size: 3.2rem;
    margin-top: 16px;
  }
  .interview-detail-head .title-box .ttl br {
    display: block;
  }
  .interview-detail-head .note {
    margin-top: 32px;
    padding: 16px 24px;
    line-height: 1.8;
  }
  .interview-detail-body {
    margin: 40px 0;
  }
  .interview-detail-body .qa-box dt {
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .interview-detail-body .qa-box dt .q {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
  }
  .interview-detail-body .qa-box dt .tx {
    font-size: 2.4rem;
  }
  .interview-detail-body .qa-box dd {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .interview-detail-bottom {
    margin: 0 -40px -40px;
    padding: 32px 40px;
  }
  .interview-detail-bottom .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
/* Sec-reason：福利厚生------------- */
.ic_allowance {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ic_tat.svg) no-repeat center center;
}

.benefit-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.benefit-box {
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 8px;
}
.benefit-box .title {
  display: flex;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #152487;
  letter-spacing: 0.05em;
}
.benefit-box .title .tx {
  position: relative;
}
.benefit-box .title .tx::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 3px;
  background-color: #152487;
  border-radius: 50px;
}
.benefit-box .tile-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.benefit-box .tile-wrap.is-col2 .tile-box {
  max-width: 400px;
}
.benefit-box .tile-wrap .tile-box {
  background-color: #ffffff;
  max-width: 280px;
  width: 100%;
}
.benefit-box .tile-wrap .tile-box .ttl {
  margin-bottom: 4px;
  color: #1B75EA;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.benefit-box .tile-wrap .tile-box .ttl small {
  display: block;
  color: #444444;
  font-size: 1.4rem;
}
.benefit-box .tile-wrap .tile-box .img {
  margin-bottom: 16px;
  text-align: center;
}
.benefit-box .tile-wrap .tile-box .read {
  margin: auto;
  max-width: 340px;
  line-height: 1.6;
  font-size: 1.6rem;
}
.benefit-box .tile-wrap .tile-box .link {
  margin-top: 8px;
  text-align: right;
}
.benefit-box .tile-wrap .tile-box .link a {
  position: relative;
  font-weight: 600;
}
.benefit-box .tile-wrap .tile-box .link a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 30%;
  background-color: #F6FF00;
}
.benefit-box .tile-wrap .tile-box .link a .txt {
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .benefit-box {
    border-radius: 20px;
    padding: 40px 30px;
  }
  .benefit-box .title {
    margin-bottom: 32px;
    font-size: 3.6rem;
  }
  .benefit-box .tile-wrap {
    gap: 40px 30px;
  }
  .benefit-box .tile-wrap .tile-box .ttl {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=common.css.map */