.inner {
  max-width: 1054px;
}

.header__wrapper {
  background-color: unset;
}
.header__wrapper.transform .header__logo {
  color: #333;
}
.header__wrapper.transform .header__logo .transform-on {
  display: unset;
}
.header__wrapper.transform .header__logo .transform-off {
  display: none;
}
.header__wrapper.transform .header__menu {
  color: #333;
}
.header__logo {
  color: #fff;
}
.header__logo .transform-on {
  display: none;
}
.header__logo.normal-logo {
  display: none;
}
.header__logo.diagnosis-logo {
  display: unset;
}
.header__menu {
  color: #fff;
}

.parts-title h2 {
  font-size: 28px;
}

.button {
  margin: 0 auto;
}

.parts-button {
  max-width: 460px;
}
.parts-button a {
  background-color: #c81529;
  border: solid 1px #c81529;
  color: #fff;
  font-weight: 500;
}
.parts-button a:hover {
  background-color: #fff;
  color: #c81529;
}
.parts-button a.arrow span:before, .parts-button a.arrow span:after {
  background-color: #c81529;
}
.parts-button a.arrow:hover span::before, .parts-button a.arrow:hover span:after {
  background-color: #fff;
}
.parts-button a:hover.arrow span {
  background-color: #c81529;
}

/* fukumen-MV */
.fukumen-MV {
  height: 1074px;
  background-image: url(../images/fukumen-MV.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fukumen-MV .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 250px;
}
.fukumen-MV__cont {
  letter-spacing: 0.1em;
}
.fukumen-MV__cont h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}
.fukumen-MV__cont h1 span {
  padding: 2px 5px 2px 10px;
  background-color: #001961;
}
.fukumen-MV__cont p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.fukumen-MV__cont p span {
  background: linear-gradient(transparent 50%, #001961 50%);
}

/* fukumen-MVbottom */
.fukumen-MVbottom {
  margin-top: -2px;
  padding: 60px 0 40px;
  background-color: #001961;
}
.fukumen-MVbottom h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.fukumen-MVbottom .row3 {
  display: flex;
  gap: 10px;
  margin-bottom: 100px;
}
.fukumen-MVbottom .row3 div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 6.6666666667px);
  padding: 15px 5px;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
}
.fukumen-MVbottom .row3 div:nth-of-type(1) {
  font-size: 20px;
}
.fukumen-MVbottom .row3 div:nth-of-type(2) {
  font-size: 20px;
}
.fukumen-MVbottom .row3 div:nth-of-type(3) {
  font-size: 16px;
}
.fukumen-MVbottom p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.fukumen-MVbottom .button-small {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

/* fukumen-about */
.fukumen-about {
  padding: 60px 0 70px;
  background-color: #eff4fa;
}
.fukumen-about .logo {
  max-width: 283px;
  margin: 80px auto 65px;
}
.fukumen-about .cont {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}
.fukumen-about .detail {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}
.fukumen-about .detail small {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

/* fukumen-reason */
.fukumen-reason {
  padding: 80px 0 70px;
}
.fukumen-reason__card h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.fukumen-reason__card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fukumen-reason__card ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 65px;
  background-color: #eff4fa;
  color: #001961;
  font-size: 20px;
  font-weight: 500;
}
.fukumen-reason__card ul li::before {
  content: "";
  position: absolute;
  left: 35px;
  width: 12px;
  height: 12px;
  background-color: #001961;
}
.fukumen-reason__card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

/* fukumen-merit */
.fukumen-merit {
  padding: 50px 0 30px;
  background-color: #001961;
}
.fukumen-merit .parts-title h2 {
  color: #fff;
}
.fukumen-merit__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.fukumen-merit__list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 65px;
  background-color: #fff;
  color: #001961;
  font-size: 20px;
  font-weight: 500;
}
.fukumen-merit__list li::before {
  content: "";
  position: absolute;
  left: 35px;
  width: 12px;
  height: 12px;
  background-color: #001961;
}

/* fukumen-difference */
.fukumen-difference {
  padding: 70px 0 55px;
  background-color: #f5f5f5;
}
.fukumen-difference p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}
.fukumen-difference table {
  width: 100%;
  margin-bottom: 30px;
  font-weight: 600;
}
.fukumen-difference table th {
  width: 50%;
}
.fukumen-difference table th {
  padding: 15px 5px;
  font-size: 22px;
}
.fukumen-difference table th:first-of-type {
  background-color: #001961;
  border: solid 3px #001961;
  color: #fff;
}
.fukumen-difference table th:last-of-type {
  background-color: #eff5ff;
  border: solid 1px #adadad;
}
.fukumen-difference table td {
  width: 50%;
  padding: 15px 5px;
  color: #001961;
  font-size: 22px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #adadad;
}
.fukumen-difference table td:first-of-type {
  border-left: solid 3px #001961;
  border-right: solid 3px #001961;
}
.fukumen-difference table tr:last-of-type td:first-of-type {
  border-bottom: solid 3px #001961;
}
.fukumen-difference .parts-button a {
  display: flex;
  flex-direction: column;
  gap: unset;
  font-size: 16px;
}
.fukumen-difference .parts-button a small {
  font-size: 14px;
}

/* fukumen-plan */
.fukumen-plan {
  padding: 60px 0;
}
.fukumen-plan p {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 600;
}
.fukumen-plan__cont {
  margin-bottom: 50px;
}
.fukumen-plan__cont h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.fukumen-plan__cont table {
  width: 100%;
  color: #001961;
}
.fukumen-plan__cont table th {
  width: 35%;
  padding: 15px 5px 15px 30px;
  background-color: #dbe8fe;
  border: solid 1px #c2d2ed;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
.fukumen-plan__cont table td {
  flex: 1;
  padding: 15px 5px 15px 30px;
  border: solid 1px #c2d2ed;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.fukumen-plan__cont table td span {
  font-size: 30px;
}
.fukumen-plan__cont small {
  font-size: 16px;
  font-weight: 600;
}
.fukumen-plan__cont:nth-of-type(2) th {
  width: 45%;
}
.fukumen-plan__cont .row3 {
  display: flex;
  gap: 20px;
}
.fukumen-plan__cont .row3 div {
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 15px 5px;
  border: solid 1px #c2d2ed;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.fukumen-plan .parts-button a {
  display: flex;
  flex-direction: column;
  gap: unset;
  font-size: 16px;
}
.fukumen-plan .parts-button a small {
  font-size: 14px;
}

/* fukumen-image */
.fukumen-image {
  padding: 0 0 70px;
}
.fukumen-image .case-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fukumen-image .case-list .case-item {
  position: relative;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  padding: 20px 25px;
  color: #fff;
  background: linear-gradient(135deg, #001961 0%, #001961 34.99%, #122e7f 35%, #122e7f 100%);
}
.fukumen-image .case-list .case-item__company {
  display: flex;
  align-items: center;
  gap: 30px;
}
.fukumen-image .case-list .case-item__company img {
  width: 52px;
  height: 50px;
}
.fukumen-image .case-list .case-item__company span {
  font-size: 22px;
  font-weight: 500;
}
.fukumen-image .case-list .case-item__result {
  font-size: 22px;
  font-weight: 500;
}
.fukumen-image .case-list .case-item__result strong {
  font-size: 32px;
}

/* fukumen-gap */
.fukumen-gap {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.fukumen-gap .row3 {
  display: flex;
  gap: 20px;
}
.fukumen-gap .row3 div {
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 10px 5px;
  background-color: #fff;
  border: solid 1px #c2d2ed;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.fukumen-gap p {
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.fukumen-gap .parts-button a {
  background-color: #001961;
  border: solid 1px #001961;
}
.fukumen-gap .parts-button a:hover {
  background-color: #fff;
  color: #001961;
}
.fukumen-gap .parts-button a.arrow span:before, .fukumen-gap .parts-button a.arrow span:after {
  background-color: #001961;
}
.fukumen-gap .parts-button a.arrow:hover span::before, .fukumen-gap .parts-button a.arrow:hover span:after {
  background-color: #fff;
}
.fukumen-gap .parts-button a:hover.arrow span {
  background-color: #001961;
}

/* qa */
.qa {
  padding: 40px 0 55px;
}
.qa .parts-button {
  margin: 30px auto 10px;
}
.qa small {
  display: block;
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.qa__bottom {
  padding: 35px 30px;
  background-color: #001961;
}
.qa__bottom h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.qa__bottom .row4 {
  display: flex;
  gap: 10px;
}
.qa__bottom .row4 p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 7.5px);
  padding: 10px 5px 10px 15px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.qa__bottom .row4 p::before {
  content: "";
  position: absolute;
  left: 5px;
  background-size: cover;
}
.qa__bottom .row4 p:nth-of-type(1)::before {
  width: 31px;
  height: 37px;
  background-image: url(../images/fukumen-qa-icon1.png);
}
.qa__bottom .row4 p:nth-of-type(2)::before {
  width: 28px;
  height: 28px;
  background-image: url(../images/fukumen-qa-icon2.png);
}
.qa__bottom .row4 p:nth-of-type(3)::before {
  width: 25px;
  height: 32px;
  background-image: url(../images/fukumen-qa-icon3.png);
}
.qa__bottom .row4 p:nth-of-type(4)::before {
  width: 27px;
  height: 28px;
  background-image: url(../images/fukumen-qa-icon4.png);
}

@media screen and (max-width: 768px) {
  .header__wrapper {
    background-color: unset;
  }
  .header__menu {
    color: #fff;
  }
  .parts-title h2 {
    font-size: 20px;
  }
  .parts-button {
    max-width: 320px;
  }
  .parts-button a {
    font-size: 10px;
  }
  .open {
    overflow: hidden;
  }
  .open .header__logo .transform-off {
    display: none;
  }
  .open .header__logo .transform-on {
    display: unset;
  }
  .open .header__logo small {
    color: #333;
  }
  /* fukumen-MV sp */
  .fukumen-MV {
    height: 450px;
    background-image: url(../images/fukumen-MV.jpg);
    background-size: cover;
  }
  .fukumen-MV .inner {
    padding-bottom: 20px;
  }
  .fukumen-MV__cont h1 {
    font-size: 20px;
  }
  .fukumen-MV__cont p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  /* fukumen-MVbottom */
  .fukumen-MVbottom {
    padding: 60px 0 40px;
  }
  .fukumen-MVbottom h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .fukumen-MVbottom .row3 {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .fukumen-MVbottom .row3 div {
    width: 100%;
    padding: 10px 5px;
  }
  .fukumen-MVbottom .row3 div:nth-of-type(1) {
    font-size: 16px;
  }
  .fukumen-MVbottom .row3 div:nth-of-type(2) {
    font-size: 16px;
  }
  .fukumen-MVbottom .row3 div:nth-of-type(3) {
    font-size: 14px;
  }
  .fukumen-MVbottom p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .fukumen-MVbottom .button-small {
    font-size: 10px;
  }
  /* fukumen-about sp */
  .fukumen-about {
    padding: 40px 0;
  }
  .fukumen-about .logo {
    width: 80%;
    margin: 40px auto;
  }
  .fukumen-about .cont {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .fukumen-about .detail {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .fukumen-about .detail small {
    font-size: 13px;
  }
  /* fukumen-reason sp */
  .fukumen-reason {
    padding: 40px 0;
  }
  .fukumen-reason__card h3 {
    font-size: 18px;
  }
  .fukumen-reason__card ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 30px;
    font-size: 14px;
  }
  .fukumen-reason__card ul li::before {
    left: 10px;
    width: 8px;
    height: 8px;
  }
  /* fukumen-merit sp */
  .fukumen-merit {
    padding: 40px 0;
  }
  .fukumen-merit__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
  .fukumen-merit__list li {
    padding: 10px 10px 10px 30px;
    font-size: 14px;
  }
  .fukumen-merit__list li::before {
    left: 10px;
    width: 8px;
    height: 8px;
  }
  /* fukumen-difference sp */
  .fukumen-difference {
    padding: 40px 0;
  }
  .fukumen-difference p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .fukumen-difference table {
    margin-bottom: 20px;
  }
  .fukumen-difference table th {
    padding: 15px 5px;
    font-size: 14px;
  }
  .fukumen-difference table td {
    padding: 15px 5px;
    font-size: 14px;
  }
  .fukumen-difference .parts-button a {
    font-size: 12px;
  }
  .fukumen-difference .parts-button a small {
    font-size: 10px;
  }
  /* fukumen-plan sp */
  .fukumen-plan {
    padding: 40px 0;
  }
  .fukumen-plan p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .fukumen-plan__cont {
    margin-bottom: 30px;
  }
  .fukumen-plan__cont h3 {
    font-size: 16px;
  }
  .fukumen-plan__cont table th {
    width: 40%;
    padding: 10px 5px 10px 10px;
    font-size: 14px;
  }
  .fukumen-plan__cont table td {
    padding: 10px 5px 10px 10px;
    font-size: 13px;
  }
  .fukumen-plan__cont table td span {
    font-size: 18px;
  }
  .fukumen-plan__cont small {
    font-size: 10px;
  }
  .fukumen-plan__cont:nth-of-type(2) th {
    width: 45%;
  }
  .fukumen-plan__cont .row3 {
    flex-direction: column;
    gap: 10px;
  }
  .fukumen-plan__cont .row3 div {
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
  }
  .fukumen-plan .parts-button a {
    font-size: 12px;
  }
  .fukumen-plan .parts-button a small {
    font-size: 10px;
  }
  /* fukumen-image sp */
  .fukumen-image {
    padding: 0 0 40px;
  }
  .fukumen-image .case-list .case-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px 10px;
    background: linear-gradient(135deg, #001961 0%, #001961 49.99%, #122e7f 50%, #122e7f 100%);
  }
  .fukumen-image .case-list .case-item__company {
    gap: 10px;
  }
  .fukumen-image .case-list .case-item__company img {
    width: 26px;
    height: 25px;
  }
  .fukumen-image .case-list .case-item__company span {
    font-size: 14px;
  }
  .fukumen-image .case-list .case-item__result {
    font-size: 14px;
  }
  .fukumen-image .case-list .case-item__result strong {
    font-size: 18px;
  }
  /* fukumen-gap sp */
  .fukumen-gap {
    padding: 40px 0;
  }
  .fukumen-gap .row3 {
    flex-direction: column;
    gap: 10px;
  }
  .fukumen-gap .row3 div {
    width: 100%;
    font-size: 14px;
  }
  .fukumen-gap p {
    font-size: 14px;
  }
  /* qa sp */
  .qa {
    padding: 40px 0;
  }
  .qa .parts-button {
    margin: 20px auto 10px;
  }
  .qa small {
    margin-bottom: 30px;
    font-size: 10px;
  }
  .qa__bottom {
    padding: 25px 20px;
  }
  .qa__bottom h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .qa__bottom .row4 {
    flex-direction: column;
  }
  .qa__bottom .row4 p {
    width: 100%;
    padding: 15px 5px 15px 15px;
    font-size: 14px;
  }
  .qa__bottom .row4 p:before {
    left: 10px;
  }
  .qa__bottom .row4 p:nth-of-type(1)::before {
    width: 31px;
    height: 37px;
  }
  .qa__bottom .row4 p:nth-of-type(2)::before {
    width: 28px;
    height: 28px;
  }
  .qa__bottom .row4 p:nth-of-type(3)::before {
    width: 25px;
    height: 32px;
  }
  .qa__bottom .row4 p:nth-of-type(4)::before {
    width: 27px;
    height: 28px;
  }
}
/* ========================================
   覆面診断®｜Field Research Position
======================================== */

.fukumen-position {
  padding: 80px 0;
  background-color: #f5f7fb;
}

.fukumen-position__cont {
  max-width: 900px;
}

.fukumen-position__cont p {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.fukumen-position__message {
  margin-top: 35px;
  padding: 25px 30px;
  background-color: #fff;
  border: solid 1px #d9dde6;
  color: #001961;
  font-weight: 600 !important;
}

.fukumen-position .parts-button {
  margin: 35px auto 0;
}

@media screen and (max-width: 768px) {

  .fukumen-position {
    padding: 50px 0;
  }

  .fukumen-position__cont p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .fukumen-position__message {
    margin-top: 25px;
    padding: 20px 15px;
  }

  .fukumen-position .parts-button {
    margin-top: 25px;
  }

}
.fukumen-gap__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.fukumen-gap__buttons .parts-button {
  margin: 0;
}

@media screen and (max-width: 768px) {

  .fukumen-gap__buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

}
/* 覆面診断®｜Field Research 上下余白調整 */

.fukumen-position {
  margin-top: 35px;
  padding: 75px 0 80px;
  background-color: #f5f7fb;
  border-top: solid 1px #e3e8f0;
}

@media screen and (max-width: 768px) {
  .fukumen-position {
    margin-top: 24px;
    padding: 50px 0 55px;
  }
}

@media screen and (max-width: 768px) {
  .fukumen-position {
    padding: 65px 0 55px !important;
  }
}
/* ========================================
   覆面診断®｜First View PC 最終調整
======================================== */

@media screen and (min-width: 769px) {

  .fukumen-MV {
    height: clamp(680px, 92vh, 900px);
  }

  .fukumen-MV .inner {
    justify-content: flex-end;
    padding-bottom: 85px;
  }

  .fukumen-MV__cont h1 {
    gap: 8px;
    margin-bottom: 10px;
    font-size: clamp(38px, 3.2vw, 46px);
  }

  .fukumen-MV__cont p {
    margin-bottom: 24px;
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.7;
  }

}