@media (max-width: 736px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 737px) {
  .only-sp {
    display: none !important;
  }
}
.visible-small {
  display: none;
}

@media (max-width: 374px) {
  .visible-small {
    display: block;
  }
}
@media (max-width: 374px) {
  .hide-small {
    display: none;
  }
}
@media (min-width: 737px) {
  #pagecontent, html {
    min-width: 1280px;
  }
}
#pagecontent {
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #000000;
  box-sizing: border-box;
  font-feature-settings: normal;
  text-align: left;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-weight: 300;
}
@media (max-width: 736px) {
  #pagecontent {
    font-size: 16px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  #pagecontent {
    font-size: 4.2666666667vw;
  }
}

.txt-center {
  text-align: center;
}
@media (max-width: 736px) {
  .txt-center-sp {
    text-align: center;
  }
}

.txt-left {
  text-align: left;
}
@media (max-width: 736px) {
  .txt-left-sp {
    text-align: left;
  }
}

.txt-right {
  text-align: right;
}
@media (max-width: 736px) {
  .txt-right-sp {
    text-align: right;
  }
}

img {
  margin: 0 auto;
  max-width: 100%;
}

.content-wrapper {
  width: 1280px;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 736px) {
  .content-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .content-wrapper img {
    width: 100%;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .content-wrapper {
    padding: 0 4vw;
  }
}

.kv {
  background: url("../img/kv.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  height: 600px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 737px) and (max-width: 1599px) {
  .kv {
    height: 37.5vw;
    min-height: 480px;
  }
}
@media (max-width: 736px) {
  .kv {
    height: auto;
    background: none;
    line-height: 0;
  }
}
.kv h2 {
  width: 1190px;
  position: absolute;
  top: -94px;
  left: 50.4%;
  max-width: 100%;
  transform: translate(-50%, 0);
}
.kv-nav {
  position: relative;
  background: #FFF564;
}
@media (min-width: 737px) {
  .kv-nav {
    padding-left: 20px;
  }
}
@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: 8px 0 9px 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .kv-nav ul {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding: 2.1333333333vw 0 2.4vw 0;
  }
}
.kv-nav li {
  padding-right: 44px;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 736px) {
  .kv-nav li {
    padding-right: 30px;
    margin-right: 25px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .kv-nav li {
    padding-right: 8vw;
    margin-right: 6.6666666667vw;
  }
}
.kv-nav li:after {
  content: "|";
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(0, -50%);
}
.kv-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.kv-nav li:last-child:after {
  content: "";
  margin: 0;
}
.kv-nav a {
  color: inherit;
}

.sec1 {
  padding: 60px 0 100px;
  background: #FFF8F0;
}
@media (max-width: 736px) {
  .sec1 {
    padding: 40px 0 60px;
  }
}
.sec1 .section-ttl {
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 31px;
  position: relative;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}
@media (max-width: 736px) {
  .sec1 .section-ttl {
    padding-bottom: 27px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec1 .section-ttl {
    padding-bottom: 7.2vw;
  }
}
.sec1 .section-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 48px;
  height: 4px;
  background: #FECD27;
}
@media (max-width: 736px) {
  .sec1 .section-ttl:before {
    width: 32px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec1 .section-ttl:before {
    width: 8.5333333333vw;
  }
}
@media (max-width: 736px) {
  .sec1 .section-ttl {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec1 .section-ttl {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
  }
}
.sec1 .photo {
  width: 680px;
  margin: 60px auto 0;
  max-width: 100%;
  line-height: 0;
}
@media (max-width: 736px) {
  .sec1 .photo {
    margin-top: 22px;
  }
}

.sec2 {
  padding: 100px 0 120px;
}
@media (max-width: 736px) {
  .sec2 {
    padding: 58px 0 66px;
  }
}
.sec2 .section-ttl {
  font-size: 32px;
  line-height: 48px;
  color: #ED6D0F;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 31px;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
@media (max-width: 736px) {
  .sec2 .section-ttl {
    padding-bottom: 27px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec2 .section-ttl {
    padding-bottom: 7.2vw;
  }
}
.sec2 .section-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 48px;
  height: 4px;
  background: #FECD27;
}
@media (max-width: 736px) {
  .sec2 .section-ttl:before {
    width: 32px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec2 .section-ttl:before {
    width: 8.5333333333vw;
  }
}
@media (max-width: 736px) {
  .sec2 .section-ttl {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 24px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec2 .section-ttl {
    font-size: 6.4vw;
    line-height: 9.6vw;
    padding-bottom: 6.4vw;
  }
}
.sec2 .box {
  display: flex;
  margin-top: 30px;
  box-shadow: inset 0 0 0 12px #FFF1E0;
  padding: 83px 100px 75px 103px;
}
@media (max-width: 736px) {
  .sec2 .box {
    margin: 20px auto 0;
    width: calc(100% - 30px);
    flex-direction: column;
    padding: 40px 20px 30px;
    box-shadow: inset 0 0 0 8px #FFF1E0;
  }
}
.sec2 .box .left {
  width: 572px;
}
@media (max-width: 736px) {
  .sec2 .box .left {
    width: 100%;
  }
}
@media (min-width: 737px) {
  .sec2 .box .left .photo {
    padding-left: 58px;
  }
}
.sec2 .box .left .sub {
  font-size: 12px;
  line-height: 16px;
  margin-top: -5px;
  letter-spacing: 0.02em;
}
@media (max-width: 736px) {
  .sec2 .box .left .sub {
    font-size: 10px;
    margin-top: -2px;
    width: 95%;
  }
}
.sec2 .box .right {
  box-sizing: border-box;
  width: calc(100% - 576px);
  padding-left: 44px;
  text-align: justify;
  padding-top: 14px;
}
@media (max-width: 736px) {
  .sec2 .box .right {
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
    text-align: left;
  }
}
.sec2 .box .right .box-ttl {
  margin-bottom: 17px;
}
.sec2 .box .right .box-ttl span {
  font-size: 20px;
  background: #ED6D0F;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.02em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
  padding: 2px 4px 4px 12px;
  position: relative;
  display: inline-block;
}
.sec2 .box .right .box-ttl span:before {
  content: "";
  position: relative;
  left: 100%;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid #ED6D0F;
  border-right: 12px solid transparent;
}
@media (max-width: 736px) {
  .sec2 .box .right .box-ttl span {
    font-size: 18px;
  }
}
.sec2 .box .right p {
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
}
.sec2 .box .right p + p {
  margin-top: 1px;
}
@media (max-width: 736px) {
  .sec2 .box .right p + p {
    margin-top: 0;
  }
}

.sec3 {
  padding: 120px 0;
  background: #FFF564;
}
@media (max-width: 736px) {
  .sec3 {
    padding: 60px 0;
  }
  .sec3 .txt {
    padding: 0 2px;
  }
}
.sec3 .content-wrapper {
  padding-block: 67px 80px;
  background: #fff;
}
@media (max-width: 736px) {
  .sec3 .content-wrapper {
    margin: 0 auto 0;
    width: calc(100% - 30px);
    padding: 40px 12px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec3 .content-wrapper {
    width: calc(100% - 8vw);
    padding: 10.6666666667vw 3.2vw;
  }
}
.sec3 .section-ttl {
  font-size: 32px;
  line-height: 47px;
  margin-bottom: 25px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.sec3 .section-ttl span {
  font-size: 20px;
  color: #ED6D0F;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 736px) {
  .sec3 .section-ttl {
    font-size: 24px;
    margin-bottom: 17px;
    line-height: 36px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec3 .section-ttl {
    font-size: 6.4vw;
    margin-bottom: 4.5333333333vw;
    line-height: 9.6vw;
    margin-inline: -2.6666666667vw;
  }
}
@media (max-width: 736px) {
  .sec3 .section-ttl span {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec3 .section-ttl span {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec3 .list-photo {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 40px;
}
@media (max-width: 736px) {
  .sec3 .list-photo {
    margin: 11px -10px 55px;
  }
}
.sec3 .list-photo li {
  line-height: 0;
  margin-bottom: 20px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (max-width: 736px) {
  .sec3 .list-photo li {
    width: 100%;
    margin-bottom: 12px;
  }
}
.sec3 .box {
  background: #FFF8F0;
  padding: 60px 50px 50px 60px;
  display: flex;
}
@media (max-width: 736px) {
  .sec3 .box {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 30px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec3 .box {
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
}
.sec3 .box .photo {
  width: 436px;
  line-height: 0;
}
@media (max-width: 736px) {
  .sec3 .box .photo {
    width: 281px;
    max-width: 100%;
  }
}
.sec3 .box .right {
  box-sizing: border-box;
  width: calc(100% - 436px);
  padding-left: 40px;
}
@media (max-width: 736px) {
  .sec3 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.sec3 .box .right .ttl {
  display: flex;
  margin-bottom: 17px;
}
@media (max-width: 736px) {
  .sec3 .box .right .ttl {
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
  }
}
.sec3 .box .right .ttl .avt {
  width: 130px;
  line-height: 1;
}
@media (max-width: 736px) {
  .sec3 .box .right .ttl .avt {
    width: 120px;
  }
}
.sec3 .box .right .ttl .name {
  font-size: 20px;
  line-height: 32px;
  color: #E04191;
  display: block;
  width: calc(100% - 130px);
  box-sizing: border-box;
  padding-left: 12px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
}
@media (max-width: 736px) {
  .sec3 .box .right .ttl .name {
    width: 100%;
    font-size: 16px;
    padding: 14px 0 0;
    line-height: 28px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec3 .box .right .ttl .name {
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 0 0;
    line-height: 7.4666666667vw;
    margin-inline: -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
  }
}
.sec3 .box .right .ttl .name span {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
}
@media (min-width: 737px) {
  .sec3 .box .right .txt {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 736px) {
  .sec3 .box .right .txt {
    padding: 0;
  }
}

.sec4 {
  padding: 120px 0;
  background: #FFF8F0;
}
@media (max-width: 736px) {
  .sec4 {
    padding: 66px 0 60px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec4 {
    padding: 17.6vw 0 16vw;
  }
}
.sec4 .block--ttl {
  font-size: 44px;
  line-height: 60px;
  padding: 6px 64px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  background: #ED6D0F;
  display: inline-block;
  letter-spacing: 0.02em;
}
@media (max-width: 736px) {
  .sec4 .block--ttl {
    font-size: 28px;
    line-height: 38px;
    padding: 5px 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec4 .block--ttl {
    font-size: 7.4666666667vw;
    line-height: 10.1333333333vw;
    padding: 1.3333333333vw 10.6666666667vw;
    margin-bottom: 4.2666666667vw;
    white-space: nowrap;
  }
}
.sec4 .block--ttl:before {
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  left: -1px;
  position: absolute;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 25px solid #FFF8F0;
  border-right: 25px solid transparent;
}
@media (max-width: 736px) {
  .sec4 .block--ttl:before {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 16px solid #FFF8F0;
    border-right: 16px solid transparent;
  }
}
.sec4 .block--ttl:after {
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: -1px;
  position: absolute;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-right: 25px solid #FFF8F0;
  border-left: 25px solid transparent;
}
@media (max-width: 736px) {
  .sec4 .block--ttl:after {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 16px solid #FFF8F0;
    border-left: 16px solid transparent;
  }
}
.sec4 .block--subttl {
  padding-bottom: 31px;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 31px;
  padding-bottom: 30px;
}
@media (max-width: 736px) {
  .sec4 .block--subttl {
    padding-bottom: 27px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec4 .block--subttl {
    padding-bottom: 7.2vw;
  }
}
.sec4 .block--subttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 48px;
  height: 4px;
  background: #FECD27;
}
@media (max-width: 736px) {
  .sec4 .block--subttl:before {
    width: 32px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec4 .block--subttl:before {
    width: 8.5333333333vw;
  }
}
@media (max-width: 736px) {
  .sec4 .block--subttl {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
}
.sec4 .block--subttl span {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ED6D0F;
  line-height: 48px;
  letter-spacing: 0.1em;
}
@media (max-width: 736px) {
  .sec4 .block--subttl span {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 6px;
  }
}
.sec4 .block .list-photo {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media (max-width: 736px) {
  .sec4 .block .list-photo {
    margin-top: 22px;
    flex-direction: column;
  }
}
.sec4 .block .list-photo .main-photo {
  width: 100%;
  line-height: 0;
}
@media (min-width: 737px) {
  .sec4 .block .list-photo .main-photo:not(:only-child) {
    width: calc(100% - 320px);
  }
}
.sec4 .block .list-photo .sub-photo {
  line-height: 0;
  width: 320px;
  box-sizing: border-box;
  padding-left: 20px;
}
@media (max-width: 736px) {
  .sec4 .block .list-photo .sub-photo {
    width: 100%;
    padding-left: 0;
    margin-top: 12px;
  }
}
.sec4 .block .list-photo .sub-photo p + p {
  margin-top: 20px;
}
@media (max-width: 736px) {
  .sec4 .block .list-photo .sub-photo p + p {
    margin-top: 12px;
  }
}
.sec4 .block.block2 {
  margin-top: 99px;
  padding-top: 99px;
  position: relative;
}
@media (max-width: 736px) {
  .sec4 .block.block2 {
    padding-top: 0;
    margin-top: 60px;
  }
}
.sec4 .block.block2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  height: 1px;
  background: #FFD6B9;
}
@media (max-width: 736px) {
  .sec4 .block.block2:before {
    display: none;
  }
}
.sec4 .block.block2 .block--ttl {
  background: #FDC403;
  font-size: 32px;
  line-height: 44px;
  padding-inline: 35px;
  letter-spacing: 0.02em;
}
@media (max-width: 736px) {
  .sec4 .block.block2 .block--ttl {
    font-size: 24px;
    line-height: 30px;
    padding-inline: 25px;
    padding-block: 8px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec4 .block.block2 .block--ttl {
    font-size: 6.4vw;
    line-height: 8vw;
    padding-inline: 6.6666666667vw;
    padding-block: 2.1333333333vw;
  }
}
.sec4 .block.block2 .block--ttl:before, .sec4 .block.block2 .block--ttl:after {
  border-block-width: 28px;
  border-inline-width: 19px;
}
@media (max-width: 736px) {
  .sec4 .block.block2 .block--ttl:before, .sec4 .block.block2 .block--ttl:after {
    border-width: 54px 24px;
  }
}

.sec5 {
  padding: 90px 0 125px;
}
@media (max-width: 736px) {
  .sec5 {
    padding: 50px 0 60px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec5 {
    padding: 13.3333333333vw 0 16vw;
  }
}
.sec5 .section-ttl {
  font-size: 48px;
  line-height: 70px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 736px) {
  .sec5 .section-ttl {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec5 .section-ttl {
    font-size: 8.5333333333vw;
    line-height: 9.6vw;
    margin-bottom: 3.2vw;
  }
}
.sec5 .section-ttl span {
  font-size: 24px;
  line-height: 32px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ED6D0F;
  display: inline-block;
}
@media (max-width: 736px) {
  .sec5 .section-ttl span {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec5 .section-ttl span {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec5 .content-wrapper {
  box-shadow: inset 0 0 0 12px #FFF1E0;
  padding-block: 100px 90px;
}
@media (max-width: 736px) {
  .sec5 .content-wrapper {
    width: calc(100% - 30px);
    padding: 40px 20px;
    margin: 0 auto;
    box-shadow: inset 0 0 0 9px #FFF1E0;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec5 .content-wrapper {
    width: calc(100% - 8vw);
    padding: 10.6666666667vw 5.3333333333vw;
    box-shadow: inset 0 0 0 2.4vw #FFF1E0;
  }
}
.sec5 .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .sec5 .item {
    flex-direction: column;
  }
}
.sec5 .item + .item {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #FFD6B9;
}
@media (max-width: 736px) {
  .sec5 .item + .item {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.sec5 .item .avt-block {
  width: 300px;
}
@media (max-width: 736px) {
  .sec5 .item .avt-block {
    width: 100%;
  }
}
.sec5 .item .avt-block .avt {
  line-height: 0;
}
@media (max-width: 736px) {
  .sec5 .item .avt-block .avt {
    width: 260px;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec5 .item .avt-block .avt {
    width: 69.3333333333vw;
  }
}
.sec5 .item .avt-block .desc {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 736px) {
  .sec5 .item .avt-block .desc {
    margin-top: 6px;
  }
}
.sec5 .item .info-block {
  width: calc(100% - 300px);
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 20px;
}
@media (max-width: 736px) {
  .sec5 .item .info-block {
    width: 100%;
    padding: 22px 0 0;
  }
}
.sec5 .item .info-block .name {
  font-size: 32px;
  line-height: 36px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #E04191;
  margin-bottom: 25px;
}
@media (max-width: 736px) {
  .sec5 .item .info-block .name {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 7px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec5 .item .info-block .name {
    font-size: 6.4vw;
    line-height: 9.6vw;
    margin-bottom: 1.8666666667vw;
  }
}
.sec5 .item .info-block .row {
  display: flex;
}
@media (max-width: 736px) {
  .sec5 .item .info-block .row {
    flex-direction: column;
  }
}
.sec5 .item .info-block .row .txt {
  width: calc(100% - 260px);
  padding-right: 22px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-size: 18px;
}
@media (max-width: 736px) {
  .sec5 .item .info-block .row .txt {
    width: 100%;
    padding: 0;
    line-height: 28px;
    font-size: 16px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec5 .item .info-block .row .txt {
    line-height: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
.sec5 .item .info-block .row .photo {
  line-height: 0;
  width: 260px;
  margin-top: 2px;
}
@media (max-width: 736px) {
  .sec5 .item .info-block .row .photo {
    width: 100%;
    margin-top: 11px;
  }
}
@media (min-width: 737px) {
  .sec5 .item.item1 .info-block {
    padding-top: 52px;
  }
}

.sec6 {
  padding: 194px 0 100px;
  background: url("../img/sec6-bg.jpg") center no-repeat;
  background-size: cover;
  border: 1px solid #707070;
}
@media (max-width: 736px) {
  .sec6 {
    padding: 190px 0 60px;
    background-image: url("../img/sec6-bg-sp.jpg");
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec6 {
    padding: 50.6666666667vw 0 16vw;
  }
}
.sec6 .box-inner {
  position: relative;
  background: #fff;
  padding: 217px 80px 70px;
}
@media (max-width: 736px) {
  .sec6 .box-inner {
    padding: 218px 20px 31px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec6 .box-inner {
    padding: 58.1333333333vw 5.3333333333vw 8.2666666667vw;
  }
}
.sec6 .avt-block {
  position: absolute;
  top: -94px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 736px) {
  .sec6 .avt-block {
    top: -130px;
  }
}
.sec6 .avt-block .photo {
  width: 240px;
  line-height: 0;
  margin-bottom: 8px;
}
@media (max-width: 736px) {
  .sec6 .avt-block .photo {
    width: 260px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec6 .avt-block .photo {
    width: 69.3333333333vw;
  }
}
.sec6 .avt-block p {
  font-size: 14px;
  line-height: 20px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 736px) {
  .sec6 .avt-block p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec6 .avt-block p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.sec6 .avt-block p span {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: 700;
}
.sec6 h3 {
  font-size: 32px;
  line-height: 52px;
  margin-bottom: 17px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ED6D0F;
}
@media (max-width: 736px) {
  .sec6 h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 29px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec6 h3 {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    margin-bottom: 7.7333333333vw;
  }
}
@media (max-width: 736px) {
  .sec6 .desc {
    letter-spacing: 0;
  }
}
.sec6 .desc p + p {
  margin-top: 8px;
}

.sec7 {
  padding: 60px 0;
  background: #FFF8F0;
  margin-bottom: 80px;
}
@media (max-width: 736px) {
  .sec7 {
    margin-bottom: 0;
  }
}
.sec7 .box {
  background: #fff;
  padding: 74.5px 0 71.5px;
  font-size: 48px;
  line-height: 73px;
  letter-spacing: 0.02em;
  position: relative;
}
@media (max-width: 736px) {
  .sec7 .box {
    padding: 31px 0;
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 736px) and (max-width: 375px) {
  .sec7 .box {
    padding: 8.2666666667vw 0;
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
  }
}
.sec7 .box:before, .sec7 .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  box-sizing: border-box;
  border: 12px solid #FFF454;
}
@media (max-width: 736px) {
  .sec7 .box:before, .sec7 .box:after {
    width: 14px;
    border-width: 4px;
  }
}
.sec7 .box:before {
  left: 0;
  border-right: none;
}
.sec7 .box:after {
  right: 0;
  border-left: none;
}