@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.col-blue {
  color: #006ebc; }
.col-red {
  color: #e9583a; }
.col-white {
  color: #fff; }
.col-yellow {
  color: #fcf900; }
.col-didB {
  color: #003b83; }
.col-black {
  color: #000; }

/*
font size
 */
.fixPage {
  font-size: 16px;
  padding: 38px 0; }
  .fixPage.post-34 p, .fixPage.post-43 p {
    text-align: center;
    line-height: 2em; }
  .fixPage.post-34 .contentWrap, .fixPage.post-43 .contentWrap {
    width: 750px; }
  .fixPage h1 {
    font-size: 40px;
    margin-bottom: 24px; }
  .fixPage h2 {
    font-size: 36px;
    color: #006ebc;
    margin-bottom: 24px; }
  .fixPage h3 {
    padding: 6px 6px;
    color: #fff;
    background-color: #006ebc;
    font-size: 24px;
    margin-bottom: 24px; }
  .fixPage h4 {
    font-size: 24px;
    color: #006ebc;
    margin-bottom: 24px; }
  .fixPage h5 {
    font-size: 20px; }
  .fixPage h6 {
    font-size: 18px; }
  .fixPage a {
    color: #003781; }
    .fixPage a:hover {
      color: #e9583a; }

.singlePage {
  padding: 24px 0; }
  .singlePage_header {
    padding-bottom: 24px; }
  .singlePage_time {
    text-align: right;
    padding-bottom: 12px; }
  .singlePage_title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid; }
  .singlePage_categories {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 28px; }

.notFound {
  padding: 24px 0; }
  .notFound_header {
    padding-bottom: 24px; }
  .notFound_body p {
    padding-bottom: 24px;
    text-align: center; }
  .notFound_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px; }
    .notFound_title:before {
      background-image: url("../img/top/top_plans_title_img_1.png");
      content: " ";
      min-width: 84px;
      min-height: 79px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .notFound_title:after {
      background-image: url("../img/top/top_plans_title_img_2.png");
      content: " ";
      min-width: 72px;
      min-height: 74px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

@media screen and (max-width: 750px) {
  .notFound {
    padding: 24px 0; }
    .notFound_header {
      padding-bottom: 24px; }
    .notFound_body p {
      padding-bottom: 24px;
      text-align: center; }
    .notFound_title {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 5.5vw;
      gap: 18px; }
      .notFound_title:before {
        display: none; }
      .notFound_title:after {
        display: none; } }
.smf-action {
  text-align: center; }
.smf-item {
  display: flex;
  padding-bottom: 24px;
  gap: 24px; }
  .smf-item:last-child {
    justify-content: center; }
    .smf-item:last-child .smf-item__col--label {
      display: none; }
  .smf-item__col--label {
    width: 195px;
    min-width: 195px; }

.lnPageNation {
  padding: 1em 0; }
  .lnPageNation a.page-numbers, .lnPageNation span.page-numbers {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #006ebc;
    color: #fff;
    border: solid 1px #006ebc;
    border-radius: 18px; }
  .lnPageNation a.next, .lnPageNation a.prev {
    width: auto;
    padding: 0 1em; }
  .lnPageNation a.prev {
    padding-left: 2em;
    margin-right: 0.5em; }
    .lnPageNation a.prev:before {
      position: absolute;
      left: 0.5em;
      content: "<";
      display: block; }
  .lnPageNation a.next {
    padding-right: 2em;
    margin-left: 0.5em; }
    .lnPageNation a.next:after {
      position: absolute;
      right: 0.5em;
      content: ">";
      display: block; }
  .lnPageNation span.current {
    background-color: #fff;
    color: #006ebc; }
  .lnPageNation ul.page-numbers {
    display: flex;
    justify-content: center;
    gap: 0.5em; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

.sitePage {
  padding-top: 96px; }

.slider {
  display: flex;
  gap: 24px;
  justify-content: center; }
  .slider_item {
    width: 25%; }

.sideBar {
  position: relative;
  padding-top: 24px;
  font-size: 13px;
  margin-top: 24px; }
  .sideBar_ring {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%; }

@media screen and (max-width: 750px) {
  .slider {
    gap: 1vw;
    flex-wrap: wrap; }
    .slider_item {
      width: 100%; }

  .sideBar {
    margin: 24px auto;
    padding-top: 24px; }
    .sideBar_ring {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      max-width: 100%; } }
.planSimulateLinks {
  padding: 36px 0; }

.btn {
  border-radius: 24px;
  display: inline-block;
  max-width: 98%;
  margin: auto;
  text-align: center;
  position: relative; }
  .btn-type1 {
    font-size: 24px; }
  .btn-type2 {
    font-size: 30px; }
  .btn-type3 {
    font-size: 30px; }
  .btn-type4 {
    font-size: 16px;
    width: 345px;
    padding: 0.8em; }
    .btn-type4:after {
      content: ">";
      position: absolute;
      right: 2em;
      color: #fff; }
  .btn-type5 {
    font-size: 16px;
    width: 250px;
    padding: 0.8em; }
    .btn-type5:after {
      content: ">";
      position: absolute;
      right: 2em;
      color: #fff; }
  .btn-type6 {
    font-size: 16px;
    width: 100%;
    padding: 0.3em; }
    .btn-type6:after {
      content: ">";
      position: absolute;
      right: 2em;
      color: #fff; }
  .btn-type7 {
    font-size: 18px;
    width: 300px;
    font-weight: bold;
    padding: 0.8em;
    padding-right: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px; }
    .btn-type7:after {
      background-image: url("../img/common/fot_contact_img_001.png");
      content: " ";
      position: absolute;
      right: 24px;
      color: #fff;
      width: 70px;
      height: 71px;
      display: block; }
    .btn-type7:before {
      background-image: url("../img/common/fot_contact_icon_001.png");
      content: " ";
      color: #fff;
      width: 22px;
      height: 17px;
      display: block; }
  .btn-type8 {
    font-size: 18px;
    width: 300px;
    font-weight: bold;
    padding: 0.8em;
    padding-right: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px; }
    .btn-type8:after {
      background-image: url("../img/common/fot_contact_img_002.png");
      content: " ";
      position: absolute;
      right: 24px;
      color: #fff;
      width: 85px;
      display: block;
      height: 78px; }
    .btn-type8:before {
      background-image: url("../img/common/fot_contact_icon_002.png");
      content: " ";
      color: #fff;
      width: 22px;
      height: 22px;
      display: block; }
  .btn-type9 {
    padding: 23px 32px 23px 80px;
    border-radius: 32px;
    display: flex;
    align-items: center; }
  .btn-simulate, .btn-plan {
    position: relative; }
    .btn-simulate .btn_img, .btn-plan .btn_img {
      position: absolute;
      left: 0;
      transform: translateX(-50%); }
  .btn_text {
    color: #fff; }

.btnWrap {
  display: block;
  text-align: center; }
  .btnWrap-multiple {
    display: flex;
    gap: 24px; }

@media screen and (max-width: 750px) {
  .btn {
    border-radius: 24px;
    display: inline-block;
    max-width: 98%;
    margin: auto;
    text-align: center;
    position: relative; }
    .btn-type1 {
      font-size: 24px; }
    .btn-type2 {
      font-size: 30px; }
    .btn-type3 {
      font-size: 30px; }
    .btn-type4 {
      font-size: 16px;
      width: 345px;
      padding: 0.8em; }
      .btn-type4:after {
        content: ">";
        position: absolute;
        right: 2em;
        color: #fff; }
    .btn-type5 {
      font-size: 16px;
      width: 250px;
      padding: 0.8em; }
      .btn-type5:after {
        content: ">";
        position: absolute;
        right: 2em;
        color: #fff; }
    .btn-type6 {
      font-size: 16px;
      width: 100%;
      padding: 0.3em; }
      .btn-type6:after {
        content: ">";
        position: absolute;
        right: 2em;
        color: #fff; }
    .btn-type7 {
      height: 16vw;
      font-size: 3.4vw;
      width: 100%;
      font-weight: bold;
      padding-right: inherit;
      padding: 0.4em;
      display: block;
      align-items: center;
      border-radius: inherit;
      justify-content: center;
      gap: 0px;
      max-width: 100%;
      margin-bottom: -2px; }
      .btn-type7:after {
        display: none; }
      .btn-type7:before {
        margin: auto;
        padding-bottom: 12px;
        background-position: center;
        background-repeat: no-repeat; }
    .btn-type8 {
      height: 16vw;
      font-size: 3.4vw;
      width: 100%;
      font-weight: bold;
      padding-right: inherit;
      padding: 0.4em;
      display: block;
      gap: 0px;
      border-radius: inherit;
      text-align: center;
      max-width: 100%; }
      .btn-type8:after {
        display: none; }
      .btn-type8:before {
        display: block;
        margin: auto;
        padding-bottom: 12px;
        background-position: center;
        background-repeat: no-repeat; }
    .btn-type9 {
      padding: 23px;
      width: 100%;
      border-radius: 0;
      display: flex;
      align-items: center;
      font-size: 6vw; }
    .btn-simulate, .btn-plan {
      position: relative; }
      .btn-simulate .btn_img, .btn-plan .btn_img {
        position: static;
        left: 0;
        transform: translateX(0%); }
    .btn_text {
      color: #fff; }

  .btnWrap {
    display: block;
    text-align: center; }
    .btnWrap-multiple {
      display: flex;
      gap: 24px;
      flex-wrap: wrap; }
      .btnWrap-multiple > * {
        width: 100%; } }
.faqBox_icon {
  min-width: 42px;
  margin-right: 12px;
  font-size: 30px; }
.faqBox_title {
  font-size: 16px; }
.faqBox_oc {
  cursor: pointer;
  min-width: 20px;
  content: "-";
  display: block;
  font-size: 20px; }
.faqBox_open {
  display: block; }
.faqBox_close {
  display: none; }
.faqBox_answer {
  line-height: 30px; }
.faqBox_header {
  display: flex;
  padding: 16px 30px;
  color: #fff;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: solid 1px #fff; }
.faqBox_body {
  display: none;
  padding: 16px 30px 56px;
  line-height: 1.8em; }
  .faqBox_body .faqBox_title {
    color: #006ebc;
    padding-bottom: .8em; }
.faqBox-open .faqBox_body {
  display: flex; }
.faqBox-open .faqBox_oc {
  content: "+"; }
.faqBox-open .faqBox_open {
  display: none; }
.faqBox-open .faqBox_close {
  display: block; }

.caseBox {
  border: solid 2px #006ebc;
  border-radius: 4px;
  padding: 8px; }
  .caseBox_box {
    display: flex;
    gap: 24px; }
  .caseBox_img {
    border-radius: 6px;
    overflow: hidden; }
  .caseBox_titleText {
    font-size: 24px; }
  .caseBox_titleBox {
    background-color: #006ebc;
    display: flex;
    align-items: center;
    padding: 8px 24px;
    color: #fff; }
  .caseBox_content {
    color: #006ebc; }

.caseResult {
  border-radius: 6px;
  padding: 6px; }
  .caseResult_row {
    padding: 3px 0;
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px; }
    .caseResult_row:last-child {
      border: none; }
  .caseResult_title {
    font-size: 18px; }
  .caseResult_data {
    font-size: 18px; }
    .caseResult_data span {
      font-size: 32px; }
  .caseResult-list .caseResult_title {
    font-size: 14px; }
  .caseResult-list .caseResult_data {
    font-size: 14px; }
    .caseResult-list .caseResult_data span {
      font-size: 24px; }
  .caseResult-list .caseResult_row {
    gap: 0.5em; }

.fvPoint_list {
  width: 200px; }
.fvPoint_item {
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 6px;
  text-align: center;
  padding: 12px; }
.fvPoint_text span {
  font-size: 8px; }

@media screen and (max-width: 750px) {
  .fvPoint_list {
    max-width: 40vw; }
  .fvPoint_item {
    font-size: 4vw;
    width: 100%;
    padding: 2vw; } }
.text-bolder {
  font-size: 60px; }
.text-note {
  font-size: 12px; }
.text-bold {
  font-size: 42px; }
.text-sim {
  font-size: 26px; }

@media screen and (max-width: 750px) {
  .text-bolder {
    font-size: 8.8vw; }
  .text-note {
    font-size: 12px; }
  .text-bold {
    font-size: 42px; }
  .text-sim {
    font-size: 26px; } }
.contentWrap {
  width: 1000px;
  padding: 0 12px;
  margin: auto;
  max-width: 100%; }
  .contentWrap-column {
    display: flex;
    gap: 24px; }
  .contentWrap_main {
    width: 100%; }
  .contentWrap_side {
    min-width: 240px;
    width: 240px;
    margin-bottom: 36px; }

@media screen and (max-width: 750px) {
  .contentWrap-spNoPad {
    padding: 0; }
  .contentWrap-column {
    flex-wrap: wrap;
    justify-content: center; } }
.bkc-col1 {
  background-color: #e9583a; }
.bkc-col2 {
  background-color: #006ebc; }
.bkc-shadow1 {
  box-shadow: 0px 3px #cb2f0f;
  margin-bottom: 3px; }
.bkc-shadow2 {
  box-shadow: 0px 3px #004b81;
  margin-bottom: 3px; }
.bkc-shadow3 {
  box-shadow: 0px 2px #cb2f0f;
  margin-bottom: 2px; }
.bkc-shadow4 {
  box-shadow: 0px 2px #004b81;
  margin-bottom: 2px; }
.bkc-shadow5 {
  box-shadow: 0px 3px #b9b9b9; }
.bkc-shadow7 {
  box-shadow: 0px 6px 14px 3px #f0f0f0; }
.bkc-shadowBox {
  box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.15); }
.bkc-col3 {
  background-color: #94d2f7; }
.bkc-col4 {
  background-color: #f3efe4; }
.bkc-col5 {
  background-color: #fff; }
.bkc-col6 {
  background-color: #e0eef7; }
.bkc-col7 {
  background-color: #fcf900; }

.siteFv {
  background-image: url("../img/fv/bk_foot.png"), url("../img/fv/bk_base.png");
  background-repeat: no-repeat, repeat;
  background-position: bottom center, center center;
  background-size: contain, cover;
  padding: 48px 0; }
  .siteFv_description {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .siteFv_text {
    font-size: 18px;
    max-width: 360px; }
    .siteFv_text span {
      display: inline-block; }
  .siteFv_contentWrap {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    justify-content: center; }
  .siteFv_body {
    min-width: 200px; }
  .siteFv_data-flex {
    display: flex;
    gap: 20px; }
  .siteFv_footer {
    display: none; }
  .siteFv-nonsim .siteFv_description {
    justify-content: center;
    width: 100%;
    padding-bottom: 135px; }
  .siteFv-nonsim .siteFv_text {
    max-width: 600px; }
    .siteFv-nonsim .siteFv_text span {
      display: inline-block; }

@media screen and (max-width: 750px) {
  .siteFv {
    background-image: url("../img/sp/fv/bk_foot.png"), url("../img/sp/fv/bk_base.png");
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center center;
    background-size: contain, cover;
    padding: 24px 0; }
    .siteFv_header {
      text-align: center; }
    .siteFv_description {
      display: block;
      align-items: center;
      justify-content: space-between; }
      .siteFv_description img {
        display: none; }
    .siteFv_text {
      font-size: 4.7vw;
      max-width: inherit; }
      .siteFv_text span {
        display: inline-block; }
    .siteFv_contentWrap {
      display: flex;
      gap: 36px; }
    .siteFv_body {
      min-width: 200px; }
    .siteFv_data-flex {
      display: flex;
      gap: 5vw;
      align-items: center;
      justify-content: center; }
      .siteFv_data-flex img {
        max-width: 100%; }
    .siteFv_footer {
      display: block;
      text-align: center; }
    .siteFv-nonsim .siteFv_description {
      justify-content: center;
      width: 100%;
      padding-bottom: 24px; }
    .siteFv-nonsim .siteFv_text {
      max-width: 100%; }
      .siteFv-nonsim .siteFv_text span {
        display: inline-block; }
    .siteFv-nonsim .siteFv_spNone {
      display: none; }
    .siteFv-nonsim .siteFv_footer {
      padding-bottom: 110px; } }
.fvSimulation {
  font-size: 14px; }
  .fvSimulation-flex {
    display: flex;
    gap: 24px; }
  .fvSimulation-detail > * {
    width: 100%; }
  .fvSimulation_wrap {
    width: 300px;
    min-width: 300px;
    position: relative;
    padding-top: 18px; }
    .fvSimulation_wrap-result {
      width: 100%;
      min-width: inherit; }
  .fvSimulation_ring {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .fvSimulation_header {
    display: flex;
    gap: 6px; }
  .fvSimulation_box {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 28px 12px; }
  .fvSimulation_title {
    padding-bottom: 12px; }
    .fvSimulation_titleText {
      display: inline-block;
      line-height: 1em;
      font-weight: bold;
      letter-spacing: -2px; }
  .fvSimulation_resultData {
    text-align: center;
    font-size: 20px;
    padding: 6px 0; }
    .fvSimulation_resultData span span {
      font-size: 32px; }
  .fvSimulation_resultTitle {
    min-height: 3em;
    border-radius: 6px 6px 0 0;
    position: relative;
    text-align: center;
    padding: 6px;
    padding-left: 84px; }
    .fvSimulation_resultTitleIcon {
      position: absolute;
      bottom: 0;
      left: 3px; }
  .fvSimulation_resultWrap {
    padding: 24px 6px;
    border-radius: 6px; }
  .fvSimulation_btn {
    width: 90%;
    margin: auto;
    padding: 12px; }
  .fvSimulation select {
    border-color: #006ebc;
    border-width: 2px;
    color: #006ebc;
    width: 100%;
    font-size: 16px;
    padding: 6px;
    border-radius: 6px; }
  .fvSimulation [type="number"] {
    border-color: #006ebc;
    border-width: 2px;
    color: #006ebc;
    width: 100%;
    font-size: 16px;
    padding: 6px;
    border-radius: 6px; }
  .fvSimulation_selectWrap {
    position: relative;
    z-index: 3; }
    .fvSimulation_selectWrap:first-child {
      padding-bottom: 24px; }
    .fvSimulation_selectWrap:last-child {
      margin-bottom: -6px; }
  .fvSimulation_description {
    padding: 6px 0;
    font-size: 0.8em; }
    .fvSimulation_description p {
      display: flex;
      padding-bottom: 3px; }
      .fvSimulation_description p:before {
        content: "※";
        display: inline-block; }

@media screen and (max-width: 750px) {
  .fvSimulation-flex {
    display: flex;
    gap: 24px; }
  .fvSimulation-detail {
    display: block; }
    .fvSimulation-detail > * {
      width: 100%; }
  .fvSimulation_title {
    padding-bottom: 12px; } }
.topPostBox {
  border-top: solid 1px #f0f0f0;
  padding: 18px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: left;
  width: 100%; }
  .topPostBox:last-child {
    border-bottom: solid 1px #f0f0f0; }

@media screen and (max-width: 750px) {
  .topPostBox {
    flex-wrap: wrap; }
    .topPostBox:last-child {
      border-bottom: solid 1px #f0f0f0; } }
.postCat {
  width: 150px;
  border-radius: 14px; }
  .postCat a {
    display: block;
    text-align: center; }

.topExample_title {
  background-image: url("../img/top/ribon.png");
  padding-top: 4px;
  width: 300px;
  height: 57px;
  text-align: center;
  margin: auto;
  font-size: 24px;
  margin-bottom: 20px; }
.topExample_data {
  padding-bottom: 50px; }

.exampleBox {
  position: relative; }
  .exampleBox_wrap {
    border-radius: 12px;
    padding: 12px 14px;
    display: flex; }
  .exampleBox_data table {
    font-size: 20px; }
  .exampleBox_data td {
    text-align: right;
    font-weight: bold; }
  .exampleBox_data td {
    padding: .5em 1em; }
  .exampleBox_data th {
    padding: .5em 0; }
  .exampleBox_data-flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .exampleBox_description {
    padding: 24px 0; }
  .exampleBox_imgWrap {
    width: 44%;
    text-align: center; }
    .exampleBox_imgWrap img {
      max-width: 100%; }
  .exampleBox_img {
    max-width: 100%; }
  .exampleBox_content {
    width: 56%; }
  .exampleBox_title {
    border-radius: 5px;
    display: flex;
    gap: 1em;
    padding: 0.3em 1em;
    align-items: center;
    justify-content: left; }
  .exampleBox_cats {
    position: absolute;
    top: 6px;
    left: -12px;
    font-size: 0.75rem; }
    .exampleBox_cats a {
      padding: 3px 0.8em; }
  .exampleBox-list {
    border: solid 2px #006ebc;
    border-radius: 6px;
    padding: 6px;
    background-color: #fff;
    margin-bottom: 1.5%; }
    .exampleBox-list .exampleBox {
      font-size: 14px; }
      .exampleBox-list .exampleBox_wrap {
        display: block; }
      .exampleBox-list .exampleBox_description {
        padding: 0.8em 0;
        font-size: 0.85rem; }
      .exampleBox-list .exampleBox_content {
        width: 100%;
        font-size: 0.95em; }
      .exampleBox-list .exampleBox_imgWrap {
        width: 100%; }
      .exampleBox-list .exampleBox_title {
        display: block;
        font-size: 14px; }
        .exampleBox-list .exampleBox_title > * {
          display: block; }
          .exampleBox-list .exampleBox_title > *:first-child {
            font-size: .9em; }
      .exampleBox-list .exampleBox_data table {
        width: 100%;
        font-size: 14px;
        padding-bottom: 16px; }
      .exampleBox-list .exampleBox_data td {
        padding: .25em .5em;
        text-align: right; }
      .exampleBox-list .exampleBox_data th {
        padding: .25em 0;
        text-align: left; }
      .exampleBox-list .exampleBox_data-flex {
        flex-wrap: wrap; }
        .exampleBox-list .exampleBox_data-flex > * {
          width: 100%; }
  .exampleBox_imgData {
    width: 290px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

.exampleBoxes {
  display: flex;
  gap: 2%; }
  .exampleBoxes-detail {
    flex-wrap: wrap; }
  .exampleBoxes > * {
    width: 32%; }

@media screen and (max-width: 750px) {
  .exampleBox {
    padding: 0 2vw; }
    .exampleBox_wrap {
      display: block; }
    .exampleBox_data table {
      font-size: 3.8vw; }
    .exampleBox_data-flex {
      display: block;
      justify-content: space-between;
      align-items: center; }
    .exampleBox_imgWrap {
      width: 100%; }
      .exampleBox_imgWrap img {
        max-width: 100%; }
    .exampleBox_img {
      max-width: 100%; }
    .exampleBox_content {
      width: 100%; }
    .exampleBox_title {
      display: block; }
    .exampleBox_cats {
      position: absolute;
      top: 6px;
      left: -12px;
      font-size: 0.75rem; }
      .exampleBox_cats a {
        padding: 3px 0.8em; }
    .exampleBox-list {
      border: solid 2px #006ebc;
      border-radius: 6px;
      padding: 6px;
      background-color: #fff;
      margin-bottom: 1.5%; }
      .exampleBox-list .exampleBox {
        font-size: 14px; }
        .exampleBox-list .exampleBox_wrap {
          display: block; }
        .exampleBox-list .exampleBox_description {
          padding: 0.8em 0;
          font-size: 0.85rem; }
        .exampleBox-list .exampleBox_content {
          width: 100%;
          font-size: 0.95em; }
        .exampleBox-list .exampleBox_imgWrap {
          width: 100%; }
        .exampleBox-list .exampleBox_title {
          display: block;
          font-size: 14px; }
          .exampleBox-list .exampleBox_title > * {
            display: block; }
            .exampleBox-list .exampleBox_title > *:first-child {
              font-size: .9em; }
        .exampleBox-list .exampleBox_data table {
          width: 100%;
          font-size: 14px;
          padding-bottom: 16px; }
        .exampleBox-list .exampleBox_data td {
          padding: .25em .5em;
          text-align: right; }
        .exampleBox-list .exampleBox_data th {
          padding: .25em 0; }
        .exampleBox-list .exampleBox_data-flex {
          flex-wrap: wrap; }
          .exampleBox-list .exampleBox_data-flex > * {
            width: 100%; }
    .exampleBox_imgData {
      width: 100%;
      height: 180px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }

  .exampleBoxes {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: center; }
    .exampleBoxes > * {
      width: 100%; } }
.topExamples {
  background-image: url("../img/top/examples_bk.png");
  background-position: bottom center;
  background-size: cover;
  padding: 24px 0 80px; }
  .topExamples_header {
    padding-bottom: 24px;
    text-align: center; }
  .topExamples_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px; }
    .topExamples_title br {
      display: none; }
    .topExamples_title:before {
      background-image: url("../img/top/examples_title_img_1.png");
      content: " ";
      min-width: 58px;
      min-height: 104px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topExamples_title:after {
      background-image: url("../img/top/examples_title_img_2.png");
      content: " ";
      min-width: 61px;
      min-height: 84px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

@media screen and (max-width: 750px) {
  .topExamples_title {
    font-size: 4.8vw;
    text-align: center; }
    .topExamples_title br {
      display: inherit; }
    .topExamples_title:before {
      min-width: 11vw;
      min-height: 20vw; }
    .topExamples_title:after {
      min-width: 10vw;
      min-height: 14vw; } }
.planBox {
  width: 100%; }
  .planBox_imgWrap {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px; }
    .planBox_imgWrap img {
      width: 100%; }
  .planBox_header {
    text-align: center;
    font-size: 24px;
    padding-bottom: 24px; }
  .planBox_description {
    padding-bottom: 24px; }

.planBoxWrap {
  display: flex;
  gap: 24px;
  padding-bottom: 68px;
  justify-content: center; }
  .planBoxWrap-detail {
    flex-wrap: wrap;
    gap: 5%; }
    .planBoxWrap-detail > * {
      width: 30%;
      margin-bottom: 36px; }

@media screen and (max-width: 750px) {
  .planBoxWrap {
    flex-wrap: wrap; }
    .planBoxWrap-detail > * {
      width: 100%; } }
.topFavorite {
  padding: 72px 0 55px; }
  .topFavorite_header {
    padding-bottom: 24px; }
  .topFavorite_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(55%, -24%); }
    .topFavorite_titleWrap {
      border-radius: 12px;
      height: 3em;
      margin-bottom: 1em; }
    .topFavorite_title:before {
      background-image: url("../img/top/favorite_title_img_1.png");
      content: " ";
      min-width: 54px;
      min-height: 81px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topFavorite_title:after {
      background-image: url("../img/top/favorite_title_img_2.png");
      content: " ";
      min-width: 57px;
      min-height: 79px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

@media screen and (max-width: 750px) {
  .topFavorite_title {
    width: 100%;
    transform: translate(-50%, -24%);
    left: 50%; }
    .topFavorite_titleText {
      font-size: 4.2vw; }
    .topFavorite_titleWrap {
      border-radius: 0px; }
    .topFavorite_title:before {
      background-image: url("../img/top/favorite_title_img_1.png");
      content: " ";
      min-width: 54px;
      min-height: 81px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topFavorite_title:after {
      background-image: url("../img/top/favorite_title_img_2.png");
      content: " ";
      min-width: 57px;
      min-height: 79px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }
.planBord {
  position: relative;
  padding-top: 48px; }
  .planBord_header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 50%;
    overflow: hidden;
    width: 155px;
    height: 155px; }
    .planBord_header img {
      max-width: 100%; }
  .planBord_body {
    border-radius: 12px;
    padding: 16px;
    padding-top: 115px; }
  .planBord_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 16px; }
  .planBord_notes {
    font-weight: bold;
    padding-bottom: 16px; }
  .planBord_note {
    border-top: 1px solid #f0f0f0;
    padding: 3px; }

.topFutureWork {
  padding-top: 73px;
  padding-bottom: 43px; }
  .topFutureWork_header {
    border-radius: 18px;
    padding: 0.2em .5em;
    margin: auto;
    margin-bottom: 34px;
    width: 750px;
    max-width: 95%; }
  .topFutureWork_title {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }
    .topFutureWork_titleText {
      font-size: 36px;
      gap: .8em 0;
      font-weight: bold; }
    .topFutureWork_titleImg {
      width: 91px;
      display: block;
      position: relative; }
      .topFutureWork_titleImg img {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, -50%); }
  .topFutureWork_body {
    position: relative; }
    .topFutureWork_body:before {
      background-image: url("../img/top/top_future_work_img_1.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      content: " ";
      width: 118px;
      height: 166px;
      position: absolute;
      bottom: -36px;
      right: 26px; }
  .topFutureWork_content {
    border-radius: 12px;
    padding: 60px; }
  .topFutureWork_data {
    line-height: 1.8em;
    padding-bottom: 60px; }

@media screen and (max-width: 750px) {
  .topFutureWork_title {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }
    .topFutureWork_titleText {
      font-size: 3.8vw; }
    .topFutureWork_titleImg {
      width: 11vw;
      display: block;
      position: relative; }
      .topFutureWork_titleImg img {
        max-width: 11vw; }
  .topFutureWork_body {
    position: relative; }
    .topFutureWork_body:before {
      display: none; } }
.topFeature {
  padding: 50px 0 60px; }
  .topFeature_header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px;
    padding-bottom: 36px; }
    .topFeature_header:before {
      background-image: url("../img/top/top_feature_title_img_1.png");
      content: " ";
      min-width: 57px;
      min-height: 68px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topFeature_header:after {
      background-image: url("../img/top/top_feature_title_img_2.png");
      content: " ";
      min-width: 71px;
      min-height: 78px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .topFeature_content {
    padding-bottom: 36px; }
  .topFeature_data-flex {
    display: flex;
    gap: 24px;
    justify-content: space-between; }
    .topFeature_data-flex > * {
      flex: 1; }
    .topFeature_data-flex img {
      max-width: 100%; }

@media screen and (max-width: 750px) {
  .topFeature {
    padding: 50px 0 60px; }
    .topFeature_header {
      font-size: 3.8vw; }
    .topFeature_content {
      padding-bottom: 36px; }
    .topFeature_data-flex {
      display: block; }
      .topFeature_data-flex > * {
        flex: 1; }
        .topFeature_data-flex > *:first-child {
          text-align: center; }
      .topFeature_data-flex img {
        max-width: 100%; } }
.flexImgs {
  display: flex;
  justify-content: space-between;
  gap: 12px; }
  .flexImgs img {
    max-width: 100%; }

@media screen and (max-width: 750px) {
  .flexImgs {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2vw; }
    .flexImgs img {
      max-width: 100%; } }
.topPlans {
  background-image: url("../img/top/feature_bk.png");
  background-repeat: repeat;
  padding: 68px 0; }
  .topPlans-list {
    background-image: none; }
  .topPlans_header {
    padding-bottom: 36px; }
  .topPlans_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px; }
    .topPlans_title:before {
      background-image: url("../img/top/top_plans_title_img_1.png");
      content: " ";
      min-width: 84px;
      min-height: 79px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topPlans_title:after {
      background-image: url("../img/top/top_plans_title_img_2.png");
      content: " ";
      min-width: 72px;
      min-height: 74px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

@media screen and (max-width: 750px) {
  .topPlans-list {
    background-image: none; }
  .topPlans_header {
    padding-bottom: 36px; }
  .topPlans_title {
    font-size: 3.8vw; }
    .topPlans_title:before {
      background-image: url("../img/top/top_plans_title_img_1.png");
      content: " ";
      min-width: 14vw;
      min-height: 13vw;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topPlans_title:after {
      background-image: url("../img/top/top_plans_title_img_2.png");
      content: " ";
      min-width: 12vw;
      min-height: 12vw;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }
.breadcrumb {
  display: flex;
  justify-content: left;
  gap: 0.5em; }

.announceBox_box {
  padding: 28px 40px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px; }
.announceBox_title {
  font-size: 48px; }
.announceBox_text {
  display: inline-block; }

@media screen and (max-width: 750px) {
  .announceBox_box {
    padding: 2.5vw;
    border-radius: 18px;
    gap: 6px; }
    .announceBox_box img {
      max-width: 10vw; }
  .announceBox_title {
    font-size: 4.8vw;
    font-weight: bold; }
  .announceBox_text {
    display: inline-block; } }
.rowDataField {
  display: flex;
  justify-content: space-between;
  gap: 48px; }
  .rowDataField_content-img {
    border-radius: 16px;
    overflow: hidden;
    min-height: 220px;
    min-width: 310px; }
  .rowDataField_title {
    font-size: 26px;
    padding-bottom: 0.5em; }
  .rowDataField_subTitle {
    text-align: center;
    padding-bottom: 55px; }
  .rowDataField_description {
    line-height: 1.8em;
    padding-bottom: 26px; }
    .rowDataField_description span {
      display: inline-block; }
  .rowDataFields_item {
    margin-bottom: 45px; }

@media screen and (max-width: 750px) {
  .rowDataField {
    display: block; }
    .rowDataField_content-img {
      min-height: inherit;
      text-align: center;
      min-width: inherit;
      padding-bottom: 36px; }
      .rowDataField_content-img img {
        max-width: 100%;
        text-align: center; }
    .rowDataField_footer {
      text-align: center; }
    .rowDataField_title {
      font-size: 4.8vw;
      padding-bottom: 36px; } }
.sdgs {
  display: flex;
  padding: 23px 50px;
  justify-content: space-between;
  gap: 48px;
  border: solid 2px #006ebc;
  border-radius: 16px; }
  .sdgs_title {
    padding: 16px 0 36px;
    font-size: 36px; }
  .sdgs_subTitle {
    font-size: 24px; }
    .sdgs_subTitle span {
      display: inline-block; }
  .sdgs_header {
    padding-bottom: 36px; }
  .sdgs_body {
    padding-bottom: 36px; }

@media screen and (max-width: 750px) {
  .sdgs {
    display: block;
    padding: 2vw 3vw;
    border: solid 2px #006ebc;
    border-radius: 16px; }
    .sdgs_title {
      padding: 16px 0 36px;
      font-size: 4.8vw; }
    .sdgs_subTitle {
      font-size: 4.2vw; }
      .sdgs_subTitle span {
        display: inline-block; }
    .sdgs_header {
      padding-bottom: 36px; }
    .sdgs_content-img {
      padding: 3vw;
      text-align: center; }
    .sdgs_body {
      padding-bottom: 36px; }
      .sdgs_body img {
        max-width: 100%; }
    .sdgs_footer {
      text-align: center; } }
.corpTable {
  padding-bottom: 36px; }
  .corpTable_row {
    border-bottom: solid 1px #f0f0f0; }
  .corpTable_date, .corpTable_data, .corpTable_title {
    padding: 0.3em 0;
    font-weight: 400;
    text-align: left; }
  .corpTable_date {
    min-width: 8em; }
  .corpTable_title {
    min-width: 6em; }

@media screen and (max-width: 750px) {
  .corpTable {
    padding-bottom: 24px;
    width: 100%; }
    .corpTable_row {
      border-bottom: solid 1px #f0f0f0; }
    .corpTable_date, .corpTable_data, .corpTable_title {
      padding: 0.3em 0;
      font-weight: 400;
      text-align: left; }
    .corpTable_date {
      min-width: 8em; }
    .corpTable_title {
      min-width: 6em; } }
.flowStep {
  display: flex;
  gap: 70px;
  padding-bottom: 24px; }
  .flowStep_imgWrap {
    min-width: 180px; }
    .flowStep_imgWrap img {
      max-width: 100%; }
  .flowStep_title {
    font-size: 24px;
    padding-bottom: 24px; }
  .flowStep_body span {
    display: inline-block;
    padding-bottom: 24px; }

@media screen and (max-width: 750px) {
  .flowStep {
    display: block;
    padding-bottom: 24px; }
    .flowStep_imgWrap {
      min-width: inherit;
      padding-bottom: 12px; }
      .flowStep_imgWrap img {
        max-width: 33vw; }
    .flowStep_title {
      font-size: 5.6vw; } }
.faqCategories {
  display: flex;
  justify-content: left;
  gap: 4px; }
  .faqCategories_body {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }

@media screen and (max-width: 750px) {
  .faqCategories {
    display: block; }
    .faqCategories_header {
      margin-bottom: 12px; }
    .faqCategories_body {
      gap: 3% 12px;
      margin: 2vw auto;
      justify-content: space-between;
      width: calc(100% - 4vw); } }
.faqCategoryBox {
  border-radius: 6px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; }
  .faqCategoryBox-title {
    width: 160px;
    height: 108px; }

@media screen and (max-width: 750px) {
  .faqCategoryBox {
    width: 30%;
    margin-bottom: 2vw; }
    .faqCategoryBox-title {
      margin: auto;
      width: calc(100% - 4vw);
      height: 50px; } }
.wordHelpData {
  padding: 24px 0;
  border-bottom: solid 1px #f0f0f0; }
  .wordHelpData p {
    padding-bottom: 24px; }

.wordHelpList_title {
  border: solid 1px;
  padding: 3px;
  text-align: center;
  border-radius: 1.5em; }

.categoryIcon {
  padding: 3px 12px; }

.gNav_list {
  display: flex;
  gap: 1em 1em;
  flex-wrap: wrap; }

.spNav_item {
  border-top: solid 1px #f0f0f0; }
  .spNav_item:last-child {
    border-bottom: solid 1px #f0f0f0; }
.spNav_link {
  display: block;
  padding: 0.5em 2vw; }
.spNav_text {
  font-size: 32px; }
.spNav_footLinks {
  padding-top: 1em; }
.spNav_footLink {
  width: 100vw;
  display: block;
  padding: 1em 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
  .spNav_footLink-omoushikomi {
    background-color: #e9583a;
    color: #ffffff; }
  .spNav_footLink-dairiten {
    background-color: #006ebc;
    color: #ffffff; }

@media screen and (max-width: 750px) {
  .spNav_item {
    border-top: solid 1px #f0f0f0; }
    .spNav_item:last-child {
      border-bottom: solid 1px #f0f0f0; }
  .spNav_link {
    display: block;
    padding: 0.5em 2vw; }
  .spNav_text {
    font-size: 4.8vw; } }
.simulationResultField {
  padding: 16px .5em;
  font-weight: bold;
  font-size: 14px; }
  .simulationResultField_body {
    padding-bottom: 24px; }
  .simulationResultField_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-bottom: 0.3em; }
    .simulationResultField_row-center {
      justify-content: center; }
    .simulationResultField_row-big {
      font-size: 1.1em; }
  .simulationResultField_title {
    width: 80%;
    padding: 6px;
    background: white; }
    .simulationResultField_title-max {
      width: 100%; }
    .simulationResultField_title-center {
      justify-content: center; }
  .simulationResultField_footer {
    padding: 6px 0; }
  .simulationResultField_table {
    background-color: white;
    padding: 6px; }
    .simulationResultField_tableRow {
      padding-bottom: 6px;
      display: flex;
      align-items: center; }
      .simulationResultField_tableRow > * {
        width: 50%; }
      .simulationResultField_tableRow:last-child {
        padding: 0; }
    .simulationResultField_tableColumn-title {
      background-color: #dbeefb;
      padding: 0.5em 6px; }
    .simulationResultField_tableColumn-price {
      text-align: right; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120000; }
  .header_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 20; }
  .header_data-logo {
    padding: 21px 30px; }
    .header_data-logo img {
      max-width: 30vw; }
  .header_data-flex {
    display: flex;
    align-items: center;
    gap: 36px; }
  .header_data-sp {
    display: none; }
  .header_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    padding: 1em;
    text-align: center;
    height: 100%; }
    .header_link span {
      display: inline-block;
      text-align: center; }
    .header_linkWrap {
      display: flex;
      height: 100%; }
  .header_spMenu {
    display: none;
    position: absolute;
    height: calc(100vh - 100px);
    transform: translateY(100px);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1024px) {
  .header_data-logo img {
    max-width: 47vw; }
  .header_data-logo {
    padding: 3vw; }
  .header_data-flex {
    display: none;
    align-items: center;
    gap: 42px; }
  .header_data-sp {
    display: block; }
  .header_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 1em;
    text-align: center;
    height: 100%; }
    .header_link span {
      display: inline-block;
      text-align: center; }
    .header_linkWrap {
      display: flex;
      height: 100%; }
  .header_spIcon-open {
    display: block; }
  .header_spIcon-close {
    display: none; }
  .header-open .header_spMenu {
    display: block; }
  .header-open .header_spIcon-open {
    display: none; }
  .header-open .header_spIcon-close {
    display: block; } }
.sitePage {
  padding-top: 96px; }

.topAbout {
  padding: 60px 0; }
  .topAbout_title {
    padding-bottom: 32px;
    font-size: 36px; }
    .topAbout_titleText {
      display: inline-block; }
    .topAbout_titleWrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 750px;
      max-width: 100%;
      margin: auto;
      letter-spacing: -1px;
      text-align: center; }
      .topAbout_titleWrap:before {
        background-image: url("../img/top/wat.png");
        content: " ";
        min-width: 141px;
        min-height: 141px;
        display: block; }
      .topAbout_titleWrap:after {
        background-image: url("../img/top/top_about_tit_img_2.png");
        content: " ";
        min-width: 75px;
        min-height: 159px;
        display: block; }
  .topAbout_text {
    font-weight: bold;
    line-height: 1.8em; }
    .topAbout_text span {
      display: inline-block; }
  .topAbout_body {
    padding-bottom: 58px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px; }

@media screen and (max-width: 750px) {
  .topAbout_title {
    font-size: 5.6vw; }
    .topAbout_titleText {
      display: inline-block; }
    .topAbout_titleWrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 750px;
      margin: auto;
      letter-spacing: -1px;
      text-align: center; }
      .topAbout_titleWrap:before {
        min-width: 7vw;
        min-height: 7vw;
        background-size: cover; }
      .topAbout_titleWrap:after {
        min-width: 7vw;
        min-height: 14vw;
        background-size: cover; }
  .topAbout_text {
    font-weight: bold;
    line-height: 1.8em; }
    .topAbout_text span {
      display: inline-block; }
  .topAbout_body {
    display: block; }
    .topAbout_body img {
      display: block;
      margin: auto; } }
.underLayerFv {
  background-image: url("../img/underlayer/header_bk.png");
  height: 290px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: bottom; }
  .underLayerFv_title {
    width: 100%;
    text-align: center; }
    .underLayerFv_titleText {
      font-size: 36px;
      font-weight: bold; }

.topFaq {
  padding: 37px 0 60px; }
  .topFaq_title {
    padding-bottom: 24px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px; }
    .topFaq_title br {
      display: none; }
    .topFaq_title:before {
      background-image: url("../img/top/faq_title_img_1.png");
      content: " ";
      min-width: 54px;
      min-height: 77px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topFaq_title:after {
      background-image: url("../img/top/faq_title_img_2.png");
      content: " ";
      min-width: 51px;
      min-height: 73px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .topFaq_subTitle {
    padding-bottom: 24px;
    text-align: center; }
  .topFaq_data {
    padding-bottom: 46px; }
  .topFaq-detail {
    padding: 0; }
    .topFaq-detail .topFaq_header {
      padding-top: 37px;
      padding-bottom: 30px; }
    .topFaq-detail .topFaq_body {
      padding-bottom: 60px; }
  .topFaq_secTitle {
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 0 34px;
    gap: 1em;
    font-weight: bold; }
    .topFaq_secTitle:before {
      background-image: url("../img/faq/light.png");
      min-height: 41px;
      min-width: 41px;
      content: " ";
      display: block; }

@media screen and (max-width: 750px) {
  .topFaq_title {
    font-size: 4.8vw; }
    .topFaq_title br {
      display: inherit; }
    .topFaq_title:before {
      min-width: 11vw;
      min-height: 16vw; }
    .topFaq_title:after {
      min-width: 10vw;
      min-height: 15vw; }
  .topFaq_data {
    padding-bottom: 46px; }
  .topFaq-detail {
    padding: 0; }
    .topFaq-detail .topFaq_header {
      padding-top: 37px;
      padding-bottom: 30px; }
    .topFaq-detail .topFaq_body {
      padding-bottom: 60px; }
  .topFaq_secTitle {
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 0 34px;
    gap: 1em;
    font-weight: bold; }
    .topFaq_secTitle:before {
      background-image: url("../img/faq/light.png");
      min-height: 41px;
      min-width: 41px;
      content: " ";
      display: block; } }
.breadcrumbSec {
  padding-top: 20px;
  padding-bottom: 26px; }

.reasonAbout {
  padding-top: 48px; }
  .reasonAbout_header {
    padding-bottom: 55px; }
  .reasonAbout_text span {
    display: inline-block; }
  .reasonAbout_title {
    font-size: 30px;
    text-align: center;
    padding: 36px 0; }
  .reasonAbout_data {
    padding-bottom: 48px; }
    .reasonAbout_data-flex {
      display: flex;
      justify-content: space-between;
      gap: 48px; }
    .reasonAbout_data-acent {
      align-items: center; }

@media screen and (max-width: 750px) {
  .reasonAbout_header {
    padding-bottom: 55px; }
  .reasonAbout_text span {
    display: inline-block; }
  .reasonAbout_title {
    font-size: 5.5vw;
    text-align: center;
    padding: 36px 0; }
  .reasonAbout_imgWrap {
    text-align: center;
    padding-bottom: 24px; }
    .reasonAbout_imgWrap img {
      max-width: 100%; }
  .reasonAbout_data {
    padding-bottom: 48px; }
    .reasonAbout_data-flex {
      display: block;
      justify-content: space-between;
      gap: 48px; }
    .reasonAbout_data-acent {
      align-items: center; } }
.reasonDetail {
  padding: 50px 0 48px; }
  .reasonDetail_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px;
    padding-bottom: 24px; }
    .reasonDetail_title:before {
      background-image: url("../img/top/examples_title_img_1.png");
      content: " ";
      min-width: 58px;
      min-height: 104px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .reasonDetail_title:after {
      background-image: url("../img/top/examples_title_img_2.png");
      content: " ";
      min-width: 61px;
      min-height: 84px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .reasonDetail_subTitle {
    padding-bottom: 24px;
    text-align: center; }

@media screen and (max-width: 750px) {
  .reasonDetail_title {
    font-size: 4.8vw; }
    .reasonDetail_title:before {
      min-width: 11vw;
      min-height: 20vw; }
    .reasonDetail_title:after {
      min-width: 10vw;
      min-height: 14vw; }
  .reasonDetail_subTitle {
    padding-bottom: 24px;
    text-align: center; } }
.aboutCorp {
  padding: 54px 0 68px;
  background-image: url("../img/reason/about_crop_bk_btm.png");
  background-position: bottom center;
  background-repeat: repeat-x; }
  .aboutCorp_title {
    text-align: center;
    padding-bottom: 30px;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px; }
    .aboutCorp_title:before {
      background-image: url("../img/reason/about_crop_title_img_1.png");
      content: " ";
      min-width: 59px;
      min-height: 64px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .aboutCorp_title:after {
      background-image: url("../img/reason/about_crop_title_img_2.png");
      content: " ";
      min-width: 47px;
      min-height: 71px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .aboutCorp_subTitle {
    text-align: center; }
  .aboutCorp_header {
    padding-bottom: 36px; }
  .aboutCorp_body {
    text-align: center; }

@media screen and (max-width: 750px) {
  .aboutCorp {
    padding: 54px 0 68px;
    background-image: url("../img/reason/about_crop_bk_btm.png");
    background-position: bottom center;
    background-repeat: repeat-x; }
    .aboutCorp_title {
      font-size: 5vw; }
      .aboutCorp_title:before {
        min-width: 11vw;
        min-height: 12vw; }
      .aboutCorp_title:after {
        min-width: 9vw;
        min-height: 14vw; }
    .aboutCorp_subTitle {
      text-align: center; }
    .aboutCorp_header {
      padding-bottom: 36px; }
    .aboutCorp_body {
      text-align: center; }
      .aboutCorp_body img {
        max-width: 100%; } }
.corpInfo {
  padding: 70px 0 100px; }
  .corpInfo_title {
    font-weight: bold;
    padding-bottom: 40px;
    font-size: 20px; }
  .corpInfo_body {
    display: flex;
    justify-content: space-between;
    gap: 56px; }
  .corpInfo_footer {
    display: flex;
    justify-content: space-between;
    gap: 48px; }
    .corpInfo_footer > * {
      flex: 1; }
    .corpInfo_footer iframe {
      width: 100%; }
    .corpInfo_footer img {
      max-width: 100%; }

@media screen and (max-width: 750px) {
  .corpInfo {
    padding: 70px 0 100px; }
    .corpInfo_title {
      font-weight: bold;
      padding-bottom: 40px;
      font-size: 3.8vw; }
    .corpInfo_body {
      display: block;
      justify-content: space-between;
      gap: 56px; }
      .corpInfo_body > * {
        padding-bottom: 36px; }
    .corpInfo_footer {
      display: block;
      text-align: center; }
      .corpInfo_footer > * {
        flex: 1; }
      .corpInfo_footer iframe {
        width: 100%; }
      .corpInfo_footer img {
        max-width: 100%; } }
.requestFlow {
  background-image: url("../img/top/feature_bk.png");
  padding: 48px 0 81px;
  margin-bottom: 81px; }
  .requestFlow_header {
    padding-bottom: 36px; }
  .requestFlow_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px; }
    .requestFlow_title:before {
      background-image: url("../img/top/examples_title_img_1.png");
      content: " ";
      min-width: 58px;
      min-height: 104px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .requestFlow_title:after {
      background-image: url("../img/top/examples_title_img_2.png");
      content: " ";
      min-width: 61px;
      min-height: 84px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

.planListSec_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  gap: 18px;
  padding-bottom: 24px; }
  .planListSec_title:before {
    background-image: url("../img/top/examples_title_img_1.png");
    content: " ";
    min-width: 58px;
    min-height: 104px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .planListSec_title:after {
    background-image: url("../img/top/examples_title_img_2.png");
    content: " ";
    min-width: 61px;
    min-height: 84px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.wordHelp {
  padding: 52px 0;
  display: none; }
  .wordHelp_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px;
    padding-bottom: 24px; }
    .wordHelp_title:before {
      background-image: url("../img/top/examples_title_img_1.png");
      content: " ";
      min-width: 58px;
      min-height: 104px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .wordHelp_title:after {
      background-image: url("../img/top/examples_title_img_2.png");
      content: " ";
      min-width: 61px;
      min-height: 84px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .wordHelp_subTitle {
    padding-bottom: 36px;
    text-align: center; }
  .wordHelp_body {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit, 48%);
    justify-content: center;
    /* グリッド全体を中央に寄せる設定 */
    column-gap: 2%;
    row-gap: 2vw; }

@media screen and (max-width: 750px) {
  .wordHelp_title {
    font-size: 5vw; }
    .wordHelp_title:before {
      min-width: 8vw;
      min-height: 16vw; }
    .wordHelp_title:after {
      min-width: 10vw;
      min-height: 13vw; }
  .wordHelp_subTitle {
    padding-bottom: 36px;
    text-align: center; }
  .wordHelp_body {
    display: block; } }
.exampleDetail {
  padding: 48px 0; }
  .exampleDetail_header {
    border-radius: 12px;
    padding: 20px 32px; }
  .exampleDetail_title {
    display: flex;
    align-items: center;
    gap: 20px; }
  .exampleDetail_text {
    font-size: 24px; }
  .exampleDetail_content {
    padding: 20px 0; }
    .exampleDetail_content-flex {
      display: flex;
      gap: 24px; }
    .exampleDetail_content-head > * {
      flex: 1; }
  .exampleDetail_data table {
    font-size: 20px; }
  .exampleDetail_data td {
    text-align: right;
    font-weight: bold; }
  .exampleDetail_data td {
    padding: .5em 1em; }
  .exampleDetail_data th {
    padding: .5em 0; }
  .exampleDetail_data-flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.simulationSec {
  padding: 36px 0; }
  .simulationSec_header {
    text-align: center;
    font-size: 14px;
    width: 620px;
    padding: 0 12px;
    max-width: 100%; }
  .simulationSec_data-flex {
    display: flex;
    align-items: center;
    gap: 24px; }

@media screen and (max-width: 750px) {
  .simulationSec {
    padding: 36px 0; }
    .simulationSec_wrap {
      margin: auto;
      margin-bottom: 36px; }
    .simulationSec_data-flex {
      display: block;
      align-items: center;
      gap: 24px; }
    .simulationSec_arrow {
      display: inline-block;
      transform: rotateZ(90deg); }
      .simulationSec_arrowWrap {
        text-align: center; } }
.footer {
  padding: 24px 0 0; }
  .footer_body {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 14px; }
  .footer_foot {
    text-align: center;
    padding: 24px; }
  .footer a {
    display: block; }

@media screen and (max-width: 750px) {
  .footer {
    padding: 24px 0;
    background-color: #fff; }
    .footer_body {
      flex-wrap: wrap;
      gap: 1em;
      justify-content: space-between;
      display: none; }
    .footer_foot {
      text-align: left;
      color: #0c0c0c; }
    .footer a {
      display: block; } }
.sideContent {
  padding-bottom: 12px; }
  .sideContent_header {
    padding: 3px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0.4em 0; }
  .sideContent_body {
    padding: 6px 0; }

.topNews {
  padding: 50px 0; }
  .topNews_header {
    padding-bottom: 24px; }
  .topNews_body {
    padding-bottom: 24px; }
  .topNews_content {
    padding-bottom: 36px; }
    .topNews_content-flex {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5em; }
      .topNews_content-flex span {
        display: inline-block;
        margin: 0 0.5em; }
  .topNews_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px; }
    .topNews_title:before {
      background-image: url("../img/top/news_title_img_1.png");
      content: " ";
      min-width: 59px;
      min-height: 64px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topNews_title:after {
      background-image: url("../img/top/news_title_img_2.png");
      content: " ";
      min-width: 46px;
      min-height: 71px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

@media screen and (max-width: 750px) {
  .topNews_content-flex {
    display: flex;
    text-align: center;
    flex-wrap: wrap; }
    .topNews_content-flex a {
      width: 100%; }
    .topNews_content-flex span {
      display: none; }
  .topNews_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    gap: 18px; }
    .topNews_title:before {
      background-image: url("../img/top/news_title_img_1.png");
      content: " ";
      min-width: 59px;
      min-height: 64px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topNews_title:after {
      background-image: url("../img/top/news_title_img_2.png");
      content: " ";
      min-width: 46px;
      min-height: 71px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }
.contactFootLinks {
  padding: 48px 0; }
  .contactFootLinks_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap; }
  .contactFootLinks_body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px; }
  .contactFootLinks_spTitle {
    display: none; }

@media screen and (max-width: 750px) {
  .contactFootLinks {
    padding: 0px 0; }
    .contactFootLinks_wrap {
      display: block; }
    .contactFootLinks_header {
      display: none; }
    .contactFootLinks_spTitle {
      display: block;
      padding: 0 2vw; }
      .contactFootLinks_spTitle img {
        max-width: 100%; }
    .contactFootLinks_body {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0px; }
      .contactFootLinks_body > * {
        width: 30%; }
        .contactFootLinks_body > *:first-child {
          width: 40%; } }
.aboutElec {
  padding: 48px 0; }
  .aboutElec_body {
    text-align: center; }
  .aboutElec_header {
    padding-bottom: 50px; }
  .aboutElec_content {
    padding-bottom: 50px;
    line-height: 2.0em; }
    .aboutElec_content span {
      display: block; }
  .aboutElec_mainWord {
    padding-bottom: 24px; }
  .aboutElec_mainImg {
    padding-bottom: 36px; }
  .aboutElec_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    gap: 18px; }
    .aboutElec_title:before {
      background-image: url("../img/about/about_title_img_1.png");
      content: " ";
      min-width: 57px;
      min-height: 68px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .aboutElec_title:after {
      background-image: url("../img/about/about_title_img_2.png");
      content: " ";
      min-width: 71px;
      min-height: 78px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .aboutElec_titleText {
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: center;
      flex-wrap: wrap; }
      .aboutElec_titleText span {
        font-size: 72px;
        font-weight: bold; }
        .aboutElec_titleText spanlast-child {
          font-size: 60px; }

@media screen and (max-width: 750px) {
  .aboutElec {
    padding: 48px 0; }
    .aboutElec_body {
      text-align: left; }
    .aboutElec_header {
      padding-bottom: 50px; }
    .aboutElec_content {
      padding-bottom: 50px;
      line-height: 2.0em; }
      .aboutElec_content span {
        display: block; }
    .aboutElec_mainWord {
      text-align: center;
      padding-bottom: 24px; }
      .aboutElec_mainWord img {
        max-width: 100%; }
    .aboutElec_mainImg {
      padding-bottom: 36px; }
    .aboutElec_title {
      font-size: 7vw; }
      .aboutElec_title:before {
        min-width: 8vw;
        min-height: 10vw; }
      .aboutElec_title:after {
        min-width: 8vw;
        min-height: 8.1vw; }
      .aboutElec_titleText span {
        font-size: 10vw; }
        .aboutElec_titleText spanlast-child {
          font-size: 9.3vw; } }
.plansHead {
  padding: 48px 0; }
  .plansHead_header {
    width: 750px;
    margin: auto;
    max-width: 100%; }
  .plansHead_subTitle {
    line-height: 2em; }

.caseArchives {
  padding: 36px 0; }

.newsBox {
  position: relative;
  padding: 24px 0;
  border-bottom: solid 1px #f0f0f0;
  font-size: 14px; }
  .newsBox_header {
    padding-bottom: 18px; }
  .newsBox_categories {
    position: absolute;
    z-index: 10;
    left: 0; }
  .newsBox_bkImg {
    width: 180px;
    height: 120%;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .newsBox_body {
    display: flex;
    width: 100%;
    gap: 24px; }
  .newsBox_time {
    text-align: right; }
  .newsBox_imgWrap {
    transform: translateY(-32%); }
  .newsBox_title {
    padding-bottom: 18px;
    font-size: 18px; }

.newsList {
  padding: 24px 0; }

.newsBoxes_item {
  padding-bottom: 24px; }

/*# sourceMappingURL=style.css.map */
