/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 1000;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 680px;
  width: 100%;
}
.header-info {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 18px;
}
.header-tel {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-right: 62px;
  padding-bottom: 15px;
  position: relative;
  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-tel::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: -34px;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-btn:hover {
  opacity: 0.8;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #222222;
}
.header .global-nav-list-item a:hover {
  color: #3ea8e5;
}
.header .main-visual {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header .main-visual-img {
  width: 100%;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual {
  width: 100%;
  height: 485px;
  margin-top: 80px;
  overflow: hidden;
  background: center top/100% 2469px no-repeat url(../../images/about/sub-visual-bg.png);
  position: relative;
  z-index: 1;
}
.header .sub-visual-inner {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header .sub-visual-inner::before {
  position: absolute;
  content: "";
  left: -2px;
  bottom: 0;
  width: 89px;
  height: 133px;
  background: center/contain no-repeat url(../../images/about/sub-visual-bg-l-b.png);
  z-index: -1;
}
.header .sub-visual-img {
  position: absolute;
  top: 25px;
  right: 0;
  max-width: 335px;
  width: 100%;
  height: 316px;
  z-index: -1;
}
.header .sub-visual-img::before {
  position: absolute;
  content: "";
  top: 62px;
  left: -27px;
  width: 365px;
  height: 254px;
  background: center/contain no-repeat url(../../images/about/sub-visual-img-deco.png);
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 98%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 50px;
}
.header .sub-visual-title {
  max-width: 500px;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  padding-bottom: 25px;
  position: relative;
}
.header .sub-visual-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: center left/cover no-repeat url(../../images/about/sub-visual-dot.png);
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/top/top-about-bg.png);
}
.top-about-inner {
  padding: 0 0 70px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 49px;
  right: 30px;
  width: 92px;
  height: 77px;
  background: center/contain no-repeat url(../../images/top/top-about-ttl-deco.png);
}
.top-about-inner::after {
  position: absolute;
  content: "";
  left: -40px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  background: center/cover no-repeat url(../../images/top/top-about-bg-l-b.png);
  z-index: -1;
}
.top-about-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.top-about-flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 24px;
}
.top-about-img {
  margin-left: -20px;
}
.top-about-textbox {
  max-width: 493px;
  width: 100%;
  position: relative;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -70px;
  width: 60px;
  height: 126px;
  background: center/contain no-repeat url(../../images/top/top-about-bg-r-b.png);
}
.top-about-title {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-left: 12px;
  margin-bottom: 18px;
}
.top-about-title-en {
  display: block;
  margin-bottom: 25px;
}
.top-about-title .accent {
  font-size: 2.3rem;
}
.top-about-text {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.top-about .cmn-btn {
  margin: 0 auto;
}

.top-area {
  padding: 220px 25px 25px 25px;
  background-color: #97ccec;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.top-area::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  background-color: #fff;
  z-index: -1;
  border-radius: 10px;
}
.top-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  width: 327px;
  height: 230px;
  background: center/contain no-repeat url(../../images/top/top-area-img.png);
}
.top-area-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  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;
}
.top-area-title::before {
  content: "";
  width: 53px;
  height: 44px;
  margin-right: 18px;
  background: center/cover no-repeat url(../../images/top/top-area-title-deco.png);
}
.top-area-text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.top-area-text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/top/top-area-border.png);
}
.top-area-notice {
  font-size: 1.5rem;
  font-weight: 500;
}

.top-service {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: center/cover no-repeat url(../../images/top/top-service-bg-top.png);
  z-index: -1;
}
.top-service-inner {
  padding: 105px 0 12px 0;
}
.top-service-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.top-service-title::before {
  position: absolute;
  content: "";
  left: -88px;
  bottom: -33px;
  width: 245px;
  height: 116px;
  background: center/contain no-repeat url(../../images/top/top-service-title-deco.png);
}
.top-service-title-en {
  display: block;
  line-height: 0;
  margin-bottom: 25px;
}
.top-service-title-en img {
  height: 20px;
}
.top-service-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.top-service-content:nth-of-type(2) .top-service-img::before {
  top: -152px;
  left: auto;
  right: -153px;
  width: 353px;
  height: 356px;
  background: center/contain no-repeat url(../../images/top/top-service-bg-r-b.png);
}
.top-service-content:nth-of-type(2) .top-service-text-list-item {
  color: #f28b0c;
  background-color: #fce4ab;
}
.top-service-content:nth-of-type(2) .top-service-textbox::before {
  left: 0;
  top: -22px;
  width: 121px;
  height: 126px;
  background: center/cover no-repeat url(../../images/top/top-service-illust02.png);
}
.top-service-content:nth-of-type(2) .cmn-btn {
  background: center/cover no-repeat url(../../images/top/cmn-btn-bg02.png);
  -webkit-box-shadow: 8px 8px 0 0 #daedf8;
          box-shadow: 8px 8px 0 0 #daedf8;
}
.top-service-content:nth-of-type(2) .cmn-btn:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-service-content:nth-of-type(2) .cmn-btn:hover::before {
  right: 18px;
}
.top-service-img {
  margin-bottom: 25px;
  position: relative;
}
.top-service-img::before {
  position: absolute;
  content: "";
  top: -62px;
  left: -173px;
  width: 366px;
  height: 389px;
  background: center/contain no-repeat url(../../images/top/top-service-bg-l-t.png);
  z-index: -1;
}
.top-service-textbox {
  max-width: 520px;
  width: 100%;
  text-align: center;
  position: relative;
}
.top-service-textbox::before {
  position: absolute;
  content: "";
  top: -42px;
  right: 0;
  width: 97px;
  height: 131px;
  background: center/cover no-repeat url(../../images/top/top-service-illust01.png);
}
.top-service-textbox .cmn-btn {
  margin: 0 auto;
}
.top-service-sub-title {
  font-size: 2.3rem;
  margin-bottom: 50px;
}
.top-service-text-list {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.top-service-text-list-item {
  width: 140px;
  height: 140px;
  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.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #3ea8e5;
  background-color: #daedf8;
  border-radius: 50%;
}
.top-service-text-list-item:not(:nth-child(even)) {
  margin-right: 20px;
}
.top-service-text-list-item:last-child {
  margin-right: 0;
}
.top-service-text {
  font-size: 1.7rem;
  line-height: 2.94;
  margin-bottom: 25px;
}

.link-banner {
  margin-top: -39px;
  overflow: hidden;
  background: center/cover no-repeat url(../../images/top/link-banner-bg.png);
  position: relative;
  z-index: 0;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: center/cover no-repeat url(../../images/top/link-banner-bg-top.png);
  z-index: -1;
}
.link-banner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 134px;
  background: center/cover no-repeat url(../../images/top/link-banner-bg-bottom.png);
  z-index: -1;
}
.link-banner-inner {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}
.link-banner-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: -25px;
  width: 123px;
  height: 196px;
  background: center/contain no-repeat url(../../images/top/link-banner-bg-r-t.png);
}
.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: 350px;
  width: 100%;
  height: 343px;
}
.link-banner-list-item:nth-child(2) {
  margin-top: 20px;
}
.link-banner-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../../images/top/link-banner-box02.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background: center/cover no-repeat url(../../images/top/link-banner-box01.png);
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  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::before {
  right: 20px;
}
.link-banner-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.link-banner-title-en {
  display: block;
  line-height: 0;
  margin-bottom: 20px;
}
.link-banner-title-en img {
  display: inline-block;
  height: 28px;
}

.reserve {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
}
.reserve-content {
  padding: 35px 0 40px 0;
  background: center/cover no-repeat url(../../images/top/reserve-box-bg.png);
}
.reserve-content-wrap {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.reserve-content-wrap::before {
  position: absolute;
  content: "";
  top: -25px;
  left: -10px;
  width: 57px;
  height: 114px;
  background: center/contain no-repeat url(../../images/top/reserve-deco01.png);
}
.reserve-content-wrap::after {
  position: absolute;
  content: "";
  right: -36px;
  bottom: -10px;
  width: 400px;
  height: 68px;
  background: center/contain no-repeat url(../../images/top/reserve-deco02.png);
}
.reserve-title {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  text-align: center;
}
.reserve-title-en {
  display: block;
  line-height: 0;
  margin-bottom: 20px;
}
.reserve-title-en img {
  height: 20px;
}
.reserve-info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.reserve-tel {
  font-family: "Lato", sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-bottom: 22px;
  margin-bottom: 30px;
  position: relative;
  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;
}
.reserve-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn {
  max-width: 300px;
  width: 100%;
  height: 65px;
  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;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding-left: 24px;
  background: center/cover no-repeat url(../../images/top/reserve-btn-bg.png);
  -webkit-box-shadow: 6px 6px 0 0 #ffffff;
          box-shadow: 6px 6px 0 0 #ffffff;
  border-radius: 35px;
  position: relative;
}
.reserve-btn::before {
  content: "";
  width: 25px;
  height: 18px;
  margin-right: 23px;
  background: center/cover no-repeat url(../../images/top/reserve-mail-iocn.png);
}
.reserve-btn:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 426px;
  background: center/cover no-repeat url(../../images/top/news-bg-top.png);
  z-index: -1;
}
.news-inner {
  position: relative;
}
.news-section-title {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 84px;
  letter-spacing: 0.14em;
  position: relative;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: -44px;
  left: -50px;
  width: 74px;
  height: 47px;
  background: center/cover no-repeat url(../images/top/news-section-title-deco.png);
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.news-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 25px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #0184ec;
  padding: 8px 13px;
  background-color: #daedf8;
  letter-spacing: 0.05em;
  border-radius: 5px 5px 0 0;
}
.news-visual {
  width: 100%;
  height: 200px;
  margin-bottom: 14px;
  border-radius: 20px 0 20px 20px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-arrow {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  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-accent-tag::before {
  content: "#";
  color: #f28b0c;
}
.news-accent-tag:not(:last-child) {
  margin-right: 14px;
}
.news .cmn-btn {
  margin: 0 auto;
}
.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: #0184ec;
  border: 2px solid #0184ec;
}
.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: #0184ec;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #0184ec;
  border-bottom: 1px solid #0184ec;
}
.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 #0184ec;
  border-right: 1px solid #0184ec;
}
.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: #0184ec !important;
}
.news-detail .paginated-link a:hover {
  color: #3ea8e5 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.worry {
  background: center/1920px 839px repeat url(../../images/about/cmn-bg.png);
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: center/cover no-repeat url(../../images/about/worry-bg-bottom.png);
  z-index: -1;
}
.worry::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 131px;
  height: 148px;
  background: center/contain no-repeat url(../../images/about/worry-illust.png);
  z-index: -5;
}
.worry-inner {
  padding-bottom: 150px;
}
.worry-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.worry-list-item {
  max-width: 240px;
  width: 100%;
  height: 132px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding-left: 35px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.worry-list-item::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 13px;
  width: 25px;
  height: 20px;
  background: center/cover no-repeat url(../../images/about/worry-check.png);
}
.worry-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.feature {
  overflow: hidden;
}
.feature-inner {
  padding-top: 73px;
}
.feature-inner .cmn-title {
  line-height: 1.57;
  padding-top: 38px;
}
.feature-inner .cmn-title .accent {
  font-size: 2.8rem;
  color: #51a7d7;
}
.feature-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.feature-content::before {
  position: absolute;
  content: "";
  top: -50px;
  left: -150px;
  width: 365px;
  height: 361px;
  background: center/contain no-repeat url(../../images/about/feature-img-deco03.png);
  z-index: -1;
}
.feature-content:nth-of-type(even)::before {
  top: -50px;
  left: auto;
  right: -29px;
  width: 365px;
  height: 375px;
  background: center/contain no-repeat url(../../images/about/feature-img-deco04.png);
}
.feature-content:nth-of-type(even) .feature-img::before {
  top: -73px;
  left: auto;
  right: -10px;
  width: 61px;
  height: 129px;
  background: center/contain no-repeat url(../../images/about/feature-img-deco02.png);
}
.feature-content:nth-of-type(2) .feature-title::before {
  background: center/contain no-repeat url(../../images/about/feature-no02.png);
}
.feature-content:nth-of-type(3) .feature-title::before {
  background: center/contain no-repeat url(../../images/about/feature-no03.png);
}
.feature-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.feature-img {
  margin-bottom: 25px;
  position: relative;
}
.feature-img::before {
  position: absolute;
  content: "";
  top: -47px;
  left: -29px;
  width: 89px;
  height: 134px;
  background: center/contain no-repeat url(../../images/about/feature-img-deco01.png);
}
.feature-textbox {
  max-width: 540px;
  width: 100%;
}
.feature-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.9;
  padding-left: 35px;
  margin-bottom: 25px;
  position: relative;
}
.feature-title::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 27px;
  height: 21px;
  background: center/contain no-repeat url(../../images/about/feature-no01.png);
}
.feature-text {
  font-size: 1.6rem;
  line-height: 2;
}

.staff {
  overflow: hidden;
  background: center top/100% 571px no-repeat url(../../images/about/staff-bg.png);
  position: relative;
  z-index: 1;
}
.staff::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: center/cover no-repeat url(../../images/about/staff-bg-top.png);
}
.staff-content {
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: center/cover no-repeat url(../../images/about/staff-box-bg.png);
  border: 7px solid #fff;
  position: relative;
}
.staff-content::before {
  position: absolute;
  content: "";
  top: -25px;
  right: -28px;
  width: 119px;
  height: 64px;
  background: center/contain no-repeat url(../../images/about/staff-deco.png);
}
.staff-content:nth-of-type(even)::before {
  top: -25px;
  right: auto;
  left: -35px;
  background: center/contain no-repeat url(../../images/about/staff-dec2.png);
}
.staff-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.staff-img {
  max-width: 297px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.staff-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-textbox {
  max-width: 610px;
  width: 100%;
}
.staff-title {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}
.staff-body {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.staff-body img {
  max-width: 100%;
}

/*========================================
service
==========================================*/
.intro {
  overflow: hidden;
  background: center/1920px 839px repeat url(../../images/about/cmn-bg.png);
  position: relative;
  z-index: 1;
}
.intro::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: center/cover no-repeat url(../../images/about/worry-bg-bottom.png);
  z-index: -1;
}
.intro-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 50px;
}
.intro-content {
  padding: 150px 20px 20px 20px;
  background-color: #97ccec;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.intro-content::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #fff;
  z-index: -1;
  border-radius: 10px;
}
.intro-content::after {
  position: absolute;
  content: "";
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 177px;
  height: 185px;
  background: center/contain no-repeat url(../../images/service/intro-img.png);
}
.intro-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.intro-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/service/intro-border.png);
}
.intro-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
}

.service {
  overflow: hidden;
}
.service-content {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.service-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: -420px;
  width: 1600px;
  height: 100%;
  background: center/726px 450px repeat url(../../images/service/service-bg-pattern.png);
  z-index: -5;
  border-radius: 0 30px 30px 0;
}
.service-content::after {
  position: absolute;
  content: "";
  top: -49px;
  right: -19px;
  width: 103px;
  height: 160px;
  background: center/contain no-repeat url(../../images/service/service-illust01.png);
  z-index: -1;
}
.service-wrap {
  padding-top: 80px;
  margin-top: -80px;
}
.service-wrap:nth-of-type(even) .service-content::before {
  top: 0;
  left: auto;
  right: -420px;
  border-radius: 30px 0 0 30px;
}
.service-wrap:nth-of-type(even) .service-content::after {
  top: -46px;
  right: auto;
  left: -33px;
  width: 114px;
  height: 144px;
  background: center/contain no-repeat url(../../images/service/service-illust02.png);
}
.service-wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
.service-sub-content {
  padding: 25px 15px;
  background-color: #f1e7d6;
  border: 10px solid #fff;
}
.service-sub-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.service-title {
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 26px;
  background-color: #51a7d7;
  border-radius: 10px;
}
.service-sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
  text-align: center;
}
.service-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 34px;
  text-align: center;
}
.service-list {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-list-item {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
}
.service-list-item:nth-child(3) {
  margin: 0 auto;
}

.price {
  background: center/cover no-repeat url(../../images/service/price-bg.png);
}
.price-title {
  text-align: center;
  margin-bottom: 35px;
}
.price-title img {
  height: 70px;
}
.price-banner {
  max-width: 350px;
  width: 100%;
  height: 100px;
  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-family: "Kaisei Decol", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.price-banner::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../../images/service/price-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.price-banner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 190px;
  height: 119px;
  background: center/contain no-repeat url(../../images/service/price-illust.png);
}
.price-banner:hover::before {
  right: 28px;
}

.voice {
  overflow: hidden;
}
.voice-inner {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
.voice-inner::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -20px;
  width: 139px;
  height: 138px;
  background: center/contain no-repeat url(../../images/service/voice-bg-l-t.png);
  z-index: -1;
}
.voice-inner::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: -20px;
  width: 139px;
  height: 138px;
  background: center/contain no-repeat url(../../images/service/voice-bg-r-b.png);
  z-index: -1;
}
.voice-list-item {
  max-width: 807px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.voice-left {
  max-width: 178px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.voice-img {
  max-width: 178px;
  width: 100%;
  height: 178px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.voice-textbox {
  max-width: 591px;
  width: 100%;
}
.voice-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.voice-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../../images/service/voice-title-border.png);
}
.voice-text {
  font-size: 1.5rem;
  font-weight: 500;
}

/*========================================
recruit
==========================================*/
.need {
  background: center/1920px 839px repeat url(../../images/about/cmn-bg.png);
  position: relative;
  z-index: 1;
}
.need::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: center/cover no-repeat url(../../images/about/worry-bg-bottom.png);
  z-index: -1;
}
.need-inner {
  padding-top: 50px;
}
.need-list {
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.need-list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 169px;
  height: 139px;
  background: center/contain no-repeat url(../../images/recruit/need-illust.png);
}
.need-list-item {
  max-width: 240px;
  width: 100%;
  height: 240px;
  text-align: center;
  padding-top: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.need-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.need-icon {
  margin-bottom: 21px;
}
.need-text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
}

.merit-inner .cmn-title .accent {
  font-size: 2.6rem;
  color: #f28b0c;
}
.merit-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.merit-list-item {
  max-width: 240px;
  width: 100%;
  height: 132px;
  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;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-left: 35px;
  background-color: #f8f5f0;
  border-radius: 20px;
  position: relative;
}
.merit-list-item::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 13px;
  width: 25px;
  height: 20px;
  background: center/cover no-repeat url(../../images/recruit/merit-check.png);
}
.merit-list-item::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 0;
  width: 56px;
  height: 36px;
  background: center/cover no-repeat url(../../images/recruit/merit-no01.png);
}
.merit-list-item:nth-child(2)::after {
  background: center/cover no-repeat url(../../images/recruit/merit-no02.png);
}
.merit-list-item:nth-child(3)::after {
  background: center/cover no-repeat url(../../images/recruit/merit-no03.png);
}
.merit-list-item:nth-child(4)::after {
  background: center/cover no-repeat url(../../images/recruit/merit-no04.png);
}
.merit-list-item:not(:nth-child(4)) {
  margin-bottom: 25px;
}

.recruit {
  background: center top/100% 571px no-repeat url(../../images/about/staff-bg.png);
  position: relative;
  z-index: 1;
}
.recruit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: center/cover no-repeat url(../../images/about/staff-bg-top.png);
}
.recruit-link {
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-link .cmn-btn {
  margin: 0;
}
.recruit-link .cmn-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.recruit-wrap {
  padding-top: 80px;
  margin-top: -80px;
}
.recruit-wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
.recruit-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.recruit-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../../images/recruit/recruit-title-border.png);
}
.recruit-table {
  width: 100%;
}
.recruit-table tr th {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 25px;
  background-color: #51a7d7;
  vertical-align: top;
}
.recruit-table tr td {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 20px;
  background-color: #f8f5f0;
  vertical-align: middle;
}

/*========================================
info
==========================================*/
.greeting {
  background: center/1920px 839px repeat url(../../images/about/cmn-bg.png);
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: center/cover no-repeat url(../../images/about/worry-bg-bottom.png);
  z-index: -1;
}
.greeting-inner {
  padding-top: 40px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.greeting-inner::before {
  position: absolute;
  content: "";
  top: 110px;
  left: -127px;
  width: 212px;
  height: 206px;
  background: center/cover no-repeat url(../../images/info/greeting-deco.png);
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 25px;
}
.greeting-textbox {
  max-width: 660px;
  width: 100%;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 25px;
}
.greeting-name {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  line-height: 1;
}

.info .recruit-table {
  margin-bottom: 70px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 62vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #0184ec;
}
.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: #0184ec;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #0184ec;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #0184ec;
  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 #0184ec;
}
.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 #0184ec;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #0184ec;
  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 #0184ec;
  border-right: 1px solid #0184ec;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #3ea8e5 !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-top: 100px;
  background: center/cover no-repeat url(../../images/top/footer-bg.png);
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../../images/top/footer-bg-top.png);
}
.footer::after {
  position: absolute;
  content: "";
  top: -123px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 375px;
  height: 114px;
  background: center/contain no-repeat url(../../images/top/footer-img-sp.png);
  z-index: -1;
}
.footer-inner {
  padding: 30px 0 20px 0;
}
.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  width: 100%;
  margin-bottom: 25px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-flex {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-content {
  max-width: 466px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-tel {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  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;
}
.footer-tel::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-btn {
  max-width: 210px;
  width: 100%;
}
.footer-btn:hover {
  opacity: 0.8;
}
.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:first-child::before {
  content: "|";
  margin-right: 10px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 10px;
}
.footer-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  color: #3ea8e5;
}
.footer-bottom {
  background-color: #3ea8e5;
}
.footer-bottom-inner {
  padding: 9px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
.footer-bottom #copyright {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.footer-sub-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.footer-sub-nav-list-item {
  line-height: 1;
}
.footer-sub-nav-list-item:not(:last-child) {
  margin-right: 11px;
}
.footer-sub-nav-list-item:not(:last-child)::after {
  content: "|";
  color: #fff;
  line-height: 1;
  margin-left: 11px;
}
.footer-sub-nav-list-item a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer-sub-nav-list-item a:hover {
  opacity: 0.6;
}