@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap);
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*============================================================================================================
	base
============================================================================================================*/
body {
  background-color: #fff;
  color: #0E283E;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/*------------------------------------------
	frame
------------------------------------------*/
body {
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

.main {
  overflow-x: hidden;
}

/*------------------------------------------
	hover
------------------------------------------*/
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
.c-inner01 {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-inner01 {
    max-width: 100%;
  }
}

.c-inner02 {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-inner02 {
    max-width: 100%;
  }
}

.c-inner03 {
  margin: 0 auto;
  max-width: 1064px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-inner03 {
    padding: 0 5.3333333333vw;
    max-width: 100%;
  }
}

.c-inner04 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-inner04 {
    max-width: 100%;
  }
}

.c-ttl01 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0.025em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 8vw;
  }
}
.c-ttl01::before {
  content: "";
  background: #B7D100;
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-ttl01::before {
    width: 8.5333333333vw;
    height: 0.8vw;
    bottom: -5.3333333333vw;
  }
}

.footer {
  color: #fff;
  padding-block: 80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 17.8666666667vw;
  }
}
.footer__txt {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__txt {
    font-size: 2.9333333333vw;
  }
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  max-width: 64px;
}
@media screen and (max-width: 767px) {
  .totop {
    max-width: 12vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.js-fadeUp {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.js-fadeUp.is-fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main::before {
  background: url(../img/home/bg_mv01.webp) no-repeat center top/cover;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main::before {
    background-image: url(../img/home/bg_mv01_sp.webp);
  }
}

.homeSecMv__inner {
  position: relative;
}
.homeSecMv__bg {
  position: relative;
  z-index: 3;
}
.homeSecMv__scrollBox {
  position: relative;
  z-index: 3;
}
.homeSecMv__scroll {
  font-size: min(0.6770833333vw, 13px);
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: min(9.8958333333vw, 190px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.1em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .homeSecMv__scroll {
    font-size: 2.9333333333vw;
    height: 22.1333333333vw;
    bottom: 0;
  }
}
.homeSecMv__scroll::before {
  content: "";
  background: #fff;
  width: 1px;
  max-height: 100px;
  height: 5.2083333333vw;
  position: absolute;
  top: min(1.5625vw, 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .homeSecMv__scroll::before {
    top: 6.1333333333vw;
    max-height: 16vw;
    height: 16vw;
  }
}

.homeSec01 {
  color: #fff;
  padding-top: 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .homeSec01 {
    padding-top: 37.8666666667vw;
  }
}
.homeSec01__inner {
  position: relative;
}
.homeSec01__ttl {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  line-height: 1.47;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .homeSec01__ttl {
    font-size: 6.4vw;
  }
}
.homeSec01__ttl span {
  position: relative;
}
.homeSec01__ttl span::before {
  content: "";
  background: url(../img/home/img_sec01_01.webp) no-repeat center center/100% 100%;
  width: 204px;
  height: 173px;
  position: absolute;
  top: 0;
  right: -337px;
}
@media screen and (max-width: 767px) {
  .homeSec01__ttl span::before {
    width: 21.0666666667vw;
    height: 17.8666666667vw;
    top: -21.3333333333vw;
    right: -13.3333333333vw;
  }
}
.homeSec01__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .homeSec01__txt {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
    line-height: 2.28;
  }
}
.homeSec01__bnr {
  position: relative;
  margin: 80px auto 0;
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeSec01__bnr {
    max-width: 45.0666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.homeSec01__bnr::before {
  content: "";
  background: url(../img/home/img_sec01_02.webp) no-repeat center center/100% 100%;
  width: 1058px;
  height: 706px;
  position: absolute;
  bottom: 60px;
  left: -1135px;
}
@media screen and (max-width: 767px) {
  .homeSec01__bnr::before {
    width: 150.1333333333vw;
    height: 100.2666666667vw;
    bottom: -106.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.homeSec02 {
  padding-top: 235px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .homeSec02 {
    padding-top: 133.3333333333vw;
  }
}
.homeSec02__inner {
  position: relative;
}
.homeSec02-box {
  width: 935px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homeSec02-box {
    width: 100%;
  }
}
.homeSec02-box::before {
  content: "";
  background: url(../img/home/img_sec02_01.webp) no-repeat center center/100% 100%;
  width: 300px;
  height: 420px;
  position: absolute;
  top: -102px;
  right: -300px;
}
.homeSec02-box2 {
  margin-left: auto;
  margin-top: 160px;
  position: relative;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .homeSec02-box2 {
    margin-top: 39.4666666667vw;
  }
}
.homeSec02-box2::before {
  content: "";
  background: url(../img/home/img_sec02_02.webp) no-repeat center center/100% 100%;
  width: 500px;
  height: 723px;
  position: absolute;
  top: -100px;
  left: -750px;
}
@media screen and (max-width: 767px) {
  .homeSec02-box2::before {
    width: 68.2666666667vw;
    height: 98.6666666667vw;
    top: 3.7333333333vw;
    left: -30.6666666667vw;
  }
}
.homeSec02-box3 {
  margin-top: 196px;
  position: relative;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .homeSec02-box3 {
    margin-top: 59.4666666667vw;
  }
}
.homeSec02-box3::before {
  content: "";
  background: url(../img/home/img_sec02_03.webp) no-repeat center center/100% 100%;
  width: 620px;
  height: 620px;
  position: absolute;
  top: -250px;
  right: -700px;
}
@media screen and (max-width: 767px) {
  .homeSec02-box3::before {
    width: 64.5333333333vw;
    height: 64.5333333333vw;
    top: -48.8vw;
    right: -19.4666666667vw;
  }
}
.homeSec02-ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 83px;
}
@media screen and (max-width: 767px) {
  .homeSec02-ttlBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.8666666667vw;
  }
}
.homeSec02-ttlBox.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 105px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .homeSec02-ttlBox.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 9.8666666667vw;
  }
  .homeSec02-ttlBox.is-reverse .homeSec02-ttlBox__ttl::before {
    top: -8.2666666667vw;
    left: auto;
    right: -19.4666666667vw;
  }
  .homeSec02-ttlBox.is-reverse .homeSec02-ttlBox__lead {
    text-align: right;
  }
}
.homeSec02-ttlBox__ttl {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homeSec02-ttlBox__ttl {
    font-size: 13.8666666667vw;
  }
}
.homeSec02-ttlBox__ttl::before {
  content: "";
  background: url(../img/home/bg_sec02_01.webp) no-repeat center center/100% 100%;
  width: 226px;
  height: 203px;
  position: absolute;
  top: -35px;
  left: -64px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .homeSec02-ttlBox__ttl::before {
    width: 48vw;
    height: 43.2vw;
    top: -8.2666666667vw;
    left: -13.3333333333vw;
  }
}
.homeSec02-ttlBox__ttl span {
  color: #0E283E;
  font-size: 25px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .homeSec02-ttlBox__ttl span {
    font-size: 4.8vw;
  }
}
.homeSec02-ttlBox__lead {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .homeSec02-ttlBox__lead {
    font-size: 6.4vw;
  }
}
.homeSec02-ttlBox__lead span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec02-ttlBox__lead span {
    font-size: 5.0666666667vw;
  }
}
.homeSec02__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .homeSec02__txt {
    font-size: 4vw;
    margin-top: 10.6666666667vw;
  }
}
.homeSec02-txtBox {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .homeSec02-txtBox {
    margin-top: 27.7333333333vw;
    position: relative;
    left: -5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
  }
}

.homeSec03 {
  padding-top: 194px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .homeSec03 {
    padding-top: 29.3333333333vw;
  }
}
.homeSec03__inner {
  position: relative;
}
.homeSec03__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.11;
  margin-top: 89px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeSec03__txt {
    font-size: 4vw;
    margin-top: 12vw;
    line-height: 1.86;
  }
}
.homeSec03-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .homeSec03-linkList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 9.6vw;
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec03-linkList__item {
    margin: auto;
  }
}
.homeSec03-linkList__item a {
  display: block;
}
.homeSec03-linkList__item a img {
  width: auto;
  height: 194px;
}
@media screen and (max-width: 767px) {
  .homeSec03-linkList__item a img {
    height: 33.6vw;
  }
}
.homeSec03-portList {
  margin: 80px auto 0;
  max-width: 1800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeSec03-portList {
    margin-top: 0;
    margin-left: -6.6666666667vw;
    max-width: calc(100% + 13.3333333333vw);
    width: calc(100% + 13.3333333333vw);
  }
}
.homeSec03-portList__item {
  position: relative;
}
.homeSec03-portList__item + .homeSec03-portList__item {
  scroll-margin-top: -4.1666666667vw;
  margin-top: -4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .homeSec03-portList__item + .homeSec03-portList__item {
    scroll-margin-top: -17.3333333333vw;
    margin-top: -17.3333333333vw;
  }
}
.homeSec03-portList__inner {
  position: absolute;
  top: 0;
  left: 5.2083333333vw;
  width: calc(100% - 10.4166666667vw);
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .homeSec03-portList__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 53.3333333333vw auto;
    grid-template-rows: 53.3333333333vw auto;
    top: 8vw;
    left: 18.6666666667vw;
    width: calc(100% - 37.3333333333vw);
    height: calc(100% - 26.6666666667vw);
  }
  .homeSec03-portList__inner.is_sp_opposite .homeSec03-portList__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .homeSec03-portList__inner.is_sp_opposite .homeSec03-portList__imgBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.homeSec03-portList__ttl {
  margin: auto;
  max-width: 193px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .homeSec03-portList__ttl {
    max-width: 29.8666666667vw;
    width: 100%;
  }
}
.homeSec03-portList__txt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
  margin-bottom: 30px;
}
.homeSec03-portList__txt span {
  font-weight: normal;
}
@media (max-width: 1300px) {
  .homeSec03-portList__txt {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  .homeSec03-portList__txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .homeSec03-portList__txt {
    font-size: 3.7333333333vw;
    line-height: 2.28;
    margin-bottom: 0;
  }
}
.homeSec03-portList__txt.is_margin_auto {
  line-height: 2.1;
  margin: 0 auto 30px;
}
.homeSec03-portList__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1023px;
  width: 70%;
  height: 100%;
}

.homeSec04 {
  padding-block: 50px 93px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .homeSec04 {
    padding-block: 13.3333333333vw 13.3333333333vw;
  }
}
.homeSec04__inner {
  position: relative;
}
.homeSec04-leaderList {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList {
    margin-top: 13.3333333333vw;
  }
}
.homeSec04-leaderList__item {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__item {
    border-radius: 4vw;
    padding: 5.3333333333vw 5.3333333333vw 11.2vw;
  }
}
.homeSec04-leaderList__item + .homeSec04-leaderList__item {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__item + .homeSec04-leaderList__item {
    margin-top: 4.2666666667vw;
  }
}
.homeSec04-leaderList__topBox {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__topBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.homeSec04-leaderList__nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__nameBox {
    gap: 5.3333333333vw;
  }
}
.homeSec04-leaderList__imgBox {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__imgBox {
    max-width: 37.3333333333vw;
  }
}
.homeSec04-leaderList__ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__ttl {
    font-size: 3.4666666667vw;
  }
}
.homeSec04-leaderList__name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__name {
    font-size: 5.6vw;
    margin-top: 2.6666666667vw;
  }
}
.homeSec04-leaderList__dropdown {
  display: none;
}
.homeSec04-leaderList__bottomBox {
  margin-top: 30px;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__bottomBox {
    margin-top: 16vw;
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.homeSec04-leaderList__txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__txt {
    font-size: 3.4666666667vw;
    line-height: 1.69;
  }
}
.homeSec04-leaderList__txt + .homeSec04-leaderList__txt {
  position: relative;
}
.homeSec04-leaderList__txt + .homeSec04-leaderList__txt::before {
  content: "";
  background-color: #0E283E;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__txt + .homeSec04-leaderList__txt::before {
    content: none;
  }
}
.homeSec04-leaderList__btn {
  background-color: #B7D100;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__btn {
    border-top-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.homeSec04-leaderList__btn.is_open::after {
  opacity: 0;
}
.homeSec04-leaderList__btn::before, .homeSec04-leaderList__btn::after {
  content: "";
  background-color: #203B27;
  border-radius: 2px;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .homeSec04-leaderList__btn::before, .homeSec04-leaderList__btn::after {
    width: 2.9333333333vw;
    height: 0.8vw;
  }
}
.homeSec04-leaderList__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .homeSec04-positionList {
    margin-top: 5.3333333333vw;
  }
}
.homeSec04-positionList__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 1fr;
  grid-template-columns: 270px 1fr;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .homeSec04-positionList__item {
    -ms-grid-columns: 49.0666666667vw 1fr;
    grid-template-columns: 49.0666666667vw 1fr;
    font-size: 3.2vw;
    line-height: 1.25;
  }
  .homeSec04-positionList__item + .homeSec04-positionList__item {
    margin-top: 1.6vw;
  }
}

.homeSec05 {
  padding-block: 100px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .homeSec05 {
    padding-block: 13.3333333333vw 0;
  }
}
.homeSec05__inner {
  position: relative;
}
.homeSec05-overviewList {
  margin-top: 89px;
}
@media screen and (max-width: 767px) {
  .homeSec05-overviewList {
    margin-top: 13.3333333333vw;
  }
}
.homeSec05-overviewList__item {
  background: rgba(14, 40, 62, 0.4);
  border-radius: 16px;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px auto;
  grid-template-columns: 220px auto;
  padding: 32px 52px;
}
@media screen and (max-width: 767px) {
  .homeSec05-overviewList__item {
    border-radius: 2.1333333333vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.7333333333vw;
    padding: 5.3333333333vw;
  }
}
.homeSec05-overviewList__item + .homeSec05-overviewList__item {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .homeSec05-overviewList__item + .homeSec05-overviewList__item {
    margin-top: 1.6vw;
  }
}
.homeSec05-overviewList__ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .homeSec05-overviewList__ttl {
    font-size: 3.4666666667vw;
  }
}
.homeSec05-overviewList__txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
}
.homeSec05-overviewList__txt a {
  padding-right: 27px;
  position: relative;
}
.homeSec05-overviewList__txt a::after {
  content: "";
  background: url(../img/home/ico_sec05_01.webp) no-repeat center center/100% 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .homeSec05-overviewList__txt {
    font-size: 3.4666666667vw;
    line-height: 1.69;
  }
}
.homeSec05-overviewList__txt span {
  color: #B7D100;
}
.homeSec05-overviewList__map {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .homeSec05-overviewList__map {
    margin-top: 3.7333333333vw;
  }
  .homeSec05-overviewList__map iframe {
    width: 78.6666666667vw;
    height: 52.2666666667vw;
  }
}
.homeSec05-chart {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .homeSec05-chart {
    margin-top: 13.3333333333vw;
    overflow-x: auto;
    height: 151.4666666667vw;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4vw;
  }
  .homeSec05-chart::-webkit-scrollbar {
    height: 1.0666666667vw;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .homeSec05-chart::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border-radius: 0.5333333333vw;
  }
  .homeSec05-chart::-webkit-scrollbar-track {
    background-color: #0E283E;
    border-radius: 0.5333333333vw;
  }
  .homeSec05-chart img {
    max-width: initial;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*# sourceMappingURL=style.css.map*/