@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
@media screen and (max-width: 767px) {
  #cmsmenu {
    display: none;
  }
}

html {
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  min-width: 375px;
}

.top-border-news a {
  text-align: center;
  background: #e1557c;
  padding: 10px;
  display: block;
  transition-duration: .2s;
}
.top-border-news a:link, .top-border-news a:visited {
  color: white !important;
  font-weight: 700;
  text-decoration: none;
}
.top-border-news a:hover {
  background: #f54374;
}
.top-border-news + #visual {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-border-news + #visual {
    margin-top: 0;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

#wholewrapper {
  background-color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  #wholewrapper {
    padding-top: 50px;
  }
}

#header {
  position: fixed;
  z-index: 899;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1.5px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  border-top: 3px solid #4176e5;
  padding-bottom: 3px;
  padding-left: 47px;
  padding-right: 43px;
}
@media screen and (max-width: 1199px) {
  #header {
    min-height: 50px;
    border-top: none;
    padding-bottom: 0;
    padding-left: 9.5px;
    padding-right: 10px;
  }
}
#header h1 {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
#header h1 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header h1 a img {
  height: 50px;
}
@media screen and (max-width: 1199px) {
  #header h1 a img {
    height: 30px;
  }
}
#header h1 a img.logo2 {
  margin-left: 5px;
}
@media screen and (max-width: 1199px) {
  #header h1 a img.logo2 {
    margin-left: 1px;
  }
}
#header .menu {
  align-self: flex-start;
}
@media screen and (max-width: 1199px) {
  #header .menu {
    display: none;
  }
}
#header .menu .upper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 56px;
  padding-right: 7px;
}
#header .menu .upper a.tel {
  margin-left: 16px;
  white-space: nowrap;
  color: #4176e5;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1200px) and (max-width: 1330px) {
  #header .menu .upper a.tel {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
}
#header .menu .upper a.tel img {
  display: inline-block;
  vertical-align: -4px;
  margin-right: 6px;
}
#header .menu .upper .hours {
  margin-left: 12px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 17px;
  position: relative;
  padding-left: 13px;
  padding-right: 15px;
}
#header .menu .upper .hours span.holiday {
  color: #585858;
  font-size: 11px;
}
#header .menu .upper .hours::before, #header .menu .upper .hours::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 1px;
  height: 30px;
  top: 3px;
}
#header .menu .upper .hours::before {
  left: 0;
}
#header .menu .upper .hours::after {
  right: 0;
}
#header .menu .upper a.button {
  flex: 0 0 150px;
  align-self: flex-start;
  background-color: #4176e5;
  height: 48px;
  padding-bottom: 4px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  transition: opacity .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) and (max-width: 1330px) {
  #header .menu .upper a.button {
    flex: 0 0 120px;
  }
}
#header .menu .upper a.button:hover {
  opacity: 0.7;
}
#header .menu .upper a.button img {
  margin-left: 8px;
  display: inline-block;
}
#header .menu .upper a.button.tap {
  margin-left: 16px;
}
#header .menu .upper a.button.tap img {
  vertical-align: -6px;
}
#header .menu .upper a.button.shop {
  margin-left: 3px;
  letter-spacing: 0.03em;
}
#header .menu .upper a.button.shop img {
  vertical-align: -1px;
}
#header .menu .upper a.button.long {
  flex-basis: 190px;
  gap: 0 5px;
}
#header .menu .upper a.button.long .texts {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
#header .menu .upper a.button.long .texts .text {
  display: block;
  font-size: 14px;
}
#header .menu .upper a.button.long .texts .text + .text {
  margin-top: 3px;
}
#header .menu .upper a.line {
  display: block;
}
#header .menu .upper a.line img {
  width: 108px;
  height: auto;
}
#header .menu ul.depth1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
#header .menu ul.depth1 li:first-child::before, #header .menu ul.depth1 li::after {
  content: "｜";
}
#header .menu ul.depth1 li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color .1s;
}
#header .menu ul.depth1 li a:hover {
  color: #4176e5;
}
#header .menu ul.depth1 li a::before, #header .menu ul.depth1 li a::after {
  content: "　";
}
#header .menu ul.depth1 li.active a {
  color: #4176e5;
}
#header .menu-button {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header .menu-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 100%;
    line-height: 78px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #4176e5;
  }
  #header .menu-button span {
    position: absolute;
    top: calc(50% - 5px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-image: url(../media/images/2022/common/header-menu.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
  }
  #header .menu-button.opened span {
    background-image: url(../media/images/2022/common/header-menu-close.svg);
  }
}
#header > .line {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header > .line {
    display: block;
    position: absolute;
    top: 50%;
    right: 58px;
    transform: translateY(-50%);
  }
  #header > .line img {
    width: 108px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) and (max-width: 400px) {
  #header > .line img {
    width: 85px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 380px) {
  #header > .line img {
    width: 70px;
  }
}

#header-pulldown {
  display: none;
}
@media screen and (min-width: 1200px) {
  #header-pulldown {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  #header-pulldown {
    position: fixed;
    z-index: 200;
    top: 50px;
    right: 0;
    background-color: #fff;
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    width: 500px;
    height: 100vh;
  }
}
@media screen and (max-width: 1199px) and (max-width: 500px) {
  #header-pulldown {
    width: 100vw;
  }
}
@media screen and (max-width: 1199px) {
  #header-pulldown .buttons {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  #header-pulldown .buttons a.button {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 15px 20px;
    background-color: #4176e5;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
  }
  #header-pulldown ul.depth1 {
    list-style: none;
    margin: 7px 0 0;
    padding: 0;
  }
  #header-pulldown ul.depth1 li {
    border-bottom: 1px solid #b6b4b9;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #header-pulldown ul.depth1 li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 17px 35px 17px 15px;
    background: url(../media/images/2022/common/pulldown-navi-arrow.svg) no-repeat calc(100% - 17px) 50%/6px;
  }
  #header-pulldown .tel {
    margin-top: 25px;
    text-align: center;
  }
  #header-pulldown .tel a {
    display: block;
    margin-right: 17px;
    color: #4176e5;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  #header-pulldown .tel a img {
    display: inline-block;
    width: 15px;
    vertical-align: -3px;
    margin-right: 4px;
  }
  #header-pulldown .tel .hours {
    margin-top: 9px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  #header-pulldown .tel .hours span.holiday {
    color: #585858;
    font-size: 9px;
    letter-spacing: 0.04em;
  }
  #header-pulldown .contact {
    margin-top: 20px;
    text-align: center;
  }
  #header-pulldown .contact a {
    display: inline-block;
    width: 250px;
    background: #22b9ee url(../media/images/2022/common/pulldown-contact.svg) no-repeat calc(100% - 23px) 50%/15px;
    padding: 18px 0;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
  }
  #header-pulldown .line {
    display: none;
  }
}

.estate-recruit {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.estate-recruit img {
  max-width: 340px;
  width: 90vw;
}

#footer {
  text-align: center;
}
#footer .links {
  background-color: #f0f0f0;
}
@media print, screen and (min-width: 768px) {
  #footer .links {
    padding: 50px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #footer .links {
    padding: 20px 20px 18px;
  }
}
#footer .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #footer .links ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#footer .links ul li {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #footer .links ul li {
    margin: 0 5.5px;
    flex: 0 1 292px;
  }
}
@media screen and (max-width: 767px) {
  #footer .links ul li {
    margin-bottom: 10px;
  }
}
#footer .links ul li a {
  transition: opacity .2s;
}
#footer .links ul li a:hover {
  opacity: 0.7;
}
#footer .links ul li.single {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #footer .links ul li.single {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #footer .links ul li.single {
    height: 75px;
  }
}
@media print, screen and (min-width: 768px) {
  #footer .links ul li.single img.hare365 {
    width: 175px;
  }
  #footer .links ul li.single img.reform_studio {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #footer .links ul li.single img {
    width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  #footer .links ul li.has_caption {
    padding: 11px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  #footer .links ul li.has_caption {
    padding: 12px 0 6.5px;
  }
}
#footer .links ul li.has_caption span.caption {
  display: block;
  border-bottom: 1px solid #b6b4b9;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #footer .links ul li.has_caption span.caption {
    margin: 0 11px 8px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: calc(14 / 13);
  }
}
@media screen and (max-width: 767px) {
  #footer .links ul li.has_caption span.caption {
    margin: 0 12.5px 6.5px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: calc(30 / 24);
  }
}
#footer .links ul li.has_caption span.banners {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .links ul li.has_caption span.banners a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #footer .links ul li.has_caption span.banners a {
    height: 30px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  #footer .links ul li.has_caption span.banners a {
    flex-basis: 105px;
    height: 45px;
    margin: 0 2.5px;
  }
}
#footer .links ul li.has_caption span.banners a img {
  width: 75px;
}
#footer .links p {
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  #footer .links p {
    margin-top: 32px;
    font-size: 15px;
    line-height: calc(54 / 15);
  }
}
@media screen and (max-width: 767px) {
  #footer .links p {
    margin-top: 22px;
    margin-left: 13px;
    font-size: 12px;
    line-height: calc(54 / 24);
  }
}
@media print, screen and (min-width: 768px) {
  #footer .links p span.sp-br {
    display: inline-block;
  }
  #footer .links p span.sp-br::after {
    content: "　｜　";
  }
}
@media screen and (max-width: 767px) {
  #footer .links p span.sp-br {
    display: block;
  }
}
#footer .links p a {
  color: inherit;
  text-decoration: none;
}
#footer .links p a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  #footer .aeon {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon {
    padding: 30px 0 20px;
  }
}
#footer .aeon a {
  display: inline-block;
}
#footer .aeon a.main {
  transition: opacity .2s;
}
@media print, screen and (min-width: 768px) {
  #footer .aeon a.main {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon a.main {
    margin-right: 12px;
  }
}
#footer .aeon a.main:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  #footer .aeon a.main img {
    width: 156px;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon a.main img {
    width: 110px;
  }
}
#footer .aeon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #footer .aeon ul.text {
    flex: 1 1 auto;
    justify-content: flex-start;
    font-size: 15px;
    line-height: calc(42 / 15);
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon ul.text {
    margin-top: 26px;
    font-size: 13px;
    line-height: calc(60 / 26);
    letter-spacing: -0.06em;
  }
}
@media print, screen and (min-width: 768px) {
  #footer .aeon ul.text li {
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon ul.text li {
    margin: 0 12px;
  }
}
#footer .aeon ul.text li a {
  color: #b6006e;
  text-decoration: none;
  transition: text-decoration .2s;
}
#footer .aeon ul.text li a:hover {
  text-decoration: underline;
}
#footer .aeon ul.text li a::before {
  display: inline-block;
  content: "";
  background: url(../media/images/2022/common/footer-aeon-icon.svg) no-repeat left/contain;
}
@media print, screen and (min-width: 768px) {
  #footer .aeon ul.text li a::before {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon ul.text li a::before {
    width: 15px;
    height: 15px;
    vertical-align: -2px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon ul.banners {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #footer .aeon ul.banners li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon ul.banners li {
    margin: 0 10px;
  }
}
#footer .aeon ul.banners li a {
  transition: opacity .2s;
}
#footer .aeon ul.banners li a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  #footer .aeon ul.banners li a img.foundation {
    width: 153px;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon ul.banners li a img.foundation {
    width: 125px;
  }
}
@media print, screen and (min-width: 768px) {
  #footer .aeon ul.banners li a img.shokuju {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  #footer .aeon ul.banners li a img.shokuju {
    width: 130px;
  }
}
#footer .copyright {
  background-color: #4176e5;
  color: #fff;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  #footer .copyright {
    padding: 10px 0;
    font-size: 12px;
    line-height: calc(30 / 12);
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding: 8px 0 9px;
    font-size: 10px;
    line-height: calc(30 / 20);
  }
}

#float-footer {
  display: none;
}
@media screen and (max-width: 767px) {
  #float-footer {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition-duration: .5s;
  }
  #float-footer.show {
    opacity: 1;
  }
  #float-footer .pagetop {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
  }
  #float-footer .pagetop a {
    width: 50px;
    background: #22b9ee url(../media/images/2022/common/footer-pagetop.svg) no-repeat 50% 10px/9.5px;
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1.5px 3px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: calc(30 / 24);
    letter-spacing: 0.03em;
    padding: 18px 0 5px;
  }
  #float-footer .contact {
    background-color: #4176e5;
    height: 55px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1.5px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
  }
  #float-footer .contact a.tel {
    background: url(../media/images/2022/common/footer-tel.svg) no-repeat 5px 4px/8%;
    padding-left: 5%;
    padding-top: 4px;
    text-decoration: none;
    color: #fff;
  }
  #float-footer .contact a.tel span {
    display: block;
    letter-spacing: 0;
  }
  #float-footer .contact a.tel span.phone {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
  }
  #float-footer .contact a.tel span.hours, #float-footer .contact a.tel span.holiday {
    line-height: 15px;
    font-weight: 500;
  }
  #float-footer .contact a.tel span.hours {
    font-size: 10px;
  }
  #float-footer .contact a.tel span.holiday {
    font-size: 9px;
  }
  #float-footer .contact .buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #float-footer .contact .buttons a {
    height: 40px;
    background-color: #fff;
    border-radius: 2.5px;
    margin-left: 5px;
    text-decoration: none;
    color: #4176e5;
    font-weight: 700;
    line-height: calc(30 / 24);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1px;
  }
  #float-footer .contact .buttons a.tap {
    padding-left: 8px;
    padding-right: 6px;
    white-space: nowrap;
  }
  #float-footer .contact .buttons a.tap img {
    width: 18.5px;
    margin-left: 7px;
  }
  #float-footer .contact .buttons a.shop {
    padding-left: 10px;
    padding-right: 12px;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  #float-footer .contact .buttons a.shop img {
    width: 19px;
    margin-left: 7px;
  }
  #float-footer .riat_rakuten_coupon {
    position: absolute;
    bottom: 60px;
    left: 5px;
  }
  #float-footer .riat_rakuten_coupon img {
    width: 160px;
  }
}

#main {
  	/*
  	.title {
  	margin: 0 auto 40px;
  	text-align: center;
  
  	&::before,
  	&::after {
  	border-top: 1px solid lighten($main, 10%);
  	content: "";
  	display: none;
  	height: 1px;
  	margin: auto;
  	width: 60%;
  
  	@include media(sp) {
  	display: block;
  }
  }
  
  	> span {
  	border-top: 1px solid $main;
  	border-bottom: 1px solid $main;
  	box-sizing: border-box;
  	color: $main;
  	display: inline-block;
  	font-size: 30px;
  	min-width: 370px;
  	padding: 15px 20px;
  
  	@include media(sp) {
  	border: 0;
  	font-size: 18px;
  	min-width: 0;
  	padding: 10px;
  	width: 100%;
  }
  
  	.en {
  	color: #929292;
  	display: block;
  	font-size: 14px;
  	font-weight: normal;
  
  	@include media(sp) {
  	font-size: 11px;
  }
  }
  }
  }
  	.campaign {
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  	flex-wrap: wrap;
  	align-content: flex-start;
  	&.center {
  	display: block;
  	text-align: center;
  	div {
  	display: inline-block;
  }
  }
  	> div {
  	width: calc(50% - 20px);
  	margin-top: 20px;
  	@include media(sp) {
  	width: 100%;
  }
  	a {
  	display: block;
  	img {
  	max-width: 100%;
  	vertical-align: bottom;
  }
  }
  }
  }
  	div.note-size {
  	margin: 5px 5px 10px;
  	font-size: 13px;
  	strong {
  	font-weight: 400;
  	color: #e00;
  }
  }
  	.icons {
  	margin: 0 0 5px;
  	display: flex;
  	justify-content: flex-end;
  	align-items: flex-start;
  	> span, > a {
  	display: block;
  	text-align: center;
  	margin: 0 0 0 10px;
  	padding: 0 !important;
  	text-decoration: none;
  }
  	span.view, span.use {
  	display: block;
  	border-radius: 3px;
  	font-size: 12px !important;
  	padding: 2px 4px 3px !important;
  	border: 2px solid #ccc;
  	text-decoration: none;
  	line-height: 1.4;
  }
  	span.view {
  	background: #f39800;
  	border-color: #f39800;
  	color: white;
  }
  	a span.view {
  	background-color: white;
  	border-color: #f39800;
  	color: #f39800;
  	transition-duration: .3s;
  	&::after {
  	@include fa("\f0da", 5px, 2px);
  }
  	&:hover {
  	background-color: #f39800;
  	color: white;
  }
  }
  	span.use {
  	background: #40b552;
  	border-color: #40b552;
  	color: white;
  }
  	a span.use {
  	background-color: white;
  	border-color: #40b552;
  	color: #40b552;
  	transition-duration: .3s;
  	&::after {
  	@include fa("\f0da", 5px, 2px);
  }
  	&:hover {
  	background-color: #40b552;
  	color: white;
  }
  }
  	span.text {
  	font-size: 11px;
  }
  }
  	*/
}
#main .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#main a:link, #main a:visited {
  color: #4176e5;
}
#main a:hover, #main a:active {
  color: #203876;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main section.sec {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#main section#title {
  background: #fff url(../media/images/2022/common/title-bg.jpg) no-repeat right/cover;
  padding: 0;
  color: #1e3779;
}
#main section#title > .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  #main section#title > .inner {
    padding: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  #main section#title > .inner {
    height: 85px;
  }
}
#main section#title p {
  display: none;
  margin: 0 0 0 -11px;
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#title p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }
}
#main section#title h1 {
  margin: 0;
  font-size: 34px;
  line-height: 54px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main section#title h1 {
    padding: 0 5px;
    font-size: 17px;
    line-height: 31px;
  }
}
#main section#pankuzu {
  background-color: #f0f0f0;
  padding: 0;
}
#main section#pankuzu > .inner {
  padding: 6px 0 8px;
}
@media screen and (max-width: 1199px) {
  #main section#pankuzu > .inner {
    padding: 6px 10px;
  }
}
#main section#pankuzu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main section#pankuzu ul {
    /**/
  }
}
#main section#pankuzu ul li {
  font-size: 13px;
  line-height: calc(21 / 13);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #main section#pankuzu ul li {
    font-size: 11px;
    line-height: calc(18 / 11);
  }
}
#main section#pankuzu ul li::before {
  display: inline-block;
  content: "";
  background: url(../media/images/2022/common/pankuzu-arrow.svg) no-repeat center/contain;
  width: 5px;
  height: 8px;
  margin-left: 8px;
  vertical-align: 1px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  #main section#pankuzu ul li::before {
    width: 4px;
    height: 7px;
    margin-left: 7px;
    margin-right: 6px;
  }
}
#main section#pankuzu ul li:first-child::before {
  display: none;
  content: none;
}
#main section#pankuzu ul li a {
  color: #000;
  text-decoration: none;
}
#main section#pankuzu ul li a:hover {
  text-decoration: underline;
}
#main section > h2:first-child {
  margin: 0 0 50px;
  background-image: linear-gradient(to right, #4176e5, #67d3e6);
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main section > h2:first-child {
    font-size: 28px;
    padding: 22px 0 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main section > h2:first-child {
    font-size: 17px;
    padding: 14px 0;
    margin: 0 0 25px;
  }
}
#main section > h2:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#main section h1 span.en, #main section h2 span.en {
  margin-left: 10px;
  font-size: 85%;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #main section#introduction {
    padding-bottom: 60px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main section#introduction {
    padding-bottom: 45px;
  }
}
#main section#introduction ul {
  list-style: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #main section#introduction ul {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  #main section#introduction ul {
    margin: 25px 15px 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #main section#introduction ul li {
    margin: 0 12.5px;
    flex: 0 1 350px;
  }
}
@media screen and (max-width: 767px) {
  #main section#introduction ul li {
    margin-top: 15px;
  }
}
#main section#introduction ul li a {
  height: 100%;
  text-decoration: none;
  border: solid #4176e5;
  background: #fff url(../media/images/2022/top/introduction-arrow.svg) no-repeat;
  transition: .3s;
}
#main section#introduction ul li a:hover {
  transform: translateY(-15px);
}
@media screen and (max-width: 767px) {
  #main section#introduction ul li a:hover {
    transform: unset;
  }
}
@media print, screen and (min-width: 768px) {
  #main section#introduction ul li a {
    display: block;
    border-width: 2px;
    border-radius: 5px;
    background-position: calc(100% - 12px) calc(100% - 14px);
    background-size: 16px;
    padding: 23px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main section#introduction ul li a {
    border-width: 1px;
    border-radius: 2.5px;
    background-position: calc(100% - 4px) calc(100% - 5px);
    background-size: 8px;
    padding: 0 9px 0;
    min-height: 90px;
    display: flex;
    align-items: center;
  }
}
#main section#introduction ul li a img {
  background-color: #fff;
  border: 1px solid #b6b4b9;
  border-radius: 5px;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  #main section#introduction ul li a img {
    display: block;
    margin: 0 auto;
    width: calc(100% - 46px);
    height: 206px;
  }
}
@media screen and (max-width: 767px) {
  #main section#introduction ul li a img {
    width: calc(175px / 2);
    height: calc(120px / 2);
    margin-right: 8.5px;
  }
}
#main section#introduction ul li a span.text {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #main section#introduction ul li a span.text {
    margin-top: 15px;
  }
}
#main section#introduction ul li a span.text span.caption {
  display: block;
  color: #4176e5;
}
@media print, screen and (min-width: 768px) {
  #main section#introduction ul li a span.text span.caption {
    margin-left: 22px;
    margin-bottom: 11px;
    font-size: 22px;
    line-height: calc(33 / 22);
  }
}
@media screen and (max-width: 767px) {
  #main section#introduction ul li a span.text span.caption {
    margin-bottom: 4px;
    font-size: calc(30px / 2);
    line-height: calc(45 / 30);
  }
}
#main section#introduction ul li a span.text span.desc {
  display: block;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  #main section#introduction ul li a span.text span.desc {
    margin: 0 23px;
    font-size: 16px;
    line-height: calc(24 / 16);
  }
}
@media screen and (max-width: 767px) {
  #main section#introduction ul li a span.text span.desc {
    font-size: calc(26px / 2);
    line-height: calc(38 / 26);
  }
}
#main section.inquiry {
  background-color: #EFF4FF;
  padding: 55px 0;
}
@media screen and (max-width: 1199px) {
  #main section.inquiry {
    padding: 55px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  #main section.inquiry {
    padding: 28px 20px !important;
  }
}
#main section.inquiry .inner {
  max-width: 1100px;
  padding: 35px 20px 42px;
  background-color: #fff;
  border-top: 1px solid #4176e5;
}
@media screen and (max-width: 767px) {
  #main section.inquiry .inner {
    padding: 10px 20px;
    margin: 0;
  }
}
#main section.inquiry .inner > .blocktitle {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #main section.inquiry .inner > .blocktitle {
    padding: 15px 0;
    font-size: 17px !important;
  }
}
#main section .inquiryList {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 32px 50px 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  #main section .inquiryList {
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #main section .inquiryList {
    display: block;
    margin: 0 auto;
  }
}
#main section .inquiryList > li {
  padding: 0 40px;
  border-left: 1px solid #585858;
  border-right: none;
  box-sizing: border-box;
  width: unset;
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li {
    width: 100%;
    padding: 0;
    margin: 18px auto;
    border: none;
  }
}
#main section .inquiryList > li:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li:first-child {
    border: none;
  }
}
#main section .inquiryList > li .iconwrap {
  height: 100%;
  display: flex;
  align-items: center;
}
#main section .inquiryList > li .iconwrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li .iconwrap a {
    justify-content: flex-start;
    width: 260px;
    margin: 0 auto;
  }
}
#main section .inquiryList > li .iconwrap a:hover {
  text-decoration: none;
}
#main section .inquiryList > li .iconwrap a:hover .iconwrap_text {
  color: #4176e5;
}
#main section .inquiryList > li .iconwrap_icon {
  background-color: #4176e5;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  margin-right: 13px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
@media screen and (max-width: 979px) {
  #main section .inquiryList > li .iconwrap_icon {
    height: 55px;
    line-height: 55px;
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li .iconwrap_icon {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    font-size: 15px;
    line-height: 30px;
  }
}
#main section .inquiryList > li .iconwrap_icon.envelope {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li .iconwrap_icon.envelope {
    font-size: 13px;
  }
}
#main section .inquiryList > li .iconwrap_text {
  margin: 0;
  color: #000;
  display: inline-block;
  font-size: 23px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: bold;
  vertical-align: middle;
  transition: color .2s;
}
@media screen and (max-width: 979px) {
  #main section .inquiryList > li .iconwrap_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li .iconwrap_text {
    font-size: 18px;
    letter-spacing: .001em;
  }
}
#main section .inquiryList > li .iconwrap_text.phone {
  font-size: 34px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 979px) {
  #main section .inquiryList > li .iconwrap_text.phone {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li .iconwrap_text.phone {
    font-size: 22px;
    letter-spacing: .03em;
  }
}
#main section .inquiryList > li .iconwrap p.detail {
  display: block;
  margin: 0 0 0 12px;
  color: #585858;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li .iconwrap p.detail {
    width: 100%;
    margin: 3px 0 0 42px;
    font-size: 10px;
    white-space: nowrap;
  }
}
#main section .inquiryList > li .iconwrap p.detail span.time {
  display: block;
  margin-left: -6px;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main section .inquiryList > li .iconwrap p.detail span.time {
    display: inline-block;
    font-size: 11px;
  }
}
#main section .inquiryList > li .iconwrap p.detail span.time::before, #main section .inquiryList > li .iconwrap p.detail span.time::after {
  content: "｜";
}

#main .pagemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #main .pagemenu ul {
    padding: 0 10px !important;
    justify-content: left;
    gap: 5px;
  }
}
#main .pagemenu ul > li {
  min-width: 15%;
  margin: 0 !important;
}
#main .pagemenu ul > li:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .pagemenu ul > li {
    flex-basis: calc((100% - 5px) / 2);
  }
}
#main .pagemenu ul > li + li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#main .pagemenu ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e3779;
  background: #fff url(../media/images/2022/shop-detail/anchor-arrow.svg) no-repeat calc(100% - 13px) calc(50% + 2px)/13px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #1e3779;
  font-size: 15px;
  line-height: 1.3;
  padding: 16.5px 30px 16.5px 12px;
  height: 100%;
  transition: opacity .2s;
}
@media screen and (max-width: 767px) {
  #main .pagemenu ul > li a {
    background-position: calc(100% - 9px) 50%;
    background-size: 9px;
    border-radius: 2.5px;
    font-size: 12px;
    padding: 11.75px 0;
  }
}
#main .pagemenu ul > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#main ul.btns {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main ul.btns {
    max-width: 275px;
    display: block;
  }
}
#main ul.btns li {
  margin: 0 5.5px;
  flex-basis: 370px;
  border: none;
}
@media screen and (max-width: 767px) {
  #main ul.btns li {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #main ul.btns li:not(:first-child) {
    margin: 8px 0 0;
  }
}
#main ul.btns li.tenpo a {
  background-image: url(../media/images/2022/common/icon-tenpo.svg);
  background-position: 19px calc(50% + 1px);
  background-size: 33px;
}
@media screen and (max-width: 767px) {
  #main ul.btns li.tenpo a {
    background-position: 9px calc(50% + 1px);
    background-size: 19px;
  }
}
#main ul.btns li.registration a {
  background-image: url(../media/images/2022/common/icon-registration.svg);
  background-position: 19px calc(50% + 1px);
  background-size: 30px;
}
@media screen and (max-width: 767px) {
  #main ul.btns li.registration a {
    background-position: 11px calc(50% + 1px);
    background-size: 17px;
  }
}
#main ul.btns li.agreement a {
  background-image: url(../media/images/2022/common/icon-agreement.svg);
  background-position: 15px calc(50% + 1px);
  background-size: 25px;
}
@media screen and (max-width: 767px) {
  #main ul.btns li.agreement a {
    background-position: 11px calc(50% + 1px);
    background-size: 15px;
  }
}
#main ul.btns li a {
  display: block;
  border-radius: 5px;
  padding: 24px 0 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  text-align: center;
  color: #1e3779;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #1e3779;
  border-radius: 5px;
  transition: opacity .2s;
}
#main ul.btns li a:before, #main ul.btns li a:after {
  content: none !important;
}
#main ul.btns li a:hover {
  background-color: unset;
  color: #1e3779;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #main ul.btns li a {
    border-width: 1px;
    border-radius: 2.5px;
    padding: 14px 0 15px;
    font-size: 14px;
  }
}

#login_wrapper section.sec.sec1 {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #login_wrapper section.sec.sec1 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  span.sp-br {
    display: block;
  }
}

#main section#introduction h3.border-subtitle {
  margin: 0 50px 36px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #main section#introduction h3.border-subtitle {
    margin: 0 10px 36px;
  }
}
@media screen and (max-width: 767px) {
  #main section#introduction h3.border-subtitle {
    margin: 0 15px 25px 20px;
  }
}
#main section#introduction h3.border-subtitle:after {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1e3779;
}
@media screen and (max-width: 767px) {
  #main section#introduction h3.border-subtitle:after {
    top: 12px;
  }
}
#main section#introduction h3.border-subtitle span {
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  color: #1e3779;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main section#introduction h3.border-subtitle span {
    padding: 0 20px;
    font-size: 16px;
  }
}
#main section#introduction h3.border-subtitle span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #1e3779;
}
@media screen and (max-width: 767px) {
  #main section#introduction h3.border-subtitle span:before {
    height: 20px;
  }
}
#main section#introduction h3.border-subtitle span:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #1e3779;
}
@media screen and (max-width: 767px) {
  #main section#introduction h3.border-subtitle span:after {
    height: 20px;
  }
}

/*# sourceMappingURL=2022-common.css.map */
