:root {
  --mq_up: 768.1px;
  --mq_down: 768px;
  --text: #009cd0;
  --gray: #575758;
  --noto: "Noto Sans JP", sans-serif;

  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  letter-spacing: 0;
  color: #3e3e3e;
}

/* headline */
.hl-lv02 {
  color: var(--text);
  font-size: 100px;
  font-weight: var(--font-weight-extrabold);
  line-height: 1;
  letter-spacing: 0;
}

.top .hl-lv02 {
  font-size: 77px;
}

.hl-lv02 small {
  color: var(--text);
  font-size: 25px;
  font-weight: var(--font-weight-medium);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.top .hl-lv02 small {
  margin-bottom: 15px;
}

.hl-lv03 {
  font-size: 30px;
  color: var(--gray);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
}

.text-lv01 {
  font-size: 18px;
  line-height: 2.22;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0;
  color: #575758;
}
.text-lv01.__large {
  font-size: 20px;
}

.text-lv01 span {
  color: var(--text);
  font-weight: var(--font-weight-medium);
}

.text-lv02 {
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  line-height: 1.875;
}

/* common */

body {
  max-width: 100vw;
  overflow-x: hidden;
}

.wrapper-small {
  max-width: 880px;
}

.ta-center {
  text-align: center;
}

.color-blue {
  color: var(--text);
}
.color-white {
  color: #fff;
}
.color-dark {
  color: #184c91;
}

.d-flex {
  display: flex;
}
.flex-x-space {
  justify-content: space-between;
}

.white-area * {
  color: #fff;
}

.w-100 {
  width: 100%;
}

.bg-white {
  position: relative;
  background: #fff;
}

.bg-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.bg-blue {
  position: relative;
}

.bg-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  height: 100%;
  background-color: var(--text);
  z-index: -1;
}

.bg-light {
  position: relative;
}

.bg-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  height: 100%;
  background-color: #edf7fd;
  z-index: -1;
}

.bg-lGray {
  position: relative;
}

.bg-lGray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wrapper-wide {
  padding-inline: 67px;
}

.noto-area * {
  font-family: "Noto Sans JP", sans-serif;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.top-button {
  z-index: 2;
}

@media (max-width: 768px) {
  .sp-padding {
    padding-inline: 20px;
  }
  .sp-ta-center {
    text-align: center;
  }
  .sp-column {
    flex-direction: column;
  }
  .grid-1-sp {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hl-lv02 {
    font-size: 50px;
  }

  .top .hl-lv02 {
    font-size: 50px;
  }

  .hl-lv02 small {
    margin-bottom: 18px;
  }

  .top .hl-lv02 small {
    margin-bottom: 18px;
  }
  .wrapper-wide {
    padding-inline: 0;
  }
  .sp-filter-hide {
    filter: unset !important;
  }
}

/* common nav */

@media (min-width: 768.1px) {
  .head-nav .sp-only,
  .nav-same.sp-only {
    display: block !important;
  }
}
@media (min-width: 1080.1px) {
  .head-nav .sp-only,
  .nav-same.sp-only {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .head-nav .pc-only,
  .nav-same.pc-only {
    display: none !important;
  }
}

@media (min-width: 1080.1px) {
  .nav-top {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  }
  .nav-top .wrapper nav ul {
    gap: 81px;
  }
  .nav-top .wrapper nav ul li a {
    font-size: 22px;
  }
  .nav-top .wrapper nav ul li a p {
    font-size: 22px;
    font-weight: 700;
  }
  .nav-top .wrapper {
    height: 120px;
  }
  .nav-top .wrapper .h_logo {
    width: unset;
  }
  .nav-top .wrapper nav ul li {
    width: unset;
    border: unset;
  }
  .header-global-nav-txt {
    display: flex;
    align-items: center;
    gap: 23px;
    white-space: nowrap;
  }
}

/* common nav sp */

@media (max-width: 1080px) {
  .nav .wrapper .menu_btn button img {
    width: unset;
  }
  .nav .wrapper nav {
    background: #fff;
    padding-block: 69px;
    inset: 0;
  }
  .nav .wrapper nav > * {
    max-width: 350px;
    margin-inline: auto;
  }
  .nav .wrapper .menu_btn {
    top: 21px;
    right: 20px;
  }
  .nav .wrapper nav ul {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .nav .wrapper nav ul li {
    width: 100%;
    border: 1px solid #b3e2f0 !important;
    border-left: none !important;
    border-right: none !important;
    margin-top: -1px;
  }
  .nav .wrapper nav ul li a {
    font-size: 18px;
    font-weight: var(--font-weight-medium);
    font-family: var(--noto);
    padding-block: 14px;
    line-height: 1;
  }
  .menu-buttons .tel {
    margin-top: 10px;
  }
  .menu-buttons .text-tel-bottom {
    margin-top: 10px;
    line-height: 1;
    font-size: 13px;
    font-weight: var(--font-weight-light);
    color: var(--text);
  }
  .menu-buttons .siryou {
    margin-top: 19px;
  }
}

/* common lower nav */
@media (min-width: 1080.1px) {
  .nav-lower {
    display: grid;
    grid-template-areas: "stack";
    grid-template-columns: 1fr;
  }
  .nav-lower .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 109px;
    padding-block: 18px;
  }
  .nav-lower > * {
    grid-area: stack;
  }
  .nav-lower .wrapper nav ul li {
    border: unset;
    width: unset;
  }
  .nav-lower .wrapper nav ul {
    gap: 20px;
  }
  .nav-lower .wrapper nav ul li a p {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
  }
  .nav-lower .wrapper nav ul li a {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
  }
  .nav-lower .h_logo {
    display: flex;
    align-items: flex-end;
    padding-block: 18px;
    padding-left: 46px;
  }
  .nav-lower .contact-wrap {
    margin-left: -9px;
  }
}

@media (min-width: 1366.1px) {
  .nav-lower .wrapper nav ul {
    gap: 38px;
  }
}

@media (max-width: 1080px) {
  .nav-lower {
    height: 64px;
    background: #fff;
  }
  .nav-lower .h_logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
}

/* common footer */

.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.global-footer {
  background: #fff !important;
  padding-block: 56px 180px !important;
}
.global-footer * {
  color: var(--text);
}
.global-footer .name {
  font-size: 30px;
  font-weight: medium;
  margin-top: 60px;
}
.global-footer address {
  font-style: unset;
  font-size: 17px;
  margin-top: 17px;
  font-weight: 400;
}
.global-footer .copyright {
  text-indent: 11px;
  font-size: 12px;
  font-weight: 300;
  margin-top: 32px;
}
.footer-nav {
  margin-top: 30px;
  padding-right: 38px;
}
.footer-nav .list-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px 32px;
}
.footer-nav .list-nav a {
  color: var(--text);
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: var(--font-weight-medium);
  gap: 17px;
}
.instagram-area {
  margin-top: 166px;
  text-align: right;
}
.instagram-area a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}
.top-button {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
  right: 50px;
  bottom: 43px;
}

@media (max-width: 768px) {
  footer.global-footer {
    padding-block: 39px 0 !important;
  }
  footer.global-footer div.wrapper {
  }
  footer.global-footer div.wrapper div.footer-wrapper {
    flex-direction: column;
  }
  footer.global-footer div.wrapper div.footer-wrapper div.main {
  }
  footer.global-footer div.wrapper div.footer-wrapper div.main div.logo {
  }
  footer.global-footer div.wrapper div.footer-wrapper div.main div.logo a {
    flex-direction: row-reverse;
    gap: 11px;
    font-size: 17px;
    font-weight: var(--font-weight-medium);
  }
  footer.global-footer div.wrapper div.footer-wrapper div.main div.logo a img {
  }
  footer.global-footer div.wrapper div.footer-wrapper div.main div.name {
    margin-top: 91px;
    font-size: 30px;
    font-weight: var(--font-weight-medium);
  }
  footer.global-footer div.wrapper div.footer-wrapper div.main address {
    font-size: 17px;
    font-weight: 400;
    line-height: calc(30 / 17);
    padding-bottom: 142px;
  }
  footer.global-footer div.wrapper div.footer-wrapper div.main div.copyright {
  }
  footer.global-footer div.wrapper div.footer-wrapper > * {
    order: 2;
  }
  footer.global-footer div.wrapper div.footer-wrapper div.sub {
    order: 1;
  }
  footer.global-footer div.wrapper div.footer-wrapper div.sub div.footer-nav {
    margin-top: 0;
    padding-right: 0;
  }
  footer.global-footer
    div.wrapper
    div.footer-wrapper
    div.sub
    div.footer-nav
    ul.list-nav {
    gap: 21px;
  }
  footer.global-footer
    div.wrapper
    div.footer-wrapper
    div.sub
    div.footer-nav
    ul.list-nav
    li {
  }
  footer.global-footer
    div.wrapper
    div.footer-wrapper
    div.sub
    div.footer-nav
    ul.list-nav
    li
    a {
  }
  footer.global-footer
    div.wrapper
    div.footer-wrapper
    div.sub
    div.footer-nav
    ul.list-nav
    li
    a
    img {
  }
  footer.global-footer
    div.wrapper
    div.footer-wrapper
    div.sub
    div.instagram-area {
    margin-top: 48px;
  }
  footer.global-footer
    div.wrapper
    div.footer-wrapper
    div.sub
    div.instagram-area
    a {
    justify-content: center;
  }
  footer.global-footer
    div.wrapper
    div.footer-wrapper
    div.sub
    div.instagram-area
    a
    img {
  }
  footer.global-footer .copy-area {
    background: var(--text);
    padding-block: 20px 19px;
    text-align: center;
  }
  footer.global-footer .copy-area .text-copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
  }
  .top-button {
    right: 20px;
    bottom: 20px;
  }
}

/* contact footer */
.section-contact {
  background: url(../img/add/bg-contact.jpg) center/cover no-repeat;
  padding-block: 112px 100px;
}
.section-contact .wrapper {
  max-width: 912px;
}
.section-contact h2 {
  font-size: 60px;
  font-weight: var(--font-weight-extrabold);
  line-height: 1;
}
.section-contact h2 small {
  font-size: 25px;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  display: block;
  margin-top: 32px;
}
.section-contact .button-area {
  margin-top: 80px;
}
.section-contact .button-area a {
  margin-top: 15px;
}
.section-contact .button-area a img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
}
.section-contact .grid-2 {
  gap: 32px;
}
.section-contact .text {
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
}
.section-contact .button-area2 {
  margin-top: 71px;
}
.section-gmap {
  height: 775px;
}

@media (max-width: 768px) {
  .section-contact {
    padding-block: 49px 75px;
  }
  .section-contact h2 {
    font-size: 46px;
    font-weight: var(--font-weight-extrabold);
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .section-contact h2 small {
    margin-top: 0;
    font-size: 20px;
    font-weight: var(--font-weight-semibold);
  }
  .section-contact .button-area {
    margin-top: 0;
  }
  .section-contact .grid-2 {
    gap: 0;
  }
  .section-contact .button-area a.contact-form {
    margin-top: 13px;
    width: unset;
  }
  .section-contact .button-area a.tel {
    margin-top: 30px;
  }
  .section-contact .button-area a.siryou {
    margin-top: 12px;
  }
  .section-contact .button-area .text-time {
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    line-height: calc(20 / 14);
    margin-top: 13px;
  }
  .section-contact .text {
    font-size: 17px;
    font-weight: var(--font-weight-semibold);
  }
  .section-contact .text.__01 {
    margin-top: 22px;
  }
  .section-contact .text.__02 {
    margin-top: 37px;
  }
  .section-gmap {
    height: 433px;
  }
}

/* top section01 */
.top main {
  background: unset;
}
.section-top01 {
  padding-block: 143px 134px;
}
.section-top01 .wrapper {
  max-width: 958px;
}
.section-top01 .wrapper h2 {
  color: var(--text);
}
.section-top01 .wrapper h2 img {
  margin-right: -59px;
}

.section-top01 .wrapper p {
  font-size: 30px;
  margin-top: 35px;
  color: var(--gray);
  font-weight: var(--font-weight-semibold);
}
.section-top01 .wrapper .movie {
  margin-top: 63px;
}
@media (max-width: 1080px) {
  .sp-anker {
    padding-block: 27px 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  }
  /* .sp-anker a + a {
    margin-top: 10px;
  } */
  .sp-anker .buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .section-top01 .wrapper .movie video {
    max-width: 100%;
    width: 100%;
  }
  .section-top01 .wrapper h2 img {
    margin-right: 0;
  }
  .section-top01 {
    padding-block: 49px;
  }
  .section-top01 .wrapper h2 {
    text-align: center;
  }

  .section-top01 .wrapper p {
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: var(--font-weight-semibold);
    margin-top: 16px;
  }
  .section-top01 .wrapper .movie {
    margin-top: 24px;
  }
}

/* top section02*/
.section-top02 {
}
.section-top02 .wrapper {
}
.section-top02 .wrapper .title-wrap {
  padding-block: 78px 77px;
}
.section-top02 .wrapper .title-wrap .ta-center {
}
.section-top02 .wrapper .ta-center.subtitle {
  font-size: 43px;
  font-weight: var(--font-weight-black);
  color: var(--text);
}
.section-top02 .wrapper .main-grid {
  margin-top: 71px;
  gap: 84px;
}
.section-top02 .area-center {
  padding-block: 121px 378px;
  background-image: url(../img/add/bg-about.svg);
  background-position: right bottom 157px;
  background-repeat: no-repeat;
  background-size: 101% auto;
}
.section-top02 .wrapper .grid-2 .text {
  font-size: 18px;
  font-variant: var(--font-weight-medium);
}
.section-top02 h4 {
  font-size: 30px;
  font-weight: var(--font-weight-semibold);
  color: var(--gray);
}
.section-top02 .buttons-area {
  padding-block: 92px 95px;
}
.section-top02 .buttons-area img {
  filter: drop-shadow(0 3 10px rgba(0, 0, 0, 0.16));
}
.section-top02 .buttons-area .grid-2 {
  gap: 46px;
  margin-top: 59px;
}
@media (max-width: 768px) {
  .section-top02 {
  }
  .section-top02 .wrapper {
  }
  .section-top02 .wrapper .title-wrap {
    padding-block: 37px;
  }
  .section-top02 .wrapper .title-wrap .ta-center {
  }
  .section-top02 .wrapper .ta-center.subtitle {
    font-size: 20px;
    font-weight: var(--font-weight-semibold);
    line-height: calc(30 / 20);
    color: var(--gray);
  }
  .section-top02 .wrapper .main-grid {
    margin-top: 30px;
  }
  .section-top02 .area-center {
    padding-block: 30px 123px;
    background-image: url(../img/add/bg-about-sp.svg);
    background-position: center bottom 13px;
    background-repeat: no-repeat;
    background-size: 95% auto;
  }
  .section-top02 .wrapper .grid-2 .text {
    font-size: 16px;
    line-height: calc(34 / 16);
    font-weight: var(--font-weight-medium);
  }
  .section-top02 h4 {
    font-size: 20px;
    font-weight: var(--font-weight-semibold);
    line-height: calc(30 / 20);
  }
  .section-top02 .buttons-area {
    padding-block: 54px 73px;
  }
  .section-top02 .buttons-area img {
  }
  .section-top02 .buttons-area .grid-2 {
    gap: 16px;
    margin-top: 30px;
    text-align: center;
  }
  .section-image.__top {
    height: 289px;
  }
}

/* top section03 */
.section-top03 {
  padding-block: 202px 199px;
}
.section-top03 .subtitle {
  font-size: 30px;
  font-weight: var(--font-weight-semibold);
  color: var(--gray);
}
.section-top03 .title-wrap {
  align-items: flex-end;
  gap: 71px;
}
.section-top03 .slider-area {
  margin-top: 113px;
}
.section-top03 .btn-more {
  margin-top: 130px;
}

.slider-top {
  padding-block: 10px;
}

.slider-top .swiper-slide {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  padding: 35px 22px;
  min-height: 480px;
  max-width: 329px;
  display: flex;
  flex-direction: column;
}
.slider-top .swiper-slide .image {
  aspect-ratio: 282/214 !important;
  height: fit-content;
}
.slider-top .swiper-slide .image img {
  border-radius: 11px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-top .swiper-slide .date {
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  margin-top: 22px;
}
.slider-top .swiper-slide .title {
  font-size: 17px;
  font-weight: var(--font-weight-medium);
  margin-top: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex-grow: 1;
}
.slider-top .swiper-slide .link-more {
  margin-top: 40px;
  text-align: right;
  display: block;
}
@media (min-width: 768.1px) {
  .slider-top .swiper-button-next,
  .slider-top .swiper-button-prev {
    height: 100%;
    top: 0;
    bottom: 0;
    margin-top: 0;
    background: #fff;
    width: 11.5%;
    color: #c1c1c1;
  }
  .slider-top .swiper-button-next {
    right: -20px;
  }
  .slider-top .swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 768px) {
  .section-top03 {
    padding-block: 65px 78px;
  }
  .section-top03 .subtitle {
    font-size: 20px;
    font-weight: var(--font-weight-semibold);
    line-height: calc(30 / 20);
  }
  .section-top03 .title-wrap {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 27px;
  }
  .section-top03 .slider-area {
    margin-top: 40px;
  }
  .section-top03 .btn-more {
    margin-top: 68px;
  }

  .slider-top .swiper-slide {
    max-width: 252px;
    min-height: 397px;
    padding: 18px 18px 29px;
  }
  .slider-top .swiper-slide .image {
  }
  .slider-top .swiper-slide .image img {
  }
  .slider-top .swiper-slide .date {
    font-size: 13px;
    font-weight: var(--font-weight-medium);
    margin-top: 20px;
  }
  .slider-top .swiper-slide .title {
    margin-top: 5px;
    font-size: 16px;
    line-height: calc(25 / 16);
    font-weight: var(--font-weight-medium);
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 38px;
    height: 38px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
  }
  .swiper-button-next {
    background-image: url(../img/add/icon-slider-next.svg);
  }
  .swiper-button-prev {
    background-image: url(../img/add/icon-slider-prev.svg);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
}

/* top section04 */

.section-top04 {
  padding-block: 91px 121px;
  background: url(../img/add/bg-recruit.jpg) right/contain no-repeat;
}
.section-top04 h3 {
  margin-top: 25px;
  font-weight: var(--font-weight-bold);
}

.section-top04 p {
  margin-top: 25px;
  line-height: calc(35 / 18);
  font-weight: var(--font-weight-medium);
}

.section-top04 .button {
  margin-top: 79px;
}
@media (max-width: 768px) {
  .section-top04 {
    padding-block: 0 66px;
    background: unset;
  }
  .section-top04 h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  .section-top04 h3 {
    margin-top: 32px;
    font-weight: var(--font-weight-semibold);
    font-size: 20px;
  }

  .section-top04 p {
    margin-top: 22px;
    font-size: 16px;
    line-height: calc(30 / 16);
    font-weight: var(--font-weight-medium);
  }
  .section-top04 p br {
    display: none;
  }

  .section-top04 .button {
    margin-top: 79px;
  }
}

/* lower mv */
.lower-mv {
  height: 702px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "stack";
}
.lower-mv > * {
  grid-area: stack;
}
.lower-mv .wrapper {
  display: flex;
  align-items: center;
}
.lower-mv picture {
  display: block;
  height: 100%;
  width: 100%;
}
.lower-mv picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  body.lower {
    padding-top: 64px;
  }
  .lower-mv {
    height: 182px;
  }
  .lower-mv .wrapper {
    justify-content: center;
  }
  .lower-mv picture img {
    display: block;
    height: 182px;
  }
}
@media (min-width: 768.1px) {
  .lower-mv {
    height: calc(768px * 0.7);
  }
  .lower-mv picture img {
    height: calc(768px * 0.7);
  }
}

/* lower mv */
.lower-mv.recruit_mv {
  background: #000;
}
.lower-mv.recruit_mv > * {
  grid-area: stack;
}
.lower-mv.recruit_mv .wrapper {
  display: flex;
  align-items: center;
}
.lower-mv.recruit_mv picture {
  display: block;
  height: 100%;
  width: 100%;
}
.lower-mv.recruit_mv picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  body.lower {
    padding-top: 64px;
  }
  .lower-mv.recruit_mv {
    height: auto;
  }
  .lower-mv.recruit_mv .wrapper {
    justify-content: center;
  }
  .lower-mv.recruit_mv picture img {
    display: block;
    height: 182px;
  }
}
@media (min-width: 768.1px) {
  .lower-mv.recruit_mv {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .lower-mv.recruit_mv video {
    height: 100%;
    max-width: 1080px;
  }
  .lower-mv.recruit_mv picture img {
    height: 100%;
    max-width: 1080px;
  }
}

/* download */

body.download main {
  color: #3e3e3e;
}

body.download .lower-mv p img.pc-only {
  height: calc(181px * 0.7);
}

/* section download01 */
section.section-download01 {
  padding-block: 134px;
  font-family: var(--noto);
  background-image: url(../img/add/download/img-dl-intro.png);
  /* background-position: right 237px bottom 203px; */
  background-position: left calc((100vw - 1080px) / 2 + 636px) bottom 203px;
  background-repeat: no-repeat;
}
section.section-download01 div.wrapper h2 {
  font-size: 51px;
  line-height: calc(80 / 51);
  font-weight: var(--font-weight-extrabold);
}
section.section-download01 div.wrapper div.grid-2 {
  margin-top: 62px;
}
section.section-download01 div.wrapper div.grid-2 p.text-lv01 {
  line-height: calc(35 / 18);
}
section.section-download01 div.wrapper div.grid-2 div.image {
  position: relative;
}
section.section-download01 div.wrapper div.grid-2 div.image img {
  display: block;
  position: absolute;
  width: 647px;
  height: 649px;
  right: -183px;
  top: -97px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 768px) {
  section.section-download01 {
    padding-block: 33px 50px;
    background: unset;
  }
  section.section-download01 div.wrapper h2 {
    font-size: 24px;
    line-height: calc(31 / 24);
    text-align: center;
  }
  section.section-download01 div.wrapper div.grid-2 p.text-lv01 {
    line-height: calc(35 / 18);
    color: #575758;
  }
  section.section-download01 .img-intro {
    margin-top: 30px;
  }
  section.section-download01 div.wrapper div.grid-2 {
    margin-top: 30px;
  }
  section.section-download01 div.wrapper div.grid-2 p.text-lv01 {
    font-size: 16px;
    line-height: calc(30 / 16);
    font-weight: var(--font-weight-medium);
    text-align: center;
  }
}

/* section download02 */

section.section-download02 {
  font-family: var(--noto);
}
section.section-download02 div.wrapper.wrapper-small div.bg-blue {
  padding-block: 69px 84px;
}
section.section-download02 div.wrapper.wrapper-small div.section-inner {
  padding-block: 200px;
}
section.section-download02
  div.wrapper.wrapper-small
  div.section-inner
  h3.ta-center.color-blue {
  font-size: 36px;
  line-height: calc(46 / 36);
  font-weight: var(--font-weight-bold);
}
section.section-download02
  div.wrapper.wrapper-small
  div.section-inner
  div.nayami-image.ta-center {
  margin-top: 58px;
}
section.section-download02
  div.wrapper.wrapper-small
  div.section-inner
  div.arrow-down.ta-center {
  margin-top: 39px;
}
section.section-download02
  div.wrapper.wrapper-small
  div.section-inner
  p.text-block {
  font-size: 36px;
  line-height: calc(46 / 36);
  font-weight: var(--font-weight-bold);
  border: 3px solid var(--text);
  height: 172px;
  display: grid;
  place-items: center;
  margin-top: 38px;
}
@media (max-width: 768px) {
  section.section-download02 {
    padding-block: 0 47px;
  }
  section.section-download02 div.wrapper.wrapper-small div.section-inner {
    padding-block: 0;
    text-align: center;
  }
  section.section-download02
    div.wrapper.wrapper-small
    div.section-inner
    h3.ta-center.color-blue {
    font-size: 20px;
    line-height: calc(38 / 20);
    font-weight: var(--font-weight-bold);
    margin-top: 60px;
  }
  section.section-download02
    div.wrapper.wrapper-small
    div.section-inner
    div.nayami-image.ta-center {
    margin-top: 45px;
  }
  section.section-download02
    div.wrapper.wrapper-small
    div.section-inner
    div.arrow-down.ta-center {
    margin-top: 19px;
  }
  section.section-download02
    div.wrapper.wrapper-small
    div.section-inner
    p.text-block {
    font-size: 30px;
    font-weight: var(--font-weight-bold);
    line-height: calc(38 / 30);
    border: 1px solid var(--text);
    border-radius: 7px;
    height: 136px;
  }
}

/* section image */
.section-image {
  height: 647px;
  display: block;
}
.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section-image {
    height: 210px;
  }
}

/* section download03 */
section.section-download03 {
  padding-block: 200px 134px;
  font-family: var(--noto);
}
section.section-download03 div.wrapper p.text-lv01.__large.ta-center {
  margin-top: 51px;
  line-height: calc(35 / 20);
}
@media (max-width: 768px) {
  section.section-download03 {
    padding-block: 60px 53px;
  }
  section.section-download03 div.wrapper p.text-lv01.__large.ta-center {
    margin-top: 28px;
    font-size: 16px;
    line-height: calc(30 / 16);
    font-weight: var(--font-weight-medium);
  }
}

/* section download04 */
section.section-download04 {
  font-family: var(--noto);
  padding-block: 118px 134px;
}
section.section-download04 h2.ta-center.color-white {
  font-size: 43px;
  line-height: calc(55 / 43);
  font-weight: var(--font-weight-black);
}
section.section-download04 div.ta-center.image-01 {
  margin-top: 51px;
}
section.section-download04 div.ta-center.image-02 {
  margin-top: 52px;
}
@media (max-width: 768px) {
  section.section-download04 {
    padding-block: 46px 35px;
  }
  section.section-download04 div.ta-center.image-01 {
    margin-top: 30px;
  }
  section.section-download04 div.ta-center.image-02 {
    margin-top: 42px;
  }
}

/* section download05 */
section.section-download05 {
  font-family: var(--noto);
  padding-block: 194px 200px;
}
section.section-download05 div.wrapper div.grid-merit {
  gap: 93px 38px;
  margin-top: 175px;
}
section.section-download05 div.wrapper div.grid-merit div.item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 74px 0;
  position: relative;
}
section.section-download05 div.wrapper div.grid-merit div.item div.num {
  font-size: 100px;
  line-height: 1;
  font-weight: var(--font-weight-extrabold);
  color: var(--text);
  position: absolute;
  left: 23px;
  top: -56px;
}
section.section-download05 div.wrapper div.grid-merit div.item h3.title {
  font-size: 36px;
  font-weight: var(--font-weight-bold);
  line-height: calc(46 / 36);
  text-align: center;
  color: var(--text);
  letter-spacing: 0;
}
section.section-download05 div.wrapper div.grid-merit div.item img {
  margin-top: 39px;
}
section.section-download05 div.wrapper div.grid-merit div.item p.text-lv02 {
  margin-top: 39px;
  line-height: calc(30 / 16);
}
.grid-merit .text {
  padding-inline: 55px;
}
@media (max-width: 768px) {
  section.section-download05 {
    padding-block: 51px 81px;
  }
  section.section-download05 div.wrapper div.grid-merit {
    margin-top: 18px;
  }
  /* .slider-dl {
    overflow: visible !important;
  } */
  .slider-dl .swiper-slide {
    min-height: 630px !important;
    padding-top: 30px;
  }
  .slider-dl .swiper-button-prev {
    left: 0;
  }
  .slider-dl .swiper-button-next {
    right: 0;
  }
  .slider-dl .swiper-button-next,
  .slider-dl .swiper-button-prev {
    top: 254px;
  }
  section.section-download05 div.wrapper div.grid-merit div.item {
    padding-block: 50px 20px;
    min-height: 630px !important;
  }
  section.section-download05 div.wrapper div.grid-merit div.item div.num {
    font-size: 67px;
    font-weight: var(--font-weight-extrabold);
    line-height: 1;
    left: 15px;
    top: -39px;
  }
  section.section-download05 div.wrapper div.grid-merit div.item h3.title {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: calc(31 / 24);
  }
  .grid-merit .text {
    padding-inline: 20px;
  }
  section.section-download05 div.wrapper div.grid-merit div.item p.text-lv02 {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: cac(30/16);
    margin-top: 20px;
  }
  section.section-download05 div.wrapper div.grid-merit div.item img {
    margin-top: 16px;
    margin-inline: auto;
    display: block;
    max-height: 192px;
  }
}

/* section download06 */
section.section-download06 {
  padding-block: 198px 150px;
  background: url(../img/add/download/bg-ima.jpg) right/contain no-repeat;
  font-family: var(--noto);
}
section.section-download06 p.text-lv01.__large.color-blue {
  margin-top: 54px;
  line-height: calc(35 / 20);
}
@media (max-width: 768px) {
  section.section-download06 {
    padding-block: 87px 77px;
    background: url(../img/add/download/bg-ima-sp.jpg) top/contain no-repeat;
  }
  section.section-download06 p.text-lv01.__large.color-blue {
    margin-top: 65px;
    line-height: calc(35 / 20);
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: calc(30 / 16);
  }
}

/* section download07 */
section.section-download07 {
  font-family: var(--noto);
  padding-block: 200px;
  background: url(../img/add/download/bg-solution.jpg) center/cover no-repeat;
}
section.section-download07 div.wrapper div.list-solution {
  margin-top: 107px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
section.section-download07 div.wrapper div.list-solution div.image img {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 768px) {
  section.section-download07 {
    padding-block: 61px 51px;
    background: url(../img/add/download/bg-solution-sp.jpg) center/cover
      no-repeat;
  }
  section.section-download07 div.wrapper div.list-solution {
    margin-top: 30px;
    gap: 20px;
  }
}

/* section download08 */

section.section-download08 {
  padding-block: 200px;
  font-family: var(--noto);
}
section.section-download08 h2 {
  font-size: 48px;
  font-weight: var(--font-weight-extrabold);
  line-height: calc(70 / 48);
}
section.section-download08 div.btn-download {
  margin-top: 44px;
}
section.section-download08 p.text-lv01.__large.description {
  color: #3e3e3e;
  margin-top: 39px;
}
section.section-download08 div.d-flex {
  margin-top: 28px;
}
section.section-download08 .box-client {
  background: #fff;
  border-radius: 21px;
  padding: 133px 0;
  margin-top: 134px;
}
section.section-download08 .box-client h3 {
  color: #184c91;
  font-size: 29px;
  line-height: calc(37 / 29);
  font-weight: var(--font-weight-bold);
}
section.section-download08 .box-client p {
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  margin-top: 44px;
}
section.section-download08 .box-client div.image-client {
  margin-top: 30px;
}
section.section-download08 .box-client div.image-client img {
  margin-right: -10%;
}
section.section-download08 .box-client div.button {
  margin-top: 68px;
}

@media (max-width: 768px) {
  section.section-download08 {
    padding-block: 55px 52px;
    /*XXX:*/
  }
  section.section-download08 h2 {
    font-size: 30px;
    font-weight: var(--font-weight-extrabold);
  }
  section.section-download08 div.btn-download {
    margin-top: 30px;
  }
  section.section-download08 p.text-lv01.__large.description {
    font-size: 20px;
    line-height: calc(35 / 20);
    font-weight: var(--font-weight-medium);
  }
  section.section-download08 div.d-flex {
    margin-top: 18px;
    gap: 24px;
  }
  section.section-download08 .box-client {
    margin-top: 57px;
    padding-block: 49px 51px;
  }
  section.section-download08 .box-client h3 {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: calc(31 / 24);
  }
  section.section-download08 .box-client p {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: calc(30 / 16);
    margin-top: 28px;
  }
  section.section-download08 .box-client div.image-client {
    margin-top: 14px;
  }
  section.section-download08 .box-client div.image-client img {
    margin-right: 0;
  }
  section.section-download08 .box-client div.button {
    margin-top: 22px;
  }
}

/* section download09 */
section.section-download09 {
  padding-block: 200px;
  font-family: var(--noto);
}
section.section-download09 div.d-flex.flex-x-space {
  margin-top: 129px;
}
section.section-download09 div.d-flex.flex-x-space div.text h3 span {
  font-size: 36px;
  line-height: calc(70 / 36);
  font-weight: var(--font-weight-extrabold);
  margin-left: -0.5em;
}
section.section-download09 div.d-flex.flex-x-space div.text h3 small {
  font-size: 33px;
  line-height: calc(48 / 33);
  font-weight: var(--font-weight-extrabold);
}
section.section-download09 div.d-flex.flex-x-space div.text p.text-lv01 {
  margin-top: 68px;
}
section.section-download09 div.d-flex.flex-x-space div.image {
  padding-top: 51px;
}
section.section-download09 h3.hl-box {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: #f8f8f8;
  border-radius: 10rem;
  padding: 20px 48px;
  font-size: 26px;
  line-height: calc(33 / 26);
  font-weight: var(--font-weight-bold);
  margin-top: 98px;
}
section.section-download09 div.image-all {
  margin-top: 45px;
}
section.section-download09 h3.ta-center.color-blue.hl-sub {
  margin-top: 105px;
  font-size: 51px;
  font-weight: var(--font-weight-extrabold);
  line-height: calc(66 / 51);
}
section.section-download09 ul.list-point {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 31px;
}
section.section-download09 ul.list-point li {
  border: 2px solid var(--text);
  border-radius: 13px;
  padding: 22px 34px 25px 53px;
  display: flex;
  align-items: center;
  gap: 47px;
}
section.section-download09 ul.list-point li span.num {
  font-size: 51px;
  font-weight: var(--font-weight-extrabold);
  line-height: calc(66 / 51);
  color: var(--text);
}
section.section-download09 ul.list-point li p.text-lv01 {
  line-height: calc(30 / 18);
}
section.section-download09 div.btn-shiryou {
  margin-top: 110px;
}
@media (max-width: 768px) {
  section.section-download09 {
    padding-block: 60px 91px;
  }

  section.section-download09 div.d-flex.flex-x-space {
    margin-top: 33px;
  }
  section.section-download09 div.d-flex.flex-x-space div.text h3 {
    text-align: center;
  }
  section.section-download09 div.d-flex.flex-x-space div.text h3 span {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: calc(31 / 24);
    color: var(--text);
  }

  section.section-download09 div.d-flex.flex-x-space div.text h3 small {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: calc(31 / 24);
    margin-bottom: 0;
    color: var(--text);
  }

  section.section-download09 div.d-flex.flex-x-space div.text p.text-lv01 {
    margin-top: 24px;
    font-size: 16px;
    line-height: calc(30 / 16);
    font-weight: var(--font-weight-medium);
    text-align: center;
  }

  section.section-download09 div.d-flex.flex-x-space div.image {
    padding-top: 64px;
  }

  section.section-download09 h3.hl-box {
    margin-top: 50px;
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: calc(33 / 20);
    padding-block: 19px 16px;
    padding: 19px 5px 16px;
    width: 100%;
    text-align: center;
    max-width: 350px;
    margin-inline-end: auto;
  }

  section.section-download09 div.image-all {
    margin-top: 50px;
  }

  section.section-download09 h3.ta-center.color-blue.hl-sub {
    margin-top: 67px;
    font-size: 30px;
    font-weight: var(--font-weight-bold);
    line-height: calc(38 / 30);
  }

  section.section-download09 ul.list-point {
    margin-top: 25px;
    gap: 12px;
  }

  section.section-download09 ul.list-point li {
    flex-direction: column;
    gap: 17px;
    padding: 29px 25px 26px;
  }

  section.section-download09 ul.list-point li span.num {
    font-size: 38px;
    font-weight: var(--font-weight-extrabold);
    line-height: 1;
  }

  section.section-download09 ul.list-point li p.text-lv01 {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: calc(24 / 16);
    text-align: center;
  }

  section.section-download09 div.btn-shiryou {
    margin-top: 61px;
  }
}

/* client */

body.client .lower-mv p img.pc-only {
  height: calc(250px * 0.7);
}

/*============================
#section-client01
============================*/
.section-client01 {
  padding-block: 140px 135px;
}
.section-client01 p.text-lv01 {
  margin-top: 82px;
  line-height: calc(35 / 18);
}
.section-client01 div.img-intro {
  margin-top: 82px;
}
.section-client01 p.text-lv01.text-bottom {
  line-height: calc(35 / 18);
  margin-top: 22px;
}
div.section-01-bottom {
  background: url(../img/add/client/bg-tyumoku.jpg) center/cover no-repeat;
  padding-block: 81px 111px;
}
@media (max-width: 768px) {
  .section-client01 {
    padding-block: 38px 24px;
  }
  .section-client01 p.text-lv01 {
    margin-top: 42px;
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: calc(30 / 16);
    color: #575758;
  }
  .section-client01 div.img-intro {
    margin-top: 42px;
  }
  .section-client01 p.text-lv01.text-bottom {
    margin-top: 18px;
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: calc(25 / 16);
    color: #575758;
  }
  div.section-01-bottom {
    padding-block: 42px;
    background: url(../img/add/client/bg-tyumoku-sp.jpg) center/cover no-repeat;
  }
}

/*============================
#section-client02
============================*/
.section-client02 {
  padding-block: 200px 215px;
  background: url(../img/add/client/bg-merit.jpg) center/cover no-repeat;
}
.section-client02 h2.title.color-blue {
  font-size: 51px;
  line-height: calc(70 / 51);
  font-weight: var(--font-weight-extrabold);
}
.section-client02 ul.list-merit-left {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
}
.section-client02 ul.list-merit-left li {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 43px 20px 33px 90px;
  text-align: center;
}
.section-client02 ul.list-merit-left li span.num {
  font-size: 89px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  position: absolute;
  inset: 0 auto 0 -66px;
  margin: auto;
  display: block;
  height: fit-content;
  color: var(--text);
}
.section-client02 ul.list-merit-left li h3.title {
  font-size: 28px;
  line-height: calc(35 / 28);
  font-weight: var(--font-weight-bold);
  color: var(--text);
}
.section-client02 ul.list-merit-left li p.text-lv01.__large {
  margin-top: 10px;
  line-height: calc(35 / 20);
}
.section-client02 h3.hl-radius-box {
  font-size: 36px;
  line-height: calc(49 / 36);
  font-weight: var(--font-weight-extrabold);
  border-radius: 10rem;
  background: var(--text);
  color: #fff;
  margin-bottom: 34px;
  padding: 11px;
  text-align: center;
}
.section-client02 h3.hl-radius-box.__01 {
  margin-top: 146px;
}
.section-client02 div.image01 img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
.section-client02 h3.hl-radius-box.__02 {
  margin-top: 80px;
}
.section-client02 div.image02 img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
.section-client02 div.bg-white {
  padding-block: 65px 53px;
  margin-top: 215px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .section-client02 {
    padding-block: 0 45px;
    background: unset;
  }
  .section-client02 .sp-bg01 {
    padding-block: 45px 60px;
    background: url(../img/add/client/bg-merit-sp.jpg) center/cover no-repeat;
  }
  .section-client02 .sp-bg-mid {
    padding-block: 0 47px;
  }
  .section-client02 .sp-bg02 {
    padding-block: 43px 45px;
    background: url(../img/add/client/bg-merit02-sp.jpg) center/cover no-repeat;
  }
  .section-client02 h2.title.color-blue {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: calc(31 / 24);
  }
  .section-client02 ul.list-merit-left {
    margin-top: 45px;
    gap: 45px;
  }
  .section-client02 ul.list-merit-left li {
    padding: 52px 19px 28px;
  }
  .section-client02 ul.list-merit-left li span.num {
    font-size: 53px;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    inset: -27px 0 auto 0;
    margin: auto;
  }
  .section-client02 ul.list-merit-left li h3.title {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    line-height: calc(31 / 24);
  }
  .section-client02 ul.list-merit-left li p.text-lv01.__large {
    margin-top: 12px;
    font-size: 16px;
    line-height: calc(25 / 16);
    font-weight: var(--font-weight-medium);
    color: #575758;
  }
  .section-client02 h3.hl-radius-box {
    font-size: 20px;
    font-weight: var(--font-weight-extrabold);
    line-height: calc(27 / 20);
    height: 90px;
    display: grid;
    place-items: center;
    border-radius: 0;
    box-shadow: 0 0 0 100vmax var(--text);
    clip-path: inset(0 -100vmax);
  }
  .section-client02 h3.hl-radius-box.__01 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section-client02 h3.hl-radius-box.__02 {
    margin-top: 35px;
    margin-bottom: 28px;
  }
  .section-client02 div.bg-white {
    margin-top: 0;
    padding-block: 0;
    background: unset;
    box-shadow: unset;
  }
  .section-client02 div.bg-white img {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
}

/*============================
#section-client03
============================*/
.section-client03 {
  padding-block: 137px 160px;
}
.section-client03 div.movie {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .section-client03 {
    padding-block: 35px 69px;
  }
  .section-client03 div.movie {
    margin-top: 21px;
  }
  .section-client03 div.movie iframe {
    height: auto;
    aspect-ratio: 390/219;
  }
}

/*============================
#section-client04
============================*/
.section-client04 {
  padding-block: 169px 134px;
}
.section-client04 h2.color-white {
  font-size: 36px;
  line-height: calc(46 / 36);
  font-weight: var(--font-weight-bold);
}
.section-client04 div.image {
  margin-top: 41px;
}
@media (max-width: 768px) {
  .section-client04 {
    padding-block: 56px 53px;
  }
  .section-client04 h2.color-white {
    font-size: 24px;
    line-height: calc(31 / 24);
    font-weight: var(--font-weight-bold);
  }
  .section-client04 div.image {
    margin-top: 29px;
  }
  .section-client04 div.image img {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
}

/*============================
#section-client05
============================*/
.section-client05 {
  padding-block: 134px 196px;
}
.section-client05 h2 {
  font-size: 48px;
  line-height: calc(70 / 48);
  font-weight: var(--font-weight-extrabold);
}
.section-client05 div.button-client {
  margin-top: 52px;
}
.section-client05 p.text-button-top {
  margin-top: 97px;
  font-size: 36px;
  line-height: calc(46 / 36);
  font-weight: var(--font-weight-bold);
}
.section-client05 div.button-bottom {
  margin-top: 31px;
}
.section-client05 div.button-bottom a img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
}
@media (max-width: 768px) {
  .section-client05 {
    padding-block: 48px 51px;
  }
  .section-client05 h2 {
    font-size: 24px;
    line-height: calc(40 / 24);
    font-weight: var(--font-weight-extrabold);
  }
  .section-client05 div.button-client {
    margin-top: 26px;
  }
  .section-client05 p.text-button-top {
    margin-top: 37px;
    font-size: 24px;
    line-height: calc(40 / 24);
    font-weight: var(--font-weight-extrabold);
  }
  .section-client05 div.button-bottom {
    margin-top: 23px;
  }
  .section-client05 div.button-bottom a img {
    filter: unset;
  }
}

/* company */

body.company .lower-mv p img.pc-only {
  height: calc(212px * 0.7);
}

/*============================
#section-company01
============================*/
.section-company01 {
  padding-block: 134px 199px;
}
.section-company01 div.wrapper h3.ta-center {
  font-size: 39px;
  line-height: calc(57 / 39);
  font-weight: var(--font-weight-extrabold);
  margin-top: 85px;
}
.section-company01 div.wrapper div.d-flex.flex-x-space {
  margin-top: 88px;
}
.section-company01 div.wrapper div.d-flex.flex-x-space div.text p.text-lv01 {
  line-height: calc(35 / 18);
}
.section-company01 div.wrapper div.d-flex.flex-x-space div.image {
  text-align: center;
  padding-right: 40px;
}
.section-company01 div.wrapper div.d-flex.flex-x-space div.image p.figcaption {
  margin-top: 33px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho",
    "游明朝", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(30 / 20);
}
@media (max-width: 768px) {
  .section-company01 {
    padding-block: 44px 43px;
  }
  .section-company01 div.wrapper h3.ta-center {
    font-size: 26px;
    line-height: calc(38 / 26);
    font-weight: var(--font-weight-extrabold);
    margin-top: 24px;
    color: #575758;
  }
  .section-company01 div.wrapper div.d-flex.flex-x-space {
    margin-top: 58px;
    gap: 75px;
  }
  .section-company01 div.wrapper div.d-flex.flex-x-space div.text p.text-lv01 {
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    line-height: calc(30 / 16);
    text-align: center;
    color: #575758;
  }
  .section-company01 div.wrapper div.d-flex.flex-x-space div.image {
    text-align: center;
    padding-right: 0;
  }
  .section-company01
    div.wrapper
    div.d-flex.flex-x-space
    div.image
    p.figcaption {
    margin-top: 33px;
  }
}

/*============================
#section-company02
============================*/
.section-company02 {
  padding-block: 200px;
}
.section-company02 div.wrapper table {
  width: 100%;
  margin-top: 103px;
  color: var(--text);
}
.section-company02 div.wrapper table tbody tr:not(:first-child) {
  border-top: 1px solid #c1c1c1;
}
.section-company02 div.wrapper table tbody tr th {
  font-family: var(--noto);
  font-size: 20px;
  font-weight: var(--font-weight-medium);
  line-height: calc(35 / 20);
  text-align: left;
  padding-right: 108px;
  padding-block: 50px;
  color: var(--text);
}
.section-company02 div.wrapper table tbody tr td {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック ProN",
    "Yu Gothic", "游ゴシック", sans-serif;
  font-size: 17px;
  line-height: calc(22 / 17);
  font-weight: 300;
  color: var(--text);
}
@media (max-width: 768px) {
  .section-company02 {
    padding-block: 58px 103px;
  }
  .section-company02 div.wrapper table {
    margin-top: 42px;
  }
  .section-company02 div.wrapper table tbody tr th {
    padding-right: 0;
    padding-block: 0;
  }
  .section-company02 div.wrapper table tbody tr td {
    font-size: 16px;
    line-height: calc(21 / 16);
    padding-bottom: 21px;
  }
  .section-company02 div.wrapper table tbody tr {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .section-company02 div.wrapper table tbody tr:last-child {
    border-bottom: 1px solid #c1c1c1;
  }
  .section-company02 div.wrapper table tbody tr:not(:first-child) th {
    padding-top: 36px;
  }
}

/* recruit */

body.recruit .lower-mv p img.pc-only {
  height: calc(253px * 0.7);
}

/*============================
#section-recruit01
============================*/

.security .wrapper-small {
  max-width: 832px;
}
.section-recruit01 {
  padding-block: 193px 660px;
  background-image: url(../img/add/recruit/bg-intro.png);
  /* background-position: right -10px bottom 164px; */
  background-position: left calc((100vw - 1080px) / 2 + 181px) bottom 164px;
  background-repeat: no-repeat;
}
.section-recruit01 p.text-lv01 {
  margin-top: 77px;
  line-height: calc(35 / 18);
}
@media (max-width: 768px) {
  .security .wrapper-small {
    max-width: unset;
  }
  .section-recruit01 {
    padding-block: 51px 42px;
    background: unset;
  }
  .section-recruit01 p.text-lv01 {
    margin-top: 29px;
    font-size: 16px;
    line-height: calc(30 / 16);
  }
  .section-recruit01 .image {
    margin-top: 49px;
  }
  .section-recruit01 .image img {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  }
}

/*============================
#section-recruit02
============================*/
.section-recruit02 {
}
.section-recruit02 div.bg-light {
  padding-block: 80px;
}
.section-recruit02 div.bg-light h2.ta-center {
  font-size: 36px;
  line-height: calc(54 / 36);
  font-weight: var(--font-weight-extrabold);
}
.section-recruit02 div.bg-light h2.ta-center span.color-dark {
  font-weight: inherit;
}
.section-recruit02 div.movie {
  margin-top: 175px;
}
@media (max-width: 768px) {
  .section-recruit02 div.bg-light {
    padding-block: 36px 35px;
  }
  .section-recruit02 div.bg-light h2.ta-center {
    font-size: 20px;
    line-height: calc(33 / 22);
    font-weight: var(--font-weight-bold);
  }
  .section-recruit02 div.movie {
    margin-top: 61px;
  }
  .section-recruit02 div.movie iframe {
    aspect-ratio: calc(390 / 214);
    width: 100%;
    height: 100%;
  }
}

/*============================
#section-recruit03
============================*/
.section-recruit03 {
  padding-block: 206px 200px;
}
.section-recruit03 h2.ta-center {
  font-size: 51px;
  line-height: 1;
  font-weight: var(--font-weight-bold);
}
.section-recruit03 table {
  width: 100%;
  margin-top: 57px;
}
.section-recruit03 table tbody tr {
  border: 1px solid #707070;
}
.section-recruit03 table tbody tr th {
  background: #edf7fd;
  font-family: var(--noto);
  font-size: 20px;
  line-height: calc(20 / 35);
  font-weight: var(--font-weight-medium);
  padding-block: 60px;
  vertical-align: middle;
}
.section-recruit03 table tbody tr td {
  font-size: 20px;
  line-height: calc(27 / 20);
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック ProN",
    "Yu Gothic", "游ゴシック", sans-serif;
  padding: 60px;
  white-space: pre-line;
}
.section-recruit03 div.button-confirm {
  margin-top: 144px;
}
.section-recruit03 div.button-confirm a img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
}

@media (max-width: 768px) {
  .section-recruit03 {
    padding-block: 52px 116px;
  }
  .section-recruit03 h2.ta-center {
    font-size: 30px;
    line-height: 1;
    font-weight: var(--font-weight-bold);
    background: #184c91;
    color: #fff;
    height: 79px;
    display: grid;
    place-items: center;
    box-shadow: 0 0 0 100vmax #184c91;
    clip-path: inset(0 -100vmax);
  }
  .section-recruit03 table {
    width: 100%;
    margin-top: 38px;
  }
  .section-recruit03 table tbody tr {
    border: unset;
    display: grid;
    grid-template-columns: 1fr;
  }
  .section-recruit03 table tbody tr th {
    font-size: 24px;
    font-weight: var(--font-weight-medium);
    line-height: calc(35 / 24);
    padding-block: 15px 18px;
  }
  .section-recruit03 table tbody tr td {
    font-size: 20px;
    line-height: calc(27 / 20);
    font-weight: 300;
    padding: 36px 0;
    color: #707070;
  }
  .section-recruit03 table tbody tr:last-child td {
    padding-bottom: 0;
  }
  .section-recruit03 div.button-confirm {
    margin-top: 90px;
  }
}

/* security */
body.security .lower-mv p img.pc-only {
  height: calc(332px * 0.7);
}

/*============================
#section-security01
============================*/
.security .wrapper-small {
  max-width: 832px;
}
.section-security01 {
  padding-block: 134px 200px;
}
.section-security01 div.wrapper p.text-lv01 {
  margin-top: 60px;
  line-height: calc(35 / 18);
}
@media (max-width: 768px) {
  .security .wrapper-small {
    max-width: unset;
  }
  .section-security01 {
    padding-block: 50px 35px;
  }
  .section-security01 div.wrapper p.text-lv01 {
    margin-top: 20px;
    font-size: 16px;
    line-height: calc(30 / 16);
    font-weight: var(--font-weight-medium);
  }
}

/*============================
#section-security02
============================*/
.section-security02 {
  padding-block: 130px 256px;
  background: url(../img/add/security/bg-ps.jpg) center/cover no-repeat;
}
.section-security02 * {
  color: white;
}
.section-security02 div.wrapper.wrapper-small h2.ta-center {
  font-size: 50px;
  font-weight: var(--font-weight-extrabold);
  line-height: calc(73 / 50);
}
.section-security02 div.wrapper.wrapper-small h2.ta-center small {
  display: block;
  margin-bottom: 56px;
}
.section-security02 div.wrapper.wrapper-small p.ta-center.text-lv01 {
  line-height: calc(35 / 18);
}
.section-security02 div.wrapper.wrapper-small p.ta-center.text-lv01.__01 {
  margin-top: 52px;
}
.section-security02 div.wrapper.wrapper-small h3.hl-block {
  color: var(--text);
  background: #fff;
  min-height: 80px;
  width: 100%;
  font-size: 48px;
  font-weight: var(--font-weight-extrabold);
  text-align: center;
  margin-bottom: 59px;
  margin-top: 127px;
}
.section-security02
  div.wrapper.wrapper-small
  div.grid-2.__ps
  div.text
  p.text-lv01.__large {
  line-height: calc(40 / 20);
  margin-top: -0.3em;
}

.section-security02 div.wrapper.wrapper-small p.ta-center.text-lv01.__02 {
  margin-top: 183px;
}
.section-security02 div.wrapper div.image-graph {
  margin-top: 82px;
}
.section-security02
  div.wrapper.wrapper-small
  p.ta-center.text-ps.text-lv01.__03 {
  margin-top: 99px;
}
@media (max-width: 768px) {
  .section-security02 {
    padding-block: 71px 120px;
  }
  .section-security02 div.wrapper.wrapper-small h2.ta-center {
    font-size: 28px;
    font-weight: var(--font-weight-extrabold);
    line-height: calc(41 / 28);
  }
  .section-security02 div.wrapper.wrapper-small h2.ta-center small {
    display: block;
    margin-bottom: 27px;
  }
  .section-security02 div.wrapper.wrapper-small p.ta-center.text-lv01 {
    line-height: calc(30 / 16);
    font-size: 16px;
    font-weight: var(--font-weight-medium);
  }
  .section-security02 div.wrapper.wrapper-small p.ta-center.text-lv01.__01 {
    margin-top: 52px;
  }
  .section-security02 div.wrapper.wrapper-small h3.__01 {
    margin-top: 72px;
    margin-bottom: 33px;
  }
  .section-security02 div.wrapper.wrapper-small h3.__02 {
    margin-top: 67px;
    margin-bottom: 33px;
  }
  .section-security02 div.wrapper.wrapper-small div.grid-2.__ps {
    gap: 24px;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-security02
    div.wrapper.wrapper-small
    div.grid-2.__ps
    div.text
    p.text-lv01.__large {
    line-height: calc(30 / 16);
    font-size: 16px;
    margin-top: 0;
  }

  .section-security02 div.wrapper.wrapper-small p.ta-center.text-lv01.__02 {
    margin-top: 53px;
  }
  .section-security02 div.wrapper div.image-graph {
    margin-top: 54px;
  }
  .section-security02
    div.wrapper.wrapper-small
    p.ta-center.text-ps.text-lv01.__03 {
    margin-top: 60px;
  }
}

/*============================
#section-security03
============================*/
.section-security03 {
  padding-bottom: 143px;
}
.section-security03 div.wrapper div.image-float {
  margin-top: -123px;
}
.section-security03 div.wrapper p.ta-center.color-blue.text-lv01.__large {
  margin-top: 85px;
  line-height: calc(35 / 20);
}
@media (max-width: 768px) {
  .section-security03 {
    padding-bottom: 59px;
  }
  .section-security03 div.wrapper div.image-float {
    margin-top: -57px;
  }
  .section-security03 div.wrapper p.ta-center.color-blue.text-lv01.__large {
    margin-top: 30px;
    line-height: calc(30 / 16);
    font-size: 16px;
  }
}

/*============================
#section-security04
============================*/
.section-security04 {
  padding-block: 92px 95px;
}
.section-security04 div.wrapper {
}
.section-security04 div.wrapper h2.ta-center {
  font-size: 30px;
  font-weight: var(--font-weight-semibold);
  line-height: calc(46 / 30);
}
.section-security04 div.wrapper div.buttons-area.d-flex.flex-x-space {
  margin-top: 71px;
}
.section-security04 div.wrapper div.buttons-area.d-flex.flex-x-space div.item {
}
.section-security04
  div.wrapper
  div.buttons-area.d-flex.flex-x-space
  div.item
  a {
}
.section-security04
  div.wrapper
  div.buttons-area.d-flex.flex-x-space
  div.item
  a
  img {
}
