* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

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

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

.txt_underline {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .opacity-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .opacity-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .pc-disp {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}

@media (max-width: 1024px) {
  .to-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .to-sp {
    display: none !important;
  }
}

.en {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.03em;
}

/*------------------------------------------
fade up
------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* === body
==================================== */
body {
  color: #3e3e3e;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.onestopesg {
  background: #f2eded;
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .onestopesg {
    padding-right: 100px;
  }
}

/*====================================
header
==================================== */
.header__container {
  background: #334bd0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  width: calc(100% - 20px);
  height: 44px;
  border-radius: 10px 10px 0px 0px;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media (min-width: 1025px) {
  .header__container {
    top: 0;
    left: auto;
    width: 100px;
    height: calc(100% - 40px);
    border-radius: 30px 0px 0px 30px;
    padding: 0 0 42px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .header__container:hover {
    width: 156px;
  }
}
.header__container .h__ttl {
  color: #d9cece;
  position: absolute;
  left: 0;
  bottom: -5px;
  font-size: 30px;
}
@media (min-width: 1025px) {
  .header__container .h__ttl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 70px;
    top: 0;
    right: -8px;
  }
}
.header__container .h__contact {
  color: #f2eded;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .header__container .h__contact {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 16px;
  }
}
.header__container .h__contact > a {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
}
@media (min-width: 1025px) {
  .header__container .h__contact > a {
    padding: 0 0 28px 0;
  }
}
.header__container .h__contact > a::after {
  content: "";
  background: url(../images/icon_arrow.png) no-repeat center/100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 18px;
}
@media (min-width: 1025px) {
  .header__container .h__contact > a::after {
    width: 22px;
    height: 21px;
    top: auto;
    left: 0;
  }
}

/*====================================
footer
==================================== */
.footer__container {
  background: #ebe2e2;
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
}
@media (min-width: 1025px) {
  .footer__container {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 140px;
  }
}
.footer__container .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 0 23px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (min-width: 1025px) {
  .footer__container .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 0 156px 0 60px;
  }
}
.footer__container .inner .logo {
  width: 246px;
}
@media (min-width: 1025px) {
  .footer__container .inner .logo {
    width: 288px;
  }
}
.footer__container .inner .logo > a {
  display: inline-block;
}
.footer__container .inner .copyright {
  width: 100%;
  line-height: 1;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 1025px) {
  .footer__container .inner .copyright {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
  }
}

/*====================================
mv__container
==================================== */
.mv__container {
  padding: 22px 0 50px;
}
@media (min-width: 1025px) {
  .mv__container {
    padding: 1.4641288433vw 0 4.831625183vw;
  }
}
.mv__container .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 23px;
}
@media (min-width: 1025px) {
  .mv__container .inner {
    padding: 0 1.756954612vw 0 1.9033674963vw;
  }
}
.mv__container .mv__info {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .mv__container .mv__info {
    height: 35.1390922401vw;
    border-radius: 2.196193265vw;
  }
}
.mv__container .mv__info .mv__bg {
  width: 100%;
  height: 100%;
}
.mv__container .mv__info .mv__bg > video {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__container .mv__info .mv__ttl {
  width: 246px;
  position: absolute;
  top: 25px;
  left: 25px;
}
@media (min-width: 1025px) {
  .mv__container .mv__info .mv__ttl {
    width: 37.8477306003vw;
    top: 4.2459736457vw;
    left: 4.9048316252vw;
  }
}
.mv__container .mv__info .mv__op {
  width: 85px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (min-width: 1025px) {
  .mv__container .mv__info .mv__op {
    width: 8.1259150805vw;
    bottom: 2.9282576867vw;
    right: 2.9282576867vw;
  }
}

/*====================================
common parts
==================================== */
@-webkit-keyframes loop-txt-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1528px 0;
  }
}
@keyframes loop-txt-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1528px 0;
  }
}
@-webkit-keyframes loop-txt-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -860px 0;
  }
}
@keyframes loop-txt-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -860px 0;
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes width-1 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes width-1 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes height-1 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes height-1 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes height-2 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes height-2 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.cmn__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 23px;
}
@media (min-width: 1025px) {
  .cmn__inner {
    padding: 0 4.0995607613vw 0 4.2459736457vw;
  }
}

.line--top,
.line--left,
.line--right,
.line--bottom {
  position: absolute;
  background: #334bd0;
}

.line--top,
.line--bottom {
  width: 0%;
  height: 1px;
}

.line--left,
.line--right {
  width: 1px;
  height: 0%;
}

.line--top {
  top: 0;
  left: 0;
}

.line--left {
  bottom: 0;
  left: 0;
}

.line--right {
  top: 0;
  right: 0;
}

.line--bottom {
  bottom: 0;
  right: 0;
}

/*====================================
project__container
==================================== */
.project__container {
  position: relative;
  padding: 80px 0 40px;
  border-bottom: 1px solid #D1C2C2;
}
@media (min-width: 1025px) {
  .project__container {
    padding: 9.3704245974vw 0 8.78477306vw;
    border-bottom: none;
  }
}
.project__container .loop__txt {
  width: 100%;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .project__container .loop__txt {
    height: 51px;
  }
}
.project__container .loop__txt::before {
  content: "";
  width: 100vw;
  height: 29px;
  background-image: url(../images/loop_txt_sp.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 860px auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: loop-txt-sp 60s linear infinite;
          animation: loop-txt-sp 60s linear infinite;
}
@media (min-width: 1025px) {
  .project__container .loop__txt::before {
    height: 51px;
    background-image: url(../images/loop_txt_pc.png);
    background-size: 1528px auto;
    -webkit-animation: loop-txt-pc 60s linear infinite;
            animation: loop-txt-pc 60s linear infinite;
  }
}
.project__container .project__ttl {
  line-height: 1.6;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .project__container .project__ttl {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
.project__container .project__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-bottom: 60px;
}
.project__container .project__list::after {
  content: "";
  background: #334bd0;
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .project__container .project__list::after {
    left: -3px;
  }
}
.project__container .project__list > li {
  width: 50%;
  padding: 20px 16px;
  position: relative;
}
@media (min-width: 1025px) {
  .project__container .project__list > li {
    width: 25%;
    padding: 30px 30px 60px;
  }
}
.project__container .project__list > li:nth-child(even) {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .project__container .project__list > li:nth-child(even) {
    margin-left: -1px;
  }
}
@media (min-width: 1025px) {
  .project__container .project__list > li:not(:first-child) {
    margin-left: -1px;
  }
}
.project__container .project__list .list__ttl {
  line-height: 1.5;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .project__container .project__list .list__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.project__container .project__list .list__txt {
  line-height: 1.9;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .project__container .project__list .list__txt {
    font-size: 16px;
  }
}
.project__container .line--middle {
  width: 1px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
.project__container .line--middle::after {
  content: "";
  background: #334bd0;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  margin: auto;
}
.project__container .line--middle.is-active::after {
  -webkit-animation: height-2 0.5s 0.3s ease-in-out forwards;
          animation: height-2 0.5s 0.3s ease-in-out forwards;
}
.project__container .line--middle.type--2.is-active::after {
  -webkit-animation: height-2 0.5s 0.5s ease-in-out forwards;
          animation: height-2 0.5s 0.5s ease-in-out forwards;
}
.project__container .line--middle.type--3.is-active::after {
  -webkit-animation: height-2 0.5s 0.3s ease-in-out forwards;
          animation: height-2 0.5s 0.3s ease-in-out forwards;
}
.project__container .oval__info {
  width: 328px;
  height: 157px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .project__container .oval__info {
    width: 100%;
    max-width: 720px;
    height: 230px;
  }
}
.project__container .oval__info .bg__oval {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.project__container .oval__info .txt {
  text-align: center;
  line-height: 1.9;
  font-size: 15px;
}
@media (min-width: 1025px) {
  .project__container .oval__info .txt {
    line-height: 1.7;
    font-size: 23px;
  }
}
.project__container .oval__info.is-active svg path {
  -webkit-animation: draw 2s 0.3s ease-in-out forwards;
          animation: draw 2s 0.3s ease-in-out forwards;
}
.project__container .oval__info.type--2 {
  height: 129px;
}
@media (min-width: 1025px) {
  .project__container .oval__info.type--2 {
    height: 230px;
  }
}
.project__container .project__item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5px;
}
.project__container .project__item::before {
  content: "";
  background: url(../images/project_icon_sp.png) no-repeat center/100%;
  width: 41px;
  height: 9px;
  position: absolute;
  top: -212px;
  left: -15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 1025px) {
  .project__container .project__item::before {
    background: url(../images/project_icon_pc.png) no-repeat center/100%;
    width: 96px;
    height: 20px;
    top: -60px;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.project__container .item__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .project__container .item__detail {
    width: 50%;
  }
  .project__container .item__detail:nth-child(2), .project__container .item__detail:nth-child(4) {
    margin-left: -1px;
  }
  .project__container .item__detail:nth-child(3), .project__container .item__detail:nth-child(4) {
    margin-top: -1px;
  }
}
@media (max-width: 1024px) {
  .project__container .item__detail:not(:first-child) {
    margin-top: -1px;
  }
}
.project__container .item__detail .d__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 23px 25px 25px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .project__container .item__detail .d__info {
    padding: 1.8301610542vw 2.0497803807vw 1.756954612vw 2.9282576867vw;
  }
}
.project__container .item__detail .d__info .ttl {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .project__container .item__detail .d__info .ttl {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.project__container .item__detail .d__info .sub {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .project__container .item__detail .d__info .sub {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.project__container .item__detail .d__img {
  width: 124px;
}
@media (min-width: 1025px) {
  .project__container .item__detail .d__img {
    width: 18.3016105417vw;
  }
}
.project__container .item__detail .d__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.option > li {
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .option > li {
    font-size: 16px;
  }
}
.option > li:last-child {
  margin-bottom: 0;
}
.option > li::before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #334bd0;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (min-width: 1025px) {
  .option > li::before {
    top: 10px;
  }
}

.project__list.is-active .line--left,
.project__item.is-active .line--left {
  -webkit-animation: height-1 0.5s ease-in-out forwards;
          animation: height-1 0.5s ease-in-out forwards;
}
.project__list.is-active .line--top,
.project__item.is-active .line--top {
  -webkit-animation: width-1 0.5s 0.5s ease-in-out forwards;
          animation: width-1 0.5s 0.5s ease-in-out forwards;
}
.project__list.is-active .line--right,
.project__item.is-active .line--right {
  -webkit-animation: height-1 0.5s 1s ease-in-out forwards;
          animation: height-1 0.5s 1s ease-in-out forwards;
}
.project__list.is-active .line--bottom,
.project__item.is-active .line--bottom {
  -webkit-animation: width-1 0.5s 1.5s ease-in-out forwards;
          animation: width-1 0.5s 1.5s ease-in-out forwards;
}

.project__list.is-active::after {
  -webkit-animation: height-1 0.5s 1.5s ease-in-out forwards;
          animation: height-1 0.5s 1.5s ease-in-out forwards;
}

/*====================================
solution__container
==================================== */
.solution__container {
  padding: 180px 0 46px;
  position: relative;
  border-bottom: 1px solid #D1C2C2;
}
@media (min-width: 1025px) {
  .solution__container {
    padding: 5.8565153734vw 0 0;
    border-bottom: none;
  }
}
@media (min-width: 1025px) {
  .solution__container .solution__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .solution__container .solution__left {
    width: 42.1669106881vw;
    position: sticky;
    top: 9.8096632504vw;
    left: 0;
  }
}
.solution__container .solution__ttl {
  width: 328px;
  position: absolute;
  top: 32px;
  left: 23px;
}
@media (min-width: 1025px) {
  .solution__container .solution__ttl {
    width: 84.1874084919vw;
    height: 11.1273792094vw;
    top: -9.8096632504vw;
    left: 0;
    z-index: -1;
  }
}
.solution__container .solution__img {
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .solution__container .solution__img {
    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto 22px;
  }
}
@media (min-width: 1025px) {
  .solution__container .solution__img {
    height: 39.8243045388vw;
  }
}
.solution__container .solution__img .img--1,
.solution__container .solution__img .img--2,
.solution__container .solution__img .img--3,
.solution__container .solution__img .img--4 {
  overflow: hidden;
  border-radius: 1.4641288433vw;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .solution__container .solution__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    z-index: 2;
  }
}
.solution__container .solution__detail {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D1C2C2;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail {
    margin-bottom: 9.0775988287vw;
    border-bottom: none;
  }
}
.solution__container .solution__detail:last-child {
  border-bottom: none;
}
.solution__container .solution__detail .solution__box {
  line-height: 1.5;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box {
    padding: 10.3953147877vw 0 0;
  }
}
.solution__container .solution__detail .solution__box .ttl {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.solution__container .solution__detail .solution__box .sub {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .sub {
    margin-bottom: 60px;
  }
}
.solution__container .solution__detail .solution__box .sub span {
  display: inline-block;
}
.solution__container .solution__detail .solution__box .sub .txt--1 {
  font-weight: 600;
  color: #334bd0;
  font-size: 15px;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .sub .txt--1 {
    font-size: 18px;
  }
}
.solution__container .solution__detail .solution__box .sub .txt--1::after {
  content: "";
  background: #334bd0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 16px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .sub .txt--1::after {
    height: 18px;
  }
}
.solution__container .solution__detail .solution__box .sub .txt--2 {
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .sub .txt--2 {
    font-size: 18px;
  }
}
.solution__container .solution__detail .solution__box .lead {
  line-height: 1.8;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .lead {
    font-size: 22px;
  }
}
.solution__container .solution__detail .solution__box .option {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .option {
    margin-bottom: 40px;
  }
}
.solution__container .solution__detail .solution__box .option > li {
  font-size: 14px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .option > li {
    font-size: 16px;
  }
}
.solution__container .solution__detail .solution__box .link {
  width: 100%;
  height: 105px;
}
@media (min-width: 1290px) {
  .solution__container .solution__detail .solution__box .link {
    height: 86px;
  }
}
.solution__container .solution__detail .solution__box .link > a {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.06);
  background: #FAF7F7;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1270px) {
  .solution__container .solution__detail .solution__box .link > a {
    gap: 10px;
  }
}
.solution__container .solution__detail .solution__box .link > a::after {
  content: "";
  background: url(../images/icon_arrow_2.png) no-repeat center/100%;
  width: 22px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.solution__container .solution__detail .solution__box .link > a .logo {
  width: 100%;
}
@media (min-width: 1290px) {
  .solution__container .solution__detail .solution__box .link > a .logo {
    width: 186px;
  }
}
.solution__container .solution__detail .solution__box .link > a .txt {
  line-height: 1.5;
  font-size: 13px;
}
@media (min-width: 1290px) {
  .solution__container .solution__detail .solution__box .link > a .txt {
    font-size: 15px;
  }
}
.solution__container .solution__detail .solution__box .link.type--1 > a .logo > img {
  width: 116px;
}
@media (min-width: 1290px) {
  .solution__container .solution__detail .solution__box .link.type--1 > a .logo > img {
    width: 156px;
  }
}
.solution__container .solution__detail .solution__box .link.type--2 > a .logo > img {
  width: 108px;
}
@media (min-width: 1290px) {
  .solution__container .solution__detail .solution__box .link.type--2 > a .logo > img {
    width: 150px;
  }
}
.solution__container .solution__detail .solution__box .link.type--3 > a .logo > img {
  width: 110px;
}
@media (min-width: 1025px) {
  .solution__container .solution__detail .solution__box .link.type--3 > a .logo > img {
    width: 144px;
  }
}
.solution__container .solution__detail .solution__box .link.type--4 {
  height: 126px;
}
@media (min-width: 1290px) {
  .solution__container .solution__detail .solution__box .link.type--4 {
    height: 86px;
  }
}
.solution__container .solution__detail .solution__box .link.type--4 > a .logo > img {
  width: 94px;
}
@media (min-width: 1290px) {
  .solution__container .solution__detail .solution__box .link.type--4 > a .logo > img {
    width: 131px;
  }
}

/*====================================
contact__container
==================================== */
.contact__container {
  padding: 40px 0 50px;
}
@media (min-width: 1025px) {
  .contact__container {
    padding: 8.78477306vw 0 5.8565153734vw;
  }
}
.contact__container .contact__info {
  overflow: hidden;
  color: #f2eded;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .contact__container .contact__info {
    border-radius: 1.4641288433vw;
    height: 19.0336749634vw;
  }
}
.contact__container .contact__info .left__info {
  background: #334bd0;
  width: 100%;
  position: relative;
  padding: 70px 40px 30px;
  border-bottom: 1px solid #D1C2C2;
}
@media (min-width: 1025px) {
  .contact__container .contact__info .left__info {
    padding: 8.4187408492vw 0.7320644217vw 0 10.541727672vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.contact__container .contact__info .left__info .en {
  line-height: 1;
  font-size: 60px;
  position: absolute;
  top: -9px;
  left: -2px;
}
@media (min-width: 1025px) {
  .contact__container .contact__info .left__info .en {
    top: -15px;
    left: -4px;
    font-size: 100px;
  }
}
.contact__container .contact__info .left__info .txt {
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .contact__container .contact__info .left__info .txt {
    font-size: 18px;
  }
}
.contact__container .contact__info .right__info {
  width: 100%;
}
@media (min-width: 1025px) {
  .contact__container .contact__info .right__info {
    width: 26.3543191801vw;
    height: 100%;
  }
}
.contact__container .contact__info .right__info .link {
  width: 100%;
  height: 100%;
}
.contact__container .contact__info .right__info .link > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #334bd0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px 22px;
}
@media (min-width: 1025px) {
  .contact__container .contact__info .right__info .link > a {
    border-left: 1px solid #f2eded;
    padding: 0 0.7320644217vw 0 8.1991215227vw;
  }
}
.contact__container .contact__info .right__info .link > a .link--txt {
  position: relative;
  display: inline-block;
  line-height: 2;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 1025px) {
  .contact__container .contact__info .right__info .link > a .link--txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    padding-right: 52px;
  }
}
.contact__container .contact__info .right__info .link > a .link--txt::after {
  content: "";
  background: url(../images/icon_arrow_3.png) no-repeat center/100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 21px;
}
@media (min-width: 1025px) {
  .contact__container .contact__info .right__info .link > a .link--txt::after {
    width: 32px;
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .contact__container .contact__info .right__info .link > a:hover {
    background: #fff;
  }
  .contact__container .contact__info .right__info .link > a:hover .link--txt {
    color: #334bd0;
  }
  .contact__container .contact__info .right__info .link > a:hover .link--txt::after {
    background: url(../images/icon_arrow_4.png) no-repeat center/100%;
  }
}
.contact__container .contact__bnr {
  width: 290px;
  margin: 50px auto 0;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .contact__container .contact__bnr {
    width: 42.1669106881vw;
    margin: 5.8565153734vw auto 0;
  }
}