@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  max-width: 1750px;
  width: 96%;
  margin: 0 auto;
  height: 147px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 20px 0 20px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .header-inner {
    padding: 40px 15px 0 15px;
  }
}
.header-logo a {
  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;
}
@media (max-width: 1600px) {
  .header-logo a {
    max-width: 220px;
    margin-top: 10px;
  }
}
.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: 30px;
  margin-bottom: -30px;
}
@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 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .global-nav-sub-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -130px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 24px 28px;
  background-color: #ffe8cb;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
  transition: all 0.4s;
}
.header .global-nav-sub-list:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .global-nav-sub-list-item {
  line-height: 1;
  letter-spacing: 0.05em;
}
.header .global-nav-sub-list-item:not(:last-child) {
  margin-bottom: 23px;
}
.header .global-nav-sub-list-item a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-nav-sub-list-item a::before {
  content: "";
  width: 15px;
  height: 3px;
  margin-right: 9px;
  background: center/cover no-repeat url(../../images/common/nav-border.png);
}
.header .en-visual {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  max-height: 720px;
  min-height: 566px;
  height: 64vw;
  padding: 0 20px;
}
.header .en-visual-main {
  max-width: 855px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  margin-right: 40px;
  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: 7px solid #f58b05;
}
.header .en-visual-main a::before {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -7px;
  width: 100px;
  height: 100px;
  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-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.header .en-visual-list-item {
  width: 100%;
  max-height: 340px;
  min-height: 263px;
  height: 30vw;
}
.header .en-visual-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.header .en-visual-list-item:nth-child(2) a {
  border: 7px 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: 7px solid #63a9cd;
}
.header .en-visual-list-item a::before {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -7px;
  width: 100px;
  height: 100px;
  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 {
  max-width: 60%;
}
.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: 700px;
  position: relative;
  z-index: 1;
}
.header .main-visual-img {
  max-width: 1750px;
  width: 95%;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 91px 0;
  z-index: 1;
}
.header .sub-visual {
  width: 100%;
  height: 570px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  max-width: 1750px;
  width: 95%;
  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: 100%;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 32px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffedd5;
  position: relative;
}
.header .sub-visual-title::before {
  position: absolute;
  content: "";
  top: -22px;
  left: -21px;
  width: 60px;
  height: 55px;
  background: center/cover no-repeat url(../images/about/sub-visual-deco.png);
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.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: 140px 0 38px 0;
  position: relative;
}
.top-worry-inner::before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: 0;
  width: 165px;
  height: 222px;
  background: center/cover no-repeat url(../images/top/top-worry-illust02.png);
}
.top-worry-inner::after {
  position: absolute;
  content: "";
  right: -31px;
  bottom: 0;
  width: 177px;
  height: 225px;
  background: center/cover no-repeat url(../images/top/top-worry-illust03.png);
}
.top-worry-title {
  text-align: center;
  margin-bottom: 36px;
}
.top-worry-list {
  width: 100%;
  height: 502px;
  margin-bottom: 122px;
  position: relative;
  z-index: 1;
}
.top-worry-list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 460px;
  height: 300px;
  background: center/cover no-repeat url(../images/top/top-worry-illust.png);
}
.top-worry-list-item {
  position: absolute;
  max-width: 415px;
  width: 100%;
  height: 190px;
  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: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: center/cover no-repeat url(../images/top/top-worry-box-bg02.png);
}
.top-worry-list-item::before {
  position: absolute;
  content: "";
  left: 190px;
  bottom: -61px;
  width: 27px;
  height: 53px;
  background: center/cover no-repeat url(../images/top/top-worry-box-deco02.png);
}
.top-worry-list-item:first-child {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-worry-list-item:nth-child(2) {
  top: 101px;
  left: 0;
  max-width: 316px;
  background: center/cover no-repeat url(../images/top/top-worry-box-bg.png);
}
.top-worry-list-item:nth-child(2)::before {
  left: auto;
  right: 47px;
  bottom: -44px;
  width: 37px;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-worry-box-deco01.png);
}
.top-worry-list-item:nth-child(3) {
  top: 101px;
  right: 0;
  max-width: 316px;
  background: center/cover no-repeat url(../images/top/top-worry-box-bg03.png);
}
.top-worry-list-item:nth-child(3)::before {
  left: 25px;
  bottom: -34px;
  width: 35px;
  height: 38px;
  background: center/cover no-repeat url(../images/top/top-worry-box-deco03.png);
}
.top-worry-sub-title {
  text-align: center;
}
.top-about {
  overflow: hidden;
  background-color: #ffedd5;
}
.top-about-inner {
  padding: 138px 0 50px 0;
}
.top-about-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 66px;
}
.top-about-img {
  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: 2rem;
  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;
  height: 304px;
  padding-top: 102px;
  background: center/cover no-repeat url(../images/top/top-about-textbox.png);
  position: relative;
  text-align: center;
}
.top-about-sub-textbox::before {
  position: absolute;
  content: "";
  top: 33px;
  right: 93px;
  width: 60px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/top-about-deco.png);
}
.top-about-sub-textbox::after {
  position: absolute;
  content: "";
  left: -87px;
  bottom: 18px;
  width: 215px;
  height: 210px;
  background: center/cover no-repeat url(../images/top/top-about-illust.png);
}
.top-about-sub-title {
  position: absolute;
  top: -10px;
  width: 100%;
  text-align: center;
}
.top-area {
  background-color: #ffedd5;
}
.top-area-inner {
  padding-top: 0;
  padding-bottom: 154px;
}
.top-area-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 60px;
  padding: 37px 110px 37px 190px;
  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: 1;
}
.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: 6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
.top-area-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-area-text .accent {
  color: #f58b05;
}

.top-business-inner {
  padding: 150px 0;
}
.top-business-content {
  padding: 10px;
  border: 2px dashed #f58b05;
  position: relative;
}
.top-business-content::before {
  position: absolute;
  content: "";
  top: -41px;
  left: -66px;
  width: 181px;
  height: 179px;
  background: center/cover no-repeat url(../images/top/top-business-deco01.png);
}
.top-business-content::after {
  position: absolute;
  content: "";
  right: -41px;
  bottom: -29px;
  width: 82px;
  height: 120px;
  background: center/cover no-repeat url(../images/top/top-business-deco02.png);
}
.top-business-content-inner {
  padding: 65px 58px 57px 60px;
  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: -27px;
  width: 70px;
  height: 64px;
  background: center/cover no-repeat url(../images/top/top-business-deco03.png);
}
.top-business-content:nth-of-type(2)::after {
  right: -31px;
  bottom: -32px;
  width: 177px;
  height: 145px;
  background: center/cover no-repeat url(../images/top/top-business-deco04.png);
}
.top-business-content:nth-of-type(2) .top-business-content-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.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-textbox {
  max-width: 456px;
  width: 100%;
}
.top-business-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
  color: #f58b05;
}
.top-business-text {
  font-size: 1.9rem;
  line-height: 2;
  margin-bottom: 29px;
}

.top-info {
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
}
.top-info-inner {
  padding: 150px 0;
}
.top-info-content {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.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 tr {
  display: block;
}
.top-info-table tr:not(:last-of-type) {
  margin-bottom: 11px;
}
.top-info-table tr th {
  width: 150px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 28px 0;
  text-align: center;
  background-color: #63a9cd;
  vertical-align: middle;
}
.top-info-table tr td {
  width: 380px;
  font-size: 2rem;
  font-weight: 700;
  padding: 25px 39px;
  background-color: #fff;
  vertical-align: middle;
}
.top-info-map {
  max-width: 500px;
  width: 100%;
  height: 414px;
  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: -150px;
  bottom: 0;
  width: 170px;
  height: 213px;
  background: center/cover 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: -102px;
  bottom: 49px;
  width: 83px;
  height: 68px;
  background: center/cover 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-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;
  position: relative;
  z-index: 1;
}
.news-list-item {
  max-width: 330px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.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: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.news-visual {
  width: 100%;
  height: 300px;
  margin-bottom: 29px;
  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.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .cmn-btn {
  position: absolute;
  top: 244px;
  right: 0;
}
.news .cmn-btn:hover {
  opacity: 0.8;
}
.news-tag-list {
  max-width: 350px;
  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: #3f4551;
  border: 2px solid #3f4551;
}
.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: #3f4551;
}
.news-tag-list-item a:hover {
  opacity: 0.7;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-img {
  text-align: center;
  margin-bottom: 35px;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.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.6rem;
  line-height: 1.4;
  text-align: left;
  color: #3f4551;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(104, 79, 78, 0.2);
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  margin-bottom: 20px;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3f4551;
  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;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #3f4551;
  border-right: 1px solid #3f4551;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #3f4551 !important;
}
.news-detail .paginated-link a:hover {
  color: #3f4551 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.about-inner {
  padding: 74px 0 146px 0;
}
.about-inner .cmn-title {
  font-size: 6rem;
}
.about-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 66px;
}
.about-img {
  position: relative;
  z-index: 1;
}
.about-img::before {
  position: absolute;
  content: "";
  right: -76px;
  bottom: 0;
  width: 150px;
  height: 188px;
  background: center/cover no-repeat url(../images/about/about-img-deco.png);
}
.about-textbox {
  max-width: 490px;
  width: 100%;
}
.about-title {
  font-size: 4rem;
  font-weight: 700;
  color: #f58b05;
  margin-bottom: 18px;
}
.about-text {
  font-size: 2rem;
  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: 36px 171px 31px 218px;
  margin-bottom: 0;
}
.about .top-area-content .top-area-title {
  font-size: 4rem;
}
.about .top-area-content .top-area-text {
  font-size: 2.2rem;
}
.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 {
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
  position: relative;
  z-index: 0;
}
.commit-inner {
  padding: 150px 0;
}
.commit-content {
  padding: 10px;
  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(2) .commit-content-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.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: 57px 60px 57px 60px;
  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-textbox {
  max-width: 460px;
  width: 100%;
}
.commit-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  color: #f58b05;
}
.commit-text {
  font-size: 1.8rem;
  line-height: 2;
}

.flow {
  overflow: hidden;
  background-color: #fff;
}
.flow-inner {
  padding: 150px 0;
  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: -76px;
  bottom: 148px;
  width: 772px;
  height: 560px;
  background: center/cover no-repeat url(../images/about/flow-bg-r-b.png);
  z-index: -1;
}
.flow-list-item {
  max-width: 330px;
  width: 100%;
  min-height: 475px;
  text-align: center;
  padding: 59px 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(:nth-child(3n))::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -41px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 31px;
  background: center/cover no-repeat url(../images/about/flow-arrow.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 80px;
}
.flow-list-item:last-child {
  min-height: 400px;
}
.flow-list-item:last-child::before {
  display: none;
}
.flow-list-item:last-child .flow-list-title {
  font-size: 3.2rem;
}
.flow-list-title {
  font-size: 3.5rem;
  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 {
  position: relative;
  z-index: 1;
  /*診断タイトル*/
  /*診断ボタン
  ----------------------------------------------- */
  /*回答リスト*/
  /*回答ボタン*/
  /*戻るボタン*/
  /*診断結果
  ----------------------------------------------- */
}
.chart-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 150px 0;
  position: relative;
  z-index: 1;
}
.chart-inner::before {
  position: absolute;
  content: "";
  left: -197px;
  bottom: 0;
  width: 195px;
  height: 189px;
  background: center/cover no-repeat url(../images/wall/chart-bg-l-b.png);
}
.chart-inner::after {
  position: absolute;
  content: "";
  right: -37px;
  top: 315px;
  width: 60px;
  height: 55px;
  background: center/cover no-repeat url(../images/wall/chart-bg-r-t.png);
}
.chart-inner .cmn-title {
  font-size: 6rem;
}
.chart .chart_title {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 20px 16px;
  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 .chart_title::before {
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/wall/Q.png);
}
.chart .com_chart {
  padding-top: 150px;
  margin-top: -150px;
}
.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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px;
  padding-bottom: 25px;
}
.chart .chart_btn_list-item {
  max-width: 440px;
  width: 100%;
  height: 110px;
  margin-bottom: 30px;
}
.chart .chart_btn_list-item:not(:nth-child(even)) {
  margin-right: 28px;
}
.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: 2.3rem;
  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: 2.2rem;
  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: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 29px 15px;
  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 {
  padding-top: 150px;
  margin-top: -150px;
}
.chart .result_chart-inner {
  background-color: #fff;
  border: 3px solid #f58c07;
  position: relative;
  position: relative;
}
.chart .result_container {
  width: 100%;
  padding: 60px 70px 46px 70px;
}
.chart .result_flex {
  margin-bottom: 40px;
}
.chart .result_img {
  max-width: 430px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border: 6px 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: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 21px 0;
  background-color: #ffedd5;
  border-radius: 35px;
  margin-bottom: 60px;
  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-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: 2.4rem;
  text-align: center;
  line-height: 1;
}
.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 58px auto;
}
.chart .back_btn_wrp a {
  font-size: 2.5rem;
  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 {
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
  position: relative;
  z-index: 0;
}
.wall-inner {
  padding: 150px 0;
  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 {
  margin-bottom: 70px;
}
.wall-img {
  position: relative;
  z-index: 1;
}
.wall-textbox {
  max-width: 550px;
  width: 100%;
}
.wall-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.wall-text:not(:last-of-type) {
  margin-bottom: 23px;
}
.wall-sub-content {
  padding: 10px;
  border: 2px dashed #f58b05;
  position: relative;
}
.wall-sub-content-inner {
  padding: 80px 20px;
  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: 39px;
}
.wall-list {
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
}
.wall-list-item {
  max-width: 350px;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}
.wall-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 50px;
}
.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: 2.8rem;
  line-height: 1;
  text-align: center;
}

.case {
  overflow: hidden;
  background-color: #fff;
}
.case-inner {
  padding: 150px 0;
  position: relative;
}
.case-inner::before {
  position: absolute;
  content: "";
  right: -150px;
  bottom: 0;
  width: 170px;
  height: 213px;
  background: center/cover no-repeat url(../images/top/news-illust.png);
}
.case-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;
  position: relative;
  z-index: 1;
}
.case-list-item {
  max-width: 330px;
  width: 100%;
  margin-bottom: 20px;
}
.case-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.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: 29px;
  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.5rem;
  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-inner {
  padding: 75px 0 100px 0;
}
.case-detail-title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 65px;
  padding-left: 29px;
  position: relative;
}
.case-detail-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background-color: #f58b05;
  border-radius: 4px;
}
.case-detail-img-list {
  margin-bottom: 50px;
}
.case-detail-img-list-item {
  max-width: 510px;
  width: 100%;
}
.case-detail-img-list-item:nth-child(1) {
  position: relative;
}
.case-detail-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  right: -45px;
  bottom: 155px;
  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: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 11px 14px;
  background-color: #63a9cd;
  margin-bottom: 20px;
}
.case-detail-body {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 100px;
}
.case-detail-body img {
  max-width: 100%;
}
.case-detail-img {
  max-width: 510px;
  width: 100%;
  height: 350px;
  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-item {
  margin-bottom: 50px;
}

/*========================================
other
==========================================*/
.business {
  background: center/1920px 1080px repeat url(../images/top/top-info-bg.png);
  position: relative;
  z-index: 0;
}
.business-inner {
  padding: 150px 0;
  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: 10px;
  border: 2px dashed #f58b05;
  position: relative;
}
.business-content-inner {
  padding: 60px 65px;
  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:nth-of-type(even) .business-content-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.business-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.business-textbox {
  max-width: 456px;
  width: 100%;
}
.business-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
  color: #f58b05;
}
.business-sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  padding: 11px;
  background-color: #63a9cd;
}
.business-text {
  font-size: 1.6rem;
  line-height: 2;
}

/*========================================
info
==========================================*/
.greeting-inner {
  padding: 75px 0 140px 0;
  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: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.greeting-right {
  position: relative;
  z-index: 1;
}
.greeting-right::before {
  position: absolute;
  content: "";
  right: -100px;
  bottom: -158px;
  width: 170px;
  height: 213px;
  background: center/cover no-repeat url(../images/info/greeting-img-deco.png);
}
.greeting-img {
  margin-bottom: 33px;
}
.greeting-name {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #f58b05;
  text-align: center;
}
.greeting-textbox {
  max-width: 510px;
  width: 100%;
}
.greeting-text {
  font-size: 1.8rem;
  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 {
  width: 300px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 28px 0;
  text-align: center;
  background-color: #63a9cd;
  vertical-align: middle;
}
.info-table tr td {
  width: 780px;
  font-size: 2rem;
  font-weight: 700;
  padding: 25px 39px;
  background-color: #fff;
  vertical-align: middle;
}
.info-tel-txt {
  display: inline-block;
  line-height: 1;
}
.info-map {
  width: 100%;
  height: 360px;
  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 input {
  color: #fff;
  background-color: #f58b05;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #f58b05;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #f58b05;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #f58b05;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.en-footer-bottom {
  padding: 25px 0 21px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.footer-inner {
  padding: 117px 0 109px 0;
}
.footer-logo {
  margin-bottom: 50px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 260px;
  width: 100%;
}
.footer-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 38px;
}
.footer-textbox {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.footer-flex {
  margin-bottom: 20px;
}
.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: 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;
}
.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;
}
.footer-right {
  max-width: 433px;
  width: 100%;
}
.footer-link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-btn {
  margin-right: 29px;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.footer-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.footer-nav {
  width: 100%;
  height: 278px;
  margin-bottom: 34px;
}
.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: 29px;
}
.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: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-nav-list-item .nav-text {
  font-size: 2.2rem;
  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.8rem;
  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.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  padding: 22px 0;
  background-color: #f58b05;
}