/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 842px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1350px) {
  .header-content {
    max-width: 800px;
  }
}
.header-info {
  margin-bottom: 24px;
}
.header-contact {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 23px;
}
.header-contact:hover {
  opacity: 0.8;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.header .global-nav-list-item a.current {
  opacity: 0.7;
  color: #f5623b;
}
.header .global-nav-list-item a:hover {
  opacity: 0.7;
  color: #f5623b;
}
.header .main-visual {
  width: 100%;
  overflow: hidden;
  background: center/1920px 920px repeat url(../../images/common/header-bg.png);
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1720px;
  width: 100%;
  height: 1786px;
  background-color: #fbf4e6;
  border-radius: 50px;
  z-index: -1;
}
.header .main-visual::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 35px;
  width: 129px;
  height: 301px;
  background: center/contain no-repeat url(../../images/common/main-visual-bg-l-b.png);
  z-index: -1;
}
.header .main-visual-inner {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0 270px 0;
  position: relative;
  z-index: 1;
}
.header .main-visual-inner::before {
  position: absolute;
  content: "";
  right: -5px;
  bottom: 20px;
  width: 359px;
  height: 91px;
  background: center/contain no-repeat url(../../images/common/main-visual-en.png);
  z-index: 2;
}
.header .main-visual-inner::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 370px;
  height: 123px;
  background: center/contain no-repeat url(../../images/common/main-visual-deco.png);
  z-index: -1;
}
.header .main-visual-img {
  margin-right: -50px;
  margin-left: auto;
  max-width: 450px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 97px;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 210px;
}
.header .sub-visual {
  width: 100%;
  height: 450px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1720px;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #fbf4e6;
  border-radius: 50px;
  z-index: -5;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 10px;
  width: 614px;
  height: 163px;
  background: center/contain no-repeat url(../../images/about/sub-visual-deco.png);
  z-index: -1;
}
.header .sub-visual-inner {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header .sub-visual-inner::after {
  position: absolute;
  content: "";
  bottom: 120px;
  right: 2px;
  width: 198px;
  height: 66px;
  background: center/contain no-repeat url(../../images/about/sub-visual-illust.png);
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 1;
  width: 100%;
  height: 65%;
  overflow: hidden;
  border-radius: 40px;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 97%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
  z-index: 1;
}
.header .sub-visual-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: #f5623b;
  margin-bottom: 25px;
}
.header .sub-visual-en {
  display: block;
}
.header .sub-visual-en img {
  height: 50px;
}
.header .page-top {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 1000;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-worry {
  position: relative;
  z-index: 1;
}
.top-worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1720px;
  width: 100%;
  height: 100%;
  background-color: #fbf4e6;
  border-radius: 0 0 50px 50px;
  z-index: -1;
}
.top-worry::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -50px;
  width: 152px;
  height: 84px;
  background: center/contain no-repeat url(../../images/top/top-worry-deco.png);
}
.top-worry-inner {
  max-width: 1280px;
  position: relative;
  z-index: 1;
}
.top-worry-inner::before {
  position: absolute;
  content: "";
  top: 25px;
  right: 0;
  width: 365px;
  height: 68px;
  background: center/contain no-repeat url(../../images/top/top-worry-title-deco.png);
  z-index: -1;
}
.top-worry-content {
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}
.top-worry-content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background-color: #faa748;
  border-radius: 40px 40px 0 0;
  z-index: -1;
}
.top-worry-img {
  margin-bottom: 45px;
  position: relative;
}
.top-worry-img::before {
  position: absolute;
  content: "";
  left: -36px;
  bottom: -38px;
  width: 158px;
  height: 122px;
  background: center/contain no-repeat url(../../images/top/top-worry-img-deco.png);
}
.top-worry-list {
  max-width: 565px;
  width: 100%;
}
.top-worry-list-item {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111111;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-worry-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 27px;
  margin-right: 13px;
  margin-bottom: 5px;
  background: center/contain no-repeat url(../../images/top/top-worry-check.png);
}
.top-worry-list-item .accent {
  font-size: 2rem;
  font-weight: 900;
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 18px;
}

.top-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 50px;
  width: 235px;
  height: 250px;
  background: center/contain no-repeat url(../../images/top/top-about-bg-l-b.png);
  z-index: -1;
}
.top-about-inner {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 216px;
  right: -100px;
  width: 240px;
  height: 469px;
  background: center/contain no-repeat url(../../images/top/top-about-bg-r-t.png);
  z-index: -1;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 20px;
}
.top-about-textbox {
  max-width: 540px;
  width: 100%;
}
.top-about-title {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #111111;
  margin-bottom: 35px;
}
.top-about-title .en {
  display: block;
  line-height: 1;
  margin-top: 18px;
}
.top-about-title .en img {
  display: block;
  line-height: 1;
  height: 14px;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 30px;
}

.top-service {
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  max-width: 1820px;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../../images/top/top-service-bg.png);
  border-radius: 0 40px 40px 0;
  z-index: -10;
}
.top-service-inner {
  max-width: 1280px;
  position: relative;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  top: -17px;
  left: -5px;
  width: 236px;
  height: 38px;
  background: center/contain no-repeat url(../../images/top/top-service-en.png);
}
.top-service-inner::after {
  position: absolute;
  content: "";
  top: 110px;
  right: 0;
  width: 120px;
  height: 63px;
  background: center/contain no-repeat url(../../images/top/top-service-car01.png);
}
.top-service-inner .cmn-title::before {
  background: center/cover no-repeat url(../../images/common/cmn-title-dot2.png);
}
.top-service-content {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
.top-service-content::before {
  position: absolute;
  content: "";
  top: -43px;
  left: -95px;
  width: 454px;
  height: 400px;
  background: center/contain no-repeat url(../../images/top/top-service-deco.png);
}
.top-service-content::after {
  position: absolute;
  content: "";
  left: -15px;
  bottom: -47px;
  width: 143px;
  height: 68px;
  background: center/contain no-repeat url(../../images/top/top-service-car03.png);
}
.top-service-content-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3b6bf5;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
}
.top-service-content-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 155px;
  height: 10px;
  background: center/contain no-repeat url(../../images/top/top-service-title-border.png);
}
.top-service-list {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-list-item {
  max-width: 240px;
  width: 100%;
  text-align: center;
}
.top-service-list-item:nth-child(2) .top-service-icon::before {
  top: auto;
  left: auto;
  right: -50px;
  bottom: 0;
  width: 79px;
  height: 112px;
  background: center/cover no-repeat url(../../images/top/top-service-en02.png);
}
.top-service-list-item:nth-child(3) .top-service-icon::before {
  top: -19px;
  left: -45px;
  width: 93px;
  height: 112px;
  background: center/cover no-repeat url(../../images/top/top-service-en03.png);
}
.top-service-list-item:nth-child(4) .top-service-icon::before {
  top: auto;
  left: auto;
  right: -50px;
  bottom: 0;
  width: 86px;
  height: 112px;
  background: center/cover no-repeat url(../../images/top/top-service-en04.png);
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-service-list-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}
.top-service-icon {
  margin-bottom: 27px;
  position: relative;
}
.top-service-icon::before {
  position: absolute;
  content: "";
  top: -22px;
  left: -55px;
  width: 98px;
  height: 119px;
  background: center/cover no-repeat url(../../images/top/top-service-en01.png);
}
.top-service-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  color: #f5623b;
  letter-spacing: 0.025em;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-service-en::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 11px;
  background-color: #f5623b;
  border-radius: 50%;
}
.top-service-en::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-left: 11px;
  background-color: #f5623b;
  border-radius: 50%;
}
.top-service-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.top-service-btn {
  max-width: 380px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #f5623b;
  border-radius: 35px;
  border: 2px solid #f5623b;
}
.top-service-btn::before {
  content: "";
  width: 25px;
  height: 24px;
  margin-right: 21px;
  background: center/cover no-repeat url(../../images/top/top-service-link-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-btn:hover {
  opacity: 0.6;
}
.top-service-btn:hover::before {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.top-service-sub-list {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 2px solid #f5623b;
  position: relative;
}
.top-service-sub-list::before {
  position: absolute;
  content: "";
  right: 0;
  top: -90px;
  width: 90px;
  height: 90px;
  background: center/contain no-repeat url(../../images/top/top-service-car02.png);
}
.top-service-sub-list-item {
  max-width: 220px;
  width: 48%;
  text-align: center;
}
.top-service-sub-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 20px;
}
.top-service-sub-list-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #3b6bf5;
  letter-spacing: 0.06em;
}
.top-service-img {
  margin-bottom: 18px;
}

.top-voice {
  overflow: hidden;
  background-color: #fbf4e6;
  position: relative;
  z-index: 1;
}
.top-voice::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 468px;
  height: 138px;
  background: center/contain no-repeat url(../../images/top/top-voice-bg-top.png);
  z-index: -1;
}
.top-voice::after {
  position: absolute;
  content: "";
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 468px;
  height: 138px;
  background: center/cover no-repeat url(../../images/top/top-voice-bg-bottom.png);
  z-index: -1;
}
.top-voice-inner {
  position: relative;
}
.top-voice-inner::before {
  position: absolute;
  content: "";
  top: 90px;
  right: -15px;
  width: 149px;
  height: 87px;
  background: center/contain no-repeat url(../../images/top/top-voice-illust.png);
}
.top-voice-list-item {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f1fb81;
  border-left: 5px solid #fc9038;
}
.top-voice-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.top-voice-list-item:nth-child(even) {
  border-left: none;
  border-right: 5px solid #fc9038;
}
.top-voice-icon {
  margin-bottom: 20px;
}
.top-voice-textbox {
  max-width: 786px;
  width: 100%;
}
.top-voice-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #3b6bf5;
  margin-bottom: 21px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.top-voice-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 218px;
  height: 13px;
  background: center/cover no-repeat url(../../images/top/top-voice-border.png);
  z-index: -1;
}
.top-voice-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.reserve {
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: -50px;
  right: 0;
  width: 181px;
  height: 120px;
  background: center/contain no-repeat url(../../images/top/reserve-bg-r-t.png);
  z-index: -1;
}
.reserve::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 349px;
  height: 56px;
  background: center/contain no-repeat url(../../images/top/reserve-en.png);
  z-index: -1;
}
.reserve-inner {
  max-width: 1720px;
  padding-top: 110px;
  padding-bottom: 100px;
}
.reserve-content {
  padding: 40px 20px;
  background: left bottom/cover no-repeat url(../../images/top/reserve-box-bg.png);
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 277px;
  height: 92px;
  background: center/contain no-repeat url(../../images/top/reserve-cars.png);
}
.reserve-content::after {
  position: absolute;
  content: "";
  top: -50px;
  right: -11px;
  width: 150px;
  height: 92px;
  background: center/contain no-repeat url(../../images/top/reserve-illust.png);
}
.reserve-text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 25px;
}
.reserve-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  position: relative;
  letter-spacing: 0.025em;
  padding-bottom: 23px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.reserve-tel-txt img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reserve-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reserve-btn:hover {
  opacity: 0.6;
}
.reserve-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
.reserve-sub-text .accent {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  padding: 3px 4px;
  background-color: #faa748;
}

.news {
  overflow: hidden;
}
.news-inner {
  padding: 75px 0 180px 0;
  position: relative;
  z-index: 1;
}
.news-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  width: 635px;
  height: 298px;
  background: center/contain no-repeat url(../../images/top/news-bg-deco.png);
  z-index: -1;
}
.news-inner::after {
  position: absolute;
  content: "";
  top: 91px;
  left: 25px;
  width: 55px;
  height: 83px;
  background: center/contain no-repeat url(../../images/top/news-illust.png);
}
.news .cmn-title {
  max-width: 135px;
  width: 100%;
  text-align: center;
}
.news-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-right {
  max-width: 677px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 25px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 39px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #faa748;
}
.news-list-item a time {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
}
.news-list-item a:hover .news-title {
  color: #f5623b;
}
.news-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 13px;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 9px;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  padding: 5px 9px;
  background-color: #f5623b;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news .more-btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news .more-btn::before {
  content: "";
  width: 13px;
  height: 15px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #f5623b;
  border: 2px solid #f5623b;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #f5623b;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #f5623b;
  border-bottom: 1px solid #f5623b;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #f5623b;
  border-right: 1px solid #f5623b;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #f5623b !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news .news-inner::after {
  display: none;
}
#news .cmn-title {
  margin: 0 auto;
  margin-bottom: 30px;
}

/*========================================
about
==========================================*/
.trust-inner {
  position: relative;
}
.trust-inner::before {
  position: absolute;
  content: "";
  top: 110px;
  left: -19px;
  width: 108px;
  height: 90px;
  background: center/contain no-repeat url(../../images/about/trust-deco.png);
}
.trust-inner .cmn-title {
  line-height: 1.3;
}
.trust-img {
  margin-bottom: 20px;
}
.trust-textbox {
  max-width: 500px;
}
.trust .top-about-text {
  margin-bottom: 0;
}

.about {
  overflow: hidden;
}
.about-inner {
  max-width: 1280px;
  padding: 0;
}
.about-inner .cmn-title {
  line-height: 1.5;
}
.about-content {
  padding: 50px 20px;
  background-color: #f8fdc0;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}
.about-content::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -110px;
  width: 491px;
  height: 232px;
  background: center/contain no-repeat url(../../images/about/about-deco.png);
  z-index: -1;
}
.about-content::after {
  position: absolute;
  content: "";
  top: 123px;
  left: -19px;
  width: 121px;
  height: 102px;
  background: center/contain no-repeat url(../../images/about/about-illust.png);
}
.about-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-list-item {
  max-width: 287px;
  width: 100%;
  text-align: center;
}
.about-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.about-list-title {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  color: #3b6bf5;
  padding-bottom: 23px;
  margin-bottom: 22px;
  position: relative;
}
.about-list-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 218px;
  height: 13px;
  background: center/cover no-repeat url(../../images/about/about-border.png);
}
.about-icon {
  margin-bottom: 20px;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

.reason {
  margin-top: -130px;
  background: center right/cover no-repeat url(../../images/about/reason-bg.png);
  position: relative;
}
.reason::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -97px;
  width: 235px;
  height: 166px;
  background: center/contain no-repeat url(../../images/about/reason-bg-l-t.png);
  z-index: 1;
}
.reason-inner {
  padding: 180px 0 50px 0;
}
.reason-inner .cmn-title {
  margin-bottom: 50px;
}
.reason-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason-list-item {
  max-width: 960px;
  width: 100%;
  padding: 30px 20px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}
.reason-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-color: #faa748;
  border-radius: 30px 30px 0 0;
  z-index: -1;
}
.reason-list-item::after {
  position: absolute;
  content: "";
  top: -30px;
  left: 21px;
  width: 155px;
  height: 37px;
  background: center/contain no-repeat url(../../images/about/reason-en.png);
}
.reason-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.reason-img {
  width: 80%;
  margin: 0 auto 30px auto;
  position: relative;
}
.reason-textbox {
  max-width: 513px;
  width: 100%;
}
.reason-title {
  font-size: 2.1rem;
  font-weight: 700;
  text-align: left;
  color: #3b6bf5;
  padding-bottom: 23px;
  margin-bottom: 22px;
  position: relative;
}
.reason-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 218px;
  height: 13px;
  background: center/cover no-repeat url(../../images/about/reason-border.png);
}
.reason-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

/*========================================
service
==========================================*/
.service-inner {
  max-width: 1280px;
  padding: 80px 0 40px 0;
  position: relative;
}
.service-inner::before {
  position: absolute;
  content: "";
  top: 165px;
  left: 0;
  width: 108px;
  height: 90px;
  background: center/cover no-repeat url(../../images/about/trust-deco.png);
}
.service-inner::after {
  position: absolute;
  content: "";
  top: 169px;
  right: 0;
  width: 149px;
  height: 87px;
  background: center/cover no-repeat url(../../images/service/service-bg-r-t.png);
}
.service-inner .cmn-title {
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
.service-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
.service-content {
  padding: 40px 20px 30px 20px;
  border-top: 2px solid #f5623b;
}
.service-content-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #3b6bf5;
  text-align: center;
  padding-bottom: 34px;
  margin-bottom: 62px;
  position: relative;
}
.service-content-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 218px;
  height: 13px;
  background: center/cover no-repeat url(../../images/top/top-service-title-border.png);
}
.service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-list-item {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.service-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.service-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  margin-bottom: 21px;
  background-color: #faa748;
  border-radius: 0 0 20px 20px;
}
.service-accent {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.service-accent::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 11px;
  background-color: #f5623b;
  border-radius: 50%;
}
.service-accent::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-left: 11px;
  background-color: #f5623b;
  border-radius: 50%;
}
.service-sub-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

/*========================================
question
==========================================*/
.question {
  background: center/cover no-repeat url(../../images/about/question-bg.png);
}
.question-inner {
  padding: 50px 0 40px 0;
  position: relative;
}
.question-inner::before {
  position: absolute;
  content: "";
  top: 84px;
  right: -11px;
  width: 156px;
  height: 103px;
  background: center/contain no-repeat url(../../images/question/question-bg-r-t.png);
}
.question-inner .cmn-title {
  margin-bottom: 50px;
}
.question-list-item:not(:last-child) {
  margin-bottom: 60px;
}
.question-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.025em;
  padding: 20px 15px;
  background-color: #faa748;
  border-radius: 20px 20px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 32px;
  margin-top: -5px;
  margin-right: 10px;
  background: center/contain no-repeat url(../../images/question/Q..png);
}
.question-textbox {
  padding: 20px 15px;
  position: relative;
  background-color: #f8fdc0;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 32px;
  margin-top: -5px;
  margin-right: 10px;
  background: center/contain no-repeat url(../../images/question/A.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.greeting {
  overflow: hidden;
}
.greeting-inner {
  position: relative;
  z-index: 1;
}
.greeting-inner::before {
  position: absolute;
  content: "";
  top: 8px;
  right: -69px;
  width: 693px;
  height: 355px;
  background: center/contain no-repeat url(../../images/info/greeting-deco.png);
  z-index: -1;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.greeting-text .accent {
  color: #3b6bf5;
  font-weight: 700;
}
.greeting-name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.7;
}

.info-inner {
  max-width: 1280px;
  padding: 0;
}
.info-content {
  padding: 50px 15px;
  background-color: #f8fdc0;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}
.info-content::before {
  position: absolute;
  content: "";
  top: -46px;
  left: -14px;
  width: 171px;
  height: 106px;
  background: center/contain no-repeat url(../../images/info/info-illust.png);
}
.info-table tr {
  border-bottom: 2px solid #f5623b;
}
.info-table tr th {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  color: #f5623b;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  padding: 10px 0 22px 0;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 10px;
}
.info-tel-txt img {
  display: block;
}

.access-inner {
  max-width: none;
}
.access-map {
  width: 100%;
  height: 60vw;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
#contact .reserve-inner {
  padding: 50px 0;
}
#contact .reserve::before {
  display: none;
}
#contact .reserve::after {
  display: none;
}
#contact .reserve-content {
  padding: 45px 15px 25px 15px;
}
#contact .reserve-content::before {
  display: none;
}

.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #f5623b;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #f5623b;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #f5623b;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f5623b;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #f5623b;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #f5623b;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #f5623b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #f5623b;
  border-right: 1px solid #f5623b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background-color: #f1fb81;
}
.footer-inner {
  padding: 35px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.footer-logo {
  max-width: 320px;
  width: 100%;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 405px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.footer-center {
  max-width: 385px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.footer-text .accent {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  padding: 3px 4px;
  background-color: #faa748;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 27px;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
  letter-spacing: 0.025em;
  padding-bottom: 31px;
  margin-bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../../images/top/footerl-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer-tel-txt img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 20px;
}
.footer-link a:not(:last-of-type) {
  margin-right: 20px;
}
.footer-link a:hover {
  opacity: 0.8;
}
.footer-btn {
  max-width: 290px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #f5623b;
  background-color: #fff;
  border-radius: 35px;
  border: 2px solid #f5623b;
}
.footer-btn::before {
  content: "";
  width: 25px;
  height: 24px;
  margin-right: 15px;
  background: center/cover no-repeat url(../../images/top/top-service-link-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-btn:hover::before {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.footer-right {
  width: 100%;
  margin-right: auto;
}
.footer-nav {
  margin-bottom: 29px;
}
.footer-nav-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list-item {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #f5623b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item:not(:last-child) {
  margin-bottom: 26px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-sub-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-bottom: 17px;
}
.footer-sub-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f5623b;
  letter-spacing: 0.04em;
  line-height: 1;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.footer-bottom #copyright {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
}