/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0 0 0 20px;
  background-color: #fff;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-logo a img {
  max-width: 75px;
  width: 100%;
}
.header-content {
  max-width: 1057px;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 13px;
  margin-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: 29px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.header-tel-txt img {
  display: block;
}
.header-link {
  max-width: 890px;
  width: 100%;
}
.header-line:hover {
  opacity: 0.7;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-bottom: 18px;
  position: relative;
}
.header .global-nav-list-item a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#2a2dbc), to(#1e208a));
  background: -webkit-linear-gradient(left, #2a2dbc, #1e208a);
  background: linear-gradient(to right, #2a2dbc, #1e208a);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::after {
  width: 100%;
}
.header .global-nav-list-item a.current::after {
  width: 100%;
}
.header-line:hover {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 385px;
  margin-top: 42px;
  padding-top: 20px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  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 {
  margin-left: -20px;
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 165px;
}
.header .sub-visual {
  width: 100%;
  height: 283px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  margin-top: 85px;
  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;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: -180px;
  top: 0;
  width: 400px;
  height: 290px;
  background: center/contain no-repeat url(../images/about/sub-visual-l.png);
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1474px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1280px;
  width: 97%;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .sub-visual-textbox img {
  height: 58px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  margin-top: -17px;
  overflow: hidden;
  position: relative;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 917px;
  height: 535px;
  background: center/contain no-repeat url(../images/top/top-about-deco.png);
  z-index: -1;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.top-about-img::before {
  position: absolute;
  content: "";
  left: -24px;
  bottom: -61px;
  width: 407px;
  height: 281px;
  background: center/contain no-repeat url(../images/top/top-about-img-deco.png);
  z-index: -1;
}
.top-about-img::after {
  position: absolute;
  content: "";
  top: -25px;
  left: 10px;
  width: 233px;
  height: 48px;
  background: center/contain no-repeat url(../images/top/top-about-en.png);
}
.top-about-textbox {
  max-width: 520px;
  width: 100%;
}
.top-about-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  background: -webkit-linear-gradient(to right, #1e208a, #2a2dbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-about-title .accent {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  margin-bottom: 5px;
  padding: 21px 25px;
  position: relative;
  z-index: 1;
}
.top-about-title .accent::before {
  position: absolute;
  content: "";
  top: 0;
  left: -14px;
  width: 569px;
  height: 62px;
  background: center left/cover no-repeat url(../images/top/top-about-title-bg.png);
  z-index: -1;
}
.top-about-title .ruby {
  display: inline-block;
  color: #1e208a;
  -webkit-text-fill-color: #1e208a;
  line-height: 1;
  position: relative;
}
.top-about-title .ruby::before {
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 11px;
  background: center/contain no-repeat url(../images/top/top-about-ruby.png);
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.top-service {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 507px;
  height: 292px;
  background: center/contain no-repeat url(../images/top/top-service-bg-r-t.png);
  z-index: -1;
}
.top-service::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 507px;
  height: 292px;
  background: center/contain no-repeat url(../images/top/top-service-bg-l-b.png);
  z-index: -1;
}
.top-service-inner {
  padding-top: 80px;
}
.top-service-content {
  padding: 20px 10px;
  position: relative;
  z-index: 1;
  background: center/cover no-repeat url(../images/top/top-service-bg01.png);
}
.top-service-content:nth-of-type(2) {
  background: none;
  background-color: #fff;
  border: 2px solid #1e208a;
}
.top-service-content:nth-of-type(2) .top-service-img {
  right: auto;
  left: 0;
}
.top-service-content:nth-of-type(2) .top-service-textbox {
  margin-left: auto;
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 72px;
}
.top-service-flex {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.top-service-img {
  margin-bottom: 20px;
}
.top-service-textbox {
  max-width: 530px;
  width: 100%;
}
.top-service-title {
  margin-bottom: 25px;
}
.top-service-title img {
  height: 48px;
}
.top-service-btn {
  max-width: 310px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  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;
  background-color: #fff;
  border: 1px solid #1e208a;
}
.top-service-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/top/top-service-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-btn:hover {
  color: #2a2dbc !important;
}
.top-service-btn:hover::before {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.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: 290px;
  width: 100%;
  height: 290px;
  padding-top: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.top-service-list-title {
  width: 100%;
  min-height: 64px;
  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.9rem;
  color: #fff;
  text-align: center;
  line-height: 1.4545;
}
.top-service-icon {
  max-width: 156px;
  width: 100%;
  height: 156px;
  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;
}

.link-banner {
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 332px;
  height: 617px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-l-t.png);
  z-index: -1;
}
.link-banner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 301px;
  height: 560px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-r-b.png);
  z-index: -1;
}
.link-banner-inner {
  max-width: 1280px;
}
.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: 212px;
}
.link-banner-list-item:nth-child(2) {
  margin-top: 25px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 30px 0 0 15px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 7px 9px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 7px 9px 15px 0 rgba(0, 0, 0, 0.2);
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.reserve {
  background-color: #f6f5f4;
}
.reserve-content {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  border: 1px solid #191919;
  outline: 5px solid #fff;
  outline-offset: -6px;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 152px;
  height: 283px;
  background: center/cover no-repeat url(../images/top/reserve-bg-l.png);
  z-index: -1;
}
.reserve-content::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 152px;
  height: 283px;
  background: center/cover no-repeat url(../images/top/reserve-bg-r.png);
  z-index: -1;
}
.reserve-title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 25px;
}
.reserve-title .accent {
  display: block;
  font-size: 2.7rem;
  margin-bottom: 20px;
}
.reserve-btn {
  max-width: 300px;
  width: 100%;
  height: 140px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.reserve-btn::before {
  content: "";
  width: 50px;
  height: 50px;
  margin-bottom: 17px;
  background: center/cover no-repeat url(../images/top/reserve-line.png);
}
.reserve-btn::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.sns {
  background: center/cover no-repeat url(../images/top/sns-bg.png);
}
.sns-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.sns-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sns-list-item {
  max-width: 350px;
  width: 100%;
  height: 180px;
  margin-right: 0 !important;
}
.sns-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.sns-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: 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;
  background-color: #fff;
  position: relative;
}
.sns-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
}
.sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.sns-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.sns-icon {
  margin-bottom: 20px;
}
.sns-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.news {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 916px;
  height: 535px;
  background: center/cover no-repeat url(../images/top/news-bg-l-b.png);
  z-index: -1;
}
.news-inner {
  position: relative;
  z-index: 1;
}
.news-wrap {
  width: 100%;
}
.news-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  background: -webkit-linear-gradient(to right, #1e208a, #2a2dbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-textbox {
  width: 100%;
  -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;
}
.news-right {
  max-width: 814px;
  width: 100%;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  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: 4px 9px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 20px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  position: absolute;
  right: 25px;
  top: 55px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
}
.news .more-btn::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -33px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
}
.news .more-btn:hover {
  opacity: 0.8;
}
.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: #000;
  border: 2px solid #000;
}
.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: #000;
}
.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 #000;
  border-bottom: 1px solid #000;
}
.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 #000;
  border-right: 1px solid #000;
}
.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: #000 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 917px;
  height: 535px;
  background: center/cover no-repeat url(../images/top/top-about-deco.png);
  z-index: -1;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 35px;
  position: relative;
  z-index: 0;
}
.about-img::before {
  position: absolute;
  content: "";
  left: -25px;
  bottom: -40px;
  width: 450px;
  height: 310px;
  background: center/contain no-repeat url(../images/about/about-img-deco.png);
  z-index: -1;
}
.about-textbox {
  max-width: 501px;
  width: 100%;
}
.about-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  background: -webkit-linear-gradient(to right, #1e208a, #2a2dbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.select {
  background: center/cover no-repeat url(../images/about/select-bg.png);
}
.select-inner {
  padding-top: 100px;
}
.select-inner .cmn-title-en {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.1);
  background: none;
  -webkit-background-clip: #fff;
  -webkit-text-fill-color: #fff;
}
.select-inner .cmn-title img {
  height: 27px;
}
.select-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  text-align: center;
}
.select-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select-content {
  max-width: 520px;
  width: 100%;
}
.select-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.select-img {
  position: relative;
}
.select-title-box {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 418px;
  width: 90%;
  padding: 15px 10px 10px 15px;
  background-color: #fff;
}
.select-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 13px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  background: -webkit-linear-gradient(to right, #1e208a, #2a2dbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 5px solid #1e208a;
}
.select-textbox {
  padding: 13px 15px;
  background-color: #fff;
}
.select-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.select-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
}
.select-flex-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.select-flex-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#191919), to(#393838));
  background: -webkit-linear-gradient(left, #191919, #393838);
  background: linear-gradient(to right, #191919, #393838);
  border-radius: 50%;
}
.select-flex-text:not(:last-child) {
  margin-bottom: 14px;
}

.feature {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 507px;
  height: 292px;
  background: center/cover no-repeat url(../images/top/top-service-bg-r-t.png);
  z-index: -1;
}
.feature::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 507px;
  height: 292px;
  background: center/cover no-repeat url(../images/top/top-service-bg-l-b.png);
  z-index: -1;
}
.feature-title {
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
.feature-title-flex {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.feature-title-flex::before {
  content: "";
  width: 25px;
  height: 24px;
  background: center/cover no-repeat url(../images/about/feature-title-l.png);
}
.feature-title-flex::after {
  content: "";
  width: 25px;
  height: 24px;
  background: center/cover no-repeat url(../images/about/feature-title-r.png);
}
.feature-title .gradation {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.feature-content {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.feature-content:nth-of-type(even) .feature-img::before {
  left: auto;
  right: 30px;
}
.feature-content:nth-of-type(2) .feature-img::before {
  background: center/contain no-repeat url(../images/about/feature-no02.png);
}
.feature-content:nth-of-type(3) .feature-img::before {
  background: center/contain no-repeat url(../images/about/feature-no03.png);
}
.feature-content:nth-of-type(4) .feature-img::before {
  background: center/contain no-repeat url(../images/about/feature-no04.png);
}
.feature-content:nth-of-type(5) .feature-img::before {
  background: center/contain no-repeat url(../images/about/feature-no05.png);
}
.feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-img {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.feature-img::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 10px;
  width: 74px;
  height: 49px;
  background: center/contain no-repeat url(../images/about/feature-no01.png);
}
.feature-textbox {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
}
.feature-sub-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.53;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  background: -webkit-linear-gradient(to right, #1e208a, #2a2dbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
}

.price-inner {
  padding-top: 90px;
}
.price-notice {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.price-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.price-content:last-of-type .price-title {
  margin-bottom: 25px;
}
.price-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-img {
  margin-bottom: 20px;
}
.price-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin-bottom: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  background: -webkit-linear-gradient(to right, #1e208a, #2a2dbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 3px solid #1e208a;
}
.price-textbox {
  max-width: 500px;
  width: 100%;
}
.price-table {
  width: 100%;
}
.price-table tr:not(:last-of-type) th {
  border-bottom: 2px solid #fff;
}
.price-table tr th {
  width: 170px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 19px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#191919), to(#393838));
  background: -webkit-linear-gradient(left, #191919, #393838);
  background: linear-gradient(to right, #191919, #393838);
}
.price-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 19px 25px;
  background-color: #f6f5f4;
}
.price-table:nth-of-type(2) {
  margin-top: 18px;
}
.price-table:nth-of-type(2) tr th {
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
}
.price-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
.price-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-list-item {
  max-width: 264px;
  width: 100%;
  height: 62px;
  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: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#191919), to(#393838));
  background: -webkit-linear-gradient(left, #191919, #393838);
  background: linear-gradient(to right, #191919, #393838);
  margin-bottom: 7px;
}

.recommend {
  background: center/cover no-repeat url(../images/about/recommend-bg.png);
}
.recommend-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.recommend-list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #fff;
}
.recommend-list-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 5px;
  -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;
}
.recommend-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/about/recommend-check.png);
}
.recommend-list-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
}
.recommend-list-item .accent {
  color: #2a2dbc;
  font-weight: 700;
}

/*========================================
clean
==========================================*/
#clean .about-img::before {
  background: center/cover no-repeat url(../images/clean/about-img-deco.png);
}

.worry {
  background: center/cover no-repeat url(../images/clean/worry-bg.png);
}
.worry-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.worry-title::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: center/cover no-repeat url(../images/clean/worry-title-l.png);
}
.worry-title::after {
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 3px;
  background: center/cover no-repeat url(../images/clean/worry-title-r.png);
}
.worry-list {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto 20px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worry-list-item {
  max-width: 224px;
  width: 100%;
  height: 52px;
  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: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.worry-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 282px;
  height: 100%;
  background: center/cover no-repeat url(../images/clean/worry-box-bg.png);
  z-index: -1;
}
.worry-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.worry-list-item:last-child {
  margin-right: 0;
}
.worry-text {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  text-align: center;
}

.flow {
  background-color: #f6f5f4;
}
.flow-inner {
  padding-top: 90px;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 37px;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 30px;
  height: 22px;
  background: center/cover no-repeat url(../images/clean/flow-arrow.png);
}
.flow-textbox {
  padding: 15px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#191919), to(#393838));
  background: -webkit-linear-gradient(left, #191919, #393838);
  background: linear-gradient(to right, #191919, #393838);
}
.flow-no {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-style: italic;
  color: #fff;
  margin-bottom: 6px;
}
.flow-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.09em;
}

/*========================================
voice
==========================================*/
.case {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.case::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 917px;
  height: 535px;
  background: center/cover no-repeat url(../images/top/top-about-deco.png);
  z-index: -1;
}
.case-inner .cmn-title-en {
  font-size: 4.2rem;
}
.case-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-tag-list {
  max-width: 220px;
  width: 100%;
  margin-bottom: 20px;
}
.case-tag-list-item {
  width: 100%;
}
.case-tag-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.case-tag-list-item a {
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 17px 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  border-radius: 3px;
}
.case-tag-list-item a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/voice/voice-tag-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case-tag-list-item a:hover {
  opacity: 0.8;
}
.case-tag-list-item a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.case-content {
  max-width: 350px;
  width: 100%;
}
.case-textbox {
  width: 100%;
  padding: 20px 20px 14px 20px;
}
.case-list {
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.case-list-item {
  max-width: 400px;
  width: 100%;
  margin-bottom: 40px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #1e208a;
  position: relative;
}
.case-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.case-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-tag-wrap {
  width: 100%;
}
.case-sub-tag-list {
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.case-sub-tag-list-item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  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: 6px 7px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
}
.case-sub-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.case-img-list {
  margin-bottom: 30px;
}
.case-img-list-item {
  position: relative;
}
.case-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.case-img-list-item:nth-child(1) {
  max-width: 190px;
  width: 100%;
  height: 134px;
  margin-bottom: 23px;
}
.case-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  left: 5px;
  top: -10px;
  width: 78px;
  height: 19px;
  background: center/cover no-repeat url(../images/voice/Before.png);
}
.case-img-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: 1px;
  bottom: -73px;
  width: 60px;
  height: 60px;
  background: center/contain no-repeat url(../images/voice/voice-arrow01.png);
}
.case-img-list-item:nth-child(2) {
  max-width: 240px;
  width: 100%;
  height: 170px;
  margin-left: auto;
}
.case-img-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 6px;
  width: 90px;
  height: 28px;
  background: center/cover no-repeat url(../images/voice/after.png);
}
.case-more {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 27px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  position: relative;
}
.case-more::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: center/cover no-repeat url(../images/voice/voice-more-arrow.png);
}
.case-detail {
  position: relative;
  z-index: 1;
}
.case-detail-content {
  max-width: 400px;
  width: 100%;
  padding: 25px 15px 15px 15px;
  background-color: #fff;
  border: 1px solid #1e208a;
}
.case-detail-tag-wrap {
  width: 100%;
}
.case-detail-tag-list {
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.case-detail-tag-list-item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  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: 6px 7px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
}
.case-detail-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.case-detail-img-list {
  margin-bottom: 13px;
}
.case-detail-img-list-item {
  position: relative;
}
.case-detail-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.case-detail-img-list-item:nth-child(1) {
  max-width: 190px;
  width: 100%;
  height: 134px;
  margin-bottom: 25px;
}
.case-detail-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  left: 5px;
  top: -10px;
  width: 78px;
  height: 19px;
  background: center/cover no-repeat url(../images/voice/Before.png);
}
.case-detail-img-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: 1px;
  bottom: -73px;
  width: 60px;
  height: 60px;
  background: center/contain no-repeat url(../images/voice/voice-arrow01.png);
}
.case-detail-img-list-item:nth-child(2) {
  max-width: 240px;
  width: 100%;
  height: 170px;
  margin-left: auto;
}
.case-detail-img-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 6px;
  width: 90px;
  height: 28px;
  background: center/cover no-repeat url(../images/voice/after.png);
}
.case-detail-title {
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bcbcbc;
}
.case-detail-body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.12em;
}
.case-detail-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 917px;
  height: 535px;
  background: center/cover no-repeat url(../images/top/top-about-deco.png);
  z-index: -1;
}
.info-inner {
  padding-top: 70px;
}
.info-inner .cmn-title-en {
  font-size: 5rem;
}
.info-content {
  background-color: #fff;
  padding: 20px 15px;
  border: 1px solid #2a2dbc;
}
.info-table {
  max-width: 900px;
  width: 100%;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
  background: -webkit-linear-gradient(to right, #1e208a, #2a2dbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 20px 0 15px 0;
}
.info-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px;
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info-tel-txt img {
  display: block;
}

/*========================================
contact
==========================================*/
.contact-text {
  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: #000;
}
.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: #000;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #000;
}

/*========================================
privacy
==========================================*/
.privacy-inner {
  padding-top: 100px;
}
.privacy-inner .cmn-title-en {
  font-size: 5rem;
}
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  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 #000;
}
.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 #000;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #000;
  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 #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 20px 0;
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.footer-logo {
  margin-bottom: 25px;
}
.footer-logo img {
  max-width: 108px;
  width: 100%;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.footer-map:hover {
  opacity: 0.8;
}
.footer-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.footer-left {
  max-width: 395px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 16px;
  margin-bottom: 25px;
  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: 29px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 7px;
}
.footer-text .accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 1.2rem;
  font-weight: 700;
  width: 70px;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  margin-right: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#1e208a), to(#2a2dbc));
  background: -webkit-linear-gradient(left, #1e208a, #2a2dbc);
  background: linear-gradient(to right, #1e208a, #2a2dbc);
}
.footer-right {
  max-width: 342px;
  width: 100%;
}
.footer-link {
  margin-bottom: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-btn {
  max-width: 280px;
  width: 100%;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 25px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-sns-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sns-list-item:not(:last-child) {
  margin-right: 20px;
}
.footer-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
}
.footer-nav-list {
  width: 100%;
  -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;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #231916 !important;
  letter-spacing: 0.05em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.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: 20px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.2em;
  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: 9px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-bottom {
  padding: 17px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#191919), to(#393838));
  background: -webkit-linear-gradient(left, #191919, #393838);
  background: linear-gradient(to right, #191919, #393838);
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}