@charset "utf-8";
/* CSS Document */

.sec_mv {
  background-position: center;
  background-image: url(../image/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  -webkit-animation: fadeIn 2s ease;
  animation: fadeIn 2s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  padding: 150px 0 320px;
}
.sec_mv h1 {
  font-weight: bold;
  text-shadow: 0px 0px 8px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  -webkit-animation: fadeIn 1s ease-in 0.8s;
  animation: fadeIn 1s ease-in 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 48px;
}
.sec_mv h2 {
  font-weight: bold;
  text-shadow: 0px 0px 8px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  -webkit-animation: fadeIn 1s ease-in 1s;
  animation: fadeIn 1s ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  text-align: left;
  font-size: 20px;
  margin-top: 30px;
}
.mv_wrapp {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #363636;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p {
  font-weight: 500;
}
p,
a,
span,
h1,
h2,
h3,
h4,
dt,
dd,
th,
td {
  line-height: 1.5em;
}
.jost {
  font-family: "Jost", sans-serif;
  font-weight: bold;
}
.SP {
  display: none;
}
.wrapp {
  max-width: 1000px;
  margin: 0 auto;
}
/*cv*/
.sec_cv {
  border-top: solid 35px #1d07be;
}
.cv_wrapp {
  max-width: 800px;
}
.cv_top {
  background-color: #0076cb;
  padding: 50px 0 30px 0;
}
.cv_btm {
  background-color: #ededed;
  padding: 30px 0;
}
.cv_top p {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.cv_top p span {
  font-size: 15px;
  padding-left: 20px;
}
.cv_top p:first-of-type {
  padding: 0 20px 10px 20px;
  border-bottom: solid 1px #fff;
}
.cv_top p:nth-of-type(2) {
  font-size: 48px;
}
.main_btn {
  background-color: #ffea00;
  box-shadow: 4px 4px 2px #bbb;
  border-radius: 50px;
  display: block;
  width: fit-content;
  padding: 5px;
  transition: .3s;
  margin: 0 auto;
}
.main_btn span {
  font-size: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1d07be;
  background-color: #ffea00;
  border: solid 3px #1d07be;
  border-radius: 50px;
  width: fit-content;
  padding: 10px 40px;
}
.main_btn span:hover {
  cursor: pointer;
}
.main_btn:hover {
  transform: translateY(2px);
  box-shadow: none;
}
.tel {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 20px auto 0 auto;
  width: fit-content;
}
.tel > p {
  border: solid 3px #1d07be;
  color: #1d07be;
  border-radius: 10px;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
.tel a {
  font-size: 50px;
  color: #1d07be;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tel div p {
  font-size: 18px;
  font-weight: bold;
  color: #1d07be;
  text-align: right;
}
.cv_btm .wrapp {
  position: relative;
}
.cv_hum {
  position: absolute;
  right: -40px;
  bottom: -30px;
}
/*info*/
.info_cont {
  background-color: #e3f4fa;
  padding: 20px 40px;
  border: solid 1px #1d07be;
  border-radius: 10px;
  margin: 40px 0;
}
.info_tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.info_cont p span {
  color: #1d07be;
  border-bottom: solid 1px #1d07be;
}
/*okomai*/
.tit_bkg {
  background-image: url(../image/head_bkg.webp);
  background-repeat: no-repeat;
  background-size: 100% 170px;
  height: 187px;
  background-position: 0 0;
}
.sec_okomari .tit_bkg {
  background-image: url(../image/okomari_head.webp);
  background-repeat: repeat-x;
  background-size: contain;
  background-size: auto 140px;
  height: 160px;
}
.tit_bkg {
  position: relative;
}
.tit_bkg h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  top: 0;
  margin: auto;
  height: fit-content;
}
.bkg {
  background-image: url(../image/bkg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 40px 0;
}
.sec_okomari {
  background-color: #ededed;
}
.okomari_point {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.okomari_point p {
  width: 222px;
  height: 222px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.okomari_point span {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  height: fit-content;
}
.okomari_point + img {
  display: block;
  margin: -40px auto 0 auto;
  position: relative;
  padding-bottom: 20px;
}
/*good*/
.good_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 20px;
}
.sec_good dl {
  border-radius: 10px;
  box-shadow: 5px 5px 5px #bbb;
  width: fit-content;
  background-color: #fff;
}
.sec_good dt {
  background-color: #1d07be;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
.sec_good dd p {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.about_good {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 30px 0;
}
.hum_cont {
  position: relative;
}
.hum {
  position: absolute;
  bottom: 0;
}
.hum_right {
  right: 2%;
  z-index: 99999;
}
.hum_left {
  left: 2%;
  z-index: 99999;
}
/*reason*/
.sec_reason {
  padding-bottom: 60px;
}
.sec_reason dl {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  margin: 30px 0;
}
.sec_reason dl:last-of-type {
  margin-bottom: 0;
}
.sec_reason dt,
.sec_reason dd {
  width: 50%;
}
.sec_reason dd span.up.on {
  font-size: 50px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #1d07be;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.sec_reason dd div p {
  font-size: 20px;
  text-align: center;
  background-color: #1d07be;
  color: #fff;
  padding: 15px 0;
  align-items: center;
  border-radius: 50px;
  font-weight: bold;
}
.sec_reason dd div {
  position: relative;
}
.reason_about {
  margin-top: 40px;
  padding-left: 30px;
}
/*jirei*/
.jirei_list dl {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #bbb;
  margin: 40px 0;
}
.jirei_list dt {
  background-color: #1d07be;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.jirei_list dd {
  display: flex;
  align-items: center;
}
.jirei_list dd ul {
  width: 50%;
  padding-left: 30px;
}
.jirei_list dd ul span {
  background-color: #0076cb;
  color: #fff;
  padding: 5px 0;
  font-weight: bold;
  border-radius: 50px;
  display: block;
  width: 80px;
  text-align: center;
  font-size: 18px;
}
.jirei_list dd li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.jirei_list dd li p {
  max-width: 70%;
  font-size: 18px;
}
/*ranking*/
.rank_inner {
  display: flex;
  gap: 60px;
}
.rank_cont {
  width: 45%;
}
.rank_cont p {
  background-color: #1d07be;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50px;
}
.rank_from {
  background-color: #eee;
  padding: 5px 15px;
  display: block;
  font-size: 13px;
  text-align: center;
  margin-bottom: 60px;
}
.rank_cont:nth-of-type(2) p {
  background-color: #0076cb;
}
.rank_cont ul {
  width: fit-content;
  margin: 30px auto;
}
.rank_cont li {
  margin-bottom: 10px;
}
.rank_cont li div:first-of-type img {
  height: 112px;
  object-fit: cover;
}
.rank_cont li span {
  font-size: 25px;
  font-weight: bold;
  padding-left: 30px;
}
.ranking_name {
  width: fit-content;
  margin: 10px auto 40px auto;
}
/*step*/
.step_list {
  margin: 40px 0;
}
.step_list dl {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  width: 300px;
}
.step_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.step_list li {
  position: relative;
}
.step {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -30px;
}
.step_list dd img {
  display: block;
  margin: 0 auto 20px auto;
}
.step_list dt {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.step_list dd {
  padding: 20px;
}
/*faq*/
.faq_list dl {
  margin-bottom: 20px;
}
.faq_list dt p {
  cursor: pointer;
  background-color: #ededed;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq_list dt p::after {
  display: block;
  content: "";
  background-image: url(../image/faq.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px;
}
.faq_list dt.close p::after {
  transform: rotate(180deg);
}
.faq_list dd {
  padding: 20px;
  display: none;
}
/*animation*/
.up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.main_btn.up:hover {
  transform: translateY(2px);
  box-shadow: none;
  transition: .3s;
}
/*responsive*/
@media screen and (max-width:1300px) {
  .hum_right {
    right: -3%;
  }
  .hum_left {
    left: -3%;
  }
}
@media screen and (max-width:1080px) {
  .sec_mv h1 {
    font-size: 38px;
  }
  .sec_mv h2 {
    font-size: 18px;
  }
  .sec_cv {
    border-top: solid 20px #1d07be;
  }
  .cv_top p:first-of-type {
    font-size: 20px;
  }
  .cv_top p:nth-of-type(2) {
    font-size: 38px;
  }
  .cv_top {
    padding: 40px 0 20px;
  }
  .main_btn span {
    font-size: 38px;
  }
  .main_btn img {
    width: 40px;
  }
  .tel > p {
    font-size: 18px;
    padding: 10px;
  }
  .tel a {
    font-size: 40px;
  }
  .tel a img {
    width: 50px;
  }
  .tel div p {
    font-size: 15px;
  }
  .cv_hum.up.on {
    transform: translateY(0) scale(.8);
  }
  .cv_wrapp {
    max-width: 80%;
  }
  .wrapp {
    max-width: 90%;
  }
  .okomari_point {
    justify-content: center;
  }
  .okomari_point p {
    width: 170px;
    height: 170px;
  }
  .tit_bkg h2 {
    font-size: 30px;
  }
  .okomari_point + img.up.on {
    transform: translateY(0) scale(.8);
  }
  .good_list {
    justify-content: center;
  }
  .sec_good dl {
    width: 45%;
  }
  .sec_good dt {
    font-size: 20px;
  }
  .sec_good dd p {
    font-size: 18px;
  }
  .hum_cont {
    position: static;
  }
  .hum.up.on {
    display: block;
    position: static;
    margin: 0 auto -40px auto;
    transform: translateY(0) scale(.8);
  }
  .about_good {
    font-size: 20px;
  }
  .sec_reason dd span {
    font-size: 40px;
    width: 70px;
    height: 70px;
  }
  .sec_reason dd div p {
    font-size: 18px;
    padding: 10px 0;
  }
  .bkg {
    padding-bottom: 0;
  }
  .sec_reason {
    padding-bottom: 0;
  }
  .tit_bkg {
    height: 140px;
    background-size: 100% 140px;
  }
  .jirei_list dt {
    font-size: 18px;
  }
  .jirei_list dd ul span {
    font-size: 16px;
  }
  .jirei_list dd li p {
    font-size: 16px;
  }
  .jirei_list dl:last-of-type {
    margin-bottom: 0;
  }
  .rank_inner {
    margin-top: 40px;
  }
  .rank_cont p {
    font-size: 20px;
  }
  .rank_cont li span {
    font-size: 20px;
  }
  .rank_from {
    margin-bottom: 0;
  }
  .step_list dt {
    font-size: 20px;
  }
  .step_list dd img.up.on {
    transform: translateY(0) scale(.8);
  }
  .step_list dd {
    padding-top: 0;
  }
  .step_list dl {
    width: 265px;
  }
  .step.up.on {
    transform: translateY(0) scale(.8);
  }
  .step_list {
    margin-bottom: 0;
  }
  .faq_list {
    margin-top: 40px;
  }
  .jirei_list dd ul {
    padding: 0 20px;
  }
}
@media screen and (max-width:950px) {
  .cv_top p:nth-of-type(2) {
    font-size: 30px;
  }
  .tel a {
    font-size: 30px;
  }
  .tel a img {
    width: 40px;
  }
  .tel > p {
    font-size: 16px;
  }
  .main_btn span {
    font-size: 28px;
  }
  .cv_hum.up.on {
    transform: translateY(0) scale(.6);
    bottom: -80px;
  }
  .cv_top {
    padding: 20px 0 20px 0;
  }
  .cv_btm {
    padding: 15px 0;
  }
  .tit_bkg h2 {
    font-size: 25px;
  }
  .okomari_point span {
    font-size: 16px;
  }
  .okomari_point p {
    width: 140px;
    height: 140px;
  }
  .okomari_point {
    margin-top: 0;
  }
  .okomari_point + img.up.on {
    transform: translateY(0) scale(.7);
  }
  .sec_okomari .tit_bkg {
    background-size: auto 110px;
    height: 130px;
  }
  .tit_bkg {
    height: 130px;
    background-size: 100% 120px;
  }
  .sec_good dt {
    font-size: 18px;
  }
  .sec_good dd p {
    font-size: 16px;
  }
  .about_good {
    font-size: 18px;
    margin-bottom: 0;
  }
  .hum.up.on {
    transform: translateY(0) scale(.7);
  }
  .jirei_list dd li {
    display: block;
    margin-bottom: 10px;
  }
  .jirei_list dd ul span {
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
  }
  .jirei_list dd li p {
    font-size: 15px;
    max-width: 100%;
    margin: 10px auto 0 auto;
  }
  .sec_reason dd div p {
    padding: 10px 0 10px 50px;
  }
}
@media screen and (max-width:890px) {
  .sec_mv {
    padding: 100px 0 250px 0;
  }
  .jirei_list dd {
    display: block;
    padding-bottom: 30px;
  }
  .jirei_list dd img {
    display: none;
  }
  .jirei_list dd img.SP {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 30px;
  }
  .jirei_list dd ul {
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
  }
  .jirei_list dd li {
    display: flex;
  }
  .jirei_list dd ul span {
    width: 15%;
  }
  .jirei_list dd li p {
    margin: 0;
    max-width: 80%;
  }
  .jirei_list dd li {
    gap: 10px;
  }
  .sec_reason dd span.up.on {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width:800px) {
  .cv_top p span {
    display: block;
    font-size: 13px;
  }
  .main_btn span {
    font-size: 20px;
  }
  .cv_top p:nth-of-type(2) {
    font-size: 20px;
  }
  .cv_top p:first-of-type {
    font-size: 16px;
  }
  .tel > p {
    font-size: 14px;
  }
  .tel a img,
  .main_btn img {
    width: 30px;
  }
  .tel a {
    gap: 10px;
  }
  .tel div p {
    font-size: 13px;
  }
  .info_tit {
    font-size: 16px;
  }
  body {
    font-size: 14px;
  }
  .tit_bkg h2 {
    font-size: 20px;
  }
  .sec_okomari .tit_bkg {
    background-size: auto 88px;
    height: 100px;
  }
  .okomari_point span {
    font-size: 14px;
  }
  .okomari_point p {
    width: 120px;
    height: 120px;
  }
  .okomari_point {
    gap: 15px;
    flex-wrap: wrap;
  }
  .okomari_point + img.up.on {
    max-height: 100px;
    transform: translateY(0) scale(1);
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 80%;
  }
  .cv_hum.up.on {
    transform: translateY(0) scale(1);
    width: 120px;
    bottom: 0;
    right: 5%;
  }
  .good_list {
    gap: 20px;
  }
  .sec_good dl {
    width: 48%;
  }
  .sec_reason dl {
    display: block;
    margin-bottom: 30px;
  }
  .sec_reason dt,
  .sec_reason dd {
    width: 100%;
  }
  .sec_reason dt {
    margin-bottom: 20px;
    text-align: center;
  }
  .reason_about {
    margin-top: 20px;
  }
}
@media screen and (max-width:680px) {
  .sec_mv h1 {
    font-size: 30px;
  }
  .sec_mv h2 {
    font-size: 16px;
  }
  .sec_mv {
    padding: 80px 0 150px 0;
  }
  .tit_bkg {
    background-image: url(../image/head_bkg_sp.webp);
  }
  .cv_hum.up.on {
    width: 100px;
    right: -30px;
  }
  .hum.up.on {
    max-height: 180px;
    transform: translateY(0) scale(1);
    margin: 0 auto;
  }
  .tel {
    gap: 10px;
  }
  .sec_good dt {
    font-size: 16px;
  }
  .sec_good dd p {
    font-size: 15px;
  }
  .about_good {
    font-size: 16px;
  }
  .rank_inner {
    display: block;
  }
  .rank_cont {
    width: 100%;
    margin-bottom: 30px;
  }
  .rank_cont p {
    font-size: 16px;
  }
  .step_list dt {
    font-size: 16px;
  }
  .step_list dd img.up.on {
    transform: translateY(0) scale(1);
    width: 120px;
    margin: 20px auto;
  }
  .step.up.on {
    transform: translateY(0) scale(1);
    width: 30px;
    left: -10px;
  }
  .step_list ul {
    margin-bottom: 30px;
  }
  .faq_list dt p {
    font-size: 15px;
    gap: 10px;
  }
  .jirei_list dl:last-of-type {
    margin-bottom: 30px;
  }
  .sec_reason dl:last-of-type {
    margin-bottom: 30px;
  }
  .about_good {
    margin-bottom: 30px;
  }
  .okomari_point + img {
    margin: -20px auto 0 auto;
  }
}
@media screen and (max-width:670px) {
  .step.up.on.SP {
    display: block;
  }
  .step.up.on.PC {
    display: none;
  }
  .step.up.on {
    transform: translateY(0) scale(1) rotate(90deg);
    width: 30px;
    left: 0;
    right: 0;
    top: 280px;
    bottom: -10px;
    margin: auto;
  }
}
@media screen and (max-width:570px) {
  .tel {
    display: block;
  }
  .tel > p br {
    display: none;
  }
  .cv_hum.up.on {
    width: 90px;
    right: 0;
  }
  .good_list {
    display: block;
  }
  .sec_good dl {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_good dd img {
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .main_btn span {
    font-size: 18px;
  }
  .cv_hum.up.on {
    width: 70px;
    /*right: -20px;*/
  }
  .sec_mv {
    background-position: center;
  }
  .sec_mv h1 br {
    display: none;
  }
  .sec_mv h1 br.SP {
    display: block;
  }
  .sec_mv h2 br.SP {
    display: block;
  }
  .sec_reason dd div p {
    font-size: 16px;
  }
  .about_good {
    font-size: 15px;
    text-align: left;
  }
  .about_good br {
    display: none;
  }
  .jirei_list dd img.SP {
    height: 200px;
  }
  .jirei_list dd ul span,
  .jirei_list dd li p {
    font-size: 13px;
  }
  .jirei_list dt {
    font-size: 15px;
  }
  .info_cont {
    padding: 20px;
  }
  .tit_bkg h2 {
    font-size: 18px;
  }
  .tit_bkg {
    height: 100px;
    background-size: 100% 90px;
  }
}
@media screen and (max-width:450px) {
  .tel {
    display: block;
  }
  .tel > p {
    padding: 5px 20px;
  }
  .tel > p br {
    display: none;
  }
  .main_btn span {
    font-size: 18px;
    gap: 10px;
    padding: 10px 30px;
  }
  .tel a img,
  .main_btn img {
    width: 25px;
  }
  .cv_top p:nth-of-type(2) {
    font-size: 18px;
  }
  .cv_top p:first-of-type {
    padding: 0 0 10px 0;
  }
  .main_btn span {
    padding: 10px;
  }
  .tel a {
    font-size: 28px;
  }
  .tel div p {
    text-align: center;
  }
  .tel div p span {
    display: block;
  }

}


/*-------------------------
  others
-------------------------*/
#header-pc .p-site-copy {
    font-size: 1rem;
}
#header-pc .p-top-link {
    font-size: 1rem;
}
#pageTop {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  padding: 5px;
  transition: all .25s ease-in-out;
	z-index: 10001;
}
/*Stickey期間限定*/
@media screen and (max-width:768px) {
#pageTop {
    bottom: 110px!important;
  }
#hubspot-messages-iframe-container.widget-align-left {
    left: 0 !important;
    bottom: 100px !important;
}
}
	
#pageTop a {
  display: block;
  text-decoration: none;
  background: #536681;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 85%;
  line-height: 1.14;
  font-feature-settings: 'palt';
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  transition: all .25s ease-in-out;
}
#pageTop a:before {
  content: "↑";
  font-size: 12px;
  display: block;
  padding-top: 4px;
}
#pageTop:hover {
  background: rgba(83, 102, 129, 1);
}
#pageTop:hover a {
  background: #fff;
  color: #536681;
}
.l-contact-item__heading {
    font-size: 2.5rem;
    font-weight: bold;
}

.l-contact-item__text {
    font-size: 2rem;
}

#footerArea .c-rounded-button__text--fs-large {
    font-size: 2.2rem;
}