/*
Theme Name:ANTHEM child
Theme URI:
Description:WordPressテーマ「ANTHEM」の自作子テーマです。
Template:anthem_tcd083
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.14.1
*/

#header_slider .slick-dots .slick-active button::before {
  background-color: #ad8c0e !important;
  border-color: #ad8c0e !important;
}

/****************
CONCEPT AREA
*****************/
.site-module.wrap {
  padding: 60px 40px;
}
.concept {
  position: relative;
}
.concept:before {
  content: '';
  width: 64%;
  position: absolute;
  top: 60px;
  right: -40px;
  height: 100%;
  background-image: url(img/tex_bg.png);
  background-size: 256px;
}
.concept__bg {
  position: absolute;
  top: 0;
  left: -40px;
  width: 72%;
  height: 100%;
}
.concept__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.concept__text {
  position: relative;
  margin: 0 0 0 56%;
  padding: 120px 0;
  width: 44%;
  z-index: 2;
}
.concept__text dl {
  max-width: 580px;
  padding: 64px 56px;
  background: #fff;
}
.concept__text dl dt {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  font-size: 1.96rem;
  letter-spacing: .08em;
  line-height: 1.44;
  font-weight: 700;
  margin: 0 0 12px;
  transform: translateX(-0.1em);
}
.concept__text dl dt:before {
  content: attr(data-eng);
  color: #ad8c0e;
  display: block;
  line-height: 1;
  font-size: .8rem;
  margin: 0 0 16px;
  letter-spacing: .24em;
}
.concept__text dl dd {
  font-size: 1.04rem;
  line-height: 1.88;
  text-align: justify;
}
.concept__text dl dd {
  font-size: 1.04rem;
  line-height: 1.88;
  text-align: justify;
}
.btnarea a {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  border: #282020 1px solid;
  background: #282020;
  color: #fff !important;
  font-size: 1.2rem;
  padding: 11px 72px;
}
.site-module .btnarea a:hover {
  background: #ad8c0e;
  border-color: #ad8c0e;
}
.btnarea a:after {
  content: ">";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: .72rem;
}

@media screen and (max-width: 1119px) {
  .site-module.wrap {
      padding: 72px 40px;
  }
  .concept__text {
    margin: 0 0 0 40%;
    width: 60%;
    padding: 64px 0;
  }
  .concept__text dl {
    padding: 48px 40px;
  }
  .concept__text {
    margin: 0 0 0 50%;
    padding: 60px 0;
    width: 50%;
  }
  .concept__text dl {
    padding: 35px 30px;
  }
}

@media screen and (max-width: 769px) {
  .site-module.wrap {
      padding: 40px 16px;
  }
  .concept:before {
    width: 96%;
    right: -16px;
    top: 40px;
  }
  .concept__bg {
    position: relative;
    left: -16px;
    width: 96%;
    height: 56vw;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
  }
  .concept__text {
    width: auto;
    margin: 24px 0 0;
    padding: 0;
  }
  .concept__text dl {
    padding: 32px 16px;
  }
  .concept__text dl dt {
    font-size: 1.2rem;
    text-align: center;
  }
  .concept__text dl dd {
    font-size: .77rem;
    line-height: 1.66;
  }
  .site-index .concept__text dl dd {
    font-size: .96rem;
    line-height: 1.66;
  }
  .site-module .btnarea a {
    display: block;
    padding: 11px 32px;
    text-align: center;
    margin: 0 0 8px;
    font-size: 1.1rem;
  }
  .site-module .btnarea a:last-of-type {
    margin-bottom: 0;
  }
}

/****************
ABILITIES AREA
*****************/
.site-module.wrap.mid {
  padding: 96px 6.6vw;
  position: relative;
}
.site-module.wrap.no-top {
  padding-top: 0;
}
.site-module h2 {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  font-size: 2rem !important;
  font-weight: 700;
  padding: 48px 0 0;
  margin: 0 0 20px;
  transform: translateX(-2px);
  text-align: left;
}
.advantage h2:after {
  content: attr(data-eng);
  display: inline-block;
  margin: 0 0 0 24px;
  font-size: 1.12rem;
  color: #ad8c0e;
}
.advantage__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 0 -3.3vw;
  list-style: none !important;
  margin-left: 0 !important;
  position: relative;
  z-index: 2;
}
.advantage__list__item {
  width: 29%;
  padding: 0 0 0 3.3vw;
  line-height: 1.6 !important;
}
.advantage__list__item__box {
  background: #fff;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 8px 8px 16px rgba(40,32,32,.04), 0 0 32px rgba(40,32,32,.06);
}
.advantage__list__item figure img {
  width: 100%;
}
.advantage__list__item dl {
  text-align: center;
  padding: 24px;
  padding-top: 20px;
}
.advantage__list__item dl dt {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  line-height: 1.6;
  font-size: 1.44rem;
  font-weight: 700;
  padding: 12px 0 0;
  background: url(img/business_icon.png) no-repeat center top/33px;
}
.advantage__list__item dl dd {
  font-size: 1.02rem;
  max-width: 340px;
  margin: 8px auto 0;
  padding: 12px 0 0;
  line-height: 1.6;
  border-top: #e8e8e8 1px solid;
}
@media screen and (min-width: calc(770px)) {
  .advantage__list__item:nth-child(1) {
    margin-top: 0;
    padding-left: 0;
  }
  .advantage__list__item:nth-child(2) {
      margin-top: 40px;
  }
  .advantage__list__item:nth-child(3) {
    margin-top: 80px;
  }
}
.parse {
  background: #fff;
  padding: 40px;
  position: relative;
  box-shadow: 8px 8px 16px rgba(40,32,32,.04), 0 0 32px rgba(40,32,32,.06);
  z-index: 2;
  max-width: 1400px;
  margin: 64px auto 0;
  border-radius: 4px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.parse__badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #ad8c0e;
  width: 80px;
  height: 80px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  font-size: 1.72rem;
  line-height: 1;
}
.parse__pic {
  width: 480px;
}
.parse__title__h {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 24px !important;
  padding: 0 0 24px !important;
  border-bottom: #e8e8e8 1px solid;
}
.parse__title__data {
  font-size: 1.04rem;
}
.parse__title__pic {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  background: #f3f3f4;
  padding: 16px 24px;
  margin: 24px 0 0;
}
.parse__title__pic figcaption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.56;
  margin: 0 24px 0 0;
}
.advantage .parse__title__pic img {
  width: 320px;
}
@media screen and (min-width: 1120px) {
  .display {
      width: 1120px;
      margin: 0 auto;
      position: relative;
      top: 0;
      left: 0;
  }
}
.alt {
  text-align: center;
  margin: 48px 0 0 !important;
}
.alt a {
  color: #ad8c0e !important;
  text-decoration: underline;
}
.site-module .btnarea {
  margin: 32px 0 0;
}
.site-module .btnarea.center {
  text-align: center;
}
.site-module .btnarea a {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  border: #282020 1px solid;
  background: #282020;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px 70px;
}
.site-module .btnarea a:after {
  content: ">";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: .72rem;
}

@media screen and (max-width: 1119px) {
  .site-module.wrap.mid {
      padding: 56px 40px;
  }
  .advantage__list {
    margin: 0 0 0 -2vw;
  }
  .advantage__list__item {
    padding: 0 0 0 2vw;
  }
  .advantage__list__item dl {
    padding: 15px;
  }
  .advantage__list__item dl dt {
    font-size: 1.2rem;
  }
  .advantage__list__item dl dd {
    font-size: .96rem;
  }
  .parse {
    display: block;
  }
  .parse__pic {
    width: 100%;
  }
  .parse__title {
    width: 100%;
    padding: 32px 0 0;
  }
  .parse__title__pic {
    display: block;
  }
  .parse__title__pic figcaption {
    margin: 0 0 8px;
    text-align: center;
  }
  .parse__title__pic img {
    width: 100% !important;
  }
  .display {
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .site-module .btnarea a {
    padding: 11px 56px;
  }
}
@media screen and (max-width: 769px) {
  .site-module.wrap.mid {
      padding: 32px 16px;
  }
  .site-module h2 {
    font-size: 1.44rem !important;
    margin: 0 0 16px !important;
  }
  .advantage h2:after {
    font-size: .88rem;
    margin: 0 0 0 12px;
  }
  .advantage__list {
    display: block;
    margin: 0;
  }
  .advantage__list__item {
    width: auto;
    padding: 0;
    margin: 0 0 20px;
  }
  .advantage__list__item__box {
    background: #fff;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 8px 8px 16px rgba(40,32,32,.04), 0 0 32px rgba(40,32,32,.06);
  }
  .advantage__list__item dl {
    padding: 16px 16px;
  }
  .parse {
    margin: 24px 0 0;
    padding: 16px;
  }
  .parse__badge {
    width: 56px;
    height: 56px;
    font-size: 1.4rem;
  }
  .parse__title__h {
    font-size: 1.24rem;
  }
  .parse__title__pic {
    padding: 16px;
  }
  .display {
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .advantage .alt {
    margin: 24px 16px 0 !important;
    text-align: justify;
  }
  .site-module .btnarea a {
    display: block;
    padding: 11px 32px;
    text-align: center;
    margin: 0 0 8px;
  }
}

/****************
CONTACT AREA
*****************/
.cta {
  position: relative;
  overflow: hidden;
  background-image: url(img/tex_bg.png);
  background-size: 256px;
}
.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta__bg:after, .cta__bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1.2);
}
.cta__bg:before {
  background: url(img/cta.jpg) no-repeat center/cover;
}
.cta__bg:after {
  background: #000;
  opacity: .45;
}
.cta__data {
  text-align: center;
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,.88);
}
.cta__data h3 {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  font-size: 1.12rem;
  line-height: 1;
  margin: 0 0 24px;
}
.cta__data h3:before {
  content: attr(data-eng);
  font-size: 2.88rem;
  display: block;
  margin: 0 0 12px;
}
.cta__data .context {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  font-size: 1.08rem;
}
@media screen and (max-width: 769px) {
  .cta__bg {
    transform: translate(0)!important;
  }
  .site-index .cta__bg:after {
    opacity: .42;
  }
  .cta__data h3 {
    font-size: .88rem;
  }
  .cta__data h3:before {
    font-size: 2rem;
  }
  .cta__data .context {
    font-size: 1rem;
    margin: 0 16px;
  }
}