@charset "UTF-8";
@import url("https://use.typekit.net/jdu7lxm.css");
/*共通*/
.sp-vis {
  display: none !important;
}
@media screen and (max-width: 845px) {
  .sp-vis {
    display: block !important;
  }
}

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

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.float_bnr {
  position: absolute;
  top: 100%;
  display: none;
  padding-top: 40px;
  width: 326px;
}
.float_bnr.float_bnr_shindan {
  left: 0;
}
.float_bnr.float_bnr_contact {
  right: 0;
}
@media screen and (max-width: 1290px) {
  .float_bnr {
    width: 250px;
  }
}
@media screen and (max-width: 845px) {
  .float_bnr {
    width: 100%;
    padding-top: 0;
    display: block !important;
    position: static;
  }
}
.float_bnr dl {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.19);
  letter-spacing: 0.05em;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 2px;
}
.float_bnr dl dt {
  font-size: 1.5rem;
  color: #4b4b4b;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.float_bnr dl dt:first-child {
  margin-top: 0;
}
.float_bnr dl dd a {
  display: block;
  font-size: 1.9rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  background: #f8752f;
  margin: 4px auto;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  border: 2px solid #f8752f;
}
@media screen and (max-width: 1290px) {
  .float_bnr dl dd a {
    font-size: 1.4rem;
  }
}
.float_bnr dl dd a::after {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 1/1;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../image/common/arrow_white.png) no-repeat center/contain;
}
.float_bnr dl dd:nth-of-type(even) a {
  background: #f8752f;
  color: #f8752f;
  background: #fff;
}
.float_bnr dl dd:nth-of-type(even) a::after {
  content: "";
  background: url(../image/common/arrow_orange.png) no-repeat center/contain;
}
.float_bnr dl.blue {
  left: 0;
  right: right;
}
.float_bnr dl.blue dd a {
  background: #0f51b2;
  border-color: #0f51b2;
}
.float_bnr dl.blue dd:nth-of-type(even) a {
  color: #0f51b2;
  background: #fff;
}
.float_bnr dl.blue dd:nth-of-type(even) a::after {
  background: url(../image/common/arrow_blue.png) no-repeat center/contain;
}

header {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 99;
  transition: 0.5s;
}
header.scrolled {
  padding: 15px 0;
}
@media screen and (max-width: 845px) {
  header {
    padding: 15px 0;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1290px) {
  header .header_inner {
    width: 98%;
  }
}
@media screen and (max-width: 845px) {
  header .header_inner {
    width: 90%;
  }
}
header .logo {
  max-width: 346px;
  width: 35%;
  margin-right: 15px;
}
@media screen and (max-width: 845px) {
  header .logo {
    width: calc(100% - 100px);
  }
}
header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 845px) {
  header nav {
    overflow: scroll;
  }
}
header nav .rela {
  position: relative;
}
header nav a {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: block;
  margin-right: 22px;
  transition: 0.2s;
}
header nav a:hover {
  opacity: 0.7;
}
header nav a.header_contact {
  background: #f8712a;
  padding: 15px 10px;
  transition: 0.2s;
  margin-left: 10px;
  margin-right: 0;
  box-sizing: border-box;
  width: 158px;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 2px;
}
@media screen and (max-width: 1290px) {
  header nav a.header_contact {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 845px) {
  header nav a.header_contact {
    width: 100%;
    margin-left: 0;
  }
}
header nav a.header_contact:hover {
  opacity: 0.7;
}
header nav a.header_shindan {
  background: #226ab2;
  padding: 15px 10px;
  transition: 0.2s;
  color: #fff;
  margin-right: 0;
  width: 158px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 2px;
}
@media screen and (max-width: 1290px) {
  header nav a.header_shindan {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 845px) {
  header nav a.header_shindan {
    width: 100%;
  }
}
header nav a.header_shindan:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1290px) {
  header nav a {
    font-size: 1.5rem;
    margin-right: 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 845px) {
  header nav {
    position: fixed;
    top: 0;
    right: -100vw;
    display: block;
    z-index: 999;
    background: rgba(0, 91, 172, 0.95);
    padding: 30px;
    padding-top: 60px;
    box-sizing: border-box;
    height: 100vh;
    width: 70vw;
    transition: 0.2s;
  }
  header nav a {
    border-top: 1px solid #fff;
    padding: 20px;
    font-size: 1.7rem;
  }
  header nav a.header_contact, header nav a.header_shindan {
    border-top: none;
    padding: 20px;
  }
  header nav a.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    font-size: 3rem;
    border: none;
    padding: 0;
  }
  header nav.sp_active {
    right: 0;
  }
  header nav.sp_active a {
    color: #fff;
  }
  header nav .sp_subnav {
    padding-top: 10px;
  }
  header nav .sp_subnav a {
    border: none;
    text-align: right;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 0;
    margin-top: 20px;
    margin-left: auto;
  }
  header nav .sp_subnav .sns {
    text-align: right;
    margin-top: 10px;
  }
  header nav .sp_subnav .sns a {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
  }
  header nav .sp_subnav .sns a + a {
    margin-left: 10px;
  }
}
header .sp_nav_toggle {
  display: none !important;
  position: relative;
  width: 20px;
}
@media screen and (max-width: 845px) {
  header .sp_nav_toggle {
    display: block !important;
  }
}

footer {
  background: #253037;
  padding-top: 120px;
}
@media screen and (max-width: 845px) {
  footer {
    padding-top: 50px;
    padding-bottom: 20vw;
  }
}
footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 845px) {
  footer .flex {
    padding-bottom: 20px;
  }
}
footer .flex h2 {
  max-width: 395px;
  width: 35%;
}
@media screen and (max-width: 845px) {
  footer .flex h2 {
    width: 70%;
  }
}
footer .flex nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 655px;
  width: 60%;
}
footer .flex nav a {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 845px) {
  footer .flex {
    display: block;
  }
  footer .flex nav {
    width: 100%;
    margin-top: 20px;
  }
  footer .flex nav a {
    font-size: 1.4rem;
  }
}
footer .dl_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 845px) {
  footer .dl_box {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
footer .dl_box dl {
  width: 45%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.2;
}
footer .dl_box dl dt {
  font-weight: bold;
}
footer .dl_box dl dd strong {
  display: block;
}
footer .dl_box dl dd a {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 845px) {
  footer .dl_box dl {
    width: 100%;
  }
  footer .dl_box dl + dl {
    margin-top: 10px;
  }
}
footer .snsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 845px) {
  footer .snsBox {
    display: block;
    padding: 20px 0;
  }
}
footer .snsBox .sns {
  display: flex;
  align-items: center;
}
footer .snsBox .sns a {
  width: 26px;
  display: block;
}
footer .snsBox .sns a + a {
  margin-left: 15px;
}
@media screen and (max-width: 845px) {
  footer .snsBox .sns a {
    width: 20px;
  }
}
@media screen and (max-width: 845px) {
  footer .snsBox .sns {
    justify-content: center;
    margin-bottom: 20px;
  }
}
footer .snsBox .subnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 845px) {
  footer .snsBox .subnav {
    justify-content: space-between;
  }
}
footer .snsBox .subnav a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
footer .snsBox .subnav a:nth-child(n+2) {
  margin-left: 30px;
}
@media screen and (max-width: 845px) {
  footer .snsBox .subnav a {
    font-size: 1.3rem;
    margin: 0 !important;
  }
}
footer .bottomBox {
  padding-bottom: 60px;
}
footer .bottomBox copyright {
  max-width: 298.5px;
  display: block;
  margin: 50px 0 0;
}
@media screen and (max-width: 845px) {
  footer .bottomBox copyright {
    margin: 20px auto;
  }
}
footer .bottomBox .retop {
  display: block;
  margin: 0 auto 0;
  width: 51.5px;
}
footer .bottomBox .retop::before {
  content: "";
  width: 1px;
  height: 85px;
  background: #005bad;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 845px) {
  footer .cont_size_box {
    width: 80%;
  }
}

.fixbnr {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 549px;
  width: 90%;
  z-index: 2;
  display: none;
}
.fixbnr.show {
  right: 10px;
}
@media screen and (max-width: 845px) {
  .fixbnr.show {
    right: 0;
  }
}
.fixbnr .fixbnr_close {
  position: absolute;
  top: 0;
  right: 0;
  background: #ccc;
  font-size: 12px;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  box-sizing: border-box;
  line-height: 1;
  transition: 0.2s;
  font-weight: bold;
}
@media screen and (max-width: 845px) {
  .fixbnr .fixbnr_close {
    opacity: 1;
    top: -25px;
  }
}
.fixbnr:hover .fixbnr_close {
  opacity: 1;
}
@media screen and (max-width: 845px) {
  .fixbnr {
    width: 95%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.btn {
  color: #005bac;
  font-size: 1.9rem;
  margin: 0 auto 0;
  border-bottom: 2px solid #005bac;
  max-width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding-bottom: 15px;
  transition: 0.2s;
}
.btn::after {
  content: "";
  background: url("/wpcms/wp-content/themes/relohotel/image/common/icn_maru.png") no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
  margin-right: 10px;
  transition: 0.2s;
}
.btn:hover {
  color: #f8752e;
}
.btn:hover::after {
  transform: scale(2, 2);
}
@media screen and (max-width: 845px) {
  .btn {
    margin: 30px auto 0 !important;
    width: 80vw;
  }
}

.btn2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #005bac;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.2s;
}
.btn2::before {
  content: "";
  background: url("/wpcms/wp-content/themes/relohotel/image/common/icn_maru.png") no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
  margin-right: 10px;
  transition: 0.2s;
}
.btn2:hover {
  color: #f8752e;
}
.btn2:hover::before {
  transform: scale(2, 2);
}

.cont_size_box {
  width: 95%;
  margin: 0 auto;
  max-width: 1240px;
}

.ja_ttl {
  font-size: 1.7rem;
  text-align: left;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 845px) {
  .ja_ttl {
    font-size: 1.4rem;
  }
}

.fadein, .fadein_auto {
  opacity: 0;
  transform: translateY(10%);
  transition: 1s;
}
.fadein.delay1, .fadein_auto.delay1 {
  transition: 1.5s;
}
.fadein.delay2, .fadein_auto.delay2 {
  transition: 2s;
}
.fadein.on, .fadein_auto.on {
  opacity: 1;
  transform: translateY(0%);
}
.fadein.fade-R, .fadein_auto.fade-R {
  transform: translateX(1%) translateY(0%);
}
.fadein.fade-R.on, .fadein_auto.fade-R.on {
  opacity: 1;
  transform: translateX(0%) translateY(0%);
}

main {
  overflow: hidden;
}

/*共通*/
#mv {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 700px;
}
#mv .mv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mv h2 {
  width: 98%;
  max-width: 876px;
  margin: 0 auto;
}
#mv .scroll {
  width: 36px;
  margin: 0 auto;
  margin-top: 15vh;
}
#mv .scroll::after {
  content: "";
  width: 1px;
  height: 85px;
  background: #005bad;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
#mv .mv_slide li {
  width: 100%;
  height: 100vh;
  display: block;
}
#mv .mv_slide li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv #mv_news {
  background: #fff;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 948px;
  width: 95%;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 845px) {
  #mv #mv_news {
    padding: 15px;
  }
}
#mv #mv_news h3 {
  width: 61px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 845px) {
  #mv #mv_news h3 {
    margin-right: 10px;
  }
}
#mv #mv_news dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
}
#mv #mv_news dl dt {
  margin-right: 0.5em;
}
@media screen and (max-width: 845px) {
  #mv #mv_news dl {
    display: block;
    line-height: 1.5;
  }
}
#mv .mv_news_more {
  display: block;
  width: 71px;
  margin-left: 20px;
  position: relative;
  flex-shrink: 0;
}
#mv .mv_news_more .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
}
#mv .mv_news_more:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 845px) {
  #mv .mv_news_more {
    margin-left: 10px;
  }
}

main {
  background: url("/wpcms/wp-content/themes/relohotel/image/common/bg01.jpg") repeat;
  background-size: auto;
}
main #about {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media screen and (max-width: 845px) {
  main #about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
main #about h3 {
  font-family: "shippori-mincho", sans-serif;
}
main #about h3 .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
main #about h3 span {
  font-size: 1.7rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
main #about h3 img {
  margin-left: 5%;
  width: 170%;
  max-width: none;
}
main #about h3::after {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* 古いAndroidブラウザやSafari用（ほとんど不要） */
  -moz-border-radius: 50%; /* 古いFirefox用（現在は不要） */
  border: 1px solid #008ab7;
  display: block;
  margin: 50px auto;
}
@media screen and (max-width: 845px) {
  main #about h3::after {
    margin: 30px auto;
  }
}
main #about .flex {
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1240px;
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 845px) {
  main #about .flex {
    display: block;
  }
}
main #about .flex .cont_size_box {
  max-width: 1240px;
}
main #about .flex .imgBox {
  max-width: 271.5px;
  width: 22.5%;
  position: relative;
}
main #about .flex .imgBox .ill {
  position: absolute;
  max-width: 67px;
  width: 24.67%;
  bottom: -7%;
  right: -11%;
  z-index: 4;
}
main #about .flex .slider {
  border-top-right-radius: 135px;
  border-top-left-radius: 135px;
  -webkit-border-top-left-radius: 135px;
  -webkit-border-top-right-radius: 135px;
  -moz-border-top-left-radius: 135px;
  -moz-border-top-right-radius: 135px;
  overflow: hidden;
  z-index: 1;
}
main #about .flex .txtBox {
  max-width: 570px;
  width: 55%;
  flex-shrink: 1;
  margin: 0 30px;
}
main #about .flex .txtBox img {
  margin-bottom: 40px;
}
@media screen and (max-width: 845px) {
  main #about .flex .txtBox img {
    width: 100%;
    margin-left: -1vw;
    max-width: none;
    margin-bottom: 30px;
  }
}
main #about .flex .txtBox p {
  text-align: center;
  font-size: 2rem;
  line-height: 2.35;
}
main #about .flex .txtBox p strong {
  color: #005bac;
}
@media screen and (max-width: 845px) {
  main #about .flex .txtBox p {
    text-align: left;
  }
}
main #about .flex .txtBox .btn {
  margin-top: 70px;
}
@media screen and (max-width: 845px) {
  main #about .flex .txtBox .btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 845px) {
  main #about .flex .txtBox {
    width: 100%;
    margin: 0 auto;
  }
}
main #about .flex .sp_imgBox {
  display: none;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 70px;
  width: 90vw;
  margin-left: -1vw;
}
@media screen and (max-width: 845px) {
  main #about .flex .sp_imgBox {
    display: flex;
    margin-top: 40px;
  }
}
main #about .flex .sp_imgBox .sp_imgBox_inner {
  width: 45%;
  position: relative;
}
main #about .flex .sp_imgBox .sp_imgBox_inner .ill {
  position: absolute;
  max-width: 67px;
  width: 24.67%;
  bottom: -7%;
  right: -11%;
  z-index: 3;
}
main #strength {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 88%;
}
@media screen and (max-width: 845px) {
  main #strength {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
main #strength .en_ttl {
  max-width: 320px;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 845px) {
  main #strength .en_ttl {
    width: 70%;
    margin-top: 17px;
  }
}
main #strength .en_ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* 古いAndroidブラウザやSafari用（ほとんど不要） */
  -moz-border-radius: 50%; /* 古いFirefox用（現在は不要） */
  border: 1px solid #008ab7;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
@media screen and (max-width: 845px) {
  main #strength .en_ttl::before {
    left: -15px;
  }
}
main #strength .txtBox {
  width: 49%;
}
main #strength .txtBox p {
  font-size: 1.6rem;
  line-height: 2.56;
  margin: 50px 0;
}
@media screen and (max-width: 845px) {
  main #strength .txtBox p {
    margin: 30px 0;
  }
}
main #strength .txtBox .btn {
  margin-left: 0;
}
@media screen and (max-width: 845px) {
  main #strength .txtBox {
    width: 100%;
  }
}
main #strength .zu {
  max-width: 634px;
  width: 49%;
}
@media screen and (max-width: 845px) {
  main #strength .zu {
    width: 100vw;
    margin: 30px auto 0;
    overflow: hidden;
    margin-left: -10vw;
    max-width: none;
  }
  main #strength .zu img {
    width: 110%;
    max-width: none;
    margin-left: -5vw;
  }
}
main #solution {
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 845px) {
  main #solution {
    margin-top: 100px;
  }
}
main #solution .ja_ttl {
  text-align: center;
  position: relative;
}
main #solution .en_ttl {
  max-width: 320px;
  margin: 25px auto 0;
  margin-top: 35px;
}
@media screen and (max-width: 845px) {
  main #solution .en_ttl {
    width: 56vw;
    margin-top: 17px;
  }
}
main #solution .en_ttl::after {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* 古いAndroidブラウザやSafari用（ほとんど不要） */
  -moz-border-radius: 50%; /* 古いFirefox用（現在は不要） */
  border: 1px solid #008ab7;
  display: block;
  margin: 50px auto;
}
@media screen and (max-width: 845px) {
  main #solution .en_ttl::after {
    margin: 30px auto;
  }
}
main #solution .ill {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 216px;
}
@media screen and (max-width: 1290px) {
  main #solution .ill {
    left: 0%;
    width: 12%;
  }
}
@media screen and (max-width: 980px) {
  main #solution .ill {
    width: 8%;
    left: 0%;
  }
}
@media screen and (max-width: 845px) {
  main #solution .ill {
    display: none;
  }
}
main #solution h4 {
  font-size: 3.9rem;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 1;
  color: #4a4a4a;
}
main #solution h4 span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
main #solution h4 span::after {
  content: "";
  width: 26px;
  height: 22px;
  position: absolute;
  background: url("/wpcms/wp-content/themes/relohotel/image/top/solution/icn01.png") no-repeat;
  background-size: contain;
  top: -10px;
  right: -15px;
}
@media screen and (max-width: 845px) {
  main #solution h4 span::after {
    width: 13px;
    height: 11px;
    top: -5px;
    right: -7px;
  }
}
@media screen and (max-width: 845px) {
  main #solution h4 {
    font-size: 4.984vw;
    margin-bottom: 30px;
  }
}
main #solution .tabarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea {
    display: block;
    margin-bottom: 50px;
  }
}
main #solution .tabarea .tab_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  width: 25%;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_list {
    width: 100vw;
    margin-left: -2.5vw;
    flex-direction: row;
    margin-bottom: 4.73vw;
  }
}
main #solution .tabarea .tab_list li {
  border-top: 1px solid #bebebe;
  padding: 16px 0;
}
main #solution .tabarea .tab_list li:last-child {
  border-bottom: 1px solid #bebebe;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_list li {
    display: flex;
    flex-direction: column;
    padding: 0 1.183vw;
    border-top: none;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #bebebe;
  }
  main #solution .tabarea .tab_list li:last-child {
    border: none !important;
  }
}
main #solution .tabarea .tab_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom-right-radius: 45px;
  border-top-right-radius: 45px;
  -webkit-border-top-left-radius: 45px;
  -webkit-border-top-right-radius: 45px;
  -moz-border-top-left-radius: 45px;
  -moz-border-top-right-radius: 45px;
  font-size: clamp(0px, 1.52vw, 20px);
  font-weight: bold;
  line-height: 2;
  padding: 25px 20px;
  box-sizing: border-box;
  flex-grow: 1;
  transition: 0.2s;
}
main #solution .tabarea .tab_list li a::after {
  content: "";
  display: block;
  margin-left: auto;
  font-size: 0.6em;
  height: 6.5px;
  width: 11px;
  background: url("/wpcms/wp-content/themes/relohotel/image/common/arrow_black.svg") no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  transition: 0.2s;
  position: relative;
  right: 0;
}
main #solution .tabarea .tab_list li a:hover::after {
  right: -5px;
}
main #solution .tabarea .tab_list li a img {
  display: block;
  width: 16px;
  margin-right: 16px;
}
main #solution .tabarea .tab_list li a img.active {
  display: none;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_list li a img {
    width: 12px;
    margin-bottom: 5px !important;
  }
}
main #solution .tabarea .tab_list li a.active {
  background: #0069c6;
  color: #fff;
}
main #solution .tabarea .tab_list li a.active img.off {
  display: none;
}
main #solution .tabarea .tab_list li a.active img.active {
  display: block;
}
main #solution .tabarea .tab_list li a.active::after {
  background: url("/wpcms/wp-content/themes/relohotel/image/common/arrow_white.svg") no-repeat;
  background-size: contain;
  right: -5px;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_list li a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    flex-direction: column;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 1.77vw;
  }
  main #solution .tabarea .tab_list li a span {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
  main #solution .tabarea .tab_list li a::after {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 845px) and (max-width: 845px) {
  main #solution .tabarea .tab_list li a::after {
    margin: 0 auto;
    margin-top: 5px;
    content: "";
    transform: rotate(0);
    width: 5.5px;
    height: 3.25px;
  }
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_list li a img {
    margin: 0 auto;
  }
}
main #solution .tabarea .tab_content {
  background: #0069c6;
  margin-left: 0;
  color: #fff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 60px 20px;
  width: calc(70% + (100vw - 1240px) / 2);
  margin-right: calc(-1 * (100vw - 1240px) / 2);
  box-sizing: border-box;
}
main #solution .tabarea .tab_content .tab_inner {
  display: none;
  opacity: 0;
  transition: 0.2s;
}
main #solution .tabarea .tab_content .tab_inner.active {
  display: block;
  animation: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@media (max-width: 1384px) {
  main #solution .tabarea .tab_content {
    width: calc(70% + 2.5vw);
    margin-right: -2.5vw;
  }
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_content {
    width: 100vw;
    margin-left: -2.5vw;
    margin-right: 0;
    border-radius: 0;
    padding: 50px 10vw;
    padding-bottom: 50px;
  }
}
main #solution .tabarea .tab_content .flex {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_content .flex {
    display: block;
  }
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_content .flex .txtBox {
    width: 100%;
  }
}
main #solution .tabarea .tab_content .flex .txtBox h5 {
  font-size: clamp(20px, 2.28vw, 30px);
  line-height: 1.7;
  margin-bottom: clamp(20px, 2.66vw, 35px);
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_content .flex .txtBox h5 {
    font-size: 3.57vw;
  }
  main #solution .tabarea .tab_content .flex .txtBox h5 span {
    font-size: 5.36vw;
  }
}
main #solution .tabarea .tab_content .flex .txtBox ul.bar_list {
  margin-bottom: clamp(20px, 2.66vw, 35px);
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_content .flex .txtBox ul.bar_list {
    margin-bottom: clamp(10px, 1.33vw, 17.5px);
  }
}
main #solution .tabarea .tab_content .flex .txtBox ul.bar_list li {
  display: flex;
  justify-content: flex-start;
  font-size: clamp(16px, 1.59vw, 21px);
  font-weight: bold;
  line-height: 2.14;
}
main #solution .tabarea .tab_content .flex .txtBox ul.bar_list li::before {
  content: "ー";
  display: block;
  margin-right: 0.5em;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_content .flex .txtBox ul.bar_list li {
    font-size: 2rem;
  }
}
main #solution .tabarea .tab_content .flex .txtBox ul.square_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: clamp(14px, 1.29vw, 17px);
  line-height: 2.35;
  margin-left: 2em;
}
main #solution .tabarea .tab_content .flex .txtBox ul.square_list li::before {
  content: "■";
  margin-right: 0.5em;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_content .flex .txtBox ul.square_list li {
    font-size: 1.6rem;
  }
}
main #solution .tabarea .tab_content .flex .img {
  max-width: 320px;
  margin-left: 10%;
  width: 40%;
}
@media screen and (max-width: 845px) {
  main #solution .tabarea .tab_content .flex .img {
    width: 100%;
    margin: 10px auto 0;
    max-width: none;
    margin-top: clamp(20px, 2.66vw, 35px);
  }
}
main #worries {
  margin-bottom: 170px;
}
@media screen and (max-width: 845px) {
  main #worries {
    margin-bottom: 100px;
  }
}
main #worries h4 {
  font-size: 3.9rem;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #4a4a4a;
}
main #worries h4::after {
  content: "";
  width: 20.5px;
  height: 17.5px;
  position: absolute;
  background: url("/wpcms/wp-content/themes/relohotel/image/common/text_icn01.png") no-repeat;
  background-size: contain;
  top: -7px;
  left: -15px;
}
@media screen and (max-width: 845px) {
  main #worries h4::after {
    width: 8px;
    height: 10px;
    top: 0px;
    left: -10px;
  }
}
@media screen and (max-width: 845px) {
  main #worries h4 {
    font-size: 4.984vw;
    margin-bottom: 25px;
  }
}
main #worries .worries_slider {
  position: relative;
}
main #worries .worries_slider .prev-arrow {
  position: absolute;
  top: 0;
  left: calc(10vw - 5px);
  bottom: 0;
  margin: auto;
  width: 58px;
  z-index: 1;
}
@media screen and (max-width: 845px) {
  main #worries .worries_slider .prev-arrow {
    left: 10px;
  }
}
main #worries .worries_slider .next-arrow {
  position: absolute;
  top: 0;
  right: calc(10vw - 5px);
  bottom: 0;
  margin: auto;
  width: 58px;
  transform: scale(-1, 1);
  z-index: 1;
}
@media screen and (max-width: 845px) {
  main #worries .worries_slider .next-arrow {
    right: 10px;
  }
}
main #worries .worries_slider .cont {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
main #worries .worries_slider .cont .inner {
  margin: 0 30px;
  background: #fff;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 1290px) {
  main #worries .worries_slider .cont .inner {
    margin: 0 1.5vw;
  }
}
@media screen and (max-width: 845px) {
  main #worries .worries_slider .cont .inner {
    margin: 0 2.5vw;
  }
}
main #worries .worries_slider .icn {
  max-width: 147px;
  margin: 0 auto 15px;
  width: 80%;
}
main #worries .worries_slider .icn img {
  width: 100%;
  height: auto;
}
main #worries .worries_slider .en {
  max-width: 186px;
  margin: 0 auto;
}
@media screen and (max-width: 845px) {
  main #worries .worries_slider .en {
    width: 80%;
    max-width: 140px;
  }
}
main #worries .worries_slider h5 {
  font-size: 2.6rem;
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  margin: 15px auto 30px;
}
@media screen and (max-width: 845px) {
  main #worries .worries_slider h5 {
    font-size: 2.2rem;
  }
}
main #worries .worries_slider ul {
  display: block;
}
main #worries .worries_slider ul li {
  font-size: 1.7rem;
  line-height: 2.23;
  display: flex;
  align-items: baseline;
}
main #worries .worries_slider ul li::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url("/wpcms/wp-content/themes/relohotel/image/top/worries/maru.png") no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
main #worries .btn {
  margin-top: 58px;
}
main #case {
  background: url("/wpcms/wp-content/themes/relohotel/image/common/bg02.png") repeat;
}
@media screen and (max-width: 845px) {
  main #case .cont_size_box {
    width: 90%;
  }
}
main #case > * {
  padding-top: 140px;
  padding-bottom: 190px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 845px) {
  main #case > * {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
main #case > * h3 {
  width: 31px;
  flex-shrink: 0;
  margin-top: -20px;
}
@media screen and (max-width: 845px) {
  main #case > * h3 {
    width: 20px;
    margin-top: -15px;
  }
}
main #case > * .caseArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(90% - 40px);
  max-width: 1100px;
}
@media screen and (max-width: 845px) {
  main #case > * .caseArea {
    display: block;
    width: calc(97.5% - 50px);
  }
}
main #case > * .caseArea .case_cont {
  width: 45%;
  display: flex;
  flex-direction: column;
  height: auto;
}
main #case > * .caseArea .case_cont:nth-child(n+3) {
  margin-top: 80px;
}
@media screen and (max-width: 845px) {
  main #case > * .caseArea .case_cont {
    width: 100%;
  }
  main #case > * .caseArea .case_cont:nth-child(n+2) {
    margin-top: 30px !important;
  }
}
main #case > * .caseArea .case_cont h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  flex-grow: 1;
}
main #case > * .caseArea .case_cont h4 img {
  width: 36px;
  margin-right: 20px;
}
@media screen and (max-width: 845px) {
  main #case > * .caseArea .case_cont h4 img {
    margin-right: 10px;
  }
}
main #case > * .caseArea .case_cont h4 span {
  font-family: "shippori-mincho", sans-serif;
  text-align: left;
  font-size: 1.7rem;
  display: block;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 845px) {
  main #case > * .caseArea .case_cont h4 span {
    font-size: 1.4rem;
  }
}
main #case > * .caseArea .case_cont h4 span strong {
  font-size: 2.6rem;
  color: #005bac;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 845px) {
  main #case > * .caseArea .case_cont h4 span strong {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
main #case > * .caseArea .case_cont .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 845px) {
  main #case > * .caseArea .case_cont .img {
    margin-bottom: 15px;
  }
}
main #case > * .caseArea .case_cont dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 2.06;
}
main #case > * .caseArea .case_cont dl dt {
  width: 7em;
}
main #case > * .caseArea .case_cont dl dd::before {
  content: ":";
  margin-right: 0.5em;
  display: inline-block;
}
main #case > * .caseArea .case_cont .viewMore {
  margin-top: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
main #case > * .caseArea .case_cont .viewMore a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
main #case > * .caseArea .case_cont .viewMore a img {
  width: 91px;
}
main #case > * .caseArea .case_cont .viewMore a img.hover {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 845px) {
  main #case > * .caseArea .case_cont .viewMore a img {
    width: 80px;
  }
}
main #case > * .caseArea .case_cont .viewMore a::before {
  content: "";
  background: url("/wpcms/wp-content/themes/relohotel/image/common/icn_maru.png") no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
  margin-right: 10px;
  transition: 0.2s;
  flex-shrink: 1;
}
main #case > * .caseArea .case_cont .viewMore a:hover::before {
  transform: scale(2, 2);
}
main #case > * .caseArea .case_cont .viewMore a:hover img.hover {
  opacity: 1;
}
@media screen and (max-width: 845px) {
  main #case > * .caseArea .case_cont .viewMore {
    margin-top: 15px;
    padding-top: 15px;
  }
}
main #newsBox {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 845px) {
  main #newsBox {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
  }
}
main #newsBox .list_box + .list_box {
  margin-top: 50px;
}
main #newsBox .en_ttl {
  max-width: 320px;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 845px) {
  main #newsBox .en_ttl {
    margin-top: 15px;
    width: 70%;
  }
}
main #newsBox .en_ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* 古いAndroidブラウザやSafari用（ほとんど不要） */
  -moz-border-radius: 50%; /* 古いFirefox用（現在は不要） */
  border: 1px solid #008ab7;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
main #newsBox .news_sliderBox {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin-top: 60px;
}
@media screen and (max-width: 845px) {
  main #newsBox .news_sliderBox {
    width: 100%;
    left: 0;
    margin: 30px auto 0;
  }
}
main #newsBox .news_sliderBox a {
  display: block;
  margin: 0 20px;
  transition: 0.2s;
}
@media screen and (max-width: 845px) {
  main #newsBox .news_sliderBox a {
    margin: 0;
  }
}
main #newsBox .news_sliderBox a:hover {
  opacity: 0.7;
}
main #newsBox .news_sliderBox .imgBox {
  aspect-ratio: 786/563;
  background: #fff;
  position: relative;
}
main #newsBox .news_sliderBox .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #newsBox .news_sliderBox .imgBox img.document_thum {
  -o-object-fit: contain;
     object-fit: contain;
}
main #newsBox .news_sliderBox .imgBox .cat {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: #005bac;
  border-radius: 3px;
  -webkit-border-radius: 3px; /* 古いAndroidブラウザやSafari用（ほとんど不要） */
  -moz-border-radius: 3px; /* 古いFirefox用（現在は不要） */
  line-height: 1;
  min-width: 170px;
  text-align: center;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.2rem;
}
@media screen and (max-width: 845px) {
  main #newsBox .news_sliderBox .imgBox .cat {
    width: 120px;
    min-width: auto;
  }
}
main #newsBox .news_sliderBox .date {
  font-family: "shippori-mincho", sans-serif;
  color: #226ab2;
  font-size: 1.4rem;
  margin: 15px 0;
  display: block;
}
main #newsBox .news_sliderBox p {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.7rem;
}
main #newsBox .slick-arrow {
  width: 58px;
  height: 58px;
  z-index: 1;
  display: block;
  top: calc(50% - 40px);
}
@media screen and (max-width: 845px) {
  main #newsBox .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 30px);
  }
}
main #newsBox .slick-arrow::before {
  display: none;
}
main #newsBox .slick-arrow.slick-next {
  right: 0px;
}
@media screen and (max-width: 845px) {
  main #newsBox .slick-arrow.slick-next {
    right: -20px;
  }
}
main #newsBox .slick-arrow.slick-next img {
  transform: rotate(180deg);
}
main #newsBox .slick-arrow.slick-prev {
  left: 0px;
}
@media screen and (max-width: 845px) {
  main #newsBox .slick-arrow.slick-prev {
    left: -20px;
  }
}

#footer_bnr {
  margin: 90px auto;
}
@media screen and (max-width: 845px) {
  #footer_bnr {
    margin: 50px auto;
  }
}
#footer_bnr .bnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  background: #005bac;
  border-radius: 12px;
  -webkit-border-radius: 12px; /* 古いAndroidブラウザやSafari用（ほとんど不要） */
  -moz-border-radius: 12px; /* 古いFirefox用（現在は不要） */
  padding: 60px;
  position: relative;
  max-width: 1210px;
  width: 90%;
  box-sizing: border-box;
}
@media screen and (max-width: 845px) {
  #footer_bnr .bnr {
    padding: 30px;
  }
}
#footer_bnr .bnr h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 36.5px;
}
@media screen and (max-width: 845px) {
  #footer_bnr .bnr h2 {
    position: static;
    transform: translate(0, 0);
  }
}
#footer_bnr .bnr .img {
  position: relative;
  width: calc((100% - 70px) / 2);
  max-width: 441px;
}
@media screen and (max-width: 845px) {
  #footer_bnr .bnr .img {
    width: 95%;
    margin-bottom: 20px;
  }
}
#footer_bnr .bnr .img .ill {
  width: 100%;
}
#footer_bnr .bnr .img .icn {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90px;
}
@media screen and (max-width: 845px) {
  #footer_bnr .bnr .img .icn {
    width: 30%;
  }
}
#footer_bnr .bnr .txtBox {
  text-align: left;
  color: #fff;
  margin-left: 50px;
  width: calc((100% - 70px) / 2);
  max-width: 480px;
}
@media screen and (max-width: 845px) {
  #footer_bnr .bnr .txtBox {
    width: 100%;
    margin-right: 20px;
    margin-left: 0;
  }
}
#footer_bnr .bnr .txtBox h3 {
  text-align: left;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
#footer_bnr .bnr .txtBox p {
  font-size: 1.8rem;
  line-height: 1.9;
}
#footer_bnr .bnr .txtBox .btn_more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
#footer_bnr .bnr .txtBox .btn_more span {
  text-decoration: underline;
  color: #fff;
}
#footer_bnr .bnr .txtBox .btn_more img {
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 0.5em;
}

#foot_contact_bnr .inner {
  max-width: 1317px;
  width: 90%;
  margin: 90px auto;
  background: url(../image/common/foot_contact_bnr.jpg) no-repeat center/cover;
  color: #fff;
  border-radius: 8px;
  padding: 55px 20px 75px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 845px) {
  #foot_contact_bnr .inner {
    padding: 30px 20px 40px;
  }
}
#foot_contact_bnr .inner .ill {
  position: absolute;
  z-index: -1;
}
#foot_contact_bnr .inner .ill.ill01 {
  width: 378.5px;
  bottom: -10px;
  left: -50px;
}
@media screen and (max-width: 845px) {
  #foot_contact_bnr .inner .ill.ill01 {
    width: 45%;
    left: -5%;
  }
}
#foot_contact_bnr .inner .ill.ill02 {
  width: 333.5px;
  bottom: -10px;
  right: -50px;
}
@media screen and (max-width: 845px) {
  #foot_contact_bnr .inner .ill.ill02 {
    width: 45%;
    right: -5%;
  }
}
#foot_contact_bnr .inner h3 {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 4.3rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 845px) {
  #foot_contact_bnr .inner h3 {
    margin-bottom: 20px;
  }
}
#foot_contact_bnr .inner .flex {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 845px) {
  #foot_contact_bnr .inner .flex {
    display: block;
  }
}
#foot_contact_bnr .inner .flex .cont {
  width: 408px;
}
@media screen and (max-width: 845px) {
  #foot_contact_bnr .inner .flex .cont {
    max-width: 408px;
    width: 100%;
    margin: 20px auto 0;
  }
}
#foot_contact_bnr .inner .flex .cont p {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.9rem;
}
#foot_contact_bnr .inner .flex .cont p small {
  display: block;
  font-size: 1.5rem;
  line-height: 2;
}
#foot_contact_bnr .inner .flex .cont .btn {
  text-align: center;
  display: block;
  text-align: center;
  border-radius: 999px;
  color: #fff;
  background: #fff;
  border-radius: 9999px;
  padding: 30px 10px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 6px 0px 0px #58aefb;
  border-bottom: none;
  margin-top: 15px;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 845px) {
  #foot_contact_bnr .inner .flex .cont .btn {
    margin-top: 5px !important;
    padding: 15px 10px;
  }
}
#foot_contact_bnr .inner .flex .cont .btn::after {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
#foot_contact_bnr .inner .flex .cont .btn p {
  letter-spacing: 0.05em;
}
#foot_contact_bnr .inner .flex .cont .btn p .ja {
  color: #0f51b2;
  font-size: 2.2rem;
}
#foot_contact_bnr .inner .flex .cont .btn p .en {
  font-size: 1.6rem;
  display: block;
  color: #4a4a4a;
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 300;
}
#foot_contact_bnr .inner .flex .cont .btn:hover {
  box-shadow: 0 0 0 0 #fff;
}
#foot_contact_bnr .inner .flex .cont .btn:hover::after {
  transform: translateY(-50%) scale(2, 2);
}
#foot_contact_bnr .inner .flex .cont:last-child .btn {
  box-shadow: 0px 6px 0px 0px #ff7200;
}
#foot_contact_bnr .inner .flex .cont:last-child .btn:hover {
  box-shadow: 0 0 0 0 #fff;
}
#foot_contact_bnr .inner .flex .cont:last-child .btn p .ja {
  color: #ff7200;
}/*# sourceMappingURL=style.css.map */