@charset "UTF-8";
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMin {
  animation-name: fadeInUpMin;
}

@keyframes fadeInRightMin {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightMin {
  animation-name: fadeInRightMin;
}

@keyframes fadeInLeftMin {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftMin {
  animation-name: fadeInLeftMin;
}

@keyframes vertical01 {
  0% {
    transform: translateY(0, 0);
  }
  100% {
    transform: translate(0, 4%);
  }
}
.vertical01 {
  transform-origin: center center;
  animation: vertical01 2s ease-in-out infinite alternate;
}

@keyframes vertical01Min {
  0% {
    transform: translateY(0, 0);
  }
  100% {
    transform: translate(0, 2%);
  }
}
.vertical01Min {
  transform-origin: center center;
  animation: vertical01Min 4s ease-in-out infinite alternate;
}

/*=====  End of ANIMATION  ======*/
#pageContent {
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
}
#pageContent .maxContentWrapper {
  background-color: #fff;
}

/*=============================================
=            HEROHEAD            =
=============================================*/
#heroHead {
  max-width: 100%;
}
#heroHead .annoWrapper {
  margin-top: 10px;
}
#heroHead .ctaBtnWrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #heroHead .ctaBtnWrapper {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

/*=====  End of HEROHEAD  ======*/
/*=============================================
=            PROBLEMS            =
=============================================*/
#problems {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #problems {
    padding-bottom: 60px;
  }
}
#problems:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  opacity: 0.1;
}
#problems .problemWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#problems .problemWrapper h3 {
  text-align: center;
  color: #006fbc;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #problems .problemWrapper h3 {
    font-size: 3.2rem;
  }
}
#problems .problemWrapper .inner {
  padding-block: 20px 30px;
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  #problems .problemWrapper .inner {
    padding-block: 40px 50px;
  }
}

/*=====  End of PROBLEMS  ======*/
/*=============================================
=            FEATURE            =
=============================================*/
#feature {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  #feature {
    padding-block: 80px;
  }
}
#feature h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #feature h3 {
    font-size: 3.6rem;
  }
}
#feature .lead {
  text-align: center;
  font-size: 2rem;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #feature .lead {
    font-size: 2.4rem;
  }
}
#feature .featureContainer {
  margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  #feature .featureContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#feature .featureContainer .featureRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 5px;
}
@media only screen and (min-width: 992px) {
  #feature .featureContainer .featureRow {
    gap: 80px 20px;
  }
}
#feature .featureContainer .featureRow .featureCol {
  position: relative;
  flex: 0 0 380px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  #feature .featureContainer .featureRow .featureCol {
    flex: 0 0 430px;
  }
}
@media only screen and (min-width: 1500px) {
  #feature .featureContainer .featureRow .featureCol {
    flex: 0 0 440px;
  }
}
#feature .featureContainer .featureRow .featureCol.large {
  flex: 0 0 640px;
  max-width: 100%;
}
#feature .featureContainer .featureRow .featureCol .inner {
  padding: 50px 8px 20px;
}
@media only screen and (min-width: 992px) {
  #feature .featureContainer .featureRow .featureCol .inner {
    padding: 50px 20px 20px;
  }
}
#feature .featureContainer .featureRow .featureCol .inner .dscBox {
  padding-top: 15px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #feature .featureContainer .featureRow .featureCol .inner .dscBox {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 992px) {
  #feature .featureContainer .featureRow .featureCol .inner .dscBox {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
#feature .featureContainer .featureRow .featureCol .title {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 70%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #feature .featureContainer .featureRow .featureCol .title {
    width: 100%;
  }
}
#feature .featureContainer .featureRow .featureCol .annoWrapper {
  margin-top: 15px;
}
#feature #auuq {
  margin-top: 50px;
}
#feature #auuq .auuqContainer {
  text-align: center;
  padding-block: 20px 30px;
  padding-inline: 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #feature #auuq .auuqContainer {
    padding-block: 40px 50px;
  }
}
#feature #auuq .auuqContainer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  background-image: linear-gradient(135deg, #eb5506, #e4007f);
}
#feature #auuq h3 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  #feature #auuq h3 {
    font-size: 2.4rem;
  }
}
#feature #auuq h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 20px;
  height: 32px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/bar_l.svg);
}
#feature #auuq h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: auto;
  right: 0;
  width: 20px;
  height: 32px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/bar_r.svg);
}
#feature #auuq .auuqWrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #feature #auuq .auuqWrapper {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  #feature #auuq .auuqWrapper {
    max-width: 850px;
  }
}
#feature #auuq .auuqWrapper .family {
  content: "";
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  width: 150px;
  transform: translate(5%, -20%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #feature #auuq .auuqWrapper .family {
    width: 180px;
    transform: translate(20%, -50%);
  }
}
@media only screen and (min-width: 1200px) {
  #feature #auuq .auuqWrapper .family {
    width: auto;
  }
}
#feature #auuq .auuqWrapper .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  #feature #auuq .auuqWrapper .inner {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #feature #auuq .auuqWrapper .inner {
    gap: 30px;
  }
}
#feature #auuq .auuqWrapper .inner .imgBox {
  background-color: rgba(185, 190, 195, 0.3);
  border-radius: 20px;
  padding: 20px;
  flex: 0 0 200px;
}
@media only screen and (min-width: 1200px) {
  #feature #auuq .auuqWrapper .inner .imgBox {
    flex: 0 0 250px;
  }
}
#feature #auuq .auuqWrapper .inner .dscBox {
  flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #feature #auuq .auuqWrapper .inner .dscBox {
    flex: 0 0 390px;
  }
}
@media only screen and (min-width: 1200px) {
  #feature #auuq .auuqWrapper .inner .dscBox {
    flex: 0 0 450px;
  }
}
#feature #auuq .auuqWrapper .inner .btnWrapper {
  margin-top: 10px;
}
#feature #auuq .auuqWrapper .inner .btnWrapper .solidBtn {
  margin-left: auto;
  margin-right: auto;
}
#feature #auuq .auuqWrapper .plusArea {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  #feature #auuq .auuqWrapper .plusArea {
    font-size: 1.6rem;
  }
}
#feature #auuq .auuqWrapper .annoWrapper {
  margin-top: 20px;
  text-align: left;
}
#feature .annoWrapper {
  margin-top: 10px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#featureSpeed.js-modal .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 10px;
  color: #006fbc;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #featureSpeed.js-modal .title {
    font-size: 3rem;
  }
}
#featureSpeed.js-modal .subTitle {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #featureSpeed.js-modal .subTitle {
    font-size: 2.4rem;
  }
}
#featureSpeed.js-modal .subTitle + .annoWrapper {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
#featureSpeed.js-modal .tableWrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
#featureSpeed.js-modal .tableWrapper .tableTitle {
  text-align: center;
  color: #fff;
  display: block;
  background-color: #006fbc;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #featureSpeed.js-modal .tableWrapper .tableTitle {
    font-size: 2rem;
  }
}
#featureSpeed.js-modal .tableWrapper table {
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
}
#featureSpeed.js-modal .tableWrapper table th,
#featureSpeed.js-modal .tableWrapper table td {
  border: 1px solid #b9bec3;
}
#featureSpeed.js-modal .tableWrapper table thead th {
  background-color: rgb(229.5, 240.6, 248.3);
  color: #006fbc;
  text-align: center;
}
#featureSpeed.js-modal .tableWrapper table td {
  padding: 2px 10px;
}
@media only screen and (min-width: 768px) {
  #featureSpeed.js-modal .tableWrapper table td {
    padding: 10px 15px;
  }
}
#featureSpeed.js-modal .tableWrapper table tbody td:last-child {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
#featureSpeed.js-modal .tableWrapper table tbody td:last-child span {
  font-size: 1.4rem;
  display: inline-block;
}

/*=====  End of FEATURE  ======*/
/*=============================================
=            MODAL            =
=============================================*/
.js-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.js-modal .modalBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.js-modal .modalContent {
  background-color: #fff;
  border-radius: 8px;
  max-height: 85svh;
  width: 100%;
  max-width: 900px;
  padding: 50px 10px 20px;
  overflow-y: auto; /* スクロールさせる */
  -webkit-overflow-scrolling: touch; /* iOS対策 */
  position: relative;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalContent {
    border-radius: 20px;
    padding: 40px;
    max-height: 90vh;
  }
}
.js-modal .modalContent::-webkit-scrollbar {
  width: 0.5rem; /* 横幅 */
  border-radius: 10px;
}
.js-modal .modalContent::-webkit-scrollbar-thumb {
  background: #006fbc; /* ハンドルの色 */
}
.js-modal .modalContent::-webkit-scrollbar-track {
  background: #dfebf3; /* 背景色 */
}
.js-modal .modalContent > .closeBtn {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalContent > .closeBtn {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.js-modal .modalContent > .closeBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-modal .modalContent > .closeBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-modal .modalContent .catWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}
.js-modal .modalContent .catWrapper .catItem {
  flex: 0 0 50%;
  max-width: 250px;
}
.js-modal .modalContent .catWrapper .catItem a {
  display: block;
  border: 2px solid #eb5506;
  color: #eb5506;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.js-modal .modalContent .catWrapper .catItem.uq a {
  border-color: #e4007f;
  color: #e4007f;
}
.js-modal .modalContent .contentBox {
  position: relative;
  padding: 30px 10px;
  background-color: #fff7f3;
  border-radius: 20px;
  margin-bottom: 40px;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalContent .contentBox {
    padding: 40px 10px;
  }
}
.js-modal .modalContent .contentBox.uq {
  background-color: #fff6fb;
}
.js-modal .modalContent .contentBox.uq > .cat {
  background-color: #e4007f;
}
.js-modal .modalContent .contentBox.uq .inner .title {
  color: #e4007f;
  border-color: #e4007f;
}
.js-modal .modalContent .contentBox.uq .inner .contentDscBox .subTitle {
  color: #e4007f;
  border-color: #e4007f;
}
.js-modal .modalContent .contentBox.uq .inner .contentDscBox h6 {
  color: #e4007f;
}
.js-modal .modalContent .contentBox > .cat {
  content: "";
  position: absolute;
  top: 0%;
  background-color: #eb5506;
  color: #fff;
  padding: 5px 40px 8px;
  line-height: 1;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalContent .contentBox > .cat {
    font-size: 1.4rem;
  }
}
.js-modal .modalContent .contentBox > .inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.js-modal .modalContent .contentBox > .inner .title {
  font-size: 2rem;
  font-weight: bold;
  color: #eb5506;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-inline: 5px;
  border-bottom: 3px solid #eb5506;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalContent .contentBox > .inner .title {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
.js-modal .modalContent .contentBox > .inner .contentDscBox {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalContent .contentBox > .inner .contentDscBox {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.js-modal .modalContent .contentBox > .inner .contentDscBox .subTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 8px;
  color: #eb5506;
  padding-top: 3px;
  padding-bottom: 5px;
  border-left: #eb5506 4px solid;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalContent .contentBox > .inner .contentDscBox .subTitle {
    font-size: 2rem;
  }
}
.js-modal .modalContent .contentBox > .inner .contentDscBox ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.js-modal .modalContent .contentBox > .inner .contentDscBox ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.js-modal .modalContent .contentBox > .inner .contentDscBox h6 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #eb5506;
}
.js-modal .modalContent .contentBox > .inner .contentDscBox small {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}
.js-modal .modalContent .contentBox > .inner .solidBtn {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

/*=====  End of MODAL  ======*/
/*=============================================
=            ABOUT            =
=============================================*/
#about {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #about {
    padding-bottom: 80px;
  }
}
#about:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.1;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
}
#about:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #about:after {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  #about:after {
    height: 330px;
  }
}
#about .sectionTitleWrapper {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #about .sectionTitleWrapper {
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
}
#about .sectionTitleWrapper .uha {
  display: inline-block;
  width: 240px;
  margin-right: 5px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  #about .sectionTitleWrapper .uha {
    width: 370px;
  }
}
#about .sectionTitleWrapper .uha img {
  margin-top: -5px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #about .sectionTitleWrapper .uha img {
    margin-top: -10px;
  }
}
#about .sectionTitleWrapper .gradMatt {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  #about .sectionTitleWrapper .gradMatt {
    font-size: 4.8rem;
  }
}
#about .aboutSwiperWrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #about .aboutSwiperWrapper {
    margin-bottom: 60px;
  }
}
#about .aboutSwiperWrapper .swiper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
#about .aboutSwiperWrapper .swiper-wrapper {
  transition-timing-function: linear;
}
#about .aboutSwiperWrapper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  border-radius: 20px 20px 20px 0;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  #about .aboutSwiperWrapper .swiper-wrapper .swiper-slide {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  #about .aboutSwiperWrapper .swiper-wrapper .swiper-slide {
    max-width: 300px;
  }
}
#about .aboutRow {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow {
    display: flex;
    padding-left: unset;
    padding-right: unset;
    align-items: center;
    gap: 20px;
  }
}
#about .aboutRow.aboutRow01 {
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #about .aboutRow.aboutRow01 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1500px) {
  #about .aboutRow.aboutRow01 {
    justify-content: center;
  }
}
#about .aboutRow.aboutRow01 .imgCol {
  position: relative;
  padding-top: 10px;
  max-width: 560px;
  margin-bottom: 10px;
  border-radius: 8px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow.aboutRow01 .imgCol {
    flex: 0 0 55%;
    margin-inline: unset;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #about .aboutRow.aboutRow01 .imgCol {
    flex: 0 0 70%;
    max-width: 640px;
  }
}
@media only screen and (min-width: 1200px) {
  #about .aboutRow.aboutRow01 .imgCol {
    flex: 0 0 55%;
  }
}
@media only screen and (min-width: 1500px) {
  #about .aboutRow.aboutRow01 .imgCol {
    flex: 0 0 70%;
    max-width: 640px;
  }
}
@media only screen and (min-width: 768px) {
  #about .aboutRow.aboutRow01 .imgCol .imgColWrapper {
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (min-width: 1500px) {
  #about .aboutRow.aboutRow01 .imgCol .imgColWrapper {
    border-radius: 20px;
  }
}
#about .aboutRow.aboutRow01 .imgCol .caption {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  padding: 0px 20px;
  border-radius: 0 0 0 20px;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow.aboutRow01 .imgCol .caption {
    font-size: 1.8rem;
  }
}
#about .aboutRow.aboutRow02 {
  justify-content: start;
}
@media only screen and (min-width: 1500px) {
  #about .aboutRow.aboutRow02 {
    justify-content: center;
  }
}
#about .aboutRow.aboutRow02 .imgCol {
  margin-bottom: 10px;
  text-align: center;
  margin-inline: auto;
  max-width: 560px;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow.aboutRow02 .imgCol {
    flex: 0 0 45%;
    max-width: 430px;
    margin-inline: unset;
    margin-bottom: 0;
  }
}
#about .aboutRow.aboutRow02 .imgCol .imgColWrapper {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow.aboutRow02 .imgCol .imgColWrapper {
    border-radius: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 1500px) {
  #about .aboutRow.aboutRow02 .imgCol .imgColWrapper {
    border-radius: 20px;
  }
}
#about .aboutRow.aboutRow02 .imgCol img {
  width: 240px;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow.aboutRow02 .imgCol img {
    width: auto;
  }
}
#about .aboutRow .imgCol .imgColWrapper {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow .imgCol .imgColWrapper {
    padding: 40px 20px;
  }
}
#about .aboutRow .imgCol .imgColWrapper img {
  width: 100%;
}
#about .aboutRow .imgCol .annoWrapper {
  margin-top: 10px;
}
#about .aboutRow .dscCol .gradMatt {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow .dscCol .gradMatt {
    margin-inline: unset;
  }
}
#about .aboutRow .dscCol .dscBox {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #about .aboutRow .dscCol .dscBox {
    text-align: left;
    font-size: 2.4rem;
  }
}
#about .aboutRow .dscCol .dscBox .uha {
  display: inline-block;
  width: 265px;
  margin-bottom: 0;
  margin-right: 5px;
}
#about .aboutRow .dscCol .dscBox .uha img {
  margin-top: -5px;
  width: 100%;
}
#about .modeTableWrapper {
  margin-left: auto;
  margin-right: auto;
  width: 820px;
  max-width: 100%;
  margin-top: 40px;
}
#about .modeTableWrapper .annoWrapper {
  margin-top: 10px;
}
#about .modeTableWrapper .mode_mo table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  line-height: 1.35;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
#about .modeTableWrapper .mode_mo table:last-child {
  margin-bottom: 0;
}
#about .modeTableWrapper .mode_mo table thead tr th {
  background-color: #000;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
}
#about .modeTableWrapper .mode_mo table tbody tr th {
  width: 100px;
  font-size: 1.2rem;
  padding: 10px 8px;
}
#about .modeTableWrapper .mode_mo table tbody tr td {
  padding: 10px 8px;
  font-size: 1.4rem;
}
#about .modeTableWrapper .mode_mo table tbody tr td small {
  font-size: 1rem;
  font-weight: bold;
  display: block;
}
#about .modeTableWrapper .mode_mo table tbody tr td.grad {
  color: #006fbc;
  background-image: linear-gradient(180deg, #f3faff, #f3feff);
}
#about .modeTableWrapper .mode_mo table tbody tr td a {
  text-decoration: underline;
}
#about .modeTableWrapper .mode_mo table tbody tr.standard th {
  background-color: #006fbc;
  color: #fff;
}
#about .modeTableWrapper .mode_mo table tbody tr.standard td {
  color: #006fbc;
  background-color: #f3faff;
}
#about .modeTableWrapper .mode_mo table tbody tr.plusArea th {
  background-color: #00bfd3;
  color: #fff;
}
#about .modeTableWrapper .mode_mo table tbody tr.plusArea td {
  color: #00bfd3;
  background-color: #f3feff;
}
#about .modeTableWrapper .mode table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
#about .modeTableWrapper .mode table thead tr th {
  padding: 12px 8px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 20px 20px 0 0;
}
#about .modeTableWrapper .mode table thead tr th:first-child {
  background-color: transparent;
}
#about .modeTableWrapper .mode table thead tr th.standard {
  background-color: #006fbc;
  width: 300px;
}
#about .modeTableWrapper .mode table thead tr th.plusArea {
  background-color: #00bfd3;
  width: 300px;
}
#about .modeTableWrapper .mode table tbody tr {
  border-bottom: 1px solid #b9bec3;
}
#about .modeTableWrapper .mode table tbody tr:last-child {
  border-bottom: none;
}
#about .modeTableWrapper .mode table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
#about .modeTableWrapper .mode table tbody tr:last-child th {
  border-radius: 0 0 0 20px;
}
#about .modeTableWrapper .mode table tbody tr:first-child th {
  border-radius: 20px 0 0 0;
}
#about .modeTableWrapper .mode table tbody th,
#about .modeTableWrapper .mode table tbody td {
  padding: 20px 8px;
  font-size: 1.6rem;
}
#about .modeTableWrapper .mode table tbody th small,
#about .modeTableWrapper .mode table tbody td small {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
#about .modeTableWrapper .mode table tbody th a,
#about .modeTableWrapper .mode table tbody td a {
  text-decoration: underline;
}
#about .modeTableWrapper .mode table tbody th {
  background-color: #fff;
  font-weight: bold;
}
#about .modeTableWrapper .mode table tbody td.standard {
  color: #006fbc;
  background-color: #f3faff;
}
#about .modeTableWrapper .mode table tbody td.plusArea {
  color: #00bfd3;
  background-color: #f3feff;
}
#about .modeTableWrapper .mode table tbody td.grad {
  color: #006fbc;
  background-image: linear-gradient(135deg, #f3faff, #f3feff);
}
#about .areaWrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #about .areaWrapper {
    margin-top: 40px;
  }
}
#about .areaWrapper .areaMapWrapper {
  display: none;
}
#about .areaWrapper .annoWrapper {
  margin-top: 10px;
}

/*=====  End of ABOUT  ======*/
/*=============================================
=            DEVICE            =
=============================================*/
#device {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  #device {
    padding-block: 80px;
  }
}
#device .deviceContainer {
  position: relative;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  #device .deviceContainer {
    margin-bottom: 40px;
  }
}
#device .deviceContainer .badge {
  content: "";
  position: absolute;
  top: 5%;
  left: auto;
  right: 0;
  width: 120px;
  transform: translate(0%, -160%);
  z-index: 3;
}
@media only screen and (min-width: 576px) {
  #device .deviceContainer .badge {
    width: 180px;
    right: 3%;
    transform: translate(0%, -100%);
  }
}
@media only screen and (min-width: 768px) {
  #device .deviceContainer .badge {
    right: 0;
    width: 160px;
    transform: translate(0%, -130%);
  }
}
@media only screen and (min-width: 992px) {
  #device .deviceContainer .badge {
    right: 0;
    width: 180px;
    transform: translate(-10%, -100%);
  }
}
@media only screen and (min-width: 1200px) {
  #device .deviceContainer .badge {
    width: 160px;
    transform: translate(0%, -100%);
  }
}
@media only screen and (min-width: 1500px) {
  #device .deviceContainer .badge {
    transform: translate(-20%, -100%);
    width: auto;
  }
}
#device .deviceContainer .deviceRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  #device .deviceContainer .deviceRow {
    gap: 10px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  #device .deviceContainer .deviceRow {
    gap: 20px;
  }
}
#device .deviceContainer .deviceRow .deviceCol {
  flex: 0 0 50%;
  max-width: 440px;
}
#device .deviceContainer .deviceRow .deviceWrapper {
  background-color: #dfebf3;
  border-radius: 20px;
  padding: 10px 10px 15px;
  position: relative;
}
#device .deviceContainer .deviceRow .deviceWrapper > .title {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#device .deviceContainer .deviceRow .deviceWrapper .imgWrapper {
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#device .deviceContainer .deviceRow .deviceWrapper .imgWrapper .caption {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  width: auto;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 1;
  line-height: 1.2;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  #device .deviceContainer .deviceRow .deviceWrapper .imgWrapper .caption {
    font-size: 1.6rem;
  }
}
#device .deviceContainer .deviceRow .deviceWrapper .dscWrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#device .deviceContainer .deviceRow .deviceWrapper .dscWrapper .deviceName {
  color: #006fbc;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #device .deviceContainer .deviceRow .deviceWrapper .dscWrapper .deviceName {
    font-size: 2rem;
  }
}
#device .deviceContainer .deviceRow .deviceWrapper .dscWrapper p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #device .deviceContainer .deviceRow .deviceWrapper .dscWrapper p {
    font-size: 1.8rem;
  }
}
#device .deviceContainer .deviceRow .deviceWrapper .specWrapper .specRow {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#device .deviceContainer .deviceRow .deviceWrapper .specWrapper .specRow .specBox {
  background-color: #fff;
  color: #006fbc;
  border-radius: 5px;
  padding: 10px 5px;
  width: 110px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #device .deviceContainer .deviceRow .deviceWrapper .specWrapper .specRow .specBox {
    width: 100px;
  }
}
@media only screen and (min-width: 992px) {
  #device .deviceContainer .deviceRow .deviceWrapper .specWrapper .specRow .specBox {
    width: 110px;
  }
}
#device .deviceContainer .deviceRow .deviceWrapper .specWrapper .specRow .specBox .icon {
  text-align: center;
}
#device .deviceContainer .deviceRow .deviceWrapper .specWrapper .specRow .specBox .icon span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
#device .deviceContainer .deviceRow .deviceWrapper .specWrapper .specRow .specBox .txt {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}
#device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper {
  text-align: center;
  margin-top: 10px;
}
#device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper .title {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper .title span {
  padding: 5px 20px;
  background-color: #dfebf3;
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper .title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  background-color: #000;
}
#device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper .recommendLists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper .recommendLists li {
  flex: 0 0 calc(50% - 2.5px);
  background-image: linear-gradient(270deg, #006fbc, #00bfd3);
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px;
  color: #fff;
}
#device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper .recommendLists li:nth-child(2) {
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
}
#device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper .recommendLists li:nth-child(3) {
  background-image: linear-gradient(10deg, #006fbc, #00bfd3);
}
@media only screen and (min-width: 992px) {
  #device .deviceContainer .deviceRow .deviceWrapper .recommendWrapper .recommendLists li {
    font-size: 1.4rem;
  }
}
#device .deviceContainer .deviceRow .deviceWrapper .detailWrapper {
  margin-top: 20px;
}
#device .deviceContainer .deviceRow .deviceWrapper .detailWrapper .solidBtn {
  margin-left: auto;
  margin-right: auto;
}
#device .deviceContainer .deviceRow .deviceWrapper .detailWrapper .detailBox {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 25px 10px 5px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: -20px;
}
#device .deviceContainer .deviceRow .deviceWrapper .detailWrapper .detailBox dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9bec3;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.5;
}
#device .deviceContainer .deviceRow .deviceWrapper .detailWrapper .detailBox dl:last-child {
  border-bottom: none;
}
#device .deviceContainer .deviceRow .deviceWrapper .detailWrapper .detailBox dl dt {
  color: #000;
  flex: 0 0 120px;
}
#device .deviceContainer .deviceRow .deviceWrapper .detailWrapper .detailBox dl dd {
  color: #999999;
  margin-bottom: 0;
}
#device .annoWrapper {
  margin-top: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #device .annoWrapper {
    margin-bottom: 0;
  }
}

/*=====  End of DEVICE  ======*/
/*=============================================
=            PRICE            =
=============================================*/
#price {
  position: relative;
  z-index: 1;
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  #price {
    padding-block: 80px;
  }
}
#price:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
}
#price .sectionTitleWrapper {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #price .sectionTitleWrapper {
    margin-bottom: 30px;
  }
}
#price .pricePlanWrapper {
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper {
    margin-bottom: 60px;
  }
}
#price .pricePlanWrapper .planBtnWrapper {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#price .pricePlanWrapper .planBtnWrapper .planBtn {
  flex: 0 0 50%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ddd;
  padding: 5px;
  border-radius: 20px 20px 0 0;
  color: #000;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planBtnWrapper .planBtn {
    font-size: 1.6rem;
    padding: 10px;
  }
}
#price .pricePlanWrapper .planBtnWrapper .planBtn.active {
  color: #fff;
}
#price .pricePlanWrapper .planBtnWrapper .planBtn.active.once {
  background-color: #006fbc;
}
#price .pricePlanWrapper .planBtnWrapper .planBtn.active.installment {
  background-color: #00bfd3;
}
#price .pricePlanWrapper .planContentWrapper {
  display: none;
}
#price .pricePlanWrapper .planContentWrapper.active {
  display: block;
}
#price .pricePlanWrapper .planContentWrapper.once .doubleBox,
#price .pricePlanWrapper .planContentWrapper.once .doubleBoxBg {
  border-color: #006fbc;
}
#price .pricePlanWrapper .planContentWrapper.once .chartWrapper + .annoWrapper {
  margin-top: 10px;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1500px) {
  #price .pricePlanWrapper .planContentWrapper.once .chartWrapper .chartBox {
    width: 338px;
  }
}
#price .pricePlanWrapper .planContentWrapper.installment .doubleBox,
#price .pricePlanWrapper .planContentWrapper.installment .doubleBoxBg {
  border-color: #00bfd3;
}
#price .pricePlanWrapper .planContentWrapper.installment .chartWrapper + .annoWrapper {
  margin-top: 10px;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1500px) {
  #price .pricePlanWrapper .planContentWrapper.installment .chartWrapper .chartBox {
    width: 270px;
  }
}
#price .pricePlanWrapper .planContentWrapper.installment .priceTableWrapper .priceTable {
  background-color: #edf5f5;
}
#price .pricePlanWrapper .planContentWrapper.installment .priceTableWrapper .priceTable dl.first, #price .pricePlanWrapper .planContentWrapper.installment .priceTableWrapper .priceTable dl.second {
  color: #00bfd3;
}
#price .pricePlanWrapper .planContentWrapper.installment .priceTableWrapper .priceTable dl.first dd, #price .pricePlanWrapper .planContentWrapper.installment .priceTableWrapper .priceTable dl.second dd {
  color: #00bfd3;
}
#price .pricePlanWrapper .planContentWrapper .doubleBoxWrapper .doubleBox {
  border-width: 2px;
  border-radius: 0 0 20px 20px;
}
#price .pricePlanWrapper .planContentWrapper .doubleBoxWrapper .doubleBox > .inner {
  padding: 30px 10px 15px;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .doubleBoxWrapper .doubleBox > .inner {
    padding: 30px 30px 40px;
  }
}
#price .pricePlanWrapper .planContentWrapper .doubleBoxWrapper .doubleBoxBg {
  border-width: 2px;
  border-radius: 0 0 20px 20px;
}
#price .pricePlanWrapper .planContentWrapper .chartWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .chartWrapper {
    flex-direction: row;
  }
}
#price .pricePlanWrapper .planContentWrapper .chartWrapper img {
  width: 100%;
}
#price .pricePlanWrapper .planContentWrapper .chartWrapper .sign {
  width: 40px;
  margin-block: 5px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .chartWrapper .sign {
    width: 50px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
#price .pricePlanWrapper .planContentWrapper .arrow {
  margin: 10px auto 30px;
  width: fit-content;
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable {
  background-color: #eff9ff;
  border-radius: 20px;
  position: relative;
  padding-inline: 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable {
    padding-inline: 10px;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable .title {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 70%;
  max-width: 240px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable .title {
    width: auto;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable > .inner {
  padding-top: 30px;
  padding-bottom: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b9bec3;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl:last-child {
  border-bottom: none;
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl dt {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl dt {
    font-size: 1.6rem;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl dd {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl dd {
    font-size: 3rem;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl dd .yen {
  font-weight: 900;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl dd .yen {
    font-size: 1.6rem;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl dd small {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  font-weight: bold;
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.first {
  color: #006fbc;
  padding-top: 0;
  padding-bottom: 10px;
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.first dt {
  margin-top: 0.5em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.first dt {
    font-size: 2rem;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.first dd {
  font-size: 3.4rem;
  font-weight: 900;
  color: #006fbc;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.first dd {
    font-size: 5rem;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.second {
  color: #006fbc;
  padding-top: 10px;
  padding-bottom: 20px;
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.second dt {
  margin-top: 0.5em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.second dt {
    font-size: 2rem;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.second dd {
  font-size: 4rem;
  color: #006fbc;
  line-height: 1.05;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.second dd {
    font-size: 6rem;
  }
}
#price .pricePlanWrapper .planContentWrapper .priceTableWrapper .priceTable dl.second dd .yen {
  font-size: 2.2rem;
}
#price .pricePlanWrapper .planContentWrapper .breakdownWrapper {
  background-color: #eeeeee;
  padding: 15px 10px;
  margin-top: 20px;
  border-radius: 8px;
}
#price .pricePlanWrapper .planContentWrapper .breakdownWrapper .title {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: rgb(127.5, 127.5, 127.5);
}
#price .pricePlanWrapper .planContentWrapper .detailWrapper {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .detailWrapper {
    margin-top: 30px;
  }
}
#price .pricePlanWrapper .planContentWrapper .detailWrapper dl {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #b9bec3;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  font-weight: bold;
}
#price .pricePlanWrapper .planContentWrapper .detailWrapper dl dt {
  flex: 1 1 100%;
  max-width: 100%;
  color: #006fbc;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .detailWrapper dl dt {
    margin-bottom: 0;
    color: #000;
    flex: 0 0 170px;
    max-width: 170px;
  }
}
#price .pricePlanWrapper .planContentWrapper .detailWrapper dl dd {
  margin-bottom: 0;
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #price .pricePlanWrapper .planContentWrapper .detailWrapper dl dd {
    flex: 1 1 auto;
    max-width: calc(100% - 170px);
  }
}
#price .pricePlanWrapper .planContentWrapper .detailWrapper dl dd small {
  display: block;
  font-size: 1.2rem;
}
#price .pricePlanWrapper .planContentWrapper .detailWrapper dl dd .discounts {
  margin-top: 5px;
  font-size: 1.2rem;
}
#price .pricePlanWrapper .planContentWrapper .detailWrapper .annoWrapper {
  margin-top: 10px;
  font-weight: normal;
}
#price .optionPriceWrapper {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#price .optionPriceWrapper .optionWrapper {
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #price .optionPriceWrapper .optionWrapper {
    border-radius: 20px;
    padding: 10px 50px;
  }
}
#price .optionPriceWrapper .optionWrapper dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b9bec3;
  line-height: 1.5;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #price .optionPriceWrapper .optionWrapper dl {
    font-size: 1.6rem;
  }
}
#price .optionPriceWrapper .optionWrapper dl:last-child {
  border-bottom: none;
}
#price .optionPriceWrapper .optionWrapper dl dd {
  margin-bottom: 0;
  font-weight: bold;
}
#price .plusAreaWrapper {
  margin-bottom: 30px;
}
#price .plusAreaWrapper .solidBtn {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
#price .plusAreaWrapper .plusArea {
  display: none;
  margin-top: -20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px 20px;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  #price .plusAreaWrapper .plusArea {
    font-size: 1.4rem;
    border-radius: 20px;
    padding: 40px 50px;
  }
}

/*=====  End of PRICE  ======*/
/*=============================================
=            FLOW            =
=============================================*/
#flow {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  #flow {
    padding-block: 80px;
  }
}
#flow .sectionTitleWrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #flow .sectionTitleWrapper .sectionTitle {
    margin-left: 0;
  }
}
#flow .flowTitleWrapper {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
}
#flow .flowTitleWrapper .imgWrapper {
  width: 200px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  #flow .flowTitleWrapper .imgWrapper {
    width: auto;
  }
}
#flow .stepWrapper {
  max-width: 400px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  #flow .stepWrapper {
    max-width: none;
    margin-inline: unset;
    width: 560px;
  }
}
#flow .stepWrapper .stepBox {
  position: relative;
  border-radius: 20px;
  background-color: #f3feff;
}
#flow .stepWrapper .stepBox .stepRow {
  padding-inline: 15px;
  padding-top: 40px;
  padding-bottom: 20px;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  #flow .stepWrapper .stepBox .stepRow {
    padding-top: 20px;
    padding-inline: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#flow .stepWrapper .stepBox .stepRow .imgCol {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #flow .stepWrapper .stepBox .stepRow .imgCol {
    flex: 0 0 104px;
  }
}
#flow .stepWrapper .stepBox .stepRow .imgCol img {
  width: 120px;
}
@media only screen and (min-width: 768px) {
  #flow .stepWrapper .stepBox .stepRow .imgCol img {
    width: auto;
  }
}
#flow .stepWrapper .stepBox .stepRow .dscCol {
  flex: 1 1 auto;
  max-width: 100%;
}
#flow .stepWrapper .stepBox .stepRow .dscCol .title {
  color: #00bfd3;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #flow .stepWrapper .stepBox .stepRow .dscCol .title {
    text-align: left;
    font-size: 2rem;
  }
}
#flow .stepWrapper .stepBox .stepRow .dscCol .dscBox {
  font-size: 1.4rem;
  line-height: 1.75;
}
#flow .stepWrapper .stepBox .stepRow .dscCol .dscBox small {
  display: block;
  font-size: 1.2rem;
}
#flow .stepWrapper .stepBox .stepRow .dscCol .dscBox a {
  color: #00bfd3;
  font-weight: bold;
  text-decoration: underline;
}
#flow .stepWrapper .stepBox .stepNum {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: auto;
  transform: translate(0%, -50%);
  z-index: 1;
}
#flow .stepWrapper .stepBox .stepComment {
  content: "";
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
  width: auto;
  z-index: 1;
  transform: translate(0px, -30%);
}
@media only screen and (min-width: 768px) {
  #flow .stepWrapper .stepBox .stepComment {
    transform: translate(30px, -50%);
  }
}
#flow .stepWrapper .arrow {
  margin: 5px auto 20px;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  #flow .stepWrapper .arrow {
    margin: 5px auto;
  }
}
#flow .ctaBtnWrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #flow .ctaBtnWrapper {
    margin-top: 40px;
  }
}

/*=====  End of FLOW  ======*/
/*=============================================
=            TERM            =
=============================================*/
#term {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #term {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
#term:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  border-radius: 20px;
  background-color: #b9bec3;
}
#term .sectionTitleWrapper {
  margin-bottom: 30px;
}
#term .barBtn {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #term .barBtn {
    margin-bottom: 10px;
  }
}
#term .termWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 20px;
}
#term .termWrapper > .inner {
  padding: 5px 15px 15px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #term .termWrapper > .inner {
    padding: 20px 15px 30px;
  }
}
#term .termWrapper > .inner .btnWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #term .termWrapper > .inner .btnWrapper {
    justify-content: space-between;
  }
}
#term .termWrapper > .inner .termBoxWrapper {
  margin-top: 20px;
}
#term .termWrapper > .inner .termBoxWrapper dl {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #term .termWrapper > .inner .termBoxWrapper dl {
    margin-bottom: 10px;
  }
}
#term .termWrapper > .inner .termBoxWrapper dl dt {
  background-color: #006fbc;
  color: #fff;
  padding: 0.3em 40px 0.3em 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #term .termWrapper > .inner .termBoxWrapper dl dt {
    padding: 8px 40px 8px 50px;
    font-size: 1.6rem;
  }
}
#term .termWrapper > .inner .termBoxWrapper dl dt .plus {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (min-width: 768px) {
  #term .termWrapper > .inner .termBoxWrapper dl dt .plus {
    right: 20px;
  }
}
#term .termWrapper > .inner .termBoxWrapper dl dt .plus:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#term .termWrapper > .inner .termBoxWrapper dl dt .plus:after {
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#term .termWrapper > .inner .termBoxWrapper dl dt.active .plus:after {
  transform: translateX(-50%) rotate(90deg);
}
#term .termWrapper > .inner .termBoxWrapper dl dd {
  margin-left: 0;
  background-color: #fff;
  border: 2px solid #006fbc;
  border-radius: 0 0 20px 20px;
  border-top: none;
  padding: 15px;
  margin-bottom: 0;
  position: relative;
  display: none;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  #term .termWrapper > .inner .termBoxWrapper dl dd {
    font-size: 1.4rem;
    padding: 20px 0px 20px 25px;
  }
}
#term .termWrapper > .inner .termBoxWrapper dl dd .dscBox {
  padding-right: 25px;
  overflow: auto;
  max-height: 300px;
}
#term .termWrapper > .inner .termBoxWrapper dl dd a {
  color: #006fbc;
  word-break: break-all;
  font-weight: bold;
}
#term .termWrapper > .inner .termBoxWrapper dl:first-of-type dd {
  display: block;
}

/*=====  End of TERM  ======*/
/*=============================================
=            FAQ            =
=============================================*/
#faq {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #faq {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
#faq .sectionTitleWrapper {
  margin-bottom: 30px;
}
#faq .faqWrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#faq .faqWrapper dl {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl {
    margin-bottom: 10px;
  }
}
#faq .faqWrapper dl dt {
  background-color: #eff9ff;
  color: #000;
  padding: 0.6em 40px 0.6em 40px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dt {
    padding: 15px 40px 15px 50px;
    font-size: 1.6rem;
  }
}
#faq .faqWrapper dl dt:before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 15px;
  width: fit-content;
  transform: translate(0%, -50%);
  z-index: 1;
  font-size: 1.6rem;
  color: #006fbc;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dt:before {
    font-size: 2rem;
  }
}
#faq .faqWrapper dl dt .plus {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dt .plus {
    right: 20px;
  }
}
#faq .faqWrapper dl dt .plus:before {
  width: 100%;
  height: 2px;
  background-color: #006fbc;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#faq .faqWrapper dl dt .plus:after {
  width: 2px;
  height: 100%;
  background-color: #006fbc;
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#faq .faqWrapper dl dt.active .plus:after {
  transform: translateX(-50%) rotate(90deg);
}
#faq .faqWrapper dl dd {
  margin-left: 0;
  background-color: #fff;
  border-top: none;
  padding: 15px 0 15px 40px;
  margin-bottom: 0;
  position: relative;
  display: none;
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dd {
    padding: 10px 0px 10px 50px;
  }
}
#faq .faqWrapper dl dd:before {
  font-weight: bold;
  content: "A.";
  position: absolute;
  line-height: 1.75;
  top: 10px;
  left: 15px;
  width: fit-content;
  z-index: 1;
  font-size: 1.6rem;
  color: #006fbc;
}
@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dd:before {
    font-size: 2rem;
  }
}
#faq .faqWrapper dl dd a {
  color: #006fbc;
  word-break: break-all;
  font-weight: bold;
}
#faq .faqWrapper dl dd .indent {
  padding-left: 1em;
  text-indent: -1em;
}
#faq .faqWrapper dl dd .bold {
  font-weight: bold;
}
#faq .faqWrapper dl dd ul li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#faq .faqWrapper dl:first-of-type dd {
  display: block;
}

/*=====  End of FAQ  ======*/
.ctaBtn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 550px;
  max-width: 100%;
  color: #fff;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .ctaBtn {
    height: 80px;
    font-size: 2.4rem;
  }
}
.ctaBtn .arrow {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0%, -50%);
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .ctaBtn .arrow {
    right: 30px;
    width: 48px;
    height: 48px;
  }
}
.ctaBtn .arrow svg {
  width: 20px;
}
@media only screen and (min-width: 768px) {
  .ctaBtn .arrow svg {
    width: auto;
  }
}
@media (hover: hover) {
  .ctaBtn:hover {
    opacity: 0.8;
    color: #fff;
  }
  .ctaBtn:hover .arrow {
    transform: translate(10%, -50%);
  }
}

.solidBtn {
  color: #fff;
  max-width: 100%;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  width: 280px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px 20px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) {
  .solidBtn:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .solidBtn {
    font-size: 1.8rem;
  }
}
.solidBtn.auuq {
  background-image: linear-gradient(135deg, #eb5506, #e4007f);
}
.solidBtn.blue {
  background: #006fbc;
}
.solidBtn.black {
  background: #000;
}
.solidBtn.au {
  background: #eb5506;
}
.solidBtn.uq {
  background: #e4007f;
}
.solidBtn .plus {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (min-width: 768px) {
  .solidBtn .plus {
    right: 20px;
  }
}
.solidBtn .plus:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.solidBtn .plus:after {
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.solidBtn.active {
  color: #fff;
  text-decoration: none;
}
.solidBtn.active .plus:after {
  transform: translateX(-50%) rotate(90deg);
}
.solidBtn .external {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (min-width: 768px) {
  .solidBtn .external {
    right: 20px;
  }
}

.areaBtn {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #000;
  width: 550px;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 5px 20px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) {
  .areaBtn:hover {
    color: #fff;
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  .areaBtn {
    font-size: 2.4rem;
    height: 80px;
  }
}
.areaBtn .plus {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (min-width: 768px) {
  .areaBtn .plus {
    right: 20px;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.areaBtn .plus:before {
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.areaBtn .plus:after {
  width: 3px;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.areaBtn.active .plus:after {
  transform: translateX(-50%) rotate(90deg);
}

.barBtn {
  font-size: 1.6rem;
  font-weight: bold;
  color: #006fbc;
  border-bottom: 2px solid #006fbc;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 290px;
  max-width: 100%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .barBtn {
    font-size: 1.8rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.barBtn i {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: auto;
  transform: translate(0%, -50%);
  z-index: 1;
}
@media (hover: hover) {
  .barBtn:hover {
    opacity: 0.8;
    color: #006fbc;
  }
}
.barBtn:focus {
  color: #006fbc;
}

.closeSolidBtn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 550px;
  max-width: 100%;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) {
  .closeSolidBtn:hover {
    opacity: 0.8;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .closeSolidBtn {
    height: 80px;
    font-size: 2.4rem;
  }
}

.fixedBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  border-radius: 20px 20px 0 0;
  height: 50px;
  font-weight: bold;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .fixedBtn {
    display: none;
  }
}
.fixedBtn.contact {
  background: #000;
}
.fixedBtn .inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fixedBtn .inner p {
  margin-bottom: 0;
  line-height: 1;
}
.fixedBtn .inner svg {
  width: 25px;
}
.fixedBtn .inner svg path {
  stroke-width: 2.5px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  background-color: #fff;
  color: #000;
}
body.scroll-prevent {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #fff;
}

.en {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-style: normal;
}

img {
  max-width: 100%;
}

@media only screen and (min-width: 1200px) {
  #pageWrapper {
    display: flex;
  }
}
#pageWrapper > #sideMenu {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #pageWrapper > #sideMenu {
    display: block;
    flex: 0 0 30%;
    max-width: 280px;
  }
}
@media only screen and (min-width: 1500px) {
  #pageWrapper > #sideMenu {
    max-width: 366px;
  }
}
#pageWrapper > #main {
  flex: 1 1 auto;
  max-width: 100%;
  overflow: clip;
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
  #pageWrapper > #main {
    margin-top: 0;
    flex: 1 1 auto;
  }
}

.c_au {
  color: #eb5506;
}

.c_uq {
  color: #e4007f;
}

.sectionTitleWrapper .sectionTitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  padding: 0 10px 15px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .sectionTitleWrapper .sectionTitle {
    font-size: 3.2rem;
  }
}
.sectionTitleWrapper .sectionTitle:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
}

.maxContentWrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.annoWrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .annoWrapper {
    font-size: 1.2rem;
  }
}
.annoWrapper li {
  padding-left: 1em;
  text-indent: -1em;
}
.annoWrapper a {
  text-decoration: underline;
  color: #006fbc;
  font-weight: bold;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 50%, #eee93a 0%);
  padding: 0 2px 0px;
}
.marker.orange {
  background-image: linear-gradient(40deg, #ee6077 0%, #f48481 70%, #f8ab56 100%); /* 黄色から赤のグラデーション例 */
  background-repeat: no-repeat;
  background-size: 100% 0.5em; /* マーカーの太さ（例：0.5em）と幅を指定 */
  background-position: bottom; /* 下部に表示 */
}

/*=============================================
=            DOUBLE BOX WRAPPER             =
=============================================*/
.doubleBoxWrapper {
  position: relative;
  z-index: 1;
}
.doubleBoxWrapper > .doubleBox {
  position: relative;
  border: 3px solid #000;
  border-radius: 8px;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .doubleBoxWrapper > .doubleBox {
    border-radius: 20px;
    border: 4px solid #000;
  }
}
.doubleBoxWrapper > .doubleBoxBg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 6px;
  border-radius: 8px;
  z-index: -1;
  border: 3px solid #000;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
}
@media only screen and (min-width: 768px) {
  .doubleBoxWrapper > .doubleBoxBg {
    border-radius: 20px;
    top: 10px;
    border: 4px solid #000;
  }
}
.doubleBoxWrapper > .doubleBoxBg.auuq {
  background-image: linear-gradient(135deg, #eb5506, #e4007f);
}

/*=====  End of DOUBLE BOX WRAPPER  ======*/
.gradMatt {
  display: block;
  width: fit-content;
  line-height: 1.2;
  padding: 3px 10px;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .gradMatt {
    padding: 3px 20px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .gradMatt {
    padding: 3px 20px;
    font-size: 4.8rem;
  }
}

.areaMapWrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.areaMapWrapper .areaMapArea {
  width: 100%;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  overflow: hidden;
  box-sizing: border-box;
}
.areaMapWrapper .areaMapArea iframe {
  box-sizing: border-box;
  width: 100%;
  height: 715px;
  border: none;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .areaMapWrapper .areaMapArea iframe {
    height: 755px;
  }
}

footer {
  color: #fff;
  padding-block: 30px 80px;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  footer {
    padding-block: 50px;
  }
}
footer .footerWrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  footer .footerWrapper {
    flex-direction: row;
    gap: 80px;
  }
}
footer .footerWrapper ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  gap: 5px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  footer .footerWrapper ul {
    gap: 20px;
    flex-direction: row;
  }
}
footer .footerWrapper ul a {
  padding: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  footer .footerWrapper ul a {
    font-size: 1.6rem;
  }
}
footer .footerWrapper .etocLogo {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  footer .footerWrapper .etocLogo {
    width: 80px;
    margin-right: -80px;
  }
}
footer .footerInfo {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  footer .footerInfo {
    font-size: 1.4rem;
  }
}

.fixedCTABtnWrapper {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  will-change: transform;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  transform: translateY(0%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.fixedCTABtnWrapper.hide {
  transform: translateY(100%);
}
.fixedCTABtnWrapper > li {
  flex: 0 0 50%;
}

.navMenuWrapper .unwLogoWrapper {
  text-align: center;
  padding: 30px 0;
}
.navMenuWrapper .unwLogoWrapper img {
  max-width: 80%;
  height: auto;
}
.navMenuWrapper .menuWrapper {
  background-color: #f6f6f6;
  padding-bottom: 30px;
}
.navMenuWrapper .menuWrapper .uhaLogo {
  text-align: center;
  padding: 30px 20px 10px 20px;
}
.navMenuWrapper .sideMenuList {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .navMenuWrapper .sideMenuList {
    max-width: 220px;
  }
}
@media only screen and (min-width: 1500px) {
  .navMenuWrapper .sideMenuList {
    max-width: 255px;
  }
}
.navMenuWrapper .sideMenuList li {
  margin-block: 10px;
}
.navMenuWrapper .sideMenuList li a {
  position: relative;
  line-height: 1.3;
  padding-block: 10px;
  border-bottom: 2px solid #000;
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (hover: hover) {
  .navMenuWrapper .sideMenuList li a:hover {
    text-decoration: none;
    color: #006fbc;
  }
  .navMenuWrapper .sideMenuList li a:hover::after {
    width: 100%;
  }
}
.navMenuWrapper .sideMenuList li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.navMenuWrapper .boxBtnWrapper {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .navMenuWrapper .boxBtnWrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1500px) {
  .navMenuWrapper .boxBtnWrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.navMenuWrapper .boxBtnWrapper .boxBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  flex: 1 1 48%;
  text-align: center;
}
.navMenuWrapper .boxBtnWrapper .boxBtn.apply {
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
}
.navMenuWrapper .boxBtnWrapper .boxBtn p {
  margin-top: 8px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: bold;
}

#mobileHeader {
  display: block;
}
@media only screen and (min-width: 1200px) {
  #mobileHeader {
    display: none;
  }
}
#mobileHeader .mobileHeaderWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
}
#mobileHeader .mobileHeaderWrapper .logo {
  margin-left: 15px;
  width: 140px;
}
#mobileHeader .mobileHeaderWrapper .menuBtn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  width: 50px;
  height: 50px;
  color: #fff;
}
#mobileHeader .mobileHeaderWrapper .menuBtn .bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 15px;
  margin-right: 8px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
#mobileHeader .mobileHeaderWrapper .menuBtn .bar span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  transform-origin: center center;
  transition-property: all 0.3s ease-in-out;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#mobileHeader .mobileHeaderWrapper .menuBtn .bar span:nth-child(1) {
  top: 0;
}
#mobileHeader .mobileHeaderWrapper .menuBtn .bar span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#mobileHeader .mobileHeaderWrapper .menuBtn .bar span:nth-child(3) {
  bottom: 0;
}
#mobileHeader .mobileHeaderWrapper .menuBtn.active .bar span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
#mobileHeader .mobileHeaderWrapper .menuBtn.active .bar span:nth-child(2) {
  opacity: 0;
}
#mobileHeader .mobileHeaderWrapper .menuBtn.active .bar span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
#mobileHeader .mobileHeaderWrapper .menuBtn .txt {
  line-height: 1;
  font-size: 0.8rem;
  font-weight: bold;
}
#mobileHeader .mobileMenuWrapper {
  z-index: 100;
  position: fixed;
  left: auto;
  right: 0;
  max-height: calc(100% - 50px);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow: auto;
}
#mobileHeader .mobileMenuWrapper + .matt {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#mobileHeader .mobileMenuWrapper .unwLogoWrapper {
  display: none;
}
#mobileHeader .mobileMenuWrapper.active {
  transform: translateX(0);
}
#mobileHeader .mobileMenuWrapper.active + .matt {
  visibility: visible;
  opacity: 0.9;
}
#mobileHeader .mobileMenuWrapper .menuWrapper {
  border-radius: 20px 0 0 20px;
}
#mobileHeader .mobileMenuWrapper .menuWrapper .listItem a {
  font-size: 1.4rem;
  padding-block: 8px;
}

#sideMenu {
  position: relative;
  display: none;
}
#sideMenu::before {
  background-image: linear-gradient(135deg, #006fbc, #00bfd3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
#sideMenu .sideMenuWrapper {
  border-radius: 20px;
  background-color: #fff;
  margin: 10px;
  overflow: hidden;
  position: sticky;
  top: 10px;
}
@media only screen and (min-width: 1500px) {
  #sideMenu .sideMenuWrapper {
    top: 15px;
    margin: 15px 20px;
  }
}

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