/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  width: 100%;
  height: 110px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 18px 0 30px;
}
@media (max-width: 1370px) {
  .header-inner {
    padding-left: 20px;
  }
}
.header-logo {
  margin-top: 39px;
}
@media (max-width: 1370px) {
  .header-logo {
    margin-top: 45px;
  }
}
.header-logo a {
  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;
}
.header-logo a:hover {
  opacity: 0.6;
}
@media (max-width: 1370px) {
  .header-logo a {
    max-width: 230px;
    width: 100%;
  }
}
.header-content {
  max-width: 1000px;
  width: 100%;
}
.header-info {
  margin-bottom: 15px;
}
.header-textbox {
  max-width: 475px;
  width: 100%;
}
.header-tel {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  position: relative;
}
.header-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-tel .tel-font {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-right: 5px;
}
.header-time {
  font-size: 1.4rem;
}
.header-link {
  max-width: 515px;
  width: 100%;
}
.header-link a:hover {
  opacity: 0.6;
}
.header .global-nav {
  max-width: 898px;
  width: 100%;
  margin-left: auto;
}
.header .global-nav-list-item a {
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #3aafd1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .global-nav-list-item.current a::before {
  width: 100%;
}
.header .main-visual {
  width: 100%;
  height: 840px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
}
.header .main-visual-textbox {
  max-width: 1620px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  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: 124px;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
}
.header .sub-visual-textbox {
  max-width: 1554px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  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: 192px;
}
.header .fix-btn {
  position: fixed;
  right: 20px;
  bottom: 28px;
  z-index: 100;
}
.header .fix-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.reserve {
  background-color: #e6f4f1;
}
.reserve-inner {
  padding-bottom: 58px;
}
.reserve-content {
  width: 100%;
  text-align: center;
  min-height: 322px;
  padding: 38px 0 33px 0;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 0;
  width: 193px;
  height: 233px;
  background: center/cover no-repeat url(../images/top/reserve-deco.png);
}
.reserve-title {
  margin-bottom: 34px;
}
.reserve-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  color: #fff;
}
.reserve-btn {
  max-width: 420px;
  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: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #f69333;
  border-radius: 30px;
  position: relative;
}
.reserve-btn::before {
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/top/reserve-mail-icon.png);
}
.reserve-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.8;
}
.reserve-btn:hover::after {
  right: 13px;
}

#top .reserve {
  background-color: #fff;
}

.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: 1820px;
  width: 94.7916667%;
  height: 100%;
  background: center/cover no-repeat url(../images/top/top-worry-bg.png);
  z-index: -1;
  border-radius: 200px;
}
.top-worry-inner {
  max-width: 1127px;
  padding-top: 56px;
}
.top-worry-title {
  text-align: center;
  margin-bottom: 54px;
}
.top-worry-title .accent {
  display: block;
  text-align: right;
  margin-right: 153px;
  margin-bottom: 15px;
}
.top-worry-title .border {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5.4rem;
  line-height: 1;
  position: relative;
}
.top-worry-title .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 10px;
  background-color: #ffeace;
}
.top-worry-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-worry-list-item {
  max-width: 367px;
  width: 100%;
  height: 363px;
  padding-top: 45px;
  text-align: center;
  margin-bottom: 14px;
  background: center/cover no-repeat url(../images/top/top-worry-box-bg.png);
}
.top-worry-list-item:not(:last-child) {
  margin-right: 13px;
}
.top-worry-list-item:nth-child(2) {
  margin-right: 2px;
}
.top-worry-list-title {
  width: 100%;
  height: 96px;
  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: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.top-worry-icon {
  margin-bottom: 13px;
}
.top-worry-btn {
  max-width: 220px;
  width: 100%;
  height: 50px;
  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: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f69333 !important;
  background-color: #fff;
  border: 1px solid #f69333;
  border-radius: 30px;
  position: relative;
}
.top-worry-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-worry-btn:hover {
  opacity: 0.8;
}
.top-worry-btn:hover::after {
  right: 13px;
}

.top-about {
  overflow: hidden;
  margin-top: -163px;
  background-color: #e6f4f1;
  position: relative;
  z-index: 0;
}
.top-about::before {
  position: absolute;
  content: "";
  top: -164px;
  right: 0;
  width: 1116px;
  height: 697px;
  background: center/cover no-repeat url(../images/top/top-about-bg-r-t.png);
  z-index: -1;
}
.top-about-inner {
  padding: 295px 0 119px 0;
}
.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: 570px;
  width: 100%;
  margin-top: 50px;
}
.top-about-title {
  margin-left: -130px;
  margin-bottom: 44px;
}
.top-about-text {
  font-size: 1.8rem;
  line-height: 2.111;
}

.video {
  background: center/cover no-repeat url(../images/top/video-bg.png);
  position: relative;
  z-index: 1;
}
.video::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/top/video-bg-bottom.png);
}
.video-inner {
  padding-top: 0;
  padding-bottom: 169px;
}
.video-content {
  padding: 92px 140px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.video-wrap {
  max-width: 800px;
  width: 100%;
  height: 450px;
}
.video-wrap:not(:last-of-type) {
  margin-bottom: 21px;
}
.video-wrap video {
  width: 100%;
  height: 100%;
}
.video-title {
  position: absolute;
  top: -66px;
  left: 4px;
}
.top-service-inner {
  max-width: 1122px;
  padding: 79px 0 69px 0;
}
.top-service-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f69333;
  margin-bottom: 193px;
  position: relative;
  z-index: 1;
}
.top-service-title::before {
  content: "";
  width: 75px;
  height: 81px;
  margin-top: -5px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/top/top-service-title-deco.png);
}
.top-service-title::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 0;
  width: 90%;
  height: 10px;
  background-color: #ffeace;
  z-index: -1;
}
.top-service-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-service-list-item {
  max-width: 374px;
  width: 100%;
  min-height: 378px;
  padding: 61px 22px 31px 22px;
  background: center/cover no-repeat url(../images/top/top-service-bg01.png);
  position: relative;
}
.top-service-list-item:nth-child(even) {
  background: center/cover no-repeat url(../images/top/top-service-bg02.png);
}
.top-service-list-item:nth-child(1) {
  border-radius: 30px 0 0 30px;
}
.top-service-list-item:nth-child(2) {
  margin-right: 5px;
  border-radius: 0 30px 30px 0;
}
.top-service-list-item:nth-child(3) {
  border-radius: 30px 0 0 30px;
}
.top-service-list-item:nth-child(5) {
  border-radius: 0 30px 30px 0;
}
.top-service-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 203px;
}
.top-service-list-item .cmn-btn {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-service-list-title {
  width: 100%;
  min-height: 88px;
  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: 3rem;
  color: #f69333;
  text-align: center;
  margin-bottom: 11px;
}
.top-service-img {
  position: absolute;
  top: -135px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 290px;
  width: 100%;
}
.top-service-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
}

.top-point {
  background: center/cover no-repeat url(../images/top/top-point-bg.png);
  position: relative;
  z-index: 1;
}
.top-point::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/top/top-point-bg-top.png);
}
.top-point::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/top/top-point-bg-bottom.png);
}
.top-point-inner {
  padding: 184px 0;
}
.top-point-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.top-point-title::before {
  content: "";
  width: 49px;
  height: 87px;
  margin-top: 10px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/top/top-point-title-deco.png);
}
.top-point-title::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 0;
  width: 96%;
  height: 10px;
  background-color: #e6f4f1;
  z-index: -1;
}
.top-point-title .accent {
  color: #3aafd1;
}
.top-point-list-item {
  padding: 37px 40px 37px 45px;
  background: -webkit-gradient(linear, left top, right top, from(#005a9d), to(#3aafd1));
  background: -webkit-linear-gradient(left, #005a9d, #3aafd1);
  background: linear-gradient(to right, #005a9d, #3aafd1);
  border-radius: 30px;
}
.top-point-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.top-point-list-item:nth-child(2) .top-point-list-title::before {
  background: center/cover no-repeat url(../images/top/top-point-no02.png);
}
.top-point-list-item:nth-child(3) .top-point-list-title::before {
  background: center/cover no-repeat url(../images/top/top-point-no03.png);
}
.top-point-list-item:nth-child(4) .top-point-list-title::before {
  background: center/cover no-repeat url(../images/top/top-point-no04.png);
}
.top-point-list-item:nth-child(5) .top-point-list-title::before {
  background: center/cover no-repeat url(../images/top/top-point-no05.png);
}
.top-point-list-title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  -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;
  margin-bottom: 24px;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.4);
}
.top-point-list-title::before {
  content: "";
  width: 58px;
  height: 45px;
  background: center/cover no-repeat url(../images/top/top-point-no01.png);
}
.top-point-icon {
  margin-right: 25px;
}
.top-point-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-point-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5625;
}

.link-banner {
  background-color: #e6f4f1;
}
.link-banner-inner {
  max-width: 1280px;
  width: 97%;
  padding-bottom: 60px;
}
.link-banner-list-item {
  max-width: 594px;
  width: 100%;
  min-height: 342px;
}
.link-banner-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/top/link-banner-img02.png);
}
.link-banner-list-item a {
  width: 100%;
  min-height: 342px;
  padding: 98px 0 0 35px;
  background-color: #005a9d;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 296px;
  height: 342px;
  background: center/cover no-repeat url(../images/top/link-banner-img01.png);
  z-index: -1;
}
.link-banner-list-item a::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover::after {
  right: 10px;
}
.link-banner-title {
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 0 5px 8px rgba(52, 74, 82, 0.4);
}
.link-banner-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 6px 11px;
  background-color: #fff;
  border-radius: 10px;
}
.link-banner-text:not(:last-of-type) {
  margin-bottom: 5px;
}
.link-banner-text .accent {
  color: #005a9d;
}

.news {
  background-color: #e6f4f1;
}
.news-inner {
  padding: 100px 0 74px 0;
  position: relative;
}
.news-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #005a9d;
  margin-bottom: 43px;
  -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;
}
.news-section-title::before {
  content: "";
  width: 44px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/news-title-deco.png);
}
.news-list {
  width: 100%;
  -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;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  width: 100%;
  height: 176px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 20px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news time {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.12em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 5px;
  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;
  padding: 5px 11px;
  background-color: #005a9d;
  border-radius: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 8px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  position: absolute;
  top: 105px;
  right: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  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;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.news .more-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.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: #3aafd1;
  border: 2px solid #3aafd1;
}
.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: #3aafd1;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail {
  background-color: #e6f4f1;
}
.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 #3aafd1;
  border-bottom: 1px solid #3aafd1;
}
.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%;
  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 #3aafd1;
  border-right: 1px solid #3aafd1;
}
.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: #3aafd1 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

/*========================================
regist
==========================================*/
.regist {
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
.regist::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1820px;
  width: 94.7916667%;
  height: 100%;
  background: center/cover no-repeat url(../images/regist/regist-bg.png);
  z-index: -1;
  border-radius: 200px;
}
.regist-inner {
  padding: 95px 0;
}
.regist-content {
  padding: 0 36px;
}
.regist-textbox {
  max-width: 620px;
  width: 100%;
}
.regist-title {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 42px;
  position: relative;
}
.regist-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
}
.regist-title .accent {
  color: #f69333;
}
.regist-text {
  font-weight: 500;
  line-height: 2.18;
}
.regist-text .accent {
  display: inline;
  line-height: 1;
  font-size: 2rem;
  color: #f69333;
}

.about {
  overflow: hidden;
  margin-top: -98px;
  background-color: #e6f4f1;
  position: relative;
  z-index: 0;
}
.about-inner {
  padding: 190px 0 100px 0;
}
.about-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.about-title::before {
  content: "";
  width: 63px;
  height: 78px;
  margin-top: -5px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/will/about-title-deco.png);
}
.about-title .accent {
  color: #3aafd1;
}
.about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.about-img {
  position: absolute;
  top: 0;
  left: 0;
}
.about-textbox {
  max-width: 616px;
  width: 100%;
  min-height: 334px;
  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;
  margin-left: auto;
  margin-top: 45px;
  padding: 0 32px 0 104px;
  background-color: #fff;
  border-radius: 30px;
}
.about-text {
  font-weight: 400;
  line-height: 1.94;
}
.about-text .accent {
  font-size: 2rem;
  font-weight: 500;
  color: #3aafd1;
}

.worry {
  background: center/cover no-repeat url(../images/regist/worry-bg.png);
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/regist/worry-bg-top.png);
}
.worry-inner {
  padding-top: 135px;
}
.worry-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.worry-title::before {
  content: "";
  width: 63px;
  height: 78px;
  margin-top: -5px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/will/about-title-deco.png);
}
.worry-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 92%;
  height: 10px;
  background-color: #fff;
  z-index: -1;
}
.worry-title .accent {
  color: #3aafd1;
}
.worry-list {
  margin-bottom: 72px;
}
.worry-list-item {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 19px 20px;
  background-color: #fff;
  border-radius: 10px;
  -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;
}
.worry-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 43px;
  height: 43px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/regist/worry-check.png);
}
.worry-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.worry-textbox {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  margin-bottom: 72px;
  background-color: #fff;
  border-radius: 10px;
}
.worry-text {
  font-size: 1.6rem;
  line-height: 2.18;
  text-align: center;
}
.worry-text:not(:last-of-type) {
  margin-bottom: 42px;
}
.worry-sub-textbox {
  max-width: 654px;
  width: 100%;
  min-height: 160px;
  margin: 0 auto;
  padding: 25px 22px 0 180px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.worry-sub-textbox::before {
  position: absolute;
  content: "";
  left: 28px;
  bottom: 0;
  width: 126px;
  height: 197px;
  background: center/cover no-repeat url(../images/regist/worry-sub-img.png);
}
.worry-sub-text {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.worry-sub-text .accent {
  font-size: 2rem;
  font-weight: 500;
  color: #3aafd1;
}
.worry-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 825px;
  height: 377px;
  background: center/cover no-repeat url(../images/regist/feature-bg-l-t.png);
  z-index: -1;
}
.feature-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 66px;
  position: relative;
  z-index: 1;
}
.feature-title::before {
  content: "";
  width: 63px;
  height: 78px;
  margin-top: -8px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/regist/feature-title-deco.png);
}
.feature-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 92%;
  height: 10px;
  background-color: #ffeace;
  z-index: -1;
}
.feature-title .accent {
  color: #f69333;
}
.feature-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 115px;
}
.feature-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 43px;
}
.feature-list-item {
  max-width: 260px;
  width: 100%;
  height: 170px;
  padding: 50px 18px 0 18px;
  background: center/cover no-repeat url(../images/regist/feature-box-bg.png);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.feature-list-item::before {
  position: absolute;
  content: "";
  top: 37px;
  left: 17px;
  width: 36px;
  height: 33px;
  background: center/cover no-repeat url(../images/regist/feature-no01.png);
  z-index: -1;
}
.feature-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/regist/feature-no02.png);
}
.feature-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/regist/feature-no03.png);
}
.feature-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../images/will/feature-no04.png);
}
.feature-list-item:not(:last-child) {
  margin-right: 13px;
}
.feature-list-title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.36;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.4);
}
.feature-list-title .accent {
  display: block;
  font-size: 1.6rem;
}
.feature-icon {
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.feature-sub-text {
  max-width: 654px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 40px 0;
  text-align: center;
  background: center/cover no-repeat url(../images/regist/feature-sub-text-bg.png);
  border-radius: 30px;
}

.document {
  background: center/cover no-repeat url(../images/regist/document-bg.png);
  position: relative;
}
.document::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/regist/document-bg-top.png);
}
.document-inner {
  padding-top: 174px;
}
.document-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.document-title::before {
  content: "";
  width: 75px;
  height: 81px;
  margin-top: 5px;
  background: center/cover no-repeat url(../images/top/top-service-title-deco.png);
}
.document-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 93%;
  height: 10px;
  background-color: #ffeace;
  z-index: -1;
}
.document-list {
  margin-bottom: 35px;
}
.document-list-item {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 19px 20px;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 10px;
  -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;
}
.document-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 43px;
  height: 43px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/regist/document-check.png);
}
.document-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.document-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.advice {
  background: center/cover no-repeat url(../images/common/cmn-bg02.png);
}
.advice-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 58px;
  position: relative;
  z-index: 1;
}
.advice-title::before {
  content: "";
  width: 68px;
  height: 58px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/regist/advice-icon.png);
}
.advice-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -16px;
  width: 70%;
  height: 10px;
  background-color: #fff;
  z-index: -1;
}
.advice-textbox {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  background-color: #fff;
  border-radius: 10px;
}
.advice-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

/*========================================
will
==========================================*/
.will {
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
.will::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1820px;
  width: 94.7916667%;
  height: 100%;
  background: center/cover no-repeat url(../images/will/will-bg.png);
  z-index: -1;
  border-radius: 200px;
}
.will-inner {
  max-width: 1000px;
}
.will-inner .cmn-title {
  margin-bottom: 205px;
}
.will-inner .cmn-title .accent {
  color: #f69333;
}
.will-list-item {
  max-width: 480px;
  width: 100%;
  height: 184px;
  padding-top: 51px;
  background-color: #f69333;
  border-radius: 30px;
  position: relative;
}
.will-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 200px;
}
.will-img {
  position: absolute;
  top: -158px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.will-textbox {
  width: 100%;
  height: 100%;
  text-align: center;
}
.will-title {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.7;
}
.will-title .accent {
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.will-title .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background-color: #ff7e00;
  z-index: -1;
}

#will .feature-title::before {
  background: center/cover no-repeat url(../images/will/feature-title-deco.png);
}
#will .feature-sub-text {
  max-width: 808px;
}
#will .advice {
  background: center/cover no-repeat url(../images/common/cmn-bg01.png);
  position: relative;
}
#will .advice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/regist/document-bg-top.png);
}
#will .advice-inner {
  padding-top: 177px;
}
#will .advice-title::before {
  background: center/cover no-repeat url(../images/will/advice-title-deco.png);
}
#will .advice-text {
  font-weight: 400;
}

/*========================================
abandonment
==========================================*/
#abandonment .about-title::before {
  width: 49px;
  height: 87px;
  margin-top: -15px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/abandonment/about-title-deco.png);
}
#abandonment .feature {
  background: center/cover no-repeat url(../images/regist/worry-bg.png);
  position: relative;
  z-index: 1;
}
#abandonment .feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/regist/worry-bg-top.png);
}
#abandonment .feature-inner {
  padding-top: 135px;
}
#abandonment .feature-sub-text {
  max-width: 808px;
  padding: 35px 0;
  font-weight: 400;
  background: #fff;
}
#abandonment .worry {
  background: none;
  position: relative;
  z-index: 1;
}
#abandonment .worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 825px;
  height: 377px;
  background: center/cover no-repeat url(../images/regist/feature-bg-l-t.png);
  z-index: -1;
}
#abandonment .worry-inner {
  padding: 100px 0;
}
#abandonment .worry-title::before {
  width: 72px;
  height: 65px;
  background: center/cover no-repeat url(../images/abandonment/worry-title-deco.png);
}
#abandonment .worry-title .accent {
  display: inline-block;
  line-height: 1;
  color: #f69333;
}
#abandonment .worry-textbox {
  padding: 20px 28px;
  background-color: #ffeace;
}
#abandonment .worry-text {
  text-align: left;
}
#abandonment .worry-text .accent {
  display: inline;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
  color: #f69333;
}
#abandonment .worry-sub-textbox {
  background: center/cover no-repeat url(../images/abandonment/worry-sub-text-bg.png);
}
#abandonment .worry-sub-text .accent {
  font-size: 2rem;
  font-weight: 500;
  color: #f69333;
}
#abandonment .advice {
  background: center/cover no-repeat url(../images/common/cmn-bg01.png);
  position: relative;
}
#abandonment .advice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/regist/document-bg-top.png);
}
#abandonment .advice-inner {
  padding-top: 177px;
}
#abandonment .advice-title::before {
  background: center/cover no-repeat url(../images/will/advice-title-deco.png);
}
#abandonment .advice-text {
  font-weight: 400;
}

/*========================================
service
==========================================*/
.guide-inner {
  padding: 40px 0;
}
.guide-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide-list-item {
  max-width: 420px;
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #f69333;
  border-radius: 30px;
}
.guide-list-item:not(:last-child) {
  margin-right: 57px;
}
.guide-list-item a {
  width: 100%;
  height: 100%;
  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;
  position: relative;
}
.guide-list-item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 6px;
  background: center/cover no-repeat url(../images/service/guide-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.guide-list-item a:hover {
  opacity: 0.8;
}
.guide-list-item a:hover::after {
  top: 59%;
}

.support {
  background: center/cover no-repeat url(../images/regist/worry-bg.png);
  position: relative;
  z-index: 1;
}
.support::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/regist/worry-bg-top.png);
}
.support-inner {
  max-width: 954px;
  padding-top: 127px;
}
.support-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.support-title::before {
  content: "";
  width: 77px;
  height: 69px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/service/support-title-deco.png);
}
.support-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 88%;
  height: 10px;
  background-color: #fff;
  z-index: -1;
}
.support-title .accent {
  color: #3aafd1;
}
.support-list-item {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 19px 20px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  -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;
}
.support-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 43px;
  height: 43px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/regist/worry-check.png);
}
.support-list-item .s-font {
  font-size: 2rem;
}
.support-text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}

#service .about-title::before {
  width: 49px;
  height: 87px;
  margin-top: -15px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/abandonment/about-title-deco.png);
}
#service .feature::before {
  top: 0;
  left: auto;
  right: 0;
  width: 825px;
  height: 377px;
  background: center/cover no-repeat url(../images/service/feature-bg-r-t.png);
}
#service .feature .feature-title::before {
  width: 58px;
  height: 90px;
  margin-top: -18px;
  background: center/cover no-repeat url(../images/service/feature-title-deco.png);
}
#service .feature .feature-title::after {
  background-color: #e6f4f1;
}
#service .feature .feature-title .accent {
  color: #3aafd1;
}
#service .feature .feature-sub-text {
  max-width: 808px;
  background: center/cover no-repeat url(../images/service/feature-sub-text-bg.png);
}
#service .advice {
  position: relative;
}
#service .advice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/regist/document-bg-top.png);
}
#service .advice-inner {
  padding-top: 180px;
}

#service-worry {
  background: none;
  position: relative;
  z-index: 1;
}
#service-worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 825px;
  height: 377px;
  background: center/cover no-repeat url(../images/regist/feature-bg-l-t.png);
  z-index: -1;
}
#service-worry .worry-inner {
  padding: 100px 0;
}
#service-worry .worry-inner .cmn-title .accent {
  display: inline-block;
  line-height: 1;
  color: #f69333;
}
#service-worry .worry-inner .cmn-title .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background-color: #ffeace;
  z-index: -1;
}
#service-worry .worry-list-item {
  background-color: #ffeace;
}
#service-worry .worry-list-item::before {
  background: center/cover no-repeat url(../images/service/worry-check01.png);
}
#service-worry .worry-sub-textbox {
  background: center/cover no-repeat url(../images/abandonment/worry-sub-text-bg.png);
}
#service-worry .worry-sub-text .accent {
  font-size: 2rem;
  font-weight: 500;
  color: #f69333;
}

#business::before {
  background: center/cover no-repeat url(../images/service/business-bg.png);
}
#business .regist-title .accent {
  color: #3aafd1;
}

#business-sup {
  background: none;
  margin-top: -100px;
  background-color: #ffeace;
  z-index: 0;
}
#business-sup::before {
  display: none;
}
#business-sup .support-inner {
  padding-top: 197px;
}
#business-sup .support-title::before {
  background: center/cover no-repeat url(../images/service/support-title-deco02.png);
}
#business-sup .support-title .accent {
  color: #f69333;
}
#business-sup .support-list-item {
  max-width: none;
}
#business-sup .support-list-item::before {
  background: center/cover no-repeat url(../images/service/worry-check01.png);
}

#business-worry {
  background: center/cover no-repeat url(../images/service/business-worry-bg.png);
  position: relative;
  z-index: 1;
}
#business-worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center/cover no-repeat url(../images/service/business-worry-bg-top.png);
}
#business-worry .worry-inner {
  padding-top: 140px;
}
#business-worry .worry-inner .cmn-title .accent {
  display: inline-block;
  line-height: 1;
  color: #f69333;
}
#business-worry .worry-inner .cmn-title .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background-color: #fff;
  z-index: -1;
}
#business-worry .worry-list-item {
  background-color: #fff;
}
#business-worry .worry-list-item::before {
  background: center/cover no-repeat url(../images/service/worry-check01.png);
}
#business-worry .worry-sub-textbox {
  background: center/cover no-repeat url(../images/abandonment/worry-sub-text-bg.png);
}
#business-worry .worry-sub-text .accent {
  font-size: 2rem;
  font-weight: 500;
  color: #f69333;
}

/*========================================
flow
==========================================*/
.flow {
  margin-bottom: 100px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1820px;
  width: 94.7916667%;
  height: 100%;
  background: center/cover no-repeat url(../images/flow/flow-bg.png);
  z-index: -1;
  border-radius: 200px;
}
.flow-notice {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.flow-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.flow-title::before {
  content: "";
  width: 77px;
  height: 63px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/flow/flow-title-deco.png);
}
.flow-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -5px;
  width: 80%;
  height: 10px;
  background-color: #fff;
  z-index: -1;
}
.flow-text {
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.flow-list-item {
  padding: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 30px;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 78px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 32px;
  background: center/cover no-repeat url(../images/flow/flow-arrow.png);
}
.flow-list-item:nth-child(2) .flow-list-title::before {
  background: center/cover no-repeat url(../images/flow/flow-no021.png);
}
.flow-list-item:nth-child(3) .flow-list-title::before {
  background: center/cover no-repeat url(../images/flow/flow-no03.png);
}
.flow-list-item:nth-child(4) .flow-list-title::before {
  background: center/cover no-repeat url(../images/flow/flow-no04.png);
}
.flow-list-title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: #f69333;
  -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;
  margin-bottom: 24px;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.4);
}
.flow-list-title::before {
  content: "";
  width: 125px;
  height: 45px;
  background: center/cover no-repeat url(../images/flow/flow-no01.png);
}
.flow-img {
  margin-right: 30px;
}
.flow-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5625;
  text-align: left;
}
.flow-sub-textbox {
  max-width: 505px;
  width: 100%;
  margin-bottom: 15px;
}
.flow-tel {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  position: relative;
}
.flow-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.flow-tel-txt img {
  display: block;
}
.flow-tel .tel-font {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-right: 5px;
}
.flow-time {
  font-size: 1.4rem;
}
.flow-link {
  -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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-link a:hover {
  opacity: 0.6;
}
.flow-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.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #f69333;
  border-radius: 30px;
  position: relative;
}
.flow-btn::before {
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/top/footer-mail.png);
}
.flow-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.flow-btn:nth-of-type(2) {
  border: 1px solid #06c755;
}
.flow-btn:nth-of-type(2)::before {
  width: 29px;
  height: 29px;
  background: center/cover no-repeat url(../images/top/footer-line-icon.png);
}
.flow-btn:nth-of-type(2)::after {
  background: center/cover no-repeat url(../images/top/footer-btn-arrow02.png);
}
.flow-btn:not(:last-of-type) {
  margin-bottom: 10px;
}
.flow-btn:hover {
  opacity: 0.8;
}
.flow-btn:hover::after {
  right: 13px;
}

/*========================================
info
==========================================*/
.greeting {
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1820px;
  width: 94.7916667%;
  height: 100%;
  background: center/cover no-repeat url(../images/flow/flow-bg.png);
  z-index: -1;
  border-radius: 200px;
}
.greeting-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.greeting-title::before {
  content: "";
  width: 98px;
  height: 57px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/info/greeting-title-deco.png);
}
.greeting-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -5px;
  width: 80%;
  height: 10px;
  background-color: #fff;
  z-index: -1;
}
.greeting-textbox {
  max-width: 570px;
  width: 100%;
}
.greeting-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 37px 0 15px 37px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px dashed #f69333;
  border-radius: 10px;
}
.greeting-name .accent {
  display: inline-block;
  font-size: 3.2rem;
  margin-left: 50px;
  position: relative;
}
.greeting-name .accent::before {
  position: absolute;
  content: "";
  top: -22px;
  left: 3px;
  width: 165px;
  height: 14px;
  background: center/cover no-repeat url(../images/info/greeting-ruby.png);
}
.greeting-sub-content {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.greeting-sub-content:not(:last-of-type) {
  margin-bottom: 13px;
}
.greeting-sub-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 13px;
  background-color: #f69333;
}
.greeting-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 20px 15px 20px;
}
.greeting-text-list {
  padding: 0 20px 15px 20px;
}
.greeting-text-list-item {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.greeting-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background-color: #f69333;
  border-radius: 50%;
}
.greeting-text-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.greeting-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 20px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.greeting-sub-text:last-child {
  margin-bottom: 15px;
}
.greeting-sub-text .accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 97px;
  font-weight: 500;
  line-height: 1;
  color: #f69333;
  margin-right: 5px;
}

.info {
  overflow: hidden;
  margin-top: -98px;
  background-color: #e6f4f1;
  position: relative;
  z-index: 0;
}
.info-inner {
  padding: 199px 0 100px 0;
}
.info-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.info-title::before {
  content: "";
  width: 87px;
  height: 68px;
  margin-top: -5px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/info/info-title-deco.png);
}
.info-title .accent {
  color: #3aafd1;
}
.info-table {
  width: 100%;
  margin-bottom: 45px;
  border-radius: 20px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  width: 250px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: 28px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#005a9d), to(#3aafd1));
  background: -webkit-linear-gradient(left, #005a9d, #3aafd1);
  background: linear-gradient(to right, #005a9d, #3aafd1);
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  padding: 23px 38px;
  background-color: #fff;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 5px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #3aafd1;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #3aafd1;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #3aafd1;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #3aafd1;
  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 #3aafd1;
}
.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 #3aafd1;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #3aafd1;
  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 #3aafd1;
  border-right: 1px solid #3aafd1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #f69333 !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: #e6f4f1;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../images/top/footer-bg.png);
  border-radius: 500px 500px 0 0;
  z-index: -1;
}
.footer-inner {
  padding: 88px 0;
  text-align: center;
}
@media (max-width: 1500px) {
  .footer-inner {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.footer-logo {
  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;
  margin: 0 auto;
  margin-bottom: 43px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
.footer-textbox {
  max-width: 506px;
  width: 100%;
  margin: 0 auto 24px auto;
  color: #fff;
}
.footer-tel {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  position: relative;
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-tel .tel-font {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-right: 5px;
}
.footer-time {
  font-size: 1.4rem;
}
.footer-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer-link a:hover {
  opacity: 0.6;
}
.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.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #f69333;
  border-radius: 30px;
  position: relative;
}
.footer-btn::before {
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/top/footer-mail.png);
}
.footer-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:nth-of-type(2) {
  border: 1px solid #06c755;
}
.footer-btn:nth-of-type(2)::before {
  width: 29px;
  height: 29px;
  background: center/cover no-repeat url(../images/top/footer-line-icon.png);
}
.footer-btn:nth-of-type(2)::after {
  background: center/cover no-repeat url(../images/top/footer-btn-arrow02.png);
}
.footer-btn:not(:last-of-type) {
  margin-right: 33px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-btn:hover::after {
  right: 13px;
}
.footer-banner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 29px;
}
.footer-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  padding: 32px 20px 0 20px;
  margin-bottom: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list {
  margin-right: 65px;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 29px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  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-sub-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
}
.footer-sub-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}