/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  padding-top: 130px;
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 130px;
  padding: 0 100px 0 30px;
  z-index: 10;
}
@media (max-width: 1350px) {
  .header-inner {
    padding: 0 50px 0 30px;
  }
}
.header-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.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%;
  height: 1090px;
  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: 329px;
  height: 770px;
  background: center/cover 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;
  position: relative;
  z-index: 1;
}
.header .main-visual-inner::before {
  position: absolute;
  content: "";
  right: -320px;
  bottom: 153px;
  width: 1439px;
  height: 364px;
  background: center/cover no-repeat url(../../images/common/main-visual-en.png);
  z-index: 2;
}
.header .main-visual-inner::after {
  position: absolute;
  content: "";
  top: 0;
  right: -264px;
  width: 1439px;
  height: 477px;
  background: center/cover no-repeat url(../../images/common/main-visual-deco.png);
  z-index: -1;
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  right: -120px;
  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: 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;
  padding-top: 213px;
  z-index: 1;
}
.header .sub-visual {
  width: 100%;
  height: 593px;
  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% - 160px);
  background-color: #fbf4e6;
  border-radius: 50px;
  z-index: -5;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1804px;
  height: 477px;
  background: center/cover 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: 44px;
  right: 355px;
  width: 515px;
  height: 172px;
  background: center/cover no-repeat url(../../images/about/sub-visual-illust.png);
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  right: -120px;
  z-index: 1;
  overflow: hidden;
}
.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: 95%;
  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: 152px;
  z-index: 1;
}
.header .sub-visual-title {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  color: #f5623b;
  margin-bottom: 88px;
}
.header .sub-visual-en {
  display: block;
}
.header .page-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1000;
}
.header .page-top:hover {
  opacity: 0.8;
  bottom: 60px;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.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: 352px;
  height: 195px;
  background: center/cover no-repeat url(../../images/top/top-worry-deco.png);
}
.top-worry-inner {
  max-width: 1280px;
  padding: 120px 0 180px 0;
  position: relative;
  z-index: 1;
}
.top-worry-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1105px;
  height: 206px;
  background: center/cover no-repeat url(../../images/top/top-worry-title-deco.png);
  z-index: -1;
}
.top-worry-content {
  padding: 40px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  background-color: #fff;
  position: relative;
  border-radius: 40px;
  z-index: 1;
}
.top-worry-content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: #faa748;
  border-radius: 0 40px 40px 0;
  z-index: -1;
}
.top-worry-img {
  position: relative;
}
.top-worry-img::before {
  position: absolute;
  content: "";
  left: -88px;
  bottom: -80px;
  width: 243px;
  height: 187px;
  background: center/cover 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: 2rem;
  line-height: 1;
  color: #111111;
  font-weight: 700;
  -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;
}
.top-worry-list-item::before {
  content: "";
  width: 35px;
  height: 38px;
  margin-right: 21px;
  background: center/cover no-repeat url(../../images/top/top-worry-check.png);
}
.top-worry-list-item .accent {
  font-size: 2.4rem;
  font-weight: 900;
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 18px;
}

.top-about {
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 551px;
  height: 586px;
  background: center/cover no-repeat url(../../images/top/top-about-bg-l-b.png);
  z-index: -1;
}
.top-about-inner {
  padding: 140px 0 180px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 216px;
  right: -100px;
  width: 240px;
  height: 469px;
  background: center/cover no-repeat url(../../images/top/top-about-bg-r-t.png);
  z-index: -1;
}
.top-about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-about-img {
  margin-left: -100px;
}
.top-about-textbox {
  max-width: 540px;
  width: 100%;
}
.top-about-title {
  font-size: 4.2rem;
  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: 27px;
}
.top-about-title .en img {
  display: block;
  line-height: 1;
}
.top-about-text {
  font-size: 1.8rem;
  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::after {
  position: absolute;
  content: "";
  top: 944px;
  right: 0;
  width: 1860px;
  height: 812px;
  background: center/cover no-repeat url(../../images/top/top-service-bg-center.png);
  z-index: -1;
}
.top-service-inner {
  max-width: 1280px;
  padding: 180px 0;
  position: relative;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  top: -60px;
  left: -320px;
  width: 736px;
  height: 119px;
  background: center/contain no-repeat url(../../images/top/top-service-en.png);
}
@media (max-width: 1800px) {
  .top-service-inner::before {
    left: -8px;
  }
}
.top-service-inner::after {
  position: absolute;
  content: "";
  top: -60px;
  right: 0;
  width: 235px;
  height: 123px;
  background: center/cover 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: 80px 100px 90px 100px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
.top-service-content::before {
  position: absolute;
  content: "";
  top: -43px;
  left: -95px;
  width: 1185px;
  height: 1043px;
  background: center/cover no-repeat url(../../images/top/top-service-deco.png);
}
.top-service-content::after {
  position: absolute;
  content: "";
  left: 140px;
  bottom: -30px;
  width: 252px;
  height: 122px;
  background: center/cover no-repeat url(../../images/top/top-service-car03.png);
}
.top-service-content-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #3b6bf5;
  text-align: center;
  padding-bottom: 34px;
  margin-bottom: 62px;
  position: relative;
}
.top-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);
}
.top-service-list {
  margin-bottom: 52px;
  padding: 0 50px;
  -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;
}
.top-service-list-item {
  max-width: 240px;
  width: 100%;
  text-align: center;
}
.top-service-list-item:nth-child(2) {
  margin-left: 130px;
}
.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) {
  margin-left: 370px;
}
.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) {
  margin-left: 130px;
}
.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(:nth-last-child(-n+2)) {
  margin-bottom: 60px;
}
.top-service-list-title {
  font-size: 2.4rem;
  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: 2.2rem;
  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: 59px;
  padding-top: 90px;
  border-top: 2px solid #f5623b;
  position: relative;
}
.top-service-sub-list::before {
  position: absolute;
  content: "";
  right: 0;
  top: -174px;
  width: 171px;
  height: 172px;
  background: center/cover no-repeat url(../../images/top/top-service-car02.png);
}
.top-service-sub-list-item {
  max-width: 220px;
  width: 100%;
  text-align: center;
}
.top-service-sub-list-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 40px;
}
.top-service-sub-list-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #3b6bf5;
  letter-spacing: 0.06em;
}
.top-service-img {
  margin-bottom: 18px;
}
.top-service .cmn-btn {
  margin: 0 auto;
}

.top-voice {
  overflow: hidden;
  background-color: #fbf4e6;
  position: relative;
  z-index: 1;
}
.top-voice::before {
  position: absolute;
  content: "";
  top: 114px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1804px;
  height: 507px;
  background: center/cover no-repeat url(../../images/top/top-voice-bg-top.png);
  z-index: -1;
}
.top-voice::after {
  position: absolute;
  content: "";
  bottom: 102px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1804px;
  height: 507px;
  background: center/cover no-repeat url(../../images/top/top-voice-bg-bottom.png);
  z-index: -1;
}
.top-voice-inner {
  padding: 180px 0;
  position: relative;
}
.top-voice-inner::before {
  position: absolute;
  content: "";
  top: 130px;
  right: -95px;
  width: 301px;
  height: 176px;
  background: center/cover no-repeat url(../../images/top/top-voice-illust.png);
}
.top-voice-list-item {
  padding: 50px 50px 50px 40px;
  background-color: #f1fb81;
  border-left: 10px solid #fc9038;
}
.top-voice-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.top-voice-list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  border-left: none;
  border-right: 10px solid #fc9038;
}
.top-voice-textbox {
  max-width: 786px;
  width: 100%;
}
.top-voice-title {
  font-size: 2.4rem;
  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.8rem;
  font-weight: 500;
  line-height: 2;
}

.reserve {
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: -50px;
  right: 0;
  width: 681px;
  height: 449px;
  background: center/contain no-repeat url(../../images/top/reserve-bg-r-t.png);
  z-index: -1;
}
.reserve::after {
  position: absolute;
  content: "";
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 735px;
  height: 119px;
  background: center/contain no-repeat url(../../images/top/reserve-en.png);
  z-index: -1;
}
.reserve-inner {
  max-width: 1720px;
  padding-top: 280px;
  padding-bottom: 125px;
}
.reserve-content {
  padding: 40px 0 122px 0;
  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: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 515px;
  height: 172px;
  background: center/contain no-repeat url(../../images/top/reserve-cars.png);
}
.reserve-content::after {
  position: absolute;
  content: "";
  top: 153px;
  right: 320px;
  width: 300px;
  height: 183px;
  background: center/contain no-repeat url(../../images/top/reserve-illust.png);
}
@media (max-width: 1563px) {
  .reserve-content::after {
    right: 140px;
  }
}
.reserve-text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 32px;
}
.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: 5rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  position: relative;
  letter-spacing: 0.025em;
  padding-bottom: 23px;
  margin-bottom: 39px;
  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: 36px;
  height: 36px;
  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: 40px;
}
.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: -263px;
  width: 1535px;
  height: 719px;
  background: center/cover no-repeat url(../../images/top/news-bg-deco.png);
  z-index: -1;
}
.news-inner::after {
  position: absolute;
  content: "";
  top: 78px;
  left: 0;
  width: 112px;
  height: 168px;
  background: center/cover no-repeat url(../../images/top/news-illust.png);
}
.news .cmn-title {
  max-width: 135px;
  width: 100%;
  text-align: center;
}
.news-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-right {
  max-width: 780px;
  width: 100%;
  min-height: 560px;
}
.news-list {
  width: 100%;
}
.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 {
  position: absolute;
  left: 0;
  bottom: 328px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 350px;
  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: 30px;
}
.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-title {
  font-size: 2.5rem;
  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;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #f5623b;
  border-right: 1px solid #f5623b;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #f5623b !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

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

/*========================================
about
==========================================*/
.trust-inner {
  padding: 179px 0 139px 0;
  position: relative;
}
.trust-inner::before {
  position: absolute;
  content: "";
  top: 165px;
  left: -100px;
  width: 194px;
  height: 162px;
  background: center/cover no-repeat url(../../images/about/trust-deco.png);
}
.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: 155px 100px;
  background-color: #f8fdc0;
  position: relative;
  border-radius: 40px;
  z-index: 1;
}
.about-content::before {
  position: absolute;
  content: "";
  top: 16px;
  right: -320px;
  width: 1691px;
  height: 798px;
  background: center/cover no-repeat url(../../images/about/about-deco.png);
  z-index: -1;
}
.about-content::after {
  position: absolute;
  content: "";
  top: 113px;
  left: 160px;
  width: 243px;
  height: 187px;
  background: center/cover no-repeat url(../../images/about/about-illust.png);
}
.about-list-item {
  max-width: 287px;
  width: 100%;
  text-align: center;
}
.about-list-title {
  font-size: 2.4rem;
  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.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

.reason {
  margin-top: -270px;
  background: center right/cover no-repeat url(../../images/about/reason-bg.png);
  position: relative;
}
.reason::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  width: 551px;
  height: 389px;
  background: center/cover no-repeat url(../../images/about/reason-bg-l-t.png);
  z-index: 1;
}
@media (max-width: 1530px) {
  .reason::before {
    left: -135px;
  }
}
.reason-inner {
  padding: 448px 0 180px 0;
}
.reason-inner .cmn-title {
  margin-bottom: 90px;
}
.reason-list-item {
  max-width: 960px;
  width: 100%;
  padding: 40px 30px 35px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  background-color: #fff;
  position: relative;
  border-radius: 40px;
  z-index: 1;
}
.reason-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background-color: #faa748;
  border-radius: 0 40px 40px 0;
  z-index: -1;
}
.reason-list-item::after {
  position: absolute;
  content: "";
  top: -30px;
  left: 55px;
  width: 255px;
  height: 60px;
  background: center/cover no-repeat url(../../images/about/reason-en.png);
}
.reason-list-item:not(:last-child) {
  margin-bottom: 109px;
}
.reason-list-item:nth-child(even) {
  margin-left: auto;
}
.reason-img {
  position: relative;
}
.reason-textbox {
  max-width: 513px;
  width: 100%;
}
.reason-title {
  font-size: 2.4rem;
  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.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

/*========================================
service
==========================================*/
.service-inner {
  max-width: 1280px;
  padding: 179px 0 40px 0;
  position: relative;
}
.service-inner::before {
  position: absolute;
  content: "";
  top: 165px;
  left: 0;
  width: 194px;
  height: 162px;
  background: center/cover no-repeat url(../../images/about/trust-deco.png);
}
.service-inner::after {
  position: absolute;
  content: "";
  top: 259px;
  right: 0;
  width: 301px;
  height: 176px;
  background: center/cover no-repeat url(../../images/service/service-bg-r-t.png);
}
.service-inner .cmn-title {
  line-height: 1.5;
  margin-bottom: 47px;
}
.service-text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 48px;
}
.service-content {
  padding: 60px 100px 0 100px;
  border-top: 2px solid #f5623b;
}
.service-content-title {
  font-size: 2.4rem;
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-list-item {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.service-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 65px;
}
.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.8rem;
  line-height: 2;
  text-align: left;
  margin-bottom: 48px;
}

/*========================================
question
==========================================*/
.question {
  background: center/cover no-repeat url(../../images/about/question-bg.png);
}
.question-inner {
  padding: 179px 0 40px 0;
  position: relative;
}
.question-inner::before {
  position: absolute;
  content: "";
  top: 94px;
  right: -100px;
  width: 291px;
  height: 192px;
  background: center/cover no-repeat url(../../images/question/question-bg-r-t.png);
}
.question-inner .cmn-title {
  margin-bottom: 60px;
}
.question-list-item:not(:last-child) {
  margin-bottom: 60px;
}
.question-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.025em;
  padding: 25px 135px;
  background-color: #faa748;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.question-list-title::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 38px;
  width: 75px;
  height: 60px;
  background: center/cover no-repeat url(../../images/question/Q..png);
}
.question-textbox {
  padding: 61px 50px 27px 135px;
  position: relative;
  background-color: #f8fdc0;
  border-radius: 0 0 20px 20px;
}
.question-textbox::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 42px;
  width: 71px;
  height: 57px;
  background: center/contain no-repeat url(../../images/question/A.png);
}
.question-body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.greeting {
  overflow: hidden;
}
.greeting-inner {
  padding: 170px 0;
  position: relative;
  z-index: 1;
}
.greeting-inner::before {
  position: absolute;
  content: "";
  top: 99px;
  right: -100px;
  width: 1396px;
  height: 714px;
  background: center/cover no-repeat url(../../images/info/greeting-deco.png);
  z-index: -1;
}
.greeting-text {
  font-size: 1.8rem;
  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: 2rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.7;
}

.info-inner {
  max-width: 1280px;
  padding: 0;
}
.info-content {
  padding: 180px 100px;
  background-color: #f8fdc0;
  position: relative;
  border-radius: 40px;
  z-index: 1;
}
.info-content::before {
  position: absolute;
  content: "";
  top: -108px;
  left: 150px;
  width: 303px;
  height: 187px;
  background: center/cover no-repeat url(../../images/info/info-illust.png);
}
.info-table tr {
  border-bottom: 2px solid #f5623b;
}
.info-table tr th {
  width: 240px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  padding: 30px 0;
  color: #f5623b;
  vertical-align: middle;
}
.info-table tr td {
  width: 840px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 22px 0;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 10px;
}
.info-tel-txt img {
  display: block;
}

.access-inner {
  max-width: none;
  padding: 180px 0 0 0;
}
.access-inner .cmn-title {
  margin-bottom: 60px;
}
.access-map {
  width: 100%;
  height: 500px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
#contact .reserve-inner {
  padding: 170px 0 80px 0;
}
#contact .reserve::before {
  display: none;
}
#contact .reserve::after {
  display: none;
}
#contact .reserve-content {
  padding: 55px 0 50px 0;
}
#contact .reserve-content::before {
  display: none;
}
#contact .reserve-content::after {
  top: 32px;
}

.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 input {
  color: #fff;
  background-color: #f5623b;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #f5623b;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #f5623b;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #f5623b;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.footer {
  background-color: #f1fb81;
}
.footer-inner {
  padding: 90px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.footer-logo {
  max-width: 320px;
  width: 100%;
  margin-bottom: 167px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 405px;
  width: 100%;
}
.footer-center {
  max-width: 385px;
  width: 100%;
}
.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;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  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: 36px;
  height: 36px;
  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;
  margin-bottom: 20px;
}
.footer-link a:not(:last-of-type) {
  margin-right: 20px;
}
.footer-link a:hover {
  opacity: 0.8;
}
.footer-btn {
  max-width: 320px;
  width: 100%;
  height: 60px;
  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;
  background-color: #fff;
  border-radius: 35px;
  border: 2px solid #f5623b;
}
.footer-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;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-btn:hover::before {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.footer-right {
  max-width: 147px;
  width: 100%;
}
.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;
}
.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.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}