@charset "utf-8";
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
  margin: 0 auto;
}
#index h3:not([class]) {
  font-size: 2.7rem;
  font-weight: bold;
  padding: 1.5rem 3rem 1.2rem;
  background: #fff;
  border-bottom: 1px solid #ad9462;
  margin: 4rem auto 2.4rem;
}
#index h3:not([class]) a {
  display: inline-block;
}
.addTxt {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
.interviewTitArea {
  display: table;
  position: relative;
  margin: 0 0 9rem;
  border: 2px solid #ad9462;
  border-left: none;
  color: #fff;
}
.interviewTitArea span {
  color: #deb75b;
  font-weight: bold;
}
.interviewTitArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto 0;
  width: 100vw;
  border-top: 2px solid #ad9462;
  border-bottom: 2px solid #ad9462;
  height: calc(100% + 4px);
}
.interviewTitArea::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: url("img/interviewTit_bg.jpg") no-repeat center left / cover;
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: -1;
}
.interviewTitArea .interviewTit {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  padding: 4.8rem 0;
  position: relative;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  position: relative;
}
.interviewTitArea .interviewTit .small {
  font-size: 3rem;
}
.interviewTitArea .interviewTit a {
  color: inherit;
  display: inline;
  background: none;
  padding: 0;
}
.interviewTitArea .interviewTit a::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 1em;
  background: url("img/arrow_white02.png") no-repeat right 50% / 19px auto;
}
.interviewTitArea .interviewTit::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 49px;
  background: url("img/addParts--choises_text.png") no-repeat left top / auto 100%;
  top: -49px;
  left: -164px;
}
.interviewTitArea .interviewTxt {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  font-size: 1.8rem;
  padding: 3.2rem 5.6rem 3.2rem 0;
}
/*--------------------------------------
　visArea TOPページ
---------------------------------------*/
#visArea {
  margin: 0 auto;
  overflow: hidden;
}
#visArea .mainArea {
  background: url("img/mv.jpg") no-repeat center top / cover;
  display: block;
  max-width: 100%;
  height: auto;
  padding: 4.8rem 1.5rem;
}
#visArea .mainArea .mainAreaInner {
  max-width: 1350px;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
#visArea .mainArea__item {
  margin: 0 auto 0 0;
  width: 840px;
  max-width: 100%;
}
#visArea .mainArea .siteNameArea {
  margin: 0 0 30px;
}
#visArea .mainArea .siteName {
  width: 229px;
  margin: 0 0 2.4rem;
  text-align: left;
}
#visArea .mainArea .mainTxtBox {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#visArea .mainArea .catchArea {
  position: relative;
  z-index: 0;
  padding: 0 0 6.3rem;
  margin: 0 auto 2.4rem;
  background: #002456;
  color: #fff;
}
#visArea .mainArea .catchArea::after {
  content: "";
  width: 100%;
  height: calc(100% - 3.5rem);
  background: url("img/mv_text.png") no-repeat bottom 3.2rem left 0;
  background-size: 320px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#visArea .mainArea .catchArea .catch {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin: 0 2rem auto 0;
  padding: 3.6rem 0 3rem;
  border-bottom: 2px solid #fff;
  letter-spacing: 0.08em;
}
#visArea .mainArea .catchArea .catch .gold {
  color: #deb75b;
  font-size: 4rem;
}
#visArea .mainArea .catchArea::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 100vw;
  height: 100%;
  background: #002456;
}
#visArea .mainArea .txtArea p + p {
  margin-top: 0.8rem;
}
/*--------------------------------------
mokuji
---------------------------------------*/
.mokuji .toc_parts {
  margin-top: 0;
}
.mokuji #toc .chapter .chapter-h:first-child {
  display: none;
}
.mokuji .addInner {
  padding: 8rem 0 0rem;
}
/*--------------------------------------
addParts--professional
---------------------------------------*/
.addParts--professional .addInner {
  position: relative;
  padding-bottom: 0;
}
.addParts--professional .addInner::after {
  content: "";
  display: block;
  width: 228px;
  height: 96px;
  background-color: #002456;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 3.8rem auto 4.4rem;
}
.addParts--professional .addTopArea .addParts__title::before {
  background: #f3f3f7;
}
.addParts--professional .addTopArea .addParts__title::after {
  background-image: url("img/addParts--professional_title_bg.png");
}
.addParts--professional .check-box-wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: #eef3f9;
  padding: 2rem 3.6rem 3.6rem;
  position: relative;
}
.addParts--professional .check-box-text {
  padding: 0 3.2rem;
}
.addParts--professional .check-box-wrap .catch {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 2rem;
}
.addParts--professional .check-box-wrap .check-box-whitetext {
  background: #ffffff;
  padding: 1rem 3.2rem;
}
/*--------------------------------------
addParts--recommended
---------------------------------------*/
.addParts--recommended .btn-internal a::after {
  transform: translateY(-50%) rotate(90deg);
}
/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
  background: url("img/addParts02_bg.jpg") repeat left top;
  position: relative;
}
.addParts02::before {
  content: "";
  display: block;
  width: 100%;
  height: 99px;
  background: url("img/addParts02_bg_text.png") no-repeat center top / auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.addParts02 .addTopArea {
  color: #fff;
}
.addParts02 .addTopArea span {
  color: #deb75b;
}
.addParts02 .addTopArea .sttl {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1.45;
  font-weight: bold;
  margin: 0 auto 3rem;
  letter-spacing: 0.15em;
}
.addParts02 .addTopArea .sttl__small {
  font-size: 3.4rem;
}
.addParts02 .block {
  background: #fff;
  padding: 8.8rem 4rem;
}
.addParts02 .block + .block {
  margin-top: 8rem;
}
.addParts02 .blockTitArea {
  text-align: center;
  padding: 0 12rem;
  margin: 0 auto 5rem;
}
.addParts02 .blockTitSub {
  width: 603px;
  font-size: 3.1rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 3rem;
  font-weight: bold;
  padding: 0 0 1.2rem;
  position: relative;
  background: #002456;
  color: #deb75b;
  letter-spacing: 0.075em;
  z-index: 1;
}
.addParts02 .blockTitSub .big {
  font-size: 4.4rem;
}
.addParts02 .blockTitSub::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 9px;
  left: 11px;
  z-index: -1;
  border: 1px solid #172151;
}
.addParts02 .blockTitSub::after {
  content: "";
  width: 30px;
  height: 12px;
  background: url(img/detail_catch_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.addParts02 .blockTit {
  margin: 4rem 0 0;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #0c0e15;
}
.addParts02 .blockTit span {
  background: linear-gradient(to bottom, transparent 70%, #deb75b 70%);
}
.addParts02 .block .float-wrap {
  width: 824px;
}
.addParts02 .block .block__item {
  padding: 4.7rem 4rem 0;
  margin: 8.4rem -4rem 0;
  background: url("img/addParts02_text_feature.png") no-repeat left top / auto 78px;
}
.addParts02 .block .block__item.cases {
  background-image: url("img/addParts02_text_cases.png");
}
.addParts02 .block .block__item.voices {
  background-image: url("img/addParts02_text_voices.png");
}
.addParts02 .block .block__item.example {
  background-image: url("img/addParts02_text_example.png");
}
.addParts02 .block .block__item.info {
  background-image: url("img/addParts02_text_infomation.png");
}
.addParts02 .block .block__item .block__item__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #0c0e15;
  margin: 0 auto 5rem;
}
.addParts02 .block .block__item .personBox {
  display: table;
  padding: 3.2rem 4rem 3.2rem 0;
  position: relative;
  background: #fff;
  border: 2px solid #002456;
  width: 100%;
}
.addParts02 .block .block__item .personBox + .personBox {
  margin-top: 3rem;
}
.addParts02 .block .block__item .personBox .pic {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 172px;
}
.addParts02 .block .block__item .personBox dl {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 172px);
}
.addParts02 .block .block__item .personBox dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 2rem;
  color: #002456;
}
.addParts02 .block .block__item.cases .personBox .pic img {
  width: 110px;
}
.addParts02 .block .block__item.voices .personBox .pic img {
  width: 105px;
}
.addParts02 .block .block__item.info table {
  max-width: 923px;
  margin: 0 auto;
}
/*--------------------------------------
addParts--list
---------------------------------------*/
.addParts--list .addTopArea .sttl {
  position: relative;
  margin: 0 auto 9rem;
  font-size: 4.2rem;
  letter-spacing: 0.15em;
  background: none;
  border-bottom: 2px solid #111;
  padding: 0 0.5rem 1rem 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.addParts--list .addTopArea .sttl .small {
  font-size: 3rem;
}
.addParts--list .addTopArea .sttl::after {
  content: "";
  width: calc(100% - 3rem);
  height: 90px;
  background: #f9f9f9 url("img/addParts--list_text.png") no-repeat left 28px bottom 21px / 48px auto;
  position: absolute;
  bottom: -55px;
  left: -3px;
  z-index: -1;
}
.addParts--list .addTopArea .sttl a {
  display: inline-block;
}
.addParts--list .addTopArea .addTxt {
  width: 100%;
}
/*--------------------------------------
addParts--choises
---------------------------------------*/
/*--------------------------------------
addParts--appropriate
---------------------------------------*/
.addParts--appropriate .interviewTitArea .interviewTit::before {
  background-image: url("img/addParts--appropriate_text.png");
}
.addParts--appropriate .btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addParts--appropriate .btnWrap .btn-internal {
  margin: 2.4rem 0 1rem;
  width: calc((100% - 36px) / 2);
}
.addParts--appropriate .btnWrap .btn-internal a {
  background: #002456;
  height: 100%;
}
.addParts--appropriate .btnWrap .btn-internal a .title {
  color: #fff;
  margin: 2rem auto 2rem;
  font-size: 2.2rem;
}
.addParts--appropriate .btnWrap .btn-internal a p {
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem;
}
.addParts--appropriate .btnWrap .btn-internal a span {
  color: #deb75b;
  font-weight: bold;
}
/*--------------------------------------
addParts--method
---------------------------------------*/
.addParts--method .interviewTitArea .interviewTit::before {
  background-image: url("img/addParts--method_text.png");
}
.addParts--method h3 {
  margin-bottom: 2rem;
}
.addParts--method h3 + p {
  padding: 0 3rem;
  margin-top: 0;
}
/*--------------------------------------
hostlink
---------------------------------------*/
.hostlink .addInner {
  padding-top: 0;
}
.hostlink .btn-link {
  margin: 0 auto;
}

/*20241119*/
.frame--recommended .float-img {
    text-align: center;
    min-height: 200px;
    margin-top: 20px;
}


.frame--recommended .btn-internal {
    margin: 2rem auto 0;
}

.frame--recommended .list-wrap2--recommended .list-wrap2-name {
    font-size: 1.8rem;
}
.frame--recommended .btn-internal {
    margin: 2rem auto 0;
}

.frame--recommended .list-wrap2--recommended .list-wrap2-name {
    font-size: 1.8rem;
}

.frame-wrap--recommended .frame--recommended::before {
    content: none;
}

.frame--recommended .frame__catch--recommended {
    padding-top: 3rem;
}
.addParts02 .blockTitSub {
    color: #fff;
    padding: 10px;
    line-height: 1;
}
.addParts--recommended .addTopArea .addParts__title {
    margin-bottom: 3rem;
}

.addParts--recommended .lead {
    color: #fff;
    margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  /* SP */
  /*------------
	Index
	------------*/
  #contents {
    padding: 0;
  }
  #index h3:not([class]) {
    font-size: 2rem;
    padding: 1.2rem 4% 1rem;
  }
  .interviewTitArea .interviewTit .small {
    font-size: 1.6rem;
  }
  .interviewTitArea {
    display: block;
    padding: 2rem 2rem 0.2rem 0;
    margin: 0 0 3rem;
  }
  .interviewTitArea::after {
    top: 10px;
    right: 10px;
  }
  .interviewTitArea .interviewTit {
    display: block;
    width: 100%;
    padding: 1rem 0 1rem;
    position: relative;
    max-width: inherit;
    letter-spacing: normal;
    line-height: 1.4;
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .interviewTitArea .interviewTxt {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    border-left: none;
    padding: 0;
  }
  .interviewTitArea .interviewTit::before {
    width: 100%;
    height: 28px;
    left: -2rem;
  }
  .addTxt {
    width: 90%;
  }
  /*--------------------------------------
	　visArea
	---------------------------------------*/
  #visArea .mainArea {
    background: none;
    padding: 0;
  }
  #visArea .mainArea .mainAreaInner {
    max-width: 100%;
    padding: 10.2rem 0 0;
    background: url(img/mv_sp.jpg) no-repeat top center;
    background-size: 100% auto;
    position: relative;
  }
  #visArea .mainArea .mainAreaInner::after {
    content: none;
  }
  #visArea .mainArea__item {
    margin: 0 auto;
    width: 100%;
  }
  #visArea .mainArea .siteName {
    margin: 0 auto;
    position: absolute;
    width: 45%;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #visArea .mainArea .mainTxtBox {
    width: 100%;
    padding: 0;
    margin: 0rem auto 0;
  }
  #visArea .mainArea .catchArea {
    padding: 1.6rem 0.8rem 4rem 0;
    margin: 0 auto 2rem;
    background: #002456 url("img/mv_text.png") no-repeat left 2rem bottom 2rem / auto 10px;
  }
  #visArea .mainArea .catchArea::before,
  #visArea .mainArea .catchArea::after {
    content: none;
  }
  #visArea .mainArea .catchArea .catch {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: normal;
    padding: 0 0 1rem 2rem;
    border-bottom: 1px solid #fff;
  }
  #visArea .mainArea .catchArea .catch .gold {
    font-size: 2.4rem;
  }
  #visArea .mainArea .txtArea {
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
  }
  /*--------------------------------------
 mokuji
 ---------------------------------------*/
  .mokuji .toc_parts {
    max-width: 100%;
    margin: 0 auto;
  }
  .mokuji .addInner {
    padding: 4rem 2rem 2rem;
  }
  /*--------------------------------------
 addParts--professional
 ---------------------------------------*/
  .addParts--professional .addInner::after {
    width: 160px;
    height: 50px;
  }
  .addParts--professional .check-box-wrap {
    padding: 2rem 1rem;
  }
  .addParts--professional .check-box-text {
    padding: 0 0.8rem;
  }
  .addParts--professional .check-box-wrap .catch {
    font-size: 1.6rem;
  }
  .addParts--professional .check-box-wrap .check-box-whitetext {
    padding: 0.2rem 1.6rem;
  }
  /*--------------------------------------
 addParts--recommended
 ---------------------------------------*/
  /*--------------------------------------
 addParts02
 ---------------------------------------*/
  .addParts02 {
    background-size: 540px auto;
  }
  .addParts02::before {
    height: 27px;
  }
  .addParts02 .addTopArea .sttl {
    font-size: 2.2rem;
    letter-spacing: normal;
    margin-bottom: 2rem;
  }
  .addParts02 .addTopArea .sttl__small {
    font-size: 1.8rem;
  }
  .addParts02 .block {
    padding: 2rem;
  }
  .addParts02 .blockTitArea {
    padding: 0;
  }
  .addParts02 .blockTitSub {
    width: 60%;
    font-size: 1.8rem;
  }
  .addParts02 .blockTitSub .big {
    font-size: 2.2rem;
  }
  .addParts02 .blockTit {
    font-size: 2.4rem;
  }
  .addParts02 .block .block__item {
    padding: 1.6rem 2rem 0;
    margin: 6rem -2rem 0;
    background-size: auto 32px;
  }
  .addParts02 .block .block__item .block__item__title {
    font-size: 2rem;
    margin: 0 auto 3rem;
  }
  .addParts02 .block .block__item .personBox {
    display: block;
    padding: 1rem 1.4rem;
  }
  .addParts02 .block .block__item .personBox .pic {
    display: block;
    width: 80px;
    float: left;
    margin: 0 1.6rem 1rem 0;
  }
  .addParts02 .block .block__item .personBox dl {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
  }
  .addParts02 .block .block__item .personBox dl dt {
    font-size: 1.5rem;
    margin: 0 auto 1.2rem;
  }
  .addParts02 .block .block__item.cases .personBox .pic img,
  .addParts02 .block .block__item.voices .personBox .pic img {
    width: 80px;
  }
  /*--------------------------------------
 addParts--list
 ---------------------------------------*/
  .addParts--list .addTopArea .sttl {
    font-size: 2.2rem;
    letter-spacing: normal;
    margin-bottom: 5rem;
  }
  .addParts--list .addTopArea .sttl .small {
    font-size: 1.8rem;
  }
  .addParts--list .addTopArea .sttl::after {
    width: calc(100% - 2rem);
    height: 55px;
    background-size: 30px auto, 12px auto;
    background-position: bottom 1rem left 3rem, center;
    bottom: -30px;
  }
  /*--------------------------------------
 addParts--choises
 ---------------------------------------*/
  /*--------------------------------------
 addParts--appropriate
 ---------------------------------------*/
  .addParts--appropriate .btnWrap {
    display: block;
  }
  .addParts--appropriate .btnWrap .btn-internal {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto 1rem;
  }
  .addParts--appropriate .btnWrap .btn-internal a .title {
    margin: 1rem auto 2rem;
    font-size: 1.8rem;
  }
  /*--------------------------------------
 addParts--method
 ---------------------------------------*/
  .addParts--method h3 {
    margin: 4rem 0 2rem;
  }
  .addParts--method h3 + p {
    padding: 0 4%;
  }
  /*--------------------------------------
 hostlink
 ---------------------------------------*/

.addParts02 .blockTitSub {
    width: 95%;
}
}
