@charset "UTF-8";
/***************************/
/* リセットCSS + フォント指定 */
/***************************/
/* ボックスモデルの指定 */
body, textarea {
  box-sizing: border-box;
  /* フォントのフォールバック指定 */
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans CJK JP", "Meiryo", "Arial", "Helvetica", "Tahoma", sans-serif;
  color: #333;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

/* HTML5 ディスプレイロールリセット */
article, aside, details, figcaption, figure,
hgroup, menu, nav, section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, form, fieldset,
legend, input, textarea, select, button, table, th, td, figure {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* ========================================================= */
/* ==== ヘッダー ==== */
/* ========================================================= */
body {
  padding-top: 65px;
  background-color: #fff;
}
@media (max-width: 970px) {
  body {
    padding-top: 60px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #fff;
  z-index: 1000;
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
}

.link_header {
  display: inline-block;
  margin-left: 53px;
  margin-top: 18px;
}
.link_header:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .link_header {
    margin-left: 11px;
    margin-top: 22px;
  }
}

.pic_headerLogo {
  display: inline-block;
}

.img_headerLogo {
  width: 149.15px;
  height: auto;
}
@media (max-width: 768px) {
  .img_headerLogo {
    width: 149.15px;
  }
}

/* ========================================================= */
/* ==== フッター ==== */
/* ========================================================= */
footer {
  background-color: #EAEAEA;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.container_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  height: 90px;
}
@media (max-width: 768px) {
  .container_footer {
    height: auto;
    flex-direction: column;
    gap: 11px;
    height: auto;
    padding-top: 19px;
    padding-bottom: 16px;
  }
}
@media (max-width: 415px) {
  .container_footer {
    align-items: flex-start;
  }
}

.ul_footer {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 17px;
  width: 440px;
}
@media (max-width: 768px) {
  .ul_footer {
    -moz-column-gap: 23px;
         column-gap: 23px;
    row-gap: 15px;
    width: 100%;
  }
}
@media (max-width: 740px) {
  .ul_footer {
    max-width: 440px;
    justify-content: center;
  }
}
@media (max-width: 415px) {
  .ul_footer {
    max-width: 360px;
    justify-content: flex-start;
  }
}

.li_footer a, .li_footer #ot-sdk-btn.ot-sdk-show-settings, .li_footer #ot-sdk-btn.optanon-show-settings {
  text-decoration: none;
  position: relative;
  padding-left: 9px;
  font-size: 11px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  color: #333;
  line-height: 1;
  display: block;
}
.li_footer a:visited, .li_footer #ot-sdk-btn.ot-sdk-show-settings:visited, .li_footer #ot-sdk-btn.optanon-show-settings:visited {
  color: #333;
}
.li_footer a::after, .li_footer #ot-sdk-btn.ot-sdk-show-settings::after, .li_footer #ot-sdk-btn.optanon-show-settings::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 5px solid #333;
  border-right: 0;
}
.li_footer a::before, .li_footer #ot-sdk-btn.ot-sdk-show-settings::before, .li_footer #ot-sdk-btn.optanon-show-settings::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.2s;
}
.li_footer a:hover, .li_footer #ot-sdk-btn.ot-sdk-show-settings:hover, .li_footer #ot-sdk-btn.optanon-show-settings:hover {
  color: #000;
}
.li_footer a:hover::before, .li_footer #ot-sdk-btn.ot-sdk-show-settings:hover::before, .li_footer #ot-sdk-btn.optanon-show-settings:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.small_footer {
  display: block;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-size: 11px;
}

/* ========================================================= */
/* ==== HERO(MV) ==== */
/* ========================================================= */
.hero {
  position: relative;
  width: 100%;
  height: 648px;
  overflow: hidden;
}
@media (max-width: 890px) {
  .hero {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 700px;
  }
}

.pic_heroBG {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.img_heroBG {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1085px) {
  .img_heroBG {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .img_heroBG {
    -o-object-position: center center;
       object-position: center center;
  }
}

.pic_heroSubtitle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  margin-top: 37px;
}

.img_heroSubtitle {
  width: 600px;
  height: auto;
}
@media (max-width: 768px) {
  .img_heroSubtitle {
    width: 317px;
    max-width: 100%;
  }
}

.pic_mvProduct {
  display: block;
  position: absolute;
  top: 264px;
  right: calc(50% + 21px);
  width: 504px;
}
@media (max-width: 1030px) {
  .pic_mvProduct {
    width: 430px;
    top: 300px;
  }
}
@media (max-width: 890px) {
  .pic_mvProduct {
    width: 290px;
    top: 250px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .pic_mvProduct {
    width: 350px;
    top: 184px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .pic_mvProduct {
    width: 278px;
    top: 235px;
  }
}

.img_mvProduct {
  width: 100%;
  height: auto;
}

.title_hero {
  font-size: 68px;
  font-weight: 900;
  line-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1150px) {
  .title_hero {
    font-size: 55px;
  }
}
@media (max-width: 900px) {
  .title_hero {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .title_hero {
    margin-top: 16px;
    font-size: 38px;
    line-height: 53px;
  }
}

.titleSpan1_hero {
  display: block;
}
@media (max-width: 768px) {
  .titleSpan1_hero {
    font-size: 29px;
    line-height: 45px;
  }
}
@media (max-width: 350px) {
  .titleSpan1_hero {
    font-size: 22px;
  }
}

.titleSpan2_hero {
  display: block;
}
.titleSpan2_hero br {
  display: none;
}
@media (max-width: 768px) {
  .titleSpan2_hero {
    font-size: 38px;
    line-height: 53px;
  }
}
@media (max-width: 640px) {
  .titleSpan2_hero br {
    display: inline;
  }
}
@media (max-width: 350px) {
  .titleSpan2_hero {
    font-size: 26px;
  }
}

.downloadBox_hero {
  width: 520px;
  height: 240px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  position: absolute;
  z-index: 1;
  top: 366px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1150px) {
  .downloadBox_hero {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 1000px) {
  .downloadBox_hero {
    width: 470px;
  }
}
@media (max-width: 890px) {
  .downloadBox_hero {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 13px;
    margin: 0 auto;
    height: 223px;
  }
}
@media (max-width: 768px) {
  .downloadBox_hero {
    width: 88.3%;
    height: 236px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 13px;
    margin: 0 auto;
  }
}

.txt1_downloadBox_hero {
  margin-bottom: 1px;
}
.txt1_downloadBox_hero .img_subcatch {
  width: 370px;
  height: auto;
  margin: auto;
  display: block;
}
@media (max-width: 768px) {
  .txt1_downloadBox_hero .img_subcatch {
    width: 304px;
    max-width: 98%;
  }
}

.txt2_downloadBox_hero {
  letter-spacing: -0.02em;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  color: #0355A9;
  white-space: nowrap;
  margin-top: 8px;
  margin-bottom: 14px;
}
.txt2_downloadBox_hero br {
  display: none;
}
@media (max-width: 1000px) {
  .txt2_downloadBox_hero {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .txt2_downloadBox_hero {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 490px) {
  .txt2_downloadBox_hero {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .txt2_downloadBox_hero br {
    display: inline;
  }
}
@media (max-width: 350px) {
  .txt2_downloadBox_hero {
    font-size: 20px;
  }
}

.btn_downloadBox_hero {
  position: relative;
  text-decoration: none;
  width: 400px;
  height: 67px;
  background-color: #0355A9;
  border-radius: 33.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  border: solid 3px #0355A9;
}
@media (max-width: 768px) {
  .btn_downloadBox_hero {
    width: 91.5%;
    height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 315px) {
  .btn_downloadBox_hero {
    font-size: 18px;
    line-height: 0.8;
    padding-bottom: 2px;
  }
}
.btn_downloadBox_hero:visited {
  color: #fff;
}
.btn_downloadBox_hero:hover, .btn_downloadBox_hero:hover:visited {
  color: #0355A9;
}
.btn_downloadBox_hero:hover::before {
  transform: scale(1) translate(-50%, -50%);
}
.btn_downloadBox_hero::before {
  content: "";
  width: 120%;
  padding-top: 120%;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform-origin: top left;
  transform: scale(0) translate(-50%, -50%);
  transition: inherit;
  z-index: -1;
}
.btn_downloadBox_hero:hover.withArrowRight::after {
  border-top-color: #0355A9;
  border-right-color: #0355A9;
}

.withArrowRight::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .withArrowRight::after {
    border-top-width: 3px;
    border-right-width: 3px;
    right: 24px;
  }
}

.small_downloadBox_hero {
  font-size: 18px;
  color: #0355A9;
  font-weight: 700;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .small_downloadBox_hero {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 1px;
  }
}

/* ========================================================= */
/* ==== MV下のナビゲーション ==== */
/* ========================================================= */
.nav {
  background-color: #073C74;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .nav {
    height: auto;
    padding: 18px 0;
  }
}

.ul_nav {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 850px) {
  .ul_nav {
    gap: 0;
    justify-content: space-between;
    width: 96.5%;
  }
}
@media (max-width: 768px) {
  .ul_nav {
    flex-wrap: wrap;
    padding: 16px 0;
  }
}
@media (max-width: 665px) {
  .ul_nav {
    row-gap: 14px;
    -moz-column-gap: 21.5px;
         column-gap: 21.5px;
    max-width: 350px;
    justify-content: flex-start;
  }
}
@media (max-width: 325px) {
  .ul_nav {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
}

@media (max-width: 665px) {
  .li_nav:nth-of-type(1), .li_nav:nth-of-type(3) {
    width: 173px;
  }
}

.a_nav {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  height: 38px;
}
@media (max-width: 768px) {
  .a_nav {
    font-size: 14px;
    font-weight: 700;
    height: auto;
    padding-left: 20px;
  }
}
.a_nav::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 10px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.2s;
}
@media (max-width: 768px) {
  .a_nav::after {
    bottom: -2px;
  }
}
.a_nav:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.arrowToBottom, .svgArrowToBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .arrowToBottom, .svgArrowToBottom {
    width: 8px;
    height: auto;
    right: auto;
    bottom: 3px;
  }
}

/* ========================================================= */
/* ==== ページ途中のCTA ==== */
/* ========================================================= */
.CTA-Content {
  width: 100%;
  height: 310px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .CTA-Content {
    height: 222px;
  }
}

.pic_ctaBG {
  width: 100%;
  height: 100%;
  min-width: 1920px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .pic_ctaBG {
    min-width: auto;
  }
}

.img_ctaBG {
  width: 100%;
  height: 100%;
}

.txt1_CTAContent {
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .txt1_CTAContent {
    margin-bottom: 0;
  }
}
.txt1_CTAContent .img_subcatch02 {
  width: 430px;
}
@media (max-width: 768px) {
  .txt1_CTAContent .img_subcatch02 {
    width: 268px;
    max-width: 97%;
  }
}

.txt2_CTAContent {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}
.txt2_CTAContent br {
  display: none;
}
@media (max-width: 768px) {
  .txt2_CTAContent {
    font-size: 20px;
    line-height: 30px;
    margin: 1px auto 8px;
  }
}
@media (max-width: 550px) {
  .txt2_CTAContent br {
    display: inline;
  }
}

.btn_CTAContent {
  width: 540px;
  max-width: 90%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF5800;
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  border-radius: 48px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  border: solid 3px #FF5800;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1150px) {
  .btn_CTAContent {
    font-size: 33px;
    height: 86px;
  }
}
@media (max-width: 768px) {
  .btn_CTAContent {
    width: 87.66%;
    height: 60px;
    font-size: 20px;
  }
}
.btn_CTAContent.withArrowRight::after {
  width: 12px;
  height: 12px;
  right: 41px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
@media (max-width: 768px) {
  .btn_CTAContent.withArrowRight::after {
    width: 9px;
    height: 9px;
    right: 27px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.btn_CTAContent:hover, .btn_CTAContent:hover:visited {
  color: #FF5800;
}
.btn_CTAContent:hover::before {
  transform: scale(1) translate(-50%, -50%);
}
.btn_CTAContent::before {
  content: "";
  width: 120%;
  padding-top: 120%;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform-origin: top left;
  transform: scale(0) translate(-50%, -50%);
  transition: inherit;
  z-index: -1;
}
.btn_CTAContent:hover.withArrowRight::after {
  border-top-color: #FF5800;
  border-right-color: #FF5800;
}

.small_CTAContent {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 16px;
  margin-bottom: -2px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .small_CTAContent {
    font-size: 14px;
    margin-top: 11px;
  }
}

/* ========================================================= */
/* ==== 追従CTA ==== */
/* ========================================================= */
.CTA-Content-fixed {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  --download-fixed-base-bottom: 0px;
  --download-fixed-extra-bottom: 0px;
  bottom: calc(var(--download-fixed-base-bottom) + var(--download-fixed-extra-bottom));
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}
.CTA-Content-fixed .pic_ctaBG {
  height: 310px;
}
.CTA-Content-fixed.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.CTA-Content-fixed .txt2_CTAContent {
  font-size: 30px;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .CTA-Content-fixed .txt2_CTAContent {
    font-size: 17px;
    line-height: 24px;
    margin: 1px auto 6px;
  }
}
.CTA-Content-fixed .btn_CTAContent {
  width: 457px;
  height: 81px;
  font-size: 30px;
  border-radius: 48px;
}
@media (max-width: 1150px) {
  .CTA-Content-fixed .btn_CTAContent {
    font-size: 26px;
    height: 72px;
  }
}
@media (max-width: 768px) {
  .CTA-Content-fixed .btn_CTAContent {
    width: 77.13%;
    height: 53px;
    font-size: 17px;
  }
}
.CTA-Content-fixed .btn_CTAContent.withArrowRight::after {
  width: 10px;
  height: 10px;
  right: 33px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
@media (max-width: 768px) {
  .CTA-Content-fixed .btn_CTAContent.withArrowRight::after {
    width: 8px;
    height: 8px;
    right: 23px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.CTA-Content-fixed .small_CTAContent {
  margin-top: 14px;
}
@media (max-width: 768px) {
  .CTA-Content-fixed .small_CTAContent {
    margin-top: 8px;
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
  .CTA-Content-fixed {
    height: 148px;
    padding-top: 0;
  }
  .CTA-Content-fixed .pic_ctaBG {
    height: 222px;
  }
}

/* ========================================================= */
/* ==== お問い合わせ ==== */
/* ========================================================= */
.contact {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.txt_contact {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.txt_contact br {
  display: none;
}
@media (max-width: 768px) {
  .txt_contact {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 440px) {
  .txt_contact {
    text-align: center;
  }
  .txt_contact br {
    display: inline;
  }
}

.btn_contact {
  width: 457px;
  height: 81px;
  font-size: 30px;
  border-radius: 48px;
  background-color: #0471E3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1150px) {
  .btn_contact {
    font-size: 26px;
    height: 72px;
  }
  .btn_contact br {
    display: block;
  }
}
@media (max-width: 768px) {
  .btn_contact {
    width: 87.66%;
    height: 60px;
    font-size: 20px;
  }
}
.btn_contact.withArrowRight::after {
  width: 10px;
  height: 10px;
  right: 33px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
@media (max-width: 768px) {
  .btn_contact.withArrowRight::after {
    width: 8px;
    height: 8px;
    right: 23px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.btn_contact:hover, .btn_contact:hover:visited {
  color: #0471E3;
}
.btn_contact:hover::before {
  transform: scale(1) translate(-50%, -50%);
}
.btn_contact::before {
  content: "";
  width: 120%;
  padding-top: 120%;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform-origin: top left;
  transform: scale(0) translate(-50%, -50%);
  transition: inherit;
  z-index: -1;
}
.btn_contact:hover.withArrowRight::after {
  border-top-color: #0471E3;
  border-right-color: #0471E3;
}

/* ========================================================= */
/* ==== 「パワーコンディショナ選定の新常識　初期費用で選ぶ時代はもう終わり」 MVの下のnavの下 ==== */
/* ========================================================= */
.sec_newCommonSense {
  margin: 40px auto;
  background-color: #fff;
  width: 95%;
  max-width: 1120px;
  border: 8px solid #0471E2;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .sec_newCommonSense {
    border: 6px solid #0471E2;
  }
}

.titles_newCommonSense {
  background-color: #0471E2;
  padding: 26px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 180px;
}
@media (max-width: 768px) {
  .titles_newCommonSense {
    height: 100px;
    margin-top: -1px;
    margin-left: -1px;
    width: calc(100% + 2px);
    padding: 19px 0;
  }
}

.title1_newCommonSense {
  background-color: #fff;
  color: #073C74;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: 645px;
  height: 56px;
  border-radius: 28px;
}
@media (max-width: 768px) {
  .title1_newCommonSense {
    width: 250px;
    height: 28px;
    font-size: 14px;
  }
}

.title2_newCommonSense {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .title2_newCommonSense {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .title2_newCommonSense {
    font-size: 18px;
  }
}

.contents_newCommonSense {
  display: flex;
  justify-content: space-between;
  max-width: 1034px;
  width: 98%;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .contents_newCommonSense {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .contents_newCommonSense {
    padding-bottom: 15px;
  }
}
.contents_newCommonSense .content-A {
  display: flex;
  flex-direction: column;
  padding-top: 33px;
  padding-bottom: 58px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .contents_newCommonSense .content-A {
    padding-bottom: 11px;
  }
}
@media (max-width: 768px) {
  .contents_newCommonSense .content-A {
    width: 296px;
    padding-top: 16px;
    padding-bottom: 9px;
    max-width: 100%;
  }
}
.contents_newCommonSense .content-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
}
@media (max-width: 1040px) {
  .contents_newCommonSense .content-pic {
    margin: 0 auto;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .contents_newCommonSense .content-pic {
    width: 332px;
    max-width: 97%;
  }
}

.img_downloadBook {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.title_contents_newCommonSense {
  width: 220px;
  height: 50px;
  border: 5px solid #0471E2;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  color: #0471E2;
  border-radius: 5px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .title_contents_newCommonSense {
    width: 150px;
    height: 32px;
    font-size: 16px;
    margin: 0 auto 15px;
  }
}

.txt_contents_newCommonSense {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 768px) {
  .txt_contents_newCommonSense {
    align-items: center;
  }
}

.span_txt_contents_newCommonSense {
  display: block;
  font-size: 37px;
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .span_txt_contents_newCommonSense {
    font-size: 16px;
  }
}
@media (max-width: 324px) {
  .span_txt_contents_newCommonSense {
    font-size: 14px;
    white-space: normal;
  }
}

.strong_txt_contents_newCommonSense {
  font-size: 56px;
  color: #083C74;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .strong_txt_contents_newCommonSense {
    font-size: 26px;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 335px) {
  .strong_txt_contents_newCommonSense {
    font-size: 22px;
    white-space: normal;
  }
}

/* ========================================================= */
/* ==== SECTION reason 太陽光発電設備の導入 ==== */
/* ========================================================= */
.sec_reason {
  position: relative;
  padding: 48px 0 104px;
}
@media (max-width: 768px) {
  .sec_reason {
    padding: 68px 0 72px;
  }
}

.pic_reasonBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img_reasonBG {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.title1_reason {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #046EDC;
  max-width: 920px;
  min-height: 80px;
}
.title1_reason br {
  display: none;
}
@media (max-width: 950px) {
  .title1_reason {
    font-size: 30px;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .title1_reason {
    width: 88%;
    height: 100px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
  }
  .title1_reason br {
    display: inline;
  }
}
@media (max-width: 374px) {
  .title1_reason {
    font-size: 20px;
  }
}

.subtitle1_reason {
  font-size: 30px;
  font-weight: 900;
  color: #073C74;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto 15px;
}
.subtitle1_reason br {
  display: none;
}
@media (max-width: 950px) {
  .subtitle1_reason {
    font-size: 28px;
    text-align: center;
    line-height: 35px;
  }
  .subtitle1_reason .br1 {
    display: inline;
  }
}
@media (max-width: 768px) {
  .subtitle1_reason {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .subtitle1_reason br {
    display: inline;
  }
}

.txt_reason {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .txt_reason {
    font-size: 16px;
    line-height: 24px;
    width: 88%;
  }
}

.advantagesBox {
  max-width: 1440px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .advantagesBox {
    margin: 70px auto 0;
  }
}

.title_advantages {
  font-size: 36px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 19px;
  width: 100%;
  border-bottom: 1px solid #333;
}
.title_advantages br {
  display: none;
}
@media (max-width: 768px) {
  .title_advantages {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }
  .title_advantages br {
    display: inline;
  }
}

.ul_advantages {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 64px;
  flex-wrap: wrap;
}
@media (max-width: 1125px) {
  .ul_advantages {
    row-gap: 30px;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
}
@media (max-width: 768px) {
  .ul_advantages {
    margin-top: 37px;
    gap: 72px;
  }
}

.item_advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title_item_advantage {
  width: 360px;
  height: 180px;
  font-size: 30px;
  font-weight: 900;
  color: #0355A9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 8px solid #0355A9;
  border-radius: 90px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .title_item_advantage {
    width: 290px;
    height: 120px;
    font-size: 20px;
    max-width: 100%;
  }
}

.svg_arrowToBottom-B {
  width: 70px;
  height: auto;
  margin: 70px auto;
}
@media (max-width: 1125px) {
  .svg_arrowToBottom-B {
    margin: 35px auto;
  }
}
@media (max-width: 768px) {
  .svg_arrowToBottom-B {
    width: 55px;
    height: 55px;
    margin: 16px auto;
  }
}

.summary_item_advantage {
  width: 360px;
  height: 360px;
  background-color: #046EDC;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 57px;
}
@media (max-width: 768px) {
  .summary_item_advantage {
    width: 290px;
    height: 290px;
    padding-top: 45px;
    max-width: 100%;
  }
}

.txt_summary_item_advantage {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
}
@media (max-width: 768px) {
  .txt_summary_item_advantage {
    font-size: 23px;
    line-height: 32px;
    height: 66px;
    margin-bottom: 6px;
  }
}

.picIcon_sIA {
  display: block;
}

.imgIcon_sIA {
  width: 180px;
  height: auto;
}
@media (max-width: 768px) {
  .imgIcon_sIA {
    width: 141px;
  }
}

.box_detailTxt_item_advantage {
  width: 283px;
}

.detailTxt_item_advantage {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 24px;
  width: 283px;
}

.jcstarBox {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 212px;
  height: 50px;
  background-color: #fff;
  margin-top: 11px;
}

.imgIcon_jcstar {
  width: 81px;
  height: auto;
}

.txt_jcstar {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  white-space: nowrap;
}

/* ========================================================= */
/* ==== 製品について＋サポートメンテナンスのボックス ==== */
/* ========================================================= */
.box_product-and-support {
  background: linear-gradient(to bottom, #087BF2, #023971);
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .box_product-and-support {
    padding-bottom: 97px;
  }
}

/* ========================================================= */
/* ==== 製品についてのセクション ボックスが別途ある ==== */
/* ========================================================= */
.sec_product {
  background: linear-gradient(to bottom, #0058B1 0, #0A82FC 545px, transparent 545px, transparent 100%);
  padding-top: 80px;
  position: relative;
  min-height: 942px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec_product {
    padding-top: 32px;
    padding-bottom: 49px;
    min-height: auto;
    background: linear-gradient(to bottom, #0058B1 0, #0A82FC 428px, transparent 429px, transparent 100%);
  }
}

.title_product, .title_support {
  height: 87px;
  border-bottom: 1px solid #fff;
  border-top: 3px solid #fff;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto 66px;
  overflow: hidden;
}
.title_product br, .title_support br {
  display: none;
}
@media (max-width: 1000px) {
  .title_product, .title_support {
    height: auto;
    line-height: 1.1;
    font-size: 33px;
    padding: 24px 0;
  }
  .title_product .br1, .title_support .br1 {
    display: inline;
  }
}
@media (max-width: 768px) {
  .title_product, .title_support {
    width: 88%;
    line-height: 36px;
    padding: 9px 0;
    font-size: 24px;
    margin: 0 auto 32px;
  }
  .title_product .br1, .title_support .br1 {
    display: inline;
  }
}
@media (max-width: 500px) {
  .title_product .br2, .title_support .br2 {
    display: inline;
  }
}

.txt_mainProduct {
  margin-top: 448px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .txt_mainProduct {
    margin-top: 242px;
  }
}
.txt_mainProduct span {
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .txt_mainProduct span {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
  }
}
.txt_mainProduct strong {
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .txt_mainProduct strong {
    font-size: 20px;
    line-height: 30px;
  }
}

.pic_productMain {
  display: block;
  width: 642px;
  margin-left: -10px;
  position: absolute;
  top: 295px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .pic_productMain {
    top: 306px;
    width: 301px;
  }
}

.img_productMain {
  width: 100%;
  height: auto;
}

.pic_bg-productMain {
  display: block;
  width: 1299px;
  margin: 0 auto;
  position: absolute;
  top: 354px;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: screen;
}
@media (max-width: 768px) {
  .pic_bg-productMain {
    top: 372px;
    width: 376px;
  }
}

.img_bg-productMain {
  width: 100%;
  height: auto;
  opacity: 0.7;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .img_bg-productMain {
    opacity: 1;
  }
}

.circleNew {
  width: 88px;
  height: 88px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
  color: #0471E2;
  font-family: "Oswald";
  position: absolute;
  left: -100px;
  top: -5px;
}
@media (max-width: 768px) {
  .circleNew {
    width: 80px;
    height: 80px;
    font-size: 36px;
    position: static;
    left: auto;
    top: auto;
    margin: auto;
    padding-bottom: 1px;
  }
}

.nameBox_mainProduct {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

.title_mainProduct {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .title_mainProduct {
    padding-top: 18px;
    text-align: center;
  }
}

.titleSpan1_mainProduct {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
}
.titleSpan1_mainProduct br {
  display: none;
}
@media (max-width: 768px) {
  .titleSpan1_mainProduct {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0;
  }
  .titleSpan1_mainProduct br {
    display: inline;
  }
}

.titleSpan2_mainProduct {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .titleSpan2_mainProduct {
    font-size: 18px;
    line-height: 26px;
  }
}
.titleSpan2_mainProduct span + span {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .titleSpan2_mainProduct span + span {
    font-size: 14px;
  }
}

.link_secProduct {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 164px;
  margin: 36px auto 0;
  height: 34px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px #fff solid;
}
.link_secProduct:hover {
  border-bottom-width: 2px;
}
@media (max-width: 768px) {
  .link_secProduct {
    width: 123px;
    height: 24px;
    margin-top: 24px;
  }
}

.txt_link_secProduct {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
@media (max-width: 768px) {
  .txt_link_secProduct {
    font-size: 15px;
  }
}
.txt_link_secProduct::after {
  content: "";
  color: #FFF;
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto 0;
  transform: rotate(45deg);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22M0%200H9V9H6V3H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 768px) {
  .txt_link_secProduct::after {
    width: 7px;
    height: 7px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%220%200%207%207%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22M0%200H7V7H5V2H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
}

.link_secProduct:hover .txt_link_secProduct::after {
  animation: moveRightBack 0.35s ease;
}

@keyframes moveRightBack {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  50% {
    transform: translateX(-4px) rotate(45deg);
  }
  100% {
    transform: translateX(0) rotate(45deg);
  }
}
/* ========================================================= */
/* ==== サポート・メンテナンスのセクション ボックスが別途ある ==== */
/* ========================================================= */
.boxSupports {
  max-width: 1120px;
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 768px) {
  .boxSupports {
    width: 88%;
  }
}

.titleSub1_support {
  height: 50px;
  display: flex;
  align-items: center;
  border-left: 7px solid #fff;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1020px) {
  .titleSub1_support.withOption {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .titleSub1_support.withOption {
    margin-bottom: 0;
  }
}
@media (max-width: 740px) {
  .titleSub1_support.withOption {
    margin-bottom: 25px;
  }
}
@media (max-width: 495px) {
  .titleSub1_support.withOption {
    margin-bottom: 48px;
  }
}
@media (max-width: 340px) {
  .titleSub1_support.withOption {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    gap: 7px;
  }
}
@media (max-width: 768px) {
  .titleSub1_support {
    border-left-width: 4px;
    height: 32px;
    font-size: 20px;
  }
}
.titleSub1_support .span1_wrapper {
  margin-left: 23px;
  width: 143px;
  height: 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0355A9;
  border-radius: 22px;
}
@media (max-width: 768px) {
  .titleSub1_support .span1_wrapper {
    margin-left: 8px;
    width: 90px;
    height: 28px;
  }
}
.titleSub1_support .span1 {
  display: flex;
  align-items: flex-end;
}
.titleSub1_support .span1-1 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .titleSub1_support .span1-1 {
    font-size: 16px;
  }
}
.titleSub1_support .span1-2 {
  font-size: 16px;
  font-weight: 700;
  margin-left: -5px;
  margin-right: -9px;
}
@media (max-width: 768px) {
  .titleSub1_support .span1-2 {
    font-size: 12px;
  }
}
.titleSub1_support .span2 {
  margin-left: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .titleSub1_support .span2 {
    margin-left: 6px;
  }
}
@media (max-width: 340px) {
  .titleSub1_support .span2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    gap: 7px;
  }
}
@media (max-width: 495px) {
  .titleSub1_support .span3 {
    position: absolute;
    left: 0;
    bottom: -30px;
    white-space: nowrap;
  }
}
@media (max-width: 340px) {
  .titleSub1_support .span3 {
    position: static;
  }
}
.titleSub1_support .span4 {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1020px) {
  .titleSub1_support .span4 {
    margin-left: 0;
    position: absolute;
    left: 0;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .titleSub1_support .span4 {
    margin-left: 6px;
    position: static;
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 740px) {
  .titleSub1_support .span4 {
    margin-left: 0;
    position: absolute;
  }
}
@media (max-width: 495px) {
  .titleSub1_support .span4 {
    bottom: -51px;
  }
}
@media (max-width: 340px) {
  .titleSub1_support .span4 {
    position: static;
  }
}
.titleSub1_support .span5 {
  margin-left: 23px;
}
@media (max-width: 768px) {
  .titleSub1_support .span5 {
    margin-left: 8px;
  }
}

.ul_support {
  display: flex;
  justify-content: space-between;
  padding-top: 94px;
}
@media (max-width: 1150px) {
  .ul_support {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 10%;
         column-gap: 10%;
    row-gap: 80px;
  }
}
@media (max-width: 768px) {
  .ul_support {
    padding-top: 72px;
    flex-direction: column;
    align-items: center;
    row-gap: 64px;
  }
}

.li_support {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 72px 21px 191px 16px;
  width: 356px;
  flex-shrink: 0;
}
@media (max-width: 1150px) {
  .li_support {
    width: 40%;
    min-width: 345px;
  }
}
@media (max-width: 768px) {
  .li_support {
    min-width: auto;
    width: 100%;
    padding: 63px 18px 184px 19px;
  }
}

.circlePointNumber {
  position: absolute;
  top: -59px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 106px;
  height: 106px;
  background-color: #FF5800;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .circlePointNumber {
    top: -40px;
    width: 80px;
    height: 80px;
    gap: 4px;
  }
}
.circlePointNumber .point {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald";
}
@media (max-width: 768px) {
  .circlePointNumber .point {
    font-size: 18px;
  }
}
.circlePointNumber .number {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald";
}
@media (max-width: 768px) {
  .circlePointNumber .number {
    font-size: 36px;
  }
}

.title_li_support {
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  height: 71px;
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .title_li_support {
    height: 56px;
    font-size: 18px;
    line-height: 30px;
  }
}

.txt_li_support {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .txt_li_support {
    font-size: 16px;
    line-height: 24px;
  }
}

.pic_iconPointBottom {
  width: 150px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .pic_iconPointBottom {
    width: 140px;
    bottom: 23px;
  }
}
.pic_iconPointBottom.pic_p1 {
  bottom: 26px;
}
@media (max-width: 768px) {
  .pic_iconPointBottom.pic_p1 {
    bottom: 23px;
  }
}

.img_iconPointBottom {
  width: 100%;
  height: auto;
}

.supportSystem {
  margin-top: 63px;
  padding-top: 0;
  position: relative;
}
@media (max-width: 768px) {
  .supportSystem {
    margin-top: 72px;
  }
}

.txt_supportSystem {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  padding-right: 444px;
  padding-left: 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .txt_supportSystem {
    padding-left: 12px;
    padding-right: 0;
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }
}

.pic_networkMap {
  width: 445px;
  display: block;
  position: absolute;
  top: -5px;
  right: -7px;
  margin: auto;
}
@media (max-width: 768px) {
  .pic_networkMap {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 500px;
  }
}

.img_networkMap {
  width: 100%;
  height: auto;
}

.supportConclusion {
  min-height: 300px;
  border: 8px solid #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 109px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .supportConclusion {
    padding: 26px 0;
    min-height: auto;
    margin-top: 29px;
    border: 4px solid #fff;
  }
}
.supportConclusion::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #fff;
  border-bottom: 0;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .supportConclusion::before {
    bottom: -29px;
    border-right-width: 15px;
    border-left-width: 15px;
    border-top-width: 25px;
  }
}

.title_supportConclusion {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF5800;
  border-radius: 10px;
  width: 900px;
  height: 56px;
  margin: 0 auto 19px;
}
.title_supportConclusion br {
  display: none;
}
@media (max-width: 1000px) {
  .title_supportConclusion {
    width: 70%;
    font-size: 25px;
    height: 70px;
    text-align: center;
  }
  .title_supportConclusion br {
    display: inline;
  }
}
@media (max-width: 768px) {
  .title_supportConclusion {
    width: 87.35%;
    height: 52px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 340px) {
  .title_supportConclusion {
    font-size: 13px;
    width: 95%;
  }
}

.txt_supportConclusion {
  font-size: 48px;
  line-height: 78px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
}
.txt_supportConclusion .br2 {
  display: none;
}
@media (max-width: 1150px) {
  .txt_supportConclusion {
    font-size: 40px;
    line-height: 65px;
  }
}
@media (max-width: 1000px) {
  .txt_supportConclusion {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .txt_supportConclusion {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .txt_supportConclusion .br2 {
    display: inline;
  }
}

/* ========================================================= */
/* ==== よくある質問 ==== */
/* ========================================================= */
.sec_faq {
  padding-top: 60px;
  padding-bottom: 101px;
  background-image: url("/products/ad/power_conditioner_pis/img/faq/bg-faq_pc.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sec_faq {
    padding-top: 36px;
    padding-bottom: 72px;
    background-image: url("/products/ad/power_conditioner_pis/img/faq/bg-faq_sp_1x.webp");
  }
}

.title_faq {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
  margin: 0 auto;
  max-width: 1440px;
  width: 97.5%;
}
@media (max-width: 768px) {
  .title_faq {
    padding-bottom: 12px;
    font-size: 24px;
    width: 88%;
  }
}

.ul_faq {
  list-style: none;
  padding: 68px 0 0;
  margin: 0;
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ul_faq {
    width: 88%;
    padding-top: 36px;
    gap: 36px;
  }
}

.li_faq {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 52px 32px 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .li_faq {
    padding: 24px;
  }
}
.li_faq.withPic {
  padding-right: 466px;
  position: relative;
  min-height: 234px;
}
@media (max-width: 970px) {
  .li_faq.withPic {
    padding-right: 417px;
  }
}
@media (max-width: 830px) {
  .li_faq.withPic {
    padding-right: 24px;
  }
}
dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  dl {
    gap: 24px;
  }
}

dt, dd {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  dt, dd {
    gap: 8px;
  }
}

.span_dt, .span_dd {
  font-size: 24px;
  font-weight: 700;
  font-family: "Oswald";
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .span_dt, .span_dd {
    font-size: 16px;
  }
}

.span_dt {
  background-color: #0355A9;
  color: #fff;
}

.span_dd {
  border: 4px solid #FF5800;
  color: #FF5800;
}

.p_dt, .p_dd {
  font-size: 20px;
  line-height: 29px;
  padding-top: 6px;
}
@media (max-width: 768px) {
  .p_dt, .p_dd {
    font-size: 16px;
    line-height: 24px;
  }
}

.p_dt {
  font-weight: 700;
}

.p_dd {
  font-weight: 400;
}

.small_dd {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1160px) {
  .small_dd {
    white-space: normal;
  }
}

.pic_installation {
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  width: 366px;
  display: block;
}
@media (max-width: 830px) {
  .pic_installation {
    width: 100%;
    position: static;
    transform: none;
    top: auto;
    display: block;
    max-width: 380px;
    margin: 10px auto 0;
  }
}

.img_installation {
  width: 100%;
  height: auto;
}