main {
  position: relative;
}
main .inner {
  display: block;
  margin: 0 auto;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

section {
  margin: 0 auto;
}
section .inner {
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#fv {
  position: relative;
}
#fv #slider {
  position: relative;
}
#fv #slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 620px;
}
#fv #slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding-right: 22px;
  bottom: 10px;
  width: 100%;
  gap: 10px;
}
#fv #slider .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 25px;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  margin: 0;
}
#fv #slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
}
#fv #slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #2b76a6;
}
#fv .contents {
  position: absolute;
  left: 80px;
  top: 0;
  z-index: 1;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#fv .contents .copy {
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  isolation: isolate;
  text-shadow: 0 0 8px #000;
}
#fv .contents .message {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  background-color: rgba(29, 43, 89, 0.75);
  padding: 22px 45px 24px 79px;
  margin-left: -80px;
}
#fv .btns {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 84px;
  right: 80px;
  z-index: 1;
}
#fv .btns .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  width: 260px;
  height: 60px;
  background-color: #2b76a6;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#fv .btns .btn a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/arrow01-white@2x.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  margin-top: 2px;
}
#fv .scroll {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 11;
}
#fv .scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
}
#fv .scroll a::before {
  content: "";
  display: block;
  width: 60px;
  height: 43px;
  background: url(../img/top/scroll@2x.png) center center no-repeat;
  background-size: contain;
}

section {
  width: 100%;
}
section.triangle {
  position: relative;
}
section.triangle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
section.triangle.triangle-top-left::before {
  border-left: 0px solid transparent;
  border-right: 47vw solid transparent;
  border-top: 34vw solid #1d2b59;
  position: absolute;
  top: 0px;
  left: 0;
}
section.triangle.triangle-top-right::before {
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-top: 34vw solid #1d2b59;
  position: absolute;
  top: 0px;
  right: 0;
}
section.triangle.triangle-bottom-right::before {
  border-right: 0px solid transparent;
  border-left: 47vw solid transparent;
  border-bottom: 34vw solid #e6e9f1;
  position: absolute;
  bottom: 0px;
  right: 0;
}
section.triangle.triangle-bottom-left::before {
  border-left: 0px solid transparent;
  border-right: 47vw solid transparent;
  border-bottom: 34vw solid #e6e9f1;
  position: absolute;
  bottom: 0px;
  left: 0;
}
section .inner {
  position: relative;
  display: flex;
  width: 100%;
}
section .inner h2 {
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333;
  display: flex;
  flex-direction: column;
}
section .inner h2::after {
  content: attr(data-en);
  white-space: pre;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.72px;
  text-align: left;
  color: #1d2b59;
  margin-top: 8px;
}
section .inner .text {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
}
section .inner .link {
  margin-top: 40px;
}
section .inner .link a {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  text-align: left;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  background: url(../img/common/arrow01-black@2x.png) right center no-repeat;
  background-size: 10px auto;
  padding-right: 20px;
}

#vision .inner {
  padding-top: 80px;
  position: relative;
  padding-left: 50%;
}
#vision .inner .img {
  padding: 0 40px 0 40px;
  max-width: 600px;
}
#vision .inner .left {
  position: absolute;
  right: 50%;
}
#vision .inner .right {
  width: 100%;
}
#vision .inner .right .text {
  margin-top: 24px;
  line-height: 1.65;
}

.bg:after {
  content: "";
  display: block;
  background: url(../img/top/bg01@2x.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  max-height: 450px;
  height: 31vw;
}

#service::before {
  bottom: 0;
}
#service .inner {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 5%;
  max-width: 1300px;
  margin: 0 auto;
}
#service .inner .main-contents {
  padding-left: 10%;
}
#service .inner .left {
  position: absolute;
  left: 60%;
}
#service .inner .img {
  padding: 20px 0 0 0;
  width: 30vw;
  max-width: 600px;
}
#works {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}
#works .inner {
  display: block;
  max-width: 1300px;
  margin: 0 auto;
}
#works .inner .main-contents {
  padding: 130px 10% 0;
}
#works .inner .contents {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#works .inner .contents .left {
  width: 54%;
}
#works .inner .contents .right {
  width: 45%;
}
#works .inner .contents .label ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
#works .inner .contents .label ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.2rem;
  width: auto;
  height: 62px;
  padding: 0 18px;
  background-color: #2b76a6;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
}
#works .inner .works-slider {
  position: relative;
  padding-top: 65px;
}
#works .inner .works-slider .swiper {
  width: 100vw;
}
#works .inner .works-slider .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
#works .inner .works-slider .swiper .swiper-wrapper .swiper-slide .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#works .inner .works-slider .swiper .swiper-wrapper .swiper-slide .box .img picture,
#works .inner .works-slider .swiper .swiper-wrapper .swiper-slide .box .img img {
  display: block;
  width: 100%;
  height: auto;
}
#works .inner .works-slider .swiper .swiper-wrapper .swiper-slide .box .title a {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.18px;
  text-align: left;
  color: #333;
  text-decoration: none;
}
#works .inner .works-slider .swiper .swiper-wrapper .swiper-slide .box .taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#works .inner .works-slider .swiper .swiper-wrapper .swiper-slide .box .taxonomies .term a {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  text-align: left;
  color: #333;
  padding: 5px;
  background-color: #e6e9f1;
  text-decoration: none;
}
#works .inner .works-slider .swiper-button {
  position: absolute;
  top: 15px;
  right: -10%;
  z-index: 10;
  display: flex;
  gap: 30px;
}
#works .inner .works-slider .swiper-button .swiper-button-prev,
#works .inner .works-slider .swiper-button .swiper-button-next {
  display: block;
  position: static;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}
#works .inner .works-slider .swiper-button .swiper-button-prev:after,
#works .inner .works-slider .swiper-button .swiper-button-next:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
#works .inner .works-slider .swiper-button .swiper-button-prev:after {
  background: url(../img/common/arrow02-left@2x.png) center center no-repeat;
  background-size: contain;
}
#works .inner .works-slider .swiper-button .swiper-button-next:after {
  background: url(../img/common/arrow02-right@2x.png) center center no-repeat;
  background-size: contain;
}
#works .inner .link {
  text-align: right;
}

#our_strengths {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#our_strengths:after {
  content: "";
  display: block;
  width: 877px;
  height: 411px;
  background: url(../img/top/our_strengths-img01@2x.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
  top: 200px;
  right: 50%;
  transform: translateX(100px);
}
#our_strengths .inner {
  display: block;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1;
}
#our_strengths .inner .main-contents {
  padding: 110px 10%;
}
#our_strengths .inner h2 {
  display: flex;
  align-content: center;
  justify-content: center;
}
#our_strengths .inner h2 img {
  height: 88px;
}
#our_strengths .inner h2 span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 5.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.54px;
  text-align: left;
  color: #333;
}
#our_strengths .inner h2:after {
  text-align: right;
}
#our_strengths .inner .text {
  text-align: right;
}
#our_strengths .inner .label {
  margin-top: 35px;
}
#our_strengths .inner .label ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
#our_strengths .inner .label ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.2rem;
  width: 460px;
  height: 62px;
  padding: 0 35px;
  background-color: #2b76a6;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
#our_strengths .inner .link {
  text-align: right;
}

#information {
  background-color: #f2f2f2;
  padding: 50px 0;
}
#information .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
}
#information .inner .main-contents {
  padding: 40px 10%;
}
#information .inner .description {
  position: absolute;
  top: 56px;
  left: calc(240px + 10%);
}
#information .inner .description p {
  font-size: 2.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: left;
  color: #333;
}
#information .inner .list {
  display: flex;
  margin-top: 45px;
}
#information .inner .list .categories {
  margin-right: 60px;
}
#information .inner .list .categories ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#information .inner .list .categories ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: center;
  width: 230px;
  height: 54px;
  background-color: #d0d0d0;
  color: #333;
}
#information .inner .list .categories ul li:first-of-type a {
  color: #fff;
  background-color: #1d2b59;
}
#information .inner .list .posts {
  width: 100%;
}
#information .inner .list .posts ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc;
}
#information .inner .list .posts ul li {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#information .inner .list .posts ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/arrow01-black@2x.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#information .inner .list .posts ul li .info {
  display: flex;
  gap: 10px;
}
#information .inner .list .posts ul li .info .date {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  text-align: left;
  color: #333;
}
#information .inner .list .posts ul li .info .taxonomies .term {
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  text-align: left;
  color: #1d2b59;
  text-decoration: none;
}
#information .inner .list .posts ul li .title {
  margin-top: 8px;
}
#information .inner .list .posts ul li .title a {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
  text-decoration: none;
}
#information .inner .link {
  text-align: right;
}

#company .boxes {
  display: flex;
}
#company .boxes .box {
  width: 50%;
}
#company .boxes .box#company_history {
  background: url(../img/top/company_history@2x.png) center center no-repeat;
  background-size: cover;
  padding: 50px 40px 50px 10%;
}
#company .boxes .box#company_profile {
  background: url(../img/top/company_profile@2x.png) center center no-repeat;
  background-size: cover;
  padding: 50px 10% 50px 40px;
}
#company .boxes .box h2 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 4px;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
}
#company .boxes .box h2::after {
  content: attr(data-jp);
  white-space: pre;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.72px;
  text-align: left;
  color: #fff;
  margin-top: 8px;
}
#company .boxes .box .link {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
#company .boxes .box .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  width: 166px;
  height: 44px;
  gap: 8px;
}
#company .boxes .box .link a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/arrow01-white@2x.png) right center no-repeat;
  background-size: contain;
  margin-top: 4px;
}

#careers .inner {
  padding-top: 80px;
}
#careers .inner .img {
  padding: 0 40px;
}
#careers .inner .left {
  width: 50%;
}
#careers .inner .right {
  width: 50%;
  padding-right: 40px;
}

#voices {
  width: 800px;
  margin: 50px auto 0;
  background-color: #e6e9f1;
  position: relative;
}
#voices::before {
  content: "";
  display: block;
  border-right: 0px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  top: 0px;
  right: 0;
}
#voices .boxes {
  display: flex;
  justify-content: center;
}
#voices .boxes .box {
  width: 50%;
  padding: 16px 40px;
  position: relative;
}
#voices .boxes .box + .box:before {
  content: "";
  display: block;
  width: 1px;
  height: 180px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#voices .boxes .box .title {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.18px;
  text-align: left;
  color: #1d2b59;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
#voices .boxes .box .title:before {
  content: "";
  display: block;
  width: 27px;
  height: 35px;
  background: url(../img/common/icon-man@2x.png) center center no-repeat;
  background-size: contain;
}
#voices .boxes .box .message {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
}
#voices .boxes .box .job {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.14px;
  text-align: left;
  color: #333;
}

#entry {
  padding-bottom: 140px;
}
#entry .inner {
  margin: 50px auto 0;
  max-width: 900px;
  height: 310px;
  border: solid 2px #002f8e;
  background: url(../img/top/entry-img@2x.jpg) left center no-repeat;
  background-color: #fff;
  background-size: contain;
  padding-left: 238px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#entry .inner h2 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-size: 5.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4.24px;
  text-align: left;
  color: #1d2b59;
}
#entry .inner strong {
  font-size: 2.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.26px;
  text-align: left;
  color: #333;
}
#entry .inner p {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
  margin-top: 16px;
}
#entry .inner .link {
  margin-top: 20px;
}
#entry .inner .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 490px;
  height: 60px;
  background-color: #1d2b59;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.22px;
  text-align: left;
  color: #fff;
}
#entry .inner .link a:before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background: url(../img/common/icon-mail@2x.png) center center no-repeat;
  background-size: contain;
  margin-top: 4px;
}
#entry .inner .info {
  width: 490px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#entry .inner .info .tel a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.28px;
  text-align: left;
  text-decoration: none;
  color: #333;
}
#entry .inner .info .tel a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-tel-black@2x.png) center center no-repeat;
  background-size: contain;
}
#entry .inner .info .time {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.18px;
  text-align: left;
  color: #333;
}
#entry .inner .info small {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  text-align: left;
  color: #333;
  margin-top: 6px;
  padding-left: 34px;
}
