.robocomContainer {
  background: none;
}

@media (min-width: 737px) {
  #pagecontent, html {
    min-width: 1250px;
  }
}

.wrapper-outer {
  width: 1250px;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 736px) {
  .wrapper-outer {
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper-inner {
  width: 1080px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 736px) {
  .wrapper-inner {
    width: 100%;
    padding: 0 15px;
  }
}

#pagecontent {
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-weight: 300;
  font-feature-settings: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #000000;
  padding-bottom: 87px;
}
@media (max-width: 736px) {
  #pagecontent {
    padding-bottom: 39px;
  }
}
#pagecontent img {
  width: 100%;
  height: auto;
}

@media (max-width: 736px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 737px) {
  .only-sp {
    display: none !important;
  }
}
.sp-normal {
  display: none !important;
}
@media screen and (min-width: 375px) and (max-width: 737px) {
  .sp-normal {
    display: block !important;
  }
}

.sp-ex {
  display: none !important;
}
@media screen and (min-width: 370px) and (max-width: 395px) {
  .sp-ex {
    display: block !important;
  }
}

@media (min-width: 375px) {
  .sp-small {
    display: none !important;
  }
}
.txt-center {
  text-align: center;
}

img {
  margin: 0 auto;
}

.kv {
  background: url("../img/kv.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  height: 600px;
  position: relative;
}
@media (max-width: 736px) {
  .kv {
    height: auto;
    background: none;
  }
}
.kv h2 {
  margin: 0 calc(50% - 563px);
  width: 1126px;
}
@media (max-width: 736px) {
  .kv h2 {
    position: absolute;
    top: 5.3333333333vw;
    left: 0;
    right: 0;
    width: 96.5333333333vw;
    margin: 0 auto;
  }
}

.kv-nav {
  position: relative;
  background: #044374;
  color: #fff;
  margin: -11px auto 0 auto;
}
@media (max-width: 736px) {
  .kv-nav {
    margin: 0;
  }
}
.kv-nav ul {
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  padding: 9px 0 8px 0;
}
@media (max-width: 736px) {
  .kv-nav ul {
    font-size: 12px;
    line-height: 18px;
    padding: 9px 0 9px 0;
    flex-wrap: wrap;
  }
}
.kv-nav ul li::after {
  content: "|";
}
.kv-nav ul li:last-child {
  margin-right: 0;
}
.kv-nav ul li:last-child::after {
  content: "";
  margin: 0;
}
.kv-nav ul a {
  color: inherit;
}

.txt-blue {
  color: #044374;
}

@media (min-width: 737px) {
  .txt-center-pc {
    text-align: center;
  }
}

.ttl-cus {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.02em;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
}
@media (max-width: 736px) {
  .ttl-cus {
    font-size: 21px;
    line-height: 34px;
  }
}
.ttl-cus .fz-small {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  margin: 0 0 4px 0;
}
@media (max-width: 736px) {
  .ttl-cus .fz-small {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
.ttl-cus .fw-b {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
}
@media (max-width: 736px) {
  .ttl-cus .lp-01 {
    letter-spacing: -0.4em;
  }
}
@media (max-width: 374px) {
  .ttl-cus .lp-01 {
    letter-spacing: -0.5em;
  }
}
@media (max-width: 736px) {
  .ttl-cus .lp-02 {
    letter-spacing: -0.16em;
  }
}
@media (max-width: 736px) {
  .ttl-cus .lp-03 {
    letter-spacing: -0.12em;
  }
}
.ttl-cus.has-line {
  text-align: center;
  padding-bottom: 30px;
  margin: 0 0 25px 0;
  position: relative;
}
@media (max-width: 736px) {
  .ttl-cus.has-line {
    padding-bottom: 17px;
    margin: 0 0 16px 0;
  }
}
.ttl-cus.has-line::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 2px solid #044374;
  width: 48px;
}
@media (max-width: 736px) {
  .ttl-cus.has-line::before {
    width: 24px;
  }
}

.cards {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 736px) {
  .cards {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.cards .card {
  width: 320px;
}
@media (max-width: 736px) {
  .cards .card {
    width: 100%;
  }
}
.cards .card-ttl {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 10px 0 0 0;
  text-align: center;
}
@media (max-width: 374px) {
  .cards .card-ttl {
    letter-spacing: -0.02em;
  }
}

.group-info {
  width: 280px;
}
@media (max-width: 736px) {
  .group-info {
    width: 100%;
  }
}
.group-info .info-txt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 10px 0 0 0;
  text-align: center;
}
@media (max-width: 736px) {
  .group-info .photo {
    width: 200px;
    margin: 0 auto;
  }
}

.sec1 {
  background: #F6F6F6;
  padding: 60px 0 80px 0;
}
@media (max-width: 736px) {
  .sec1 {
    padding: 39px 0 39px 0;
  }
}
.sec1 .ttl-cus {
  text-align: center;
}
@media (max-width: 374px) {
  .sec1 .ttl-cus {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sec1 .cards {
  margin: 37px 0 0 0;
}
@media (max-width: 736px) {
  .sec1 .cards {
    padding: 0 15px;
    margin: 23px 0 0 0;
  }
}

.sec2 {
  padding: 100px 0;
}
@media (max-width: 736px) {
  .sec2 {
    padding: 35px 0 128px 0;
  }
}
.sec2 .ttl-cus {
  text-align: center;
}
@media (max-width: 736px) {
  .sec2 .ttl-cus {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 374px) {
  .sec2 .ttl-cus {
    letter-spacing: 0;
  }
}
.sec2 .align-box {
  width: 1440px;
  margin: 0 auto 0 calc(50% - 620px);
}
@media screen and (max-width: 1640px) and (min-width: 736px) {
  .sec2 .align-box {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1400px) and (min-width: 736px) {
  .sec2 .align-box {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 736px) {
  .sec2 .align-box {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.sec2 .box {
  margin: 57px 0 0 0;
  padding: 49px 80px 55px 80px;
  width: 1038px;
  text-align: left;
  box-sizing: border-box;
  border: 2px solid #044374;
  position: relative;
}
@media screen and (max-width: 1400px) and (min-width: 736px) {
  .sec2 .box {
    position: static;
  }
}
@media (max-width: 736px) {
  .sec2 .box {
    margin: 37px 0 0 0;
    padding: 30px 9px 1px 9px;
    width: 100%;
  }
}
.sec2 .box-ttl {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.02em;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
}
@media (max-width: 736px) {
  .sec2 .box-ttl {
    font-size: 21px;
    letter-spacing: -0.02em;
    line-height: 34px;
    margin: 0 0 21px 0;
    text-align: center;
  }
}
.sec2 .box-ttl .fz-small {
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  margin: 0 0 -3px 0;
}
@media (max-width: 736px) {
  .sec2 .box-ttl .fz-small {
    font-size: 16px;
    line-height: 24px;
    margin: 0 -10px 5px -10px;
  }
}
.sec2 .box-ttl .fw-b {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
}
.sec2 .box .txt {
  margin: 3px 0 0 0;
}
@media (max-width: 736px) {
  .sec2 .box .txt {
    margin: 4px 0 0 0;
  }
}
.sec2 .box .note {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin: 12px 0 0 0;
}
@media (max-width: 736px) {
  .sec2 .box .note {
    font-size: 14px;
    line-height: 24px;
    margin: 14px 0 0 0;
  }
}
.sec2 .box .text {
  width: 440px;
}
@media (max-width: 736px) {
  .sec2 .box .text {
    width: 100%;
  }
}
.sec2 .box .group-photo {
  position: absolute;
  width: 890px;
  left: 548px;
  top: 58px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1400px) and (min-width: 736px) {
  .sec2 .box .group-photo {
    width: calc(100% - 548px);
  }
}
@media (max-width: 736px) {
  .sec2 .box .group-photo {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 24px auto -90px auto;
    gap: 10px;
  }
}
.sec2 .box .group-photo .photo {
  width: 440px;
}
@media screen and (max-width: 1400px) and (min-width: 736px) {
  .sec2 .box .group-photo .photo {
    width: calc(50% - 5px);
  }
}
@media (max-width: 736px) {
  .sec2 .box .group-photo .photo {
    width: 100%;
  }
}

.sec3 {
  padding: 100px 0;
  background: #F6F6F6;
}
@media (max-width: 736px) {
  .sec3 {
    padding: 40px 15px 40px 15px;
  }
}
.sec3 .wrapper-inner {
  background: #044374;
  color: #fff;
  width: 1320px;
  max-width: 100%;
  padding: 32px 0 38px 0;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  .sec3 .wrapper-inner {
    width: 100%;
    padding: 34px 10px 36px 10px;
  }
}
.sec3 .ttl-cus {
  font-size: 36px;
  margin: 0 0 44px 0;
  text-align: center;
}
@media (max-width: 736px) {
  .sec3 .ttl-cus {
    font-size: 22px;
    margin: 0 0 23px 0;
  }
}
.sec3 .ttl-cus .fz-small {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 8px 0;
}
@media (max-width: 736px) {
  .sec3 .ttl-cus .fz-small {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 6px 0;
  }
}
.sec3 .ttl-cus:not(:first-child) {
  margin-top: 46px;
}
@media (max-width: 736px) {
  .sec3 .ttl-cus:not(:first-child) {
    margin-top: 31px;
  }
}
.sec3 .cards {
  margin-bottom: 17px;
}
@media (max-width: 736px) {
  .sec3 .cards {
    margin-bottom: 7px;
  }
}
.sec3 .cards .card {
  width: 340px;
}
@media (max-width: 736px) {
  .sec3 .cards .card {
    width: 100%;
  }
}

.sec4 {
  padding: 91px 0 100px 0;
}
@media (max-width: 736px) {
  .sec4 {
    padding: 32px 0 40px 0;
  }
}
.sec4 .ttl-cus {
  text-align: center;
  margin: 0 0 37px 0;
}
@media (max-width: 736px) {
  .sec4 .ttl-cus {
    margin: 0 0 24px 0;
  }
}
.sec4 .ttl-cus .fz-small {
  margin: 0;
}
@media (max-width: 736px) {
  .sec4 .ttl-cus .fz-small {
    margin: 0 0 5px 0;
  }
}
.sec4 .group-photo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 37px auto;
}
@media (max-width: 736px) {
  .sec4 .group-photo {
    margin: 0 auto 24px auto;
  }
}
.sec4 .group-photo .photo {
  width: 510px;
}
@media (max-width: 736px) {
  .sec4 .group-photo .photo {
    width: 100%;
  }
}
.sec4 .cards {
  margin: 38px auto 58px auto;
}
@media (max-width: 736px) {
  .sec4 .cards {
    margin: 23px auto 39px auto;
    gap: 25px;
  }
}
.sec4 .profile {
  width: 1020px;
  margin: 0 auto;
  border: 2px solid #044374;
  padding: 58px 59px 54px 59px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .sec4 .profile {
    width: 100%;
    flex-wrap: wrap;
    padding: 35px 8px 35px 8px;
  }
}
.sec4 .profile-ttl {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  width: 618px;
  color: #044374;
  position: absolute;
  top: 58px;
  left: 60px;
}
@media (max-width: 736px) {
  .sec4 .profile-ttl {
    position: relative;
    width: calc(100% + 10px);
    text-align: center;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: -0.04em;
    margin: 0 -5px 24px -5px;
    top: 0;
    left: 0;
  }
}
.sec4 .profile .txt {
  width: 580px;
  order: -1;
  margin: 95px 0 0 0;
}
@media (max-width: 736px) {
  .sec4 .profile .txt {
    width: 100%;
    order: 0;
    margin: 23px 0 0 0;
  }
}
.sec4 .profile:nth-child(even) {
  background: #044374;
  color: #fff;
  padding-bottom: 49px;
}
@media (max-width: 736px) {
  .sec4 .profile:nth-child(even) {
    padding-bottom: 35px;
  }
}
.sec4 .profile:nth-child(even) .profile-ttl {
  color: #fff;
  left: auto;
  right: 60px;
  width: 580px;
}
@media (max-width: 736px) {
  .sec4 .profile:nth-child(even) .profile-ttl {
    right: auto;
    width: calc(100% + 10px);
    letter-spacing: 0.02em;
  }
}
.sec4 .profile:nth-child(even) .group-info {
  order: -1;
}
@media (max-width: 736px) {
  .sec4 .profile:nth-child(even) .group-info {
    order: 0;
  }
}

.sec5 {
  padding: 100px 0;
  background: url("../img/sec05-bg.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 736px) {
  .sec5 {
    padding: 40px 15px 40px 15px;
    background: url("../img/sec05-bg-sp.jpg") center no-repeat;
    background-size: cover;
  }
}
.sec5 .ttl-cus {
  text-align: center;
  margin: 0 0 38px 0;
}
@media (max-width: 736px) {
  .sec5 .ttl-cus {
    margin: 0 0 23px 0;
  }
}
@media (max-width: 374px) {
  .sec5 .ttl-cus {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sec5 .ttl-cus .fz-small {
  margin: 0;
}
@media (max-width: 736px) {
  .sec5 .ttl-cus .fz-small {
    margin: 0 0 6px 0;
  }
}
.sec5 .wrapper-inner {
  background: #fff;
  padding: 73px 80px 38px 80px;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  .sec5 .wrapper-inner {
    padding: 38px 10px 36px 10px;
  }
}
.sec5 .df {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .sec5 .df {
    flex-wrap: wrap;
  }
}
.sec5 .txt {
  width: 580px;
  margin: -4px 0 0 0;
}
@media (max-width: 736px) {
  .sec5 .txt {
    width: 100%;
    margin: 23px 0 0 0;
    order: 1;
  }
}

.sec6 {
  padding: 100px 0;
  background: #F6F6F6;
}
@media (max-width: 736px) {
  .sec6 {
    padding: 40px 15px 40px 15px;
  }
}
.sec6 .wrapper-inner {
  background: #fff;
  padding: 56px 50px 46px 50px;
  width: 1000px;
}
@media (max-width: 736px) {
  .sec6 .wrapper-inner {
    width: 100%;
    padding: 28px 5px 18px 5px;
  }
}
.sec6 .ttl-cus {
  text-align: center;
  font-size: 28px;
  line-height: 48px;
}
@media (max-width: 736px) {
  .sec6 .ttl-cus {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: -0.04em;
  }
}