@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #2c2c2c;
  z-index: 100;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 775px;
  width: 100%;
}
.header-link a:hover {
  opacity: 0.7;
}
.header .global-nav {
  max-width: 502px;
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.header .global-nav-list-item a:hover {
  opacity: 0.6;
}
.header .global-nav-list-item a.current {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 830px;
  margin-top: 100px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
}
.header .main-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 120px;
}
.header .sub-visual {
  width: 100%;
  height: 450px;
  margin-top: 100px;
  background: center/cover no-repeat url(../images/about/sub-visual-bg.png);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header .sub-visual-inner {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.header .sub-visual-img {
  position: absolute;
  right: -220px;
  top: 0;
  z-index: -1;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  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-bottom: 163px;
}
.header .sub-visual-title {
  margin-left: -170px;
}
.header .page-top {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
}
.header .page-top:hover {
  opacity: 0.8;
  bottom: 70px;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.chart {
  overflow: hidden;
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
  /*診断タイトル*/
  /*診断ボタン
  ----------------------------------------------- */
  /*回答リスト*/
  /*回答ボタン*/
  /*戻るボタン*/
  /*診断結果
  ----------------------------------------------- */
}
.chart::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 362px;
  background: center/cover no-repeat url(../images/top/chart-bg-bottom.png);
  z-index: -1;
}
.chart-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 140px 0;
  position: relative;
  z-index: 1;
}
.chart-inner::before {
  position: absolute;
  content: "";
  top: 430px;
  left: -140px;
  width: 197px;
  height: 69px;
  background: center/cover no-repeat url(../images/top/chart-bg-l.png);
}
.chart-inner::after {
  position: absolute;
  content: "";
  top: 270px;
  right: -210px;
  width: 267px;
  height: 154px;
  background: center/cover no-repeat url(../images/top/chart-bg-r.png);
  z-index: -1;
}
.chart-guide {
  margin-bottom: 70px;
}
.chart-guide-btn:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.chart-main-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px auto;
  text-align: center;
  position: relative;
}
.chart-main-title::before {
  position: absolute;
  content: "";
  top: -65px;
  right: -60px;
  width: 377px;
  height: 164px;
  background: center/cover no-repeat url(../images/top/chart-title-deco.png);
}
.chart-sub-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #0184ec;
  margin-bottom: 50px;
  position: relative;
}
.chart-sub-text::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 44px;
  background: center/cover no-repeat url(../images/top/chart-sub-text-deco.png);
}
.chart-sub-text .border {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.chart-sub-text .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: rgba(73, 200, 242, 0.5);
  z-index: -1;
}
.chart .chart_title {
  width: 60%;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 4px solid #4b672f;
  margin-bottom: 30px;
}
.chart .com_chart {
  padding-top: 120px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.chart .com_chart-inner {
  width: 100%;
  height: 100%;
  padding: 48px 0 30px 0;
  border: 6px solid #2c2c2c;
  outline: 5px solid #c12424;
  outline-offset: -11px;
  position: relative;
  z-index: 1;
}
.chart .com_chart-padding {
  width: 100%;
  height: 100%;
  background: center/1920px 1440px repeat url(../images/about/cmn-pattern.png);
  border: 6px solid #4b672f;
}
.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;
}
.chart .chart_btn_list-item {
  max-width: 340px;
  width: 100%;
  height: 90px;
  margin-bottom: 30px;
}
.chart .chart_btn_list-item:not(:nth-child(even)) {
  margin-right: 40px;
}
.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-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #c12424;
  outline: 1px solid #cf5d5d;
  outline-offset: -6px;
  position: relative;
}
.chart .answer_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .answer_btn:hover::before {
  right: 11px;
}
.chart .btn_wrp {
  max-width: 340px;
  width: 100%;
  height: 80px;
  margin: 0 auto 10px auto;
}
.chart .btn_wrp a {
  width: 100%;
  height: 100%;
}
.chart .more_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-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #c12424;
  outline: 1px solid #cf5d5d;
  outline-offset: -6px;
  position: relative;
}
.chart .more_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 12px;
  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 {
  right: 11px;
}
.chart .result_title {
  width: 60%;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 4px solid #4b672f;
  margin-bottom: 30px;
}
.chart .result_chart {
  padding-top: 120px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.chart .result_chart-inner {
  width: 100%;
  height: 100%;
  padding: 48px 0 30px 0;
  border: 6px solid #2c2c2c;
  outline: 5px solid #c12424;
  outline-offset: -11px;
  position: relative;
  z-index: 1;
}
.chart .result_chart-padding {
  width: 100%;
  height: 100%;
  background: center/1920px 1440px repeat url(../images/about/cmn-pattern.png);
  border: 6px solid #4b672f;
}
.chart .result_container {
  width: 100%;
}
.chart .result_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.chart .result_img {
  max-width: 470px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.chart .result_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chart .result_txtxbx {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.chart .result_container-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 12px 68px;
  background-color: #2644ae;
  margin-bottom: 30px;
  position: relative;
}
.chart .result_container-title::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 15px;
  background: center/cover no-repeat url(../images/top/chart-result-arrow.png);
}
.chart .result_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 24px;
}
.chart .back_btn_wrp {
  max-width: 340px;
  width: 100%;
  height: 60px;
  margin: 0 auto 40px auto;
}
.chart .back_btn_wrp 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;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #c12424;
  outline: 1px solid #cf5d5d;
  outline-offset: -6px;
  position: relative;
}
.chart .back_btn_wrp a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .back_btn_wrp a:hover::before {
  right: 11px;
}

.top-about {
  background: center/cover no-repeat url(../images/top/top-about-bg01.png);
  position: relative;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
}
.top-about::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.top-about-inner {
  padding: 140px 0;
}
.top-about-title {
  text-align: center;
  margin-bottom: 65px;
}
.top-about-title .top-about-sub-title {
  display: block;
  margin-bottom: 20px;
}
.top-about-title .main {
  display: block;
}
.top-about-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.top-about-content.bottom {
  margin-bottom: 20px;
}
.top-about-textbox {
  padding: 15px 10px;
  margin-bottom: 50px;
  background-color: #2c2c2c;
  position: relative;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 6px;
  width: 186px;
  height: 79px;
  background: center/cover no-repeat url(../images/top/top-about-box-deco.png);
}
.top-about-textbox.p-middle {
  padding: 60px 10px;
}
.top-about-textbox.p-small {
  padding: 30px 10px;
}
.top-about-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 35px;
}
.top-about-illust {
  margin-right: 50px;
}
.top-about-illust.bottom {
  position: relative;
  bottom: -114px;
}
.top-about-sub-textbox {
  max-width: 725px;
  width: 100%;
  min-height: 201px;
  margin-bottom: 38px;
  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-left: 30px;
  position: relative;
  z-index: 1;
}
.top-about-sub-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../images/top/top-about-textbox01.png);
  z-index: -1;
}
.top-about-sub-textbox::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 724px;
  height: 201px;
  background: center/cover no-repeat url(../images/top/top-about-textbox-shadow01.png);
  z-index: -10;
}
.top-about-sub-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}
.top-about-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;
  position: relative;
}
.top-about-flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-about-flex.reverse .top-about-illust {
  margin-right: 0;
  margin-left: 50px;
}
.top-about-flex.reverse .top-about-sub-textbox {
  padding-left: 0;
  padding-right: 30px;
}
.top-about-flex.reverse .top-about-sub-textbox::before {
  background: center/cover no-repeat url(../images/top/top-about-textbox02.png);
}
.top-about-flex.reverse .top-about-sub-textbox::after {
  right: auto;
  left: -10px;
  background: center/cover no-repeat url(../images/top/top-about-textbox-shadow02.png);
}
.top-about-sub-content {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}
.top-about-sub-content .top-about-textbox {
  max-width: 570px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.top-about-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-about-link .cmn-btn:not(:last-of-type) {
  margin-right: 50px;
}

.act02 {
  background: top 50px right/409px 243px no-repeat url(../images/top/top-about-bg-r-t01.png), bottom 259px right/393px 416px no-repeat url(../images/top/top-about-bg-r-b01.png), top 514px left/304px 432px no-repeat url(../images/top/top-about-bg-l-t01.png), bottom 86px left/267px 154px no-repeat url(../images/top/top-about-bg-l-b01.png), center/cover no-repeat url(../images/top/top-about-bg02.png);
}
.act02::before {
  display: none;
}
.act02::after {
  display: none;
}
.act02 .cmn-btn {
  margin: 50px auto 0 auto;
}

.act03 {
  background: center/cover no-repeat url(../images/top/top-about-bg03.png);
}

.act04 {
  background: top 50px right/409px 243px no-repeat url(../images/top/top-about-bg-r-t02.png), bottom 100px left/396px 516px no-repeat url(../images/top/top-about-bg-l-b02.png), center/cover no-repeat url(../images/top/top-about-bg04.png);
}
.act04::before {
  display: none;
}
.act04::after {
  display: none;
}
.act04 .cmn-btn {
  margin: 50px auto 0 auto;
}

.reserve {
  background: left bottom/1165px 386px no-repeat url(../images/top/reserve-bg-l-b.png), right top/1165px 361px no-repeat url(../images/top/reserve-bg-r-t.png), center/cover no-repeat url(../images/top/reserve-bg.png);
  position: relative;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/cover no-repeat url(../images/top/reserve-bg-top.png);
}
.reserve::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/cover no-repeat url(../images/top/reserve-bg-top.png);
}
.reserve-title {
  text-align: center;
  margin-bottom: 30px;
}
.reserve-btn {
  max-width: 520px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #4b672f;
  outline: 1px solid #697b56;
  outline-offset: -6px;
  position: relative;
}
.reserve-btn::before {
  content: "";
  width: 32px;
  height: 38px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/top/reserve-btn-icon01.png);
}
.reserve-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover::after {
  right: 11px;
}
.reserve-btn:nth-of-type(2) {
  background-color: #c12424;
  outline: 1px solid #cf5d5d;
}
.reserve-btn:nth-of-type(2)::before {
  width: 34px;
  height: 26px;
  background: center/cover no-repeat url(../images/top/reserve-btn-icon02.png);
}

.news {
  overflow: hidden;
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1599px;
  width: 100%;
  height: 789px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.news::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 200px;
  width: 357px;
  height: 349px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.news-textbox {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 750px;
  width: 100%;
  padding: 49px 40px;
  background: center/cover no-repeat url(../images/top/news-bg.png);
  z-index: 0;
}
.news-textbox .post-none-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.news-textbox .cmn-btn {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 138px;
  height: 44px;
  margin: 0 auto;
  padding-right: 20px;
}
.news-list {
  max-width: 486px;
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 19px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #c12424;
  margin-bottom: 6px;
  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;
}
.news-accent-tag:not(:last-child)::after {
  content: "・";
}
.news-accent time {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #727272;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.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: #fff;
  background-color: #2c2c2c;
  border: 2px solid #fff;
}
.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: #2c2c2c;
}
.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: 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-title {
  font-size: 2.5rem;
  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 #fff;
  border-bottom: 1px solid #fff;
}
.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;
}
.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 #fff;
  border-right: 1px solid #fff;
}
.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: #fff !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#news .news-list {
  max-width: none;
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1599px;
  width: 100%;
  height: 789px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.about::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 200px;
  width: 357px;
  height: 349px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.about-inner {
  padding: 140px 0;
}
.about-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
.about-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.about-content:nth-of-type(2) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no02.png);
}
.about-title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.about-title::before {
  content: "";
  width: 113px;
  height: 113px;
  margin-right: 30px;
  background: center/cover no-repeat url(../images/about/about-no01.png);
}
.about-title-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 14px;
  border-bottom: 4px solid #c12424;
}
.about-textbox {
  max-width: 562px;
  width: 100%;
}
.about-sub-text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0;
}
.about-sub-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.about-sub-text .accent {
  font-size: 2rem;
  color: #c12424;
}

.strength {
  background: center/1920px 1440px repeat url(../images/about/cmn-pattern.png);
  position: relative;
}
.strength::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
}
.strength::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.strength-inner {
  padding: 140px 0;
}
.strength-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.strength-content:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.strength-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 14px;
  margin-bottom: 35px;
  border-bottom: 4px solid #c12424;
}
.strength-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
.strength-text:not(:last-of-type) {
  margin-bottom: 30px;
}

.greeting {
  background: top 50px right/409px 243px no-repeat url(../images/top/top-about-bg-r-t01.png), bottom 276px left/304px 432px no-repeat url(../images/top/top-about-bg-l-t01.png), center/cover no-repeat url(../images/top/top-about-bg02.png);
}
.greeting-inner {
  padding: 140px 0;
}
.greeting-textbox {
  padding: 65px 20px;
  text-align: center;
  background-color: #fff;
  border: 4px solid #171717;
}
.greeting-title {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 38px auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 14px;
  border-bottom: 4px solid #c12424;
}
.greeting-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.greeting-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #4b672f;
}

.info {
  background: center/cover no-repeat url(../images/about/info-bg.png);
  position: relative;
}
.info::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
}
.info::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.info-inner {
  padding: 140px 0;
}
.info-content {
  padding: 70px 90px;
  margin-bottom: 70px;
  background-color: #2c2c2c;
}
.info-table {
  width: 100%;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 2px solid white;
}
.info-table tr th {
  width: 220px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #c12424;
  padding: 20px 10px 20px 20px;
  vertical-align: top;
}
.info-table tr td {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  padding: 17px 10px 17px 0;
}
.info-tel-txt img {
  display: block;
}
.info-sub-content {
  max-width: 510px;
  width: 100%;
}
.info-sub-title {
  margin-bottom: 30px;
}
.info-map {
  width: 100%;
  height: 510px;
  border: 4px solid #171717;
}
.info-map iframe {
  width: 100%;
  height: 100%;
}

/*========================================
job
==========================================*/
.job {
  overflow: hidden;
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
}
.job::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1599px;
  width: 100%;
  height: 789px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.job::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 200px;
  width: 357px;
  height: 349px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.job-inner {
  padding: 140px 0;
}
.job-guide .cmn-btn {
  max-width: 340px;
}
.job-content {
  padding-top: 130px;
}
.job-flex {
  margin-bottom: 70px;
}
.job-flex:not(:last-of-type) {
  margin-bottom: 70px;
}
.job-textbox {
  max-width: 640px;
  width: 100%;
}
.job-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 14px;
  margin-bottom: 35px;
  border-bottom: 4px solid #c12424;
}
.job-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
}
.job-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.job-sub-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 40px;
  border-bottom: 4px solid #4b672f;
}
.job-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.job-list-item {
  width: 50%;
}
.job-sub-text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0;
}
.job-sub-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.job-sub-text .accent {
  font-size: 2rem;
  color: #c12424;
}

/*========================================
works
==========================================*/
.works {
  overflow: hidden;
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
}
.works::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1599px;
  width: 100%;
  height: 789px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.works::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 200px;
  width: 357px;
  height: 349px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.works-inner {
  padding: 100px 0 140px 0;
}
.works-guide {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}
.works-guide .cmn-btn {
  max-width: 340px;
  margin-bottom: 30px;
}
.works-content {
  padding-top: 110px;
}
.works-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.works-list-item {
  max-width: 350px;
  width: 100%;
  padding: 25px 25px 22px 25px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 4px solid #171717;
}
.works-list-item:nth-child(1) .works-list-title {
  margin-bottom: 0;
}
.works-list-item:nth-child(1) .works-text {
  margin-top: -13px;
}
.works-list-item:nth-child(2) {
  max-width: 710px;
}
.works-list-item:nth-child(3) {
  max-width: 460px;
}
.works-list-item:nth-child(4) {
  max-width: 290px;
}
.works-list-item:nth-child(5) {
  max-width: 290px;
}
.works-list-item:nth-child(6) {
  max-width: 270px;
}
.works-list-item:nth-child(7) {
  max-width: 790px;
}
.works-list-item:nth-child(7) .works-text:not(:last-of-type) {
  margin-right: 32px;
}
.works-list-item:nth-child(8) {
  max-width: 710px;
}
.works-list-item:nth-child(9) {
  max-width: 350px;
}
.works-list-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 23px;
}
.works-flex {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.works-text {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}
.works-text:not(:last-of-type) {
  margin-right: 37px;
}
.works-text .l-font {
  display: inline-block;
  font-size: 10.6rem;
  color: #4b672f;
}
.works-text .accent {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 9px 12px;
  margin-right: 15px;
  margin-top: -5px;
  background-color: #4b672f;
}
.works-sub-text {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  text-align: right;
  margin-top: 19px;
}
.works-graph {
  text-align: right;
}
.benefits {
  background: center/1920px 1440px repeat url(../images/about/cmn-pattern.png);
  position: relative;
}
.benefits::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
}
.benefits::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.benefits-inner {
  padding: 140px 0;
}
.benefits-textbox {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 42px 10px;
  margin-bottom: 70px;
  background-color: #2c2c2c;
  position: relative;
}
.benefits-textbox::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 6px;
  width: 186px;
  height: 79px;
  background: center/cover no-repeat url(../images/top/top-about-box-deco.png);
}
.benefits-list-item {
  max-width: 510px;
  width: 100%;
  text-align: center;
}
.benefits-img {
  margin-bottom: 40px;
}
.benefits-title {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 14px;
  border-bottom: 4px solid #c12424;
  margin-bottom: 20px;
}
.benefits-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}

.staff {
  background: top 50px right/409px 243px no-repeat url(../images/top/top-about-bg-r-t01.png), top 514px left/304px 432px no-repeat url(../images/top/top-about-bg-l-t01.png), center/cover no-repeat url(../images/works/staff-bg.png);
}
.staff-inner {
  padding: 140px 0;
}
.staff-content {
  padding: 66px 86px;
  background-color: #fff;
  border: 4px solid #171717;
}
.staff-content:not(:last-of-type) {
  margin-bottom: 70px;
}
.staff-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
}
.staff-img {
  margin-right: 50px;
}
.staff-name {
  font-size: 3rem;
}
.staff-name .accent {
  font-size: 2.4rem;
  color: #c12424;
}
.staff-list-item {
  padding-left: 68px;
  position: relative;
}
.staff-list-item::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: 60px;
  height: 59px;
  background: center/cover no-repeat url(../images/works/staff-Q.png);
}
.staff-list-item:not(:last-of-type) {
  margin-bottom: 43px;
}
.staff-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 14px;
  border-bottom: 4px solid #c12424;
  margin-bottom: 22px;
}
.staff-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}

.career {
  background: center/1920px 1440px repeat url(../images/about/cmn-pattern.png);
  position: relative;
}
.career::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
}
.career::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 14px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.career-inner {
  padding: 140px 0;
}
.career-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.career-textbox {
  max-width: 640px;
  width: 100%;
  padding: 62px 10px;
  margin-bottom: 70px;
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
}
.career-textbox::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 6px;
  width: 186px;
  height: 79px;
  background: center/cover no-repeat url(../images/top/top-about-box-deco.png);
  z-index: -1;
}
.career-text {
  font-size: 2rem;
  color: #fff;
  line-height: 2;
  text-align: center;
}

/*========================================
recruit
==========================================*/
.recruit {
  overflow: hidden;
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
}
.recruit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1599px;
  width: 100%;
  height: 789px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.recruit::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 200px;
  width: 357px;
  height: 349px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.recruit-inner {
  padding: 140px 0;
}
.recruit-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;
}
.recruit-list-item {
  max-width: 340px;
  width: 100%;
}
.recruit-list-item:not(:nth-last-child(3n)) {
  margin-right: 30px;
}
.recruit-list-item a {
  width: 100%;
  height: 100%;
}
.recruit-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.recruit-img {
  max-width: 340px;
  width: 100%;
  height: 240px;
  margin-bottom: 25px;
  border: 4px solid #171717;
  overflow: hidden;
}
.recruit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 4px solid #4b672f;
}
.recruit-text-list-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
}
.recruit-text-list-item .accent {
  display: inline-block;
  color: #c12424;
}
.recruit-detail {
  overflow: hidden;
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
}
.recruit-detail::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1599px;
  width: 100%;
  height: 789px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.recruit-detail::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 200px;
  width: 357px;
  height: 349px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.recruit-detail-inner {
  max-width: 900px;
}
.recruit-detail-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 50px;
  border-bottom: 4px solid #4b672f;
}
.recruit-detail-flex {
  margin-bottom: 60px;
}
.recruit-detail-img {
  max-width: 420px;
  width: 100%;
  height: 296px;
  border: 4px solid #171717;
  overflow: hidden;
}
.recruit-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-detail-textbox {
  max-width: 420px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
}
.recruit-detail-textbox .accent {
  display: inline-block;
  color: #c12424;
}
.recruit-detail-table {
  width: 100%;
}
.recruit-detail-table tr {
  display: block;
}
.recruit-detail-table tr:not(:last-of-type) {
  border-bottom: 2px solid white;
}
.recruit-detail-table tr th {
  width: 220px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #c12424;
  padding: 20px 10px 20px 20px;
  vertical-align: top;
}
.recruit-detail-table tr td {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  padding: 17px 10px 17px 0;
}

/*========================================
contact
==========================================*/
.contact {
  background-color: #2c2c2c;
}
.contact-form-table tr {
  border: 1px solid #fff;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #171717;
}
.contact-form-table tr td {
  color: #fff;
}
.contact-form-table tr td a {
  color: #fff;
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #171717;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #171717;
}

/*========================================
privacy
==========================================*/
.privacy {
  background-color: #2c2c2c;
}
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  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 #fff;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site {
  background-color: #2c2c2c;
}
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #fff;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #fff;
  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 #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #fff !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #2c2c2c;
}
.footer-inner {
  padding: 70px 0;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 306px;
  width: 100%;
}
.footer-address {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 29px;
}
.footer-tel {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #c12424;
  margin-bottom: 39px;
  padding-bottom: 21px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-tel::before {
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-btn {
  max-width: 290px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #727272;
  position: relative;
}
.footer-btn::after {
  content: "";
  width: 14px;
  height: 12px;
  margin-left: 6px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 14px;
}
.footer-btn:hover::before {
  right: 11px;
}
.footer-right {
  max-width: 380px;
  width: 100%;
}
.footer-nav {
  margin-bottom: 67px;
}
.footer-nav-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 285px;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 48px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}
.footer-bottom {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #727272;
  text-align: right;
  padding-top: 30px;
  border-top: 1px solid #727272;
}
.footer-bottom a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}