@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  background-color: #fff;
  padding: 0 15px;
  z-index: 10;
}
.header-logo a {
  max-width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 1185px;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1600px) {
  .header-content {
    max-width: 965px;
  }
}
.header-info {
  max-width: 393px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .header-info {
    max-width: 370px;
  }
}
.header-info a:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header-textbox {
  max-width: 250px;
  width: 100%;
}
.header-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.header-tel {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #474554 !important;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  width: 100%;
  display: block;
  margin-top: 9px;
}
.header-tel-txt img {
  display: block;
}
.header-line:hover {
  opacity: 0.7;
}
.header .global-nav {
  max-width: 620px;
  width: 100%;
  margin-top: 18px;
}
@media (max-width: 1600px) {
  .header .global-nav {
    max-width: 570px;
  }
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  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;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  background-color: #f58b05;
  border-radius: 50%;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}
.header .global-nav-list-item a:hover {
  color: #f58b05;
}
.header .global-nav-list-item a.current {
  color: #f58b05;
}
@media (max-width: 1600px) {
  .header .global-nav-list-item a {
    font-size: 2.2rem;
  }
}
.header .global-nav-list-item .nav-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  margin-bottom: -20px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .header .global-nav-list-item .nav-text {
    font-size: 2.2rem;
  }
}
.header .global-nav-list-item .nav-text:hover + .global-nav-sub-list {
  display: block;
  opacity: 1;
}
.header .global-nav-sub-list {
  position: absolute;
  left: 0;
  bottom: -47px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
  opacity: 0;
}
.header .global-nav-sub-list:hover {
  display: block;
  opacity: 1;
}
.header .global-nav-sub-list-item {
  line-height: 1;
  letter-spacing: 0.05em;
}
.header .global-nav-sub-list-item:not(:last-child) {
  margin-bottom: 9px;
}
.header .global-nav-sub-list-item a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.header .en-visual {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}
.header .en-visual-main {
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.header .en-visual-main a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  border: 4px solid #f58b05;
}
.header .en-visual-main a::before {
  position: absolute;
  content: "";
  right: -4px;
  bottom: -4px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/common/en-visual-arrow01.png);
}
.header .en-visual-main a:hover {
  opacity: 0.8;
}
.header .en-visual-main a:hover .en-visual-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header .en-visual-main .en-visual-title img {
  height: 120px;
}
.header .en-visual-list {
  width: 100%;
  height: 100%;
}
.header .en-visual-list-item {
  width: 100%;
  height: 240px;
}
.header .en-visual-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.header .en-visual-list-item:nth-child(2) a {
  border: 4px solid #ffb400;
}
.header .en-visual-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/common/en-visual-arrow03.png);
}
.header .en-visual-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;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 4px solid #63a9cd;
}
.header .en-visual-list-item a::before {
  position: absolute;
  content: "";
  right: -4px;
  bottom: -4px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/common/en-visual-arrow02.png);
}
.header .en-visual-list-item a:hover .en-visual-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header .en-visual-list-item a:hover .en-visual-btn::before {
  right: 3px;
}
.header .en-visual-list-item .en-visual-title img {
  height: 95px;
}
.header .en-visual-title {
  max-width: 90%;
  text-align: center;
}
.header .en-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header .en-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header .main-visual {
  width: 100%;
  height: 380px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .main-visual-img {
  max-width: 1750px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1650px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px 0;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 170px;
}
.header .sub-visual {
  width: 100%;
  height: 290px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  max-width: 1750px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.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: 1650px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.header .sub-visual-title {
  max-width: 750px;
  width: 97%;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 24px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffedd5;
  position: relative;
}
.header .sub-visual-title::before {
  position: absolute;
  content: "";
  top: -22px;
  left: -9px;
  width: 51px;
  height: 47px;
  background: center/contain no-repeat url(../images/about/sub-visual-deco.png);
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-worry {
  position: relative;
  z-index: 1;
}
.top-worry::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 645px;
  background: center top/cover no-repeat url(../images/top/top-worry-bg-bottom.png);
}
.top-worry-inner {
  padding-bottom: 100px;
  position: relative;
}
.top-worry-inner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 71px;
  height: 96px;
  background: center/contain no-repeat url(../images/top/top-worry-illust02.png);
}
.top-worry-inner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 81px;
  height: 103px;
  background: center/contain no-repeat url(../images/top/top-worry-illust03.png);
}
.top-worry-title {
  text-align: center;
  margin-bottom: 36px;
}
.top-worry-title img {
  height: 80px;
}
.top-worry-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 190px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.top-worry-list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 268px;
  height: 174px;
  background: center/contain no-repeat url(../images/top/top-worry-illust.png);
}
.top-worry-list-item {
  max-width: 350px;
  width: 100%;
  height: 158px;
  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;
  padding-top: 8px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: center/cover no-repeat url(../images/top/top-worry-box-bg02.png);
}
.top-worry-list-item:nth-child(2) {
  max-width: 265px;
  background: center/cover no-repeat url(../images/top/top-worry-box-bg.png);
}
.top-worry-list-item:nth-child(3) {
  max-width: 265px;
  background: center/cover no-repeat url(../images/top/top-worry-box-bg03.png);
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-worry-sub-title {
  text-align: center;
}
.top-worry-sub-title img {
  height: 75px;
}

.top-about {
  overflow: hidden;
  background-color: #ffedd5;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}
.top-about-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.top-about-img::before {
  position: absolute;
  content: "";
  top: -124px;
  right: -184px;
  width: 270px;
  height: 266px;
  background: center/cover no-repeat url(../images/top/top-about-img-deco.png);
  z-index: -2;
}
.top-about-textbox {
  max-width: 500px;
  width: 100%;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 23px;
}
.top-about-text .accent {
  color: #63a9cd;
}
.top-about-sub-textbox {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px 30px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
          box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
  border-radius: 20px;
  position: relative;
  text-align: center;
}
.top-about-sub-textbox::before {
  position: absolute;
  content: "";
  top: -10px;
  right: -20px;
  width: 60px;
  height: 55px;
  background: center/contain no-repeat url(../images/top/top-about-deco.png);
}
.top-about-sub-textbox::after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -70px;
  width: 121px;
  height: 118px;
  background: center/contain no-repeat url(../images/top/top-about-illust.png);
}
.top-about-sub-title {
  position: absolute;
  top: -10px;
  width: 100%;
  text-align: center;
}
.top-about-sub-title img {
  height: 40px;
}

.top-area {
  overflow: hidden;
  background-color: #ffedd5;
}
.top-area-inner {
  padding-top: 0;
}
.top-area-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.top-area-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../images/top/top-area-border.png);
}
.top-area-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../images/top/top-area-border.png);
}
.top-area-textbox {
  max-width: 380px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.top-area-textbox::before {
  position: absolute;
  content: "";
  left: -235px;
  bottom: -69px;
  width: 341px;
  height: 321px;
  background: center/cover no-repeat url(../images/top/top-area-deco.png);
  z-index: -1;
}
.top-area-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
.top-area-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-area-text .accent {
  color: #f58b05;
}

.top-business {
  overflow: hidden;
}
.top-business-content {
  padding: 5px;
  border: 2px dashed #f58b05;
  position: relative;
}
.top-business-content::before {
  position: absolute;
  content: "";
  top: -41px;
  left: -21px;
  width: 97px;
  height: 96px;
  background: center/contain no-repeat url(../images/top/top-business-deco01.png);
}
.top-business-content::after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -43px;
  width: 47px;
  height: 70px;
  background: center/contain no-repeat url(../images/top/top-business-deco02.png);
}
.top-business-content-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
          box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
}
.top-business-content-inner .cmn-btn {
  max-width: 456px;
  height: 70px;
}
.top-business-content:nth-of-type(2) {
  margin-top: 78px;
  border: 2px dashed #63a9cd;
}
.top-business-content:nth-of-type(2)::before {
  top: -22px;
  left: -18px;
  width: 54px;
  height: 47px;
  background: center/contain no-repeat url(../images/top/top-business-deco03.png);
}
.top-business-content:nth-of-type(2)::after {
  right: -11px;
  bottom: -52px;
  width: 88px;
  height: 72px;
  background: center/contain no-repeat url(../images/top/top-business-deco04.png);
}
.top-business-content:nth-of-type(2) .top-business-title {
  color: #63a9cd;
}
.top-business-content:nth-of-type(2) .cmn-btn {
  text-shadow: 0 20px 20px rgba(99, 169, 205, 0.5);
  background: center/cover no-repeat url(../images/top/cmn-btn-bg2.png);
}
.top-business-content:nth-of-type(2) .cmn-btn::before {
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow2.png);
}
.top-business-img {
  margin-bottom: 20px;
}
.top-business-textbox {
  max-width: 456px;
  width: 100%;
}
.top-business-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: #f58b05;
}
.top-business-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}

.top-info {
  overflow: hidden;
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
}
.top-info-content {
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
.top-info-content::before {
  position: absolute;
  content: "";
  top: -143px;
  left: -143px;
  width: 294px;
  height: 287px;
  background: center/cover no-repeat url(../images/top/top-info-deco01.png);
  z-index: -1;
}
.top-info-content::after {
  position: absolute;
  content: "";
  right: -100px;
  bottom: -60px;
  width: 184px;
  height: 179px;
  background: center/cover no-repeat url(../images/top/top-info-deco02.png);
  z-index: -1;
}
.top-info-table {
  width: 100%;
}
.top-info-table tr {
  display: block;
}
.top-info-table tr th {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  background-color: #63a9cd;
}
.top-info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 15px;
  background-color: #fff;
  vertical-align: middle;
}
.top-info-map {
  max-width: 500px;
  width: 100%;
  height: 60vw;
  border: 6px solid #fff;
}
.top-info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.news {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news-inner {
  position: relative;
}
.news-inner::before {
  position: absolute;
  content: "";
  right: -20px;
  bottom: -1px;
  width: 84px;
  height: 105px;
  background: center/contain no-repeat url(../images/top/news-illust.png);
}
.news-inner .cmn-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.news-inner .cmn-title::after {
  position: absolute;
  content: "";
  right: -72px;
  bottom: 61px;
  width: 70px;
  height: 56px;
  background: center/contain no-repeat url(../images/top/news-title-deco.png);
}
.news-inner .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.news-list-item {
  max-width: 330px;
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.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: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.12em;
}
.news-visual {
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
  border: 5px solid #ffedd5;
  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: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
}
.news .cmn-btn {
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 220px;
  height: 65px;
}
.news .cmn-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: #f58b05;
  border: 2px solid #f58b05;
}
.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: #f58b05;
}
.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 #f58b05;
  border-bottom: 1px solid #f58b05;
}
.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 #f58b05;
  border-right: 1px solid #f58b05;
}
.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: #f58b05 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
}
.about-inner .cmn-title {
  font-size: 2.8rem;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.about-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.about-img::before {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 0;
  width: 101px;
  height: 126px;
  background: center/contain no-repeat url(../images/about/about-img-deco.png);
}
.about-textbox {
  max-width: 490px;
  width: 100%;
}
.about-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #f58b05;
  margin-bottom: 18px;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.about-text:not(:last-of-type) {
  margin-bottom: 23px;
}
.about-text .accent {
  color: #63a9cd;
}
.about .top-area-content {
  padding: 20px;
  margin-bottom: 0;
}
.about .top-area-content .top-area-textbox::before {
  bottom: auto;
  top: -57px;
  left: -221px;
  width: 270px;
  height: 254px;
  background: center/cover no-repeat url(../images/about/top-area-deco.png);
}

.commit {
  overflow: hidden;
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
  position: relative;
  z-index: 0;
}
.commit-content {
  padding: 5px;
  border: 2px dashed #f58b05;
  position: relative;
}
.commit-content:nth-of-type(1)::before {
  position: absolute;
  content: "";
  top: -143px;
  right: -102px;
  width: 294px;
  height: 287px;
  background: center/cover no-repeat url(../images/about/commit-bg-r-t.png);
  z-index: -1;
}
.commit-content:nth-of-type(3)::before {
  position: absolute;
  content: "";
  left: -100px;
  bottom: -70px;
  width: 184px;
  height: 179px;
  background: center/cover no-repeat url(../images/about/commit-bg-l-b.png);
  z-index: -1;
}
.commit-content-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
          box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
}
.commit-content-inner .cmn-btn {
  max-width: 456px;
  height: 70px;
}
.commit-content:not(:last-of-type) {
  margin-bottom: 48px;
}
.commit-img {
  margin-bottom: 20px;
}
.commit-textbox {
  max-width: 460px;
  width: 100%;
}
.commit-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  color: #f58b05;
}
.commit-text {
  font-size: 1.6rem;
  line-height: 2;
}

.flow {
  overflow: hidden;
  background-color: #fff;
}
.flow-inner {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.flow-inner::before {
  position: absolute;
  content: "";
  top: 285px;
  left: -145px;
  width: 290px;
  height: 283px;
  background: center/cover no-repeat url(../images/about/flow-bg-l-t.png);
  z-index: -1;
}
.flow-inner::after {
  position: absolute;
  content: "";
  right: -7px;
  bottom: 0;
  width: 366px;
  height: 266px;
  background: center/contain no-repeat url(../images/about/flow-bg-r-b.png);
  z-index: -1;
}
.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: 330px;
  width: 100%;
  text-align: center;
  padding: 45px 24px 15px 24px;
  background-color: #fff;
  border: 6px solid #ffedd5;
  position: relative;
}
.flow-list-item::after {
  position: absolute;
  content: "";
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65px;
  height: 65px;
  background: center/cover no-repeat url(../images/about/flow-no01.png);
}
.flow-list-item:nth-child(2)::after {
  background: center/cover no-repeat url(../images/about/flow-no02.png);
}
.flow-list-item:nth-child(3)::after {
  background: center/cover no-repeat url(../images/about/flow-no03.png);
}
.flow-list-item:nth-child(4)::after {
  background: center/cover no-repeat url(../images/about/flow-no04.png);
}
.flow-list-item:nth-child(5)::after {
  background: center/cover no-repeat url(../images/about/flow-no05.png);
}
.flow-list-item:nth-child(5) .flow-icon {
  margin-right: -24px;
}
.flow-list-item:nth-child(6)::after {
  background: center/cover no-repeat url(../images/about/flow-no06.png);
}
.flow-list-item:nth-child(6) .flow-icon {
  margin-right: -13px;
}
.flow-list-item:nth-child(7)::after {
  background: center/cover no-repeat url(../images/about/flow-no07.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 65px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 21px;
  height: 31px;
  background: center/cover no-repeat url(../images/about/flow-arrow.png);
}
.flow-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f58b05;
  margin-bottom: 15px;
}
.flow-icon {
  text-align: center;
  margin-bottom: 19px;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.04em;
}

/*========================================
wall
==========================================*/
.chart {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*診断タイトル*/
  /*診断ボタン
  ----------------------------------------------- */
  /*回答リスト*/
  /*回答ボタン*/
  /*戻るボタン*/
  /*診断結果
  ----------------------------------------------- */
}
.chart-inner {
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 1;
}
.chart-inner::before {
  position: absolute;
  content: "";
  left: -25px;
  bottom: -10px;
  width: 114px;
  height: 110px;
  background: center/contain no-repeat url(../images/wall/chart-bg-l-b.png);
}
.chart-inner::after {
  position: absolute;
  content: "";
  right: -37px;
  top: 165px;
  width: 60px;
  height: 55px;
  background: center/contain no-repeat url(../images/wall/chart-bg-r-t.png);
}
.chart-inner .cmn-title {
  font-size: 2.8rem;
}
.chart .chart_title {
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 20px 13px;
  text-align: center;
  background-color: #f58c07;
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.chart .chart_title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  background: center/cover no-repeat url(../images/wall/Q.png);
}
.chart .com_chart-inner {
  background-color: #fff;
  border: 3px solid #f58c07;
  position: relative;
  position: relative;
}
.chart .chart_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 45px;
  padding-bottom: 25px;
}
.chart .chart_btn_list-item {
  max-width: 440px;
  width: 90%;
  height: 90px;
}
.chart .chart_btn_list-item:not(:last-child) {
  margin-bottom: 25px;
}
.chart .chart_btn_list-item:last-child {
  margin-right: 0;
}
.chart .answer_btn {
  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;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #ffedd5;
  text-align: center;
  padding: 0 21px;
  -webkit-box-shadow: 8px 8px 0 0 #f58b05;
          box-shadow: 8px 8px 0 0 #f58b05;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chart .answer_btn:hover {
  opacity: 0.8;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chart .btn_wrp {
  max-width: 320px;
  width: 100%;
  height: 65px;
  margin: 0 auto 45px auto;
}
.chart .btn_wrp a {
  width: 100%;
  height: 100%;
}
.chart .more_btn {
  max-width: 320px;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff !important;
  text-shadow: 0px 0px 20px rgba(245, 139, 5, 0.5);
  background: center/cover no-repeat url(../images/top/cmn-btn-bg.png);
  position: relative;
}
.chart .more_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 62px;
  height: 63px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .more_btn:hover::before {
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
.chart .result_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 20px 13px;
  text-align: center;
  background-color: #f58c07;
  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;
}
.chart .result_chart-inner {
  background-color: #fff;
  border: 3px solid #f58c07;
  position: relative;
  position: relative;
}
.chart .result_container {
  width: 100%;
  padding: 25px 15px;
}
.chart .result_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.chart .result_img {
  max-width: 430px;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 3px solid #ffedd5;
}
.chart .result_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chart .result_txtxbx {
  max-width: 452px;
  width: 100%;
}
.chart .result_container-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 21px 0;
  background-color: #ffedd5;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
}
.chart .result_container-title::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 41px;
  height: 20px;
  background: center/cover no-repeat url(../images/wall/result-title-arrow.png);
}
.chart .result_container-sub-title {
  font-size: 3rem;
  color: #f58b05;
  margin-bottom: 16px;
}
.chart .result_text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.222;
}
.chart .result_btn-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chart .result_btn-list li {
  max-width: 456px;
  width: 100%;
  height: 70px;
}
.chart .result_btn-list li a {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
.chart .result_btn-list li:nth-child(2) {
  margin-top: 15px;
}
.chart .result_btn-list li:nth-child(2) .cmn-btn {
  text-shadow: 0 20px 20px rgba(99, 169, 205, 0.5);
  background: center/cover no-repeat url(../images/top/cmn-btn-bg2.png);
}
.chart .result_btn-list li:nth-child(2) .cmn-btn::before {
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow2.png);
}
.chart .back_btn_wrp {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px auto;
}
.chart .back_btn_wrp a {
  font-size: 2rem;
  font-weight: 700;
  color: #f58c07;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #f58b05;
  padding-bottom: 6px;
}
.chart .back_btn_wrp a::after {
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 15px;
  background: center/cover no-repeat url(../images/wall/chart-prev-arrow.png);
}

.wall {
  overflow: hidden;
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
  position: relative;
  z-index: 0;
}
.wall-inner {
  position: relative;
  z-index: 1;
}
.wall-inner::before {
  position: absolute;
  content: "";
  top: 224px;
  right: -100px;
  width: 294px;
  height: 287px;
  background: center/cover no-repeat url(../images/wall/wall-bg-r-t.png);
  z-index: -1;
}
.wall-inner::after {
  position: absolute;
  content: "";
  bottom: 86px;
  left: -100px;
  width: 184px;
  height: 179px;
  background: center/cover no-repeat url(../images/wall/wall-bg-l-b.png);
  z-index: -1;
}
.wall-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
.wall-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.wall-textbox {
  max-width: 550px;
  width: 100%;
}
.wall-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.wall-text:not(:last-of-type) {
  margin-bottom: 23px;
}
.wall-sub-content {
  padding: 5px;
  border: 2px dashed #f58b05;
  position: relative;
}
.wall-sub-content-inner {
  padding: 34px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
          box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
}
.wall-sub-title {
  text-align: center;
  margin-bottom: 30px;
}
.wall-sub-title img {
  height: 31px;
}
.wall-list {
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wall-list-item {
  max-width: 350px;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}
.wall-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.wall-list-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.case {
  overflow: hidden;
  background-color: #fff;
}
.case-inner {
  position: relative;
}
.case-inner::before {
  position: absolute;
  content: "";
  right: -20px;
  bottom: -1px;
  width: 84px;
  height: 105px;
  background: center/contain no-repeat url(../images/top/news-illust.png);
}
.case-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.case-list-item {
  max-width: 330px;
  width: 100%;
}
.case-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.case-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.case-img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border: 5px solid #ffedd5;
  overflow: hidden;
}
.case-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-title {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 15px;
  color: #f58b05;
}
.case-body {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case-body img {
  max-width: 100%;
}
.case-detail-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.case-detail-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: #f58b05;
  border-radius: 4px;
}
.case-detail-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.case-detail-img-list-item {
  max-width: 350px;
  width: 100%;
}
.case-detail-img-list-item:nth-child(1) {
  margin-bottom: 40px;
  position: relative;
}
.case-detail-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -43px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 26px;
  height: 41px;
  background: center/cover no-repeat url(../images/wall/case-detail-arrow.png);
}
.case-detail-img-list-item:nth-child(2) .case-detail-img-list-name {
  background-color: #f58b05;
}
.case-detail-img-list-name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 11px 14px;
  background-color: #63a9cd;
  margin-bottom: 20px;
}
.case-detail-body {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 50px;
}
.case-detail-body img {
  max-width: 100%;
}
.case-detail-img {
  max-width: 350px;
  width: 100%;
  height: 245px;
  border: 5px solid #ffedd5;
  overflow: hidden;
}
.case-detail-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-detail-sub-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-detail-sub-img-list-item {
  margin-bottom: 20px;
}

/*========================================
other
==========================================*/
.business {
  overflow: hidden;
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
  position: relative;
  z-index: 0;
}
.business-inner {
  position: relative;
  z-index: 1;
}
.business-inner::before {
  position: absolute;
  content: "";
  top: 224px;
  right: -100px;
  width: 294px;
  height: 287px;
  background: center/cover no-repeat url(../images/wall/wall-bg-r-t.png);
  z-index: -1;
}
.business-inner::after {
  position: absolute;
  content: "";
  bottom: 86px;
  left: -100px;
  width: 184px;
  height: 179px;
  background: center/cover no-repeat url(../images/wall/wall-bg-l-b.png);
  z-index: -1;
}
.business-content {
  padding: 5px;
  border: 2px dashed #f58b05;
  position: relative;
}
.business-content-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
          box-shadow: 0px 0px 20px 20px rgba(200, 200, 200, 0.2);
}
.business-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.business-img {
  margin-bottom: 20px;
}
.business-textbox {
  max-width: 456px;
  width: 100%;
}
.business-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: #f58b05;
}
.business-sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  padding: 11px;
  background-color: #63a9cd;
}
.business-text {
  font-size: 1.6rem;
  line-height: 2;
}

/*========================================
info
==========================================*/
.greeting {
  overflow: hidden;
}
.greeting-inner {
  position: relative;
  z-index: 1;
}
.greeting-inner::before {
  position: absolute;
  content: "";
  top: 150px;
  right: -100px;
  width: 255px;
  height: 249px;
  background: center/cover no-repeat url(../images/info/greeting-bg-r-t.png);
  z-index: -1;
}
.greeting-inner::after {
  position: absolute;
  content: "";
  bottom: 102px;
  left: -100px;
  width: 164px;
  height: 159px;
  background: center/cover no-repeat url(../images/info/greeting-bg-l-b.png);
  z-index: -1;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-right {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.greeting-right::before {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 30px;
  width: 84px;
  height: 105px;
  background: center/contain no-repeat url(../images/info/greeting-img-deco.png);
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #f58b05;
  text-align: center;
}
.greeting-textbox {
  max-width: 510px;
  width: 100%;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 23px;
}

.info {
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
}
.info-inner {
  padding: 150px 0;
}
.info-table {
  margin-bottom: 60px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 11px;
}
.info-table tr th {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  background-color: #63a9cd;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 15px;
  background-color: #fff;
  vertical-align: middle;
}
.info-tel-txt {
  display: inline-block;
  line-height: 1;
}
.info-map {
  width: 100%;
  height: 60vw;
  border: 6px solid #fff;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

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

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f58b05;
  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 #f58b05;
}
.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 #f58b05;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #f58b05;
  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 #f58b05;
  border-right: 1px solid #f58b05;
  -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
==========================================*/
.en-footer-bottom {
  padding: 25px 0 21px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer-inner {
  padding: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  margin-bottom: 20px;
  max-width: 200px;
  width: 100%;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 260px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-textbox {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.footer-flex {
  margin-bottom: 20px;
}
.footer-contact {
  max-width: 220px;
  width: 100%;
}
.footer-contact:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.footer-tel {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #474554 !important;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  width: 100%;
  display: block;
  margin-top: 9px;
}
.footer-tel-txt img {
  display: block;
  margin: 0 auto;
}
.footer-right {
  max-width: 433px;
  width: 100%;
}
.footer-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.footer-nav {
  width: 100%;
  height: 251px;
  margin-bottom: 20px;
}
.footer-nav-list {
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.footer-nav-list-item:nth-child(1) {
  margin-bottom: 34px;
}
.footer-nav-list-item:nth-child(2) {
  margin-bottom: 34px;
}
.footer-nav-list-item:nth-child(3) {
  margin-bottom: 34px;
}
.footer-nav-list-item:nth-child(4) {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-nav-list-item .nav-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 33px;
}
.footer-nav-sub-list-item {
  line-height: 1;
}
.footer-nav-sub-list-item:not(:last-child) {
  margin-bottom: 18px;
}
.footer-nav-sub-list-item a {
  font-size: 1.5rem;
  font-weight: 700;
  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-nav-sub-list-item a::before {
  content: "";
  width: 15px;
  height: 3px;
  margin-right: 10px;
  background-color: #f58b05;
  border-radius: 10px;
}
.footer-nav-sub-list-item a:hover {
  opacity: 0.7;
}
.footer-bottom {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 22px 0;
  background-color: #f58b05;
}