@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  margin: 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}
main a {
  color: #000000;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

svg,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .support .mainContents {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .support .mainContents {
    padding-top: 12rem;
  }
}
.support .kv {
  background-image: url("../img/kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .support .kv {
    background-image: url("../img/sp/kv.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
  }
}
.support .kv__container {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .support .kv__container {
    width: 124rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .support .kv__container {
    width: 100%;
  }
}
.support .kv__title {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .support .kv__title {
    padding: 3.5rem 0 5.3rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .support .kv__title {
    padding: 5rem 0 4rem;
    font-size: 3.4rem;
    text-align: center;
  }
}
.support .kv__title span {
  display: block;
}
@media screen and (min-width: 769px) {
  .support .kv__title span {
    padding-top: 1rem;
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .support .kv__title span {
    padding-top: 3rem;
    font-size: 3.8rem;
    line-height: 5.7rem;
  }
}
@media screen and (min-width: 769px) {
  .support .support_contents {
    margin: 8.2rem auto 0;
    padding: 0 2rem;
    max-width: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_contents {
    margin-top: 10rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .support .support_content02 {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_content02 {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .support .support_content03 {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_content03 {
    margin-top: 10rem;
  }
}
.support .support_title {
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 769px) {
  .support .support_title {
    font-size: 3rem;
    padding-left: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_title {
    font-size: 3.8rem;
    padding-left: 4rem;
  }
}
.support .support_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00a7e3;
}
@media screen and (min-width: 769px) {
  .support .support_title::before {
    width: 2.3rem;
    height: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_title::before {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.support .support_box01 {
  background-color: #e9e9e9;
}
@media screen and (min-width: 769px) {
  .support .support_box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    padding: 3rem 7rem;
    gap: 6.6rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 3.5rem;
    padding: 6rem 5rem 8rem;
  }
}
.support .support_box02 {
  background-color: #e9e9e9;
}
@media screen and (min-width: 769px) {
  .support .support_box02 {
    margin-top: 3rem;
    padding: 5rem 7rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_box02 {
    margin-top: 3.5rem;
    padding: 6rem 5rem 7rem;
  }
}
.support .support_box03 {
  background-color: #e9e9e9;
}
@media screen and (min-width: 769px) {
  .support .support_box03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    padding: 5.4rem 8rem 5rem;
    gap: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_box03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 3.5rem;
    padding: 8rem 5rem 10rem;
  }
}
@media screen and (min-width: 769px) {
  .support .support_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.6rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.support .img_support01 {
  display: block;
}
@media screen and (min-width: 769px) {
  .support .img_support01 {
    width: 100%;
    max-width: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .support .img_support01 {
    width: 100%;
  }
}
.support .img_support02 {
  display: block;
}
@media screen and (min-width: 769px) {
  .support .img_support02 {
    width: 100%;
    max-width: 43.2rem;
  }
}
@media screen and (max-width: 768px) {
  .support .img_support02 {
    width: 100%;
  }
}
.support .img_support04 {
  display: block;
}
@media screen and (min-width: 769px) {
  .support .img_support04 {
    width: 100%;
    max-width: 51.8rem;
  }
}
@media screen and (max-width: 768px) {
  .support .img_support04 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .support .support_text {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_text {
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
.support .support_text a {
  color: #82c8e6;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
}
.support .support_text a:hover {
  opacity: 0.7;
}
.support .contact_btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .support .contact_btnbox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_btnbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6rem;
  }
}
.support .contact_btn {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.support .contact_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .support .contact_btn::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .support .contact_btn:hover::before {
    right: 0;
  }
}
.support .contact_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .support .contact_btn::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 2.7rem;
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_btn::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .support .contact_btn:hover::after {
    background-image: url(../img/arrow_on.png);
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.support .contact_btn span {
  position: relative;
  z-index: 20;
}
.contact_btn:hover .support .contact_btn span {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 769px) {
  .support .contact_btn {
    width: 32rem;
    border-radius: 26px;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_btn {
    width: 57rem;
    border-radius: 26px;
    font-size: 3rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .support .support_comparison {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_comparison {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .support .support_comparisonText {
    padding-top: 3rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_comparisonText {
    padding-top: 4rem;
    font-size: 2.2rem;
    line-height: 3.8rem;
  }
}
.support .support_comparisonText a {
  color: #82c8e6;
  -webkit-transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
  transition: opacity 0.4s ease, color 0.4s ease, border 0.4s ease;
}
.support .support_comparisonText a:hover {
  opacity: 0.7;
}
.support .support_destination {
  border: 1px solid #00b9ec;
}
@media screen and (min-width: 769px) {
  .support .support_destination {
    margin-top: 4rem;
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_destination {
    margin-top: 4.5rem;
    padding: 3.5rem 2.5rem;
  }
}
.support .support_destinationTitle {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .support .support_destinationTitle {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_destinationTitle {
    font-size: 2.6rem;
  }
}
.support .support_destinationText {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .support .support_destinationText {
    padding-top: 1rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .support .support_destinationText {
    padding-top: 1.5rem;
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.support .download {
  background-color: #e0eed7;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .support .download {
    max-width: 160rem;
    margin: 20rem auto 0;
    padding: 8rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .support .download {
    margin-top: 10rem;
    padding: 8rem 0;
  }
}
.support .download_title {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .support .download_title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .support .download_title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .support .download_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 5.5rem 0 0;
    width: 124rem;
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .support .download_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.8rem;
    padding: 6rem 4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .support .download_item {
    width: 36rem;
    margin: 0 auto;
  }
}
.support .download_item a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.support .download_item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .support .download_item:first-of-type .download_itemText {
    padding-top: 4.3rem;
  }
}
@media screen and (min-width: 769px) {
  .support .download_item:first-of-type .download_itemLink {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .support .download_item:last-of-type .download_itemText {
    padding-top: 4.3rem;
  }
}
@media screen and (min-width: 769px) {
  .support .download_item:last-of-type .download_itemLink {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .support .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .support .sp_flex .sp_textbox {
    width: 49.5rem;
  }
}
.support .img_support05 {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .support .img_support05 {
    width: 22.7rem;
  }
}
@media screen and (max-width: 768px) {
  .support .img_support05 {
    width: 59rem;
  }
}
.support .download_itemTitle {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .support .download_itemTitle {
    padding-top: 2.4rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .support .download_itemTitle {
    font-size: 2.8rem;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 769px) {
  .support .download_itemText {
    padding-top: 3rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .support .download_itemText {
    padding-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.9rem;
    text-align: left;
  }
}
.support .download_itemLink {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.support .download_itemLink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .support .download_itemLink::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .support .download_itemLink:hover::before {
    right: 0;
  }
}
.support .download_itemLink span {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .download_itemLink:hover .support .download_itemLink span {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 769px) {
  .support .download_itemLink {
    width: 36rem;
    border-radius: 26px;
    margin-top: 3.5rem;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .support .download_itemLink {
    width: 100%;
    border-radius: 26px;
    margin-top: 5rem;
    padding: 1.5rem 0;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .support .contact {
    margin: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .support .contact {
    margin: 9.8rem 0 17.5rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .support .contact .contact_box {
    width: 95rem;
    margin: 0 auto;
    padding: 2.5rem 0 1.8rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .support .contact .contact_box {
    width: 100%;
    margin: 0 auto;
    padding: 5.5rem 4.5rem;
    border: 1px solid #00b9ec;
    border-radius: 10px;
  }
}
.support .contact_lead {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .support .contact_lead {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_lead {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
}
@media screen and (min-width: 769px) {
  .support .contact_items {
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_items {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
.support .contact_btn02 {
  position: relative;
  display: block;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
.support .contact_btn02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .support .contact_btn02::before {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .support .contact_btn02:hover::before {
    right: 0;
  }
}
.support .contact_btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow.png) center/100% no-repeat;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .support .contact_btn02::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 2.7rem;
    -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease;
    transition: background-image 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_btn02::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .support .contact_btn02:hover::after {
    background-image: url(../img/arrow_on.png);
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.support .contact_btn02 span {
  position: relative;
  z-index: 20;
}
.contact_btn02:hover .support .contact_btn02 span {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 769px) {
  .support .contact_btn02 {
    width: 38rem;
    height: 5.2rem;
    border-radius: 26px;
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_btn02 {
    width: 57rem;
    border-radius: 26px;
    padding: 1.5rem 0;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .support .contact_text {
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_text {
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.support .contact_tel {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .support .contact_tel {
    font-size: 3.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_tel {
    font-size: 5.6rem;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .support .contact_time {
    padding-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .support .contact_time {
    padding-top: 2.5rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    text-align: center;
  }
}