@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
a:hover {
  opacity: 0.7;
}

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

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: #000;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.f-inter {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

/*------------------------------------------
	root
------------------------------------------*/
:root {
  --header-height: 100px;
  --inner-width: min(100%, 1080px + (var(--inner-padding) * 2));
  --inner-padding: 10px;
  --color-txt: #000;
  --color-blue: #4033ff;
  --color-green: #1eea92;
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: 60px;
    --inner-padding: 20px;
    --cv-height: 60px;
  }
}
/*------------------------------------------
	frame
------------------------------------------*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 374px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* button hover（共通） */
.secSearch-btn,
.l-header__entry a,
.l-mv__entry a,
.btnEntry a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .secSearch-btn:hover,
  .l-header__entry a:hover,
  .l-mv__entry a:hover,
  .btnEntry a:hover {
    opacity: 0.6;
  }
}

/*------------------------------------------
	scroll action
------------------------------------------*/
.js-scroll {
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}
.js-scroll:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-scroll:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-scroll:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-scroll:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-scroll.is-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.js-scroll.is-fadeInUp.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .js-scroll.is-fadeInUp {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}
.js-scroll.is-fadeIn {
  opacity: 0;
}
.js-scroll.is-fadeIn.is-view {
  opacity: 1;
}

/*============================================================================================================
	l-header
============================================================================================================*/
.l-header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  z-index: 9990;
  top: 18px;
  left: 30px;
  width: 280px;
  height: 24px;
}
.l-header__logo a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__entry {
  position: fixed;
  z-index: 9992;
  top: 0;
  right: 80px;
  width: 180px;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.l-header__entry a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media screen and (min-width: 769px) {
  .l-header__entry a {
    background: linear-gradient(135deg, #4033ff 0.09%, #1eea92 90.58%);
  }
  .l-header__entry a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: var(--color-green);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    pointer-events: none;
  }
  .l-header__entry a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 260px;
    height: 40px;
    gap: 10px;
    left: 20px;
  }
  .l-header__logo img {
    width: 230px;
  }
  .l-header__logo-txt {
    width: 140px !important;
  }
  .l-header__logo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-header__entry {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: min(100% - 120px, 270px);
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .l-header__entry a {
    background: var(--color-green);
    height: 60px;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  padding: 0;
  position: relative;
  background: var(--color-blue);
}
.l-footer p,
.l-footer li {
  line-height: 1.8;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.l-footer a,
.l-footer span {
  color: inherit !important;
  font-family: inherit;
  font-weight: inherit;
}
.l-footer a,
.l-footer li,
.l-footer div,
.l-footer span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}
.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 30px;
  padding: 0;
  gap: 20px 0;
}
.l-footer-nav__item {
  list-style: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.l-footer-nav__item + .l-footer-nav__item {
  position: relative;
}
.l-footer-nav__item + .l-footer-nav__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: currentColor;
  margin: auto;
}
.l-footer-nav__item a {
  display: block;
  padding: 0 20px;
  color: inherit;
  text-decoration: none;
}
.l-footer-nav__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer-copyright {
  margin: 0;
  padding-left: 20px;
  color: #fff !important;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.08em !important;
}
@media screen and (min-width: 769px) {
  .l-footer .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .hidden-sp {
    display: none;
  }
  .l-footer-inner {
    padding: 30px 20px 100px;
  }
  .l-footer-sns {
    margin-bottom: 30px;
  }
  .l-footer-nav {
    display: block;
    margin: 0 auto 20px;
  }
  .l-footer-nav__item {
    border-bottom: 1px dashed;
    font-size: 12px;
    text-align: left;
  }
  .l-footer-nav__item + .l-footer-nav__item::after {
    content: none;
  }
  .l-footer-nav__item a {
    padding: 10px 0;
  }
  .l-footer-copyright {
    font-size: 10px;
    padding-left: 0;
  }
}

.pagetop {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  text-indent: 100%;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  position: relative;
}
.pagetop a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 100% 2px, 2px 2px, 2px 100%, 0 100%);
  background: currentColor;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px !important;
    position: fixed !important;
  }
  .pagetop a::after {
    width: 10px;
    height: 10px;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 9992;
  top: 0;
  right: 0;
  background: var(--color-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span:nth-of-type(1) {
  top: 36px;
}
.gnavBtn span:nth-of-type(2) {
  top: 43px;
}
.gnavBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(3.5px) rotate(-225deg);
          transform: translateY(3.5px) rotate(-225deg);
}
.gnavBtn.is-close span:nth-of-type(2) {
  -webkit-transform: translateY(-3.5px) rotate(225deg);
          transform: translateY(-3.5px) rotate(225deg);
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .gnavBtn span {
    width: 18px;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 16px;
  }
  .gnavBtn span:nth-of-type(2) {
    top: 23px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    -webkit-transform: translateY(3.5px) rotate(-225deg);
            transform: translateY(3.5px) rotate(-225deg);
  }
  .gnavBtn.is-close span:nth-of-type(2) {
    -webkit-transform: translateY(-3.5px) rotate(225deg);
            transform: translateY(-3.5px) rotate(225deg);
  }
}

.l-nav {
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 9991;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-nav.is-open {
  right: 0;
}
.l-nav.is-open .l-nav-overlay {
  left: 0;
  width: 100%;
}
.l-nav-inner {
  width: 100%;
  height: 100%;
  padding: 130px 50px 50px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav-inner::-webkit-scrollbar {
  display: none;
}
.l-nav-list__item {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-blue);
}
.l-nav-list__item:last-of-type {
  margin-bottom: 0;
}
.l-nav-list__item a {
  display: block;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid var(--color-blue);
  position: relative;
}
.l-nav-list__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.l-nav-list__item .en {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
  font-size: 34px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-nav-overlay {
  cursor: pointer;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .l-nav-list__item a:hover {
    opacity: 1;
    border-color: var(--color-green);
    color: var(--color-green);
  }
  .l-nav-list__item a:hover::after {
    top: 50%;
    border-color: var(--color-green);
  }
  .l-nav-list__item a:hover .en {
    color: var(--color-green);
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    right: -280px;
    width: 280px;
  }
  .l-nav-inner {
    padding: 70px 20px 100px;
  }
  .l-nav-list__item {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .l-nav-list__item a {
    padding: 10px 20px 10px 0;
  }
  .l-nav-list__item a::after {
    width: 8px;
    height: 8px;
  }
  .l-nav-list__item .en {
    margin-bottom: 3px;
    font-size: 26px;
  }
}

/*============================================================================================================
	main
============================================================================================================*/
.c-tit01 {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 106px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
}
.c-tit01.is-multiline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tit01.is-left {
  text-align: left;
}
.c-tit01.is-left.is-multiline {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-tit01__line {
  display: block;
}
.c-tit01 span.is-green {
  color: var(--color-green);
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    font-size: clamp(28px, 11.5vw, 52px);
    line-height: 1.1;
  }
}

/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  position: relative;
}
.l-mv img {
  width: 100%;
}
.l-mv__txt {
  width: 37%;
  position: absolute;
  z-index: 2;
  top: 39%;
  right: 9%;
}
.l-mv__entry {
  position: absolute;
  z-index: 3;
  right: 70px;
  bottom: 40px;
  width: 220px;
  color: #fff;
  text-align: center;
}
.l-mv__entry a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .l-mv__entry a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: #e36d00;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .l-mv {
    margin-top: 60px;
  }
  .l-mv__txt {
    width: 88%;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*------------------------------------------
	.secMessage
------------------------------------------*/
.secMessage {
  padding: 160px 0 120px;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.secMessage-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px minmax(280px, 400px);
  grid-template-columns: 1fr minmax(280px, 400px);
  gap: 40px 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.secMessage-content {
  position: relative;
}
.secMessage-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -160px;
  right: 50.5%;
  left: calc(50% - 50vw);
  height: min(100%, 700px);
  background: #f8f8f8;
  pointer-events: none;
}
.secMessage__catch {
  margin: 120px 0 40px;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.5;
  letter-spacing: 0;
}
.secMessage__catch-line {
  display: block;
}
.secMessage__catch .is-green {
  color: var(--color-green);
}
.secMessage__catch .is-marker {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1eea92), color-stop(16%, #1eea92), color-stop(16%, transparent));
  background-image: linear-gradient(to top, #1eea92 0%, #1eea92 16%, transparent 16%);
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 0.1em);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.secMessage__txt {
  margin: 0;
  font-weight: 700;
  font-size: 19px;
  line-height: 2.2;
  letter-spacing: 0;
}
.secMessage-visual {
  position: relative;
}
.secMessage-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -160px;
  left: 49%;
  right: calc(50% - 50vw);
  height: min(100%, 800px);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-blue)), to(var(--color-green)));
  background: linear-gradient(180deg, var(--color-blue) 0%, var(--color-green) 100%);
  pointer-events: none;
}
.secMessage-visual__fig {
  position: relative;
  z-index: 1;
  margin: 0;
}
.secMessage-visual__img {
  display: block;
  width: 100%;
  max-width: 420px;
}
.secMessage-visual__caption {
  margin-top: 6px;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .secMessage {
    padding: 60px 0;
  }
  .secMessage-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .secMessage-content::before {
    bottom: -40px;
    right: 20.5%;
    left: calc(50% - 50vw);
    height: min(100%, 1000px);
    background: #f8f8f8;
    pointer-events: none;
  }
  .secMessage__catch {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .secMessage__txt {
    font-size: 14px;
    line-height: 1.9;
  }
  .secMessage-visual::before {
    top: 0;
    left: 100px;
    right: calc(50% - 50vw);
    height: 280px;
  }
  .secMessage-visual__img {
    margin-top: 30px;
    max-width: 220px;
    margin-inline: auto;
  }
  .secMessage-visual__caption {
    max-width: auto;
    margin-inline: auto;
    text-align: center;
    font-size: 14px;
  }
}

/*------------------------------------------
	.secWorks
------------------------------------------*/
.secWorks {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.secWorks::after {
  content: "";
  display: block;
  width: min(100%, 50% + 365px);
  height: min(100%, 954px);
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.secWorks-inner {
  max-width: 1140px;
}
.secWorks__secTit {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .secWorks {
    padding: 40px 0;
  }
  .secWorks__secTit {
    margin-bottom: 30px;
  }
  .secWorks::after {
    width: 100%;
    top: 70px;
    bottom: auto;
    height: 1420px;
    width: 85%;
  }
}

/*	.secWorks-sec
------------------------------------------*/
.secWorks-sec + .secWorks-sec {
  margin-top: 100px;
}
.secWorks-sec__tit {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
}
.secWorks-sec-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto 30px auto 30px 1fr 30px auto;
  grid-template-rows: auto auto 1fr auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
}
.secWorks-sec-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.secWorks-sec-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.secWorks-sec-list > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.secWorks-sec-list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.secWorks-sec-list > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.secWorks-sec-list > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.secWorks-sec-list > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.secWorks-sec-list > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.secWorks-sec-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  min-width: 0;
}
.secWorks-sec-list__img {
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
  margin-bottom: 0;
}
.secWorks-sec-list__tit {
  -ms-grid-row: 2;
  grid-row: 2;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
}
.secWorks-sec-list__txt {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-row-align: start;
      align-self: start;
  width: calc(100% - 20px);
  margin-inline: auto;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.secWorks-sec-list__btns {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-row-align: end;
      align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-top: 28px;
  overflow: visible;
}
.secWorks-sec-list__btnItem {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.secWorks-sec-list__btnItem .secSearch-btn {
  width: 100%;
  height: auto;
  min-height: 80px;
  padding: 8px 32px;
}
.secWorks-sec-list__label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  padding: 4px 10px;
  white-space: nowrap;
  z-index: 1;
}
.secWorks-sec-list__btns.is-single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secWorks-sec-list__btns.is-single .secWorks-sec-list__btnItem {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .secWorks-sec + .secWorks-sec {
    margin-top: 80px;
  }
  .secWorks-sec__tit {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .secWorks-sec-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: none;
    grid-template-rows: none;
    row-gap: 40px;
  }
  .secWorks-sec-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .secWorks-sec-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row: auto;
    -ms-grid-rows: none;
    grid-template-rows: none;
  }
  .secWorks-sec-list__img {
    margin-bottom: 20px;
  }
  .secWorks-sec-list__tit {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .secWorks-sec-list__txt {
    width: 100%;
    font-size: 15px;
  }
  .secWorks-sec-list__btns {
    gap: 40px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding-top: 28px;
  }
  .secWorks-sec-list__btnItem .secSearch-btn {
    width: 100%;
    max-width: none;
    font-size: 16px;
  }
  .secWorks-sec-list__btns.is-single .secWorks-sec-list__btnItem {
    max-width: none;
  }
}

/*------------------------------------------
	.secVoice
------------------------------------------*/
.secVoice {
  padding: 80px 0 100px;
  position: relative;
  z-index: 2;
}
.secVoice__secTit {
  margin-bottom: 50px;
}
.secVoice-imgBox {
  text-align: center;
}
.secVoice-imgBox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .secVoice {
    padding: 80px 0 40px;
  }
  .secVoice__secTit {
    margin-bottom: 30px;
  }
  .secVoice-inner {
    padding: 0;
  }
}

/*------------------------------------------
	.secEnvironment
------------------------------------------*/
.secEnvironment {
  padding: 120px 0 100px;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.secEnvironment::after {
  content: "";
  display: block;
  width: min(100%, 50% + 335px);
  height: min(100%, 1394px);
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.secEnvironment__secTit {
  margin-bottom: 0;
}
.secEnvironment__lead {
  margin-top: 20px;
  margin-bottom: 100px;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0;
}
.secEnvironment-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
.secEnvironment-list__item {
  margin: 0;
}
.secEnvironment-list__inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.secEnvironment-list__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.secEnvironment-list__inner[data-num]::after {
  content: attr(data-num);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 106px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.secEnvironment-list__main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(100%, 420px);
  padding-top: 24px;
}
.secEnvironment-list__tit {
  margin: 0;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: 0;
}
.secEnvironment-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
.secEnvironment-list__item.is-green .secEnvironment-list__inner {
  width: 90%;
  margin-right: auto;
  color: #000;
}
.secEnvironment-list__item.is-green .secEnvironment-list__inner::before {
  left: calc(50% - 50vw);
  right: 0;
  background: var(--color-green);
}
.secEnvironment-list__item.is-blue .secEnvironment-list__inner {
  width: 77%;
  margin-left: auto;
  color: #fff;
}
.secEnvironment-list__item.is-blue .secEnvironment-list__inner::before {
  left: -120px;
  right: calc(50% - 50vw);
  background: var(--color-blue);
}
@media screen and (max-width: 768px) {
  .secEnvironment {
    padding: 60px 0;
  }
  .secEnvironment__lead {
    margin-bottom: 60px;
    font-size: 15px;
  }
  .secEnvironment-list {
    gap: 56px;
  }
  .secEnvironment-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    padding: 44px 20px 24px;
  }
  .secEnvironment-list__inner[data-num]::after {
    left: 20px;
    font-size: 48px;
  }
  .secEnvironment-list__main {
    width: 100%;
    padding-top: 0;
  }
  .secEnvironment-list__tit {
    font-size: 24px;
  }
  .secEnvironment-list__txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .secEnvironment-list__item.is-green .secEnvironment-list__inner {
    width: 100%;
    margin-right: 0;
  }
  .secEnvironment-list__item.is-blue .secEnvironment-list__inner {
    width: 100%;
    margin-left: 0px;
  }
}

/*------------------------------------------
	.secSearch
------------------------------------------*/
.secSearch {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.secSearch-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 440px;
  grid-template-columns: 1fr 440px;
  gap: 40px 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.secSearch__secTit {
  margin-bottom: 0;
}
.secSearch-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.secSearch-list__item {
  margin: 0;
}
.secSearch-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 440px;
  height: 100px;
  padding: 24px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.secSearch-btn__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.secSearch-btn__ico {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.secSearch-btn__ico img {
  display: block;
  width: 100%;
  height: auto;
}
.secSearch-btn.is-blue {
  background: var(--color-blue);
  color: #fff;
}
.secSearch-btn.is-green {
  background: var(--color-green);
  color: #000;
}
@media screen and (max-width: 768px) {
  .secSearch {
    padding: 60px 0;
  }
  .secSearch-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .secSearch__secTit {
    width: min(100% - 20px);
    margin: 0 auto;
    font-size: 11.5vw;
  }
  .secSearch-btn {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    font-size: 15px;
  }
}

/*------------------------------------------
	.secGallery
------------------------------------------*/
.secGallery {
  padding: 2px 0 8px;
  position: relative;
  z-index: 2;
}
.secGallery-imgBox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .secGallery {
    padding: 2px 0 2px;
  }
  .secGallery__secTit {
    width: min(100% - 20px);
    margin: 0 auto 30px;
    font-size: min(7vw, 26px);
    text-shadow: 0 0 16px #0b5e94;
  }
}

/*------------------------------------------
	.btnEntry
------------------------------------------*/
.btnEntry {
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  font-size: 102px;
  text-align: center;
  letter-spacing: 0.1em;
}
.btnEntry a {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btnEntry a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg_entry_pc.webp") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .btnEntry a::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .btnEntry {
    font-size: 60px;
  }
  .btnEntry a {
    height: 224px;
  }
  .btnEntry a::after {
    background-image: url("../img/bg_entry_pc.webp");
  }
}
/*# sourceMappingURL=style.css.map */