@charset "shift_jis";
/* --------------------PCSP表示切替-------------------- */
.pc_only_ {
  display: block;
}
.sp_only_ {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_only_ {
    display: none !important;
  }
  .sp_only_ {
    display: block;
  }
}
/* reset */
@media screen and (max-width:769px) {
  body.sub-page .container_ {
    padding-top: 0;
  }
  body.sub-page .container_ div.mainframe_ {
    width: 100% !important;
    padding: 0 !important;
  }
}
/* common */
.contents_inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.icon_plus {
  margin-top: -100px;
  padding-top: 100px;
  background: url(/cms/images/product7/icon_plus2.png) no-repeat top center;
  background-size: 55px auto;
}
@media screen and (max-width:769px) {
  .icon_plus {
    margin-top: -120px;
    padding-top: 120px;
    background: url(/cms/images/product7/icon_plus2.png) no-repeat top center;
    background-size: 40px auto;
  }
  .sp_scroll_txt {
    font-size: 12px;
  }
}
/* mv */
.mv_area {
  margin: 101px 0 0;
  background: url(/cms/images/product7/kv_bg.png) no-repeat top center;
  background-size: cover;
}
.mv_area h1 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .32);
  margin: 43px auto 20px;
}
.mv_area_inner {
  display: flex;
}
.mv_area_inner img {
  margin-right: 20px;
}
.mv_area_txt h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  text-shadow: 4px 2px 8px rgba(0, 0, 0, .32);
  margin: 25px 0 35px;
}
.mv_area_txt h2 span {
  font-size: 28px;
  font-weight: 600;
  margin-left: 10px;
}
.mv_area_txt p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
  text-shadow: 4px 2px 4px rgba(0, 0, 0, .32);
}
.mv_area_btn {
  display: flex;
  margin: 60px auto 0;
}
.mv_area_btn_dl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 64px;
  font-size: 26px;
  font-weight: 600;
  color: #2C6975;
  margin-right: 19px;
  background: #fff;
  border: 2px solid #2C6975;
  border-radius: 50px;
  transition: 0.3s;
  /*transition: all 250ms;
	z-index: 0;
    overflow: hidden;*/
}
.mv_area_btn_dl:hover {
  color: #2C6975;
  background: #e5f5f2;
}
/*.mv_area_btn_dl:hover {
    color: #fff;
    opacity: 1;
}
.mv_area_btn_dl::after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #287773;
    width: 0;
    transition: all 250ms;
}
.mv_area_btn_dl:hover::after {
    width: 100%;
}*/
.mv_area_btn_dl span {
  padding-left: 35px;
  background: url(/cms/images/top/2024/icon_request_01.png) no-repeat center left;
  background-size: 26px auto;
}
/*.mv_area_btn_dl:hover span {
    background: url(/cms/images/top/new/202408_icon1_h.png) no-repeat center left;
	background-size: 26px auto;
}*/
.mv_area_btn_con {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 64px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-right: 19px;
  background: #c43b00;
  border-radius: 50px;
  transition: 0.3s;
}
.mv_area_btn_con::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(#ef5a1a 0%, #d65117 100%);
  border: 2px solid #EF5A1A;
  border-radius: 50px;
  z-index: 1;
  transition: 0.3s;
}
.mv_area_btn_con:hover {
  color: #fff;
}
.mv_area_btn_con:hover::after {
  background: #c43b00;
  border: 2px solid #c43b00;
}
.mv_area_btn_con span {
  padding-left: 37px;
  background: url(/cms/images/top/2024/icon_contact_01.png) no-repeat center left;
  background-size: 28px auto;
  z-index: 2;
}
/*.main202404movie .movie_text .oukan_btn a:hover span.ic:after {
    background: url(/cms/images/top/new/202408_icon22_h.png) no-repeat;
    background-size: 100%;
}*/
@media (min-width: 768px) {
  .mv_area {
    margin-top: 0;
    padding-top: 101px;
    min-height: 589px;
  }
}
@media screen and (max-width:769px) {
  .mv_area {
    margin: 0;
    background: url(/cms/images/product7/kv_bg.png) no-repeat top right -300px;
    background-size: auto 800px;
    padding-top: 60px;
  }
  .mv_area h1 {
    font-size: 30px;
  }
  .mv_area_inner {
    display: block;
  }
  .mv_area_inner img {
    display: block;
    width: 97%;
    margin: 0 0 0 auto;
  }
  .mv_area_txt h2 {
    font-size: 35px;
    margin: 5px 0 15px;
  }
  .mv_area_txt h2 span {
    font-size: 18px;
  }
  .mv_area_txt p {
    font-size: 18px;
  }
  .mv_area_btn {
    margin: 30px 15px 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .mv_area_btn_dl {
    width: 47%;
    height: 45px;
    font-size: 20px;
    margin-right: 10px;
  }
  .mv_area_btn_dl span {
    padding-left: 35px;
    background: url(/cms/images/top/2024/icon_request_01.png) no-repeat center left;
    background-size: auto 20px;
  }
  .mv_area_btn_con {
    width: calc(47% + 4px);
    height: 45px;
    font-size: 20px;
    margin-right: 0;
  }
  .mv_area_btn_con span {
    padding-left: 35px;
    background: url(/cms/images/top/2024/icon_contact_01.png) no-repeat center left;
    background-size: auto 20px;
  }
}
/* build */
.build_area {
  padding: 45px 0 0;
}
.build_h2 {
  font-size: 32px;
  font-weight: 600;
  color: #3FB09B;
  text-align: center;
  letter-spacing: 2px;
}
.build_h2 span {
  display: table;
  font-size: 45px;
  color: #1D5D5E;
  line-height: 1.3;
  margin: 5px auto 0;
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.build_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: 60px auto 0;
}
.build_list > li {
  position: relative;
  width: calc((100% - 120px) / 3);
  max-width: 389px;
  border: 2px solid #247273;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
}
.build_list > li::after {
  content: "";
  position: absolute;
  top: 47%;
  right: -53px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(/cms/images/product7/icon_plus.png) no-repeat top center;
  background-size: 42px auto;
}
.build_list > li:last-child::after {
  top: unset;
  right: unset;
  transform: unset;
  width: unset;
  height: unset;
  background: none;
  background-size: unset;
}
.build_bg1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 219px;
  background: #EFF5F4;
}
.build_list > li h3 {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 42px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: #3FB09B;
  border-radius: 26px;
}
.build_txt1 {
  font-size: 26px;
  font-weight: 600;
  color: #247173;
  text-align: center;
  letter-spacing: 2px;
}
.build_txt1 span {
  font-size: 34px;
  line-height: 1.3;
  margin-left: 3px;
  padding: 0 7px;
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.build_txt2 {
  font-size: 20px;
  font-weight: 600;
  color: #247173;
  text-align: center;
  letter-spacing: 2px;
}
.build_txt3 {
  font-size: 26px;
  font-weight: 600;
  color: #247173;
  text-align: center;
  letter-spacing: 2px;
}
.build_txt3 span {
  font-size: 20px;
}
.build_bg1_inner p + p {
  margin-top: 5px;
}
.build_bg2 {
  display: flex;
  align-items: center;
  padding: 30px 25px;
  height: 188px;
}
.build_bg2_inner {
  display: flex;
  align-items: center;
}
.build_sb {
  position: relative;
  display: table;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 14px 10px 11px;
  background: #247173;
  border-radius: 4px;
}
.build_sb::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #247173;
  translate: 100% -50%;
}
.build_sb span {
  display: block;
  font-size: 20px;
}
.build_percent {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 25px 0 0 25px;
}
.build_percent_txt {
  font-size: 114px;
  font-weight: 600;
  color: #3FB09B;
  line-height: 0.8;
}
.build_percent_txt span {
  font-size: 68px;
  font-weight: 500;
}
.build_note {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.build_list_icon {
  display: flex;
  flex-wrap: wrap;
}
.build_list_icon li {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #247173;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 6px 15px;
  border: 1px solid #247173;
  border-radius: 40px;
}
.build_list_normal {
  font-size: 18px;
  font-weight: 600;
  color: #247173;
  padding-left: 11px;
}
.build_list_normal li::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -11px;
  top: -2px;
  width: 8px;
  height: 8px;
  background: #247173;
  border-radius: 100%;
}
.build_h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 908px;
  height: 151px;
  margin: auto;
  background: url(/cms/images/product7/build_h3_bg.png) no-repeat top center;
}
.build_h3 span {
  padding-bottom: 43px;
}
.build_p {
  font-size: 32px;
  font-weight: 600;
  color: #247173;
  text-align: center;
  margin: 10px auto 40px;
}
@media screen and (max-width:769px) {
  .build_h2 {
    font-size: 22px;
  }
  .build_h2 span {
    display: inline;
    font-size: 30px;
  }
  .build_list {
    display: block;
    width: calc(100% - 30px);
    margin: 60px 15px 0;
  }
  .build_list > li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 85px;
  }
  .build_list > li:last-child {
    margin-bottom: 25px;
  }
  .build_list > li::after {
    content: "";
    position: absolute;
    top: unset;
    right: unset;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: url(/cms/images/product7/icon_plus.png) no-repeat top center;
    background-size: 40px auto;
  }
  .build_bg1 {
    height: 170px;
  }
  .build_list > li h3 {
    height: 35px;
    font-size: 18px;
  }
  .build_bg1_inner {
    margin-top: 15px;
  }
  .build_txt1 {
    font-size: 20px;
  }
  .build_txt1 span {
    font-size: 28px;
  }
  .build_txt2 {
    font-size: 20px;
    font-weight: 600;
    color: #247173;
    text-align: center;
    letter-spacing: 2px;
  }
  .build_txt3 {
    font-size: 26px;
    font-weight: 600;
    color: #247173;
    text-align: center;
    letter-spacing: 2px;
  }
  .build_txt3 span {
    font-size: 20px;
  }
  .build_bg1_inner p + p {
    margin-top: 5px;
  }
  .build_bg2 {
    padding: 20px 15px;
    height: auto;
    justify-content: center;
  }
  .build_sb::before {
    right: 1px;
  }
  .build_percent {
    margin: 20px 0 0 15px;
  }
  .build_percent_txt {
    font-size: 100px;
  }
  .build_percent_txt span {
    font-size: 58px;
  }
  .build_note {
    word-break: keep-all;
  }
  .build_list_icon {
    margin-bottom: -10px;
    margin-left: 10px;
  }
  .build_list_icon li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .build_bg2:has(> .build_list_normal) {
    justify-content: flex-start;
  }
  .build_list_normal {
    font-size: 16px;
    text-align: left;
    margin: auto;
  }
  .build_list_normal li {
    line-height: 1.7;
  }
  .build_list_normal li::before {
    top: -2px;
    width: 6px;
    height: 6px;
  }
  .build_h3 {
    align-items: center;
    font-size: 28px;
    width: 100%;
    height: calc(130 * (100vw / 375));
    margin: auto;
    background: url(/cms/images/product7/build_h3_bg_sp.png) no-repeat top center;
    background-size: auto calc(130 * (100vw / 375));
  }
  .build_h3 span {
    padding-bottom: 15px;
  }
  .build_p {
    font-size: 24px;
    margin: 10px 15px 70px;
  }
}
/* standard */
.standard_area {
  padding: 20px 0 0;
  background: #F1F6F5 url(/cms/images/product7/line_bg.png) no-repeat top center;
  background-size: 100% auto;
}
.standard_h2 {
  font-size: 45px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
  padding-top: 160px;
  background: url(/cms/images/product7/illust01.png) no-repeat top center;
  background-size: 201px auto;
}
.standard_p1 {
  display: table;
  font-size: 30px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
  margin: 20px auto 0;
  padding: 10px 0 10px 15px;
  background: #fff;
}
.standard_p1 span {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.standard_h3 {
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: 600;
  color: #3D3D3D;
  text-align: center;
  margin: auto;
  padding-top: 45px;
}
.standard_h3::before, .standard_h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1D5D5E;
}
.standard_h3::before {
  margin-right: 8rem;
}
.standard_h3::after {
  margin-left: 8rem;
}
.standard_p2 {
  font-size: 26px;
  font-weight: 600;
  color: #3FB09B;
  text-align: center;
  margin: 15px auto 0;
}
.standard_note {
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
  margin: 5px auto 0;
}
.standard_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 40px;
}
.standard_list > li {
  position: relative;
  width: calc((100% - 60px) / 4);
  max-width: 343px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #247173;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.standard_list > li h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  height: 40px;
  background: #1D5D5E;
}
.standard_list > li img {
  width: 100%;
}
.standard_list > li p {
  font-size: 16px;
  font-weight: 400;
  color: #1D5D5E;
  line-height: 1.5;
  padding: 17px 14px;
}
.standard_bg2 {
  padding: 20px 0 140px;
  background: #F4F4F4;
}
.standard_materials {
  display: flex;
  width: 100%;
  max-width: 997px;
  margin: -20px auto 0;
  padding: 16px 40px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
}
.standard_materials img {
  width: 280px;
  flex-shrink: 0;
  margin-right: 40px;
}
.standard_materials_txt {
  ;
  position: relative;
  margin-top: 5px;
  padding-bottom: 70px;
}
.standard_materials h3 {
  font-size: 28px;
  font-weight: 600;
  color: #1D5D5E;
  margin-bottom: 3px;
}
.standard_materials p {
  font-size: 20px;
  font-weight: 600;
  color: #1D5D5E;
}
.standard_materials_btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  margin: 60px auto 0;
}
.standard_materials_btn_dl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 249px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #2C6975;
  margin-right: 19px;
  background: #fff;
  border: 2px solid #2C6975;
  border-radius: 50px;
  transition: 0.3s;
}
.standard_materials_btn_dl:hover {
  color: #2C6975;
  background: #e5f5f2;
}
.standard_materials_btn_con {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 249px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-right: 19px;
  background: #c43b00;
  border-radius: 50px;
  transition: 0.3s;
}
.standard_materials_btn_con::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(#ef5a1a 0%, #d65117 100%);
  border: 2px solid #EF5A1A;
  border-radius: 50px;
  z-index: 1;
  transition: 0.3s;
}
.standard_materials_btn_con:hover {
  color: #fff;
}
.standard_materials_btn_con:hover::after {
  background: #c43b00;
  border: 2px solid #c43b00;
}
.standard_materials_btn_con span {
  z-index: 2;
}
@media screen and (max-width:769px) {
  .standard_h2 {
    font-size: 30px;
    padding-top: 130px;
    background: url(/cms/images/product7/illust01.png) no-repeat top center;
    background-size: 150px auto;
    margin-top: -60px;
  }
  .standard_p1 {
    font-size: 24px;
    text-align: left;
    margin: 20px 15px 0;
    padding: 10px;
  }
  .standard_h3 {
    font-size: 30px;
    padding-top: 35px;
    margin: 0 15px;
  }
  .standard_h3::before {
    margin-right: 2rem;
  }
  .standard_h3::after {
    margin-left: 2rem;
  }
  .standard_p2 {
    font-size: 20px;
    margin: 10px 15px 0;
    line-height: 1.5;
  }
  .standard_note {
    font-size: 12px;
    margin: 5px auto 0;
    display: table;
    line-height: 1.5;
  }
  .standard_list {
    margin: 30px 15px 40px;
  }
  .standard_list > li {
    position: relative;
    width: calc((100% - 10px) / 2);
    max-width: 100%;
    margin-bottom: 10px;
  }
  .standard_list > li h4 {
    font-size: 15px;
    text-align: center;
    white-space: unset;
    height: auto;
    line-height: 1.5;
    padding: 8px 3px;
  }
  .standard_list > li p {
    font-size: 14px;
    text-align: left;
    padding: 12px 10px;
  }
  .standard_bg2 {
    padding: 0 0 140px;
  }
  .standard_materials {
    display: block;
    width: auto;
    max-width: unset;
    margin: -20px 15px 0;
    padding: 20px;
  }
  .standard_materials img {
    width: 100%;
    margin-right: 0;
  }
  .standard_materials_txt {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .standard_materials h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .standard_materials p {
    font-size: 16px;
    line-height: 1.5;
  }
  .standard_materials_btn {
    position: static;
    bottom: unset;
    left: unset;
    margin: 30px auto 0;
  }
  .standard_materials_btn_dl {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  .standard_materials_btn_con {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-right: 0;
  }
}
/* service */
.service_area {
  padding: 20px 0 0;
  background: url(/cms/images/product7/line_bg2.png) no-repeat top center;
  background-size: 100% auto;
}
.service_h2 {
  font-size: 45px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
  padding-top: 160px;
  background: url(/cms/images/product7/illust02.png) no-repeat top center;
  background-size: 201px auto;
}
.service_p1 {
  display: table;
  font-size: 26px;
  font-weight: 600;
  color: #3FB09B;
  text-align: center;
  margin: 35px auto 0;
}
.service_image {
  width: 100%;
  max-width: 1300px;
  margin: 40px auto 30px;
  padding: 30px 0;
  background: #F2F8F8;
  border-radius: 12px;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 110px;
}
.service_list li {
  position: relative;
  width: calc((100% - 65px) / 4);
  max-width: 343px;
  height: 100%;
  min-height: 196px;
  margin-right: 18px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #1D6974;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}
.service_list li:nth-child(4n) {
  margin-right: 0;
}
.service_list li a:hover {
  opacity: .7;
  transition: 0.3s;
}
.service_list li h3 {
  position: absolute;
  top: 0;
  left: 0;
}
.service_list li img {
  width: 100%;
}
.service_list li p {
  /*position: absolute;
	top: 80px;
	left: 15px;*/
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #1D5D5E;
  line-height: 1.5;
  letter-spacing: -0.5px;
  padding: 75px 0 0 15px;
}
@media screen and (max-width:769px) {
  .service_area {
    padding: 20px 0 0;
    background: url(/cms/images/product7/line_bg2.png) no-repeat top center;
    background-size: 100% auto;
  }
  .service_h2 {
    font-size: 30px;
    padding-top: 120px;
    background: url(/cms/images/product7/illust02.png) no-repeat top center;
    background-size: 150px auto;
    margin-top: -60px;
    line-height: 1.3;
    letter-spacing: -1px;
  }
  .service_p1 {
    display: block;
    font-size: 22px;
    margin: 25px 5px 0;
    line-height: 1.4;
  }
  .service_image {
    width: auto;
    max-width: 1300px;
    margin: 40px 15px 5px;
    padding: 10px 0;
    overflow-x: scroll;
  }
  .service_image img {
    max-width: 1000px;
  }
  .service_list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 110px;
    margin: 0 15px;
  }
  .service_list li {
    width: 100%;
    max-width: unset;
    height: 100%;
    min-height: calc(196 * (100vw / 375));
    margin-right: 0;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .service_list li p {
    letter-spacing: 0;
    padding: calc(75 * (100vw / 375)) 0 0 15px;
    text-align: left;
  }
}
/* customize */
.customize_area {
  padding: 20px 0 0;
  background: #F1F6F5 url(/cms/images/product7/line_bg.png) no-repeat top center;
  background-size: 100% auto;
}
.customize_area .icon_plus {
  padding-top: 80px;
}
.customize_h2 {
  font-size: 45px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
  margin-top: 30px;
  padding-top: 150px;
  background: url(/cms/images/product7/illust03.png) no-repeat top center;
  background-size: 143px auto;
}
.customize_p1 {
  display: table;
  font-size: 26px;
  font-weight: 600;
  color: #3FB09B;
  text-align: center;
  margin: 35px auto 0;
}
.customize_list {
  width: 100%;
  max-width: 1340px;
  margin: auto;
  padding: 35px 0 75px;
}
.customize_list .top-feature-customize-list {
  justify-content: center;
}
@media screen and (max-width:769px) {
  .customize_area {
    padding: 20px 0 0;
    background: #F1F6F5 url(/cms/images/product7/line_bg.png) no-repeat top center;
    background-size: 100% auto;
  }
  .customize_area .icon_plus {
    padding-top: 40px;
  }
  .customize_h2 {
    font-size: 30px;
    margin-top: 30px;
    padding-top: 120px;
    background: url(/cms/images/product7/illust03.png) no-repeat top center;
    background-size: 120px auto;
  }
  .customize_p1 {
    display: block;
    font-size: 20px;
    margin: 25px 5px 0;
    line-height: 1.5;
  }
  .customize_list {
    width: auto;
    max-width: 100%;
    margin: 0 15px;
    padding: 35px 0;
  }
}
@media screen and (max-width:415px) {
  .customize_p1 {
    font-size: 17px;
  }
}
/* marketing */
.marketing_area {
  padding: 70px 0;
}
.marketing_h2 {
  font-size: 45px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
}
.marketing_p1 {
  font-size: 21px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
  margin: 30px auto 0;
}
.marketing_image {
  margin: 45px auto 0;
  text-align: center;
  background: linear-gradient(180deg, transparent 0%, transparent 23%, #EFF5F4 23%, #EFF5F4 100%);
}
.marketing_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 487px;
  height: 56px;
  font-size: 20px;
  margin: 50px auto 0;
  padding: 1px clamp(24.32px, 2vw, 30px) 1px clamp(20.266666666666666px, 1.6666666666666667vw, 25px);
}
.marketing_btn a span:after {
  right: clamp(17px, 0.9333333333333335vw, 17px);
  width: clamp(8px, 0.4vw, 8px);
  height: clamp(8px, 0.4vw, 8px);
}
@media screen and (max-width:769px) {
  .marketing_area {
    padding: 40px 0 60px;
  }
  .marketing_h2 {
    font-size: 30px;
  }
  .marketing_p1 {
    font-size: 18px;
    margin: 25px 25px 0;
    line-height: 1.5;
  }
  .marketing_image {
    overflow-x: auto;
  }
  .marketing_image img {
    max-width: 1000px;
    padding: 0 15px;
  }
  .marketing_btn a {
    width: auto;
    height: 40px;
    font-size: 16px;
    margin: 30px 15px 0;
  }
}
@media screen and (max-width:415px) {
  .marketing_p1 {
    margin: 25px 15px 0;
  }
}
/* price */
.price_area {
  padding: 70px 0;
  background: #EFF5F4;
}
.price_h2 {
  font-size: 45px;
  font-weight: 600;
  color: #247273;
  text-align: center;
}
.price_plan {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
}
.price_plan > li {
  position: relative;
  width: calc((100% - 48px) / 3);
  max-width: 462px;
  padding: 35px 0 150px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #247273;
}
.price_plan h3 {
  text-align: center;
  margin-bottom: 20px;
}
.price_plan_name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ppn_red {
  background: #C71749;
}
.ppn_green {
  background: #247273;
}
.ppn_blue {
  background: #212F7C;
}
.price_plan_inner {
  padding: 30px 24px 0;
}
.price_plan_sb {
  position: absolute;
  top: 35px;
  left: -23px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 135px;
  font-size: 26px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  line-height: 1.1;
  background: url(/cms/images/product7/sb_bg.png) no-repeat top center;
  background-size: 138px auto;
}
.price_plan_sb > span {
  padding-bottom: 8px;
}
.price_plan_line {
  display: table;
  font-size: 38px;
  margin: auto;
  padding: 0 3px;
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.price_plan_catch {
  font-size: 20px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  line-height: 1.5;
}
.price_plan_detail {
  margin: 30px auto 30px;
}
.price_plan_detail li {
  font-size: 20px;
  font-weight: 600;
  color: #247273;
  margin-bottom: 12px;
  padding: 7px 10px 5px 53px;
  background: #EFF5F4 url(/cms/images/product7/icon_check.png) no-repeat center left 20px;
  background-size: 20px auto;
}
.price_plan_features {
  font-weight: 600;
  color: #247273;
}
.price_plan_features dt {
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #247273;
}
.price_plan_features dd {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
}
.price_plan_note {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  font-size: 16px;
  font-weight: 400;
  color: #247273;
  line-height: 1.5;
  margin-left: 10px;
  padding-left: 1em;
  text-indent: -1.2em;
}
.price_plan_normal {
  font-size: 18px;
  font-weight: 600;
  color: #247273;
  line-height: 1.7;
}
.price_plan_btn {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
}
.price_plan_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 56px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin: 50px auto 0;
  padding: 10px clamp(24.32px, 2vw, 30px) 10px clamp(20.266666666666666px, 1.6666666666666667vw, 25px);
}
.price_plan_btn a span:after {
  right: clamp(17px, 0.9333333333333335vw, 17px);
  width: clamp(8px, 0.4vw, 8px);
  height: clamp(8px, 0.4vw, 8px);
}
@media screen and (max-width:769px) {
  .price_area {
    padding: 40px 0;
  }
  .price_h2 {
    font-size: 30px;
  }
  .price_plan {
    display: block;
    margin: 35px 15px 0;
  }
  .price_plan > li {
    width: 100%;
    max-width: unset;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .price_plan h3 {
    width: 160px;
    margin: 0 auto 20px;
  }
  .price_plan_name {
    height: 50px;
    font-size: 22px;
  }
  .price_plan_inner {
    padding: 20px 20px 0;
  }
  .price_plan_sb {
    top: 30px;
    left: 15px;
    width: 100px;
    height: 100px;
    font-size: 18px;
    background: url(/cms/images/product7/sb_bg.png) no-repeat top center;
    background-size: 100px auto;
  }
  .price_plan_line {
    font-size: 28px;
  }
  .price_plan_detail {
    margin: 20px auto;
  }
  .price_plan_detail li {
    font-size: 16px;
    margin-bottom: 7px;
    padding: 4px 10px 2px 46px;
    background: #EFF5F4 url(/cms/images/product7/icon_check.png) no-repeat center left 20px;
    background-size: 16px auto;
    text-align: left;
  }
  .price_plan_features dt {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: left;
  }
  .price_plan_features dd {
    font-size: 16px;
    padding-left: 15px;
    text-align: left;
  }
  .price_plan_note {
    position: static;
    bottom: unset;
    left: unset;
    transform: unset;
    width: auto;
    font-size: 12px;
    margin: 20px 0 0 10px;
    text-align: left;
  }
  .price_plan_normal {
    font-size: 16px;
    text-align: left;
  }
  .price_plan_btn {
    position: static;
    bottom: unset;
    left: unset;
    transform: unset;
    width: auto;
  }
  .price_plan_btn a {
    min-height: 40px;
    font-size: 16px;
    line-height: 1.5;
    margin: 30px auto 0;
  }
}
@media screen and (max-width:420px) {
  .price_plan_sb {
    left: -10px;
  }
}
/* top-XXX（reset） */
.top-cta-ttl span.adjust_cta01 {
  font-size: 20px;
  line-height: 1.5;
}
.top-cta-ttl span.adjust_cta01:before, .top-cta-ttl span.adjust_cta01:after {
  display: none;
  width: unset;
  height: unset;
}
.top-case-ttl {
  font-weight: 600;
}
.top-case {
  margin-bottom: 70px;
}
.top-feature-customize-item-ttl {
  font-weight: 600;
}
@media screen and (max-width:769px) {
  .top-feature-customize-item-btn a {
    line-height: 1.5;
  }
  .top-cta-ttl span.adjust_cta01 {
    font-size: 16px;
  }
  .top-cta-ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .top-cta-contact {
    margin: 0 0 24px;
  }
  .top-cta-request {
    margin: 0;
  }
  .top-cta-contact .top-cta-item-btn a, .top-cta-request .top-cta-item-btn a {
    line-height: 1.6;
  }
  .top-cta-item-label {
    line-height: 1.5;
  }
  .top-case {
    margin-bottom: 40px;
  }
}