@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
section,
article,
header,
footer,
main,
nav,
span,
a,
*::before,
*::after {
  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,
p,
li,
th,
td,
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;
}

/*------------------------------------------
	root
------------------------------------------*/
:root {
  --inner-padding: 80px;
  --font-size-base: 16px;
  --line-height-base: 2;
  --line-height-head: 1.5;
  --letter-spacing: 0;
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", Meiryo, sans-serif;
  --color-txt: #fff;
  --color-blue: #005eae;
}
@media screen and (min-width: 768px) {
  :root {
    --body-min-width: 1000px;
    --c-box01-bg-width: 19.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  :root {
    --inner-padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --inner-padding: 20px;
    --header-height: 60px;
    --font-size-base: 12px;
  }
}

/*------------------------------------------
	utility
------------------------------------------*/
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 375px) {
  .u-sp-small {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: var(--color-txt);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  -webkit-text-size-adjust: 100%;
}

* {
  letter-spacing: var(--letter-spacing);
}

a {
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: var(--line-height-head);
}

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

/*------------------------------------------
	frame / smooth scroll
------------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: var(--header-height);
  }
}

body {
  background: #3f3f3f;
}
@media screen and (min-width: 768px) {
  body {
    min-width: var(--body-min-width);
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: var(--header-height);
  }
}

/*------------------------------------------
	hover
------------------------------------------*/
@media (hover: hover) {
  a {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
/*============================================================================================================
	js
============================================================================================================*/
/*	js - magnific_popup
------------------------------------------*/
body .mfp-bg {
  z-index: 9993;
  opacity: 0.8;
  background: #000;
}
body .mfp-wrap {
  z-index: 9994;
}
body .mfp-container {
  padding: 15px;
}
body .mfp-close {
  cursor: pointer !important;
  color: #fff !important;
  opacity: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  right: 0 !important;
  padding: 0 !important;
}

/*============================================================================================================
	component
============================================================================================================*/
/*------------------------------------------
	inner
------------------------------------------*/
.c-inner01 {
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--inner-padding);
}

/*------------------------------------------
	.c-box01
------------------------------------------*/
.c-box01-content-inner {
  padding-inline: var(--inner-padding);
}
@media screen and (min-width: 768px) {
  .c-box01 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--c-box01-bg-width);
  }
  .c-box01-content {
    position: relative;
    z-index: 2;
  }
  .c-box01-bg {
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    position: relative;
  }
  .c-box01-bg::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: max(195px, var(--c-box01-bg-width));
    height: 100vh;
    height: 100lvh;
    background: no-repeat center/cover;
  }
  .c-box01-bg.is-bg01::after {
    background-image: url(../img/home/bg_side01.jpg);
    background-position: 90% bottom;
  }
  .c-box01-bg.is-bg02::after {
    background-image: url(../img/home/bg_side02.jpg);
  }
  .c-box01-bg.is-bg03::after {
    background-image: url(../img/home/bg_side03.jpg);
  }
  .c-box01-bg.is-bg04::after {
    background-image: url(../img/home/bg_side04.jpg);
  }
  .c-box01-bg.is-bg05::after {
    background-image: url(../img/home/bg_side05.jpg);
  }
  .c-box01-bg.is-bg06::after {
    background-image: url(../img/home/bg_side06.jpg);
  }
}
@media screen and (max-width: 767px) {
  .c-box01-bg {
    display: none;
  }
}

/*------------------------------------------
	tit
------------------------------------------*/
/*	.c-tit01
------------------------------------------*/
.c-tit01 {
  overflow: clip;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.c-tit01__en {
  order: -1;
  margin-block: -0.1em -0.35em;
  color: rgba(255, 255, 255, 0.05);
  font-weight: 700;
  font-size: 130px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .c-tit01 {
    font-size: 26px;
  }
  .c-tit01__en {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-tit01 {
    font-size: 18px;
  }
  .c-tit01__en {
    margin-bottom: -0.4em;
    font-size: 55px;
  }
}

/*	.c-tit02(Wrap, en, ja, lead)
------------------------------------------*/
.c-tit02__en {
  position: relative;
  margin-bottom: 10px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 80px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
}
.c-tit02__en::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 0.13em;
}
.c-tit02__ja {
  padding: 0 0 12px 40px;
  font-weight: 700;
  font-size: 30px;
  position: relative;
}
.c-tit02__ja::before,
.c-tit02__ja::after {
  content: "";
  display: block;
  background: #666;
  position: absolute;
  pointer-events: none;
}
.c-tit02__ja::before {
  width: 1px;
  height: 50px;
  left: 20px;
  bottom: -20px;
}
.c-tit02__ja::after {
  width: 200px;
  height: 1px;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .c-tit02__en {
    font-size: 64px;
  }
  .c-tit02__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-tit02__en {
    margin-bottom: 7px;
    font-size: 45px;
  }
  .c-tit02__ja {
    padding: 0 0 7px 30px;
    font-size: 18px;
  }
  .c-tit02__ja::before {
    height: 25px;
    bottom: -10px;
  }
  .c-tit02__ja::after {
    width: 100px;
    left: 10px;
  }
}

/* .c-tit02__lead */
.c-tit02Wrap .c-tit02__lead {
  margin: 8px 0 0 30px;
}
@media screen and (min-width: 768px) {
  .c-tit02Wrap:has(.c-tit02__lead) {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
  }
  .c-tit02Wrap:has(.c-tit02__lead) .c-tit02__en {
    width: 100%;
  }
  .c-tit02Wrap .c-tit02__lead {
    flex: 1;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .c-tit02Wrap .c-tit02__lead {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-tit02Wrap .c-tit02__lead {
    margin: 20px 0 0 30px;
  }
}

/*------------------------------------------
	color
------------------------------------------*/
/*	.c-bg-gray01
------------------------------------------*/
.c-bg-gray01 {
  background: #373737;
}

/*	.c-bg-gray02
------------------------------------------*/
.c-bg-gray02 {
  background: #bfbfbf;
}

/*============================================================================================================
	.l-header
============================================================================================================*/
@media screen and (min-width: 768px) {
  .l-headerWrap {
    display: grid;
    grid-template-columns: min(35%, 500px) 1fr;
  }
}

.l-header__tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 104px;
  padding-left: 35%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
}
.l-header__tit::after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background: url(../img/common/logo01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__tit-small {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
    width: min(100%, 380px);
    margin-inline: auto;
    padding: 40px 20px 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header {
    gap: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
    height: var(--header-height);
    display: flex;
    align-items: center;
    padding-inline: 20px calc(var(--header-height) + 10px);
    background: #3f3f3f;
  }
  .l-header__tit {
    gap: 5px;
    min-height: 45px;
    padding-left: 55px;
    font-size: 11px;
  }
  .l-header__tit::after {
    width: 35px;
  }
  .l-header__tit-small {
    font-size: 8px;
    line-height: 1.3;
  }
}

/*============================================================================================================
	.l-nav
============================================================================================================*/
/*	common
------------------------------------------*/
.l-nav-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 28px;
}
.l-nav-list__item {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: var(--line-height-head);
}
.l-nav-list__item a {
  display: block;
  padding-left: 35px;
  position: relative;
}
.l-nav-list__item a::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #48abff;
  position: absolute;
  top: 18px;
  left: 0;
  transition: all 0.3s;
}
.l-nav-list__item-en {
  display: block;
  margin-bottom: 2px;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media (hover: hover) {
  .l-nav-list__item a:hover {
    opacity: 1;
    color: #48abff;
  }
  .l-nav-list__item a:hover::after {
    left: 5px;
  }
}

/*	pc
------------------------------------------*/
@media screen and (min-width: 768px) {
  .l-nav {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-nav-list__item a::after {
    top: 14px;
  }
  .l-nav-list__item-en {
    font-size: 26px;
  }
}

/*	sp
------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: min(100% - 60px, 315px);
    height: 100%;
    z-index: 9991;
  }
  .l-nav-inner {
    width: 100%;
    height: calc(100% - 50px);
    padding: 75px 15px 80px 30px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 2;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-nav-inner::-webkit-scrollbar {
    display: none;
  }
  .l-nav-list {
    grid-gap: 20px;
  }
  .l-nav-list__item {
    font-size: 10px;
  }
  .l-nav-list__item a {
    padding-left: 20px;
  }
  .l-nav-list__item a::after {
    width: 10px;
    top: 11px;
  }
  .l-nav-list__item-en {
    margin-bottom: 4px;
    font-size: 22px;
  }
  .l-nav-overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
  }
}

.l-navBtn {
  --size: var(--header-height);
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  width: var(--size);
  height: var(--size);
  text-align: center;
  z-index: 9992;
}
.l-navBtn span {
  --position: calc(50% - 9px);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: all 0.3s;
}
.l-navBtn span:nth-of-type(1) {
  top: var(--position);
}
.l-navBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.l-navBtn span:nth-of-type(3) {
  bottom: var(--position);
}
.l-navBtn.is-close span:nth-of-type(1) {
  transform: translateY(8px) rotate(-225deg);
}
.l-navBtn.is-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.l-navBtn.is-close span:nth-of-type(3) {
  transform: translateY(-8px) rotate(225deg);
}

/*============================================================================================================
	.l-footer
============================================================================================================*/
.l-footer {
  padding: 35px var(--inner-padding);
  background: #787878;
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 20px;
    background: #282828;
  }
  .l-footer__copyright {
    font-size: 10px;
  }
}

/*============================================================================================================
	.l-container (common)
============================================================================================================*/
/*==========================================
	.l-main
==========================================*/
/*============================================================================================================
	page
============================================================================================================*/
/*	home
============================================================================================================*/
/*------------------------------------------
	.homeMv
------------------------------------------*/
.homeMv {
  position: relative;
}
.homeMv-news {
  width: min(95%, 860px);
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  background: var(--color-blue);
  padding: 25px 40px;
}
.homeMv-news__item-in {
  display: flex;
  align-items: center;
}
.homeMv-news__item-in::before {
  content: "";
  display: block;
  width: 27px;
  margin-right: 20px;
  aspect-ratio: 55/40;
  background: url(../img/common/ico_mail01.png) no-repeat center/contain;
  flex-shrink: 0;
}
.homeMv-news__date {
  min-width: 100px;
  margin-right: 30px;
}
.homeMv-news__tit {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .homeMv {
    min-height: 100%;
    max-height: calc(100vh - 10px);
    max-height: calc(100dvh - 10px);
  }
  .homeMv-imgBox {
    height: 100%;
  }
  .homeMv-imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .homeMv {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .homeMv-news {
    width: calc(100% - 60px);
    padding: 15px 20px;
  }
  .homeMv-news__item-in {
    flex-wrap: wrap;
  }
  .homeMv-news__item-in::before {
    width: 15px;
    margin-right: 7px;
  }
  .homeMv-news__date {
    min-width: auto;
    margin-right: 0;
    font-size: 11px;
  }
  .homeMv-news__tit {
    width: 100%;
    font-size: 12px;
  }
}


/*------------------------------------------
	.homeMessage
------------------------------------------*/
.homeMessage__secTit {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .homeMessage__secTit {
    margin-bottom: 40px;
  }
}

/*------------------------------------------
	.homeGreetings
------------------------------------------*/
.homeGreetings {
  padding-block: 0 150px;
}
.homeGreetings__secTitWrap {
  margin-bottom: 50px;
}
.homeGreetings-box__catch {
  margin-bottom: 20px;
  color: #94ceff;
  font-weight: 700;
  font-size: 20px;
}
.homeGreetings-box__txt {
  letter-spacing: 0.05em;
}
.homeGreetings-box__txt + .homeGreetings-box__txt {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .homeGreetings-box {
    /* overflow: hidden; */
    position: relative;
  }
  .homeGreetings-box__img {
    /* float: right; */
    /* width: min(32%, 320px); */
    /* margin: 10px 0 30px 30px; */

    width: 100%;
    height: 100%;
    height: calc(100% - 60px);
    object-fit: cover;
    object-position: 100%;
  }

  .homeGreetings-boxLeft {
    position: relative;
    margin-right: 320px; /* 画像幅 + マージン */
  }
  .homeGreetings-boxRight {
    position: absolute;
    top: 60px;
    right: -20px;
    right: -10px;
    width: 320px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homeGreetings {
    padding-block: 0 75px;
  }
  .homeGreetings__secTitWrap {
    margin-bottom: 30px;
  }
  .homeGreetings-box {
    display: flex;
    flex-direction: column;
  }
  .homeGreetings-box__catch {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .homeGreetings-box__img {
    order: -1;
    display: block;
    width: min(80%, 255px);
    margin: 0 auto 20px;
    margin: 20px auto;
  }
}

/*------------------------------------------
	.homeOverview
------------------------------------------*/
.homeOverview {
  padding-block: 0 100px;
}
.homeOverview__secTitWrap {
  margin-bottom: 25px;
}
.homeOverview-box {
  display: grid;
  grid-template-columns: 1fr min(32%, 320px);
  grid-gap: 30px;
  align-items: start;
}
.homeOverview-box__img {
  width: 100%;
  width: 70%;
  display: block;
  margin-top: 35px;
}
.homeOverview-box-data {
  order: -1;
}
.homeOverview-box-data tr {
  border-bottom: 1px solid #666;
}
.homeOverview-box-data tr:last-of-type {
  border-bottom: none;
}
.homeOverview-box-data th,
.homeOverview-box-data td {
  padding-block: 25px;
  padding-left: 20px;
}
.homeOverview-box-data th {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .homeOverview {
    padding-block: 0 70px;
  }
  .homeOverview__secTitWrap {
    margin-bottom: 30px;
  }
  .homeOverview-box {
    display: block;
  }
  .homeOverview-box__img {
    width: min(80%, 255px);
    margin: 0 auto 15px;
  }
  .homeOverview-box-data th,
  .homeOverview-box-data td {
    display: block;
    width: 100%;
    padding-inline: 10px;
    line-height: 1.67;
  }
  .homeOverview-box-data th {
    padding-block: 10px 4px;
  }
  .homeOverview-box-data td {
    padding-block: 0 10px;
  }
}

/*------------------------------------------
	.homeTimeline
------------------------------------------*/
.homeTimeline {
  padding-block: 150px 155px;
}
.homeTimeline__secTitWrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .homeTimeline {
    padding-block: 0 75px;
  }
  .homeTimeline__secTitWrap {
    margin-bottom: 20px;
  }
}

/*------------------------------------------
	.homeNumbers
------------------------------------------*/
.homeNumbers {
  padding-block: 0 160px;
}
.homeNumbers__secTitWrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .homeNumbers {
    padding-block: 0 80px;
  }
  .homeNumbers__secTitWrap {
    margin-bottom: 25px;
  }
}

/*------------------------------------------
	.homeService
------------------------------------------*/
.homeService__secTit {
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .homeService {
    position: relative;
  }
  .homeService::after {
    content: "";
    display: block;
    width: calc(100% - var(--c-box01-bg-width));
    height: 100%;
    background: url(../img/home/bg_wide01_pc.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .homeService__secTit .c-tit01__en {
    color: rgba(255, 255, 255, 0.03);
  }
}
@media screen and (max-width: 767px) {
  .homeService {
    background: #2c2c2c url(../img/home/bg_wide01_sp.jpg) no-repeat center
      top/100% auto;
  }
  .homeService__secTit {
    margin-bottom: 45px;
  }
}

/*------------------------------------------
	.homeCore
------------------------------------------*/
.homeCore {
  padding-block: 0 110px;
}
.homeCore__secTitWrap {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .homeCore__secTitWrap {
    display: block !important;
  }
  .homeCore__secTitWrap .c-tit02__lead {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .homeCore {
    padding-block: 0 75px;
  }
  .homeCore__secTitWrap {
    margin-bottom: 25px;
  }
}

/*------------------------------------------
	.homeSolutions
------------------------------------------*/
.homeSolutions {
  padding-block: 0 190px;
}
.homeSolutions__secTitWrap {
  margin-bottom: 50px;
}
.homeSolutions-boxWrap {
  counter-reset: number;
  display: grid;
  grid-template-columns: 31.2% 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 50px 4%;
}
.homeSolutions-box__tit {
  padding: 10px 10px 10px 60px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.homeSolutions-box__tit::after {
  counter-increment: number;
  content: counter(number, decimal);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 56px;
  line-height: 1;
  position: absolute;
  left: 20px;
  bottom: 5px;
}
.homeSolutions-box:nth-of-type(1) .homeSolutions-box__tit {
  background: #2e75b6;
}
.homeSolutions-box:nth-of-type(2) .homeSolutions-box__tit {
  background: #548235;
  background: #c55a11;
}
.homeSolutions-box:nth-of-type(3) .homeSolutions-box__tit {
  background: #c55a11;
  background: #548235;
}
.homeSolutions-box__img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .homeSolutions .c-tit02__lead {
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .homeSolutions-boxWrap {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .homeSolutions {
    padding-block: 0 80px;
  }
  .homeSolutions-boxWrap {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
  .homeSolutions-box__tit {
    padding-block: 7px;
    font-size: 18px;
  }
  .homeSolutions-box__tit::after {
    font-size: 45px;
  }
  .homeSolutions-box__img {
    margin-bottom: 15px;
  }
}

/* .homeSolutions-sol03 */
.homeSolutions-sol03-box01-tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-block: 10px;
}
.homeSolutions-sol03-box01-tag__item {
  padding: 8px 12px;
  background: #ffc000;
  font-weight: 700;
  line-height: 1.5;
}
.homeSolutions-sol03-box02-top {
  margin-bottom: 20px;
  padding: 0 3px 3px;
  background: #deebf7;
}
.homeSolutions-sol03-box02__tit {
  padding-block: 10px 13px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: var(--line-height-head);
}
.homeSolutions-sol03-box02__img {
  width: 100%;
}
.homeSolutions-sol03-box02-data {
  background: #e7f3f4;
}
.homeSolutions-sol03-box02-data .red {
  color: #ec1a17;
}
.homeSolutions-sol03-box02-data .blue {
  color: #0e15fd;
}
.homeSolutions-sol03-box02-data .green {
  color: #1c9638;
}
.homeSolutions-sol03-box02-data th,
.homeSolutions-sol03-box02-data td {
  padding: 6px 2px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}
.homeSolutions-sol03-box02-data th:last-of-type,
.homeSolutions-sol03-box02-data td:last-of-type {
  border-right: none;
}
.homeSolutions-sol03-box02-data thead {
  background: #d9d9d9;
}
.homeSolutions-sol03-box02-data thead .small {
  font-size: 0.82em;
}
.homeSolutions-sol03-box02-data tbody .small {
  font-size: 0.9em;
}
.homeSolutions-sol03-box02-data tbody tr:last-of-type th,
.homeSolutions-sol03-box02-data tbody tr:last-of-type td {
  border-bottom: none;
}
.homeSolutions-sol03-box02-data tbody td:not(:first-of-type) {
  font-size: 18px;
}
.homeSolutions-sol03-box03 {
  grid-column: span 2;
}
.homeSolutions-sol03-box03__tit {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.homeSolutions-sol03-box03__tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  border: 1px solid;
  border-bottom: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.homeSolutions-sol03-box03__tit-in {
  display: block;
  width: fit-content;
  max-width: 90%;
  margin-inline: auto;
  padding: 2px 10px;
  background: #2a2a2a;
}
.homeSolutions-sol03-box03-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding: 35px 40px 40px;
  border: 1px solid;
  border-top: none;
}
.homeSolutions-sol03-box03-list__item {
  display: grid;
  grid-template-columns: 32% 1fr;
  align-items: center;
  grid-gap: 20px;
}
.homeSolutions-sol03-box03-list-head01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: #fff;
}
.homeSolutions-sol03-box03-list-head02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.homeSolutions-sol03-box03-list-head02 img {
  width: 100%;
}
.homeSolutions-sol03-box03-list-head03 {
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4472c4;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.homeSolutions-sol03-box03-list__txt {
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .homeSolutions-sol03 {
    grid-area: 1/2/3/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .homeSolutions-sol03 {
    grid-area: 2/1/3/3;
  }
}
@media screen and (max-width: 767px) {
  .homeSolutions-sol03-box01 {
    margin-bottom: 35px;
  }
  .homeSolutions-sol03-box01-tag {
    justify-content: start;
    margin-block: 5px 15px;
  }
  .homeSolutions-sol03-box01-tag__item {
    padding: 3px 10px;
  }
  .homeSolutions-sol03-box02 {
    margin-bottom: 30px;
  }
  .homeSolutions-sol03-box02-top {
    padding: 0 2px 2px;
  }
  .homeSolutions-sol03-box02__tit {
    padding-block: 7px 9px;
    font-size: 18px;
  }
  .homeSolutions-sol03-box02-data tbody .small {
    font-size: 0.8em;
  }
  .homeSolutions-sol03-box02-data tbody td:not(:first-of-type) {
    font-size: 15px;
  }
  .homeSolutions-sol03-box03__tit {
    font-size: 18px;
  }
  .homeSolutions-sol03-box03-list {
    padding: 15px 20px 20px;
    grid-gap: 25px;
  }
  .homeSolutions-sol03-box03-list__item {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
  .homeSolutions-sol03-box03-list-head01 {
    padding: 7px;
  }
  .homeSolutions-sol03-box03-list-head01 img {
    width: 93px;
  }
  .homeSolutions-sol03-box03-list-head03 {
    min-height: 65px;
    font-size: 24px;
  }
}

/*------------------------------------------
	.homeCulture
------------------------------------------*/
.homeCulture {
  padding-block: 140px 160px;
}
.homeCulture__secTitWrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .homeCulture .js-modal-culture {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .homeCulture {
    padding-block: 80px;
  }
  .homeCulture__secTitWrap {
    margin-bottom: 20px;
  }
  .homeCulture-imgBox a {
    display: block;
  }
  .homeCulture-imgBox__more {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 30px 0 0 auto;
    padding: 3px 6px 3px 20px;
    background: #878787 url(../img/common/ico_modal01.png) no-repeat 7px
      center/9px;
    font-size: 9px;
    line-height: 1.5;
  }
  .homeCulture-imgBox__more::after {
    content: "";
    display: block;
    width: 5px;
    height: 3px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: currentColor;
    flex-shrink: 0;
  }
}

/* modal */
@media screen and (max-width: 767px) {
  .homeCulture-modal {
    padding-block: 40px;
    position: relative;
  }
  .homeCulture-modal-imgBox {
    overflow: auto;
    padding: 20px;
  }
  .homeCulture-modal-imgBox img {
    max-width: none;
    width: 700px;
  }
}

/*------------------------------------------
	.homeOffice
------------------------------------------*/
.homeOffice__secTit {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .homeOffice__secTit {
    margin-bottom: 45px;
  }
}

/*------------------------------------------
	.homeBase
------------------------------------------*/
.homeBase {
  padding-block: 0 160px;
}
.homeBase-sec + .homeBase-sec {
  margin-top: 70px;
}
.homeBase-sec:nth-of-type(2) .homeBase-sec__secTit {
  margin-bottom: 40px;
}
.homeBase-sec__secTit {
  margin-bottom: 50px;
}
.homeBase-sec-box {
  display: grid;
  grid-template-columns: 58% 1fr;
  align-items: center;
  grid-gap: 6%;
}
.homeBase-sec-box-imgBox img {
  width: 100%;
}
.homeBase-sec-box-txtBox {
  margin-bottom: 100px;
}
.homeBase-sec-box__tit {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .homeBase {
    padding-block: 0 70px;
  }
  .homeBase-sec + .homeBase-sec {
    margin-top: 35px;
  }
  .homeBase-sec:nth-of-type(2) .homeBase-sec__secTit {
    margin-bottom: 30px;
  }
  .homeBase-sec__secTit {
    margin-bottom: 30px;
  }
  .homeBase-sec-box {
    display: block;
  }
  .homeBase-sec-box-txtBox {
    margin-block: 15px 0;
  }
  .homeBase-sec-box__tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* slider */
.js-base-slider .slick-arrow {
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url(../img/common/ico_arrow01.png) no-repeat center/25px;
  box-sizing: border-box;
  position: absolute;
  top: 38%;
  text-indent: 100%;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
.js-base-slider .slick-arrow.slick-prev {
  transform: scale(-1, 1);
  left: 10px;
}
.js-base-slider .slick-arrow.slick-next {
  right: 10px;
}
.js-base-slider .slick-dots {
  --gap: 10px;
  --num: 5;
  margin-top: var(--gap);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap);
}
.js-base-slider .slick-dots li {
  cursor: pointer;
  width: calc((100% - var(--gap) * (var(--num) - 1)) / var(--num));
  opacity: 0.7;
  transition: all 0.3s;
}
.js-base-slider .slick-dots li.slick-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .js-base-slider .slick-arrow {
    width: 28px;
    height: 28px;
    border-width: 1px;
    background-size: 12px;
  }
  .js-base-slider .slick-dots {
    --gap: 5px;
  }
}
@media (hover: hover) {
  .js-base-slider .slick-arrow:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
  }
  .js-base-slider .slick-dots li:hover {
    opacity: 1;
  }
}

/*------------------------------------------
	.homeLocations
------------------------------------------*/
.homeLocations {
  padding-block: 150px 160px;
}
.homeLocations__secTitWrap {
  margin-bottom: 85px;
}
.homeLocations-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5.5%;
  grid-gap: 3.5%;
  /* grid-gap: 2%; */
}
.homeLocations-list-mapBox {
  width: 100%;
  margin-bottom: 17px;
}
.homeLocations-list-mapBox iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.homeLocations-list__tit {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.homeLocations-list__tit-small {
  font-size: 0.84em;
}
.homeLocations-list__address {
  text-align: center;
}
.homeLocations__txt {
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid #666;
}
@media screen and (min-width: 768px) {
  .homeLocations-list-mapBox {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .homeLocations-list {
    grid-gap: var(--inner-padding);
  }
  .homeLocations-list__tit {
    font-size: 18px;
  }
  .homeLocations-list__address {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .homeLocations {
    padding-block: 0 75px;
  }
  .homeLocations__secTitWrap {
    margin-bottom: 30px;
  }
  .homeLocations-list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .homeLocations-list-mapBox {
    height: 225px;
    margin-bottom: 15px;
  }
  .homeLocations-list__tit {
    margin-bottom: 2px;
    font-size: 18px;
    text-align: left;
  }
  .homeLocations-list__tit-small {
    font-size: 0.7em;
  }
  .homeLocations-list__address {
    text-align: left;
  }
  .homeLocations__txt {
    margin-top: 40px;
    padding-top: 15px;
    line-height: 1.67;
  }
}

/*------------------------------------------
	.homeLatest
------------------------------------------*/
.homeLatest {
  display: grid;
  grid-template-columns: 41.5% 1fr;
  grid-gap: 50px;
  align-items: start;
  padding-block: 150px 170px;
}
.homeLatest__secTitWrap {
  width: fit-content;
  margin-inline: auto;
}
.homeLatest-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 10px;
}
.homeLatest-list__item-in {
  display: grid;
  grid-template-columns: 125px 1fr;
  align-items: start;
  grid-gap: 15px;
}
.homeLatest-list__date {
  margin-top: 4px;
  line-height: 1.5;
}
.homeLatest-list__tit {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.4em;
}
@media screen and (max-width: 767px) {
  .homeLatest {
    display: block;
    padding-block: 75px 80px;
  }
  .homeLatest__secTitWrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .homeLatest-list {
    grid-gap: 15px;
    margin-top: 0;
  }
  .homeLatest-list__item-in {
    grid-template-columns: 65px 1fr;
    grid-gap: 10px;
  }
  .homeLatest-list__date {
    margin-top: 2px;
    font-size: 11px;
  }
  .homeLatest-list__tit {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .homeLatest-list__item-in:hover {
    opacity: 1;
    color: #48abff;
  }
}

/*------------------------------------------
	.homeAchievements
------------------------------------------*/
.homeAchievements {
  padding-block: 160px 165px;
}
.homeAchievements-inner {
  max-width: calc(1520px + var(--inner-padding) * 2);
}
.homeAchievements__secTit {
  margin-bottom: 65px;
}
.homeAchievements__secTit .c-tit01__en {
  color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .homeAchievements {
    padding-block: 0 80px;
  }
  .homeAchievements__secTit {
    margin: 0 calc(var(--inner-padding) * -0.5) 35px;
  }
  .homeAchievements__secTit .c-tit01__en {
    font-size: min(11vw, 43px);
  }
}

/* c-achievements-tag (tag common style) */
.c-achievements-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-achievements-tag__item {
  padding: 2px 12px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
.c-achievements-tag__item.is-cream {
  background: #fff2cc;
}
.c-achievements-tag__item.is-pink {
  background: #fbe5d6;
}
.c-achievements-tag__item.is-green {
  background: #c5e0b4;
}
.c-achievements-tag__item.is-olive-green {
  background: #527437;
  color: #fff;
}
.c-achievements-tag__item.is-yellow {
  background: #ffd966;
}
.c-achievements-tag__item.is-orange {
  background: #ed7d31;
  color: #fff;
}
.c-achievements-tag__item:hover {
  text-decoration: underline;
}
.js-achievements-content .c-achievements-tag__item.is-active {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-achievements-tag__item {
    padding-inline: 10px;
    font-size: 11px;
  }
}

/* .homeAchievements-nav */
.homeAchievements-nav {
  width: min(100%, 800px);
  margin: 0 auto 65px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: start;
  grid-gap: 20px;
}
.homeAchievements-nav-type {
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .homeAchievements-nav-typeWrap,
  .homeAchievements-nav-tagWrap {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: start;
    grid-gap: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .homeAchievements-nav {
    width: max(260px, 100% - 40px);
    margin-bottom: 30px;
    display: block;
  }
  .homeAchievements-nav-type {
    cursor: pointer;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 27px 2px 15px;
    background: #1d1e20;
    border: 1px solid #1d1e20;
    border-bottom: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
  }
  .homeAchievements-nav-typeWrap {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .homeAchievements-nav-type::after {
    content: "";
    display: block;
    width: 12px;
    aspect-ratio: 24/17;
    background: currentColor;
    -webkit-mask-image: url(../img/common/ico_sort01.png);
    mask-image: url(../img/common/ico_sort01.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
  }
  .homeAchievements-nav-type.is-active {
    background-color: #fff;
    color: #1d1e20;
  }
  .homeAchievements-nav-tagWrap {
    margin-top: -1px;
    padding: 10px;
    background: #fff;
    border: 1px solid #1d1e20;
  }
}

/* tab show / hide */
@media screen and (min-width: 768px) {
  .js-achievements-content {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .js-achievements-content {
    display: none;
  }
  .js-achievements-content.is-show {
    display: block;
  }
}

/* .homeAchievements-list */
.homeAchievements-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px 15px;
}
.homeAchievements-list__item {
  display: none;
}
.homeAchievements-list-imgBox {
  margin-bottom: 20px;
}
.homeAchievements-list-imgBox img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .homeAchievements-list .js-modal-achievements {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .homeAchievements-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
  }
  .homeAchievements-list .js-modal-achievements {
    display: block;
    position: relative;
  }
  .homeAchievements-list .js-modal-achievements::after {
    content: "";
    display: block;
    width: 12px;
    aspect-ratio: 18/18;
    background: url(../img/common/ico_modal01.png) no-repeat center/contain;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    filter: drop-shadow(0 0 5px rgba(29, 30, 32, 0.5));
  }
}

/* .homeAchievements__more */
.homeAchievements__more {
  width: 244px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;

  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .homeAchievements__more {
    width: 140px;
    height: 55px;
    margin-top: 40px;
    font-size: 14px;
  }
}
