@charset "utf-8";

/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
}

.addInner {
  width: 1100px;
  margin: 0 auto;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
  margin: 0 auto 80px;
}

#visArea .mainArea .siteNameArea {
  margin: 0 0 20px;
  display: flex;
  justify-content: flex-start;
}

.siteNameAreaInner {
  max-width: 100%;
  /*margin: auto;*/
  display: inline-block;
}

footer .areaInner .logo a span,
#visArea .mainArea .siteName span {
  display: block;
  border: none;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 1rem;
  margin-left: -0.5rem;
}

footer .areaInner .logo a span::before,
#visArea .mainArea .siteName span::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  right: 0;
  top: -0.5rem;
  margin: auto;
  width: 395px;
  height: 34px;
  background: url(img/header_read.png) center bottom no-repeat;
  background-size: 395px 34px;
  z-index: -1;
}

#visArea .mainArea .siteName img {
  margin: 0 auto;
  width: 85%;
}

#visArea .mainArea .siteNameSmall {
  font-size: 1.6rem;
}

#visArea .mainArea .mainTxtBox {
  width: 1100px;
  padding: 40px 0px;
  margin: 0 auto;
  position: relative;
}

#visArea .mainArea .mainTxtBox::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 43rem;
  aspect-ratio: 0.88 / 1;
  background: url("img/mv_pic_pc.jpg") right top no-repeat;
  background-size: 100% auto;
  z-index: -1;
  overflow: hidden;
}

#visArea .mainArea .catchArea {
  letter-spacing: 0.5rem;
}

#visArea .mainArea .catchArea .catch {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-main);
  margin: 0 0 20px;
  text-align: left;
  letter-spacing: 3px;
}

#visArea .mainArea .catchArea .catch span {
  color: var(--color-blue);
}

#visArea .mainArea .catchArea .catch span.font-min {
  color: inherit;
  font-size: 70%;
}

#visArea .mainArea .txtArea {
  line-height: 1.88;
}

#visArea .btn-internal {
  max-width: 508px;
  text-align: center;
  position: relative;
}

#visArea .btn-internal a {
  font-size: 2.2rem;
  padding: 1.2rem 4rem 1.7rem;
  line-height: 1.5;
  margin: 5rem 0 -5rem 0;
}

#visArea .btn-internal a::before {
  background: url(img/arrow_white_down.png) no-repeat;
  background-size: 12px auto;
  width: 12px;
}

#visArea .btn-internal small {
  font-size: 18px;
}

#visArea .mainArea .txtArea p.txtArea_p {
  margin-bottom: 3rem;
  max-width: 590px;
  /* line-height Determines the block-progression dimension of the text content area of an inline box. Learn more Don't show: 1.87;'; */
  /* line-height Determines the block-progression dimension of the text content area of an inline box. Learn more Don't show: 1.87;'; */
  font-size: 1.5rem;
  line-height: 1.87;
}

/*--------------------------------------
　footer
---------------------------------------*/
footer .areaInner .logo a img {
  margin: 0 auto;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .fl {
  width: 400px;
  margin: 0 40px 10px 0;
  text-align: center;
}

.float-wrap .fr {
  width: 400px;
  margin: 0 0 10px 40px;
}

.float-wrap .ct {
  width: 600px;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap .box {
  width: 519px;
}

/*type-a*/
#contents .box-wrap .type-a .box-body p {
  width: 399px;
}

/*type-b*/
#contents .box-wrap .type-b {
  padding: 30px;
}

#contents .box-wrap .type-b .box-body p {
  font-size: 1.4rem;
  line-height: 2;
}

.lithm {
  margin-bottom: 1.5rem;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame {
  width: 350px;
  margin: 0 0 0 25px;
}

#contents .frame-wrap .frame:nth-child(n+4) {
  margin-top: 32px;
}

#contents .frame .frame-body {
  padding: 0 30px 30px;
}

#contents .addParts01 .addInner .block .frame .frame-body table {
  margin-bottom: 0;
  display: block;
  margin: 20px auto;
}

#contents .addParts01 .addInner .block .frame .frame-body table th {
  padding: 1rem;
  width: 39%;
  display: table-cell;
  text-align: left;
  border-right: solid 1px #acacac;
}

#contents .addParts01 .addInner .block .frame .frame-body table td {
  padding: 1rem;
  display: table-cell;
  padding-left: 47px;
  font-feature-settings: "palt";
}

#contents .addParts01 .addInner .block .frame .frame-body table td.db-maru {
  background: url(img/td_icon_01.png) left 10px center no-repeat;
  background-size: auto;
}

#contents .addParts01 .addInner .block .frame .frame-body table td.maru {
  background: url(img/td_icon_02.png) left 10px center no-repeat;
  background-size: auto;
}

#contents .addParts01 .addInner .block .frame .frame-body table td.triangle {
  background: url(img/td_icon_03.png) left 10px center no-repeat;
  background-size: auto;
}

#contents .addParts01 .addInner .block .frame .tel-num {
  text-align: center;
  color: #161d64;
  font-weight: bold;
  font-size: 2.2rem;
}

#contents .addParts01 .addInner .block .frame .frame-body table td.text_center {
  text-align: center;
}

/*type-a*/
#contents .frame-wrap .type-a .frame-catch {
  padding: 20px 40px 20px;
}

#contents .frame-wrap .type-a .frame-head {
  padding: 13px 30px 15px;
}

#contents .frame-wrap .type-a .thumb {
  width: 250px;
}

#contents .frame-wrap .type-a ul.icoArea {
  width: 228px;
  width: auto;
  background: none;
  display: flex;
  justify-content: center;
}

#contents .frame-wrap .type-a ul.icoArea li {
  width: 116px;
  margin: 0 0 0 2px;
}

#contents .frame-wrap .type-a ul.icoArea li:first-child {
  margin: 0 0 0 0;
}

#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
  margin: 0 3rem 0 0;
}

#contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
  margin-top: 18px;
}

/*type-b*/
#contents .frame-wrap .type-b .frame-head {
  padding: 20px 30px 20px;
}

#contents .frame-wrap .type-b .thumb {
  width: 250px;
}

/*type-c*/
#contents .frame-wrap .type-c .frame-head {
  padding: 20px 30px 20px;
}

#contents .frame-wrap .type-c .thumb {
  width: 180px;
}

/*btn-web*/
#contents .frame .frame-body .btn-web {
  width: 88%;
}

#contents .addParts01 .frame-wrap .type-a .frame-catch {
  border: none;
  width: 100%;
  margin: auto;
  background: #ddeffc;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #111111;
  padding: 0.7rem;
  margin-top: 2rem;
}

#contents .addParts01 .frame-wrap .frame-body {
  width: 100%;
  padding: 0;
}

#contents .addParts01 .frame-wrap .type-a .frame-catch::before {
  content: none;
}

#contents .addParts01 .frame-wrap .type-a .frame-catch::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #ddeffc transparent transparent transparent;
  background: none;
}

#contents .addParts01 .addInner .frame-wrap .type-a .frame-head {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

/*--------------------------------------
オリジナル
---------------------------------------*/
/***** addParts01 *****/
.addParts01 {
  width: 100%;
  margin: 0 0 60px;
}

.addParts01 .supplement {
  margin-top: 2rem;
  display: block;
  font-size: 1.4rem;
}

.addParts01 .supplement span {
  display: block;
  border: none;
  margin-bottom: 1rem;
  font-weight: normal;
}

.addParts01 .addParts03 {
  width: 100%;
  margin: 0px 0 0px;
}

.addParts01 .addParts03 .personMainArea {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0 0 23px;
  position: relative;
}

.addParts01 .addInner {
  width: 1100px;
  margin: 40px auto;
}

.addParts01 .addInner .block {
  /*border-top: solid 3px var(--color-blue);*/
  margin-bottom: 2rem;
}

.addParts01 p {
  margin: 0;
}

.addParts01 .aadPartsTit {
  text-align: center;
}

.addParts01 .block {
  width: 352px;
  margin: 0 0 0 22px;
  float: left;
}

.addParts01 .block:first-child {
  margin: 0 0 0 0;
}

.addParts01 .block:nth-child(3n+1) {
  margin: 0 0 0 0;
}

.addParts01 .block:nth-child(n+4) {
  margin-top: 22px;
}

.addParts01 .block .catch {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 12px 10px;
  margin: 0 0 10px;
  display: table;
  width: 100%;
}

.addParts01 .block .catch span {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
  border-bottom: none;
  font-weight: inherit;
}

.addParts01 .block a {
  display: block;
}

.addParts01 .block {
  padding: 12px 20px;
  /*box-shadow: 10px 10px 20px 10px rgba(172, 172, 172, .15);*/
}

.addParts01 .block::after {
  content: "";
}

.addParts01 .block .priceArea {
  margin: 0 0 30px;
  display: flex;
  border: 1px solid #cccccc;
  width: 100%;
}

.addParts01 .block .pricePlan {
  text-align: center;
  color: #111111;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}

.addParts01 .block .priceArea .priceTit {
  width: 115px;
  font-size: 1.4rem;
  line-height: 1.43;
  text-align: center;
  color: #fff;
  background-color: #72c1f1;
  padding: 18px 5px 18px;
  position: relative;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  font-weight: bold;
  align-self: center;
}

.addParts01 .block .priceArea .price {
  width: calc(100% - 115px);
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #eb3c7d;
  background-color: #fff;
  padding: 7px 10px 8px;
  line-height: 1.4;
}

.addParts01 .block .priceArea .price .tax_area {
  font-size: 1.2rem;
  color: var(--color-main);
}

.addParts01 .block .companyName .start_year {
  border: solid 1px #161d64;
  background: #fff;
  color: #161d64;
  padding: 0.3rem;
  position: absolute;
  left: -1rem;
  top: -0.2rem;
  font-size: 1.6rem;
}

.addParts01 .block .companyName .start_year span.number {
  border: none;
  font-size: 2.2rem;
  color: #161d64;
}

.under-pic {
  margin-bottom: 140px !important;
}

.under-pic:after {
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 2.067 / 1;
  background: url("img/parts03_summary_ico.png") center center no-repeat !important;
  background-size: 100% auto !important;
  position: absolute;
  bottom: -110px;
  left: -37px;
  right: 0;
  margin: auto;
}

#index .addParts03.lst h3 a {
  color: var(--color-navy);
  display: block;
  padding-right: 30px;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
}

#index .addParts03.lst .flwr h3 a {
  width: fit-content;
}

#contents .addParts03.lst .float-wrap.flwr .catch {
  max-width: calc(100% - 440px);
}

#contents .addParts01 .frame-wrap {
  margin-top: 0;
  margin-bottom: 3rem;
}

#contents .addParts01 .frame-wrap .btn-web {
  width: 88%;
  width: 280px;
  margin-top: 5rem;
}

#contents .addParts01 .frame-wrap .frame {
  border: 0;
}

#contents .addParts01 .addInner .frame-wrap .frame .btn-web {
  margin: 2.5rem auto 1rem;
}

#contents .addParts01 .addInner .frame-wrap .frame {
  background: none;
  float: none;
  width: auto;
}

#contents .comparison_cts .popup .comparison-txt .detail {
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
}

#contents .comparison_cts .popup .comparison-txt .detail small {
  font-size: 14px;
  color: var(--color-main);
}

#contents .comparison_cts .popup {
  position: relative;
  cursor: pointer;
}

#contents .plan_area,
#contents .supported_soft_area {
  position: absolute;
  bottom: 103px;
  right: auto;
  left: 24.6rem;
  padding: 1.5rem;
  border: 2px solid var(--color-blue);
  background: #fff;
  z-index: 30;
  width: 100%;
}

#contents .plan_area::after,
#contents .supported_soft_area::after {
  position: absolute;
  bottom: -17px;
  right: 16px;
  right: 0;
  left: 3rem;
  width: 31px;
  height: 17px;
  background: url(img/supported_soft_deco.png) no-repeat;
  content: '';
}

#contents .supported_soft_ttl {
  font-size: 2rem;
  font-weight: bold;
}

.popup_box {
  display: none;
}

#contents .popup:hover .popup_box {
  display: block;
}

#contents .addParts01 .plan_area.popup_box ul.plan_list {
  line-height: 0.01;
}

#contents .addParts01 .plan_area.popup_box ul.plan_list li {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.67;
}

#contents .addParts01 .plan_area.popup_box ul.plan_list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.2rem;
  height: 1.8rem;
  font-size: 1.2rem;
  color: #8cc63f;
}

/***** addParts02 *****/
.addParts02 {
  width: 100%;
  background-color: #f3faff;
  padding: 70px 0;
  position: relative;
}

.addParts02 .addInner {
  width: 1100px;
  margin: 0 auto;
}

.addParts02 p {
  margin: 0;
}

.addParts02 .addTopArea .addTxt {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.87;
  padding: 0 1rem;
}

/*addTopArea*/
.addParts02 .addTopArea {
  margin: 0 auto 70px;
}

/*sttl*/
#index .addParts02 .sttl {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  margin: 20px 0 30px;
  position: relative;
  color: var(--color-navy);
}

/*block*/
.addParts02 .block {
  background-color: #fff;
  padding: 25px 0 40px;
  padding-top: 0;
  margin: 0 0 60px;
  position: relative;
  box-shadow: 10px 10px 20px 10px rgba(172, 172, 172, .15);
}

.addParts02 .block::before {
  content: "";
}

.addParts02 .block::after {
  content: "";
}

.addParts02 .block:last-child {
  margin: 0;
}

.addParts02 .blockTitArea {
  text-align: center;
  padding: 3rem 150px;
  margin: 0 0 20px;
  display: block;
  position: relative;
  color: #161d64;
}

#index .addParts02 .blockTitArea .start_year {
  border: none;
  border: solid 1px #161d64;
  background: #fff;
  color: #161d64;
  padding: 1.5rem 2rem;
  position: absolute;
  left: 2.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 2rem;
  height: 6rem;
  line-height: 1;
}

#index .addParts02 .blockTitArea .start_year .number {
  border: none;
  font-size: 3.4rem;
  color: #161d64;
}

.addParts02 .blockTitSub {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  padding: 3rem 150px;
  margin: 0 0 20px;
  display: block;
  background: var(--color-navy);
  position: relative;
}

.addParts02 .blockTitSub span {
  color: var(--color-yellow);
}

#index .addParts02 .blockTit {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.22;
  color: var(--color-main);
}

#index .addParts02 .blockTit span {
  color: #161d64;
}

/*slideTxtArea*/
.addParts02 .slideTxtArea {
  width: calc(100% - 40px);
  border-left: 1px solid var(--color-main);
  padding: 45px 0 15px 35px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
}

.addParts02 .slideTxtArea::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--color-main);
  position: absolute;
  left: 0;
  bottom: 0;
}

.addParts02 .caption {
  margin: 10px auto;
  text-align: center;
}

.addParts02 .priceIcoArea .caption {
  text-align: right;
}

.addParts02 .infoArea .caption {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.addParts02 .slideTit {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
}

.addParts02 .slideTxt {
  line-height: 1.6;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/*テキスト動き*/
.addParts02 .slideTxtArea {
  opacity: 0;
  transition: all 1.0s 0s ease;
  transition-delay: 300ms;
}

.addParts02 .slick-slide.slick-current .slideTxtArea,
.addParts02 .slick-slide.is-active-next .slideTxtArea {
  opacity: 1;
}

.addParts02 .slideTxtInner {
  opacity: 0;
  margin-left: -15px;
  transition: all 0.5s 0s ease;
  transition-delay: 600ms;
}

.addParts02 .slick-slide.slick-current .slideTxtInner,
.addParts02 .slick-slide.is-active-next .slideTxtInner {
  opacity: 1;
  margin-left: 0;
}

.addParts02 .priceIcoArea {
  width: calc(100% - 120px);
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0 auto 50px;
  position: relative;
}

.addParts02 .priceIcoArea::before {
  content: "";
}

.addParts02 .priceIcoArea::after {
  content: "";
}

.addParts02 .priceIcoArea .priceArea {
  width: 340px;
}

#contents .addParts02 .priceIcoArea .priceArea .priceTit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #fff;
  max-width: inherit;
  padding: 15px 10px 0;
  letter-spacing: normal;
}

.addParts02 .priceIcoArea .priceArea .price {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #8c8200;
  background-color: #fff;
  padding: 3px 10px 15px;
  margin: 0 0 15px;
}

.addParts02 .priceIcoArea .priceArea .price span {
  font-size: 1.8rem;
  color: var(--color-main);
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}

#contents .addParts02 .priceIcoArea .priceArea ul li {
  line-height: 1.5;
  padding: 0 0 12px 18px;
  position: relative;
}

#contents .addParts02 .priceIcoArea .priceArea ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#contents .addParts02 .priceIcoArea .icoArea {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}

#contents .addParts02 .priceIcoArea .icoArea li {
  width: calc((100% - 50px)/2);
}

.addParts02 .priceIcoArea .icoArea li .icoSet {
  margin: 0 0 22px;
  background: #f3faff;
}

.addParts02 .priceIcoArea .icoArea li .icoSet .ico {
  width: 80px;
  margin: 0 auto;
}

#contents .addParts02 ul li .icoTxt {
  font-size: 1.5rem;
}

#contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 40px 3.5rem 20px;
  position: relative;
  letter-spacing: normal;
  text-align: center;
  width: 100%;
  height: 100%;
  color: var(--color-main);
  line-height: 1.39;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents .addParts02 .priceIcoArea .icoArea li:nth-child(1) .icoSet .icoTxt {
  background: url(img/point_01.png) no-repeat top 15px center;
  background-size: auto 15px;
}

#contents .addParts02 .priceIcoArea .icoArea li:nth-child(2) .icoSet .icoTxt {
  background: url(img/point_02.png) no-repeat top 15px center;
  background-size: auto 15px;
}

.addParts02 .base_info,
.addParts02 .infoArea {
  clear: both;
  width: 100%;
  margin: 0 0 60px;
  padding: 0 60px;
}

#contents .addParts02 .base_info .infoTit {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px;
  color: #111111;
}

#contents .addParts02 .infoArea .infoTit {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 40px;
}

.addParts02 .infoArea .infoBox {
  display: flex;
  width: 100%;
}

.addParts02 .infoArea .infoBox .pricePlan {
  text-align: center;
  color: #111111;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin: auto;
  display: flex;
  align-items: center;
  height: 66px;
  float: left;
  line-height: 1.56;
  margin-right: 1rem;
  margin-left: 1rem;
}

.addParts02 .infoArea .infoBox .priceArea {
  width: calc(100% - 368px);
}

.addParts02 .infoArea .infoBox .priceArea .priceArea_back {
  background: #eaeeea;
  display: block;
  padding-left: 2rem;
  padding: 1rem;
}

.addParts02 .infoArea .infoBox .priceArea .service {
  text-align: center;
  font-size: 2.2rem;
  margin: 1rem 0;
  font-weight: bold;
  color: var(--color-main);
}

.addParts02 .infoArea .infoBox .priceTit {
  display: table-cell;
  vertical-align: middle;
  width: 125px;
  height: 66px;
  font-size: 1.4rem;
  line-height: 1.43;
  text-align: center;
  color: #fff;
  background-color: #4898e2;
  padding: 10px 10px 7px;
  position: relative;
}

.addParts02 .infoArea .infoBox .priceTit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 10px;
  border-color: transparent transparent transparent #4898e2;
}

.addParts02 .infoArea .infoBox .price {
  display: table-cell;
  vertical-align: middle;
  width: 385px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #eb3c7d;
  background-color: #fff;
  padding: 7px 10px 8px 18px;
}

.addParts02 .infoArea .infoBox .price span {
  font-size: 1.4rem;
  color: var(--color-main);
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}

.addParts02 .infoArea .infoBox .price span.tax_area {
  padding-left: 0;
  margin-left: -0.7rem;
  letter-spacing: 0;
}

#contents .addParts02 .base_info ul {
  background: #f0ecf7;
  padding: 2.3rem 3rem;
  width: 980px;
}

#contents .addParts02 .base_info ul li {
  color: var(--color-main);
  position: relative;
  padding-left: 3rem;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.14;
}

#contents .addParts02 .base_info ul li::before {
  content: "●";
  position: absolute;
  color: #161d64;
  top: 0.1rem;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
  font-size: 1.1rem;
}

.addParts02 .infoArea .infoBox .mapArea {
  width: 480px;
  margin-right: 5rem;
}

#contents .addParts02 .infoArea .infoBox table {
  margin: 0;
}

#contents .addParts02 .infoArea .infoBox table th {
  width: 25%;
}

#contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea {
  text-align: center;
  margin: 0;
  width: 100%;
}

#contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea li {
  margin: 0 .5rem .5rem;
  float: left;
}

#contents .addParts02 .infoArea .infoBox .priceAreaul.icoArea li:nth-child(3n+1) {
  margin: 0 0 0 0;
}

#contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea .ico {
  margin: 0 auto;
  background: #bcec7c;
  padding: 0;
  height: 32px;
}

#contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea .icoTxt {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  padding: 0px 11px 2px;
  position: relative;
  height: 32px;
}

#contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea .icoTxt::after {
  content: "";
}

#contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea .ico.off {
  opacity: 0.5;
  background: #fff;
  border: 1px solid #d3d5e8;
  color: #d3d5e8;
}

.addParts02 .plan .tax {
  display: block;
  margin: auto;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  font-size: 1.3rem;
}

/*btn*/
#contents .addParts02 .btn-web a {
  line-height: 1.5;
  font-size: 1.8rem;
  padding: 22px 45px 21px;
}

.addParts02 .plan,
.addParts02 .personArea {
  margin: 80px auto 40px;
  padding: 0 40px;
}

.addParts02 .plan .priceArea {
  display: flex;
  width: 980px;
  flex-wrap: wrap;
  margin: auto;
}

.addParts02 .plan .priceArea .priceAreaInner {
  display: inline-block;
  border-bottom: 1px solid #d8e2d1;
  margin-top: 3.5rem;
  margin-right: 0.6rem;
  width: 190px;
  font-size: 1.4rem;
}

.addParts02 .plan .priceArea .priceAreaInner:last-child {
  margin-right: 0;
}

.addParts02 .plan .priceArea .priceAreaInner .priceTit {
  position: relative;
  padding-left: 1.5rem;
  font-weight: bold;
}

.addParts02 .plan .priceArea .priceAreaInner .priceTit::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.3rem;
  margin: auto;
  height: 1.8rem;
  font-size: 1.2rem;
  color: #acc100;
}

.addParts02 .plan .priceArea .priceAreaInner:nth-child(5) {
  margin-right: 0;
}

.addParts02 .plan .priceArea .priceAreaInner .price span {
  border: none;
  color: #7e3abc;
  letter-spacing: 0.1rem;
  margin-left: 1rem;
}

#index .infoArea h4,
#index .sliderArea h4.sliderArea_title,
#index .addParts02 .priceIcoArea h4,
#index .addParts02 .plan h4,
#index .addParts02 .personArea h4 {
  text-align: center;
  color: var(--color-navy);
  font-size: 2.4rem;
  padding-right: 0;
  max-width: 100%;
  margin-bottom: 4rem;
  margin-top: 2rem;
}

#index .sliderArea h4.sliderArea_title {
  margin-bottom: 3.5rem;
}

.addParts02 .personArea .personBox {
  padding: 15px 10px;
}

#index .addParts02 .personArea .personBox-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-main);
  margin: 0 0 12px;
  padding: 2rem 2.4rem 2rem 10rem;
}

#index .addParts02 .personArea .personBox-title {
  background: url(img/top_h5_icon01.png) no-repeat left 30px center var(--color-l-gray);
  background-size: 50px auto;
}

/*#index .addParts02 .personArea .personBox-title.secound {
    background: url(img/top_h5_icon02.png) no-repeat left 25px center #f3faff;
    background-size: auto;
}
#index .addParts02 .personArea .personBox-title.third {
    background: url(img/top_h5_icon03.png) no-repeat left 25px center #f3faff;
    background-size: auto;
}*/
.addParts02 .personArea .personBox::after {
  content: "";
}

.addParts02 .personArea .personBox .pic {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  text-align: center;
}

.addParts02 .personArea .personBox .personBox-card {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#contents .addParts02 .personArea .personBox .personBox-img,
#contents .addParts02 .personArea .personBox .personBox-txt {
  position: relative;
  margin: 0 0 10px;
  line-height: 1.87;
  font-size: 1.5rem;
}

#contents .addParts02 .personArea .personBox .personBox-img {
  width: 260px;
}

#contents .addParts02 .personArea .personBox .personBox-img img {
  max-width: 100%;
}

#contents .addParts02 .personArea .personBox .personBox-txt {
  padding-left: 6rem;
  width: calc(100% - 260px);
}

.addParts02 .personArea .personBox-txt .catch {
  color: var(--color-main);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/***** addParts02 *****/
.addParts03 {
  width: 100%;
  margin: 80px 0 125px;
}

.addParts03 .addInner {
  width: 1100px;
  margin: 0 auto;
}

.addParts03 p {
  margin: 0;
}

#contents .addParts03 .addTopArea .PR_area {
  background: #d0eafa;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.21rem;
}

.addParts03 .addTopArea {
  width: 100%;
  margin: 0 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.addParts03 .addTopArea .addTopPic {
  width: 600px;
  margin: 0 0 0 50px;
  position: relative;
  order: 2;
}

.addParts03 .addTopArea .addTopPic::before {
  content: "";
}

.addParts03 .addTopArea .addTopTxt {
  width: 450px;
  order: 1;
}

#contents .addParts03 .addTopArea .sttl {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  background-size: 40px auto;
  padding: 0 0 60px;
  padding-bottom: 0;
  margin: 0 0 25px;
  position: relative;
}

.addParts03 .addTopArea .addTxt {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.87;
}

.addParts03 .personMainArea {
  width: 100%;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  padding: 25px 40px;
  margin: 0 0 80px;
  position: relative;
}

.addParts03 .personMainArea .personBox {
  display: table;
}

.addParts01 .addParts03 .personMainArea .personBox {
  display: block;
  background: var(--color-blue);
}

#index .l-common-lead {
  /* padding: 0 2rem; */
}

.addParts03 .personMainArea .personBox .pic {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}

.addParts03 .personMainArea .personBox .pic img {
  border-radius: 100px;
}

.addParts03 .personMainArea .personBox dl {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 190px);
  padding: 0 0 0 40px;
}

.addParts03 .personMainArea .personBox dl dt {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  color: #8c8200;
  margin: 0 0 20px;
}

.addParts03 .personMainArea .personBox dl dt span {
  font-size: 1.6rem;
  color: var(--color-main);
  font-weight: inherit;
  border-bottom: none;
}

.addParts01 .interviewTitArea {
  display: table;
  position: relative;
  margin: 0 0 20px;
  width: 1100px;
  padding: 1rem 0;
  z-index: 1;
}

.addParts01 .interviewTitArea::before {
  content: "";
  position: absolute;
  background: url(img/bougraf.png) no-repeat right 112rem top var(--color-blue);
  background-size: 120px auto;
  top: 0;
  right: 0%;
  bottom: 0;
  width: 9999px;
  height: 100%;
  z-index: -1;
}

.addParts03 .interviewTitArea::after {
  content: "";
}

#contents .addParts03 .interviewTitArea .interviewTit {
  display: table-cell;
  vertical-align: middle;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.1em;
  padding: 25px 335px 25px 0;
  position: relative;
  color: #fff;
  text-align: left;
  /* padding-left: 3rem; */
}

#contents .addParts03 .interviewTitArea .interviewTit span {
  color: var(--color-yellow);
}

.addParts03 .interviewTitArea .interviewTxt {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  border-left: 2px solid #fff;
  padding: 35px 50px;
  line-height: 2;
}

.addParts03 .personArea {
  margin: 0 0 80px;
}

.addParts03 .personArea .personBox {
  display: table;
  padding: 30px 10px;
  position: relative;
}

.addParts03 .personArea .personBox::after {
  content: "";
  background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.addParts03 .personArea .personBox .pic {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}

.addParts03 .personArea .personBox .pic img {
  border-radius: 100px;
}

.addParts03 .personArea .personBox dl {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 150px);
  padding: 0 0 0 30px;
}

.addParts03 .personArea .personBox dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #8c8200;
  margin: 0 0 12px;
}

.addParts03 .personArea .personBox dl dd {
  position: relative;
  margin: 0 0 10px;
}

.addParts03 .summaryArea {
  width: 100%;
  background: #f3faff;
  padding: 30px 30px 40px;
  margin: 0 0 60px;
  box-shadow: 10px 10px 20px 10px rgb(52 63 106 / 10%);
  border-top: 2px solid var(--color-blue);
}

#contents .addParts03 .summaryArea .summaryTit {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: url("img/parts03_summary_ico.png") center bottom no-repeat;
  padding: 0 120px 110px;
  margin: 0px 0 0px;
  position: relative;
}

#contents .addParts03 .summaryArea .summaryTit span {
  font-size: 2.6rem;
  padding: 0 8px;
  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}

.addParts03 .summaryArea .txtArea {
  width: 100%;
  background-color: #fff;
  padding: 30px 50px;
  padding-bottom: 4rem;
}

.addParts03 .summaryArea .txtArea .catch {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 15px;
  color: #111;
}

#contents .addParts03 .summaryArea .txtArea ul li {
  font-weight: 700;
  color: #111;
}

.addParts03 .summaryArea .txtArea .txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 1rem auto;
}

.addParts03 .btnArea {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#contents .addParts03 .btnArea .btn-internal {
  margin: 0 auto;
}

#contents .addParts03 .btnArea .btn-internal a {
  padding: 22px 70px 22px;
}

#contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
  background: url("img/arrow_black.png") right 15px center no-repeat, url("img/parts03_summary_num01.png") 25px center no-repeat;
  background-size: 7px auto, auto 24px;
}

#contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
  background: url("img/arrow_black.png") right 15px center no-repeat, url("img/parts03_summary_num02.png") 25px center no-repeat;
  background-size: 7px auto, auto 24px;
}

#index .addParts03 .head-title,
#index .addParts04 .head-title,
#index .addParts05 .head-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0;
  margin: 35px auto 15px;
  position: relative;
  background: url(img/h1_bg.png) left 2rem center no-repeat var(--color-blue);
  background-size: 60px auto;
}

/*#index .addParts04 .head-title{
	background-size:100px auto;
}*/


#index .addParts03 .head-title a,
#index .addParts04 .head-title a,
#index .addParts05 .head-title a {
  color: #fff;
  display: block;
  padding: 30px 120px;
  background: url(img/arrow_white.png) right 3% center no-repeat;
  background-size: 8px auto;
  text-decoration: none;
  line-height: 1.2;
  margin: 50px auto 30px;
  text-align: left;
}

#index .addParts03 .head-title span {
  color: #fff;
  display: block;
  padding: 30px 120px;
  background-size: 8px auto;
  text-decoration: none;
  line-height: 1.2;
  margin: 50px auto 30px;
  text-align: left;
}

#index .addParts04 .top-h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 70px auto 30px;
  padding: 10px 20px 10px 70px;
  line-height: 1.5;
  position: relative;
  background: #f1f2f4 url(img/h4_icon.png) no-repeat left 15px center;
  background-size: auto;
}

#index .addParts04 .top-h3.secound {
  background: #f1f2f4 url(img/top_h3_bg01.png) no-repeat left 25px center;
  background-size: auto;
}

#index .addParts04 .top-h3.third {
  background: #f1f2f4 url(img/top_h3_bg02.png) no-repeat left 15px center;
  background-size: auto;
}

.addParts04 {
  padding-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }

  /*------------
Index
------------*/
  #contents {
    width: 100%;
  }

  /*--------------------------------------
　visArea
---------------------------------------*/
  #visArea {
    margin: 0 auto 5.0rem;
  }

  #visArea .mainArea {
    background: none;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #visArea .mainArea .siteNameArea {
    display: table;
    margin: auto;
  }

  #visArea .mainArea .siteName {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 2.2rem 0.8rem;
    padding: 0;
  }

  #visArea .mainArea .siteNameSmall {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }

  #visArea .mainArea .mainTxtBox {
    width: 94%;
    padding: 0;
    margin: 0 auto;
  }

  #visArea .mainArea .mainTxtBox::before {
    content: none;
  }

  #visArea .mainArea .catchArea .catch {
    font-size: 2.4rem;
    line-height: 1.5;
    /* margin: 5rem 0; */
    padding-bottom: 20rem;
    background: url("img/mv_pic_sp.png") bottom 5vw center no-repeat;
    background-size: 88% auto;
    font-feature-settings: "palt";
    letter-spacing: 0px;
    text-align: center;
    margin-top: 1rem;
  }

  #visArea .mainArea .catchArea .catch span.font-min {
    font-size: 80%;
  }

  #visArea .mainArea .txtArea {
    line-height: 1.5;
  }

  #visArea .mainArea .txtArea p {
    color: #111111;
  }

  #visArea .btn-internal {
    width: 95%;
    margin: auto;
  }

  #visArea .btn-internal a {
    font-size: 18px;
    font-weight: 700;
    padding: 1rem 2.8rem 1.5rem;
    margin: 0;
  }

  #visArea .btn-internal a small {
    font-size: 15px;
  }

  /*--------------------------------------
　footer
---------------------------------------*/
  /*--------------------------------------
　box-wrap
---------------------------------------*/
  #contents .box-wrap .box {
    width: 100%;
  }

  /*type-a*/
  #contents .box-wrap .type-a .box-body p {
    width: calc(100% - 95px);
  }

  /*type-b*/
  #contents .box-wrap .type-b {
    padding: 20px 11px;
  }

  /*--------------------------------------
　frame-wrap
---------------------------------------*/
  #contents .frame {
    width: 100%;
    margin: 0 0 2.0rem;
  }

  #contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 0;
  }

  #contents .frame .frame-body {
    padding: 0 1.5rem 3.0rem;
    padding-bottom: 0.5rem;
  }

  /*type-a*/
  #contents .frame-wrap .type-a .frame-catch {
    padding: 1.5rem 2.5rem;
  }

  #contents .frame-wrap .type-a .frame-head {
    padding: 1.8rem 1.5rem;
  }

  #contents .frame-wrap .type-a .thumb {
    width: 80%;
  }

  #contents .frame-wrap .type-a ul.icoArea {
    width: 100%;
  }

  #contents .frame-wrap .type-a ul.icoArea li {
    width: calc(100% / 3);
    margin: 0 0 0 0;
  }

  #contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
  }

  #contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
    margin: 0 0 0 0;
    margin-right: 3rem;
    margin-left: -3rem;
  }

  #contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
    margin-top: 1.6rem;
  }

  /*type-b*/
  #contents .frame-wrap .type-b .frame-head {
    padding: 1.8rem 1.5rem;
    margin: auto;
    max-width: 100%;
  }

  #contents .frame-wrap .type-b .thumb {
    width: 80%;
    margin-top: 2rem;
  }

  /*type-c*/
  #contents .frame-wrap .type-c .frame-head {
    padding: 0.5rem 1.8rem 2.0rem;
  }

  #contents .frame-wrap .type-c .thumb {
    width: 60%;
  }

  /*btn-web*/
  #contents .frame .frame-body .btn-web {
    width: 85%;
  }

  /*--------------------------------------
オリジナル
---------------------------------------*/
  /***** addParts01 *****/
  .addParts01 {
    width: 95%;
    width: 100%;
    margin: 0 auto 50px;
  }

  .addParts01 .addInner {
    width: 93%;
    margin: 50px auto;
  }

  .addParts01 p {
    margin: 0;
  }

  .addParts01 .aadPartsTit {
    text-align: center;
  }

  .addParts01 .block {
    width: 100%;
    margin: 0 0 2.5rem;
    float: none;
  }

  .addParts01 .addInner .block {
    height: auto;
  }

  .addParts01 .block:first-child {
    margin: 0 0 2.5rem;
  }

  .addParts01 .block:nth-child(3n+1) {
    margin: 0 0 2.5rem;
  }

  .addParts01 .block:nth-child(n+4) {
    margin: 0 0 2.5rem;
  }

  .addParts01 .block:last-child {
    margin: 0 0 0;
  }

  .addParts01 .block .catch {
    font-size: 1.4rem;
  }

  .addParts01 .block a {
    display: block;
  }

  .addParts01 .scrollArea::after {
    content: "";
  }

  .addParts01 .scrollArea .priceArea {
    display: table;
    width: 100%;
    margin: 0 0 0rem;
  }

  .addParts01 .scrollArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    padding: 0.7rem 1.0rem 0.8rem;
  }

  .addParts01 .scrollArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-align: center;
    background-color: #fff;
    padding: 0.7rem 1.0rem 0.8rem;
    font-size: 3.3rem;
    padding-left: 2rem;
  }

  .addParts01 .scrollArea .priceArea .price span {
    font-size: 1.2rem;
    color: var(--color-main);
    padding: 0 0 0 5px;
  }

  .addParts01 .scrollArea .priceArea .price span.tax_area {
    margin: -0.2rem;
    display: inline-block !important;
    letter-spacing: 0;
  }

  .addParts01 .scrollArea .companyName {
    font-size: 2.2rem;
  }

  #contents .accordion-table table {
    display: table;
    width: 98%;
    margin: 0 auto;
    float: none;
  }

  #contents .accordion-table table tr th:first-child {
    width: 120px;
    font-size: 14px;
  }

  #contents .accordion-table table th {
    display: table-cell;
    border-right: solid 1px #acacac;
    padding: 1rem .5rem;
    line-height: 1.5;
    font-weight: bold;
    font-size: 17px;
  }

  #contents .accordion-table table td {
    display: table-cell;
    padding: 1.0rem;
    border: solid 1px #acacac;
    font-weight: bold;
  }

  /***** addParts02 *****/
  .addParts02 {
    width: 100%;
    padding: 5.0rem 0 6.0rem;
    position: relative;
  }

  .addParts02 .addInner {
    width: 94%;
    margin: 0 auto;
  }

  .addParts02 p {
    margin: 0;
  }

  /*addTopArea*/
  .addParts02 .addTopArea {
    padding: 0 0;
    margin: 0 auto 3.0rem;
  }

  /*sttl*/
  #index .addParts02 .sttl {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-size: 29px auto;
    padding: 0 0rem .5rem;
    margin: 0 auto 1.0rem;
    position: relative;
    max-width: 100%;
  }

  /*block*/
  .addParts02 .block {
    background-color: #fff;
    padding: .0rem 0 2.0rem;
    margin: 0 0 3.0rem;
    position: relative;
  }

  .addParts02 .block::before {
    content: "";
  }

  .addParts02 .block::after {
    content: "";
  }

  .addParts02 .block:last-child {
    margin: 0;
  }

  .addParts02 .blockTitArea {
    padding: 2rem 1rem;
    height: auto;
    margin: 0 0 0;
  }

  #index .addParts02 .blockTit {
    font-size: 2.3rem;
    max-width: 100%;
    line-height: 1.4;
  }

  .addParts02 .blockTitSub {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 1.5rem 1rem;
    height: auto;
  }

  #index .addParts02 .blockTit::after {
    content: "";
  }

  /*slideTxtArea*/
  .addParts02 .slideTxtArea {
    width: calc(100% - 30px);
    border-left: 1px solid var(--color-main);
    padding: 2.5rem 0 1.5rem 1.5rem;
    margin: -1.5rem auto 0;
    position: relative;
    z-index: 2;
  }

  .addParts02 .slideTxtArea::before {
    content: "";
    width: 15px;
    height: 1px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .addParts02 .caption {
    margin: 1rem 0 1.2rem;
  }

  .addParts02 .slideTit {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 8px;
  }

  .addParts02 .slideTxt {
    line-height: 1.6;
  }

  /*テキスト動き*/
  .addParts02 .slideTxtArea {
    opacity: 0;
    transition: all 1.0s 0s ease;
    transition-delay: 300ms;
  }

  .addParts02 .slick-slide.slick-current .slideTxtArea,
  .addParts02 .slick-slide.is-active-next .slideTxtArea {
    opacity: 1;
  }

  .addParts02 .slideTxtInner {
    opacity: 0;
    margin-left: -15px;
    transition: all 0.5s 0s ease;
    transition-delay: 600ms;
  }

  .addParts02 .slick-slide.slick-current .slideTxtInner,
  .addParts02 .slick-slide.is-active-next .slideTxtInner {
    opacity: 1;
    margin-left: 0;
  }

  .addParts02 .priceIcoArea {
    width: 92%;
    height: 100%;
    overflow: hidden;
    padding: 1rem 0;
    margin: 0 auto 1rem;
    position: relative;
  }

  .addParts02 .priceIcoArea::before {
    content: "";
  }

  .addParts02 .priceIcoArea::after {
    content: "";
  }

  .addParts02 .priceIcoArea .priceArea {
    width: 100%;
    background-color: #f5f5dc;
    padding: 1.5rem 1.5rem 1.0rem;
    margin: 0 0 3.0rem;
    float: none;
  }

  .addParts02 .priceIcoArea .priceAreaInner {
    display: table;
    width: 100%;
    margin: 0 0 1.5rem;
  }

  #contents .addParts02 .priceIcoArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    background-color: var(--color-main);
    padding: 0.7rem 1.0rem 0.8rem;
  }

  .addParts02 .priceIcoArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #8c8200;
    background-color: #fff;
    padding: 0.7rem 1.0rem 0.8rem;
  }

  .addParts02 .priceIcoArea .priceArea .price span {
    font-size: 1.2rem;
    color: var(--color-main);
    padding: 0 0 0 5px;
  }

  #contents .addParts02 .priceIcoArea .priceArea ul li {
    line-height: 1.5;
    padding: 0 0 12px 18px;
    position: relative;
  }

  #contents .addParts02 .priceIcoArea .priceArea ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .addParts02 .priceIcoArea .icoArea {
    width: 100%;
    float: none;
    margin-top: 1.5rem;
  }

  .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
    margin: 0 0 3.0rem;
    float: none;
  }

  .addParts02 .priceIcoArea .icoArea li:first-child {
    margin: 0 0 3.0rem;
  }

  .addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
    margin: 0 0 3.0rem;
  }

  .addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
    margin: 0 0 3.0rem;
  }

  .addParts02 .priceIcoArea .icoArea li:last-child {
    margin: 0 0 0;
  }

  .addParts02 .priceIcoArea .icoArea li .icoSet {
    display: table-cell;
    width: 85px;
    width: 100%;
    text-align: center;
    margin: 0 0 0;
    display: block;
  }

  .addParts02 .priceIcoArea .icoArea li .icoSet .ico {
    width: 45px;
    margin: 0 auto;
  }

  #contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
    max-width: 100%;
    margin: 0 0 2rem;
    padding: 5rem 1.5rem 2rem;
  }

  #contents .addParts02 .priceIcoArea .icoArea li:nth-child(1) .icoSet .icoTxt {
    background: url(img/point_01.png) no-repeat top 20px center;
    background-size: auto 15px;
  }

  #contents .addParts02 .priceIcoArea .icoArea li:nth-child(2) .icoSet .icoTxt {
    background: url(img/point_02.png) no-repeat top 20px center;
    background-size: auto 15px;
  }

  .addParts02 .priceIcoArea .icoArea li>.icoTxt {
    /* display: table-cell; */
    vertical-align: middle;
    /* width: calc(100% - 95px); */
    padding-left: 1rem;
  }

  .addParts02 .infoArea {
    clear: both;
    width: 92%;
    padding: 0 0;
    margin: 0 auto 3.0rem;
  }

  #contents .addParts02 .infoArea .infoTit {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 2rem;
  }

  .addParts02 .infoArea .infoBox {
    display: block;
    margin: 2rem auto;
  }

  .addParts02 .infoArea .infoBox .mapArea {
    width: 100%;
    overflow: hidden;
    margin: 0 0 2.5rem;
    display: block;
    float: none;
  }

  .addParts02 .infoArea .infoBox .mapArea .map {
    width: 100%;
  }

  .addParts02 .infoArea .infoBox .mapArea .map img {
    margin: auto;
    display: block;
  }

  .addParts02 .infoArea .infoBox .mapArea .map iframe {
    display: block;
    width: 100.2% !important;
  }

  #contents .addParts02 .infoArea .infoBox table {
    display: table;
    width: 100%;
    margin: 0;
    float: none;
  }

  #contents .addParts02 .infoArea .infoBox table th {
    display: table-cell;
    width: 35%;
    border-right: solid 1px #acacac;
    padding: 1.0rem;
  }

  #contents .addParts02 .infoArea .infoBox table td {
    display: table-cell;
    padding: 1.0rem;
  }

  /*btn*/
  #contents .addParts02 .btn-web {
    width: 90%;
    margin: 2rem auto 1rem;
  }

  #contents .addParts02 .btn-web a {
    font-size: 1.6rem;
    padding: 1.6rem 3.0rem 1.4rem;
  }

  #contents .addParts02 .btn-tel {
    width: 90%;
  }

  #contents .addParts02 .btn-tel a {
    padding: 1.6rem 3.0rem 1.4rem 4.5rem;
    font-size: 1.8rem;
  }

  .addParts02 .personArea {
    margin: 0 0 4.0rem;
    padding: 1rem;
  }

  .addParts02 .personArea .personBox {
    display: block;
    padding: 2rem 0 0.5rem;
  }

  #index .addParts02 .personArea .personBox-title {
    max-width: 100%;
    padding: 1.5rem 1rem 1.5rem 6rem;
    margin: 0 0 20px;
    font-size: 1.8rem;
  }

  #index .addParts02 .personArea .personBox-title {
    background: url(img/top_h5_icon01.png) no-repeat left 5px center var(--color-l-gray);
    background-size: 4rem auto;
  }

  /*#index .addParts02 .personArea .personBox-title.secound {
        background: url(img/top_h5_icon02.png) no-repeat left 5px center #f3faff;
        background-size: 4rem auto;
    }
    #index .addParts02 .personArea .personBox-title.third {
        background: url(img/top_h5_icon03.png) no-repeat left 10px center #f3faff;
        background-size: 3rem auto;
    }*/
  .addParts02 .personArea .personBox.first,
  .addParts02 .personArea .personBox.secound,
  .addParts02 .personArea .personBox.third {
    position: relative;
  }

  .addParts02 .personArea .personBox::after {
    content: "";
  }

  .addParts02 .personArea .personBox .pic {
    display: block;
    max-width: 40px;
    margin: 0;
    position: absolute;
    top: 12%;
    left: 0.6rem;
    margin: auto;
  }

  .addParts02 .personArea .personBox .pic img {
    height: 44px;
  }

  #contents .addParts02 .personArea .personBox .personBox-card {
    display: block;
    width: 100%;
  }

  #contents .addParts02 .personArea .personBox .personBox-img,
  #contents .addParts02 .personArea .personBox .personBox-txt {
    width: 100%;
    padding: 0;
  }

  .addParts02 .personArea .personBox-txt .catch {
    font-size: 1.8rem;
  }

  /***** addParts02 *****/
  .addParts03 {
    width: 100%;
    margin: 8rem auto;
  }

  .addParts03 .addInner {
    width: 100%;
    margin: 0 auto;
  }

  .addParts03 p {
    margin: 0;
  }

  .addParts03 .addTopArea {
    width: 100%;
    margin: 0 0 3.0rem;
    display: block;
  }

  .addParts03 .addTopArea .addTopPic {
    width: 100%;
    margin: 0 0 2.0rem;
    position: relative;
  }

  .addParts03 .addTopArea .addTopPic::before {
    content: "";
  }

  .addParts03 .addTopArea .addTopTxt {
    width: calc(98% - 1rem);
    margin: 1rem;
  }

  #contents .addParts03 .addTopArea .sttl {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 1rem 0 2.0rem;
    margin: 0 auto 1.5rem;
    position: relative;
  }

  .addParts03 .personMainArea {
    width: 100%;
    border-top: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
    padding: 2.5rem 0;
    margin: 0 0 4.0rem;
    position: relative;
  }

  .addParts03 .personMainArea .subTxt {
    top: -8px;
    bottom: auto;
    width: 100%;
    padding: 0;
    padding-top: 0.8rem;
    font-size: 1.5rem;
  }

  .addParts03 .personMainArea .personBox {
    display: block;
  }

  .addParts03 .personMainArea .personBox .pic {
    display: block;
    width: 100px;
    position: absolute;
    top: 25px;
    left: 8px;
  }

  .addParts03 .personMainArea .personBox .pic img {
    border-radius: 100px;
  }

  .addParts03 .personMainArea .personBox dl {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
  }

  .addParts03 .personMainArea .personBox dl dt {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 15px);
    height: 100px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
    color: #8c8200;
    padding: 0 0 0 12.5rem;
    margin: 0 0 1.5rem;
  }

  .addParts03 .personMainArea .personBox dl dt span {
    display: block;
    font-size: 1.3rem;
    color: var(--color-main)
  }

  .addParts03 .personMainArea .personBox dl dd {
    display: block;
    width: 100%;
    margin: 1.5rem 0 0;
  }

  .addParts03 .interviewTitArea {
    display: block;
    margin: 0;
    width: 100%;
    /* font-size: 2.2rem; */
  }

  .addParts03 .interviewTitArea::before {
    content: "";
    position: absolute;
    height: auto;
    /*background: url(img/mushimegane.png) no-repeat right top var(--color-blue);*/
    background-size: 7rem auto, 7rem auto;
  }

  .addParts03 .interviewTitArea::after {
    content: none;
  }

  #contents .addParts03 .interviewTitArea .interviewTit {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    max-width: inherit;
    padding: 1rem;
    text-align: center;
  }

  #contents .addParts03 .interviewTitArea .interviewTit:after {
    content: "";
  }

  .addParts03 .interviewTitArea .interviewTxt {
    display: block;
    width: 95%;
    font-size: 1.4rem;
    border-left: none;
    padding: 0;
    margin: auto;
  }

  .addParts03 .personArea {
    margin: 0 0 4.0rem;
  }

  .addParts03 .personArea .personBox {
    display: table;
    padding: 2.0rem 0 1.5rem;
    position: relative;
  }

  .addParts03 .personArea .personBox::after {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .addParts03 .personArea .personBox .pic {
    display: block;
    width: 80px;
    float: left;
    margin: 0 1.5rem 1.0rem 0.8rem;
  }

  .addParts03 .personArea .personBox .pic img {
    border-radius: 100px;
  }

  .addParts03 .personArea .personBox dl {
    display: block;
    width: 100%;
    padding: 1.0rem 0 0;
  }

  .addParts03 .personArea .personBox dl dt {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    color: #8c8200;
    margin: 0 0 1.0rem;
  }

  .addParts03 .personArea .personBox dl dd {
    position: relative;
    margin: 0 0 1.0rem;
  }

  .addParts03 .summaryArea {
    width: 96%;
    padding: 2.5rem 1.5rem 2.5rem;
    margin: 0 auto 4.0rem;
  }

  #contents .addParts03 .summaryArea .summaryTit {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts03_summary_ico.png") center bottom no-repeat;
    background-size: 35px auto;
    background-size: 100px auto;
    padding: 0 0 4.0rem;
    padding-bottom: 5.5rem;
    margin: 0 auto 0rem;
    position: relative;
  }

  #contents .addParts03 .summaryArea .summaryTit span {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }

  .addParts03 .summaryArea .txtArea {
    width: 100%;
    background-color: #fff;
    padding: 2.0rem 1.5rem 1rem;
  }

  .addParts03 .summaryArea .txtArea .catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 2.0rem;
  }

  .addParts03 .btnArea {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  #contents .addParts03 .btnArea .btn-internal {
    margin: 0 auto 2.0rem;
  }

  #contents .addParts03 .btnArea .btn-internal:last-child {
    margin: 0 auto;
  }

  #contents .addParts03 .btnArea .btn-internal a {
    padding: 1.8rem 5.0rem 1.8rem;
  }

  #contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
    background: url("img/arrow_black.png") right 15px center no-repeat, url("img/parts03_summary_num01.png") 20px center no-repeat;
    background-size: 6px auto, auto 15px;
  }

  #contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
    background: url("img/arrow_black.png") right 15px center no-repeat, url("img/parts03_summary_num02.png") 20px center no-repeat;
    background-size: 6px auto, auto 15px;
  }

  /*--------------------------------------
　footer
---------------------------------------*/
  footer .areaInner .logo a {
    padding: 0;
    padding-right: 3%;
  }

  .addParts02 .infoArea .infoBox .priceArea .priceArea_back {
    width: 100%;
    margin: 0 0 3rem;
  }

  .addParts02 .infoArea .infoBox .priceArea {
    width: 100%;
  }

  #contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea {
    width: 100%;
    margin: 0;
  }

  .addParts02 .base_info,
  .addParts02 .infoArea,
  #contents .addParts02 .base_info ul {
    width: 100%;
    padding: 1rem;
    margin: 0 0 5px;
  }

  .addParts03 .personMainArea .subTxt::before {
    content: "";
    position: absolute;
    top: 5.3rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: none;
    width: 100%;
    width: 218px;
    height: 102px;
    background: url(img/lower_bottom_icon_sp.png) center top no-repeat;
    background-size: 70%;
  }

  .addParts01 .scrollArea .companyName span {
    left: -1rem;
    top: -4rem;
    font-size: 2.4rem;
  }

  .addParts02 .infoArea .infoBox .pricePlan {
    height: 36px;
    margin: 0;
    margin-bottom: 0.5rem;
    float: initial;
    text-align: center;
    display: block;
  }

  .addParts02 .infoArea .infoBox .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 188px;
    font-size: 1.4rem;
    line-height: 1.43;
    text-align: center;
    color: #fff;
    padding: 10px 10px 7px;
    position: relative;
    font-weight: normal;
  }

  .addParts02 .plan,
  .addParts02 .personArea {
    margin: 2rem 0 0;
    padding: 0 15px;
  }

  .addParts02 .plan .priceArea .priceAreaInner {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }

  #contents .addParts02 .base_info ul li::before {
    content: "●";
    position: absolute;
    color: #161d64;
    left: 0.2rem;
    top: 0.73rem;
    bottom: auto;
    margin: auto;
    height: 1.5rem;
    font-size: 1.1rem;
  }

  #contents .addParts02 .base_info ul li {
    padding-left: 2.6rem;
  }

  #index .sliderArea h4.sliderArea_title {
    margin-bottom: 2.5rem;
  }

  .addParts02 .plan .priceArea {
    display: block;
    width: 100%;
  }

  #contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea li {
    margin-bottom: 1rem;
    width: 29%;
    margin-left: 2%;
  }

  #contents .addParts01 .frame-wrap .btn-web {
    width: 92%;
  }

  .addParts01 .block .pricePlan {
    margin-top: 2.3rem;
    margin-bottom: 0.9rem;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }

  .addParts01 .block .priceArea .price {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  #contents .explain {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
  }

  #contents .addParts01 .frame-wrap .type-a .frame-catch {
    position: relative;
    z-index: 1;
  }

  #contents .addParts01 .frame-wrap .type-a .frame-catch::before {
    /* content: ""; */
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    bottom: -14px;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #f1f2f1 transparent transparent transparent;
    background: none;
  }

  #index .addParts02 .blockTitArea .start_year {
    top: 0.8rem;
    bottom: auto;
    left: 1.2rem;
    height: auto;
    padding: 0.5rem 0.3rem;
    line-height: 1;
    font-size: 1.7rem;
  }

  #index .addParts02 .blockTitArea .start_year .number {
    background: none;
    left: 0;
    top: 0;
    font-size: 2.6rem;
    height: auto;
    line-height: 1;
  }

  #contents .comparison_cts .popup .comparison-txt .detail {
    font-size: 1.7rem;
  }

  #contents .addParts01 .addInner .frame-wrap .type-a .frame-head {
    font-size: 2.2rem;
    margin: 1rem 0 2rem;
    width: 100%;
  }

  #contents .addParts01 .addInner .block .frame .frame-body table th {
    width: 25%;
  }

  #contents .addParts01 .addInner .block .frame .frame-body table td {
    width: 60%;
    letter-spacing: 0;
  }

  .addParts02 .infoArea .infoBox .price {
    font-size: 2.7rem;
  }

  .addParts02 .infoArea .infoBox .priceArea .service {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }

  #contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea .ico {
    height: 40px;
  }

  #contents .addParts02 .infoArea .infoBox .priceArea ul.icoArea .icoTxt {
    font-size: 1.3rem;
    padding: 2px;
    vertical-align: sub;
  }

  #index .addParts02 .personArea h4 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }

  #index .addParts02 .plan h4 {
    font-size: 2.2rem;
    margin-top: 5rem;
  }

  #index .addParts02 .priceIcoArea h4 {
    font-size: 2rem;
  }

  #contents .addParts02 .priceIcoArea .icoArea {
    display: block;
    margin-top: 2rem;
  }

  #contents .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
  }

  #contents .addParts02 .base_info .infoTit {
    font-size: 2rem;
  }

  .addParts02 .plan .tax {
    margin-left: 0;
  }

  #contents .addParts02 .personArea .personBox p {
    padding: 0 0 0 0px;
    /* font-size: 1.5rem; */
  }

  #contents .plan_area {
    position: absolute;
    bottom: 47px;
    bottom: -8rem;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 30;
    width: 100%;
  }

  #contents .plan_area::after {
    content: none;
  }

  .addParts04 .addInner,
  .addParts05 .addInner {
    width: auto;
    max-width: 100%;
  }

  #index .addParts04 .frame-wrap {
    max-width: 94%;
    margin: 3rem auto 6rem;
  }

  #index .addParts03 .head-title,
  #index .addParts04 .head-title,
  #index .addParts05 .head-title {
    background-size: 4rem auto;
    font-size: 2rem;
  }

  #index .addParts03 .head-title a,
  #index .addParts03 .head-title span,
  #index .addParts04 .head-title a,
  #index .addParts05 .head-title a {
    padding: 2rem 3rem 2rem 7rem;
    line-height: 1.5;
    font-size: 2rem;
  }

  #visArea .mainArea .txtArea p.txtArea_p {
    margin-top: 1rem;
    line-height: 1.87;
  }

  .under-pic:after {
    width: 120px;
    bottom: -80px;
  }

  .under-pic {
    margin-bottom: 100px !important;
  }

  #contents .addParts02 .personArea .personBox .personBox-img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  #contents .addParts03.lst .float-wrap.flwr .catch {
    max-width: 85%;
  }

  .under-pic:after {
    left: -20px;
  }

}
