@charset "UTF-8";
/*--------------------------------------------
 * Global
 * --------------------------------------------*/
html {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

:root {
  --header-height: 80px;
}

.content_wrapper {
  padding-top: 80px;
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: initial;
  }
}
@media not all and (min-width: 993px) {
  :root {
    --header-height: 55px;
  }
}
@media not all and (min-width: 768px) {
  .content_wrapper {
    padding-top: 45px;
  }
}
.ly_cont {
  padding-top: var(--header-height);
}

.ly_cont_inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_all {
  width: 100%;
  text-align: center;
}

@media not all and (min-width: 1110px) {
  .ly_cont_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section_outline,
.section_customer_about {
  padding-top: 34px;
}

.section_about {
  padding-top: 54px;
}

.section_application_web,
.section_application_mail,
.section_customer_note {
  padding-top: 80px;
}

.section_subsidy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sectin_customer_contact {
  padding-top: 60px;
}

@media not all and (min-width: 1110px) {
  .section_outline,
  .section_customer_about {
    padding-top: 24px;
  }
  .section_application_web,
  .section_application_mail,
  .section_customer_note {
    padding-top: 55px;
  }
  .section_subsidy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media not all and (min-width: 768px) {
  .section_outline,
  .section_customer_about {
    padding-top: 14px;
  }
  .section_about {
    padding-top: 34px;
  }
  .section_application_web,
  .section_application_mail,
  .section_customer_note {
    padding-top: 44px;
  }
  .section_subsidy {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .sectin_customer_contact {
    padding-top: 34px;
  }
}
.bl_header {
  position: fixed;
  width: 100%;
  z-index: 9980;
  background-color: #FFF;
  -webkit-box-shadow: 0 -4px 20px 0px #828282;
  box-shadow: 0 -4px 20px 0px #828282;
  padding: 0;
  left: 0;
  top: 0;
}
.bl_header .el_logo {
  display: block;
  padding-left: 20px;
}

.bl_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_header_spBtn {
  display: none;
}

.bl_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bl_header_menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bl_header_menuList_item {
  display: block;
  padding: 24px 15px;
  line-height: 32px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.bl_header_menuBtnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bl_header_menuBtn {
  display: block;
  width: 80px;
  height: 100%;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 50px 0 16px;
  color: #fff;
  background: #EC684E url("../img/common/icon_only.svg") no-repeat center 27%;
  text-align: center;
  font-weight: bold;
}
.bl_header_menuBtn__study {
  background: #006EC8 url("../img/common/icon_person.svg") no-repeat center 27%;
}
.bl_header_menuBtn__contact {
  width: 95px;
  color: #FFF;
  background: #82C3D7 url(../img/common/icon_mail.svg) no-repeat center 27%;
}

@media (min-width: 993px) {
  .bl_header_menuList_item {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .bl_header_menuList_item:hover {
    background-color: #EEE;
    text-decoration: none;
    color: #EC684E;
  }
  .bl_header_menuBtn {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .bl_header_menuBtn:hover {
    color: #FFFF00;
    background: #EC684E url(../img/common/icon_only_on.svg) no-repeat center 27%;
    text-decoration: none;
  }
  .bl_header_menuBtn__study:hover {
    background: #006EC8 url(../img/common/icon_person_on.svg) no-repeat center 27%;
  }
  .bl_header_menuBtn__contact:hover {
    background: #82C3D7 url(../img/common/icon_mail_on.svg) no-repeat center 27%;
  }
}
@media not all and (min-width: 1301px) {
  .bl_header_menuList_item {
    padding: 24px 12px;
  }
}
@media not all and (min-width: 1110px) {
  .bl_header_menuList_item {
    padding: 24px 8px;
    font-size: 0.75rem;
  }
  .bl_header_menuBtnUnit li:first-child a {
    width: 65px;
  }
  .bl_header_menuBtnUnit li:last-child a {
    width: 90px;
  }
}
@media not all and (min-width: 993px) {
  .bl_header {
    -webkit-box-shadow: 0px -2px 8px 0px #0d0d0d;
            box-shadow: 0px -2px 8px 0px #0d0d0d;
  }
  .bl_header .el_logo img {
    height: auto;
  }
  .bl_header_spBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bl_header_spBtn .el_studyBtn {
    width: 67px;
    height: 55px;
    display: block;
    padding: 37px 0 0;
    color: #006EC8;
    background: url(../img/common/sp_personlink_icon_blue.svg) no-repeat center 21%;
    line-height: 1;
    font-size: 0.6875rem;
    border-left: 2px solid #006EC8;
    text-align: center;
  }
  .bl_header_spBtn .el_studyBtn .kuro {
    letter-spacing: -0.3em;
  }
  .bl_header_spBtn .el_hamBtn {
    width: 60px;
    height: 55px;
    background-color: #006EC8;
    position: relative;
    font-size: 0.6875rem;
    color: #fff;
    padding: 34px 10px 10px;
  }
  .bl_header_spBtn .el_hamBtn .border {
    display: block;
    width: 36px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .bl_header_spBtn .el_hamBtn .border:nth-child(1) {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .bl_header_spBtn .el_hamBtn .border:nth-child(3) {
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
  }
  .bl_header_spBtn .el_hamBtn .off_text {
    display: inline-block;
  }
  .bl_header_spBtn .el_hamBtn .on_text {
    display: none;
  }
  .bl_header_spBtn .el_hamBtn.open {
    background-color: #E3F0EF;
  }
  .bl_header_spBtn .el_hamBtn.open .border {
    background: #006EC8;
  }
  .bl_header_spBtn .el_hamBtn.open .border:nth-child(1) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bl_header_spBtn .el_hamBtn.open .border:nth-child(2) {
    opacity: 0;
  }
  .bl_header_spBtn .el_hamBtn.open .border:nth-child(3) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .bl_header_spBtn .el_hamBtn.open .on_text {
    display: block;
    color: #006EC8;
  }
  .bl_header_spBtn .el_hamBtn.open .off_text {
    display: none;
  }
  .bl_header_menuContaniner {
    display: none;
    position: absolute;
    width: 100%;
    max-height: calc(100vh - 55px);
    overflow-y: scroll;
    top: 55px;
    left: 0;
    z-index: 8888;
    background-color: #E3F0EF;
    padding: 10px 0;
  }
  .bl_header_menu {
    display: block;
  }
  .bl_header_menuList {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .bl_header_menuList_item {
    padding: 15px 0;
    border-bottom: 1px dashed #333;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .bl_header_menuBtnUnit {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .bl_header_menuBtnUnit li {
    margin-bottom: 15px;
  }
  .bl_header_menuBtnUnit li:first-child a, .bl_header_menuBtnUnit li:last-child a {
    width: 100%;
  }
  .bl_header_menuBtn {
    width: 100%;
    padding: 16px 0;
    border-radius: 8px;
    background-image: none;
    line-height: 1.5;
  }
  .bl_header_menuBtn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_only.svg) no-repeat;
    background-size: cover;
    vertical-align: bottom;
    margin-right: 5px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .bl_header_menuBtn__study::before {
    background: url(../img/common/icon_person.svg) center center/contain no-repeat;
  }
  .bl_header_menuBtn__contact {
    width: 100%;
  }
  .bl_header_menuBtn__contact::before {
    width: 30px;
    height: 20px;
    background: url(../img/common/icon_mail.svg) no-repeat;
  }
}
.bl_footer {
  background-color: #82C3D7;
  padding: 25px 0 15px;
  text-align: center;
  position: relative;
}
.bl_footer ul {
  text-align: center;
  margin-bottom: 20px;
}
.bl_footer li {
  display: inline-block;
  margin-bottom: 10px;
}
.bl_footer li a {
  display: block;
  margin: 0 30px;
  color: #FFF;
  text-decoration: underline;
  font-size: 0.875rem;
}
.bl_footer p {
  color: #FFF;
  font-size: 0.8125rem;
  font-size: 0.8125rem;
}

@media (min-width: 993px) {
  .bl_footer li a:hover {
    text-decoration: none;
    color: #F00;
  }
}
@media not all and (min-width: 768px) {
  .bl_footer li {
    display: block;
    margin-bottom: 10px;
  }
  .bl_footer li a {
    line-height: 1.5;
  }
  .bl_footer p {
    font-size: 0.75rem;
  }
}
.bl_teaser {
  width: 100%;
  height: calc(100vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_teaser h1 {
  font-size: 5.625rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
}
.bl_teaser p {
  font-size: 1.875rem;
}

@media not all and (min-width: 993px) {
  .bl_teaser {
    padding-top: 55px;
    height: calc(100vh - 134px);
  }
  .bl_teaser h1 {
    font-size: 2.5rem;
  }
  .bl_teaser p {
    font-size: 1.125rem;
  }
}
.bl_block p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}
.bl_block > * + * {
  margin-top: 12px;
}
.bl_block + [class^=bl_],
.bl_block + [class^=el_] {
  margin-top: 34px;
}

@media not all and (min-width: 1110px) {
  .bl_block img {
    height: auto;
  }
  .bl_block + [class^=bl_],
  .bl_block + [class^=el_] {
    margin-top: 28px;
  }
}
@media not all and (min-width: 768px) {
  .bl_block {
    font-size: 0.875rem;
  }
  .bl_block img {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_block > * + * {
    margin-top: 10px;
  }
  .bl_block + [class^=bl_],
  .bl_block + [class^=el_] {
    margin-top: 24px;
  }
}
@media not all and (min-width: 576px) {
  .bl_block img {
    max-width: 100%;
  }
}
.bl_box_heading {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0dac67;
  border-radius: 10px 10px 0 0;
}

.bl_box_body {
  border: 1px solid #0dac67;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.bl_box_flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 16px 30px 30px 30px;
}

.bl_box_document {
  padding: 44px 60px;
  background-color: #fffbda;
  margin-top: 60px;
}

.bl_box_dest {
  background-color: #eeeeef;
  padding: 20px 30px;
}

.bl_box_file {
  margin: 35px 0 50px;
  padding: 0 20px;
}

@media not all and (min-width: 1110px) {
  .bl_box_flow {
    padding: 10px 10px 20px 10px;
  }
  .bl_box_document {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1110px) {
  .bl_box_heading {
    height: 66px;
  }
  .bl_box_heading img {
    width: auto;
    height: 48px;
  }
}
@media not all and (min-width: 768px) {
  .bl_box_heading {
    height: 60px;
  }
  .bl_box_heading img {
    width: auto;
    height: 40px;
  }
  .bl_box_flow {
    grid-template-columns: auto;
    padding: 10px 20px 20px 10px;
    row-gap: 6px;
  }
  .bl_box_flow img {
    display: block;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_box_document {
    padding: 24px 20px;
    font-size: 0.875rem;
  }
  .bl_box_dest {
    padding: 10px 20px 16px 20px;
  }
  .bl_box_dest img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bl_box_file {
    padding: 0;
    margin: 20px 0 28px;
  }
}
.el_button {
  color: #333;
}

.el_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  width: 100%;
  max-width: 526px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.el_btn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #ffe900;
  border-radius: 10px;
  padding: 0 30px;
}
.el_btn::before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -8px;
  background-image: url(../img/bg/diag-stripe-yellow.svg);
  background-size: 100px;
  background-repeat: repeat;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.el_btn::after {
  content: "";
  width: 10px;
  height: 18px;
  background-image: url(../img/icon/arrow-right-black.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.el_btn.green {
  height: 130px;
}
.el_btn.green .yellow {
  font-size: 1.625rem;
  color: #ffe900;
}
.el_btn.green::before {
  background-image: url(../img/bg/diag-stripe-green.svg);
}
.el_btn.green::after {
  width: 18px;
  height: 10px;
  background-image: url(../img/icon/arrow-bottom-white.svg) !important;
  bottom: 15px;
  top: auto;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(45deg);
      -ms-transform: translateX(50%) rotate(45deg);
          transform: translateX(50%) rotate(45deg);
  padding-bottom: 10px;
}
.el_btn.green .inner {
  background-color: #0dac67;
  color: #fff;
}
.el_btn.underArrow::after {
  background-image: url(../img/icon/arrow-bottom.svg);
  width: 18px;
  height: 10px;
  bottom: 15px;
  top: auto;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  padding-bottom: 10px;
}
.el_btn.underArrow .inner {
  padding-bottom: 20px;
}
.el_btn.blue::before {
  background-image: url(../img/bg/diag-stripe-blue.svg);
}
.el_btn.blue::after {
  background-image: url(../img/icon/arrow-right-white.svg);
}
.el_btn.blue .inner {
  background-color: #00b9ef;
  color: #fff;
}
.el_btn.orange::before {
  background-image: url(../img/bg/diag-stripe-orange.svg);
}
.el_btn.orange::after {
  background-image: url(../img/icon/arrow-right-white.svg);
}
.el_btn.orange .inner {
  background-color: #f15a24;
  color: #fff;
}
.el_btn.gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.el_btn:hover {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 1;
}
.el_btn:hover::before {
  bottom: 0;
}

.el_btn-unit {
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.el_btn-unit.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.el_btn-unit.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.el_btn-unit + .el_btn-unit {
  margin-top: 40px;
}
.el_btn-unit + [class^=bl_] {
  margin-top: 50px;
}

@media not all and (min-width: 1110px) {
  .el_btn-unit {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .el_btn {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 1110px) {
  .el_btn {
    height: 70px;
    font-size: 1.8518518519vw;
  }
  .el_btn::after {
    right: 1.4814814815vw;
  }
  .el_btn::before {
    height: 70px;
    bottom: -7px;
  }
}
@media not all and (min-width: 768px) {
  .el_btn {
    font-size: 1.25rem;
  }
  .el_btn .inner {
    padding: 0 40px;
  }
  .el_btn.green {
    font-size: 1.125rem;
    height: 156px;
  }
  .el_btn.green .inner {
    padding: 0 0 20px 0;
  }
  .el_btn.green .yellow {
    font-size: 1.5rem;
  }
  .el_btn-unit.col3, .el_btn-unit.col2 {
    grid-template-columns: auto;
    row-gap: 30px;
  }
  .el_btn-unit + .el_btn-unit {
    margin-top: 30px;
  }
}
.el_lead {
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.75px;
}
.el_lead + [class^=el_] {
  margin-top: 52px;
}

.el_note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.el_scrollTxt {
  margin-top: 10px;
}
.el_scrollTxt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@media not all and (min-width: 1110px) {
  .el_lead + [class^=el_] {
    margin-top: 42px;
  }
}
@media not all and (min-width: 768px) {
  .el_lead {
    font-size: 0.875rem;
  }
  .el_lead + [class^=el_] {
    margin-top: 34px;
  }
}
.el_totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background-color: #3a7acb;
  border-radius: 200px;
  position: sticky;
  position: -webkit-sticky;
  margin-left: auto;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  margin-top: 10px;
  margin-bottom: 30px;
  bottom: 25px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.el_totop[hidden] {
  opacity: 0;
  pointer-events: none;
}

.el_mailingAddress {
  text-align: center;
}

@media not all and (min-width: 1280px) {
  .el_totop {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media not all and (min-width: 1110px) {
  .el_totop {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: -25px;
  }
}
.el_diagHeading {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.el_diagHeading::after {
  content: "";
  width: 100%;
  height: 4px;
  background-image: url(../img/bg/diag-stripe-yellow.svg);
  background-repeat: repeat;
  background-size: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.el_diagHeading.fire:before {
  content: "";
  width: 18px;
  height: 29px;
  display: inline-block;
  background-image: url(../img/icon/fire.svg);
  background-repeat: no-repeat;
  position: relative;
  margin-right: 15px;
  top: 4px;
}
.el_diagHeading + [class^=el_] {
  margin-top: 34px;
}

@media not all and (min-width: 1110px) {
  .el_diagHeading {
    padding-bottom: 4px;
    font-size: 1.75rem;
  }
  .el_diagHeading + [class^=el_] {
    margin-top: 24px;
  }
}
@media not all and (min-width: 768px) {
  .el_diagHeading {
    --indent: 30px;
    font-size: 1.375rem;
    line-height: 1.35;
    padding-left: var(--indent);
    padding-bottom: 14px;
    text-indent: calc(-1 * var(--indent));
  }
  .el_diagHeading.fire::before {
    margin-right: 12px;
    top: 9px;
  }
}
.el_barHeading {
  display: block;
  padding: 6px 0 6px 22px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  background-color: #0dac67;
  border-left: 8px solid #08663c;
}
.el_barHeading.blue {
  background-color: #00b9ef;
  border-color: #037284;
}
.el_barHeading + [class^=el_] {
  margin-top: 14px;
}

@media not all and (min-width: 1110px) {
  .el_barHeading {
    font-size: 1.625rem;
  }
}
@media not all and (min-width: 768px) {
  .el_barHeading {
    padding: 2px 0 2px 16px;
    font-size: 1.375rem;
    border-width: 4px;
  }
}
.el_borderHeading {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
.el_borderHeading .orange {
  color: #f15a24;
}
.el_borderHeading::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #ffe900;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.el_borderHeading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.el_borderHeading + [class^=bl_] {
  margin-top: 40px;
}
.el_borderHeading + [class$=txtonly] {
  margin-top: 14px;
}

@media not all and (min-width: 1110px) {
  .el_borderHeading {
    font-size: 1.3125rem;
  }
  .el_borderHeading + [class^=bl_] {
    margin-top: 35px;
  }
  .el_borderHeading + [class$=txtonly] {
    margin-top: 12px;
  }
}
@media not all and (min-width: 768px) {
  .el_borderHeading {
    padding-bottom: 5px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .el_borderHeading [class$=empText] {
    margin-left: 0;
    display: block;
  }
  .el_borderHeading + [class^=bl_] {
    margin-top: 30px;
  }
  .el_borderHeading + [class$=txtonly] {
    margin-top: 8px;
  }
}
.el_dotBorderHeading {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px dashed #999999;
}
.el_dotBorderHeading + [class^=el_] {
  margin-top: 14px;
}

@media not all and (min-width: 1110px) {
  .el_dotBorderHeading {
    font-size: 1.1875rem;
  }
}
@media not all and (min-width: 768px) {
  .el_dotBorderHeading {
    font-size: 1.125rem;
    padding-bottom: 3px;
  }
}
.el_roundHeading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0dac67;
  border-radius: 200px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  padding: 4.5px 20px 4.5px 8px;
  letter-spacing: 0.5px;
}
.el_roundHeading::before {
  content: "";
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.el_roundHeading.blue {
  background-color: #00b9ef;
}
.el_roundHeading.orange {
  background-color: #f15a24;
}
.el_roundHeading.human::before {
  background-image: url(../img/icon/human.svg);
}
.el_roundHeading.wallet::before {
  background-image: url(../img/icon/wallet.svg);
}
.el_roundHeading.search::before {
  background-image: url(../img/icon/search.svg);
}
.el_roundHeading.building::before {
  background-image: url(../img/icon/building.svg);
}
.el_roundHeading.memo::before {
  background-image: url(../img/icon/memo.svg);
}
.el_roundHeading.file::before {
  background-image: url(../img/icon/file.svg);
}

@media not all and (min-width: 1110px) {
  .el_roundHeading {
    font-size: 1.125rem;
  }
}
@media not all and (min-width: 768px) {
  .el_roundHeading {
    padding: 2.5px 18px 3.5px 4px;
    font-size: 1rem;
  }
  .el_roundHeading::before {
    width: 25px;
    height: 25px;
    background-size: cover;
    margin-right: 6px;
  }
}
.el_boxHeading {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 10px;
  background: #f15a24;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media not all and (min-width: 768px) {
  .el_boxHeading .el_boxHeading {
    font-size: 1.125rem;
    padding: 5px 10px;
  }
}
.el_dotList {
  --indnet: .5em;
  line-height: 1.75;
}
.el_dotList li {
  padding-left: var(--indent);
  text-indent: calc(-1 * var(--indent));
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.el_dotList li::before {
  content: "・";
  margin-right: 2px;
}
.el_dotList + [class^=el_] {
  margin-top: 34px;
}

.el_dotList__indent li {
  padding-left: 10px;
  text-indent: -10px;
}

@media not all and (min-width: 1110px) {
  + [class^=el_] {
    margin-top: 25px;
  }
}
.el_link {
  color: #f15a24;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.hp_empText {
  color: #f15a24;
  font-weight: 700;
  font-size: 1rem;
}

.hp_empText__w400 {
  font-weight: 400;
}

.hp_largeTxt {
  font-size: 1.375rem;
  font-weight: 700;
}

.hp_spOnly {
  display: none;
}

.hp_tag {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.1;
  padding: 2px 6px;
  background-color: #00b9ef;
  border-radius: 5px;
  margin-left: 5px;
}
.hp_tag.orange {
  background-color: #f15a24;
}

.hp_spaceTxt {
  white-space: nowrap;
}

@media not all and (min-width: 993px) {
  .hp_brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
  .hp_empText {
    font-size: 0.875rem;
  }
  .hp_spOnly {
    display: block;
  }
}
.un_pricedown_img {
  height: auto;
}

.un_scrollBox {
  width: 100%;
  overflow-x: auto;
  text-align: center;
}
.un_scrollBox img {
  width: 100%;
  min-width: 600px;
  height: auto;
}

.un_contactTxt {
  font-size: 1.375rem;
  font-weight: bold;
  color: #f15a24;
}
.un_contactTxt a {
  color: #f15a24;
}

.un_discountTxt {
  font-size: 1.375rem;
  color: #f15a24;
  font-weight: bold;
}

@media not all and (min-width: 768px) {
  .un_contactTxt {
    font-size: 1rem;
  }
  .un_discountTxt {
    font-size: 1.125rem;
  }
  .un_pricedown_img {
    display: block;
  }
}
.un_web_application_img01 {
  display: block;
  margin-top: 30px;
}

.un_web_application_img02 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.un_application_procedure_link {
  display: block;
  margin-top: 16px;
  margin-bottom: 50px;
  text-align: center;
}
.un_application_procedure_link > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  font-size: 0.9375rem;
}
.un_application_procedure_link > a:hover {
  opacity: 0.65;
}

@media not all and (min-width: 1110px) {
  .un_web_application_img01 {
    margin-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  .un_web_application_img01 {
    height: auto;
    margin-top: 15px;
  }
  .un_web_application_img02 {
    height: auto;
  }
  .un_application_procedure_link {
    margin-top: 14px;
    margin-bottom: 30px;
  }
  .un_application_procedure_link > a {
    font-size: 0.875rem;
  }
}
.un_mail_application_img01 {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.un_document_lead {
  text-align: center;
  margin-bottom: 30px;
}

.un_underBtnTxt {
  margin-top: 24px;
  text-align: center;
}

@media not all and (min-width: 1110px) {
  .un_mail_application_img01 {
    margin-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  .un_mail_application_img01 {
    margin-top: 15px;
    height: auto;
  }
  .un_document_lead {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
  .un_document_lead > p {
    letter-spacing: 0;
  }
  .un_underBtnTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 18px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.45;
  }
}
.un_noteArea {
  background-color: #fffbda;
  padding: 20px;
}

.un_noteArea_txt {
  padding-left: 1em;
  text-indent: -1em;
}

@media not all and (min-width: 768px) {
  .un_noteArea {
    padding: 10px;
  }
}
.un_fee_example_img {
  display: block;
  margin-top: 24px;
}

@media not all and (min-width: 768px) {
  .un_fee_example_img {
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */