@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-weight: 400;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #343434;
  font-weight: 400;
  letter-spacing: 0;
}

a, .link {
  color: #343434;
  text-decoration: none;
  transition: opacity 0.3s;
}
a.fig, .link.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture, .link.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img, .link.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: 100%;
}

address {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
}

/* *:focus {outline:none;} */
figure, .fig {
  margin: 0;
  vertical-align: top;
}
figure picture, .fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img, .fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.c-rekasou {
  font-size: 62.5%;
}
.c-rekasou p {
  color: unset;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
}

/* フォント */
.f_en {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.f_jp {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

/* マージン */
.pb100 {
  padding-bottom: 10em;
}

.pb150 {
  padding-bottom: 15em;
}

.mb30 {
  margin-bottom: 3em;
}

.mb50 {
  margin-bottom: 5em;
}

.relative {
  z-index: 1;
  position: relative;
}

.bgradius {
  border-radius: 3em 3em 0 0;
}

.bggr {
  background-color: #E9EEEF;
}

.c-hvr.ani_opa:hover {
  opacity: 0.8;
}

.swiper-button-prev,
.swiper-button-next {
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 2.4em;
  height: 2.4em;
  margin: auto;
  border-radius: 100px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-next {
  right: 2.5em;
}

.swiper-button-prev {
  left: 2.5em;
  transform: scaleX(-1);
}

/* foundation */
/* layout */
/*component*/
.c-inner01 {
  width: 87%;
  max-width: 1200px;
  margin: 0 auto;
}

.c-btn01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transform: translateZ(0);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
}
.c-btn01--left {
  margin-left: 0;
}
.c-btn01--right {
  margin-right: 0;
}
.c-btn01__link {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  gap: 0 1.6em;
  border-radius: 0.8em;
  background-color: #0C5EB0;
}
.c-btn01__link .icon {
  width: 4em;
  height: 4em;
}
.c-btn01__link .txt {
  color: #fff;
}
.c-btn01__link .c-icoarw01 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.4em;
  height: 2.4em;
  margin: auto;
}
.c-btn01__link:hover {
  opacity: 0.7;
}

.c-hvr {
  transition: all 0.3s ease-in-out;
}
.c-hvr .c-btnmore__link {
  transition: all 0.3s ease-in-out;
}
.c-hvr .c-btnmore__link--white:hover {
  border-color: #fff;
  background-color: #0C5EB0;
  color: #fff;
}
.c-hvr .c-btnmore__link--Navy {
  border-color: #204A9A;
  background-color: #204A9A;
}
.c-hvr .c-btnmore__link--Navy:hover {
  background-color: #fff;
  color: #204A9A;
}
.c-hvr .c-btnmore__link--Grn {
  border-color: #00A060;
  background-color: #00A060;
}
.c-hvr .c-btnmore__link--Grn:hover {
  background-color: #fff;
  color: #00A060;
}
.c-hvr .c-btnmore__link--GrnRev {
  background-color: #fff;
}
.c-hvr .c-btnmore__link--GrnRev::before {
  background-color: #00A060;
}
.c-hvr .c-btnmore__link--Red {
  border-color: #C91825;
  background-color: #C91825;
}
.c-hvr .c-btnmore__link--Red:hover {
  background-color: #fff;
  color: #C91825;
}
.c-hvr .c-btnmore__link--RedRev {
  background-color: #fff;
}
.c-hvr .c-btnmore__link--RedRev::before {
  background-color: #C91825;
}
.c-hvr .c-btnmore__link--Yellow {
  border-color: #EFB42F;
  background-color: #EFB42F;
}
.c-hvr .c-btnmore__link--Yellow:hover {
  background-color: #fff;
  color: #EFB42F;
}
.c-hvr .c-btnmore__link--YellowRev {
  background-color: #fff;
}
.c-hvr .c-btnmore__link--YellowRev::before {
  background-color: #EFB42F;
}
.c-hvr .c-btnmore__link--Purple {
  border-color: #9759AF;
  background-color: #9759AF;
}
.c-hvr .c-btnmore__link--Purple:hover {
  background-color: #fff;
  color: #9759AF;
}
.c-hvr .c-btnmore__link--PurpleRev {
  background-color: #fff;
}
.c-hvr .c-btnmore__link--PurpleRev::before {
  background-color: #9759AF;
}
.c-hvr .c-btnmore__link--Orange {
  border-color: #FF7600;
  background-color: #FF7600;
}
.c-hvr .c-btnmore__link--Orange:hover {
  background-color: #fff;
  color: #FF7600;
}
.c-hvr .c-btnmore__link--OrangeRev {
  background-color: #fff;
}
.c-hvr .c-btnmore__link--OrangeRev::before {
  background-color: #FF7600;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--blue {
  background-color: #fff;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--blue::before {
  background-color: #0C5EB0;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--NavyRev {
  background-color: #204A9A;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--NavyRev::before {
  background-color: #fff;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--Grn {
  background-color: #00A060;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--Grn::before {
  background-color: #fff;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--GrnRev {
  background-color: #00A060;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--GrnRev::before {
  background-color: #fff;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--RedRev {
  background-color: #C91825;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--RedRev::before {
  background-color: #fff;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--YellowRev {
  background-color: #EFB42F;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--YellowRev::before {
  background-color: #fff;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--PurpleRev {
  background-color: #9759AF;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--PurpleRev::before {
  background-color: #fff;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--OrangeRev {
  background-color: #FF7600;
}
.c-hvr .c-btnmore__link:hover .c-icoarw01--OrangeRev::before {
  background-color: #fff;
}

.c-btnmore {
  margin-top: 2em;
}
.c-btnmore__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  gap: 0 0.7em;
  border: 1px solid #fff;
  border-radius: 1em;
  color: #fff;
}
.c-btnmore__link--blue {
  border-color: #0C5EB0;
  background-color: #0C5EB0;
}
.c-btnmore__link--white {
  background-color: #fff;
  color: #0C5EB0;
}
.c-btnmore .txt {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.c-pageCmnTitle__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-bottom: 7.8em;
  gap: 0 3em;
}
.c-pageCmnTitle__textArea {
  width: 65em;
  padding-top: 8.6em;
}
.c-pageCmnTitle__textArea--white {
  color: #fff;
}
.c-pageCmnTitle__textArea-ttl {
  margin-bottom: 2.4em;
  color: #0C5EB0;
}
.c-pageCmnTitle__textArea-ttl--white {
  color: #fff;
}
.c-pageCmnTitle__textArea-ttl--white .f_jp::before {
  background-color: #fff !important;
}
.c-pageCmnTitle__textArea-ttl--blue {
  color: #0C5EB0;
}
.c-pageCmnTitle__textArea-ttl--blue .f_jp::before {
  background-color: #0C5EB0 !important;
}
.c-pageCmnTitle__textArea-ttl .f_en {
  display: inline-block;
  transform: scale(0.84, 1);
  transform-origin: left;
  font-weight: 700;
  font-size: 80px;
}
.c-pageCmnTitle__textArea-ttl .f_jp {
  position: relative;
  padding-left: 2.5em;
  font-weight: 700;
  font-size: 30px;
}
.c-pageCmnTitle__textArea-ttl .f_jp::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 1px;
  margin: auto;
  background-color: #343434;
  content: "";
}
.c-pageCmnTitle__textArea-catch {
  margin-bottom: 3em;
  color: #000;
}
.c-pageCmnTitle__textArea-catch--white {
  color: #fff;
}
.c-pageCmnTitle__textArea-catch .txt {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.43;
}
.c-pageCmnTitle__textArea-desc {
  font-size: 16px;
  line-height: 1.75;
}
.c-pageCmnTitle__img {
  width: 86.7em;
}

.c-pageCmnSubTitle {
  width: 100%;
  padding: 0.3em 0 0.5em;
  text-align: center;
}
.c-pageCmnSubTitle .txt {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
}

.c-pageCmnMinTitle {
  position: relative;
  margin-bottom: 2em;
  padding-left: 2em;
}
.c-pageCmnMinTitle .txt {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.03em;
}
.c-pageCmnMinTitle::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 100%;
  margin: auto;
  content: "";
}
.c-pageCmnMinTitle.txtNavy::before {
  background-color: #204A9A;
}

.cmnTtl02 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4em;
  padding-bottom: 0.9em;
  text-align: center;
}
.cmnTtl02::before {
  position: absolute;
  position: absolute;
  top: 0;
  top: auto;
  right: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 0;
  width: 4em;
  height: 0.4em;
  margin: auto;
  border-radius: 100px;
  background: linear-gradient(90deg, #f2971b 0%, #ea6000 100%);
  content: "";
}
.cmnTtl02 .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.67;
}
.cmnTtl02--blue::before {
  background: linear-gradient(90deg, #00aee5 0%, #0C5EB0 100%);
}

.c-icoarw01::before {
  -webkit-mask-image: url(../img/icoArw01.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  mask-image: url(../img/icoArw01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-icoarw01 {
  display: block;
  position: relative;
  width: 3.5em;
  height: 3.5em;
  border-radius: 100px;
  background-color: #0C5EB0;
  transition: 0.5s background-color;
}
.c-icoarw01::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.6em;
  height: 1.3em;
  margin: auto;
  background-color: #fff;
  content: "";
}
.c-icoarw01--blwh {
  border: 1px solid #0C5EB0;
  background-color: transparent;
}
.c-icoarw01--blwh::before {
  background-color: #0C5EB0;
}
.c-icoarw01--blue {
  background-color: #0C5EB0;
}
.c-icoarw01--blue::before {
  background-color: #fff;
}
.c-icoarw01--NavyRev {
  background-color: #fff;
}
.c-icoarw01--NavyRev::before {
  background-color: #204A9A;
}
.c-icoarw01--GrnRev {
  background-color: #fff;
}
.c-icoarw01--GrnRev::before {
  background-color: #00A060;
}
.c-icoarw01--RedRev {
  background-color: #fff;
}
.c-icoarw01--RedRev::before {
  background-color: #C91825;
}
.c-icoarw01--YellowRev {
  background-color: #fff;
}
.c-icoarw01--YellowRev::before {
  background-color: #EFB42F;
}
.c-icoarw01--PurpleRev {
  background-color: #fff;
}
.c-icoarw01--PurpleRev::before {
  background-color: #9759AF;
}
.c-icoarw01--OrangeRev {
  background-color: #fff;
}
.c-icoarw01--OrangeRev::before {
  background-color: #FF7600;
}

.c-icoPerson::before {
  -webkit-mask-image: url(../img/common/icoPerson.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoPerson.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-icoPerson {
  display: block;
  position: relative;
}
.c-icoPerson::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  content: "";
}

.c-gaubuicon::before {
  -webkit-mask-image: url(../img/common/icoArwgaibu.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.4em;
  height: 1.5em;
  margin: auto;
  background-color: #fff;
  content: "";
  mask-image: url(../img/common/icoArwgaibu.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-gaubuicon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-gaubuicon::before {
  display: block;
  position: static;
  background-color: #fff;
}

/*project*/
/*utility*/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}
/*page*/
.businessTop {
  padding-bottom: 15em;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.businessTop--business {
  background-image: url("../img/busitop/bg01.jpg");
}
.businessTop--technology {
  background-image: url("../img/techtop/bg01.jpg");
}
.businessTop .c-pageCmnTitle {
  padding: 8.6em 0 8em;
}

.s-busiTopLink__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 3em;
}
.s-busiTopLink .c-busicard {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 6em) / 3);
  padding: 0 3.2em 3em;
  border-radius: 2em;
  background-color: #0C5EB0;
}
.s-busiTopLink .c-busicard--technology {
  padding: 0 4em 3em;
}
.s-busiTopLink .c-busicard__header {
  width: 100%;
}
.s-busiTopLink .c-busicard__header-ttl {
  color: #fff;
}
.s-busiTopLink .c-busicard__img {
  width: 18em;
  margin: 0 auto 2em;
}
.s-busiTopLink .c-busicard__ttl {
  width: 100%;
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.s-busiTopLink .c-busicard__ttl .txt {
  color: #fff;
  font-weight: 800;
  font-size: 34px;
  letter-spacing: 0.15em;
}
.s-busiTopLink .c-busicard__catch {
  margin-bottom: 0.3em;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.42;
  text-align: center;
}
.s-busiTopLink .c-busicard__txtarea {
  color: #fff;
}
.s-busiTopLink .c-busicard__txtarea-desc {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.03em;
}
.s-busiTopLink .c-busicard__txtarea-btn {
  aspect-ratio: 300/64;
  width: 100%;
}

.c-pageCmnTabBtn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5.7em;
}
.c-pageCmnTabBtn__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 10em;
  background-color: #E9EEEF;
  text-align: center;
}
.c-pageCmnTabBtn__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-pageCmnTabBtn__item .txt {
  display: block;
  color: #767676;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.15em;
}
.c-pageCmnTabBtn__item--mente {
  background-color: #204A9A;
}
.c-pageCmnTabBtn__item--impr {
  background-color: #00A060;
}
.c-pageCmnTabBtn__item--vehicle {
  background-color: #C91825;
}
.c-pageCmnTabBtn__item--support {
  background-color: #EFB42F;
}
.c-pageCmnTabBtn__item--track {
  background-color: #9759AF;
}
.c-pageCmnTabBtn__item--facility {
  background-color: #FF7600;
}
.c-pageCmnTabBtn__item.offleft, .c-pageCmnTabBtn__item.offright {
  z-index: 1;
  position: relative;
}
.c-pageCmnTabBtn__item.offleft::before, .c-pageCmnTabBtn__item.offright::before {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  left: auto;
  width: 15%;
  height: 100%;
  margin: auto;
  background-color: #E9EEEF;
  content: "";
}
.c-pageCmnTabBtn__item.offleft::before {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 100%);
  left: -14%;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 100%);
}
.c-pageCmnTabBtn__item.offright::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  right: -14%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.c-pageCmnTabBtn__item.active {
  -webkit-clip-path: polygon(0 0%, 90% 0, 100% 100%, 0% 100%);
  width: 60%;
  clip-path: polygon(0 0%, 90% 0, 100% 100%, 0% 100%);
}
.c-pageCmnTabBtn__item.active .txt {
  color: #fff;
  font-weight: 800;
  font-size: 50px;
}
.c-pageCmnTabBtn__item.rev {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.txtNavy {
  color: #204A9A;
}

.bgNavy {
  background-color: #204A9A;
}

.txtBlu {
  color: #0C5EB0;
}

.bgBlu {
  background-color: #0C5EB0;
}

.txtGrn {
  color: #00A060;
}

.bgGrn {
  background-color: #00A060;
}

.txtRed {
  color: #C91825;
}

.bgRed {
  background-color: #C91825;
}

.txtPurple {
  color: #9759AF;
}

.bgPurple {
  background-color: #9759AF;
}

.txtOrange {
  color: #FF7600;
}

.bgOrange {
  background-color: #FF7600;
}

.cookie-consent {
  z-index: -1;
}

.c-pageCmnArea.bggr {
  padding: 6.3em 0 15em;
}

.c-secintro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 10em;
}
.c-secintro--rev {
  flex-direction: row-reverse;
}
.c-secintro.nomb {
  margin-bottom: 0;
}
.c-secintro__img {
  width: 38%;
}
.c-secintro__textArea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 59.4166666667%;
  gap: 1.5em 0;
}
.c-secintro__textArea-ttl {
  margin-bottom: 1.5em;
}
.c-secintro__textArea-ttl .txt {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.03em;
}
.c-secintro__textArea-desc {
  color: #343434;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-secintro__textArea-expbtn {
  aspect-ratio: 344/50;
  width: 40em;
  margin-top: 1.5em;
}
.c-secintro__textArea-expbtn .txt {
  font-size: 18px;
}

.c-secintro02:not(:last-child) {
  margin-bottom: 8em;
}
.c-secintro02__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 1.5em;
  gap: 0 4em;
}
.c-secintro02__item {
  width: calc((100% - 4em) / 2);
}
.c-secintro02__desc {
  font-size: 16px;
  line-height: 1.5;
}

.c-section.bggr {
  padding: 10em 0 15em;
}
.c-section__txt .txt {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-secList01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 4em;
}
.c-secList01.bgWhite .c-secList01__item {
  background-color: #fff;
}
.c-secList01.bgNavyLt .c-secList01__item {
  background-color: #EEF6F5;
}
.c-secList01__item {
  width: calc((100% - 4em) / 2);
  padding: 3em 4em;
  border-radius: 2em;
}
.c-secList01__img {
  margin-bottom: 1.7em;
}
.c-secList01__desc .txt {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.03em;
}
.c-secList01__firsttxt {
  margin-bottom: 7em;
}
.c-secList01__firsttxt .txt {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.03em;
}

.c-secList02 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3em 0;
}
.c-secList02__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 4em 6em;
  gap: 0 3em;
  border-radius: 2em;
}
.c-secList02__item-textArea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(100% - 50.3em);
}
.c-secList02__item-ttl {
  margin-bottom: 0.3em;
}
.c-secList02__item-ttl .txt {
  font-weight: 500;
  font-size: 24px;
}
.c-secList02__item-catch .txt {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.41;
}
.c-secList02__item-btn {
  aspect-ratio: 500/64;
  width: 50em;
  margin-top: auto;
  margin-bottom: 3em;
}
.c-secList02__item-img {
  width: 47.3em;
  border: 1px solid #515151;
}
.c-secList02.bgNavyLt .c-secList02__item {
  background-color: #EEF6F5;
}

.c-secList03 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3em;
}
.c-secList03.bgNavyLt .c-secList03__item {
  background-color: #EEF6F5;
}
.c-secList03__item {
  width: calc((100% - 6em) / 3);
  padding: 2em;
  border-radius: 1.5em;
}
.c-secList03__img {
  aspect-ratio: 345/200;
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #515151;
}
.c-secList03__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-secList03__ttl {
  margin-bottom: 1em;
}
.c-secList03__ttl .txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
}
.c-secList03__desc {
  margin-bottom: 1.5em;
}
.c-secList03__desc .txt {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
}
.c-secList03__btn {
  aspect-ratio: 344/65;
  width: 100%;
}

.c-secList04__content-textArea {
  width: 55% !important;
}
.c-secList04__item-ttl {
  margin-bottom: 3em;
}
.c-secList04__item-ttl .txt {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.05em;
}
.c-secList04__item-catch {
  margin-bottom: 0.9em;
}
.c-secList04__item-catch .txt {
  font-weight: 800;
  font-size: 27px;
  line-height: 1.44;
}
.c-secList04__item-desc {
  margin-bottom: 1em;
}
.c-secList04__item-desc .txt {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.c-secList04__item-banner {
  width: 32em;
  height: 6.4em;
  margin-top: 0;
}
.c-secList04__item-banner--long {
  width: 80%;
}
.c-secList04__item-banner--long2 {
  width: 70%;
}
.c-secList04__item-bannerlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 2em;
  gap: 2.2em;
}
.c-secList04__item-bannerlist-item {
  width: 27em;
}

.c-gallery--pat02 {
  margin-top: auto;
}
.c-gallery .galleryMain {
  width: 100%;
  margin-bottom: 1.5em;
}
.c-gallery .galleryMain .swiper-slide .img {
  aspect-ratio: 500/307;
}
.c-gallery .galleryMain .swiper-slide .img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-gallery .galleryMain .swiper-slide .txt {
  display: block;
  margin-top: 0.8em;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.c-gallery .galleryMain--pat02 {
  margin-bottom: 0;
}
.c-gallery .galleryMain--pat02 .swiper-slide {
  padding-bottom: 4em;
}
.c-gallery .galleryMain--pat02 .swiper-slide .img {
  aspect-ratio: 456/303;
}
.c-gallery .galleryMain--pat02 .txt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 22px;
}
.c-gallery .galleryThumbs .swiper-slide {
  position: relative;
  aspect-ratio: 1;
  width: 8em;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
}
.c-gallery .galleryThumbs .swiper-slide::before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0.1em solid #0C5EB0;
  content: "";
  opacity: 0.5;
}
.c-gallery .galleryThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.c-gallery .galleryThumbs .swiper-slide-thumb-active::before {
  border-width: 0.3em;
  opacity: 1;
}
.c-gallery .galleryThumbs img {
  -o-object-fit: cover;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.c-gallery .galleryThumbs--pat02 {
  margin-bottom: 4em;
}
.c-gallery .swiper-button-prev, .c-gallery .swiper-button-next {
  top: 14em;
  bottom: auto;
}

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
}

.busi_modal {
  display: flex;
  z-index: 1000;
  position: fixed;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  inset: 0;
  pointer-events: none;
}
.busi_modal[hidden] {
  display: none;
}
.busi_modal--nomodal {
  display: flex;
  position: static;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5em 0;
  pointer-events: auto;
}
.busi_modal .modal__overlay {
  display: flex;
  position: fixed;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}
.busi_modal .modal__container {
  position: relative;
  width: 90%;
  max-width: 1470px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  padding: 6em 10em;
  overflow-y: scroll;
  background-color: #F2F7FA;
}
.busi_modal .modal__title {
  margin-bottom: 5em;
}
.busi_modal .modal__title-ttl {
  margin-bottom: 1.1em;
  text-align: center;
}
.busi_modal .modal__title-ttl .txt {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.busi_modal .modal__title-desc {
  width: 85%;
  margin: auto;
}
.busi_modal .modal__title-desc .txt {
  color: #515151;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.busi_modal .modal__content.pat01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.busi_modal .modal__content.pat02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 10em;
}
.busi_modal .modal__content.pat03 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 5em;
  gap: 5em 0;
}
.busi_modal .modal__content.pat03 .modal__content-textArea, .busi_modal .modal__content.pat03 .modal__content-slider {
  width: 100%;
}
.busi_modal .modal__content-textArea {
  width: 69.3em;
}
.busi_modal .modal__content-ttl .txt {
  font-weight: 700;
}
.busi_modal .modal__content-table {
  width: 100%;
  margin-top: 6em;
}
.busi_modal .modal__content-table th, .busi_modal .modal__content-table td {
  padding: 0.3em 0;
}
.busi_modal .modal__content-table th {
  width: 30%;
}
.busi_modal .modal__content-table th .txt {
  width: 100%;
  padding: 0.2em 0;
  background-color: #767676;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.busi_modal .modal__content-table td {
  width: 70%;
  padding-left: 2em;
}
.busi_modal .modal__content-table td .txt {
  color: #767676;
  font-weight: 500;
  font-size: 18px;
}
.busi_modal .modal__content-slider {
  position: relative;
  width: 47.3em;
}
.busi_modal .modal__content-slider .swiper-slide .txt {
  display: block;
  width: 100%;
  margin-top: 2em;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.busi_modal .modal__content-slider .swiper-slide .txt.nomt {
  margin-top: 0.5em;
}
.busi_modal .modal__content-slider .swiper-slide img {
  width: 100%;
  border: 1px solid #515151;
}
.busi_modal .modal__content-slider .galleryMain .swiper-slide img {
  width: 99% !important;
}
.busi_modal .modal__content-slider .swiper-pagination {
  top: auto;
  bottom: -2em;
  height: 0.6em;
}
.busi_modal .modal__content-slider .swiper-button-prev, .busi_modal .modal__content-slider .swiper-button-next {
  width: 3.5em;
  height: 3.5em;
}
.busi_modal .modal__content-slider .swiper-button-prev .c-icoarw01, .busi_modal .modal__content-slider .swiper-button-next .c-icoarw01 {
  width: 100%;
  height: 100%;
}
.busi_modal .modal__content-slider .swiper-button-prev {
  left: -5em;
  transform: scaleX(-1);
}
.busi_modal .modal__content-slider .swiper-button-next {
  right: -5em;
  transform: translateX(0);
}
.busi_modal .modal__content-slider.imgtxtOn .swiper-pagination {
  bottom: 4em;
}
.busi_modal .modal__content-slider.imgtxtOn .swiper-button-prev, .busi_modal .modal__content-slider.imgtxtOn .swiper-button-next {
  top: 34%;
  bottom: auto;
}
.busi_modal .modal__content-slider.nobar .swiper-pagination {
  display: none;
}
.busi_modal .modal__content-desc {
  margin-top: 3em;
  padding-top: 1.4em;
  border-top: 1px solid #707070;
}
.busi_modal .modal__content-desc .txt {
  color: #515151;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.busi_modal .modal__content-desc .txt a {
  text-decoration: underline;
}
.busi_modal .modal__content-desc .txt a:hover {
  text-decoration: none;
}
.busi_modal .modal__content-expcont:not(:last-child) {
  margin-bottom: 5em;
}
.busi_modal .modal__content-expttl {
  margin-bottom: 0.8em;
}
.busi_modal .modal__content-expttl .txt {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.busi_modal .modal__content-expdesc .txt {
  display: block;
  color: #515151;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.busi_modal .modal__content-expbtn {
  aspect-ratio: 344/50;
  width: 40em;
  margin-top: 0;
  margin-left: auto;
}
.busi_modal .modal__content-expbtn .txt {
  font-size: 18px;
}
.busi_modal .modal__content-expbtn.left {
  margin-top: 4em;
  margin-left: 0;
}
.busi_modal .modal__close {
  position: absolute;
  top: 2em;
  right: 2em;
  aspect-ratio: 1;
  width: 3.2em;
  border: none;
  background: none;
  cursor: pointer;
}
.busi_modal .modal__close::before, .busi_modal .modal__close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #0C5EB0;
  content: "";
}
.busi_modal .modal__close::before {
  transform: rotate(45deg);
}
.busi_modal .modal__close::after {
  transform: rotate(-45deg);
}
.busi_modal .visually-hidden {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1536px) {
  body {
    margin: 0;
  }
  .c-btnmore .txt {
    font-size: 2.4rem;
  }
  .c-pageCmnTitle__textArea-ttl .f_en {
    font-size: 8rem;
  }
  .c-pageCmnTitle__textArea-ttl .f_jp {
    font-size: 3rem;
  }
  .c-pageCmnTitle__textArea-catch .txt {
    font-size: 2.8rem;
  }
  .c-pageCmnTitle__textArea-desc {
    font-size: 1.6rem;
  }
  .c-pageCmnSubTitle .txt {
    font-size: 3.2rem;
  }
  .c-pageCmnMinTitle .txt {
    font-size: 3.4rem;
  }
  .cmnTtl02 .txt {
    font-size: 2.4rem;
  }
  .s-busiTopLink .c-busicard__ttl .txt {
    font-size: 3.4rem;
  }
  .s-busiTopLink .c-busicard__catch {
    font-size: 2.6rem;
  }
  .s-busiTopLink .c-busicard__txtarea-desc {
    font-size: 1.8rem;
  }
  .c-pageCmnTabBtn__item .txt {
    font-size: 4rem;
  }
  .c-pageCmnTabBtn__item.active .txt {
    font-size: 5rem;
  }
  .c-secintro__textArea-ttl .txt {
    font-size: 3.6rem;
  }
  .c-secintro__textArea-desc {
    font-size: 1.6rem;
  }
  .c-secintro__textArea-expbtn .txt {
    font-size: 1.8rem;
  }
  .c-secintro02__desc {
    font-size: 1.6rem;
  }
  .c-section__txt .txt {
    font-size: 2rem;
  }
  .c-secList01__desc .txt {
    font-size: 1.8rem;
  }
  .c-secList01__firsttxt .txt {
    font-size: 1.8rem;
  }
  .c-secList02__item-ttl .txt {
    font-size: 2.4rem;
  }
  .c-secList02__item-catch .txt {
    font-size: 3.4rem;
  }
  .c-secList03__ttl .txt {
    font-size: 1.8rem;
  }
  .c-secList03__desc .txt {
    font-size: 1.4rem;
  }
  .c-secList04__item-ttl .txt {
    font-size: 3.4rem;
  }
  .c-secList04__item-catch .txt {
    font-size: 2.7rem;
  }
  .c-secList04__item-desc .txt {
    font-size: 1.6rem;
  }
  .c-gallery .galleryMain .swiper-slide .txt {
    font-size: 1.6rem;
  }
  .c-gallery .galleryMain--pat02 .txt {
    font-size: 2.2rem;
  }
  .busi_modal .modal__title-ttl .txt {
    font-size: 4rem;
  }
  .busi_modal .modal__title-desc .txt {
    font-size: 1.8rem;
  }
  .busi_modal .modal__content-table th .txt {
    font-size: 1.6rem;
  }
  .busi_modal .modal__content-table td .txt {
    font-size: 1.8rem;
  }
  .busi_modal .modal__content-slider .swiper-slide .txt {
    font-size: 1.8rem;
  }
  .busi_modal .modal__content-desc .txt {
    font-size: 1.8rem;
  }
  .busi_modal .modal__content-expttl .txt {
    font-size: 2.8rem;
  }
  .busi_modal .modal__content-expdesc .txt {
    font-size: 1.8rem;
  }
  .busi_modal .modal__content-expbtn .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1500px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1289px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6666666667vw;
  }
  .c-inner01 {
    width: 87%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
  .c-inner01 {
    width: 87%;
  }
}
@media screen and (max-width: 834px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
  html.act {
    position: fixed;
    overflow: hidden;
  }
  .pb100 {
    padding-bottom: 5em;
  }
  .pb150 {
    padding-bottom: 10em;
  }
  .mb30 {
    margin-bottom: 1em;
  }
  .mb50 {
    margin-bottom: 1.5em;
  }
  .c-inner01 {
    width: 92.5%;
  }
  .c-btn01--spcenter {
    margin-right: auto;
    margin-left: auto;
  }
  .c-btnmore {
    margin-top: 1em;
  }
  .c-btnmore__link {
    gap: 0 0.8em;
    border-radius: 0.6em;
  }
  .c-btnmore .txt {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
  .c-pageCmnTitle__inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 0;
    padding-bottom: 5em;
    gap: 3.3em 0;
  }
  .c-pageCmnTitle__textArea {
    width: 100%;
    padding-top: 0;
  }
  .c-pageCmnTitle__textArea-ttl {
    margin-bottom: 0.9em;
  }
  .c-pageCmnTitle__textArea-ttl--white {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5em;
    gap: 0 0.8em;
  }
  .c-pageCmnTitle__textArea-ttl--white .f_en {
    font-size: 32px;
  }
  .c-pageCmnTitle__textArea-ttl--white .f_jp {
    font-size: 10px;
  }
  .c-pageCmnTitle__textArea-ttl .f_en {
    font-size: 38px;
  }
  .c-pageCmnTitle__textArea-ttl .f_jp {
    font-size: 18px;
  }
  .c-pageCmnTitle__textArea-catch {
    margin-bottom: 0.9em;
  }
  .c-pageCmnTitle__textArea-catch--white .txt {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.02em;
  }
  .c-pageCmnTitle__textArea-catch .txt {
    font-size: 20px;
    line-height: 1.45;
  }
  .c-pageCmnTitle__textArea-desc {
    font-size: 14px;
    line-height: 1.86;
  }
  .c-pageCmnTitle__textArea-desc--white {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .c-pageCmnTitle__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .c-pageCmnSubTitle .txt {
    font-size: 16px;
  }
  .c-pageCmnSubTitle--spleft {
    padding-left: 1.5em;
    text-align: left;
  }
  .c-pageCmnMinTitle {
    margin-bottom: 1em;
    padding-left: 1em;
  }
  .c-pageCmnMinTitle .txt {
    font-size: 12px;
  }
  .c-pageCmnMinTitle::before {
    width: 0.5em;
  }
  .c-icoarw01 {
    width: 2.3em;
    height: 2.3em;
  }
  .c-icoarw01::before {
    width: 1.1em;
    height: 0.9em;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .businessTop {
    padding-bottom: 5em;
  }
  .businessTop--business {
    background-image: url("../img/busitop/bg01sp.jpg");
  }
  .businessTop--technology {
    background-image: url("../img/techtop/bg01sp.jpg");
  }
  .businessTop .c-pageCmnTitle {
    padding: 2.3em 0 7em;
  }
  .s-busiTopLink__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.5em 0;
  }
  .s-busiTopLink .c-busicard {
    width: 100%;
    padding: 0 2em 2em;
    gap: 0.7em 0;
    border-radius: 1em;
  }
  .s-busiTopLink .c-busicard--technology {
    padding: 0 2em 2em;
  }
  .s-busiTopLink .c-busicard__header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0 1.7em;
  }
  .s-busiTopLink .c-busicard__header-ttl {
    width: 16.8em;
  }
  .s-busiTopLink .c-busicard__img {
    width: 10em;
    margin: 0;
  }
  .s-busiTopLink .c-busicard__ttl {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    text-align: left;
  }
  .s-busiTopLink .c-busicard__ttl .txt {
    font-size: 20px;
  }
  .s-busiTopLink .c-busicard__catch {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
  }
  .s-busiTopLink .c-busicard__txtarea-desc {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.1em;
  }
  .s-busiTopLink .c-busicard__txtarea-btn {
    aspect-ratio: 285/36;
  }
  .c-pageCmnTabBtn {
    margin-bottom: 3em;
  }
  .c-pageCmnTabBtn__item {
    width: 45%;
    height: 3.6em;
  }
  .c-pageCmnTabBtn__item .txt {
    font-size: 17px;
    letter-spacing: 0;
  }
  .c-pageCmnTabBtn__item.active {
    width: 55%;
  }
  .c-pageCmnTabBtn__item.active .txt {
    font-size: 18px;
  }
  .c-pageCmnArea.bggr {
    padding: 5em 0 10em;
  }
  .c-secintro {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 3.3em;
    gap: 1.2em 0;
  }
  .c-secintro__img {
    width: 100%;
  }
  .c-secintro__textArea {
    width: 100%;
  }
  .c-secintro__textArea.patRailway {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 2em 0;
  }
  .c-secintro__textArea-ttl {
    margin-bottom: 0;
  }
  .c-secintro__textArea-ttl .txt {
    font-size: 20px;
  }
  .c-secintro__textArea-desc {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.05em;
  }
  .c-secintro__textArea-expbtn {
    width: 100%;
    margin-top: 1em;
  }
  .c-secintro__textArea-expbtn .txt {
    font-size: 14px;
  }
  .c-secintro--tech .c-secintro__textArea {
    display: contents;
  }
  .c-secintro--tech .c-secintro__textArea-ttl {
    order: 1;
  }
  .c-secintro--tech .c-secintro__textArea-desc {
    order: 3;
  }
  .c-secintro--tech .c-secintro__img {
    order: 2;
  }
  .c-secintro02:not(:last-child) {
    margin-bottom: 5em;
  }
  .c-secintro02__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 1.5em;
    gap: 2em 0;
  }
  .c-secintro02__item {
    width: 100%;
  }
  .c-secintro02__desc {
    font-size: 14px;
    line-height: 1.86;
  }
  .c-section.bggr {
    padding: 5em 0 10em;
  }
  .c-section__txt .txt {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .c-secList01 {
    gap: 1em;
  }
  .c-secList01__item {
    width: calc((100% - 1em) / 2);
    padding: 0.6em 1em 2em;
    border-radius: 0.8em;
  }
  .c-secList01__img {
    margin-bottom: 0.5em;
  }
  .c-secList01__desc .txt {
    font-size: 10px;
    line-height: 1.5;
  }
  .c-secList01__firsttxt {
    margin-bottom: 3em;
  }
  .c-secList01__firsttxt .txt {
    font-size: 10px;
    line-height: 1.5;
  }
  .c-secList02__item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 2em;
    gap: 1em;
    border-radius: 0.8em;
  }
  .c-secList02__item-textArea {
    display: contents;
    width: 100%;
  }
  .c-secList02__item-ttl {
    order: 1;
    margin-bottom: 0.3em;
  }
  .c-secList02__item-ttl .txt {
    font-size: 18px;
  }
  .c-secList02__item-catch {
    order: 2;
  }
  .c-secList02__item-catch .txt {
    font-size: 20px;
  }
  .c-secList02__item-btn {
    order: 4;
    aspect-ratio: 285/36;
    width: 100%;
    margin-bottom: 0;
  }
  .c-secList02__item-img {
    order: 3;
    width: 100%;
    height: 15em;
  }
  .c-secList02__item-img img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-secList03 {
    gap: 1.2em;
  }
  .c-secList03__item {
    width: calc((100% - 1.2em) / 2);
    padding: 1.2em;
    border-radius: 0.5em;
  }
  .c-secList03__img {
    margin-bottom: 0.5em;
  }
  .c-secList03__ttl .txt {
    font-size: 10px;
  }
  .c-secList03__desc {
    margin-bottom: 1.5em;
  }
  .c-secList03__desc .txt {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .c-secList03__btn {
    aspect-ratio: 137/25;
    margin-top: auto;
    margin-bottom: 0;
    border-radius: 0.8em;
  }
  .c-secList03__btn .txt {
    font-size: 14px;
    letter-spacing: 0;
  }
  .c-secList03__btn .c-icoarw01 {
    width: 1.4em;
    height: 1.4em;
  }
  .c-secList03__btn .c-icoarw01::before {
    width: 0.7em;
    height: 0.5em;
  }
  .c-secList04__content-textArea {
    width: 100% !important;
  }
  .c-secList04__item-ttl {
    margin-bottom: 0.7em;
  }
  .c-secList04__item-ttl .txt {
    font-size: 20px;
  }
  .c-secList04__item-catch {
    margin-bottom: 0.7em;
  }
  .c-secList04__item-catch .txt {
    font-size: 16px;
    line-height: 1.38;
  }
  .c-secList04__item-desc {
    margin-bottom: 1.5em;
  }
  .c-secList04__item-desc .txt {
    font-size: 14px;
    line-height: 1.86;
  }
  .c-secList04__item-banner {
    width: 100%;
    margin: auto;
  }
  .c-secList04__item-bannerlist {
    margin-top: 2em;
    gap: 1em;
  }
  .c-secList04__item-bannerlist-item {
    width: 80%;
    margin: auto;
  }
  .c-gallery .galleryMain {
    margin-bottom: 0.5em;
  }
  .c-gallery .galleryMain .swiper-slide .txt {
    margin-top: 0.5em;
    font-size: 10px;
  }
  .c-gallery .galleryMain--pat02 {
    margin-bottom: 0;
  }
  .c-gallery .galleryMain--pat02 .swiper-slide {
    padding-bottom: 3em;
  }
  .c-gallery .galleryMain--pat02 .txt {
    margin-top: 0.5em;
    font-size: 14px;
  }
  .c-gallery .galleryThumbs .swiper-slide {
    width: 4em;
  }
  .c-gallery .galleryThumbs .swiper-slide-thumb-active::before {
    border-width: 1px;
  }
  .c-gallery .galleryThumbs--pat02 {
    margin-bottom: 0;
  }
  .c-gallery .galleryThumbs--pat02 .swiper-wrapper {
    flex-wrap: wrap;
    gap: 0.9em;
  }
  .c-gallery .swiper-button-prev, .c-gallery .swiper-button-next {
    top: 7.5em;
  }
  .busi_modal--nomodal .modal__content.pat01 {
    width: 95%;
    margin: auto;
  }
  .busi_modal .modal__container {
    max-height: 90vh;
    padding: 3em 4em;
  }
  .busi_modal .modal__title {
    margin-bottom: 1.5em;
  }
  .busi_modal .modal__title-ttl {
    margin-bottom: 0.5em;
    text-align: left;
  }
  .busi_modal .modal__title-ttl .txt {
    display: block;
    font-size: 14px;
    line-height: 1.43;
  }
  .busi_modal .modal__title-desc {
    width: 100%;
  }
  .busi_modal .modal__title-desc .txt {
    display: block;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .busi_modal .modal__content.pat01 {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.2em 0;
  }
  .busi_modal .modal__content.pat02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1em 0;
  }
  .busi_modal .modal__content.pat03 {
    padding: 0;
    gap: 1em 0;
  }
  .busi_modal .modal__content-textArea {
    width: 100%;
  }
  .busi_modal .modal__content-ttl {
    margin-bottom: 0;
  }
  .busi_modal .modal__content-ttl .txt {
    font-size: 12px;
  }
  .busi_modal .modal__content-catch .txt {
    font-size: 14px;
    line-height: 1.43;
  }
  .busi_modal .modal__content-table {
    margin-top: 1.5em;
  }
  .busi_modal .modal__content-table th .txt {
    font-size: 8px;
  }
  .busi_modal .modal__content-table td .txt {
    font-size: 9px;
  }
  .busi_modal .modal__content-slider {
    width: 100%;
    max-width: 100%;
  }
  .busi_modal .modal__content-slider .swiper-slide .txt {
    margin-top: 1.5em;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .busi_modal .modal__content-slider .swiper-slide .txt.nomt {
    margin-top: 0.5em;
  }
  .busi_modal .modal__content-slider .swiper-pagination {
    bottom: -1em;
    height: 0.3em;
  }
  .busi_modal .modal__content-slider .swiper-button-prev, .busi_modal .modal__content-slider .swiper-button-next {
    display: block;
    width: 1.8em;
    height: 1.8em;
  }
  .busi_modal .modal__content-slider .swiper-button-prev .c-icoarw01::before, .busi_modal .modal__content-slider .swiper-button-next .c-icoarw01::before {
    width: 0.9em;
    height: 0.8em;
  }
  .busi_modal .modal__content-slider .swiper-button-prev {
    left: -2.5em;
  }
  .busi_modal .modal__content-slider .swiper-button-next {
    right: -2.5em;
  }
  .busi_modal .modal__content-slider.imgtxtOn .swiper-pagination {
    bottom: 2em;
  }
  .busi_modal .modal__content-slider.nobar .swiper-pagination {
    display: block;
    bottom: 2em;
  }
  .busi_modal .modal__content-desc {
    margin-top: 1em;
  }
  .busi_modal .modal__content-desc .txt {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .busi_modal .modal__content-expcont:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .busi_modal .modal__content-expttl {
    margin-bottom: 0.3em;
  }
  .busi_modal .modal__content-expttl .txt {
    font-size: 12px;
    line-height: 1.42;
  }
  .busi_modal .modal__content-expdesc .txt {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .busi_modal .modal__content-expbtn {
    aspect-ratio: 285/65;
    width: 80%;
    margin-top: 1em;
    margin-inline: auto;
  }
  .busi_modal .modal__content-expbtn .txt {
    font-size: 12px;
  }
  .busi_modal .modal__content-expbtn.left {
    margin-top: 2em;
    margin-inline: auto;
  }
  .busi_modal .modal__close {
    width: 1.8em;
  }
  .busi_modal .modal__close {
    top: 1em;
    right: 1em;
  }
}
@media screen and (max-width: 679px) {
  body {
    margin: 0;
  }
  .c-inner01 {
    width: 88%;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
  img {
    width: 100%;
  }
  .c-inner01 {
    width: 120em !important;
    max-width: none;
  }
}
@media screen and (min-width: 1025px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (min-width: 835px) {
  .bgradius {
    border-radius: 6em 6em 0 0;
  }
  .swiper-button-next {
    right: -1em;
  }
  .swiper-button-prev {
    left: -1em;
  }
  .cmnTtl02 {
    margin-bottom: 6em;
  }
}
@media screen and (min-width: 1501px) {
  .c-inner01 {
    width: 1200px;
  }
}
@media screen and (max-width: 834px) and (max-width: 1536px) {
  .c-btnmore .txt {
    font-size: 1.8rem;
  }
  .c-pageCmnTitle__textArea-ttl--white .f_en {
    font-size: 3.2rem;
  }
  .c-pageCmnTitle__textArea-ttl--white .f_jp {
    font-size: 1rem;
  }
  .c-pageCmnTitle__textArea-ttl .f_en {
    font-size: 3.8rem;
  }
  .c-pageCmnTitle__textArea-ttl .f_jp {
    font-size: 1.8rem;
  }
  .c-pageCmnTitle__textArea-catch--white .txt {
    font-size: 1.2rem;
  }
  .c-pageCmnTitle__textArea-catch .txt {
    font-size: 2rem;
  }
  .c-pageCmnTitle__textArea-desc {
    font-size: 1.4rem;
  }
  .c-pageCmnTitle__textArea-desc--white {
    font-size: 1rem;
  }
  .c-pageCmnSubTitle .txt {
    font-size: 1.6rem;
  }
  .c-pageCmnMinTitle .txt {
    font-size: 1.2rem;
  }
  .s-busiTopLink .c-busicard__ttl .txt {
    font-size: 2rem;
  }
  .s-busiTopLink .c-busicard__catch {
    font-size: 1.4rem;
  }
  .s-busiTopLink .c-busicard__txtarea-desc {
    font-size: 1.2rem;
  }
  .c-pageCmnTabBtn__item .txt {
    font-size: 1.7rem;
  }
  .c-pageCmnTabBtn__item.active .txt {
    font-size: 1.8rem;
  }
  .c-secintro__textArea-ttl .txt {
    font-size: 2rem;
  }
  .c-secintro__textArea-desc {
    font-size: 1.4rem;
  }
  .c-secintro__textArea-expbtn .txt {
    font-size: 1.4rem;
  }
  .c-secintro02__desc {
    font-size: 1.4rem;
  }
  .c-section__txt .txt {
    font-size: 1.4rem;
  }
  .c-secList01__desc .txt {
    font-size: 1rem;
  }
  .c-secList01__firsttxt .txt {
    font-size: 1rem;
  }
  .c-secList02__item-ttl .txt {
    font-size: 1.8rem;
  }
  .c-secList02__item-catch .txt {
    font-size: 2rem;
  }
  .c-secList03__ttl .txt {
    font-size: 1rem;
  }
  .c-secList03__desc .txt {
    font-size: 1rem;
  }
  .c-secList03__btn .txt {
    font-size: 1.4rem;
  }
  .c-secList04__item-ttl .txt {
    font-size: 2rem;
  }
  .c-secList04__item-catch .txt {
    font-size: 1.6rem;
  }
  .c-secList04__item-desc .txt {
    font-size: 1.4rem;
  }
  .c-gallery .galleryMain .swiper-slide .txt {
    font-size: 1rem;
  }
  .c-gallery .galleryMain--pat02 .txt {
    font-size: 1.4rem;
  }
  .busi_modal .modal__title-ttl .txt {
    font-size: 1.4rem;
  }
  .busi_modal .modal__title-desc .txt {
    font-size: 1rem;
  }
  .busi_modal .modal__content-ttl .txt {
    font-size: 1.2rem;
  }
  .busi_modal .modal__content-catch .txt {
    font-size: 1.4rem;
  }
  .busi_modal .modal__content-table th .txt {
    font-size: 0.8rem;
  }
  .busi_modal .modal__content-table td .txt {
    font-size: 0.9rem;
  }
  .busi_modal .modal__content-slider .swiper-slide .txt {
    font-size: 1rem;
  }
  .busi_modal .modal__content-desc .txt {
    font-size: 1rem;
  }
  .busi_modal .modal__content-expttl .txt {
    font-size: 1.2rem;
  }
  .busi_modal .modal__content-expdesc .txt {
    font-size: 1rem;
  }
  .busi_modal .modal__content-expbtn .txt {
    font-size: 1.2rem;
  }
}