/* Scss Document */
/*---------------------------------------------
    service
---------------------------------------------*/
.p-home-service__box {
  max-width: 1000px;
  margin: auto; }

.p-home-service__link {
  margin: 90px 0 0; }
  @media screen and (max-width: 768px) {
    .p-home-service__link {
      margin: 40px 0 0; } }
  .p-home-service__link li {
    border: 1px solid #101010; }
    .p-home-service__link li:not(:last-child) {
      margin: 0 0 60px; }
      @media screen and (max-width: 768px) {
        .p-home-service__link li:not(:last-child) {
          margin: 0 0 40px; } }
    .p-home-service__link li a {
      display: flex;
      padding: 40px 100px 40px 40px;
      align-items: center;
      position: relative;
      transition: .4s; }
      @media screen and (max-width: 768px) {
        .p-home-service__link li a {
          display: block;
          padding: 30px 60px 30px 25px; } }
      .p-home-service__link li a::after {
        content: "";
        display: block;
        width: 48px;
        height: 80px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url("../img/service/arrow_top.svg") no-repeat;
        background-size: contain;
        background-position: center right; }
        @media screen and (max-width: 768px) {
          .p-home-service__link li a::after {
            width: 40px;
            height: 64px; } }
      .p-home-service__link li a:hover {
        background: #DBD3CF; }

.p-home-service__list-head {
  width: 345px;
  margin: 0 50px 0 0;
  flex-shrink: 0; }
  @media screen and (max-width: 768px) {
    .p-home-service__list-head {
      width: 100%;
      margin: 0 0 20px; } }

.p-home-service__list-tit {
  color: #B03A0D;
  font-size: 3rem; }

.p-home-service__list-img {
  margin: 15px 0 0; }
  @media screen and (max-width: 768px) {
    .p-home-service__list-img {
      max-width: 345px;
      margin: 10px 0 0; } }

.p-home-service__btn {
  display: block;
  max-width: 345px;
  padding: 0.5em;
  font-size: 1.8rem;
  color: #fff;
  background: #B03A0D;
  border: 1px solid #B03A0D;
  text-align: center;
  margin: 70px auto 0;
  transition: .4s; }
  @media screen and (max-width: 768px) {
    .p-home-service__btn {
      margin: 30px auto 0; } }
  .p-home-service__btn:hover {
    background: #fff;
    color: #B03A0D; }

/*---------------------------------------------
    service
---------------------------------------------*/
.l-main:not(.l-main--home) {
  padding-top: 100px; }

.c-mv::before {
  display: none; }
.c-mv .c-mv__title {
  margin-bottom: 30px; }
.c-mv .c-mv__text {
  margin: 0; }

.mincho {
  font-family: var(--font-family_zen-old-mincho); }

.en {
  font-family: var(--font-family_crimson-pro); }

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important; } }
/* breadcrumb */
.breadcrumb {
  margin: 80px 0 10px;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      font-size: 3vw;
      padding: 2vw 0; } }

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .breadcrumb__list {
      justify-content: flex-start; } }
  .breadcrumb__list li {
    position: relative; }
    .breadcrumb__list li:not(:last-child) {
      margin: 0 3em 0 0; }
      .breadcrumb__list li:not(:last-child)::after {
        content: ">";
        width: 1em;
        text-align: center;
        position: absolute;
        left: calc(100% + 1em);
        top: 0; }
  @media screen and (min-width: 768px) {
    .breadcrumb__list a {
      transition: .4s; }
      .breadcrumb__list a:hover {
        opacity: 1;
        color: #B03A0D; } }

.l-service {
  margin: 90px 0 0; }
  @media screen and (max-width: 768px) {
    .l-service {
      margin: 60px 0 0; } }

/*---------------------------------------------
    title
---------------------------------------------*/
.service_statement {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 80px;
  color: #fff;
  position: relative;
  display: block;
  margin: 0 0 60px; }
  @media screen and (max-width: 768px) {
    .service_statement {
      padding: 55px 0 115px; } }
  .service_statement::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .4s; }
  @media screen and (min-width: 768px) {
    .service_statement:hover::after {
      background: rgba(16, 16, 16, 0.7); }
    .service_statement:hover .l-service__inner::before {
      background-image: url("../img/service/arrow_pr.svg"); } }
  .service_statement .l-service__inner {
    position: relative;
    z-index: 2;
    padding-right: 80px; }
    @media screen and (max-width: 768px) {
      .service_statement .l-service__inner {
        padding: 0 20px; } }
    .service_statement .l-service__inner::before {
      transition: .4s;
      content: "";
      display: block;
      width: 60px;
      height: 60px;
      background-image: url("../img/service/arrow_wh.svg");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 768px) {
        .service_statement .l-service__inner::before {
          bottom: -60px;
          right: 20px; } }

.service_num {
  font-size: 1.8rem;
  letter-spacing: .15em; }

.service_tit {
  font-size: 3rem;
  line-height: 1.5;
  margin: 0 0 0.75em; }

/*---------------------------------------------
    list
---------------------------------------------*/
.service_list {
  display: flex;
  margin: 0 0 -60px;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .service_list {
      display: block;
      margin: 0; } }
  .service_list::before {
    content: "";
    display: block;
    width: 30%;
    order: 1; }
    @media screen and (max-width: 768px) {
      .service_list::before {
        display: none; } }
  .service_list li {
    width: 30%;
    margin: 0 0 60px;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .service_list li {
        width: 100%; } }

.service_list_tit {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.25; }

.service_list_txt {
  font-size: 1.4rem;
  margin: 0 0 20px; }

.service_list_link {
  border: 1px solid #B03A0D;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto auto 0;
  font-size: 1.8rem;
  padding: 0.3em;
  color: #B03A0D; }
  @media screen and (min-width: 768px) {
    .service_list_link {
      transition: .4s; }
      .service_list_link:hover {
        background: #B03A0D;
        color: #fff; } }

.service_txt {
  max-width: 760px; }

/*---------------------------------------------
    single
---------------------------------------------*/
.l-article {
  background: #fff;
  padding: 110px 0 0;
  margin: 120px 0 0; }
  @media screen and (max-width: 768px) {
    .l-article {
      padding: 70px 0 0;
      margin: 60px 0 0; } }

.single_statement {
  display: flex;
  padding: 0 0 120px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .single_statement {
      padding: 0 0 80px;
      display: block; } }
  .single_statement::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 750px;
    height: 1px;
    background: #DBD3CF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
    @media screen and (max-width: 768px) {
      .single_statement::after {
        max-width: 75%; } }

.single_statement_content {
  width: 48.5%;
  margin: 0 60px 0 0;
  flex-shrink: 0; }
  @media screen and (max-width: 768px) {
    .single_statement_content {
      width: 100%;
      margin: 0; } }

.single_statement_tit {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 0.6em;
  line-height: 1.4;
  border-bottom: 1px solid #B03A0D;
  padding: 0 0 0.3em; }
  @media screen and (max-width: 768px) {
    .single_statement_tit {
      font-size: 2.5rem; } }

.single_statement_txt {
  font-size: 1.4rem; }

.single_statement_link {
  display: block;
  padding: 0.5em;
  font-size: 2rem;
  color: #fff;
  background: #B03A0D;
  border: 1px solid #B03A0D;
  text-align: center;
  margin: 25px 0 0; }

.single_statement_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 70.5%;
  flex-shrink: 0; }
  @media screen and (max-width: 768px) {
    .single_statement_img {
      display: none; } }

.single_article {
  display: flex;
  padding: 90px 0 0;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .single_article {
      padding: 70px 0 0; } }

.single_mainWrap {
  width: 80%;
  flex-shrink: 0;
  margin: 0 150px 0 0;
  padding: 0 0 130px; }
  @media screen and (max-width: 1480px) {
    .single_mainWrap {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .single_mainWrap {
      width: 100%;
      margin: 0;
      padding: 0 0 70px; } }

.single_side {
  width: 100%;
  flex-shrink: 0;
  top: 0;
  right: 0;
  background: #342F2F;
  padding: 35px;
  color: #fff; }
  @media screen and (max-width: 1480px) {
    .single_side {
      display: none; } }

.single_side_inner {
  max-width: 240px;
  position: sticky;
  top: 35px;
  left: 0; }

.single_side_tit {
  font-size: 1.8rem;
  padding: 0 0 12px;
  border-bottom: 2px solid #fff; }

.single_side_list {
  font-size: 1.4rem; }
  .single_side_list li {
    border-bottom: 1px solid #fff; }
  .single_side_list a {
    display: block;
    padding: 15px 0; }

.single_contact {
  background: #342F2F;
  position: relative;
  padding: 80px 60px;
  color: #fff;
  margin: 120px 0 0; }
  @media screen and (max-width: 768px) {
    .single_contact {
      padding: 80px calc(100vw / var(--base-width)* 20);
      margin: 60px 0 0 calc(-100vw / var(--base-width)* 20);
      width: 100vw; } }

.single_contact_head {
  width: 350px;
  margin: 0 0 20px; }
  @media screen and (max-width: 768px) {
    .single_contact_head {
      width: 100%; } }

.single_contact_tit {
  font-weight: 700;
  color: #fff;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #fff;
  margin: 0 0 1em; }
  .single_contact_tit span {
    color: #B03A0D;
    display: inline-block;
    margin: 0 0.5em 0 0;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: .1em; }

.single_contact_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px; }
  @media screen and (max-width: 1150px) {
    .single_contact_img {
      width: 43%; } }
  @media screen and (max-width: 940px) {
    .single_contact_img {
      width: 35%;
      top: 70px; } }
  @media screen and (max-width: 850px) {
    .single_contact_img {
      width: 28%;
      top: 70px; } }
  @media screen and (max-width: 768px) {
    .single_contact_img {
      position: static;
      width: 100%;
      margin: 0 0 20px; } }

.single_contact_txt {
  font-size: 1.4rem; }

.single_main {
  /*.wp-block-group:last-child .wp-block-group__inner-container{
      border-bottom: 1px solid $primary;
      border-top: 1px solid $primary;
      padding: 30px;
  }*/ }
  @media screen and (max-width: 768px) {
    .single_main {
      font-size: 1.4rem; } }
  .single_main .wp-block-group .wp-block-group__inner-container,
  .single_main pre {
    white-space: normal;
    background: #EDE9E7;
    padding: 50px;
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      .single_main .wp-block-group .wp-block-group__inner-container,
      .single_main pre {
        padding: 20px;
        margin: 0 0 30px; } }
    .single_main .wp-block-group .wp-block-group__inner-container ul li::before,
    .single_main pre ul li::before {
      background-image: url("../img/service/list_wh.svg"); }
    .single_main .wp-block-group .wp-block-group__inner-container h3,
    .single_main pre h3 {
      border: none;
      margin: 0 0 20px;
      color: #B03A0D;
      font-family: var(--font-family_crimson-pro);
      padding: 0 0 20px;
      border-bottom: 1px solid #fff; }
    .single_main .wp-block-group .wp-block-group__inner-container a,
    .single_main pre a {
      max-width: 100%;
      font-size: 1.6rem;
      background: none;
      border: none;
      text-align: left;
      margin: 0;
      border-bottom: 1px solid #fff;
      display: inline-flex;
      align-items: center;
      color: #fff;
      position: relative;
      padding-right: 20px;
      padding: 10px 0;
      line-height: 1.3; }
      .single_main .wp-block-group .wp-block-group__inner-container a:not(:last-child),
      .single_main pre a:not(:last-child) {
        margin: 0 0 10px; }
      .single_main .wp-block-group .wp-block-group__inner-container a::before,
      .single_main pre a::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: #B03A0D;
        margin: 0 10px 0 0; }
      .single_main .wp-block-group .wp-block-group__inner-container a::after,
      .single_main pre a::after {
        content: "";
        display: block;
        width: 14px;
        height: 13px;
        background: url("../img/service/arrow.svg") no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
  .single_main b, .single_main storong {
    font-weight: 700;
    color: #B03A0D; }
  .single_main p {
    margin-bottom: 1.5em; }
  .single_main h2 {
    font-family: var(--font-family_zen-old-mincho);
    margin-bottom: 30px;
    color: #B03A0D;
    padding-left: 30px;
    position: relative;
    border-left: 3px solid #EDE9E7;
    font-size: 3rem;
    position: relative;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .single_main h2 {
        font-size: 2rem;
        padding-left: 15px; } }
    .single_main h2::after {
      content: "";
      display: block;
      width: 3px;
      height: 10px;
      top: 0;
      position: absolute;
      left: -3px;
      background: #B03A0D; }
    .single_main h2:not(:first-child) {
      margin-top: 120px; }
      @media screen and (max-width: 768px) {
        .single_main h2:not(:first-child) {
          margin-top: 60px; } }
  .single_main h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    border-top: 1px solid #B03A0D;
    border-bottom: 1px solid #B03A0D;
    font-size: 2rem;
    font-weight: 700;
    padding: 12px 0;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .single_main h3 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 20px; } }
  .single_main h2 + h3 {
    margin-top: 0; }
  .single_main h4 {
    background: #B03A0D;
    color: #fff;
    padding: 0.3em 30px;
    font-weight: 700;
    margin-top: 30px; }
  .single_main dt {
    padding-left: 45px;
    position: relative;
    font-weight: 700; }
    .single_main dt::before {
      content: "";
      background: url("../img/service/faq_q.svg") no-repeat;
      background-size: contain;
      display: inline-block;
      width: 30px;
      height: 30px;
      transform: translateY(8px);
      text-indent: 0;
      margin: 0 15px 0 0;
      flex-shrink: 0;
      position: absolute;
      top: 0;
      left: 0; }
  .single_main dd {
    padding-left: 45px;
    margin-top: 20px;
    position: relative; }
    .single_main dd::before {
      content: "";
      background: url("../img/service/faq_a.svg") no-repeat;
      background-size: contain;
      display: inline-block;
      width: 30px;
      height: 30px;
      transform: translateY(8px);
      text-indent: 0;
      margin: 0 15px 0 0;
      flex-shrink: 0;
      position: absolute;
      top: 0;
      left: 0; }
    .single_main dd pre {
      padding: 30px;
      margin-top: 30px; }
  .single_main ol {
    list-style: decimal;
    margin-left: 1em;
    padding-left: 0.5em;
    text-indent: 0; }
    .single_main ol li::marker {
      font-weight: 700; }
  .single_main ul {
    text-indent: 0; }
    .single_main ul li {
      text-indent: -22px;
      padding-left: 22px; }
      .single_main ul li::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../img/service/list_pr.svg");
        width: 17px;
        height: 17px;
        margin: 0 5px 0 0;
        display: inline-block;
        transform: translateY(2px); }
  .single_main a {
    max-width: 485px;
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 2rem;
    color: #fff;
    background: #B03A0D;
    border: 1px solid #B03A0D;
    text-align: center;
    margin: 25px auto 0; }

.l-article-single {
  padding: 0; }
  .l-article-single .single_article {
    padding: 0; }
  .l-article-single .single_main {
    padding: 90px 0 0; }
