@charset "UTF-8";
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 2.375vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #111417;
  font-family: "Noto Sans JP", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
img[usemap] {
  height: auto;
}

video {
  max-width: 100%;
}

a {
  color: #111417;
}
a:hover {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  cursor: pointer;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=submit], input[type=button], textarea, select {
  font-family: inherit;
  font-size: 1.6rem;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

.only-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  img.only-pc, span.only-pc {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  table.only-pc {
    display: table;
  }
}

.js-tel {
  color: #000 !important;
  text-decoration: none;
  cursor: default;
}

.inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 6.4%;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 20px;
  }
}

/* ------------------------------
   ヘッダー
------------------------------ */
.header {
  z-index: 999999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header {
    position: sticky;
    height: 70px;
    background-color: #687A86;
  }
}
.header .header-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header .header-main .header-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header-main .header-logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 93px;
    margin-inline: 35px 10px;
  }
}
.header .header-main .header-logo img {
  width: 100%;
}
.header .header-main .header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header-main .header-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.header .header-main .header-nav .gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-right: 14px;
}
@media screen and (min-width: 1024px) {
  .header .header-main .header-nav .gnav {
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-right: 24px;
  }
}
.header .header-main .header-nav .gnav li a {
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header .header-main .header-nav .gnav li a {
    font-size: 1.4rem;
  }
}
.header .header-main .header-nav .header-contact {
  width: 100%;
  max-width: 130px;
}
@media screen and (min-width: 1024px) {
  .header .header-main .header-nav .header-contact {
    max-width: 160px;
  }
}
.header .header-main .header-nav .header-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  padding: 20px 25px;
  background: #D2FF15 url(../img/ico_arrow.svg) no-repeat right 15px center;
  background-size: 8px auto;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header .header-main .header-nav .header-contact a {
    font-size: 1.4rem;
  }
}
.header .header-menu {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
  background-color: #D2FF15;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header .header-menu {
    display: none;
  }
}
.header .header-menu p {
  position: relative;
  width: 24px;
  height: 16px;
  margin-inline: auto;
}
.header .header-menu span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #111417;
  transition: all 0.4s;
}
.header .header-menu span:nth-of-type(1) {
  top: 0;
}
.header .header-menu span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.header .header-menu span:nth-of-type(3) {
  bottom: 0;
}

.js-menuopen {
  overflow: hidden;
}
.js-menuopen .header .header-menu span:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}
.js-menuopen .header .header-menu span:nth-of-type(2) {
  opacity: 0;
}
.js-menuopen .header .header-menu span:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.js-menuopen .header .header-nav {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100%;
  height: calc(100% - 60px);
  display: block;
  background-color: #687A86;
}
.js-menuopen .header .header-nav .gnav {
  display: block;
  margin-right: 0;
  margin-bottom: 30px;
}
.js-menuopen .header .header-nav .gnav li {
  border-bottom: 1px solid #fff;
}
.js-menuopen .header .header-nav .gnav li a {
  display: block;
  padding: 20px;
}
.js-menuopen .header .header-nav .header-contact {
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
}

/* ------------------------------
   フッター
------------------------------ */
.footer {
  padding: 4% 6.4% 16%;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 24px 20px 55px;
  }
}
.footer .footer-logo {
  width: 100%;
  max-width: 159px;
  margin-inline: auto;
}
.footer .copy {
  margin-top: 5px;
  font-size: 1.1428571429rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .copy {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}

.font-min {
  font-family: "Noto Serif JP", serif;
}

.font-en {
  font-family: "Cinzel", serif;
}

.font-en-r {
  font-family: "Roboto", sans-serif;
}

.opacity {
  transition: all 0.6s;
}
.opacity:hover {
  opacity: 0.7;
}

.ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  line-height: 0;
}
.ico::before {
  width: 100% !important;
}

.ico-dwg::before {
  content: url("../img/ico_dwg.svg");
}

.ico-dxf::before {
  content: url("../img/ico_dxf.svg");
}

.ico-jpg::before {
  content: url("../img/ico_jpg.svg");
}

.ico-jww::before {
  content: url("../img/ico_jww.svg");
}

.ico-pdf::before {
  content: url("../img/ico_pdf.svg");
}

.ico-sfc::before {
  content: url("../img/ico_sfc.svg");
}

.ico-dl::before {
  content: url("../img/ico_dl.svg");
}

.ico-dl-w::before {
  content: url("../img/ico_dl_w.svg");
}

.ico-close::before {
  content: url("../img/ico_close.svg");
}

.c-ttl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .c-ttl {
    flex-direction: row;
    align-items: flex-end;
  }
}
.c-ttl .c-heading {
  margin-bottom: 3.0581039755%;
  font-size: 1.8285714286rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-ttl .c-heading {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}
.c-ttl .c-heading-en {
  margin-bottom: 6.1162079511%;
  font-size: 4.8rem;
  font-weight: 600;
  color: #E8E9E9;
  text-align: right;
  line-height: 0.59;
}
@media screen and (min-width: 768px) {
  .c-ttl .c-heading-en {
    margin-bottom: 0;
    font-size: 11.6rem;
  }
}

.mainimg-sec {
  position: relative;
}
.mainimg-sec .mainimg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainimg-sec .mainimg-main {
    top: initial;
    bottom: 0;
  }
}
.mainimg-sec .mainimg-box {
  padding: 30.1333333333% 12.8% 0;
}
@media screen and (min-width: 768px) {
  .mainimg-sec .mainimg-box {
    width: 76.3888888889%;
    margin-inline: auto;
    padding: 0 0 9.0277777778%;
  }
}
.mainimg-sec .mainimg-logo {
  width: 64.5161290323%;
  margin-bottom: 5.376344086%;
}
@media screen and (min-width: 768px) {
  .mainimg-sec .mainimg-logo {
    width: 27.2727272727%;
    margin-bottom: 3.6363636364%;
  }
}
.mainimg-sec p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .mainimg-sec p {
    font-size: 1.8vw;
  }
}

.item-sec .item-main {
  padding-block: 26.6666666667%;
}
@media screen and (min-width: 768px) {
  .item-sec .item-main {
    padding-block: 160px;
  }
}
.item-sec .item-main .item-ttl {
  margin-bottom: 7.3394495413%;
  font-size: 2.7428571429rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .item-sec .item-main .item-ttl {
    margin-bottom: 70px;
    font-size: 4.6rem;
  }
}
.item-sec .item-con .item-box {
  margin-bottom: 12.2324159021%;
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-box {
    display: flex;
    justify-content: center;
    -moz-column-gap: 3.3333333333%;
         column-gap: 3.3333333333%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-box .item-box-i {
    width: 40%;
  }
}
.item-sec .item-con .item-box .item-box-i figure {
  position: relative;
}
.item-sec .item-con .item-box .item-box-i figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #C9CACA;
  border-radius: 50%;
  width: 20.7951070336%;
  margin-left: 7.3394495413%;
  margin-bottom: -9.1743119266%;
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-box .item-box-i figure figcaption {
    width: 20.8333333333%;
    margin-left: 24px;
    margin-bottom: -30px;
  }
}
.item-sec .item-con .item-box .item-box-i figure figcaption::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-sec .item-con .item-box .item-box-i figure figcaption p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3714285714rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-box .item-box-i figure figcaption p {
    font-size: 1.6rem;
  }
}
.item-sec .item-con .item-box .item-box-i .item-txt {
  padding-top: 5px;
  padding-left: 30.5810397554%;
  font-size: 1.8285714286rem;
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-box .item-box-i .item-txt {
    padding-left: 130px;
    font-size: 1.8rem;
  }
}
.item-sec .item-con .item-lead {
  margin-bottom: 12.2324159021%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-lead {
    margin-bottom: 60px;
  }
}
.item-sec .item-con .item-btn {
  width: 91.7431192661%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
    width: 100%;
  }
}
.item-sec .item-con .item-btn li {
  margin-bottom: 5.1987767584%;
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-btn li {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    margin-bottom: 0;
  }
}
.item-sec .item-con .item-btn li:last-child {
  margin-bottom: 0;
}
.item-sec .item-con .item-btn li a {
  display: block;
  text-decoration: none;
  padding: 6%;
  background-color: #111417;
  font-size: 1.8285714286rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .item-sec .item-con .item-btn li a {
    padding: 18px;
    font-size: 1.6rem;
  }
}

.transformation-sec .c-ttl {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.transformation-sec .c-ttl .c-heading {
  margin-bottom: 6.1162079511%;
  font-size: 2.7428571429rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .transformation-sec .c-ttl .c-heading {
    font-size: 4.6rem;
  }
}
.transformation-sec .c-ttl .c-heading-en {
  margin-bottom: 0;
  font-size: 3.4285714286rem;
  text-align: center;
  line-height: 0.59;
}
@media screen and (min-width: 768px) {
  .transformation-sec .c-ttl .c-heading-en {
    font-size: 11.6rem;
  }
}
.transformation-sec .tf-con .tf-box {
  position: relative;
  padding-block: 16%;
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box {
    padding-block: 60px;
  }
}
.transformation-sec .tf-con .tf-box .tf-fig {
  width: 93.3333333333%;
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box .tf-fig {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 660px;
    width: 45.8333333333%;
    margin-right: 2.7777777778%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .transformation-sec .tf-con .tf-box .tf-fig {
    width: 660px;
  }
}
.transformation-sec .tf-con .tf-box figure {
  position: relative;
}
.transformation-sec .tf-con .tf-box figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -0.7em;
  margin-right: 1em;
  font-size: 4.5714285714rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .transformation-sec .tf-con .tf-box figure figcaption {
    font-size: 8rem;
  }
}
.transformation-sec .tf-con .tf-box ._item01, .transformation-sec .tf-con .tf-box ._item02 {
  padding: 8% 6.4%;
}
@media screen and (min-width: 768px) {
  .transformation-sec .tf-con .tf-box ._item01, .transformation-sec .tf-con .tf-box ._item02 {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box ._item01, .transformation-sec .tf-con .tf-box ._item02 {
    padding: 40px 0;
  }
}
.transformation-sec .tf-con .tf-box ._item02 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 40%);
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box dl {
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 20px;
    line-height: 1.6;
  }
}
.transformation-sec .tf-con .tf-box dl dt {
  margin-bottom: 3.6697247706%;
  font-size: 2.7428571429rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box dl dt {
    width: 45%;
    margin-bottom: 24px;
    font-size: 3.6rem;
  }
}
.transformation-sec .tf-con .tf-box dl dd {
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box dl dd {
    width: 45%;
  }
}
.transformation-sec .tf-con .tf-box._box02 {
  background-color: #BBC7CF;
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box._box02 ._item01 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box._box02 ._item02 {
    padding-bottom: 90px;
  }
}
.transformation-sec .tf-con .tf-box._box03 {
  background-color: #B8C5BF;
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box._box03 ._item01 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box._box03 ._item02 {
    padding-bottom: 30px;
  }
}
.transformation-sec .tf-con .tf-box._box04 {
  background-color: #D4D2DB;
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box._box04 ._item01 {
    padding-bottom: 145px;
  }
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box._box04 ._item02 {
    padding-bottom: 60px;
  }
}
.transformation-sec .tf-con .tf-box._box01 {
  background-color: #E8E9E9;
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box._box01 ._item01 {
    padding-bottom: 145px;
  }
}
@media screen and (min-width: 1024px) {
  .transformation-sec .tf-con .tf-box._box01 ._item02 {
    padding-bottom: 60px;
  }
}

.download-sec .dl-main {
  padding-block: 10.6666666667% 16%;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-main {
    padding-block: 90px 160px;
  }
}
.download-sec .dl-con .dl-box {
  margin-bottom: 4.8929663609%;
  padding: 4.5871559633% 6.1162079511%;
  border: 1px solid #A1A1A1;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box {
    margin-bottom: 24px;
    padding: 30px 40px;
  }
}
.download-sec .dl-con .dl-box:last-child {
  margin-bottom: 0;
}
.download-sec .dl-con .dl-box .dl-heading {
  margin-bottom: 8.3916083916%;
  font-size: 1.1428571429rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-heading {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.download-sec .dl-con .dl-box .dl-heading span {
  margin-right: 1em;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-heading span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3.5714285714%;
    margin-bottom: 0;
  }
}
.download-sec .dl-con .dl-box .dl-box-item {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item {
    width: 48.2142857143%;
    margin-bottom: 0;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-btn a {
  display: block;
  text-decoration: none;
  padding: 1.8939393939% 7.5757575758%;
  background: #000 url(../img/ico_dl_w.svg) no-repeat right 3.0303030303% center;
  background-size: 5.303030303% auto;
  font-size: 1.2571428571rem;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-btn a {
    padding: 20px 40px;
    background-position: right 12px center;
    background-size: 25px auto;
    font-size: 1.6rem;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 5.2447552448% 8.7412587413% 5.2447552448% 5.2447552448%;
  background: #111417 url(../img/ico_toggle_o_w.svg) no-repeat right 2.7972027972% center;
  background-size: 4.5454545455% auto;
  font-size: 1.2571428571rem;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-toggle {
    padding: 15px 40px;
    background-size: 24px auto;
    background-position: right 16px center;
    font-size: 1.6rem;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-toggle.active {
  background: #ccc url(../img/ico_toggle_c.svg) no-repeat right 2.7972027972% center;
  background-size: 4.5454545455% auto;
  color: #111417;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-toggle.active {
    background-size: 24px auto;
    background-position: right 16px center;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-toggle.active .ico::before {
  content: url("../img/ico_dl.svg");
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-toggle .ico {
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-toggle .ico {
    width: 2.5rem;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con {
  display: none;
  margin-top: 20px;
  padding: 20px 20px 40px;
  border: 1px solid #A1A1A1;
  border-radius: 8px;
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl {
  margin-top: 9.4696969697%;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl {
    margin-top: 30px;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dt {
  margin-bottom: 5px;
  font-size: 1.4857142857rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd {
  border: 1px solid #A1A1A1;
  border-radius: 8px;
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul {
  display: grid;
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li {
  border-bottom: 1px solid #A1A1A1;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li {
    border-bottom: none;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li:last-child {
  border-bottom: none;
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li a {
  font-size: 1.2571428571rem;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li a {
    font-size: 1.6rem;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li a div {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li a .ico {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li a .ico {
    width: 3.6rem;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li a span {
  flex: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul li a span {
    padding-right: 30px;
    background: url(../img/ico_dl.svg) no-repeat right center;
    background-size: 25px auto;
  }
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._link {
    row-gap: 15px;
    padding: 10px 24px;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._link a {
  display: block;
  padding: 3.7878787879% 5.6818181818%;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._link a {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._fig {
    row-gap: 20px;
    padding: 24px;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._fig a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 3.7878787879%;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._fig a {
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 0;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._fig a figure {
  width: 20.0892857143%;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._fig a figure {
    width: 40.1785714286%;
  }
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._fig a figure img {
  border: 1px solid #A1A1A1;
}
.download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._fig a div {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .download-sec .dl-con .dl-box .dl-box-item .dl-box-con dl dd ul._fig a div {
    align-items: initial;
    flex-direction: column;
  }
}

.case-sec .case-main {
  padding-block: 10.6666666667% 16%;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .case-sec .case-main {
    padding-block: 90px 120px;
  }
}
.case-sec .case-con .case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 3.3639143731%;
}
@media screen and (min-width: 768px) {
  .case-sec .case-con .case-list {
    gap: 26px 2.1666666667%;
  }
}
.case-sec .case-con .case-list li {
  position: relative;
  width: 48.3180428135%;
}
@media screen and (min-width: 768px) {
  .case-sec .case-con .case-list li {
    width: 23.3333333333%;
  }
}
.case-sec .case-con .case-list li .case-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.6s;
}
.case-sec .case-con .case-list li .case-mask:hover {
  opacity: 1;
}
.case-sec .case-con .case-list li .case-item {
  width: 100%;
}
.case-sec .case-con .case-list li .case-name {
  margin-bottom: 15px;
  font-size: 1.3714285714rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .case-sec .case-con .case-list li .case-name {
    font-size: 2.4rem;
  }
}
.case-sec .case-con .case-list li .case-more {
  width: 100%;
  max-width: 99px;
  margin-inline: auto;
  padding: 10px;
  border: 1px solid #fff;
  font-size: 0.9142857143rem;
  font-weight: 600;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .case-sec .case-con .case-list li .case-more {
    max-width: 174px;
    font-size: 1.6rem;
  }
}

.faq-sec .faq-main {
  padding-block: 10.6666666667% 16%;
}
@media screen and (min-width: 768px) {
  .faq-sec .faq-main {
    padding-block: 90px 160px;
  }
}
.faq-sec .faq-con .faq-box {
  margin-bottom: 4.8929663609%;
  background-color: #E8E9E9;
  border-radius: 8px;
}
.faq-sec .faq-con .faq-box .faq-q {
  display: flex;
  align-items: flex-starts;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding: 4.8929663609% 7.3394495413%;
  background: url(../img/ico_toggle_o.svg) no-repeat right 3.6697247706% center;
  background-size: 4.8929663609%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq-sec .faq-con .faq-box .faq-q {
    padding: 15px 40px;
    background-position: right 24px auto;
    background-size: 16px auto;
  }
}
.faq-sec .faq-con .faq-box .faq-q p {
  margin-top: 0.1em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-sec .faq-con .faq-box .faq-q p {
    font-size: 3.2rem;
  }
}
.faq-sec .faq-con .faq-box .faq-q span {
  flex: 1;
  font-size: 1.7142857143rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .faq-sec .faq-con .faq-box .faq-q span {
    font-size: 2.4rem;
  }
}
.faq-sec .faq-con .faq-box .faq-a {
  display: none;
  padding: 0 8.6021505376% 8.6021505376%;
}
@media screen and (min-width: 768px) {
  .faq-sec .faq-con .faq-box .faq-a {
    padding: 0 40px 60px;
  }
}
.faq-sec .faq-con .faq-box .faq-a .faq-a-con {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding: 8.658008658% 6.9264069264%;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .faq-sec .faq-con .faq-box .faq-a .faq-a-con {
    padding: 40px;
  }
}
.faq-sec .faq-con .faq-box .faq-a .faq-a-con p {
  margin-top: 0.1em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-sec .faq-con .faq-box .faq-a .faq-a-con p {
    font-size: 3.2rem;
  }
}
.faq-sec .faq-con .faq-box .faq-a .faq-a-con span {
  flex: 1;
  font-size: 1.7142857143rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .faq-sec .faq-con .faq-box .faq-a .faq-a-con span {
    font-size: 1.6rem;
  }
}

.contact-sec .c-ttl .c-heading-en {
  color: rgba(232, 233, 233, 0.4);
}
.contact-sec .contact-main {
  padding-block: 10.6666666667% 30.6666666667%;
  background-color: #627A86;
}
@media screen and (min-width: 768px) {
  .contact-sec .contact-main {
    padding-block: 60px 160px;
  }
}
.contact-sec .contact-con {
  padding: 12.2324159021% 7.3394495413% 18.3486238532%;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .contact-sec .contact-con {
    padding: 100px 90px 160px;
  }
}
.contact-sec .contact-ttl {
  margin-bottom: 20px;
  font-size: 3rem;
  text-align: center;
}
.contact-sec .contact-lead {
  margin-bottom: 17.9211469534%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-sec .contact-lead {
    margin-bottom: 60px;
  }
}
.contact-sec .contact-swiper {
  overflow: hidden;
}
.contact-sec .swiper-slide {
  padding-inline: 3px;
}
.contact-sec table {
  width: 100%;
  border-top: 1px solid #D1D1D1;
}
.contact-sec table tr {
  border-bottom: 1px solid #D1D1D1;
}
.contact-sec table tr th {
  display: block;
  padding-block: 5.376344086% 1.7921146953%;
}
@media screen and (min-width: 768px) {
  .contact-sec table tr th {
    display: table-cell;
    width: 18em;
    padding-block: 20px;
    vertical-align: top;
    text-align: left;
  }
}
.contact-sec table tr th div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-sec table tr th div p {
  font-weight: 700;
}
.contact-sec table tr th div span {
  padding: 5px 1em;
  background-color: #D2FF15;
  font-size: 1.2571428571rem;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact-sec table tr th div span {
    font-size: 1.4rem;
  }
}
.contact-sec table tr td {
  display: block;
  padding-bottom: 5.376344086%;
}
@media screen and (min-width: 768px) {
  .contact-sec table tr td {
    display: table-cell;
    padding: 20px 0 20px 15px;
  }
}
.contact-sec table tr td input[type=text], .contact-sec table tr td input[type=email], .contact-sec table tr td input[type=tel], .contact-sec table tr td select, .contact-sec table tr td textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #A1A1A1;
  font-size: 1.4857142857rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .contact-sec table tr td input[type=text], .contact-sec table tr td input[type=email], .contact-sec table tr td input[type=tel], .contact-sec table tr td select, .contact-sec table tr td textarea {
    font-size: 1.6rem;
  }
}
.contact-sec table tr td select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 5px 10px;
  background: #fff url(../img/ico_arrow_b.svg) no-repeat right 10px center;
  background-size: 5px auto;
  vertical-align: middle;
}
.contact-sec table tr td input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 0.4em 5px auto 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  background: #fff;
}
.contact-sec table tr td input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 15px;
  height: 10px;
  margin: -8px 0 0 2px;
  border-left: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(-45deg);
}
.contact-sec table tr td .table-txt {
  margin-top: 10px;
  font-size: 0.9142857143rem;
}
@media screen and (min-width: 768px) {
  .contact-sec table tr td .table-txt {
    font-size: 1.3rem;
  }
}
.contact-sec table tr td .policy-txt {
  margin-bottom: 10px;
}
.contact-sec table tr td .policy-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  cursor: pointer;
}
.contact-sec .contact-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(360px, 100%);
  margin: 8.6021505376% auto 0;
  padding: 5.376344086%;
  background-color: #111417;
  font-size: 1.8285714286rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .contact-sec .contact-btn {
    margin-top: 60px;
    padding: 15px;
    font-size: 1.6rem;
  }
}
.contact-sec .contact-back {
  display: block;
  width: 4em;
  margin: 20px auto 0;
  text-align: center;
}

.contact-error .error-message {
  margin-top: 5px;
  color: #f00;
}
.contact-error._state .error-message {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f00;
  color: #fff;
  text-align: center;
}

.js-modalopen {
  overflow: hidden;
}

.modal-sec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-sec .modal-in {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 6.4%;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .modal-sec .modal-in {
    padding-inline: 20px;
  }
}
.modal-sec .modal-con {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 7.3394495413% 7.3394495413% 18.3486238532%;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .modal-sec .modal-con {
    padding: 60px 70px 40px;
    border-radius: 16px;
  }
}
.modal-sec .swiper-btn {
  z-index: 99;
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 11.0091743119%;
  margin-top: 30.5810397554%;
}
@media screen and (min-width: 768px) {
  .modal-sec .swiper-btn {
    width: 46px;
    margin-top: 310px;
  }
}
.modal-sec .swiper-btn._prev {
  left: 0;
  margin-left: 1.8348623853%;
}
@media screen and (min-width: 768px) {
  .modal-sec .swiper-btn._prev {
    margin-left: 54px;
  }
}
.modal-sec .swiper-btn._next {
  right: 0;
  margin-right: 1.8348623853%;
}
@media screen and (min-width: 768px) {
  .modal-sec .swiper-btn._next {
    margin-right: 54px;
  }
}
.modal-sec .modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 7.3394495413% auto 0;
  font-size: 2.0571428571rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-sec .modal-close {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
.modal-sec .modalwrap-swiper {
  overflow: hidden;
}
.modal-sec dl {
  margin-top: 4.5871559633%;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .modal-sec dl {
    margin-top: 10px;
  }
}
.modal-sec dl dt {
  margin-bottom: 10px;
  font-size: 2.2857142857rem;
}
@media screen and (min-width: 768px) {
  .modal-sec dl dt {
    font-size: 2.4rem;
  }
}
.modal-sec dl dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .modal-sec dl dd {
    font-size: 1.6;
  }
}

.w100 {
  width: 100%;
}

.js-anime-fadein {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-fadein.js-anime-on {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-anime-slide {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slide.js-anime-on {
  animation-name: slide;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-anime-slideleft {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slideleft.js-anime-on {
  animation-name: slideLeft;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-anime-slideright {
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.js-anime-slideright.js-anime-on {
  animation-name: slideRight;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media print {
  .js-anime-fadein, .js-anime-slide, .js-anime-slideleft, .js-anime-slideright {
    opacity: initial;
  }
}/*# sourceMappingURL=style.css.map */