/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
@media (max-width: 1375px) {
  .header-logo {
    margin-left: -25px;
  }
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-link {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.header-contact {
  font-size: 2rem;
  font-weight: 400;
  color: #fff !important;
  width: 180px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 18px;
}
.header-contact::before {
  content: "";
  width: 24px;
  height: 16px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/mail-icon.png);
}
.header-contact:hover {
  opacity: 0.6;
}
.header-tel {
  font-size: 2rem;
  font-weight: 400;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-tel::before {
  content: "";
  margin-right: 10px;
  width: 19px;
  height: 19px;
  background: center/cover no-repeat url(../images/common/tel-icon.png);
}
.header .main-visual {
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.header .main-visual-textbox img {
  max-width: 430px;
  width: 100%;
  opacity: 0.96;
}
.header .sub-visual {
  width: 100%;
  height: 330px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .sub-visual-textbox {
  max-width: 650px;
  width: 94%;
  padding: 30px 0;
  text-align: center;
  background-color: rgba(36, 36, 36, 0.9);
  position: relative;
}
.header .sub-visual-textbox::before {
  position: absolute;
  content: "";
  top: -40px;
  left: -40px;
  width: 97px;
  height: 97px;
  background: center/contain no-repeat url(../images/common/sub-visual-bg-deco01.png);
}
.header .sub-visual-textbox::after {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -40px;
  width: 97px;
  height: 97px;
  background: center/contain no-repeat url(../images/common/sub-visual-bg-deco02.png);
}
.header .sub-visual-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

#mv {
  width: 100%;
  height: 380px;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========================================
mixin
==========================================*/ /*========================================
main-sp
==========================================*/
.news {
  position: relative;
}
.news-inner {
  padding: 120px 0 50px 0;
  position: relative;
}
.news-title-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 290px;
  width: 100%;
  text-align: center;
  padding: 40px 0 30px 0;
  background-color: #cbcbcb;
}
.news-title-box .section-title {
  margin-bottom: 0;
}
.news-textbox {
  max-width: 1030px;
  width: 100%;
  margin-left: auto;
  padding: 50px 15px;
  background-color: #ececec;
}
.news-textbox .cmn-btn {
  margin: 0 auto;
}
.news-list {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.news-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.news-list-item a {
  justify-content: flex-start;
}
.news-list-item a:hover {
  transform: translate(5px, -5px);
}
.news-list-item a time {
  line-height: 1;
  margin-right: 20px;
}
.news-title {
  flex: 1;
  max-width: 455px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.news-accent {
  width: 100%;
  justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.6rem;
  font-weight: 400;
  color: #989898;
  line-height: 1;
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid #989898;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  color: #242424;
  cursor: pointer;
  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 {
  max-width: 900px;
  width: 100%;
  padding: 40px 15px;
  margin: 0 auto;
}
.news-detail-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 30px 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;
}
.news-detail-text {
  line-height: 1.75;
  margin-top: 20px;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  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 {
  transform: translateY(-5px);
}

#news-inner {
  padding: 80px 0;
}
#news .news-list {
  max-width: none;
  width: 100%;
}
#news .news-title {
  max-width: none;
}

.top-about {
  background: center right -430px/cover no-repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 294px;
  height: 551px;
  background: center/contain no-repeat url(../images/top/top-about-bg-deco.png);
  z-index: -1;
}
.top-about-inner {
  text-align: left;
}
.top-about-inner .section-title {
  text-align: left;
  margin-bottom: 50px;
}
.top-about-text {
  line-height: 1.75;
  color: #fff;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 27px;
}
.top-about-text:last-of-type {
  margin-bottom: 40px;
}
.top-about .cmn-btn {
  color: #fff !important;
}

.top-business {
  overflow: hidden;
  background: right bottom/286px 524px no-repeat url(../images/top/top-business-bg-r-b.png), left -221px bottom -451px/1391px 789px no-repeat url(../images/top/top-business-bg-l-b.png), right -249px top -389px/690px 627px no-repeat url(../images/top/top-business-bg-r-t.png), center/1920px 1296px repeat url(../images/case/case-pattern-bg.png);
}
.top-business-inner .section-title {
  margin-bottom: 80px;
}
.top-business-content {
  flex-direction: column;
  margin-bottom: 40px;
}
.top-business-content:nth-of-type(odd) .top-business-textbox {
  margin-right: auto;
}
.top-business-content:nth-of-type(even) .top-business-textbox {
  margin-left: auto;
}
.top-business-textbox {
  max-width: 478px;
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.top-business-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -2;
}
.top-business-textbox::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #242424;
}
.top-business-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 21px;
}
.top-business-text {
  line-height: 1.75;
}
.top-business .cmn-btn {
  margin: 0 auto;
}

.link-banner {
  overflow: hidden;
}
.link-banner-inner {
  padding: 30px 0;
}
.link-banner-list {
  width: 100%;
  flex-direction: column;
}
.link-banner-list-item {
  width: 100%;
  max-height: 270px;
  height: 39vw;
  overflow: hidden;
  background: left top/cover no-repeat url(../images/top/link-banner-img01.png);
  position: relative;
  z-index: 1;
}
.link-banner-list-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 199px;
  height: 375px;
  background: center/contain no-repeat url(../images/top/link-banner-bg.png);
  z-index: -1;
  opacity: 0.8;
}
.link-banner-list-item:nth-child(2) {
  background: left top/cover no-repeat url(../images/top/link-banner-img02.png);
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-banner-list-item a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 15px 15px 0;
}
.link-banner-list-item a .cmn-btn {
  max-width: 155px;
  font-size: 1.5rem;
  color: #fff !important;
}
.link-banner-list-item a .cmn-btn::before {
  width: 145px;
  height: 8px;
  background: center/contain no-repeat url(../images/top/link-banner-arrow.png);
}
.link-banner-list-item a .cmn-btn::after {
  border: 1px solid #ff2b0e;
}
.link-banner-list-item a:hover .cmn-btn::before {
  left: 15px;
}

/*========================================
business
==========================================*/
.business {
  overflow: hidden;
  background: right bottom/286px 524px no-repeat url(../images/top/top-business-bg-r-b.png), left -221px bottom -451px/1391px 789px no-repeat url(../images/top/top-business-bg-l-b.png), right -249px top -389px/690px 627px no-repeat url(../images/top/top-business-bg-r-t.png), center/1920px 1296px repeat url(../images/case/case-pattern-bg.png);
}
.business-content {
  flex-direction: column;
  margin-bottom: 40px;
}
.business-content:nth-of-type(odd) .business-visual {
  margin-left: -20px;
}
.business-content:nth-of-type(odd) .business-textbox {
  margin-right: auto;
}
.business-content:nth-of-type(even) .business-visual {
  margin-right: -20px;
}
.business-content:nth-of-type(even) .business-textbox {
  margin-left: auto;
}
.business-visual {
  margin-bottom: 0;
}
.business-textbox {
  max-width: 603px;
  width: 100%;
  margin-top: -20px;
  padding: 30px 25px;
  position: relative;
  z-index: 1;
}
.business-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -2;
}
.business-textbox::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #242424;
}
.business-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 21px;
}
.business-text {
  line-height: 1.75;
}
.business-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.business .cmn-btn {
  margin: 0 auto;
}

/*========================================
about
==========================================*/
.concept {
  background: center/cover no-repeat url(../images/about/concept-bg.png);
}
.concept-inner {
  padding: 100px 0;
}
.concept-inner .section-title {
  color: #fff;
  text-align: left;
  margin-bottom: 70px;
}
.concept-list {
  flex-direction: column;
}
.concept-list-item {
  max-width: 528px;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 40px 15px 30px 15px;
  border: 1px solid #fff;
  position: relative;
}
.concept-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 67px;
  height: 76px;
  background: center/contain no-repeat url(../images/about/concept-no01.png);
}
.concept-list-item:nth-child(2)::before {
  background: center/contain no-repeat url(../images/about/concept-no02.png);
}
.concept-list-item:nth-child(3)::before {
  background: center/contain no-repeat url(../images/about/concept-no03.png);
}
.concept-list-item:nth-child(4)::before {
  background: center/contain no-repeat url(../images/about/concept-no04.png);
}
.concept-list-item:nth-child(5)::before {
  background: center/contain no-repeat url(../images/about/concept-no05.png);
}
.concept-list-item:nth-child(6)::before {
  background: center/contain no-repeat url(../images/about/concept-no06.png);
}
.concept-list-item:nth-child(7)::before {
  background: center/contain no-repeat url(../images/about/concept-no07.png);
}
.concept-list-item:nth-child(8)::before {
  background: center/contain no-repeat url(../images/about/concept-no08.png);
}
.concept-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.concept-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.66666;
  margin-bottom: 30px;
  position: relative;
}
.concept-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #3361ae;
}
.concept-text {
  line-height: 1.75;
  color: #fff;
}

.commit {
  overflow: hidden;
  background: right bottom/286px 524px no-repeat url(../images/top/top-business-bg-r-b.png), left bottom -451px/1391px 789px no-repeat url(../images/top/top-business-bg-l-b.png), right top -389px/690px 627px no-repeat url(../images/top/top-business-bg-r-t.png), center/1920px 1296px repeat url(../images/case/case-pattern-bg.png);
}
.commit-content {
  flex-direction: column;
  margin-bottom: 40px;
}
.commit-content:nth-of-type(odd) .commit-visual {
  margin-left: -20px;
}
.commit-content:nth-of-type(odd) .commit-textbox {
  margin-right: auto;
}
.commit-content:nth-of-type(even) .commit-visual {
  margin-right: -20px;
}
.commit-content:nth-of-type(even) .commit-textbox {
  margin-left: auto;
}
.commit-visual {
  margin-bottom: 0;
}
.commit-textbox {
  max-width: 603px;
  width: 100%;
  margin-top: -20px;
  padding: 30px 22px;
  position: relative;
  z-index: 1;
}
.commit-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -2;
}
.commit-textbox::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #242424;
}
.commit-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 21px;
}
.commit-text {
  line-height: 1.75;
}
.commit-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.commit .cmn-btn {
  margin: 0 auto;
}
.commit-list {
  flex-direction: column;
}
.commit-list-item {
  max-width: 350px;
  width: 100%;
  height: 350px;
  padding-top: 240px;
  text-align: center;
  background: center/cover no-repeat url(../images/about/commit-img03.png);
}
.commit-list-item:nth-child(2) {
  background: center/cover no-repeat url(../images/about/commit-img04.png);
}
.commit-list-item:nth-child(3) {
  background: center/cover no-repeat url(../images/about/commit-img05.png);
}
.commit-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.commit-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 41px;
  color: #fff;
  position: relative;
}
.commit-list-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #ff2b0e;
}
.commit-list-text {
  line-height: 1;
  color: #fff;
}

/*========================================
flow
==========================================*/
.flow {
  background: left bottom/1663px 230px no-repeat url(../images/flow/flow-bg-l-b.png), right bottom -200px/585px 1103px no-repeat url(../images/flow/flow-bg-r-b.png), left top -365px/729px 644px no-repeat url(../images/flow/flow-bg-l-t.png), center/1920px 1296px repeat url(../images/case/case-pattern-bg.png);
}
.flow-inner .section-title {
  margin-bottom: 260px;
}
.flow-list {
  margin-bottom: 90px;
}
.flow-list-item {
  position: relative;
  z-index: 1;
}
.flow-list-item::before {
  position: absolute;
  content: "";
  top: -130px;
  left: 0;
  width: 100%;
  height: 138px;
}
.flow-list-item:first-child::before {
  background: center/contain no-repeat url(../images/flow/flow-img01.png);
}
.flow-list-item:nth-child(2) .flow-textbox::before {
  background: left top/67px 76px no-repeat url(../images/flow/flow-no02.png);
}
.flow-list-item:nth-child(3)::before {
  background: center/contain no-repeat url(../images/flow/flow-img02.png);
}
.flow-list-item:nth-child(3) .flow-textbox::before {
  background: left top/67px 76px no-repeat url(../images/flow/flow-no03.png);
}
.flow-list-item:nth-child(4) .flow-textbox::before {
  background: left top/67px 76px no-repeat url(../images/flow/flow-no04.png);
}
.flow-list-item:nth-child(5)::before {
  background: center/contain no-repeat url(../images/flow/flow-img03.png);
}
.flow-list-item:nth-child(5) .flow-textbox::before {
  background: left top/67px 76px no-repeat url(../images/flow/flow-no05.png);
}
.flow-list-item:nth-child(6) .flow-textbox::before {
  background: left top/67px 76px no-repeat url(../images/flow/flow-no06.png);
}
.flow-list-item:nth-child(7)::before {
  background: center/contain no-repeat url(../images/flow/flow-img04.png);
}
.flow-list-item:nth-child(7) .flow-textbox::before {
  background: left top/67px 76px no-repeat url(../images/flow/flow-no07.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-list-item:nth-child(even) {
  margin-bottom: 170px;
}
.flow-list-item:last-child {
  margin-bottom: 0;
}
.flow-list-item:last-child .flow-textbox::before {
  background: left top/67px 76px no-repeat url(../images/flow/flow-no08.png);
}
.flow-textbox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}
.flow-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: left top/67px 76px no-repeat url(../images/flow/flow-no01.png);
  border: 1px solid #242424;
  z-index: 1;
}
.flow-textbox::after {
  position: absolute;
  content: "";
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: -1;
}
.flow-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66666;
  margin-bottom: 45px;
  position: relative;
}
.flow-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #3361ae;
}
.flow-text {
  line-height: 1.75;
}
.flow-contact-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.66666;
  text-align: center;
  margin-bottom: 40px;
}
.flow-contact-title .accent {
  color: #00974a;
}
.flow-contact-list {
  max-width: 900px;
  width: 100%;
  flex-direction: column;
  margin: 0 auto;
}
.flow-contact-list-item {
  max-width: 440px;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.flow-contact-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #242424;
  z-index: -1;
}
.flow-contact-list-item::after {
  position: absolute;
  content: "";
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -2;
}
.flow-contact-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.flow-contact-list-item .cmn-btn {
  max-width: 256px;
  width: 100%;
}
.flow-contact-list-item .cmn-btn::before {
  width: 241px;
  height: 9px;
  background: center/contain no-repeat url(../images/flow/flow-contact-btn-arrow.png);
}
.flow-contact-tel {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #00974a !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-contact-tel::before {
  content: "";
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/flow/flow-contact-tel-icon.png);
}
.flow-contact-text {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 22px;
}

.question {
  background: center/cover no-repeat url(../images/flow/question-bg.png);
}
.question-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.question-title {
  max-width: 100%;
  width: max-content;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.66666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  border-bottom: 1px solid #3361ae;
}
.question-title::before {
  content: "";
  flex: none;
  width: 39px;
  height: 38px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/flow/Q_.png);
}
.question-textbox {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 25px 15px;
  background-color: #fff;
}
.question-textbox img {
  max-width: 100%;
}

/*========================================
case
==========================================*/
.case {
  background: left top -168px/353px 315px no-repeat url(../images/case/case-bg-l-t.png), right bottom/244px 524px no-repeat url(../images/case/case-bg-r-b.png), center/1920px 1296px repeat url(../images/case/case-pattern-bg.png);
}
.case-list {
  flex-direction: column;
}
.case-list-item {
  max-width: 350px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.case-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.case-visual {
  max-width: 350px;
  width: 100%;
  height: 350px;
  margin-bottom: 25px;
  position: relative;
}
.case-visual::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #00974a;
}
.case-visual img {
  min-width: 350px;
  width: 100%;
  min-height: 350px;
  height: 100%;
  object-fit: cover;
}
.case-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

/*========================================
info
==========================================*/
.message {
  position: relative;
  z-index: 1;
}
.message::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 349px;
  height: 658px;
  background: center/contain no-repeat url(../images/info/message-bg-l.png);
  z-index: -1;
}
.message-content {
  flex-direction: column;
}
.message-visual {
  margin-bottom: 35px;
}
.message-textbox {
  max-width: 540px;
  width: 100%;
  text-align: left;
}
.message-textbox .section-title {
  text-align: left;
  margin-bottom: 40px;
}
.message-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 46px;
}
.message-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.message-name img {
  margin-left: 24px;
  height: 30px;
}

.info {
  background: right bottom/286px 524px no-repeat url(../images/top/top-business-bg-r-b.png), left bottom -451px/1391px 789px no-repeat url(../images/top/top-business-bg-l-b.png), right top -389px/690px 627px no-repeat url(../images/top/top-business-bg-r-t.png), center/1920px 1296px repeat url(../images/case/case-pattern-bg.png);
}
.info-textbox {
  margin-bottom: 60px;
  padding: 30px 15px;
  background-color: #fff;
  border: 1px solid #242424;
}
.info-table {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.info-table tr th {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #989898;
  padding: 15px 0;
  border-bottom: 1px solid #cbcbcb;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 15px 0;
}
.info-area {
  text-align: right;
}
.info-map {
  width: 100%;
  height: 60vw;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
  border-bottom: 1px solid #cbcbcb;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  color: #fff;
  background-color: rgba(36, 36, 36, 0.9);
}
.contact-submits-wrap input {
  color: #fff;
  background-color: rgba(36, 36, 36, 0.9);
}
.contact-submits-wrap button {
  color: #fff;
  background-color: rgba(36, 36, 36, 0.9);
}

/*========================================
privacy
==========================================*/
.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 {
  flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #000;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #000;
  display: flex;
  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;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer-inner {
  padding: 40px 0 20px 0;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo img {
  max-width: 170px;
  width: 100%;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-content {
  flex-direction: column;
}
.footer-link {
  max-width: 325px;
  width: 100%;
  margin: 0 auto;
}
.footer-link .sns-list {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.footer-link .sns-list-item a:hover {
  transform: translateY(-10px);
}
.footer-link-box {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #cbcbcb;
}
.footer-contact {
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 400;
  color: #00974a !important;
  width: 180px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid #00974a;
  border-radius: 18px;
}
.footer-contact::before {
  content: "";
  width: 24px;
  height: 16px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/mail-icon.png);
}
.footer-contact:hover {
  opacity: 0.6;
}
.footer-tel {
  font-size: 2rem;
  font-weight: 400;
  color: #242424 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}
.footer-tel::before {
  content: "";
  margin-right: 10px;
  width: 19px;
  height: 19px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-nav {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  height: 130px;
}
.footer-nav-list {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(3n)) {
  margin-bottom: 40px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #242424 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.footer-nav-list-item a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background-color: #cbcbcb;
}
.footer-nav-list-item a::after {
  position: absolute;
  content: "";
  left: 17px;
  bottom: -4px;
  width: 0%;
  height: 1px;
  background-color: #242424;
  transition: all 0.5s;
}
.footer-nav-list-item a:hover:after {
  width: calc(100% - 17px);
}
.footer-bottom {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  color: #cbcbcb;
  background-color: #565656;
}
.footer-bottom a {
  color: #cbcbcb !important;
}/*# sourceMappingURL=style-sp.css.map */