/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 58px;
  width: 100%;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 815px;
  width: 100%;
}
.header-textbox {
  max-width: 657px;
  width: 100%;
}
.header-tel {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #e02321;
  margin-bottom: 20px;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 234px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  top: 7px;
}
.header-tel-txt img {
  display: block;
}
.header-tel .accent {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 3px;
  margin-left: 7px;
  background-color: #ffe3e3;
}
.header-contact:hover {
  opacity: 0.8;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.header .global-nav-list-item a:hover {
  color: #e02321;
}
.header .global-nav-list-item a.current {
  color: #e02321;
}
.header .main-visual {
  width: 100%;
  height: 350px;
  margin-top: 80px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 70px;
  background-color: #e02321;
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .main-visual-textbox img {
  height: 95px;
}
.header .sub-visual {
  width: 100%;
  height: 280px;
  margin-top: 80px;
  position: relative;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background-color: #e02321;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .sub-visual-title img {
  height: 46px;
}
.header .page-top {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 10;
}
.header .page-top:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
}
.top-about-inner {
  padding: 50px 0;
  position: relative;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 20px;
}
.top-about-textbox {
  max-width: 550px;
  width: 100%;
}
.top-about-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #e02321;
}
.top-about-sub-title {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.47;
  margin-bottom: 50px;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
}

.top-movie {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top-movie-inner {
  padding: 120px 0 0 0;
  position: relative;
  z-index: 1;
}
.top-movie-inner::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -23px;
  width: 148px;
  height: 119px;
  background: center/contain no-repeat url(../images/top/top-about-illust.png);
}
.top-movie-content {
  width: 100%;
  height: 60vw;
}
.top-movie-content video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-worry {
  overflow: hidden;
  margin-top: -160px;
  background-color: #efefef;
}
.top-worry-inner {
  padding: 245px 0 120px 0;
  position: relative;
}
.top-worry-inner::before {
  position: absolute;
  content: "";
  top: 162px;
  right: -15px;
  width: 118px;
  height: 125px;
  background: center/contain no-repeat url(../images/top/top-worry-bg-r-t.png);
}
.top-worry-inner::after {
  position: absolute;
  content: "";
  left: 1px;
  bottom: 11px;
  width: 64px;
  height: 99px;
  background: center/contain no-repeat url(../images/top/top-worry-bg-l.png);
}
.top-worry-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-worry-list-item {
  max-width: 320px;
  width: 100%;
  height: 320px;
  border-radius: 50%;
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-worry-list-item a {
  width: 100%;
  height: 100%;
  padding: 35px 0 0 0;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.top-worry-list-item a::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: center/cover no-repeat url(../images/top/top-worry-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-worry-list-item a:hover {
  opacity: 0.8;
}
.top-worry-list-item a:hover::before {
  left: 56%;
}
.top-worry-list-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.top-worry-icon {
  margin-bottom: 27px;
}

.top-service {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-service-bg.png);
  position: relative;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: center/cover no-repeat url(../images/top/top-service-border.png);
}
.top-service-inner {
  padding-bottom: 100px;
  position: relative;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 0;
  width: 137px;
  height: 113px;
  background: center/contain no-repeat url(../images/top/top-service-illust.png);
}
.top-service-btn {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}
.top-service-btn:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-service-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.link-banner {
  overflow: hidden;
}
.link-banner-inner {
  max-width: none;
  padding: 0;
}
.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 {
  width: 100%;
  height: 200px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #585858;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 15px);
  border: 1px solid #e02321;
  z-index: -1;
}
.link-banner-list-item a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}
.link-banner-list-item a:hover::after {
  right: -7px;
}
.link-banner-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
.link-banner-title-en {
  display: block;
  font-family: "Cardo", serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: #727272;
  margin-bottom: 13px;
}

.news {
  background: center/1920px 663px repeat url(../images/top/news-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news-inner {
  position: relative;
}
.news .cmn-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 2px solid #e02321;
}
.news .cmn-title-en {
  line-height: 1.3;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: left;
}
.news-content {
  max-width: 510px;
  width: 100%;
}
.news-content:not(:last-of-type) {
  margin-bottom: 25px;
}
.news-list {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.news-list-item {
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #727272;
  text-align: left;
  letter-spacing: 0;
  margin-top: 12px;
}
.news-visual {
  max-width: 120px;
  width: 100%;
  height: 100px;
  margin-right: 15px;
  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-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 10px;
  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: 11px 13px;
  background-color: #e02321;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 18px;
  color: #727272;
}
.news-price {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #e02321;
}
.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: #e02321;
  border: 2px solid #e02321;
}
.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: #e02321;
}
.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 #e02321;
  border-bottom: 1px solid #e02321;
}
.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 #e02321;
  border-right: 1px solid #e02321;
}
.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: #e02321 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.reserve {
  overflow: hidden;
  background-color: #f95c3e;
}
.reserve-inner {
  padding: 100px 0;
  position: relative;
}
.reserve-inner::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -12px;
  width: 117px;
  height: 88px;
  background: center/contain no-repeat url(../images/common/reserve-bg-r-t.png);
  z-index: 1;
}
.reserve-inner::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -15px;
  width: 110px;
  height: 125px;
  background: center/contain no-repeat url(../images/common/reserve-bg-l-b.png);
  z-index: 1;
}
.reserve .cmn-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #fff;
}
.reserve .cmn-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  margin-left: 20px;
  background-color: #fff;
}
.reserve .cmn-title-en {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: left;
}
.reserve-content {
  max-width: 995px;
  width: 100%;
  margin: 0 auto 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-textbox {
  max-width: 590px;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  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;
}
.reserve-tel {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #e02321;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 25px;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/common/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-tel .accent {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 8px 9px;
  margin-left: 13px;
  background-color: #ffe3e3;
}
.reserve-link {
  max-width: 380px;
  width: 100%;
}
.reserve-link .cmn-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/common/reserve-mail-icon.png);
}
.reserve-link .cmn-btn:nth-of-type(2) {
  margin-top: 20px;
}
.reserve-link .cmn-btn:nth-of-type(2)::before {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/common/reserve-line-icon.png);
}
.reserve-sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
}
.reserve-sub-title::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  margin-right: 30px;
  background-color: #fff;
}

/*========================================
service
==========================================*/
html {
  scroll-padding-top: 80px;
}

.service-flex {
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-img {
  margin-bottom: 20px;
}
.service-textbox {
  max-width: 470px;
  width: 100%;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.service-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #e02321;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-title::before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background-color: #e02321;
}
.service-title::after {
  content: "";
  width: 20px;
  height: 2px;
  margin-left: 10px;
  background-color: #e02321;
}
.service-content {
  margin-bottom: 30px;
  position: relative;
}
.service-content::before {
  position: absolute;
  content: "";
  top: -90px;
  left: 23px;
  width: 124px;
  height: 137px;
  background: center/contain no-repeat url(../images/service/service-illust01.png);
}
.service-content::after {
  position: absolute;
  content: "";
  right: 1px;
  bottom: -94px;
  width: 55px;
  height: 85px;
  background: center/contain no-repeat url(../images/service/service-illust02.png);
}
.service-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.service-list-item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  -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;
}
.service-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/service/service-check.png);
}
.service-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.service-sub-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-sub-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.service-icon {
  margin-bottom: 20px;
}
.service-sub-textbox {
  max-width: 900px;
  width: 100%;
  padding: 20px 15px;
  background-color: #fff0f0;
}
.service-sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.service-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0;
}
.service-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 35px;
}
.service-link .cmn-btn::before {
  content: "";
  width: 26px;
  height: 32px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/service/service-btn-icon01.png);
}
.service-link .cmn-btn:nth-of-type(2) {
  margin-top: 20px;
}
.service-link .cmn-btn:nth-of-type(2)::before {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/service/service-btn-icon02.png);
}

#service02 {
  background-color: #efefef;
}
#service02 .service-sub-textbox {
  background-color: #ffffff;
}
#service02 .service-sub-textbox::before {
  background: center/cover no-repeat url(../images/service/service-arrow02.png);
}

/*========================================
strength
==========================================*/
.strength-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strength-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.strength-img {
  margin-bottom: 22px;
}
.strength-textbox {
  max-width: 600px;
  width: 100%;
}
.strength-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #e02321;
}
.strength-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}

/*========================================
guide
==========================================*/
.guide-inner {
  position: relative;
}
.guide-inner::before {
  position: absolute;
  content: "";
  top: 254px;
  left: 10px;
  width: 122px;
  height: 134px;
  background: center/contain no-repeat url(../images/service/service-illust01.png);
}
.guide-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}
.guide-link .cmn-btn {
  height: 75px;
}
.guide-link .cmn-btn:not(:last-of-type) {
  margin-bottom: 15px;
}
.guide-link .cmn-btn::after {
  width: 15px;
  height: 17px;
  background: center/cover no-repeat url(../images/guide/guide-arrow.png);
}
.guide-link .cmn-btn:hover::after {
  right: 20px;
  top: 56%;
}
.guide-content {
  padding-top: 100px;
  margin-top: -100px;
}
.guide-sub-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.guide-list-item {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guide-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.guide-list-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.guide-list-title .accent {
  display: inline-block;
  font-size: 2.2rem;
  color: #e02321;
}
.guide-icon {
  margin-bottom: 20px;
}
.guide-textbox {
  width: 100%;
}
.guide-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  color: #e02321;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide-title::before {
  content: "";
  width: 25px;
  height: 2px;
  margin-right: 10px;
  background-color: #e02321;
}
.guide-title::after {
  content: "";
  width: 25px;
  height: 2px;
  margin-left: 10px;
  background-color: #e02321;
}
.guide-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.question {
  background-color: #efefef;
}
.question-inner {
  padding: 90px 0 50px 0;
  position: relative;
}
.question-inner::before {
  position: absolute;
  content: "";
  top: -25px;
  right: -10px;
  width: 122px;
  height: 130px;
  background: center/contain no-repeat url(../images/guide/question-bg-r-t.png);
}
.question-inner::after {
  position: absolute;
  content: "";
  top: -31px;
  left: -11px;
  width: 64px;
  height: 105px;
  background: center/contain no-repeat url(../images/guide/question-bg-l-t.png);
}
.question-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.question-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  color: #e02321;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-title::before {
  content: "";
  width: 25px;
  height: 2px;
  margin-right: 15px;
  background-color: #e02321;
}
.question-title::after {
  content: "";
  width: 25px;
  height: 2px;
  margin-left: 15px;
  background-color: #e02321;
}
.question-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.question-list-item {
  padding-left: 40px;
  position: relative;
}
.question-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/guide/Q.png);
}
.question-list-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.question-list-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #d5d5d5;
  margin-bottom: 19px;
}
.question-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
}

/*========================================
case
==========================================*/
.case-inner {
  padding-top: 60px;
}
.case-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-list-item {
  max-width: 500px;
  width: 100%;
}
.case-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
}
.case-list-item a:hover {
  opacity: 0.8;
}
.case-list-item a:hover .case-more-text::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.case-img {
  width: 100%;
  height: 250px;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-more-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 17px 0;
  margin-bottom: 20px;
  background-color: #585858;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-more-text::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/case/case-arrow01.png);
}
.case-tag-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.case-tag-list-item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 10px;
  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: 11px 13px;
  background-color: #e02321;
}
.case-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.case-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 2px solid #d5d5d5;
}
.case-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}
.case-text .accent {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #585858;
}
.case-text .accent02 {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #e02321;
}
.case-text-list-item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 18px 0;
  border-top: 1px solid #d5d5d5;
}
.case-text-list-item:last-child {
  border-bottom: 1px solid #d5d5d5;
}
.case-text-name {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 120px;
  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: 700;
  color: #585858;
  border-right: 2px solid #585858;
}
.case-detail-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-detail-left {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.case-detail-map {
  width: 100%;
  height: 60vw;
  margin-top: 20px;
  overflow: hidden;
}
.case-detail-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.case-detail-textbox {
  max-width: 510px;
  width: 100%;
}
.case-detail-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 15px;
}
.case-detail-text.accent {
  font-size: 2rem;
  font-weight: 700;
  color: #e02321;
}
.case-detail-body {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 20px;
}
.case-detail-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.greeting-inner {
  padding-top: 60px;
  position: relative;
}
.greeting-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  width: 122px;
  height: 134px;
  background: center/contain no-repeat url(../images/service/service-illust01.png);
}
.greeting-inner::after {
  position: absolute;
  content: "";
  left: -9px;
  bottom: -104px;
  width: 55px;
  height: 85px;
  background: center/contain no-repeat url(../images/service/service-illust02.png);
}
.greeting-content {
  position: relative;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-textbox:not(:last-of-type) {
  margin-bottom: 25px;
}
.greeting-textbox:nth-of-type(2) .greeting-title::after {
  background-color: #e02321;
}
.greeting-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #e02321;
  margin-bottom: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.greeting-title::after {
  content: "";
  width: 60px;
  height: 2px;
  margin-left: 20px;
  background-color: #d5d5d5;
}
.greeting-name {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #585858;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.22;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 38px;
}

.info {
  background-color: #efefef;
}
.info-inner {
  padding: 60px 0;
}
.info-content {
  padding: 20px;
  margin-bottom: 70px;
  background-color: #fff;
}
.info-list {
  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;
}
.info-img:not(:last-of-type) {
  margin-bottom: 20px;
}
.info-table {
  width: 100%;
}
.info-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0;
  border-top: 1px solid #d5d5d5;
}
.info-table tr:last-child {
  border-bottom: 1px solid #d5d5d5;
}
.info-table tr th {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 700;
  color: #585858;
  letter-spacing: 0;
  padding: 0 15px 15px 15px;
}
.info-table tr td {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding: 0 0 0 15px;
  border-left: 2px solid #585858;
}
.info-tel-txt {
  display: block;
  margin-top: 12px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

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

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e02321;
  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 #e02321;
}
.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 #e02321;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #e02321;
  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 #e02321;
  border-right: 1px solid #e02321;
  -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-inner {
  padding: 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  margin-right: 80px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
.footer-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 76px;
  background-color: #e02321;
}
.footer-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-left {
  max-width: 340px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 27px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #e02321;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 24px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-tel .accent {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 3px;
  margin-left: 7px;
  background-color: #ffe3e3;
}
.footer-right {
  max-width: 380px;
  width: 100%;
}
.footer-nav-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 252px;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 41px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.footer-bottom {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #727272;
  text-align: center;
  padding-bottom: 15px;
}
.footer-bottom a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}