* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.is-hidden-pc {
  display: none !important;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 18px;
  color: #3E3A39;
}
a {
  color: #231815;
}
/*------------------------------
header
------------------------------*/
header {
  margin-bottom: 18px;
}
.header-logo {
  text-align: center;
  margin: 22px 0 25px;
}
.header-menu {
  display: flex;
  justify-content: center;
  font-family: 'ten-mincho-text';
}
.header-menu div:not(:last-child) {
  margin-right: 40px;
}
/*------------------------------
container
------------------------------*/
main.ranking {
  border-top: solid 2px #B7914A;
}
main.aboutus {
  font-family: ten-mincho-text, serif;
}
.container {
  /* width: 1180px; */
  text-align: center;
}
/*------------------------------
container(ranking)
------------------------------*/
.headline {
  display: flex;
  color: #B7914A;
  font-style: normal;
  font-weight: 400;
  flex-direction: column;
  align-items: center;
}
.headline h1 {
  width: 160px;
  font-size: 30px;
  font-family: ten-mincho-text;
  line-height: 44px;
  margin: 32px 0 1px;
}
.headline span {
  font-size: 14px;
  line-height: 21px;
}
.ranking-container {
  width: 1050px;
  margin: 72px auto 0;
  text-align: left;
}
.ranking-list {
  position: relative;
}
.ranking-list:not(:last-child) {
  margin-bottom: 70px;
}
.ranking-label {
  width: 500px;
  height: 48px;
  position: absolute;
  left: 285px;
}
.ranking-label span {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: #fff;
  margin-right: 10px;
  font-family: ten-mincho-text;
}
.ranking-label h2 {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  color: #231815;
}
.ranking-label p {
  margin: 0 0 0 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: #B7914A;
  padding: 0 5px 0 20px;
  position: relative;
}
.ranking-label p::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 12px 0px 12px 12px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ranking-number-gold {
  background: #B7914A;
}
.ranking-number-silver {
  background: #85989C;
}
.ranking-number-bronze {
  background: #8D6E5A;
}
.ranking-number-others {
  background: #3E2339;
}
.ranking-box {
  /* display: flex; */
  position: relative;
}
.ranking-img {
  width: 250px;
  /* margin-right: 35px; */
}
.ranking-desc {
  width: 500px;
  /* margin-right: 56px; */
  position: absolute;
  top: 63px;
  left: 285px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.ranking-act {
  width: 123px;
  position: absolute;
  top: 10px;
  left: 841px;
  color: #231815;
}
.ranking-act-single {
  padding-bottom: 25px;
  border-bottom: 1px solid #3E3A39;
}
.ranking-act-course {
  padding-top: 21px;
}
.ranking-act p {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 5px;
  padding-left: 5px;
}
.ranking-price {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}
.ranking-price span {
  margin-right: 10px;
  padding: 3px 5px;
}
.ranking-act-course .ranking-price span {
  background: #f3b12c;
}
.ranking-button {
  display: inline-block;
  border: 1px solid #3E3A39;
  border-radius: 4px 3px 3px 3px;
  font-size: 18px;
  line-height: 27px;
  padding: 8px 15px;
  margin-top: 7px;
}
/*------------------------------
container(aboutus)
------------------------------*/
.aboutus-main-visual {
  margin-bottom: 82px !important;
}
.aboutus-main-visual img {
  width: 100vw;
}
.aboutus h3, .aboutus h4 {
  color: #530036;
}
h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 52px 0 49px;
}
h3 {
  font-size: 25px;
  line-height: 37px;
  margin: 142px 0 37px;
}
h4 {
  font-size: 23px;
  line-height: 34px;
  margin: 69px auto 8px;
  text-align: left;
  max-width: 540px;
}
.aboutus-description {
  line-height: 40px;
  max-width: 540px;
  text-align: left;
  margin: 0 auto 18px;
}
.aboutus-description:not(:first-of-type) {
  margin-bottom: 123px;
}
h3.company-profile {
  font-size: 18px;
  line-height: 27px;
  border-bottom: solid 2px #808080;
  text-align: left;
  width: 726px;
  margin: 0 auto 18px;
  padding-left: 90px;
  color: #111;
}
dl {
  width: 611px;
  margin: 0 auto;
  line-height: 37px;
  text-align: left;
  font-size: 16px;
}
dt {
  float: left;
  width: 260px;
  margin-right: 20px;
}
dt::before {
  content: "・"
}
/*------------------------------
footer
------------------------------*/
footer {
  margin-top: 95px;
  font-family: ten-mincho-text, serif;
  position: relative;
}
.footer-main {
  background-color: #D6CBC8;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}
.footer-main h3 {
  line-height: 30px;
  margin-bottom: 10px !important;
}
.footer-main p {
  line-height: 30px;
  margin: 0 0 10px !important;
}
.footer-top-container {
  background-color: #DCE1EA;
  display: flex;
  justify-content: center;
}
.footer-top {
  width: 1715px;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
}
.footer-top-link {
  width: 157px;
  height: 157px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-top-link:hover {
  background-color: rgb(225, 225, 225);
}
footer .ranking img {
  margin-bottom: 15px;
}

.footer-main-container {
  margin: 0 auto;
  width: 800px;
}
.footer-main-box {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 60px 0 40px;
}
.footer-main-box:not(:first-child) {
  border-top: 1px solid #111;
}
.guide-ul {
  padding-left: 20px;
  width: 470px;
}
.guide-li {
  padding-bottom: 10px;
  float: left;
}
.guide-li:nth-child(odd) {
  width: 60%;
}
.guide-li:nth-child(even) {
  width: 40%;
}
.shop-ul {
  padding-left: 20px;
}
.footer-title {
  margin-right: 55px;
}
.footer-title h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}
.footer-phone-label {
  font-weight: 400;
  font-size: 20px;
  margin-right: 44px;
}
.title-sub {
  font-weight: 400;
  font-size: 14px;
}
.footer-tel {
  font-weight: bold;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 30px;
}
.footer-phone-reception-hour {
  font-size: 16px;
}
.footer-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.footer-buttons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 245px;
  height: 38px;
  position: relative;
  font-size: 17px;
}
.footer-buttons a::before {
  content: '';
  position: absolute;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.footer-button-mail::before {
  background-image: url('../images/footer/icon_footer_mail.svg');
  width: 21px;
  height: 15px;
  top: 12px;
  left: 12px;
}
.footer-buttons span {
  padding-left: 35px;
}
.footer-sns {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.footer-sns a {
  /* display: flex;
  align-items: center; */
}
.footer-sns img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-sns span {
  font-weight: 500;
  font-size: 16px;
}
.footer-return {
  width: 53px;
  height: 53px;
  position: absolute;
  bottom: 110px;
  right: 50px;
  background-color: #fff;
  cursor: pointer;
}
.footer-return:before,
.footer-return:after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 2px #3E3A39;
  border-right: solid 2px #3E3A39;
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  left: 19px;
}
.footer-end {
  background-color: #D6CBC8;
  padding: 25px 0;
  position: relative;
}
.footer-end-container {
  display: flex;
  justify-content: space-around;
  width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
}
.footer-copyright {
  position: absolute;
  bottom: 30px;
  right: 25px;
  font-weight: bold;
  font-size: 14px;
}
