/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 10;
}
.header-logo a {
  max-width: 180px;
  width: 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;
}
.header-logo a:hover {
  opacity: 0.6;
}
.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 .main-visual {
  width: 100%;
  height: 370px;
  margin-top: 82px;
  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: 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;
}
.header .main-visual-textbox img {
  height: 230px;
}
.header .sub-visual {
  width: 100%;
  height: 280px;
  margin-top: 82px;
}
.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: 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;
}
.header .sub-visual-title {
  margin-top: -10px;
}
.header .sub-visual-title img {
  height: 62px;
}
.header .sp-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.header .sp-banner:hover {
  opacity: 0.8;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}
.header .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #2a2f24;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}
.header .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #2a2f24;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.reserve {
  background-color: #e6f4f1;
}
.reserve-inner {
  padding-bottom: 58px;
}
.reserve-content {
  width: 100%;
  text-align: center;
  padding: 38px 10px 27px 10px;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  border-radius: 30px;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  left: -14px;
  bottom: 0;
  width: 128px;
  height: 154px;
  background: center/contain no-repeat url(../images/top/reserve-deco.png);
}
.reserve-title {
  margin-bottom: 25px;
}
.reserve-title img {
  height: 45px;
}
.reserve-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #fff;
}
.reserve-btn {
  max-width: 420px;
  width: 70%;
  height: 55px;
  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: 98%;
  height: 100%;
  background: center/cover no-repeat url(../images/top/top-worry-bg.png);
  z-index: -1;
  border-radius: 40px;
}
.top-worry-title {
  text-align: center;
  margin-bottom: 54px;
}
.top-worry-title .accent {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.top-worry-title .accent img {
  height: 80px;
}
.top-worry-title .border {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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-bottom: 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: 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: -80px;
  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: 130px 0 50px 0;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 25px;
}
.top-about-textbox {
  max-width: 570px;
  width: 100%;
}
.top-about-title {
  margin-bottom: 20px;
}
.top-about-title img {
  height: 145px;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
}

.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: 50px;
  background: center/cover no-repeat url(../images/top/video-bg-bottom.png);
}
.video-inner {
  padding-top: 0;
  padding-bottom: 50px;
}
.video-content {
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.video-wrap {
  max-width: 800px;
  width: 100%;
  height: 60vw;
}
.video-wrap:not(:last-of-type) {
  margin-bottom: 21px;
}
.video-wrap video {
  width: 100%;
  height: 100%;
}
.video-title {
  position: absolute;
  top: -48px;
  left: -6px;
}
.video-title img {
  height: 70px;
}

.top-service-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: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f69333;
  margin-bottom: 170px;
  position: relative;
  z-index: 1;
}
.top-service-title::before {
  content: "";
  width: 48px;
  height: 52px;
  margin-right: 12px;
  background: center/contain no-repeat url(../images/top/top-service-title-deco.png);
}
.top-service-title::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 0;
  width: 90%;
  height: 5px;
  background-color: #ffeace;
  z-index: -1;
}
.top-service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-list-item {
  max-width: 374px;
  width: 100%;
  padding: 80px 22px 31px 22px;
  background: center/cover no-repeat url(../images/top/top-service-bg01.png);
  position: relative;
  border-radius: 30px;
}
.top-service-list-item:nth-child(even) {
  background: center/cover no-repeat url(../images/top/top-service-bg02.png);
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 110px;
}
.top-service-list-title {
  width: 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;
  font-size: 2.2rem;
  color: #f69333;
  text-align: center;
  margin-bottom: 11px;
}
.top-service-img {
  position: absolute;
  top: -110px;
  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;
  margin-bottom: 20px;
}

.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: 50px;
  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: 50px;
  background: center/cover no-repeat url(../images/top/top-point-bg-bottom.png);
}
.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: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.top-point-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 55px;
  margin-top: 10px;
  margin-right: 12px;
  background: center/contain 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-45%, #005a9d), to(#3aafd1));
  background: -webkit-linear-gradient(left, #005a9d -45%, #3aafd1);
  background: linear-gradient(to right, #005a9d -45%, #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: 2.1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  -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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  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-bottom: 20px;
}
.top-point-textbox {
  width: 100%;
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 594px;
  width: 100%;
  min-height: 250px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.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: 250px;
  padding: 70px 0 0 30px;
  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: 55%;
  height: 100%;
  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: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 30px;
  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.6rem;
  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 {
  position: relative;
}
.news-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #005a9d;
  margin-bottom: 30px;
  -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: 34px;
  height: 23px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/top/news-title-deco.png);
}
.news-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 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: 46px;
  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: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #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: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #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%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #3aafd1;
  border-right: 1px solid #3aafd1;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #3aafd1 !important;
}
.news-detail .paginated-link a:hover {
  color: #f69333 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
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: 98%;
  height: 100%;
  background: center/cover no-repeat url(../images/regist/regist-bg.png);
  z-index: -1;
  border-radius: 40px;
}
.regist-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.regist-img {
  margin-bottom: 20px;
}
.regist-textbox {
  max-width: 620px;
  width: 100%;
  padding: 0 10px;
}
.regist-title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.regist-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
.regist-title .accent {
  color: #f69333;
}
.regist-text {
  font-weight: 500;
  line-height: 2;
}
.regist-text .accent {
  display: inline;
  line-height: 1;
  font-size: 1.8rem;
  color: #f69333;
}

.about {
  overflow: hidden;
  margin-top: -98px;
  background-color: #e6f4f1;
  position: relative;
  z-index: 0;
}
.about-inner {
  padding-top: 140px;
}
.about-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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.about-title::before {
  content: "";
  width: 44px;
  height: 54px;
  margin-right: 5px;
  background: center/contain no-repeat url(../images/will/about-title-deco.png);
}
.about-title .accent {
  color: #3aafd1;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 616px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
}
.about-text {
  font-weight: 400;
  line-height: 1.94;
}
.about-text .accent {
  font-size: 1.8rem;
  font-weight: 500;
  color: #3aafd1;
}

.worry {
  overflow: hidden;
  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: 50px;
  background: center/cover no-repeat url(../images/regist/worry-bg-top.png);
}
.worry-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.worry-title::before {
  content: "";
  width: 44px;
  height: 54px;
  margin-right: 5px;
  background: center/contain no-repeat url(../images/will/about-title-deco.png);
}
.worry-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 92%;
  height: 5px;
  background-color: #fff;
  z-index: -1;
}
.worry-title .accent {
  color: #3aafd1;
}
.worry-list {
  margin-bottom: 25px;
}
.worry-list-item {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 14px 13px;
  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: 30px;
  height: 30px;
  margin-right: 10px;
  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 15px;
  margin-bottom: 35px;
  background-color: #fff;
  border-radius: 10px;
}
.worry-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.worry-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.worry-sub-textbox {
  max-width: 654px;
  width: 100%;
  min-height: 160px;
  margin: 0 auto;
  padding: 25px 20px 15px 95px;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
}
.worry-sub-textbox::before {
  position: absolute;
  content: "";
  left: -4px;
  bottom: 0;
  width: 90px;
  height: 141px;
  background: center/contain no-repeat url(../images/regist/worry-sub-img.png);
}
.worry-sub-text {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.worry-sub-text .accent {
  font-size: 1.7rem;
  font-weight: 500;
  color: #3aafd1;
}
.worry-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1;
}

.feature {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 425px;
  height: 194px;
  background: center/contain 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: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.feature-title::before {
  content: "";
  width: 44px;
  height: 70px;
  margin-top: -8px;
  margin-right: 5px;
  background: center/contain no-repeat url(../images/regist/feature-title-deco.png);
}
.feature-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -3px;
  width: 92%;
  height: 5px;
  background-color: #ffeace;
  z-index: -1;
}
.feature-title .accent {
  color: #f69333;
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 95px;
}
.feature-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 43px;
}
.feature-list-item {
  max-width: 260px;
  width: 100%;
  padding: 50px 18px 25px 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-bottom: 70px;
}
.feature-list-title {
  font-size: 2rem;
  font-weight: 400;
  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.6rem;
  font-weight: 500;
  padding: 18px 10px;
  text-align: center;
  background: center/cover no-repeat url(../images/regist/feature-sub-text-bg.png);
  border-radius: 20px;
}

.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: 50px;
  background: center/cover no-repeat url(../images/regist/document-bg-top.png);
}
.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: 2.4rem;
  line-height: 1.3;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.document-title::before {
  content: "";
  width: 48px;
  height: 52px;
  margin-top: 5px;
  background: center/contain no-repeat url(../images/top/top-service-title-deco.png);
}
.document-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -5px;
  width: 93%;
  height: 5px;
  background-color: #ffeace;
  z-index: -1;
}
.document-list {
  margin-bottom: 35px;
}
.document-list-item {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 14px 13px;
  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: 30px;
  height: 30px;
  margin-right: 10px;
  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.6rem;
  font-weight: 500;
  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: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.advice-title::before {
  content: "";
  width: 39px;
  height: 33px;
  margin-right: 12px;
  background: center/contain no-repeat url(../images/regist/advice-icon.png);
}
.advice-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -5px;
  width: 70%;
  height: 5px;
  background-color: #fff;
  z-index: -1;
}
.advice-textbox {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 10px;
  background-color: #fff;
  border-radius: 10px;
}
.advice-text {
  font-size: 1.6rem;
  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: 98%;
  height: 100%;
  background: center/cover no-repeat url(../images/will/will-bg.png);
  z-index: -1;
  border-radius: 40px;
}
.will-inner .cmn-title {
  margin-bottom: 155px;
}
.will-inner .cmn-title .accent {
  color: #f69333;
}
.will-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.will-list-item {
  max-width: 480px;
  width: 100%;
  padding-bottom: 48px;
  padding-top: 51px;
  background-color: #f69333;
  border-radius: 30px;
  position: relative;
}
.will-list-item:not(:last-child) {
  margin-bottom: 100px;
}
.will-img {
  position: absolute;
  top: -140px;
  left: 50%;
  max-width: 175px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.will-textbox {
  width: 100%;
  height: 100%;
  text-align: center;
}
.will-title {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.7;
}
.will-title .accent {
  font-size: 2rem;
  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 {
  width: 42px;
  height: 65px;
  background: center/contain 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: 50px;
  background: center/cover no-repeat url(../images/regist/document-bg-top.png);
}
#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: 31px;
  height: 55px;
  margin-top: -15px;
  margin-right: 10px;
  background: center/contain 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: 50px;
  background: center/cover no-repeat url(../images/regist/worry-bg-top.png);
}
#abandonment .feature-inner .cmn-title {
  font-size: 2.3rem;
}
#abandonment .feature-sub-text {
  max-width: 808px;
  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: 425px;
  height: 194px;
  background: center/contain no-repeat url(../images/regist/feature-bg-l-t.png);
  z-index: -1;
}
#abandonment .worry-inner {
  padding: 100px 0;
}
#abandonment .worry-title::before {
  width: 58px;
  height: 51px;
  background: center/contain 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: 1.8rem;
  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: 1.8rem;
  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: 50px;
  background: center/cover no-repeat url(../images/regist/document-bg-top.png);
}
#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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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-bottom: 30px;
}
.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: 50px;
  background: center/cover no-repeat url(../images/regist/worry-bg-top.png);
}
.support-inner {
  max-width: 954px;
  padding-top: 65px;
}
.support-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: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.support-title::before {
  content: "";
  width: 51px;
  height: 45px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/service/support-title-deco.png);
}
.support-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 88%;
  height: 5px;
  background-color: #fff;
  z-index: -1;
}
.support-title .accent {
  color: #3aafd1;
}
.support-list-item {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 14px 13px;
  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: 30px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/regist/worry-check.png);
}
.support-list-item .s-font {
  font-size: 1.8rem;
}
.support-text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}

#service .about-title::before {
  width: 31px;
  height: 55px;
  margin-top: -15px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/abandonment/about-title-deco.png);
}
#service .feature::before {
  top: 0;
  left: auto;
  right: 0;
  width: 425px;
  height: 194px;
  background: center/contain no-repeat url(../images/service/feature-bg-r-t.png);
}
#service .feature .feature-title::before {
  margin-top: -10px;
  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: 90px;
}

#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 {
  font-size: 2.3rem;
}
#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: 5px;
  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: 1.8rem;
  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: 145px;
}
#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: 50px;
  background: center/cover no-repeat url(../images/service/business-worry-bg-top.png);
}
#business-worry .worry-inner {
  padding-top: 90px;
}
#business-worry .worry-inner .cmn-title {
  font-size: 2.3rem;
}
#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-top: 34px;
  margin-bottom: 50px;
  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: 98%;
  height: 100%;
  background: center/cover no-repeat url(../images/flow/flow-bg.png);
  z-index: -1;
  border-radius: 40px;
}
.flow-notice {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.flow-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.flow-title::before {
  content: "";
  width: 55px;
  height: 45px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/flow/flow-title-deco.png);
}
.flow-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -5px;
  width: 80%;
  height: 5px;
  background-color: #fff;
  z-index: -1;
}
.flow-text {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
.flow-list-item {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #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: 2.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: 108px;
  height: 39px;
  background: center/contain no-repeat url(../images/flow/flow-no01.png);
}
.flow-img {
  margin-bottom: 20px;
}
.flow-textbox {
  width: 100%;
}
.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: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.flow-tel {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  margin-bottom: 20px;
  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-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: 98%;
  height: 100%;
  background: center/cover no-repeat url(../images/flow/flow-bg.png);
  z-index: -1;
  border-radius: 40px;
}
.greeting-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.greeting-title::before {
  content: "";
  width: 67px;
  height: 39px;
  margin-right: 10px;
  margin-top: 3px;
  background: center/contain no-repeat url(../images/info/greeting-title-deco.png);
}
.greeting-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -4px;
  width: 70%;
  height: 5px;
  background-color: #fff;
  z-index: -1;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  width: 80%;
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 570px;
  width: 100%;
}
.greeting-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 37px 0 15px 20px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px dashed #f69333;
  border-radius: 10px;
}
.greeting-name .accent {
  display: inline-block;
  font-size: 2.6rem;
  margin-left: 30px;
  position: relative;
}
.greeting-name .accent::before {
  position: absolute;
  content: "";
  top: -19px;
  left: 3px;
  width: 133px;
  height: 12px;
  background: center/contain 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: 2rem;
  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 15px;
}
.greeting-text-list {
  padding: 0 20px 15px 15px;
}
.greeting-text-list-item {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
}
.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;
  margin-top: 5px;
  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.2;
  letter-spacing: 0.05em;
  padding: 0 15px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
  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-top: 125px;
}
.info-title {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.info-title::before {
  content: "";
  width: 54px;
  height: 42px;
  margin-right: 5px;
  background: center/contain 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 {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: 20px 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 {
  display: block;
  padding: 15px;
  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: 60vw;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #3aafd1;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #3aafd1;
}

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

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #3aafd1;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 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-sp
==========================================*/
.footer {
  margin-bottom: 10vw;
  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: 80px 80px 0 0;
  z-index: -1;
}
.footer-inner {
  padding: 35px 0;
  text-align: center;
}
.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;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.footer-textbox {
  max-width: 506px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  margin-bottom: 20px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  color: #344a52 !important;
  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-bottom: 20px;
}
.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: 20px 0 0 0;
  margin-bottom: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav-list-item:not(:nth-child(3n)) {
  margin-right: 35px;
}
.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-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
}