@charset "UTF-8";
/* CSS Document */
/*プライバシーポリシーなどのタイトル*/
.page-title-wrap-2 {
  /*height: 330px;*/
  padding-top: 90px;
  box-sizing: border-box;
  padding-bottom: 20px;
  background: #fff;
}
.page-title-wrap-2.other {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-title-wrap-2 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .page-title-wrap-2.other {
    padding-bottom: 30px;
  }
}
h2.page-h2 {
  margin-bottom: 16px;
  padding-left: 27px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h2.page-h2 {
    width: 88.3vw;
    margin: 0 auto;
    padding-left: 15px;
    position: relative;
    line-height: 1;
  }
}
h2.page-h2:after {
  -webkit-animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
h2.page-h2:after {
  content: "";
  background: #005bac;
  width: 8px;
  /* height: calc(100% + 230px);*/
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 768px) {
  h2.page-h2:after {
    width: 5px;
  }
}
@keyframes topMvTextBoxBorderMove {
  0% {
    height: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  40% {
    height: calc(100%);
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  60% {
    height: calc(100%);
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    height: calc(100%);
    top: 0;
    -webkit-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0);
  }
}
h2.page-h2 div {
  display: inline-block;
}
h2.page-h2 span.ja {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #005bac;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 12px;
}
h2.page-h2 span.en {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #181818;
}
@media screen and (max-width: 768px) {
  h2.page-h2 span.ja {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
  }
  h2.page-h2 span.en {
    font-size: 42px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}
h3.page-h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.03em;
  /*  line-height: 1.563;*/
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  h3.page-h3 {
    font-size: 23px;
    width: 88.3vw;
    margin: 0 auto 20px;
    /* text-align: left;*/
    /*  line-height: 36px;*/
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
}
p.page-first {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.733;
  text-align: left;
  color: #fff;
  margin: 0 auto;
}
p.page-first.works-txt-f {
  width: 596px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  p.page-first.works-txt-f {
    width: 88.3vw;
    margin-bottom: 50px;
  }
}
/***************************

プライバシーポリシー

****************************/
.privacypolicy-page {
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: #F5F6F7;
}
.privacypolicy-page p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  color: #181818;
  margin-bottom: 60px;
}
.privacypolicy-page p.mbsmall {
  letter-spacing: 0;
  margin-bottom: 40px;
}
.privacypolicy-page p.last {
  margin-bottom: 0;
}
.privacypolicy-page h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.167;
  text-align: left;
  color: #181818;
  margin-bottom: 20px;
}
.privacypolicy-page h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #181818;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .privacypolicy-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .privacypolicy-page .container {
    width: 76.5vw;
    margin: 0 auto;
  }
  .privacypolicy-page p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
  .privacypolicy-page h3 {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 15px;
    line-height: 33px;
    text-align: left;
    color: #181818;
    margin-bottom: 10px;
  }
  .privacypolicy-page h4 {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #181818;
    margin-bottom: 0;
  }
}
/***************************

固定ページのMV

****************************/
section.page-mv {
  display: flex;
  justify-content: space-between;
  max-width: 906px;
  margin: auto;
  height: 460px;
  z-index: 2;
  position: relative;
  /* background: #fff;*/
}
@media screen and (max-width: 768px) {
  section.page-mv {
    height: 160px;
    width: 88.3vw;
    background: none;
  }
}
/*右側へ要素を広げる（1カラム）*/
section.page-mv .outside-right {
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  section.page-mv .outside-right {
    margin-right: 0;
    width: 100%;
  }
}
.bgScale {
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.bgScale.works {
  background: url("../../aoi/image/page-mv/works.jpg") no-repeat 50% 50%;
  background-size: 100%;
}
.bgScale.service {
  background: url("../../aoi/image/page-mv/service.jpg") no-repeat 50% 50%;
  background-size: 100%;
}
.bgScale.company {
  background: url("../../aoi/image/page-mv/company.jpg") no-repeat 50% 50%;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .bgScale.works {
    background-size: cover;
  }
  .bgScale.service {
    background-size: 100%;
    background: url("../../aoi/image/page-mv/service-sp.jpg") no-repeat 50% 50%;
  }
  .bgScale.company {
    background-size: cover;
    background-position: top;
  }
}
.page-wrap01 {
  background: #005bac;
  padding-top: 215px;
  padding-bottom: 120px;
  margin-top: -115px;
}
@media screen and (max-width: 768px) {
  .page-wrap01 {
    padding-top: 123px;
    padding-bottom: 120px;
    margin-top: -115px;
  }
}
/***************************

当社について

****************************/
.page-wrap01.com-page-up {
  padding-bottom: 60px;
  position: relative;
  background-color: #181818;
}
.page-first.service-txt.company-txt {
  width: 594px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 26px;
text-align: justify;
	color: #fff;
}
@media screen and (max-width: 768px) {
  .page-wrap01.com-page-up {
    padding-bottom: 40px;
  }
  .page-first.service-txt.company-txt {
    width: 88.3vw;
    margin: 0 auto 20px;
  }
}
div.page-link-btn-box {
  width: 1067px;
  background: #dbdbdb;
  margin: 0 auto;
  padding: 30px 80px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  div.page-link-btn-box {
    width: 88.3vw;
    padding: 20px 15px;
    margin-top: 0;
  }
}
div.page-link-btn-box ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px 22px;
}
div.page-link-btn-box ul li {
  text-align: center;
  width: 210px;
  height: 45px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  div.page-link-btn-box ul {
    justify-content: flex-start;
    gap: 4vw;
  }
  div.page-link-btn-box ul li {
    width: 38.1vw;
    height: 38px;
    padding: 7px 0 7px 10px;
  }
}
div.page-link-btn-box ul li a {
  text-align: center;
  color: #181818;
  display: block;
  height: 100%;
  position: relative;
}
div.page-link-btn-box ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
div.page-link-btn-box ul li a span:after {
  width: 9.4px;
  height: 6.1px;
  content: "";
  display: inline-block;
  background-image: url("../../aoi/image/company/arrow-b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
}
div.page-link-btn-box ul li a:hover {
  background-color: #005bac;
}
div.page-link-btn-box ul li a:hover span {
  color: #fff;
}
div.page-link-btn-box ul li a:hover span:after {
  background-image: url("../../aoi/image/company/arrow-w.svg");
}
@media screen and (max-width: 768px) {
  div.page-link-btn-box ul li a span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 28px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
  }
  div.page-link-btn-box ul li a span:after {
    width: 9.4px;
    height: 6.1px;
    content: "";
    display: inline-block;
    background-image: url("../../aoi/image/company/arrow-b.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
  }
}
/*パララックス*/
.Section {
  width: 100vw;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .Section {
    height: 250px;
  }
}
.Section__Inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.Section-Image {
  position: fixed; /* fixedに変更する。それ以外は同じ。 */
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url("../../aoi/image/company/paraback.jpg");
}
@media screen and (max-width: 768px) {
  .Section-Image {
    position: inherit;
    height: 250px;
    background-image: url("../../aoi/image/company/paraback-sp.jpg");
  }
}
/*Strength*/
section.ourstrength-wrap-page {
  padding-top: 69px;
  padding-bottom: 150px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.ourstrength-wrap-page {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
div.relative.strength-title {
  height: 215px;
  margin-bottom: 39px;
}
@media screen and (max-width: 768px) {
  div.relative.strength-title {
    height: 83px;
    padding-top: 50px;
    margin-bottom: 35px;
  }
}
div.relative.strength-title .back {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 153px;
  line-height: 0.908;
  text-align: center;
  color: #005bac;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  div.relative.strength-title .back {
    font-size: 59px;
    line-height: 54px;
    text-align: left;
    color: #005bac;
  }
}
div.relative.strength-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -7px;
}
div.relative.strength-title h2 span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  /*font-size: 13px;*/
  letter-spacing: 0.02em;
  /* line-height: 1.769;*/
  color: #005bac;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  div.relative.strength-title h2 {
    margin-top: 0;
  }
  div.relative.strength-title h2 span.en {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 35px;
  }
}
div.relative.strength-title h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  /*  font-size: 24px;*/
  letter-spacing: 0.02em;
  line-height: 1;
  /* text-align: left;*/
  color: #181818;
  font-size: 35px;
  /*line-height: 39px;*/
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.relative.strength-title h2 span.ja {
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 39px;
    text-align: center;
    color: #181818;
  }
}
ol.strength-grid-wrap {
  width: 904px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  ol.strength-grid-wrap {
    width: 88.3vw;
  }
}
ol.strength-grid-wrap li {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  ol.strength-grid-wrap li {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
ol.strength-grid-wrap li:last-child {
  margin-bottom: 0;
}
ol.strength-grid-wrap li.reverse .txt {
  order: 1;
}
ol.strength-grid-wrap li.reverse .img {
  order: 2;
}
ol.strength-grid-wrap li .img {
  width: 430px;
  height: 281px;
}
@media screen and (max-width: 768px) {
  ol.strength-grid-wrap li.reverse .txt {
    order: 2;
  }
  ol.strength-grid-wrap li.reverse .img {
    order: 1;
  }
  ol.strength-grid-wrap li .img {
    width: 100%;
    height: auto;
  }
}
ol.strength-grid-wrap li .txt {
  width: 421px;
  position: relative;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  ol.strength-grid-wrap li .txt {
    width: 100%;
    padding-top: 30px;
  }
}
ol.strength-grid-wrap li .txt h4 {
  padding-left: 21px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 34px;
  text-align: left;
  color: #181818;
  margin-bottom: 29px;
  position: relative;
}
ol.strength-grid-wrap li .txt h4:after {
  -webkit-animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
ol.strength-grid-wrap li .txt h4:after {
  content: "";
  background: #005bac;
  width: 2px;
  /* height: calc(100% + 230px);*/
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 768px) {
  ol.strength-grid-wrap li .txt h4 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
ol.strength-grid-wrap li .txt p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 29px;
text-align: justify;
  color: #181818;
}
ol.strength-grid-wrap li .txt .num {
  position: absolute;
  font-weight: 600;
  font-size: 129px;
  line-height: 1.078;
  text-align: right;
  color: #005bac;
  opacity: 0.3;
  font-family: "Poppins", sans-serif;
  top: -28px;
  right: -2px;
}
@media screen and (max-width: 768px) {
  ol.strength-grid-wrap li .txt .num {
    font-size: 91px;
    line-height: 1;
    top: 4px;
    right: 0px;
  }
}
/*COMPANY*/
section.company-wrap {
  width: 100%;
  background: #181818;
  padding-top: 62px;
  padding-bottom: 180px;
}
div.company-box {
  width: 1126px;
  margin: 0 auto;
  background: #fff;
  padding: 170px 104px 180px 116px;
}
@media screen and (max-width: 768px) {
  section.company-wrap {
    width: 100%;
    background: #fff;
    padding-top: 22px;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 60px;
  }
  section.company-wrap:before {
    content: "";
    display: inline-block;
    background: #181818;
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.company-wrap:after {
    content: "";
    display: inline-block;
    background: #181818;
    width: 100%;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  div.company-box {
    width: 88.3vw;
    padding: 51px 0 0;
    position: relative;
    z-index: 1;
    margin-top: 21px;
  }
}
h2.company-white {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 153px;
  /*  line-height: 0.908;*/
  text-align: left;
  color: #fff;
  opacity: 0.15;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  h2.company-white {
    font-size: 68px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}
h3.company-h3 {
  margin-bottom: 45px;
  padding-left: 42px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h3.company-h3 {
    margin-bottom: 30px;
    padding-left: 22px;
  }
}
h3.company-h3:after {
  -webkit-animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
h3.company-h3:after {
  content: "";
  background: #005bac;
  width: 2px;
  /* height: calc(100% + 230px);*/
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
h3.company-h3 span.ja {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 41px;
  text-align: left;
  color: #181818;
}
h3.company-h3 span.en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 37px;
  text-align: left;
  color: #005bac;
}
@media screen and (max-width: 768px) {
  h3.company-h3 span.ja {
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 31px;
  }
  h3.company-h3 span.en {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 26px;
  }
}
div.rinen {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 50px;
  text-align: center;
  color: #181818;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  div.rinen {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 26px;
    margin-bottom: 60px;
    font-feature-settings: "palt";
  }
}
div.speach {
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.03em;
  line-height: 1.739;
text-align: justify;
	color: #181818;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div.speach {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
div.shomei {
  display: flex;
  justify-content: flex-end;
}
div.shomei p {
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.03em;
  line-height: 40px;
  text-align: left;
  color: #181818;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  div.shomei p {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 28px;
    margin-bottom: 60px;
  }
}
.company-wrap table.com {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #999;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .company-wrap table.com {
    margin-bottom: 60px;
  }
}
.company-wrap table.com th {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.765;
  text-align: left;
  color: #000;
  width: 210px;
  padding: 25px 0;
  border-bottom: 1px solid #999;
  vertical-align: top;
}
.company-wrap table.com td {
  font-weight: 400;
  vertical-align: top;
  font-size: 17px;
  line-height: 2;
  text-align: left;
  color: #000;
  padding: 25px 0;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .company-wrap table.com tr {
    display: flex;
    flex-wrap: wrap;
  }
  .company-wrap table.com th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 21px 0 13px 0;
    font-size: 15px;
    line-height: 1.2;
  }
  .company-wrap table.com td {
    display: block;
    width: 100%;
    padding: 0 0 21px 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
  }
}
table.history {
  border-top: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  table.history {
    margin-bottom: 60px;
  }
}
table.history th {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: 0.02em;
  line-height: 74px;
  text-align: left;
  color: #005bac;
  vertical-align: top;
  padding: 35px 0 45px;
  width: 211px;
  border-bottom: 1px solid #999;
}
table.history td {
  padding: 35px 0 45px;
  border-bottom: 1px solid #999;
}
table.history td h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  color: #000;
  vertical-align: top;
}
table.history td p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 2.059;
  text-align: left;
  color: #000;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table.history tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.history th {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #005bac;
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0 0;
  }
  table.history td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #999;
    padding: 0 0 25px 0;
  }
  table.history td h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  table.history td p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 2.059;
    vertical-align: top;
    font-size: 15px;
    /* line-height: 26px;*/
    text-align: left;
    color: #181818;
  }
}
h4.honsha {
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.02em;
  line-height: 1.111;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h4.honsha {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-bottom: 25px;
  }
}
div.address {
  font-weight: 400;
  font-size: 17px;
  line-height: 2.059;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}
div.forcar {
  font-weight: 400;
  font-size: 17px;
  line-height: 2.059;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  div.address {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  div.forcar {
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 30px;
  }
}
/** Google Mapを囲う要素 */
.map {
  height: 392px;
  position: relative;
  width: 100%;
  /*  height: 0;*/
  padding-top: 50%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .map {
    height: 193px;
    padding-top: 50%; /* 比率を4:3に固定 */
  }
}
/***************************

施工実績

****************************/

div.preparation{
	color: #fff;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	div.preparation{
	font-size: 18px;
}
}

.works-wrap {
  background: #2d2d2f;
  padding-top: 265px;
  padding-bottom: 120px;
  margin-top: -115px;
}
.container.js-swiper.workssontents {
  position: relative;
  width: 906px;
}
div.detail-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.03em;
  line-height: 50px;
  text-align: left;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .works-wrap {
    margin-top: -80px;
    margin-bottom: 60px;
    padding-top: 123px;
    padding-bottom: 0;
  }
  .container.js-swiper.workssontents {
    width: 88.3vw;
  }
  .container.js-swiper.workssontents .swiper {
    max-width: 100%;
  }
  .works-wrap .swiper-wrapper {
    margin-bottom: 15px;
  }
  .swiper.slider-thumbnail .swiper-wrapper {
    gap: 8px;
  }
  div.detail-title {
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 2.3rem;
    letter-spacing: 0.03em;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
  }
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev, .swiper-button-next {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  /*	次への矢印カスタマイズ */
  .swiper-button-next {
    top: 190px;
    right: -10px;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev {
    top: 190px;
    left: -10px;
  }
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after, .swiper-button-next::after {
  position: relative;
  bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 51px;
  margin: auto;
  width: 51px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("../image/works/prev.svg");
  right: 35px;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("../image/works/next.svg");
  left: 35px;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
ul.works-list {
  justify-content: flex-start;
  gap: 100px 40px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
ul.works-list li {
  width: 480px;
  color: #fff;
}
ul.works-list li div.thum {
  margin-bottom: 30px;
  width: 480px;
  height: 330px;
}
ul.works-list li div.thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.works-list li div.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
ul.works-list li div.cap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  ul.works-list {
    width: 76.5vw;
    margin: 0 auto;
    gap: 50px 0;
    padding-bottom: 80px;
  }
  ul.works-list li {
    width: 100%;
  }
  ul.works-list li div.thum {
    margin-bottom: 18px;
    width: 100%;
    height: 180px;
  }
  ul.works-list li div.thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  ul.works-list li div.title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  ul.works-list li div.cap {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
  }
}
h2.works-contentstitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.03em;
  line-height: 1.316;
  text-align: left;
  color: #fff;
  margin-bottom: 100px;
}
/*施工事例のスライダー*/
.swiper {
  width: 100%;
  /*height: 600px;*/
  margin: 0 auto 60px;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper.slider-thumbnail img {
  width: 280px;
  height: 180px;
}
/*施工事例のスライダーここまで*/
div.works-table-contents {
  margin-top: 100px;
}
/*
.container-2.works-table-contents {
  width: 88.3vw;
}
*/
.kojinaiyo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 1.389;
  text-align: left;
  color: #181818;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .container-2.works-table-contents {
    width: 88.3vw;
    padding-bottom: 80px;
  }
  div.works-table-contents {
    margin-top: 60px;
  }
  .kojinaiyo {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 26px;
    color: #181818;
    margin-bottom: 30px;
  }
}
.kojinaiyo span.bgappearTrigger.bgappear {
  padding: 3px 25px;
}
table.works-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 100px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  table.works-table {
    margin-bottom: 60px;
  }
  table.works-table tr {
    display: flex;
    flex-direction: column;
  }
}
table.works-table tr th {
  border-bottom: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.765;
  text-align: left;
  color: #fff;
  padding: 25px 0;
  width: 210px;
}
table.works-table tr td {
  border-bottom: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  table.works-table tr th {
    border-bottom: none;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    padding: 21px 0 13px;
    width: 100%;
  }
  table.works-table tr td {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 0 0 21px;
  }
}
/*事業内容*/
/*線のアニメーション*/
.all_border_title._center {
  text-align: center;
}
.all_border_title div {
  position: relative;
  display: inline-block;
}
.all_border_title ._container {
  overflow: hidden;
}
.all_border_title ._head {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.all_border_title ._main {
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 600;
  font-size: 80px;
  color: #fff;
}
.all_border_title ._main._small {
  margin-top: 5px;
  font-size: 48px;
}
.all_border_title._white ._head {
  color: #fff;
}
.all_border_title._white ._main {
  color: #fff;
}
.all_border_title ._border {
  position: absolute;
  overflow: hidden;
}
.all_border_title ._border:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.all_border_title ._left_top_to_right {
  width: 65%;
  height: 1px;
  left: -13.44%;
  top: -21%;
}
.all_border_title ._left_top_to_right:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.all_border_title ._left_top_to_bottom {
  width: 1px;
  height: 168%;
  left: 0.43%;
  top: -63%;
}
.all_border_title ._left_top_to_bottom:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.all_border_title ._right_bottom_to_left {
  width: 108.4%;
  height: 1px;
  right: -15.18%;
  bottom: 0.3em;
}
.all_border_title ._right_bottom_to_left:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.all_border_title ._right_bottom_to_top {
  width: 1px;
  height: 121%;
  right: 0;
  bottom: -6.7%;
}
.all_border_title ._right_bottom_to_top:after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.all_border_title._anime .all_square_anime {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.4s 0.7s ease;
  transition: all 0.4s 0.7s ease;
}
.all_border_title._anime .all_square_anime:after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.4s 1.1s ease;
  transition: all 0.4s 1.1s ease;
}
.all_border_title._anime ._left_top_to_right:after {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
.all_border_title._anime ._left_top_to_bottom:after {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}
.all_border_title._anime ._right_bottom_to_left:after {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}
.all_border_title._anime ._right_bottom_to_top:after {
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}
.all_title_border_bottom {
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px #808080 solid;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 36px;
}
.all_title_border_bottom:after {
  content: "";
  background: #e31e23;
  width: 69px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
}
.all_title_border_bottom + .all_text {
  margin-top: 38px;
  color: #fff;
}
/*ここまで*/
.page-wrap01.service-page-up {
  padding-bottom: 120px;
  position: relative;
}
.page-first.service-txt {
  /* width: 703px;*/
  margin-bottom: 0;
  width: 567px;
}
.w700pc {
  max-width: 700px;
  margin: 0 auto;
}
.service-txt.service-txt2 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #fff;
  margin-bottom: 53px;
}
.bgappearTrigger.p15pc {
  padding: 3px 25px;
}
@media screen and (max-width: 768px) {
  .page-wrap01.service-page-up {
    padding-bottom: 54px;
    margin-top: -80px;
  }
  .page-first.service-txt {
    width: 88.3vw;
    margin: 0 auto;
  }
  .bgappearTrigger.p15pc {
    padding: 9px;
    line-height: 1;
  }
  .service-txt.service-txt2 {
    margin-bottom: 40px;
  }
}
.service-page-middle {
  padding: 110px 0 120px;
  background-image: url("../../aoi/image/service/service-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .service-page-middle {
    padding: 60px 0 50px;
  }
}
.service-page-middle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(50%);
  left: 0;
  top: 0;
}
p.service-txt {
  margin-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.733;
  text-align: left;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  p.service-txt {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #fff;
    width: 88.3vw;
    margin: 0 auto;
  }
  h3.page-h3.servicesph3 {
    font-size: 21px;
    letter-spacing: 0.02em;
    line-height: 29px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
  }
}
.service-circle {
  width: 669.75px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service-circle {
    width: 88.3vw;
    margin: 0 auto;
  }
}
h4.service-h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #fff;
}
h4.service-h4.service-font {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 50px;
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  h4.service-h4 {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .service-h4.spmt0 {
    margin-top: 0;
  }
  .service-h4.spmb20 {
    margin-bottom: 20px;
  }
  h4.service-h4.service-font {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
.takoka-title {
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.takoka-title span.pad {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .takoka-title {
    height: auto;
    font-size: 20px;
    /* line-height: 38px;*/
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
  }
  .takoka-title span.pad {
    padding: 0 25px;
  }
}
.takoka-title .bgLRextend::before {
  background: #005bac;
}
p.takoka-txt {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  p.takoka-txt {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 28px;
    margin-bottom: 29px;
  }
}
.service-box {
  padding-top: 100px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .service-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.service-box-container-wrap {
  width: auto;
}
.service-box-container {
  min-height: 502px;
  padding: 100px 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service-box-container {
    min-height: auto;
    padding: 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.service-box-container .left {
  width: 400px;
}
.service-box-container .left .service-title {
  line-height: 1;
}
.service-box-container .right {
  width: 651px;
  position: absolute;
  right: -105px;
  height: 362px;
}
@media screen and (max-width: 768px) {
  .service-box-container .left {
    width: 100%;
  }
  .service-box-container .right {
    width: 100%;
    position: static;
    height: auto;
  }
}
.service-box-container.reverse {
  justify-content: flex-end;
}
.service-box-container.reverse .right {
  width: 651px;
  position: absolute;
  left: -105px;
  height: 362px;
}
.service-box-container .right > div {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .service-box-container .right div.relative {
    height: 215px;
    margin-bottom: 15px;
  }
}
.service-box-container .right .back.white {
  background: #fff;
}
.service-box-container .right .back.gray {
  background: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .service-box-container .left {
    width: 88.3vw;
    margin: 0 auto;
  }
  .service-box-container .right {
    width: 100%;
    position: static;
  }
  .service-box-container.reverse {
    justify-content: flex-end;
  }
  .service-box-container.reverse .right {
    width: 100%;
    position: static;
    height: auto;
  }
}
h2.service-h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2.service-h2 {
    line-height: 1;
  }
}
h2.service-h2 span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.85;
  text-align: center;
  /*color: #005bac;*/
  display: block;
	color: #fff;
}
h2.service-h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 1.025;
  text-align: center;
  /*color: #181818;*/
  display: block;
	color: #fff;
}
@media screen and (max-width: 768px) {
  h2.service-h2 span.ja {
    font-size: 26px;
    line-height: 1;
  }
}
h3.service-h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.563;
  text-align: center;
  color: #181818;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2.service-h2 span.en {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 26px;
  }
  h3.service-h3 {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.02em;
    line-height: 36px;
    text-align: center;
    color: #181818;
    margin-bottom: 20px;
  }
}
p.service-txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.733;
  text-align: left;
  color: #181818;
  width: 703px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  p.service-txt2 {
    width: 88.3vw;
    padding-bottom: 0;
  }
	.page-first.service-txt2{
		margin-bottom: 60px;
	}
}
.service-box-container.flex.container.relative .right .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 630px;
  height: 340px;
  z-index: 1;
}
.service-box-container.flex.container.relative.reverse .right .image {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 630px;
  height: 340px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service-box-container.flex.container.relative .right .image {
    width: 100%;
    height: 200px;
    /* padding-left: 5.85vw;*/
    /*    padding-left: 3.85vw;*/
    padding-left: 3.85vw;
  }
  .service-box-container.flex.container.relative .right .image.sp-pd {
    width: 100%;
    height: 200px;
    /*  padding-left: 5.85vw;*/
    padding-left: 0;
    padding-right: 3.85vw;
  }
  .service-box-container.flex.container.relative .right .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-box-container.flex.container.relative.reverse .right .image {
    width: 100%;
    height: 200px;
    /*  padding-left: 5.85vw;*/
    padding-left: 0;
    padding-right: 3.85vw;
  }
}
.service-box-container.flex.container.relative .right .back {
  width: 100%;
  height: 340px;
  padding-right: 5.85vw;
  top: 22px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .service-box-container.flex.container.relative .right .back {
    position: absolute;
    bottom: 0;
    /*  left: 0;*/
    /* width: 94.15vw;*/
    left: 0;
    right: auto;
    top: 15px;
    width: calc(100% - 3.85vw);
    /* height: 100%; */
    height: 200px;
  }
}
.service-box-container.flex.container.relative.reverse .right .back {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 630px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .service-box-container.flex.container.relative.reverse .right .back {
    top: 15px;
    bottom: 0;
    width: calc(100% - 3.85vw);
    /* height: 100%;*/
    height: 200px;
  }
  .service-box-container.flex.container.relative .right .back.sp-pd {
    position: absolute;
    bottom: 0;
    /*  left: 0;*/
    /* width: 94.15vw;*/
    left: auto;
    right: 0;
    top: 15px;
    width: calc(100% - 3.85vw);
    /* height: 100%; */
    height: 200px;
  }
}
.service-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #005bac;
  margin-top: 3.2px;
  margin-bottom: 24px;
}
.service-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.667;
  text-align: left;
  color: #181818;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .service-sub {
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.service-box-container p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.625;
  text-align: justify;
  color: #181818;
}
@media screen and (max-width: 768px) {
  .service-box-container p {
    width: 88.3vw;
    margin: 0 auto;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 26px;
  }
}
h5.service-h5 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 90px;
}
h5.service-h5 span.under-line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.786;
  color: #181818;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  h5.service-h5 {
    margin-bottom: 23px;
    margin-top: 0;
  }
  h5.service-h5 span.under-line {
    font-size: 20px;
    line-height: 41px;
  }
}
h5.service-h5 span.under-line:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #005bac;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
ul.service-list {
  flex-wrap: wrap;
  gap: 30px 35px;
  margin-bottom: 40px;
}
ul.service-list li {
  border: 1px solid #181818;
  color: #181818;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 50px;
  width: 310px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.service-list-box2 {
  width: 605px;
  border: 2px solid #181818;
  padding: 44px 71px;
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  div.service-list-box2 {
    /* width: 605px;*/
    border: 1px solid #181818;
    padding: 30px 22px 40px;
    text-align: center;
    margin: 0 auto 40px;
    width: 287px;
  }
  div.service-list-box2 div {
    height: auto;
  }
}
div.service-list-box2 div span {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 51px;
  text-align: center;
  color: #181818;
  background: linear-gradient(transparent 60%, rgba(0, 91, 172, 0.4) 60%);
}
@media screen and (max-width: 768px) {
  div.service-list-box2 div span {
    font-feature-settings: "palt";
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 40px;
  }
}
div.feature-box {
  background: #dbdbdb;
  padding: 18px 28px;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: center;
  gap: 0 28px;
}
@media screen and (max-width: 768px) {
  div.feature-box {
    width: 88.3vw;
    margin: 0 auto 30px;
    flex-direction: column;
    align-items: flex-start;
    padding: 31px 22px 34px;
  }
  div.feature-box:last-child {
    margin-bottom: 0;
  }
}
div.feature-box div.en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: center;
  color: #181818;
}
@media screen and (max-width: 768px) {
  div.feature-box div.en {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-bottom: 5px;
  }
}
div.feature-box div.line {
  width: 1px;
  height: 59px;
  background: #181818;
}
@media screen and (max-width: 768px) {
  div.feature-box div.line {
    width: 100px;
    height: 1px;
    margin-bottom: 20px;
  }
}
div.feature-box div.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: left;
  color: #181818;
}
div.feature-box div.contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 2.5;
  text-align: left;
  color: #181818;
}
@media screen and (max-width: 768px) {
  div.feature-box div.contents {
    font-size: 16px;
    line-height: 28px;
  }
}
div.feature-box.last {
  margin-bottom: 30px;
}
div.service-list-box {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  div.service-list-box {
    padding-bottom: 65px;
    margin-bottom: 60px;
  }
	
	.service-list-box.gray-back.sp-pt{
		padding-top: 60px;
	}
}
.service-title.under-logo {
  margin-bottom: 20px;
}
.service-logo {
  width: 296px;
  margin-bottom: 18px;
}
.left-aoi {
  position: absolute;
  left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 283px;
  text-align: left;
  color: #f5f6f7;
  opacity: 0.16;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 47px;
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  .left-aoi {
    font-size: 191px;
    top: 66px;
  }
}

