@charset "UTF-8";
/* top.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  /* iOS / Android Chrome 等 */
  tap-highlight-color: transparent;
}

:root {
  --element-x: 0px;
  /* 要素のx座標を格納するCSS変数 */
  --difference: 0px;
  /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
  --window-width: 0px;
}

html {
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.58vw;
  line-height: 2;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  body {
    width: 1440px;
    min-width: 1440px;
  }
}
@media screen and (min-width: 1440px) {
  body {
    min-width: 1440px;
  }
}

body.body--fade {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  transition-delay: .25s;
}

body.body--loaded {
  opacity: 1;
}

figure,
picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  color: #000;
  transition: .6s;
  text-decoration: none;
}
a:hover {
  transition: .6s;
  opacity: .5;
}

.wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
}

section p,
section ul,
.section p,
.section ul {
  text-align: left;
}

.title {
  position: relative;
}

.title__en {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18.46vw;
  line-height: 1;
  color: rgba(204, 204, 204, 0.5);
  white-space: nowrap;
}

.title__heading {
  position: relative;
  font-weight: 700;
  font-size: 6.66vw;
  line-height: 1.5;
}
.title__heading::before {
  background: url("../images/top/dec.svg") no-repeat;
  background-size: contain;
  width: 6.15vw;
  height: 6.15vw;
  content: "";
  position: absolute;
  left: -10.25vw;
  top: 3.58vw;
}

.btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2vw 3vw 3.2vw 4.1vw;
  min-width: 77.94vw;
  border-radius: 1.02vw;
  background: #1251B6;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: all .25s;
  color: #fff;
  font-size: 4.1vw;
}
.btn:hover {
  background: #6291DB;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .btn {
    letter-spacing: 0;
    font-size: 14px;
    padding-left: 33px;
    min-width: 240px;
    padding: 14px;
    border-radius: 4px;
  }
}

.btn-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
}

.btn-icon {
  width: 6.15vw;
  height: 6.15vw;
  position: relative;
  right: -4px;
}
@media screen and (min-width: 769px) {
  .btn-icon {
    width: 24px;
    height: 24px;
  }
}
.btn-icon img {
  width: 100%;
  height: auto;
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06,
#sec07,
#sec08 {
  margin-top: -40vw;
  padding-top: 40vw;
}

.contact {
  width: 100%;
  padding: 7.25vw 4.1vw 10.5vw;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: url("../images/common/f_bg-sp.webp") no-repeat;
  background-size: cover;
  background-position: center;
}

.title__en.contact__title-en {
  text-align: center;
  margin-bottom: 7.5vw;
}

.title__heading.contact__heading {
  text-align: center;
  margin-bottom: 17.94vw;
  color: #fff;
}
.title__heading.contact__heading::before {
  left: 0;
  right: 0;
  bottom: -20.51vw;
  margin: auto;
}

.contact__inner {
  width: 100%;
}

.contact__text {
  color: #fff;
  text-align: center;
  margin-bottom: 7.69vw;
  font-size: 4.1vw;
}

.contact__bottom {
  background: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10vw 5.12vw 9.5vw;
  position: relative;
  flex-direction: column;
}

.contact__btn {
  padding: 5.64vw 3.07vw 5.64vw 6.15vw;
  font-size: 4.1vw;
  font-weight: 700;
  min-width: 81.94vw;
  box-sizing: border-box;
}

.btn__icon {
  position: relative;
  left: 1.53vw;
}

.contact__tel-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10.25vw;
  font-weight: 500;
  line-height: 1.4;
}

.contact__tel-icon {
  width: 4.87vw;
  height: auto;
  margin-right: 1.53vw;
}
.contact__tel-icon img {
  width: 100%;
  height: auto;
}

.contact__tel-text {
  font-size: 3.58vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .title__en {
    font-size: 104px;
  }

  .title__heading {
    font-size: 32px;
  }
  .title__heading::before {
    width: 24px;
    height: 24px;
    left: -40px;
    top: 14px;
  }

  .u-sp-only {
    display: none !important;
  }

  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05,
  #sec06,
  #sec07,
  #sec08 {
    margin-top: -170px;
    padding-top: 170px;
  }

  .contact {
    background: url("../images/common/f_bg-pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
    height: 654px;
    padding: 0;
  }

  .title__en.contact__title-en {
    margin-bottom: 24px;
  }

  .title__heading.contact__heading {
    margin-bottom: 70px;
  }
  .title__heading.contact__heading::before {
    bottom: -85px;
  }

  .contact__inner {
    margin-top: 64px;
  }

  .contact__text {
    margin-bottom: 70px;
    font-size: 16px;
  }

  .contact__bottom {
    flex-direction: row;
    width: 960px;
    padding: 20px 100px;
    height: 161px;
  }
  .contact__bottom::after {
    background: #B7B7B7;
    width: 1px;
    height: 81px;
    position: absolute;
    right: 0;
    left: -36px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    transition: all .2s;
  }

  .contact__btn {
    min-width: 320px;
    padding: 22px 12px 22px 24px;
    font-size: 16px;
  }

  .btn__icon {
    left: 6px;
  }

  .contact__tel-link {
    font-size: 40px;
  }

  .contact__tel-icon {
    width: 19px;
    margin-right: 6px;
  }

  .contact__tel-text {
    font-size: 14px;
  }
}
.page-mv {
  width: 100%;
  height: 61.53vw;
  margin-top: 22.05vw;
  position: relative;
  border-bottom: solid 2.05vw #20B8D4;
  box-sizing: border-box;
  overflow: hidden;
}

.page-mv__block {
  position: absolute;
  left: 0;
  right: 0;
  top: 17.94vw;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
}

.page-mv__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.page-mv__title-en {
  font-weight: 400;
  font-size: 10.25vw;
  line-height: 1;
  color: #fff;
  position: relative;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 6vw;
}
.page-mv__title-en::before {
  background: url("../images/top/dec.svg") no-repeat;
  background-size: contain;
  width: 6.15vw;
  height: 6.15vw;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11vw;
}

.page-mv__title-large {
  color: #20B8D4;
  font-size: 10.25vw;
  font-weight: 400;
}

.page-mv__title-ja {
  font-size: 5.12vw;
  font-weight: 700;
  color: #fff;
}

.page-mv__picture img {
  width: 100%;
  height: 60vw;
  object-fit: cover;
  object-position: center;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
  box-sizing: border-box;
  font-size: 3.07vw;
  position: absolute;
  bottom: 3.58vw;
  right: 2.05vw;
}
.breadcrumbs span {
  display: inline-block;
  color: #fff;
  margin: 0 2.66vw;
}
.breadcrumbs a {
  line-height: 1;
  color: #fff;
}
.breadcrumbs .breadcrumbs__text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .breadcrumbs.breadcrumbs__complete span {
    margin: 0 2vw;
  }

  .contact__tel {
    width: 100%;
    margin-bottom: 10vw;
    padding-bottom: 10vw;
    border-bottom: solid 1px #B7B7B7;
  }

  .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }

  .page-mv {
    width: 100%;
    height: 368px;
    margin-top: 100px;
    border-bottom: solid 8px #20B8D4;
  }

  .page-mv__block {
    top: 51px;
  }

  .page-mv__title-en {
    line-height: 1.5;
    font-size: 104px;
    margin-left: initial;
    margin-bottom: 30px;
  }
  .page-mv__title-en::before {
    width: 24px;
    height: 24px;
    top: 156px;
  }

  .page-mv__title-large {
    font-size: 104px;
  }

  .page-mv__title-ja {
    font-size: 32px;
  }

  .page-mv__picture img {
    height: 360px;
  }

  .breadcrumbs {
    font-size: 14px;
    bottom: 22px;
    right: 80px;
  }
  .breadcrumbs span {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  body {
    min-width: 1440px;
  }
}
/* header.scss */
.header {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 22.05vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  overflow-x: hidden;
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  margin-left: 4.1vw;
}

.header__logo-img img {
  width: 72.82vw;
  height: auto;
}

.header.is-active {
  transition: all .2s;
  opacity: 0;
}

.header__nav {
  display: none;
}

.header__nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__nav-item {
  margin-right: 80px;
}
.header__nav-item a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  transition: all .6s;
}
.header__nav-item a::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #fff;
  transition: all .6s;
}
.header__nav-item a:hover {
  opacity: 1;
  transition: all .6s;
  color: #0075BE;
}
.header__nav-item a:hover::after {
  background: #0075BE;
  width: 100%;
  transition: all .6s;
}

.header__sdgs-btn {
  width: 116px;
  height: 101px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__sdgs-btn figure {
  transition: all .6s;
}
.header__sdgs-btn:hover {
  opacity: 1;
}
.header__sdgs-btn:hover figure {
  transition: all .6s;
  opacity: .4;
}

.header__contact-btn {
  width: 144px;
  height: 40px;
  background: #2C4462;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: 500;
}
.header__contact-btn p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.header__contact-btn:hover {
  opacity: 1;
  background: #7B91AD;
}

@media screen and (min-width: 769px) {
  .header {
    height: 101px;
  }

  .header__logo {
    margin-left: 40px;
  }

  .header__logo-img img {
    width: 312px;
  }

  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header__sdgs-btn {
    width: 116px;
    height: 101px;
  }

  .header__contact-btn {
    width: 116px;
    height: 101px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .header {
    width: 1440px;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    min-width: 1440px;
  }
}
/* 横向き・縦向き両方対応 */
/* gnav.scss */
.global-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 4vw;
  width: 9.23vw;
  top: 5.6vw;
  cursor: pointer;
  z-index: 101;
  position: fixed;
  user-select: none;
  transition: all .2s;
}
.global-nav__btn .global-nav__btn-text {
  position: absolute;
  right: -.8vw;
  bottom: 7vw;
  text-align: center;
  color: #fff;
  font-size: 3.58vw;
  font-weight: 700;
}
.global-nav__btn span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #20B8D4;
  transition: .2s ease-in-out;
}
.global-nav__btn span:nth-child(1) {
  top: 0;
}
.global-nav__btn span:nth-child(2) {
  top: 2.8vw;
}
.global-nav__btn span:nth-child(3) {
  top: 5.8vw;
}

.is-active .global-nav__btn {
  right: 10vw;
  top: 6.2vw;
}

.global-nav__btn.is-active span:nth-child(1) {
  top: 8vw;
  width: 10vw;
  transform: rotate(-45deg);
}

.global-nav__btn.is-active span:nth-child(2) {
  top: 8vw;
  transform: rotate(45deg);
  opacity: 0;
}

.global-nav__btn.is-active span:nth-child(3) {
  top: 8vw;
  width: 10vw;
  transform: rotate(45deg);
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.global-nav-sp {
  position: fixed;
  top: -115vh;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: #fff;
  overflow-x: hidden;
  padding: 37vw 8.97vw 9vw;
  box-sizing: border-box;
}
.global-nav-sp .global-nav-sp-bottom__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}
.global-nav-sp .global-nav-sp-bottom__list--first {
  line-height: 1;
  margin-right: 5vw;
}
.global-nav-sp .global-nav-sp-bottom__list--second {
  line-height: 1;
  margin-right: 0;
}
.global-nav-sp .global-nav-sp-bottom__list a {
  color: #8D8D8D;
  font-weight: 500;
  font-size: 3.07vw;
  white-space: nowrap;
}
.global-nav-sp .global-nav-sp__nav {
  margin-bottom: 15.89vw;
}
.global-nav-sp .global-nav-sp__link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 5.9vw 7vw 5.9vw 4.1vw;
  font-size: 4.1vw;
  font-weight: 700;
  position: relative;
  border-bottom: solid 1px #B7B7B7;
}
.global-nav-sp .global-nav-sp__link::after {
  content: "";
  background: url("../images/common/icon_sp-arrow.svg") no-repeat;
  background-size: contain;
  width: 3.07vw;
  height: 3.07vw;
  right: 4.1vw;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.global-nav-sp .global-nav-sp__contact-link {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5.15vw 2vw 5.15vw 6vw;
  width: 100%;
  background: #1251B6;
  border-radius: 4px;
  font-weight: 700;
  font-size: 4.1vw;
}
.global-nav-sp .global-nav-sp__contact-link:hover {
  background: #6291DB;
  opacity: 1;
}
.global-nav-sp .global-nav-sp__contact-icon img {
  width: 6.15vw;
  height: auto;
}
.global-nav-sp .global-nav-sp__list {
  border-top: solid 1px #B7B7B7;
}

@media screen and (min-width: 769px) {
  .global-nav-sp,
  .global-nav__btn {
    display: none;
  }
}
/* footer.scss */
.footer {
  background: #fff;
  position: relative;
  padding: 10vw 0;
  width: 100%;
  overflow-x: hidden;
}

.footer__contact {
  border-top: solid 1px #b7b7b7;
}

.footer__inner {
  width: calc(100% - 16.41vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer__logo picture {
  justify-content: flex-start;
}
.footer__logo picture img {
  width: 82.05vw;
  height: auto;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-nav__item-text {
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
  line-height: 2;
  font-size: 4.1vw;
  position: relative;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

.footer__bottom-address {
  margin-top: 10vw;
  font-size: 3.58vw;
  letter-spacing: .03em;
  text-align: left;
}

.footer__bottom-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 4.1vw;
}

.footer__bottom-btn a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  min-width: 77.94vw;
  padding: 7.2vw 7.7vw;
  background: #2C4462;
  line-height: 1;
  color: #fff;
  font-size: 4.1vw;
  font-weight: 500;
  margin-left: -4vw;
  letter-spacing: 0;
}
.footer__bottom-btn a figure {
  margin-left: 2vw;
  width: 4.1vw;
  height: auto;
}
.footer__bottom-btn a figure img {
  width: 100%;
  height: auto;
}
.footer__bottom-btn a:hover {
  opacity: 0.6;
}

.footer__address-text {
  border: none !important;
}

.footer__address {
  margin-bottom: 2vw;
  line-height: 1.6;
  letter-spacing: .03em;
  padding-left: 3vw;
}

.footer__address-fax {
  margin-left: 0;
}

.footer__space {
  display: inline-block;
  margin-right: 3.2vw;
}

.footer__privacy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2vw;
  margin-right: 1.53vw;
}

.footer__privacy-figure {
  margin-left: 5.8vw;
}
.footer__privacy-figure img {
  width: 4.61vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 10vw;
  }

  .footer__nav {
    width: 100%;
  }

  .footer__nav-list {
    border-bottom: solid 1px #B7B7B7;
  }

  .footer__nav-item {
    width: 100%;
  }

  .footer-nav__item-text {
    width: 100%;
    padding: 5.9vw 4.5vw;
    align-items: flex-start;
    box-sizing: border-box;
    border-top: solid 1px #B7B7B7;
  }
  .footer-nav__item-text::after {
    content: "";
    background: url("../images/common/icon_sp-arrow.svg") no-repeat;
    background-size: contain;
    width: 3.07vw;
    height: 3.07vw;
    right: 4.5vw;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }

  .footer__bottom-text {
    width: calc(100% - 16.41vw);
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__bottom-btn {
    margin: 10vw 0;
    text-align: center;
  }

  .footer__address-fax.u-sp-only {
    margin-left: 0;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 57px 0;
  }

  .footer__inner {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 1320px;
  }

  .footer__logo {
    margin-top: 5px;
  }
  .footer__logo picture img {
    width: 340px;
  }

  .footer__nav-list {
    justify-content: flex-end;
    flex-direction: row;
  }

  .footer__nav-item {
    margin-left: 56px;
  }

  .footer-nav__item-text {
    font-size: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer__bottom-address {
    margin-top: 18px;
    font-size: 16px;
  }

  .footer__bottom-text {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 28px;
    font-size: 16px;
  }

  .footer__bottom-btn {
    margin-top: 40px;
  }
  .footer__bottom-btn a {
    min-width: 304px;
    padding: 28px;
    font-size: 16px;
    margin-left: initial;
  }
  .footer__bottom-btn a figure {
    margin-left: 10px;
    width: 16px;
  }

  .footer__address {
    margin-bottom: 16px;
    padding-left: initial;
  }

  .footer__address-fax {
    margin-left: 6px;
  }

  .footer__space {
    margin-right: 4px;
  }

  .footer__privacy {
    margin-bottom: 6px;
    margin-right: 6px;
  }

  .footer__privacy-figure {
    margin-left: 18px;
  }
  .footer__privacy-figure img {
    width: 18px;
  }
}
/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.mv {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background: #20B8D4;
  width: 100%;
}

.mv__side {
  width: 8.2vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mv__side {
    width: 80px;
  }
}

.mv__side-text {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 3.07vw;
  font-weight: 300;
  transform: rotate(90deg);
  width: 100%;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 34.3vw;
}

.mv__wrapper {
  width: calc(100% - 8.2vw);
}

.mv__slider {
  width: 100%;
}
.mv__slider picture {
  display: block;
}
.mv__slider picture img {
  width: 100%;
  height: 141vw;
  object-position: center;
  object-fit: cover;
}

.mv__title {
  z-index: 2;
  position: absolute;
  top: 48.5vw;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.mv__heading {
  font-weight: 400;
  font-size: 12.3vw;
  line-height: 1;
  color: #fff;
  position: relative;
  font-family: "Libre Baskerville", serif;
  filter: drop-shadow(0px 0px 2.46vw rgba(0, 0, 0, 0.4));
  margin-left: 17vw;
  margin-bottom: 9vw;
}

.mv__heading--large {
  color: #20B8D4;
  font-size: 17.94vw;
  font-weight: 400;
  margin-right: 0;
}

.mv__heading--cross {
  position: relative;
  top: 8.3vw;
  width: 4.87vw;
  height: auto;
  margin: 0 2.5vw;
}

.mv__text {
  font-size: 7.17vw;
  color: #fff;
  font-weight: 700;
  filter: drop-shadow(0px 0px 4.1vw rgba(0, 0, 0, 0.4));
  letter-spacing: .075em;
  position: relative;
  text-align: center;
  left: -5vw;
  line-height: 1.5;
}

.mv__bottom {
  padding: 6vw 3.84vw 9vw;
  box-sizing: border-box;
}

.mv__bottom-text {
  text-align: center;
  color: #fff;
  letter-spacing: .2em;
  font-size: 4.1vw;
  font-weight: 500;
  margin-bottom: 2.56vw;
}

.mv__bottom-arrow {
  width: 8.2vw;
  height: auto;
}

.mv__scroll {
  position: absolute;
  left: 2.3vw;
  bottom: 0;
  z-index: 6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 45.12vw;
}

.mv__scroll a {
  display: inline-block;
  z-index: 2;
  line-height: 1;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
}

.mv__scroll-text {
  color: #fff;
  position: relative;
  font-size: 3.58vw;
  z-index: 5;
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}

.mv__scroll .mv__scroll-line {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 1px;
  height: 20.51vw;
  bottom: 0;
  background: #fff;
}

.mv__scroll .mv__scroll-line::after {
  content: "";
  -webkit-animation: sdl01 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scroll 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20.51vw;
  background-color: #20B8D4;
}

#mv__sec-type div:after {
  animation: sdl01 2.9s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@media screen and (max-width: 768px) {
  .mv__heading--large-sp {
    margin-left: 14vw;
    margin-right: -2.05vw;
  }
}
@media screen and (min-width: 769px) {
  .mv__scroll-text {
    font-size: 14px;
  }

  .mv__scroll {
    left: 32px;
    height: 176px;
  }

  .mv__bottom-arrow {
    width: 32px;
  }

  .mv__text {
    line-height: 2;
    left: 50px;
    text-align: right;
    font-size: 50px;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.4));
  }

  .mv__bottom {
    padding: 28px 15px;
  }

  .mv__bottom-text {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: .25em;
  }

  .mv {
    min-width: 1440px;
    min-height: 835px;
  }

  .mv__side {
    width: 80px;
  }

  .mv__side-text {
    font-size: 14px;
    margin-bottom: 86px;
  }

  .mv__wrapper {
    width: calc(100% - 80px);
  }

  .mv__slider picture img {
    height: 684px;
  }

  .mv__title {
    top: 0;
    height: 684px;
    right: 50px;
    padding-top: 30px;
  }

  .mv__heading--cross {
    top: 105px;
    width: 40px;
    margin: 0 18px;
  }

  .mv__heading--large {
    font-size: 140px;
  }

  .mv__heading {
    line-height: 1.5;
    font-size: 96px;
    margin-left: initial;
    margin-bottom: -35px;
    filter: drop-shadow(0px 0px 19.2px rgba(0, 0, 0, 0.4));
  }

  .mv__heading--large-sp {
    margin-right: -8px;
  }

  .mv__scroll .mv__scroll-line {
    text-align: center;
    left: 6px;
    height: 80px;
  }

  .mv__scroll .mv__scroll-line::after {
    height: 80px;
  }
}
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.top-company {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20vw;
}
.top-company::after {
  background: url("../images/top/bg01_sp.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 452vw;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.top-company__image {
  position: relative;
  justify-content: flex-start;
}
.top-company__image img {
  width: 92.3vw;
  height: auto;
}
.top-company__sub-image {
  position: absolute;
  right: 0;
  top: -10.25vw;
  z-index: 2;
}
.top-company__sub-image img {
  width: 46.15vw;
  height: auto;
}
.top-company__title-en {
  position: relative;
  left: -9.6vw;
  top: -9vw;
  margin-bottom: -1.5vw;
}
.top-company__heading {
  margin-bottom: 18vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-company__heading::before {
    left: 0 !important;
    right: 0;
    bottom: -21.6vw;
    margin: auto;
  }
  .top-company__text {
    width: 78vw;
    font-size: 4.1vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
  }
  .top-company__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .top-company {
    margin-bottom: 80px;
  }
  .top-company::after {
    background: url("../images/top/bg01_pc.svg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    content: "";
    height: 1420px;
  }
  .top-company__inner {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .top-company__image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .top-company__image img {
    width: 100%;
    max-width: 720px;
    height: auto;
  }
  .top-company__sub-image {
    position: absolute;
    right: -90px;
    top: -50px;
    z-index: 2;
  }
  .top-company__sub-image img {
    width: 100%;
    height: auto;
  }
  .top-company__content {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 3;
    height: 680px;
  }
  .top-company__item {
    width: 406px;
    margin-bottom: 48px;
  }
  .top-company__title-en {
    position: relative;
    left: -194px;
    margin-bottom: 25px;
    top: 0;
  }
  .top-company__heading {
    margin-bottom: 30px;
    text-align: left;
  }
  .top-company__text {
    margin-bottom: 40px;
  }
}
.top-business__inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
.top-business__image img {
  width: 91.53vw;
  height: auto;
}
.top-business__item {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .top-business__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 77.94vw;
    margin-bottom: 10vw;
  }
}
.top-business__title-en {
  position: relative;
  left: 22vw;
  margin-bottom: -2vw;
  top: -9vw;
}
.top-business__heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-business__heading {
    text-align: center;
    margin-bottom: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .top-business__heading::before {
    left: 0 !important;
    right: 0;
    bottom: -21.6vw;
    margin: auto;
  }
}
.top-business__text {
  font-size: 4.1vw;
  margin-bottom: 40px;
}

.top-hr {
  background: #2C4462;
  width: 100%;
  height: 30.76vw;
}

.top-works {
  background: url("../images/top/bg02_sp.webp") no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding: 0 0 40px;
}
.top-works::before {
  position: absolute;
  top: -20.5vw;
  left: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 41vw;
  margin: auto;
  z-index: 2;
  background: #B7B7B7;
}
.top-works__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .top-works__sub-image {
    margin-bottom: 8vw;
  }
}
.top-works__sub-image img {
  width: 100%;
  height: auto;
}
.top-works__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-works__title-en {
  text-align: center;
  margin-bottom: 7vw;
}
.top-works .title__heading.top-works__heading {
  text-align: center;
  margin-bottom: 18vw;
}
.top-works .title__heading.top-works__heading::before {
  left: 0;
  right: 0;
  bottom: -21vw;
  margin: auto;
}
.top-works__text {
  width: 78vw;
  font-size: 4.1vw;
  margin-bottom: 9.5vw;
}
.top-works__loop {
  position: relative;
  display: flex;
  overflow: hidden;
}
.top-works__loop-box {
  display: flex;
  animation: loop-list 40s linear infinite;
  flex-shrink: 0;
}
.top-works__loop li {
  width: 67.2vw;
  display: block;
  flex-shrink: 0;
}
.top-works__loop li img {
  width: 100%;
  height: auto;
}

@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.top-sdgs {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top-sdgs {
    padding: 13.5vw 4.1vw 15vw;
    box-sizing: border-box;
  }
}
.top-sdgs::before {
  background: url("../images/top/bg03_sp-top.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 5.12vw;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.top-sdgs::after {
  background: url("../images/top/bg03_sp-bottom.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 5.12vw;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-sdgs__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-sdgs .title__en.top-sdgs__title-en {
  text-align: center;
  margin-bottom: 7vw;
}
.top-sdgs .title__heading.top-sdgs__heading {
  text-align: center;
  margin-bottom: 18vw;
}
.top-sdgs .title__heading.top-sdgs__heading::before {
  left: 0;
  right: 0;
  bottom: -21vw;
  margin: auto;
}
.top-sdgs__text {
  width: 78vw;
  font-size: 4.1vw;
  margin-bottom: 9.5vw;
}

.top-recruit {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: url("../images/top/img05_sp.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 7.5vw 4.1vw 10vw;
    box-sizing: border-box;
  }
}
.top-recruit__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-recruit .title__en.top-recruit__title-en {
  text-align: center;
  margin-bottom: 7.1vw;
}
.top-recruit .title__heading.top-recruit__heading {
  text-align: center;
  color: #fff;
  margin-bottom: 18.5vw;
}
.top-recruit .title__heading.top-recruit__heading::before {
  left: 0;
  right: 0;
  bottom: -21.6vw;
  margin: auto;
}
.top-recruit__text {
  color: #fff;
  width: 78vw;
  font-size: 4.1vw;
  margin-bottom: 9.5vw;
}

@media screen and (min-width: 769px) {
  .top-business__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-business__image img {
    width: 576px;
  }
  .top-business__item {
    width: 406px;
    margin-top: 0;
    margin-left: 120px;
  }
  .top-business__title-en {
    left: -200px;
    margin-bottom: 8px;
    top: -14px;
  }
  .top-business__text {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .top-hr {
    height: 240px;
    margin-top: -120px;
  }

  .top-works {
    background: url("../images/top/bg02_pc.webp") no-repeat;
    background-size: cover;
    background-position: top;
    padding: 65px 0 80px;
  }
  .top-works::before {
    height: 200px;
    top: -140px;
  }
  .top-works__inner {
    margin-bottom: 80px;
  }
  .top-works__sub-image {
    position: absolute;
    right: -108px;
    top: -65px;
  }
  .top-works__sub-image img {
    max-width: 617px;
  }
  .top-works__title-en {
    margin-bottom: 23px;
  }
  .top-works .title__heading.top-works__heading {
    margin-bottom: 70px;
  }
  .top-works .title__heading.top-works__heading::before {
    bottom: -85px;
  }
  .top-works__text {
    width: 448px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .top-works__loop {
    margin-top: 60px;
  }
  .top-works__loop li {
    width: 420px;
  }

  .top-block {
    flex-direction: row;
  }

  .top-sdgs {
    width: 50%;
    height: 581px;
  }
  .top-sdgs::before {
    height: 20px;
    background: url("../images/top/bg03_pc-top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top-sdgs::after {
    height: 20px;
    background: url("../images/top/bg03_pc-bottom.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top-sdgs__item {
    margin-top: 64px;
  }
  .top-sdgs .title__en.top-sdgs__title-en {
    margin-bottom: 24px;
  }
  .top-sdgs .title__heading.top-sdgs__heading {
    margin-bottom: 69px;
  }
  .top-sdgs .title__heading.top-sdgs__heading::before {
    bottom: -90px;
  }
  .top-sdgs__text {
    width: 448px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .top-recruit {
    width: 50%;
    height: 581px;
    background: url("../images/top/img05_pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top-recruit__item {
    margin-top: 64px;
  }
  .top-recruit .title__en.top-recruit__title-en {
    margin-bottom: 24px;
  }
  .top-recruit .title__heading.top-recruit__heading {
    margin-bottom: 69px;
  }
  .top-recruit .title__heading.top-recruit__heading::before {
    bottom: -85px;
  }
  .top-recruit__text {
    width: 448px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
