/* 共通CSS */
footer {
  margin-top: 0;
}

.eu9igb-sp-wrapper picture,
.eu9igb-sp-wrapper figure {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.eu9igb-sp-wrapper picture img,
.eu9igb-sp-wrapper figure img,
.eu9igb-sp-wrapper img {
  width: 100%;
  height: auto;
}

.eu9igb-sp-wrapper p,
.eu9igb-sp-wrapper small,
.eu9igb-sp-wrapper figcaption {
  color: #000;
}

.eu9igb-sp-wrapper {
  position: relative;
}

/* ナビ */
.nav-sp {
  position: fixed;
  top: 180px;
  left: calc(50% - 490px - 70px - 58px);
  z-index: 10;
  opacity: 0;
  transition: opacity 300ms, visibility 300ms;
}

[data-device="ipad"] .nav-sp {
  left: calc(50% - 490px - 70px - 28px);
}

.nav-sp-btn {
  display: none;
}

.nav-sp-list a {
  position: relative;
  display: block;
  text-align: center;
  color: #f5911e;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  padding-top: 25px;
}

.nav-sp-list a::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border: 3px solid #f5911e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: background-color 300ms;
}

.nav-sp-list [data-current="true"] a::after {
  background-color: #f5911e;
}

#sec1,
#sec2,
#sec3,
#sec4,
#sec5,
#sec6,
.sec7-body {
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.sec2-body h2,
.sec3-body h2,
.sec4-body h2,
.sec5-body h2,
.sec6-body h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f5911e;
}

.sec2-body > p,
.sec3-body > p,
.sec4-body > p,
.sec5-body > p,
.sec6-body > p {
  text-align: center;
  font-weight: bold;
}

.sec2-body > p > small,
.sec3-body > p > small,
.sec4-body > p > small,
.sec5-body > p > small,
.sec6-body > p > small {
  font-weight: normal;
}

.sec2-body h2::before,
.sec3-body h2::before,
.sec4-body h2::before,
.sec5-body h2::before,
.sec6-body h2::before,
.sec2-body h2::after,
.sec3-body h2::after,
.sec4-body h2::after,
.sec5-body h2::after,
.sec6-body h2::after {
  content: "";
  display: inline-block;
  background: url("../img/obj-title-h2.png") no-repeat right center / auto 100%;
}

.sec2-body h2::after,
.sec3-body h2::after,
.sec4-body h2::after,
.sec5-body h2::after,
.sec6-body h2::after {
  transform: rotateY(180deg);
}

/* sec1 */
.sec1-body {
  text-align: center;
}

.sec1-title h1 {
  color: #f5911e;
}

.sec1-title h2 {
  color: #000;
}

.sec1-title-movie {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.sec1-title-movie button {
  position: relative;
  border: none;
  z-index: 2;
  padding: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.sec1-title-movie button[data-show="false"] {
  opacity: 0;
  visibility: hidden;
}

.sec1-title-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec1-detail h2 {
  color: #000;
}

.sec1-detail picture {
  position: relative;
  z-index: -1;
}

.sec1-text-left {
  text-align: left;
  background: url("../img/pict-sec1-02.png") no-repeat left 70px top 18px / 180px auto;
}

/* sec2 */
.sec2-list-head {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.sec2-list-head::before,
.sec2-list-head::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/obj-title-brackets.png") no-repeat center left / auto 100%;
  bottom: 0;
}

.sec2-list-head::before {
  left: 0;
}

.sec2-list-head::after {
  right: 0;
  transform: rotateY(180deg);
}

.sec2-list-head h3 {
  color: #f5911e;
}

.sec2-list-head p {
  letter-spacing: -1px;
  font-weight: bold;
}

.sec2-list-detail p {
  text-align: center;
}

.sec2-list-detail > p small {
  display: block;
}

.sec2-list-detail ol {
  position: relative;
  display: flex;
  justify-content: center;
}

.sec2-list-detail li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.sec2-list-detail li::before {
  content: "";
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}

.sec2-list-detail li:first-child::before {
  background: url("../img/icon-number-1.jpg") no-repeat center / 100% auto;
}

.sec2-list-detail li:nth-child(2)::before {
  background: url("../img/icon-number-2.jpg") no-repeat center / 100% auto;
}

.sec2-list-detail li:last-child::before {
  background: url("../img/icon-number-3.jpg") no-repeat center / 100% auto;
}

.sec2-list-detail li figure {
  margin-top: auto;
}

/* sec3 */
.sec3-body {
  text-align: center;
}

.sec3-detail > h3 {
  color: #f5911e;
  font-weight: bold;
}

.sec3-detail > p {
  font-weight: bold;
}

.sec3-detail-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec3-detail-column > figure figcaption {
  font-weight: bold;
}

.sec3-detail table thead th {
  color: #fff;
  background-color: #727172;
  vertical-align: middle;
}

.sec3-detail table tbody tr:nth-child(odd) {
  background-color: #bbbcbd;
}

.sec3-detail table tbody tr:nth-child(even) {
  background-color: #dbdcdc;
}

/* sec4 */
.sec4-vs {
  background-color: #f5911e;
}

.sec4-vs-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec4-vs-item:last-child {
  position: relative;
}

.sec4-vs-item:last-child::before {
  content: "";
  display: block;
  background: url("../img/text-vs.png") no-repeat center / auto 100%;
  width: 100%;
}

.sec4-vs-item-text {
  color: #fff;
}

.sec4-vs-item-text h3 {
  color: #fff;
}

.sec4-vs-item-text h4 {
  color: #fff;
}

.sec4-vs-item-text p {
  color: #fff;
}

.sec4-detail > h3 {
  text-align: center;
  color: #f5911e;
}

.sec4-detail > p {
  color: #bd3532;
  text-align: center;
  font-weight: bold;
}

/* sec5 */
.sec5-detail > h3 {
  text-align: center;
  color: #000;
}

.sec5-detail h3[data-color="red"] {
  color: #c65955;
}

.sec5-detail h3[data-color="red"] sup {
  color: #c65955;
}

.sec5-detail > p {
  text-align: center;
  color: #444;
}

.sec5-detail-img-02 {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.sec5-detail-img-03 {
  display: flex;
  justify-content: center;
}

.sec5-detail-img-03 picture {
  margin: 0;
}

.sec5-detail-foot {
  position: relative;
}

.sec5-detail-foot::before {
  content: "";
  position: absolute;
  background-color: #c65955;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: -1;
}

.sec5-detail-foot > p {
  color: #c65955;
  background-color: #fff;
  font-weight: bold;
  width: fit-content;
}

/* sec6 */
.sec6-detail {
  margin: 0 auto;
}

/* sec7 */
.sec7-wrap {
  text-align: center;
  background-color: #e1e1e1;
}

.sec7-body > h2 {
  color: #000;
}

.sec7-body > h3 {
  color: #000;
}

.sec7-link-icon-01 a,
.sec7-link-icon-02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  border: 2px solid #b0272d;
  width: fit-content;
}

.sec7-link-icon-01 a::after {
  content: "";
  display: block;
  background: url("../img/icon-link-01.png") no-repeat center / 100% auto;
}

.sec7-link-icon-02 a::after {
  content: "";
  display: block;
  background: url("../img/icon-link-02.png") no-repeat center / 100% auto;
}

.sec7-link-model {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec7-link-model a figcaption {
  font-weight: bold;
}

/* PC */
@media screen and (min-width: 737px) {
  [data-device="pc"] {
    display: block;
  }

  [data-device="sp"] {
    display: none;
  }

  #sec1,
  #sec2,
  #sec3,
  #sec4,
  #sec5,
  #sec6,
  .sec7-body {
    width: 980px;
  }

  .sec2-body h2,
  .sec3-body h2,
  .sec4-body h2,
  .sec5-body h2,
  .sec6-body h2 {
    gap: 8px;
    font-size: 60px;
  }

  .sec2-body > p,
  .sec3-body > p,
  .sec4-body > p,
  .sec5-body > p,
  .sec6-body > p {
    line-height: 33px;
    font-size: 24px;
  }

  .sec2-body > p > small,
  .sec3-body > p > small,
  .sec4-body > p > small,
  .sec5-body > p > small,
  .sec6-body > p > small {
    font-size: 18px;
  }

  .sec2-body h2::before,
  .sec3-body h2::before,
  .sec4-body h2::before,
  .sec5-body h2::before,
  .sec6-body h2::before,
  .sec2-body h2::after,
  .sec3-body h2::after,
  .sec4-body h2::after,
  .sec5-body h2::after,
  .sec6-body h2::after {
    width: 64px;
    height: 91px;
  }

  /* sec1 */
  .sec1-title h1 {
    font-size: 53px;
  }

  .sec1-title h2 {
    font-size: 33px;
    margin-top: 15px;
  }

  .sec1-title-movie {
    width: 880px;
    height: 495px;
    margin-top: 50px;
  }

  .sec1-title-movie img:hover {
    opacity: 0.7;
  }

  .sec1-detail h2 {
    line-height: 43px;
    font-size: 36px;
  }

  .sec1-detail p {
    line-height: 1.4;
    font-size: 21px;
    margin-top: 15px;
  }

  .sec1-detail picture {
    width: 961px;
    margin-top: -18px;
    padding-left: 14px;
  }

  .sec1-detail {
    margin-top: 65px;
  }

  .sec1-detail:last-child {
    margin-top: 34px;
  }

  .sec1-text-left {
    min-height: 174px;
    padding: 22px 0 32px 274px;
  }

  .sec1-text-left p {
    margin-top: 5px;
  }

  .sec1-detail p small {
    font-size: 17px;
  }

  /* sec2 */
  .sec2-body {
    padding-top: 105px;
  }

  .sec2-list-head {
    max-width: 796px;
    min-height: 188px;
    padding: 0 54px 10px;
  }

  .sec2-list-head::before,
  .sec2-list-head::after {
    width: 52px;
    height: 188px;
  }

  .sec2-list-head h3 {
    font-size: 60px;
  }

  .sec2-list-head p {
    line-height: 33px;
    font-size: 24px;
  }

  .sec2-list-detail > p small {
    font-size: 17px;
    margin-top: 12px;
  }

  .sec2-body > ol > li:nth-child(2) .sec2-list-detail > p small {
    margin-top: 22px;
  }

  .sec2-list-detail ol {
    gap: 0 24px;
    margin-top: 28px;
  }

  .sec2-list-detail li {
    width: 220px;
    padding-top: 54px;
  }

  .sec2-list-detail li::before {
    width: 47px;
    height: 47px;
  }

  .sec2-list-detail li:first-child figure {
    width: 208px;
  }

  .sec2-list-detail li:nth-child(2) figure {
    width: 182px;
  }

  .sec2-list-detail li:last-child figure {
    width: 175px;
  }

  .sec2-list-detail li > p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .sec2-body > ol > li:first-child {
    margin-top: 30px;
  }

  .sec2-body > ol > li:first-child .sec2-list-detail {
    margin-top: 19px;
  }

  .sec2-body > ol > li:first-child picture {
    width: 906px;
    margin-right: 27px;
  }

  .sec2-body > ol > li:nth-child(2) {
    margin-top: 44px;
  }

  .sec2-body > ol > li:last-child {
    margin-top: 35px;
  }

  .sec2-body > ol > li:last-child picture {
    width: 978px;
    margin-top: 20px;
  }

  /* sec3 */
  .sec3-body {
    padding-top: 104px;
  }

  .sec3-body > figure {
    width: 161px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 90px;
  }

  .sec3-body > p small {
    display: block;
    margin-top: 4px;
  }

  .sec3-detail > h3 {
    font-size: 48px;
    margin-top: 38px;
  }

  .sec3-detail > p {
    line-height: 33px;
    font-size: 24px;
    margin-top: 16px;
  }

  .sec3-detail > p:last-child {
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px;
  }

  .sec3-detail > picture {
    width: 602px;
    margin-top: 23px;
  }

  .sec3-detail-column {
    gap: 0 55px;
    margin-top: 26px;
  }

  .sec3-detail-column > figure {
    width: 414px;
    margin: 0;
  }

  .sec3-detail-column > figure figcaption {
    font-size: 22px;
  }

  .sec3-detail table {
    display: table;
    font-weight: bold;
    width: 880px;
    margin: 40px auto 0;
  }

  .sec3-detail table thead th {
    line-height: 30px;
    font-size: 22px;
    padding: 4px;
  }

  .sec3-detail table thead th:first-child {
    width: 240px !important;
  }

  .sec3-detail table tbody td {
    font-size: 22px;
    padding: 5px;
  }

  /* sec4 */
  .sec4-body {
    padding-top: 170px;
  }

  .sec4-body h2 {
    line-height: 64px;
  }

  .sec4-body h2::after,
  .sec4-body h2::before {
    margin-top: -60px;
  }

  .sec4-vs {
    width: 880px;
    margin: 42px auto 16px;
    padding: 52px 10px 1px 40px;
  }

  .sec4-vs-item {
    gap: 0 40px;
  }

  .sec4-vs-item:first-child {
    justify-content: flex-start;
  }

  .sec4-vs-item:first-child > figure {
    width: 310px;
    margin: -5px 0 0;
  }

  .sec4-vs-item:last-child {
    gap: 0 17px;
  }

  .sec4-vs-item:last-child::before {
    height: 106px;
    margin: 30px 20px 17px 0;
  }

  .sec4-vs-item:last-child > figure {
    width: 309px;
    margin: 2px 10px 0 0;
  }

  .sec4-vs-item-text {
    width: 456px;
  }

  .sec4-vs-item:last-child .sec4-vs-item-text {
    width: 476px;
    padding-left: 15px;
  }

  .sec4-vs-item-text h3 {
    line-height: 45px;
    font-size: 48px;
  }

  .sec4-vs-item-text h4 {
    line-height: 36px;
    font-size: 28px;
    margin-top: 15px;
  }

  .sec4-vs-item-text p {
    line-height: 27px;
    letter-spacing: -0.5px;
    font-size: 20px;
    margin-top: 20px;
  }

  .sec4-vs-item-text > figure {
    display: none;
  }

  .sec4-detail {
    margin-top: 46px;
  }

  .sec4-detail > h3 {
    font-size: 48px;
  }

  .sec4-detail > p {
    line-height: 40px;
    font-size: 31px;
    margin-top: -20px;
  }

  /* sec5 */
  .sec5-body {
    padding-top: 170px;
  }

  .sec5-body h2 {
    line-height: 62px;
  }

  .sec5-body h2::after,
  .sec5-body h2::before {
    margin-top: -60px;
  }

  .sec5-body > picture {
    width: 880px;
    margin-top: 40px;
  }

  .sec5-body > picture + picture {
    width: 798px;
    margin-top: 50px;
    padding-right: 10px;
  }

  .sec5-detail {
    width: 880px;
    margin: 0 auto;
  }

  .sec5-detail > h3 {
    line-height: 45px;
    font-size: 33px;
    margin-top: 43px;
  }

  .sec5-detail-img-02 + h3 {
    margin-top: 53px;
  }

  .sec5-detail h3[data-color="red"] sup {
    font-size: 18px;
  }

  .sec5-detail > p {
    line-height: 37px;
    letter-spacing: -0.5px;
    font-size: 22px;
    margin: 8px auto 0;
  }

  .sec5-detail > p + p {
    line-height: 0;
    margin-top: 8px;
  }

  .sec5-detail > p small {
    font-size: 16px;
  }

  .sec5-detail-img-01 {
    margin-top: 4px;
  }

  .sec5-detail-img-01 picture {
    width: 879px;
    margin: 12px auto 0;
  }

  .sec5-detail-img-02 {
    gap: 23px 11px;
    margin: 26px auto 0;
  }

  .sec5-detail-img-02 picture {
    width: 286px;
  }

  .sec5-detail-img-03 {
    gap: 0 22px;
    margin-top: 25px;
  }

  .sec5-detail-img-03 picture {
    width: 278px;
  }

  .sec5-detail-foot {
    margin-top: 52px;
  }

  .sec5-detail-foot::before {
    top: 15px;
  }

  .sec5-detail-foot > p {
    font-size: 20px;
    padding-right: 15px;
  }

  .sec5-detail-foot > picture {
    margin-top: 23px;
  }

  /* sec6 */
  .sec6-body {
    padding-top: 170px;
  }

  .sec6-body h2 {
    line-height: 62px;
  }

  .sec6-body h2::after,
  .sec6-body h2::before {
    margin-top: -60px;
  }

  .sec6-body > figure {
    width: 307px;
    margin-top: 45px;
  }

  .sec6-detail {
    width: 720px;
  }

  /* sec7 */
  #sec7 {
    padding-top: 140px;
  }

  .sec7-wrap {
    padding: 20px 0 106px;
  }

  .sec7-body a:hover {
    opacity: 0.7;
  }

  .sec7-body > h2 {
    font-size: 33px;
    margin-top: 72px;
  }

  .sec7-link-icon-01 a,
  .sec7-link-icon-02 a {
    font-size: 36px;
    border-radius: 35px;
    width: 669px;
    margin: 10px auto 0;
    padding: 16px 40px 16px 50px;
  }

  .sec7-link-icon-01 a {
    gap: 0 40px;
  }

  .sec7-link-icon-02 a {
    gap: 0 30px;
    padding: 27px 40px 27px 50px;
  }

  .sec7-link-icon-01 a::after {
    width: 139px;
    height: 113px;
  }

  .sec7-link-icon-02 a::after {
    width: 218px;
    height: 91px;
  }

  .sec7-link-model {
    gap: 0 50px;
    margin-top: 32px;
  }

  .sec7-link-model li a {
    display: block;
  }

  .sec7-link-model li:first-child a {
    width: 138px;
  }

  .sec7-link-model li:nth-child(2) a {
    width: 138px;
  }

  .sec7-link-model li:nth-child(3) a {
    width: 137px;
  }

  .sec7-link-model li:last-child a {
    width: 149px;
  }

  .sec7-link-model a figcaption {
    font-size: 21px;
    margin-top: 20px;
  }

  /* nav */
  .nav-sp[data-show="true"] {
    opacity: 1;
    visibility: visible;
  }

  .nav-sp[data-show="false"] {
    opacity: 0;
    visibility: hidden;
  }

  .nav-sp[data-fix="true"] {
    position: fixed;
    top: 180px;
    bottom: auto;
  }

  .nav-sp[data-fix="false"] {
    position: absolute;
    top: auto;
    bottom: 92px;
  }

  .nav-sp-list li:not(:first-child) a {
    padding-top: 50px;
  }

  .nav-sp-list li:not(:first-child) a::after {
    top: 20px;
  }

  .nav-sp-list li:not(:first-child) a::before {
    content: "";
    position: absolute;
    background-color: #f5911e;
    border-radius: 5px;
    width: 3px;
    height: 44px;
    top: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: background-color 300ms;
  }
}

/* SP */
@media screen and (max-width: 736px) {
  [data-device="pc"] {
    display: none;
  }

  [data-device="sp"] {
    display: block;
  }

  .sec1-body,
  #sec2,
  #sec3,
  #sec4,
  #sec5,
  #sec6,
  .sec7-body {
    padding: 0 4.6875%;
  }

  .sec2-body h2,
  .sec3-body h2,
  .sec4-body h2,
  .sec5-body h2,
  .sec6-body h2 {
    gap: 6px;
    font-size: 26px;
    letter-spacing: -0.5px;
  }

  .sec2-body > p,
  .sec3-body > p,
  .sec4-body > p,
  .sec5-body > p,
  .sec6-body > p {
    line-height: 33px;
    font-size: 24px;
  }

  .sec2-body > p > small,
  .sec3-body > p > small,
  .sec4-body > p > small,
  .sec5-body > p > small,
  .sec6-body > p > small {
    font-size: 18px;
  }

  .sec2-body h2::before,
  .sec3-body h2::before,
  .sec4-body h2::before,
  .sec5-body h2::before,
  .sec6-body h2::before,
  .sec2-body h2::after,
  .sec3-body h2::after,
  .sec4-body h2::after,
  .sec5-body h2::after,
  .sec6-body h2::after {
    width: 26px;
    height: 40px;
  }

  /* sec1 */
  .sec1-title h1 {
    line-height: 28px;
    font-size: 23px;
  }

  .sec1-title h2 {
    line-height: 18px;
    font-size: 13px;
    margin-top: 13px;
  }

  .sec1-title-movie {
    width: 100%;
    max-width: 340px;
    height: 191px;
    margin-top: 15px;
  }

  .sec1-detail h2 {
    line-height: 1.3;
    font-size: 18px;
  }

  .sec1-detail p {
    letter-spacing: -0.6px;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
  }

  .sec1-detail picture {
    width: 328px;
    margin-top: 22px;
  }

  .sec1-detail {
    margin-top: 35px;
  }

  .sec1-detail:nth-child(2) {
    margin-top: 0;
  }

  .sec1-detail:nth-child(2) h2 {
    text-align: left;
    background: url("../img/pict-sec1-02.png") no-repeat left 8px top 13px / 80px auto;
    width: fit-content;
    margin: 0 auto;
    padding: 30px 15px 34px 95px;
  }

  .sec1-detail:last-child p {
    margin-top: 25px;
  }

  .sec1-text-left {
    text-align: center;
    background: none;
  }

  .sec1-detail p small {
    font-size: 12px;
    font-weight: normal;
  }

  /* sec2 */
  .sec2-body {
    padding-top: 60px;
  }

  .sec2-body > ol {
    margin-top: 12px;
  }

  .sec2-list-head {
    width: fit-content;
    padding: 0 40px 4px;
  }

  .sec2-list-head::before,
  .sec2-list-head::after {
    width: 20px;
    height: 80px;
  }

  .sec2-list-head h3 {
    font-size: 26px;
  }

  .sec2-list-head p {
    letter-spacing: -0.5px;
    line-height: 14px;
    font-size: 12px;
  }

  .sec2-list-detail > p small {
    font-size: 12px;
    margin-top: 20px;
  }

  .sec2-list-detail ol {
    flex-flow: column;
    gap: 16px 0;
    margin-top: 12px;
    margin-left: 15px;
  }

  .sec2-list-detail li {
    width: 200px;
    margin: 0 auto;
    padding: 0 0 0 29px;
  }

  .sec2-list-detail li::before {
    width: 29px;
    height: 29px;
    margin: 0;
    right: auto;
  }

  .sec2-list-detail li:first-child figure {
    width: 156px;
    margin-top: -2px;
    margin-left: 6px;
  }

  .sec2-list-detail li:nth-child(2) figure {
    width: 136px;
    padding-right: 10px;
  }

  .sec2-list-detail li:last-child figure {
    width: 131px;
  }

  .sec2-list-detail li > p {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 10px;
    padding-left: 10px;
  }

  .sec2-body > ol > li:not(:first-child) {
    margin-top: 55px;
  }

  .sec2-body > ol > li:first-child .sec2-list-detail {
    margin-top: 15px;
  }

  .sec2-body > ol > li:first-child picture {
    width: 330px;
    padding-left: 12px;
  }

  .sec2-body > ol > li:nth-child(2) {
    margin-top: 40px;
  }

  .sec2-body > ol > li:last-child {
    margin-top: 50px;
  }

  .sec2-body > ol > li:last-child picture {
    width: 344px;
    margin-top: 15px;
  }

  /* sec3 */
  .sec3-body {
    padding-top: 60px;
  }

  .sec3-body > figure {
    width: 83px;
    margin-top: 3px;
    margin-bottom: 16px;
    padding-right: 45px;
  }

  .sec3-body > figure + p {
    /* background: url("../img/obj-title-5degrees.jpg") no-repeat right center / 64px auto; */
    line-height: 16px;
    letter-spacing: -0.2px;
    text-align: center;
    font-size: 12px;
    margin-right: 8px;
  }

  .sec3-body > figure + p small {
    display: block;
    font-size: 12px;
    margin-top: 2px;
  }

  .sec3-detail > h3 {
    font-size: 24px;
    margin-top: 26px;
  }

  .sec3-detail > picture + h3 {
    letter-spacing: -1.5px;
  }

  .sec3-detail > p {
    line-height: 16px;
    letter-spacing: -0.3px;
    font-size: 12px;
    margin-top: 5px;
  }

  .sec3-detail > p:last-child {
    font-size: 12px;
    font-weight: normal;
    margin-top: 6px;
  }

  .sec3-detail > picture {
    width: 326px;
    margin-top: 10px;
    padding-left: 10px;
  }

  .sec3-detail-column {
    gap: 10px 0;
    margin-top: 35px;
  }

  .sec3-detail-column > figure {
    width: 207px;
  }

  .sec3-detail-column > figure figcaption {
    letter-spacing: -1px;
    font-size: 12px;
    margin-bottom: 4px;
  }

  .sec3-detail table {
    display: table;
    border-spacing: 1px;
    font-weight: bold;
    width: 100%;
    margin: 10px auto 0;
  }

  .sec3-detail table thead th {
    line-height: 15px;
    letter-spacing: -0.5px;
    font-size: 12px;
    padding: 2px 0;
  }

  .sec3-detail table thead th:first-child {
    width: 89px !important;
  }

  .sec3-detail table tbody td {
    letter-spacing: -0.5px;
    font-size: 12px;
    padding: 3px 0;
  }

  /* sec4 */
  .sec4-body {
    padding-top: 60px;
  }

  .sec4-body h2 {
    line-height: 30px;
  }

  .sec4-body h2::after,
  .sec4-body h2::before {
    margin-top: -10px;
  }

  .sec4-vs {
    width: 100%;
    margin: 28px auto 0;
    padding: 10px 15px 37px;
  }

  .sec4-vs-item {
    display: block;
  }

  .sec4-vs-item:last-child::before {
    height: 53px;
    margin: 12px auto 25px;
  }

  .sec4-vs-item:first-child > figure,
  .sec4-vs-item:last-child > figure {
    display: none;
  }

  .sec4-vs-item-text {
    text-align: center;
  }

  .sec4-vs-item-text h3 {
    font-size: 28px;
  }

  .sec4-vs-item-text h4 {
    line-height: 24px;
    font-size: 18px;
    margin-top: 8px;
  }

  .sec4-vs-item-text p {
    line-height: 19px;
    letter-spacing: -0.5px;
    font-size: 13px;
    margin-top: 10px;
  }

  .sec4-vs-item:first-child .sec4-vs-item-text figure {
    width: 197px;
    margin-top: -6px;
    padding-right: 10px;
  }

  .sec4-vs-item:last-child .sec4-vs-item-text figure {
    width: 197px;
    margin-bottom: 8px;
    padding-left: 52px;
  }

  .sec4-detail {
    margin-top: 28px;
  }

  .sec4-detail > h3 {
    font-size: 24px;
  }

  .sec4-detail > p {
    line-height: 18px;
    font-size: 12px;
    margin-top: -13px;
  }

  /* sec5 */
  .sec5-body {
    padding-top: 60px;
  }

  .sec5-body h2 {
    line-height: 30px;
  }

  .sec5-body h2::after,
  .sec5-body h2::before {
    margin-top: -10px;
  }

  .sec5-body > picture {
    width: 100%;
    margin-top: 13px;
  }

  .sec5-detail > h3 {
    line-height: 23px;
    font-size: 16px;
    margin-top: 14px;
  }

  .sec5-detail > h3:not(:first-child) {
    margin-top: 28px;
  }

  .sec5-detail h3[data-color="red"] sup {
    font-size: 12px;
  }

  .sec5-detail > p {
    line-height: 18px;
    letter-spacing: -0.7px;
    font-size: 12px;
    margin: 7px auto 0;
  }

  .sec5-detail > p + p {
    line-height: 0;
    margin-top: 5px;
  }

  .sec5-detail > p small {
    font-size: 12px;
  }

  .sec5-detail-img-01 {
    margin-top: 12px;
  }

  .sec5-detail-img-01 picture {
    width: 100%;
    margin: 0 auto;
  }

  .sec5-detail-img-01 picture:not(:first-child) {
    margin-top: 18px;
  }

  .sec5-detail-img-02 {
    gap: 10px 5px;
    margin: 10px auto 0;
  }

  .sec5-detail-img-02 picture {
    width: calc(50% - 5px);
  }

  .sec5-detail-img-03 {
    gap: 0 8px;
    margin-top: 10px;
  }

  .sec5-detail-img-03 picture {
    width: 100%;
  }

  .sec5-detail-foot {
    margin-top: 32px;
  }

  .sec5-detail-foot::before {
    content: none;
  }

  .sec5-detail-foot > p {
    text-align: center;
    font-size: 16px;
    width: auto;
    padding-right: 0;
  }

  .sec5-detail-foot > picture {
    width: 327px;
    margin-top: 10px;
    padding-left: 10px;
  }

  /* sec6 */
  .sec6-body {
    padding-top: 60px;
  }

  .sec6-body h2 {
    align-items: flex-start;
    line-height: 30px;
  }

  .sec6-body h2::after,
  .sec6-body h2::before {
    margin-top: 0;
  }

  .sec6-body > figure {
    width: 154px;
    margin-top: 17px;
  }

  .sec6-detail {
    width: 100%;
  }

  /* sec7 */
  #sec7 {
    padding-top: 90px;
  }

  .sec7-wrap {
    padding: 18px 0 35px;
  }

  .sec7-body > h2 {
    font-size: 18px;
    margin-top: 25px;
  }

  .sec7-link-icon-01 a,
  .sec7-link-icon-02 a {
    gap: 0 12px;
    font-size: 16px;
    border-radius: 17px;
    border-width: 1px;
    width: calc(100% - 42px);
    max-width: 400px;
    margin: 14px auto 0;
    padding: 6px 20px 6px 22px;
  }

  .sec7-link-icon-02 a {
    padding: 12px 20px 12px 22px;
  }

  .sec7-link-icon-01 a::after {
    width: 63px;
    height: 52px;
  }

  .sec7-link-icon-02 a::after {
    width: 98px;
    height: 41px;
  }

  .sec7-link-model {
    flex-flow: wrap;
    gap: 30px 36px;
    margin-top: 20px;
  }

  .sec7-link-model li {
    width: calc(50% - 18px);
  }

  .sec7-link-model a {
    display: block;
  }

  .sec7-link-model li:first-child a,
  .sec7-link-model li:nth-child(3) a {
    margin-left: auto;
  }

  .sec7-link-model li:first-child a {
    width: 93px;
  }

  .sec7-link-model li:nth-child(2) a {
    width: 93px;
  }

  .sec7-link-model li:nth-child(3) a {
    width: 93px;
  }

  .sec7-link-model li:last-child a {
    width: 101px;
  }

  .sec7-link-model a figcaption {
    font-size: 12px;
    margin-top: 10px;
  }

  .nav-sp {
    position: absolute;
    width: 100%;
    top: 80px;
    right: 0;
    left: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nav-sp[data-fixsp="false"] {
    position: absolute;
  }

  .nav-sp[data-fixsp="true"] {
    position: fixed;
    top: 90px;
  }

  .nav-sp[data-fixsp="bottom"] {
    position: absolute;
    top: auto;
    bottom: 343px;
  }

  .nav-sp-btn {
    display: block;
  }

  .nav-sp-btn button {
    position: relative;
    display: block;
    font-size: 0;
    border: none;
    background-color: #f5911e;
    width: 43px;
    height: 20px;
    margin-left: auto;
    margin-right: 10px;
    padding: 0;
  }

  .nav-sp-btn button::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 34px;
    height: 2px;
    top: 7px;
    right: 5px;
  }

  .nav-sp-btn button::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 22px;
    height: 2px;
    top: 12px;
    right: 6px;
  }

  .nav-sp-btn[data-open="true"] button {
    background-color: #fff;
    border: 1px solid #f5911e;
  }

  .nav-sp-btn[data-open="true"] button::before,
  .nav-sp-btn[data-open="true"] button::after {
    background-color: #f5911e;
    width: 16px;
    height: 2px;
    right: 12px;
    top: 8px;
  }

  .nav-sp-btn[data-open="true"] button::before {
    transform: rotate(45deg);
  }

  .nav-sp-btn[data-open="true"] button::after {
    transform: rotate(-45deg);
  }

  .nav-sp-btn[data-open="false"] + .nav-sp-list {
    display: none;
  }

  .nav-sp-btn[data-open="true"] + .nav-sp-list {
    display: block;
  }

  .nav-sp-list {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    width: calc(100% - 51px);
    padding: 10px 10px 20px 41px;
  }

  .nav-sp-list a {
    line-height: 28px;
    text-align: left;
    font-size: 24px;
    margin-top: 25px;
    padding: 0 0 0 35px;
  }

  .nav-sp-list a::after {
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    right: auto;
  }

  .nav-sp-list li:not(:last-child) a::before {
    content: "";
    position: absolute;
    background-color: #f5911e;
    border-radius: 5px;
    width: 3px;
    height: calc(100% + 25px);
    top: 2px;
    left: 12px;
    margin: 0 auto;
    transition: background-color 300ms;
  }
}

@media screen and (max-width: 430px) {
  .sec2-list-head {
    width: 100%;
    padding: 0 14px 4px;
  }
}
