@charset "UTF-8";
/* media query
**************************************************************************************************/
html {
  scroll-behavior: smooth; }

body {
  overflow: clip; }

.is_pc {
  display: block; }
  @media only screen and (max-width: 768px) {
    .is_pc {
      display: none; } }

.is_sp {
  display: none; }
  @media only screen and (max-width: 768px) {
    .is_sp {
      display: block; } }

.bar-progress {
  display: block;
  width: 4px;
  height: 0;
  background: #D40000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.2s; }

.l-aside-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  position: relative; }
  .l-aside-contents .aside {
    width: 208px;
    flex-shrink: 0;
    background: #F7F4F2;
    position: relative;
    position: sticky;
    top: 0;
    padding-top: 120px; }
    .l-aside-contents .aside::before {
      /* content: ''; display: block; width: 4px; height: 120px; background: #D40000; */ }
  .l-aside-contents .contents {
    padding: 90px 72px;
    flex: 1; }
    .l-aside-contents .contents.has-bg {
      background: url(../img/company/bg-message.png) 100% 100% no-repeat;
      background-size: 600px auto;
      background-attachment: fixed; }
  @media only screen and (max-width: 768px) {
    .l-aside-contents {
      display: block;
      height: auto; }
      .l-aside-contents .aside {
        width: 100%;
        background: none;
        position: static;
        padding-top: 50px; }
        .l-aside-contents .aside::before {
          display: none; }
      .l-aside-contents .contents {
        padding: 80px 24px 60px; } }

.l-main .contents {
  counter-reset: serial 0; }
  .l-main .contents p, .l-main .contents li, .l-main .contents dd {
    text-align: justify; }
  .l-main .contents.is-single {
    padding: 100px 40px; }
    .l-main .contents.is-single .c-pagetitle {
      max-width: 848px;
      margin-right: auto;
      margin-left: auto; }
  .l-main .contents > .bg {
    background-color: rgba(240, 234, 231, 0.8);
    padding: 100px 40px; }
  .l-main .contents .c-heading-section .ja {
    font-size: 1.25rem;
    padding-top: 25px; }
@media only screen and (max-width: 768px) {
  .l-main .contents.is-single {
    padding: 0px 24px; }
  .l-main .contents > .bg {
    padding: 30px 24px; }
  .l-main .contents .c-heading-section .ja {
    padding-top: 16px; } }

.wpcf7-response-output {
 /* display: none; */ }

/* レイアウト */
.l-header.is-lower {
  position: fixed !important;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
  height: 80px !important; }
  @media only screen and (max-width: 768px) {
    .l-header.is-lower {
      height: 50px !important; } }

.l-contact {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 70px 30px;
  max-width: 697px;
  margin-left: auto;
  margin-right: auto; }
  .is-single .l-contact {
    max-width: 848px;
    margin: 0 auto;
    margin-bottom: 120px; }
  .l-contact .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .l-contact .title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.8em; }
  .l-contact .title p {
    font-size: 15px;
    text-align: center; }
  .l-contact .btn .c-btn.is-reverse {
    border: 1px solid #D40000;
    background: #fff;
    color: #D40000; }
    .l-contact .btn .c-btn.is-reverse::after {
      background: transparent url(../img/common/arrow_red.svg) no-repeat center center/contain; }
    .l-contact .btn .c-btn.is-reverse:hover {
      border: 1px solid #fff;
      background: #D40000;
      color: #fff; }
      .l-contact .btn .c-btn.is-reverse:hover::after {
        background: transparent url(../img/common/arrow_white.svg) no-repeat center center/contain; }
  @media only screen and (max-width: 768px) {
    .l-contact {
      border-top: 1px solid #E1E1E1;
      border-bottom: 1px solid #E1E1E1;
      padding: 30px 0px; }
      .is-single .l-contact {
        margin-bottom: 60px; }
      .l-contact .inner {
        display: block;
        text-align: center; }
      .l-contact .title {
        margin-bottom: 30px; }
        .l-contact .title h2 {
          margin-bottom: 0.5em;
          font-size: 20px; }
        .l-contact .title p {
          font-size: 13px; }
      .l-contact .btn .c-btn {
        margin: 0 auto; }
        .l-contact .btn .c-btn.is-reverse {
          border: 1px solid #D40000;
          background: #fff;
          color: #D40000; }
          .l-contact .btn .c-btn.is-reverse::after {
            background: transparent url(../img/common/arrow_red.svg) no-repeat center center/contain; }
          .l-contact .btn .c-btn.is-reverse:hover {
            border: 1px solid #fff;
            background: #D40000;
            color: #fff; }
            .l-contact .btn .c-btn.is-reverse:hover::after {
              background: transparent url(../img/common/arrow_white.svg) no-repeat center center/contain; } }

.l-footer {
  position: relative;
  z-index: 4;
  background: #f3eeec; }

/* コンポーネント */
.c-anchor {
  padding: 0 40px;
  min-height: 100dvh; }
  .c-anchor dt {
    margin-bottom: 40px;
    position: relative; }
    .c-anchor dt::before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background: #D40000;
      border-radius: 50%;
      position: absolute;
      top: 0.5em;
      left: -1em; }
    .c-anchor dt.is-scroll::before {
      opacity: 0; }
    .c-anchor dt .label {
      display: block;
      font-size: 12px;
      font-family: "Outfit", sans-serif;
      color: #646464;
      margin-bottom: 0.5em; }
    .c-anchor dt .name {
      display: block;
      font-size: 18px;
      font-weight: 700; }
  .c-anchor dd ul {
    font-size: 14px; }
    .c-anchor dd ul li {
      margin-bottom: 1em; }
      .c-anchor dd ul li a {
        color: #969696;
        position: relative; }
        .c-anchor dd ul li a.is-current {
          font-weight: 700;
          color: #323232; }
          .c-anchor dd ul li a.is-current::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            background: #D40000;
            border-radius: 50%;
            position: absolute;
            top: 0.55em;
            left: -1em; }
  @media only screen and (max-width: 768px) {
    .c-anchor {
      padding: 0px 24px;
      min-height: auto;
      margin-top: 0; }
      .c-anchor dt {
        margin-bottom: 0px;
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 1em;
        margin-bottom: 20px; }
        .c-anchor dt::before {
          width: 6px;
          height: 6px;
          top: 25px;
          left: 0; }
        .c-anchor dt .label {
          display: block;
          font-size: 36px;
          font-family: "Outfit", sans-serif;
          color: #646464;
          margin-bottom: 0;
          padding-left: 0.5em;
          color: #D40000; }
        .c-anchor dt .name {
          display: none; }
      .c-anchor dd ul {
        font-size: 14px;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr); }
        .c-anchor dd ul li {
          margin-bottom: 0;
          text-align: center; }
          .c-anchor dd ul li a {
            color: #969696;
            border-bottom: 1px solid #D7D7D7;
            padding-bottom: 4px;
            white-space: nowrap; } }

.c-pagetitle {
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  font-weight: 500;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  padding-left: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 80px;
  color: #D40000; }
  .c-pagetitle::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #D40000;
    border-radius: 50%;
    position: absolute;
    top: 0.7em;
    left: 0.4em; }
  @media only screen and (max-width: 768px) {
    .c-pagetitle {
      font-size: 36px;
      padding-left: 0.5em;
      margin-top: 50px;
      margin-bottom: 40px;
      margin-left: 16px;
      margin-right: 16px; }
      .c-pagetitle::before {
        width: 6px;
        height: 6px;
        top: 25px;
        left: 0; }
      .l-aside-contents .c-pagetitle {
        display: none; } }

.c-pagetitle-lower {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  padding-left: 2em;
  padding-bottom: 1.5em;
  margin-bottom: 40px; }
  .c-pagetitle-lower .en {
    font-size: 40px;
    font-weight: 500;
    line-height: 1; }
  .c-pagetitle-lower::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #D40000;
    border-radius: 50%;
    position: absolute;
    top: 0.7em;
    left: 1em; }
  @media only screen and (max-width: 768px) {
    .c-pagetitle-lower {
      font-size: 20px;
      padding-left: 0.8em;
      margin-top: 50px;
      margin-bottom: 30px;
      padding-bottom: 0.8em;
      margin-left: 0;
      margin-right: 0; }
      .c-pagetitle-lower .en {
        font-size: 36px;
        line-height: 1.2; }
      .c-pagetitle-lower::before {
        width: 6px;
        height: 6px;
        top: 20px;
        left: 0; }
      .l-aside-contents .c-pagetitle-lower {
        display: none; } }

.c-title_section {
  position: relative;
  font-size: 20px; }
  .c-title_section::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #D40000;
    border-radius: 50%;
    position: absolute;
    top: 0.5em;
    left: -1em; }
  .c-title_section .label {
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    display: block;
    color: #646464;
    margin-bottom: 0.5em; }

.c-imgtitle {
  font-size: 30px;
  padding: 150px; }
  .c-imgtitle .en {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 1em; }
  @media only screen and (max-width: 768px) {
    .c-imgtitle {
      padding: 60px 40px;
      font-size: 24px; }
      .c-imgtitle .en {
        margin-top: 0.5em;
        font-size: 15px; } }

.c-news_title {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 80px;
  max-width: 706px;
  margin-left: auto;
  margin-right: auto; }
  .c-news_title .c-news-item__date {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #D40000;
    margin-bottom: 1em; }
  .c-news_title .c-news-item__title {
    font-size: 24px; }
  @media only screen and (max-width: 768px) {
    .c-news_title {
      padding-bottom: 1em;
      margin-bottom: 30px; }
      .c-news_title .c-news-item__date {
        font-size: 13px;
        margin-bottom: .5em; }
      .c-news_title .c-news-item__title {
        font-size: 20px; } }

.c-story_heading01 span {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #D40000; }
  .c-story_heading01 span::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #D40000;
    margin-right: 1em; }
.c-story_heading01 small {
  font-size: 14px;
  color: #646464;
  margin-left: 1em; }
@media only screen and (max-width: 768px) {
  .c-story_heading01 small {
    font-size: 13px; } }

.c-category_list {
  display: flex;
  flex-wrap: wrap; }
  .c-category_list li {
    background: #F9D9D9;
    border-radius: 100px;
    font-size: 12px;
    padding: 0.2em 1.3em;
    margin: 0 8px 8px 0; }

.c-list-dflt li {
  color: #646464;
  display: flex;
  margin: 0.75em 0;
  font-size: 14px; }
  .c-list-dflt li::before {
    content: '・';
    display: block;
    margin-right: 1em;
    color: #D40000; }

.c-link_back {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #323232;
  padding: 0.5em 0.5em 0.5em 3em;
  background: url(../img/common/back_black.svg) 0 50% no-repeat;
  background-size: 16px 10px; }

.wp-pagenavi {
  text-align: center;
  margin: 160px 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .wp-pagenavi .previouspostslink {
    text-indent: -9999px;
    background: url(../img/common/back_black.svg) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 10px; }
  .wp-pagenavi .nextpostslink {
    text-indent: -9999px;
    background: url(../img/common/next_black.svg) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 10px; }
  .wp-pagenavi .page, .wp-pagenavi span {
    margin: 0 1.5em; }
  .wp-pagenavi .current {
    border-bottom: 1px solid #323232;
    padding-bottom: 5px;
    margin-bottom: -5px; }
  @media only screen and (max-width: 768px) {
    .wp-pagenavi {
      margin: 60px 0; }
      .wp-pagenavi .page, .wp-pagenavi span {
        margin: 0 1.2em;
        font-size: 14px; } }

.c-entry_body {
  margin-bottom: 120px; }
  .c-entry_body p {
    font-size: 16px;
    line-height: 2.3;
    margin-bottom: 1.5em;
    color: #646464; }
  .c-entry_body a {
    text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    .c-entry_body {
      margin-bottom: 50px; }
      .c-entry_body p {
        font-size: 13px;
        line-height: 2;
        text-align: left; } }

/* company */
.area-message {
  margin-bottom: 80px;
  position: relative; }
  .area-message .company__bg.bg01 {
    position: absolute;
    top: 200px;
    right: -200px;
    z-index: 2; }
    .area-message .company__bg.bg01 img {
      width: 30vw; }
  .area-message .company__bg.bg02 {
    position: absolute;
    top: 350px;
    right: -200px;
    z-index: 1; }
    .area-message .company__bg.bg02 img {
      width: 60vw; }
  .area-message .inner {
    position: relative;
    z-index: 3; }
    .area-message .inner .title-body {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
    .area-message .inner .title {
      padding-left: calc(275px + 10%);
      margin-bottom: 50px; }
    .area-message .inner .body .imgtxt {
      display: flex;
      justify-content: flex-start;
      gap: 10%; }
    .area-message .inner .body .img {
      width: 275px; }
    .area-message .inner .body .txt {
      width: 52%; }
      .area-message .inner .body .txt h3 {
        font-size: 24px;
        margin-bottom: 2em; }
      .area-message .inner .body .txt .lead {
        font-size: 16px;
        line-height: 2.3;
        color: #646464; }
      .area-message .inner .body .txt .name {
        text-align: right;
        font-size: 18px;
        margin-top: 2em; }
        .area-message .inner .body .txt .name span {
          display: inline-block;
          text-align: left; }
        .area-message .inner .body .txt .name small {
          display: block;
          font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .area-message {
      margin-bottom: 50px; }
      .area-message .company__bg.bg01 {
        top: auto;
        right: -60px;
        bottom: 120px; }
        .area-message .company__bg.bg01 img {
          width: 45vw; }
      .area-message .company__bg.bg02 {
        top: auto;
        right: -80px;
        bottom: -150px; }
        .area-message .company__bg.bg02 img {
          width: 90vw; }
      .area-message .inner .title {
        padding-left: 0;
        margin-bottom: 25px;
        padding: 0 24px; }
      .area-message .inner .body .imgtxt {
        display: block; }
      .area-message .inner .body .img {
        width: 80%;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto; }
      .area-message .inner .body .txt {
        width: auto; }
        .area-message .inner .body .txt h3 {
          margin-bottom: 1.3em;
          font-size: 20px; }
        .area-message .inner .body .txt .lead {
          font-size: 13px;
          line-height: 2; }
        .area-message .inner .body .txt .name {
          font-size: 13px; }
          .area-message .inner .body .txt .name small {
            font-size: 12px; } }

.area-policy {
  margin-bottom: 120px;
  position: relative;
  z-index: 2; }
  .area-policy .inner .title {
    background: url(../img/company/mainimg-policy.jpg) 50% 50% no-repeat;
    background-size: cover;
    width: calc(100% + 132px);
    margin-left: -72px;
    text-align: center;
    color: #fff;
    margin-bottom: 120px; }
  .area-policy .inner .body {
    max-width: 546px;
    margin: 0 auto; }
    .area-policy .inner .body .policy {
      margin-bottom: 80px; }
      .area-policy .inner .body .policy:last-of-type {
        margin-bottom: 0; }
      .area-policy .inner .body .policy h3 {
        text-align: center;
        margin-bottom: 80px; }
        .area-policy .inner .body .policy h3 .en {
          font-family: "Outfit", sans-serif;
          font-weight: 500;
          font-size: 37px;
          color: #D40000;
          display: block; }
        .area-policy .inner .body .policy h3 .name {
          display: block;
          font-size: 15px; }
          .area-policy .inner .body .policy h3 .name::before {
            content: '-';
            display: inline-block;
            margin-right: 1em; }
          .area-policy .inner .body .policy h3 .name::after {
            content: '-';
            display: inline-block;
            margin-left: 1em; }
      .area-policy .inner .body .policy h4 {
        font-size: 26px;
        border-left: 3px solid #D40000;
        padding: 0.8em 1.4em;
        margin-bottom: 40px; }
      .area-policy .inner .body .policy p {
        font-size: 16px;
        line-height: 2.3;
        color: #646464; }
        .area-policy .inner .body .policy p.large {
          font-size: 17px;
          font-weight: 700; }
      .area-policy .inner .body .policy .inner {
        border-top: 2px solid #D40000;
        border-bottom: 2px solid #D40000;
        margin-bottom: 70px;
        padding: 3em;
        text-align: center; }
        .area-policy .inner .body .policy .inner dl {
          display: inline-block; }
          .area-policy .inner .body .policy .inner dl .row {
            padding: 1.5em 0; }
          .area-policy .inner .body .policy .inner dl dt {
            font-size: 22px;
            font-weight: 700;
            position: relative;
            text-align: left; }
            .area-policy .inner .body .policy .inner dl dt::before {
              content: '';
              display: block;
              width: 6px;
              height: 6px;
              background: #D40000;
              border-radius: 50%;
              position: absolute;
              top: 0.6em;
              left: -1em; }
          .area-policy .inner .body .policy .inner dl dd {
            font-size: 16px;
            margin-top: 0.8em;
            margin-bottom: 3em; }
            .area-policy .inner .body .policy .inner dl dd:last-of-type {
              margin-bottom: 0; }
  .area-policy .inner .sectionimg {
    width: calc(100% + 72px);
    margin-left: -72px;
    margin-top: 120px; }
  @media only screen and (max-width: 768px) {
    .area-policy {
      margin-bottom: 60px; }
      .area-policy .inner .title {
        width: calc(100vw);
        margin-left: calc(-50vw + 50% );
        margin-bottom: 40px; }
      .area-policy .inner .body {
        max-width: auto;
        margin: 0 auto; }
        .area-policy .inner .body .policy {
          margin-bottom: 40px; }
          .area-policy .inner .body .policy:last-of-type {
            margin-bottom: 0; }
          .area-policy .inner .body .policy h3 {
            margin-bottom: 40px; }
            .area-policy .inner .body .policy h3 .en {
              font-size: 30px; }
            .area-policy .inner .body .policy h3 .name {
              font-size: 15px; }
          .area-policy .inner .body .policy h4 {
            font-size: 20px;
            margin-bottom: 20px; }
          .area-policy .inner .body .policy p {
            font-size: 13px;
            line-height: 2; }
            .area-policy .inner .body .policy p.large {
              font-size: 14px; }
          .area-policy .inner .body .policy .inner {
            padding: .5em 0;
            margin-bottom: 40px; }
            .area-policy .inner .body .policy .inner dl {
              margin-bottom: 0;
              padding: 2em; }
              .area-policy .inner .body .policy .inner dl .row {
                padding: 1em 0; }
              .area-policy .inner .body .policy .inner dl dt {
                font-size: 18px; }
                .area-policy .inner .body .policy .inner dl dt::before {
                  top: 0.65em; }
              .area-policy .inner .body .policy .inner dl dd {
                font-size: 13px;
                margin-bottom: 2em; }
      .area-policy .inner .sectionimg {
        width: calc(100vw);
        margin-left: calc(-50vw + 50%);
        margin-top: 40px; }
        .area-policy .inner .sectionimg img {
          height: calc(1.5 * 175px);
          width: auto;
          margin-left: -26%; } }

.area-certification {
  margin-bottom: 90px; }
  .area-certification .title-body .title {
    margin-bottom: 60px; }
  .area-certification .body .certifications {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 100px; }
  .area-certification .body .certification {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 40px;
    border-radius: 8px; }
    .area-certification .body .certification .img {
      text-align: center;
      margin-bottom: 10px; }
    .area-certification .body .certification .txt p {
      font-size: 14px;
      line-height: 2; }
  @media only screen and (max-width: 768px) {
    .area-certification .title-body .title {
      margin-bottom: 30px; }
    .area-certification .body .certifications {
      display: block;
      padding: 0; }
    .area-certification .body .certification {
      padding: 20px;
      margin-bottom: 20px; }
      .area-certification .body .certification .txt p {
        font-size: 13px; } }

.area-company {
  margin-bottom: 90px; }
  .area-company .title-body .title {
    margin-bottom: 60px; }
  .area-company .body {
    padding: 0 120px; }
    .area-company .body dl .row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #E1E1E1;
      padding: 3em 1em; }
      .area-company .body dl .row dt {
        font-size: 15px;
        font-weight: 700;
        width: 100px;
        text-align: justify;
        text-align-last: justify; }
        .area-company .body dl .row dt.left {
          text-align: left;
          text-align-last: left; }
        .area-company .body dl .row dt.top {
          align-self: flex-start; }
      .area-company .body dl .row dd {
        font-size: 14px;
        flex: 1;
        margin-left: 45px;
        line-height: 2; }
  @media only screen and (max-width: 768px) {
    .area-company {
      margin-bottom: 50px; }
      .area-company .title-body .title {
        margin-bottom: 30px; }
      .area-company .body {
        padding: 0; }
        .area-company .body dl .row {
          padding: 1em 1em;
          display: block; }
          .area-company .body dl .row dt {
            width: auto;
            text-align: auto;
            text-align-last: auto;
            margin-bottom: 0.5em;
            font-size: 13px; }
          .area-company .body dl .row dd {
            margin-left: 0px;
            font-size: 13px;
            text-align: left; } }

.area-access {
  margin-bottom: 90px; }
  .area-access .body {
    padding: 0 80px; }
    .area-access .body .gmap {
      margin-bottom: 40px;
      position: relative;
      padding-top: 56.25%; }
      .area-access .body .gmap iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .area-access .body dl {
      padding: 0 40px; }
      .area-access .body dl .row {
        line-height: 2;
        padding: 1em 0; }
        .area-access .body dl .row dt {
          font-size: 15px;
          font-weight: 700; }
        .area-access .body dl .row dd {
          font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .area-access {
      margin-bottom: 50px; }
      .area-access .body {
        padding: 0; }
        .area-access .body .gmap {
          margin-bottom: 20px; }
        .area-access .body dl {
          padding: 0; }
          .area-access .body dl .row {
            padding: .5em 0; }
            .area-access .body dl .row dt {
              font-size: 13px; }
            .area-access .body dl .row dd {
              font-size: 13px;
              text-align: left; } }

/* service */
.area-service_head {
  margin-bottom: 120px; }
  .area-service_head .title h2 {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    line-height: 2; }
  .area-service_head .body .c-service-img {
    margin-bottom: 50px;
    width: 368px; }
  .area-service_head .body .lead {
    max-width: 546px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.3;
    color: #646464;
    text-align: justify; }
  .area-service_head .body .sectionimg {
    width: calc(100% + 84px);
    margin-left: -84px;
    margin-top: 100px; }
  @media only screen and (max-width: 768px) {
    .area-service_head {
      margin-bottom: 60px; }
      .area-service_head .title h2 {
        font-size: 20px;
        text-align: left; }
      .area-service_head .body .c-service-img {
        width: 90%; }
      .area-service_head .body .lead {
        font-size: 13px;
        line-height: 2;
        padding-left: 24px;
        padding-right: 24px; }
      .area-service_head .body .sectionimg {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-top: 50px; }
        .area-service_head .body .sectionimg img {
          height: calc(1.5 * 175px);
          width: auto;
          margin-left: -26%; } }

.area-service_section {
  counter-increment: serial 1;
  margin-bottom: 120px;
  padding-bottom: 120px;
  position: relative; }
  .area-service_section:after {
    width: calc(100% + 144px);
    height: 1px;
    background: #e6e6e6;
    display: block;
    content: '';
    bottom: 0;
    position: absolute;
    left: -72px;
    right: -72px; }
  .area-service_section .service__bg.bg03 {
    position: absolute;
    top: 300px;
    right: -50vw;
    z-index: -1; }
    .area-service_section .service__bg.bg03 img {
      width: 100vw; }
  .area-service_section .title {
    /* position: relative; left: 84px; */
    margin-left: auto;
    margin-right: auto; }
    .area-service_section .title h2 {
      left: calc(50% - 297px);
      position: relative; }
  .area-service_section .c-heading-section .icn {
    width: 40px;
    margin-right: 0.5em;
    vertical-align: middle; }
  .area-service_section#achive::before {
    content: "";
    position: absolute;
    top: 170px;
    left: 130px;
    width: 78px;
    height: 90px;
    background: transparent url(../img/front-page/motif_particle_s.svg) no-repeat center center/contain;
    animation: sparkle 5s infinite ease-in-out;
    z-index: 2; }
  .area-service_section#achive::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 204px;
    height: 147px;
    background: transparent url(../img/front-page/motif_particle_l.svg) no-repeat center center/contain;
    animation: sparkleReverse 5s infinite ease-in-out;
    z-index: 2; }
@keyframes sparkle {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  30% {
    opacity: 0.6; }
  50% {
    transform: rotate(10deg) scale(1.1);
    opacity: 1; }
  80% {
    opacity: 0.8; } }
@keyframes sparkleReverse {
  0%, 100% {
    transform: rotate(10deg) scale(1.1);
    opacity: 1; }
  30% {
    opacity: 0.6; }
  50% {
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  80% {
    opacity: 0.8; } }
  .area-service_section#achive .c-heading-section .en::after {
    display: none; }
  .area-service_section#achive .c-heading-section .en span::after {
    display: none; }
  .area-service_section#achive .c-heading-section .ja {
    padding-top: 10px; }
  .area-service_section .lead {
    margin-top: 64px;
    max-width: 594px;
    position: relative;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto; }
    .area-service_section .lead::after {
      content: counter(serial,decimal-leading-zero);
      font-family: "Outfit", sans-serif;
      font-size: 120px;
      font-weight: 500;
      color: #F7F4F2;
      position: absolute;
      top: -0.7em;
      right: -0.5em;
      z-index: -1; }
    .area-service_section .lead p {
      font-size: 16px;
      line-height: 2;
      color: #646464;
      text-align: justify; }
    .area-service_section .lead.hasnt-serial::after {
      display: none; }
  .area-service_section .body .item {
    margin-bottom: 86px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
    .area-service_section .body .item:last-of-type {
      margin-bottom: 0; }
    .area-service_section .body .item .imgtxt {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .area-service_section .body .item .img {
      width: 272px; }
      .area-service_section .body .item .img picture {
        position: relative; }
        .area-service_section .body .item .img picture::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: #E25252;
          position: absolute;
          right: -20px;
          bottom: -20px;
          border-radius: 20px;
          z-index: -1; }
      .area-service_section .body .item .img img {
        border: 1px solid #E6E6E6;
        border-radius: 26px; }
    .area-service_section .body .item .txt {
      flex: 1; }
      .area-service_section .body .item .txt h3 {
        font-size: 24px;
        position: relative;
        padding-left: 50px;
        margin-bottom: 30px; }
        .area-service_section .body .item .txt h3::after {
          content: '';
          display: block;
          width: 1px;
          height: 80px;
          background: #ccc;
          transform: rotate(45deg);
          position: absolute;
          top: -40px;
          left: 35px; }
        .area-service_section .body .item .txt h3 span {
          font-family: "Outfit", sans-serif;
          font-weight: 500;
          color: #D40000;
          font-size: 16px;
          position: absolute;
          top: -30px;
          left: 0px; }
      .area-service_section .body .item .txt ul li {
        color: #646464;
        line-height: 2; }
    .area-service_section .body .item:nth-of-type(odd) .txt {
      margin-right: 60px;
      padding-left: 40px; }
    .area-service_section .body .item:nth-of-type(even) .img {
      order: 1; }
    .area-service_section .body .item:nth-of-type(even) .txt {
      order: 2;
      margin-left: 60px;
      padding-right: 40px; }
  .area-service_section .body .support {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 50px 60px 50px 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    max-width: 664px;
    box-sizing: border-box; }
    .area-service_section .body .support .imgtxt {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .area-service_section .body .support .img {
      width: 140px;
      margin-right: 36px; }
    .area-service_section .body .support .txt {
      flex: 1; }
      .area-service_section .body .support .txt p {
        font-size: 14px;
        line-height: 2;
        color: #646464; }
      .area-service_section .body .support .txt a {
        color: #0067C3;
        text-decoration: underline; }
  .area-service_section .body .c-list-filter {
    font-size: 12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 584px;
    margin: 0 auto;
    margin-bottom: 60px; }
    .area-service_section .body .c-list-filter li {
      margin: 5px 10px; }
      .area-service_section .body .c-list-filter li a, .area-service_section .body .c-list-filter li span {
        display: inline-block;
        padding: 0.2em 1em;
        border: 1px solid #ccc;
        border-radius: 100px;
        cursor: pointer;
        transition: 0.3s; }
        .area-service_section .body .c-list-filter li a:hover, .area-service_section .body .c-list-filter li span:hover {
          border: 1px solid #646464; }
  .area-service_section .body .logos {
    max-width: 623px;
    margin: 0 auto;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; }
    .area-service_section .body .logos .logo {
      width: calc(25% - 20px); }
  .area-service_section .body .sectionimg {
    width: calc(100% + 72px);
    margin-left: -72px;
    margin-top: 100px; }
  .area-service_section .body .achievements {
    max-width: 695px;
    margin: 0 auto; }
    .area-service_section .body .achievements .achievement {
      background: #fff;
      border-radius: 20px;
      padding: 32px 40px;
      margin-bottom: 50px;
      box-shadow: 0 7px 5px rgba(0, 0, 0, 0.08); }
      .area-service_section .body .achievements .achievement:last-of-type {
        margin-bottom: 0; }
      .area-service_section .body .achievements .achievement h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 40px; }
        .area-service_section .body .achievements .achievement h3 img {
          height: 40px;
          width: auto;
          vertical-align: middle;
          margin-right: 1em; }
        .area-service_section .body .achievements .achievement h3 small {
          font-size: 14px; }
      .area-service_section .body .achievements .achievement .lead-rcmnd {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px 0; }
      .area-service_section .body .achievements .achievement .lead {
        width: 45%;
        margin: 0;
        border-right: 1px solid #D7D7D7;
        padding-right: 5%; }
        .area-service_section .body .achievements .achievement .lead p {
          text-align: justify;
          font-size: 15px; }
      .area-service_section .body .achievements .achievement .rcmnd {
        width: 55%;
        padding-left: 5%;
        text-align: center; }
        .area-service_section .body .achievements .achievement .rcmnd h4 {
          text-align: center;
          color: #fff;
          position: relative;
          border-radius: 100px;
          display: inline-block;
          margin-bottom: 20px;
          padding: 0.3em 1em; }
          .area-service_section .body .achievements .achievement .rcmnd h4::before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -6px;
            border: 6px solid transparent;
            border-top: 6px solid #323232; }
        .area-service_section .body .achievements .achievement .rcmnd .c-list-dflt {
          text-align: left; }
      .area-service_section .body .achievements .achievement:nth-of-type(1) {
        border: 1px solid #DB2B2B; }
        .area-service_section .body .achievements .achievement:nth-of-type(1) .rcmnd h4 {
          background: #DB2B2B; }
          .area-service_section .body .achievements .achievement:nth-of-type(1) .rcmnd h4::before {
            border-top: 6px solid #DB2B2B; }
        .area-service_section .body .achievements .achievement:nth-of-type(1) .c-list-dflt li::before {
          color: #DB2B2B; }
      .area-service_section .body .achievements .achievement:nth-of-type(2) {
        border: 1px solid #F0A647; }
        .area-service_section .body .achievements .achievement:nth-of-type(2) .rcmnd h4 {
          background: #F0A647; }
          .area-service_section .body .achievements .achievement:nth-of-type(2) .rcmnd h4::before {
            border-top: 6px solid #F0A647; }
        .area-service_section .body .achievements .achievement:nth-of-type(2) .c-list-dflt li::before {
          color: #F0A647; }
      .area-service_section .body .achievements .achievement:nth-of-type(3) {
        border: 1px solid #BCCA00; }
        .area-service_section .body .achievements .achievement:nth-of-type(3) .rcmnd h4 {
          background: #BCCA00; }
          .area-service_section .body .achievements .achievement:nth-of-type(3) .rcmnd h4::before {
            border-top: 6px solid #BCCA00; }
        .area-service_section .body .achievements .achievement:nth-of-type(3) .c-list-dflt li::before {
          color: #BCCA00; }
  @media only screen and (max-width: 768px) {
    .area-service_section {
      margin-bottom: 60px;
      padding-bottom: 60px; }
      .area-service_section .service__bg.bg03 {
        top: 200px;
        right: -150vw; }
        .area-service_section .service__bg.bg03 img {
          width: 200vw; }
      .area-service_section .title {
        left: 0; }
        .area-service_section .title h2 {
          left: 0; }
      .area-service_section .c-heading-section .ja {
        font-size: 24px; }
      .area-service_section#achive::before {
        top: 30px;
        left: auto;
        right: 20px; }
      .area-service_section#achive::after {
        bottom: -50px;
        right: -20px;
        width: 102px;
        height: 73px;
        z-index: -1; }
      .area-service_section .lead {
        margin-top: 20px;
        margin-bottom: 50px; }
        .area-service_section .lead::after {
          right: 0; }
        .area-service_section .lead p {
          font-size: 13px; }
      .area-service_section .body .item {
        margin-bottom: 86px; }
        .area-service_section .body .item:last-of-type {
          margin-bottom: 0; }
        .area-service_section .body .item .imgtxt {
          display: block; }
        .area-service_section .body .item .img {
          width: 75%;
          margin: 0 auto; }
          .area-service_section .body .item .img picture {
            position: relative; }
        .area-service_section .body .item .txt {
          margin-bottom: 30px; }
          .area-service_section .body .item .txt h3 {
            font-size: 20px; }
          .area-service_section .body .item .txt ul li {
            font-size: 13px; }
        .area-service_section .body .item:nth-of-type(odd) .txt {
          margin-right: 0px;
          padding-left: 0; }
        .area-service_section .body .item:nth-of-type(even) .img {
          margin-left: auto; }
        .area-service_section .body .item:nth-of-type(even) .txt {
          margin-left: 0px;
          padding-right: 0; }
      .area-service_section .body .support {
        width: 100%;
        margin-top: 80px;
        margin-left: 0;
        margin-right: 0;
        padding: 30px 10px; }
        .area-service_section .body .support .imgtxt {
          display: block; }
        .area-service_section .body .support .img {
          width: 100%;
          margin-bottom: 30px;
          text-align: center; }
          .area-service_section .body .support .img img {
            width: 50%; }
        .area-service_section .body .support .txt p {
          font-size: 13px; }
      .area-service_section .body .c-list-filter {
        margin-bottom: 30px; }
      .area-service_section .body .logos {
        margin-bottom: 30px;
        gap: 10px; }
        .area-service_section .body .logos .logo {
          width: calc(30% - 10px);
          width: picture; }
      .area-service_section .body .sectionimg {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-top: 50px; }
        .area-service_section .body .sectionimg img {
          height: calc(1.5 * 175px);
          width: auto;
          margin-left: -46%; }
      .area-service_section .body .achievements .achievement h3 {
        margin-bottom: 10px;
        font-size: 20px; }
      .area-service_section .body .achievements .achievement .lead-rcmnd {
        display: block; }
      .area-service_section .body .achievements .achievement .lead {
        width: 100%;
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid #D7D7D7;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 30px; }
        .area-service_section .body .achievements .achievement .lead p {
          font-size: 13px; }
      .area-service_section .body .achievements .achievement .rcmnd {
        width: 100%;
        padding-left: 0;
        text-align: center; }
        .area-service_section .body .achievements .achievement .rcmnd .c-list-dflt li {
          font-size: 12px; } }

/* works */
.area-achivement .title {
  margin-bottom: 70px; }
  .area-achivement .title .c-heading-section .en::after {
    display: none; }
  .area-achivement .title .c-heading-section .en span::after {
    display: none; }
  .area-achivement .title .c-heading-section .ja {
    padding-top: 16px; }
.area-achivement .body .filter h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em; }
.area-achivement .body .filter .c-list-filter {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .area-achivement .body .filter .c-list-filter li {
    margin: 0 10px 10px 0; }
    .area-achivement .body .filter .c-list-filter li a {
      display: inline-block;
      padding: 0.2em 1em;
      border: 1px solid #ccc;
      border-radius: 100px;
      transition: 0.3s; }
      .area-achivement .body .filter .c-list-filter li a:hover {
        border: 1px solid #646464; }
.area-achivement .body .achivements {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr); }
.area-achivement .body .achivement a:hover .img::before {
  transform: scale(1.2);
  background: #D40000; }
.area-achivement .body .achivement a:hover .img picture::before {
  background: #fff; }
.area-achivement .body .achivement a:hover .img picture::after {
  background: #fff; }
.area-achivement .body .achivement a:hover .img img {
  transform: scale(1.2); }
.area-achivement .body .achivement .img {
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative; }
  .area-achivement .body .achivement .img::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: all 0.5s;
    z-index: 2; }
  .area-achivement .body .achivement .img picture::before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #323232;
    position: absolute;
    right: 23px;
    bottom: 29px;
    z-index: 2; }
  .area-achivement .body .achivement .img picture::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #323232;
    position: absolute;
    right: 23px;
    bottom: 29px;
    z-index: 2;
    transform: rotate(90deg); }
  .area-achivement .body .achivement .img img {
    aspect-ratio: 297 / 222;
    object-fit: cover;
    transition: all 0.5s; }
.area-achivement .body .achivement .txt .label {
  font-size: 12px;
  font-weight: 500;
  border-left: 3px solid #D40000;
  padding: 0.1em 1em;
  margin-bottom: 1em; }
.area-achivement .body .achivement .txt h4 {
  font-size: 16px;
  font-weight: 500; }
.area-achivement .body .achivement .txt ul {
  margin-top: 16px; }
@media only screen and (max-width: 768px) {
  .area-achivement .title {
    margin-bottom: 50px; }
  .area-achivement .body .filter .c-list-filter {
    margin-bottom: 40px; }
  .area-achivement .body .achivements {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr); }
  .area-achivement .body .achivement a .img picture::before {
    right: 18px;
    bottom: 24px; }
  .area-achivement .body .achivement a .img picture::after {
    right: 18px;
    bottom: 24px; }
  .area-achivement .body .achivement .img:before {
    right: 10px;
    bottom: 10px; }
  .area-achivement .body .achivement .txt .label {
    font-size: 11px; }
  .area-achivement .body .achivement .txt h4 {
    font-size: 13px; }
  .area-achivement .body .achivement .txt ul li {
    font-size: 11px; } }

.area-story {
  margin-bottom: 120px;
  position: relative; }
  .area-story .story__bg.bg01 {
    position: absolute;
    top: 0px;
    right: -50vw;
    z-index: -1; }
    .area-story .story__bg.bg01 img {
      width: 100vw; }
  .area-story .title {
    margin-bottom: 70px; }
    .area-story .title .c-heading-section .en::after {
      display: none; }
    .area-story .title .c-heading-section .en span::after {
      display: none; }
    .area-story .title .c-heading-section .ja {
      padding-top: 16px; }
  .area-story .body .stories {
    counter-reset: serial_story 0; }
    .area-story .body .stories .story {
      margin-bottom: 80px;
      border-top: 2px solid #D7D7D7;
      position: relative;
      padding-top: 24px;
      max-width: 790px;
      margin-left: auto;
      margin-right: auto; }
      .area-story .body .stories .story::after {
        content: '';
        display: block;
        width: 28px;
        height: 2px;
        background: #D40000;
        position: absolute;
        top: -2px;
        left: 0; }
      .area-story .body .stories .story:last-of-type {
        margin-bottom: 0; }
      .area-story .body .stories .story a:hover .thumb img {
        transform: scale(1.05); }
      .area-story .body .stories .story .label {
        margin-bottom: 26px;
        font-size: 14px; }
        .area-story .body .stories .story .label::before {
          /* counter-increment: serial_story 1; content: counter(serial_story,decimal-leading-zero);font-family: "Outfit", sans-serif; margin-right: 4em; color: #D40000;*/ }
        .area-story .body .stories .story .label .number {
          font-family: "Outfit", sans-serif;
          margin-right: 4em;
          color: #D40000; }
      .area-story .body .stories .story .thumb {
        margin-bottom: 36px;
        margin: 0 40px;
        margin-bottom: 36px;
        box-shadow: 0 7px 5px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        overflow: hidden;
        max-width: 708px;
        margin-left: auto;
        margin-right: auto; }
        .area-story .body .stories .story .thumb img {
          aspect-ratio: 708 / 400;
          object-fit: cover;
          transition: all 0.5s; }
      .area-story .body .stories .story h3 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0.5em; }
      .area-story .body .stories .story .category {
        font-size: 18px;
        font-weight: 500; }
  @media only screen and (max-width: 768px) {
    .area-story {
      margin-bottom: 50px; }
      .area-story .story__bg.bg01 {
        top: 0px;
        right: -150vw; }
        .area-story .story__bg.bg01 img {
          width: 200vw; }
      .area-story .title {
        margin-bottom: 20px; }
        .area-story .title .c-heading-section .ja {
          padding-top: 5px; }
      .area-story .body .stories .story {
        margin-bottom: 40px; }
        .area-story .body .stories .story .label {
          margin-bottom: 26px;
          font-size: 14px; }
          .area-story .body .stories .story .label .number {
            margin-right: 1em; }
          .area-story .body .stories .story .label::before {
            margin-right: 2em; }
        .area-story .body .stories .story .thumb {
          margin: 0 20px;
          margin-bottom: 20px; }
        .area-story .body .stories .story h3 {
          font-size: 20px; }
        .area-story .body .stories .story .category {
          font-size: 13px; } }

.area-works_body {
  background: #fff;
  max-width: 952px;
  margin: 0 auto;
  padding: 26px 122px 72px 122px;
  border-radius: 16px;
  overflow: hidden; }
  .area-works_body .title {
    margin-bottom: 28px; }
    .area-works_body .title .summary {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .area-works_body .title .summary .c-category_list {
        margin-right: 20px; }
        .area-works_body .title .summary .c-category_list li {
          margin-bottom: 0; }
      .area-works_body .title .summary .category {
        font-size: 12px;
        font-weight: 500;
        border-left: 3px solid #D40000;
        padding: 0.1em 1em; }
    .area-works_body .title h1 {
      font-size: 29px;
      font-weight: 700; }
  .area-works_body .body .thumb {
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .area-works_body .body .thumb picture {
      box-shadow: 0 7px 5px rgba(0, 0, 0, 0.08);
      border-radius: 20px;
      overflow: hidden; }
  .area-works_body .body .spec .row {
    margin-bottom: 20px; }
    .area-works_body .body .spec .row dt {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 10px; }
      .area-works_body .body .spec .row dt::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 1px;
        background: #323232;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 8px; }
    .area-works_body .body .spec .row dd p {
      font-size: 14px;
      line-height: 2; }
    .area-works_body .body .spec .row dd .charge {
      display: flex;
      flex-wrap: wrap; }
      .area-works_body .body .spec .row dd .charge li {
        border: 1px solid #ccc;
        padding: 0.2em 1em;
        font-size: 12px;
        margin: 0 9px 9px 0; }
    .area-works_body .body .spec .row dd .solution li {
      width: 160px;
      border: 1px solid #ccc;
      text-align: center;
      padding: 0.2em 0 0.4em 0;
      margin: 0 9px 9px 0; }
      .area-works_body .body .spec .row dd .solution li img {
        height: 20px;
        width: auto; }
  .area-works_body .body hr.wide {
    margin: 60px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #d7d7d7;
    border: 0;
    height: 1px; }
  .area-works_body .body .project {
    margin-top: 0px;
    margin-bottom: 80px; }
    .area-works_body .body .project h2 {
      font-family: "Outfit", sans-serif;
      font-size: 24px;
      color: #D40000;
      font-weight: 500;
      margin-bottom: 20px; }
      .area-works_body .body .project h2::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 2px solid #D40000;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 10px; }
    .area-works_body .body .project h3 {
      font-size: 24px;
      font-weight: 700;
      border-left: 3px solid #D40000;
      padding: 0.3em 1.6em;
      margin-bottom: 1em; }
    .area-works_body .body .project .steps {
      counter-reset: step 0; }
      .area-works_body .body .project .steps .step {
        border: 1px solid #F0EEEA;
        background: #F7F6F4;
        padding: 34px 46px;
        border-radius: 16px;
        position: relative;
        margin-bottom: 74px; }
        .area-works_body .body .project .steps .step::before {
          counter-increment: step 1;
          content: counter(step,decimal-leading-zero);
          font-family: "Outfit", sans-serif;
          font-size: 51px;
          color: #fff;
          position: absolute;
          top: 0px;
          right: 20px; }
        .area-works_body .body .project .steps .step h4 {
          font-size: 18px;
          margin-bottom: 1.2em;
          position: relative;
          z-index: 2; }
          .area-works_body .body .project .steps .step h4 img {
            height: 20px;
            width: auto;
            margin-right: 10px;
            position: relative;
            top: -3px; }
        .area-works_body .body .project .steps .step::after {
          content: '';
          display: inline-block;
          background: #D40000;
          height: calc(tan(60deg) * 24px / 2);
          width: 24px;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -50px; }
        .area-works_body .body .project .steps .step:last-of-type {
          margin-bottom: 0; }
          .area-works_body .body .project .steps .step:last-of-type::after {
            display: none; }
  .area-works_body .body .voice .imgtxt {
    display: flex; }
  .area-works_body .body .voice .img {
    width: 160px;
    border-right: 1px solid #d7d7d7; }
    .area-works_body .body .voice .img h2 {
      font-family: "Outfit", sans-serif;
      font-size: 24px;
      color: #D40000;
      font-weight: 500;
      margin-bottom: 5px; }
      .area-works_body .body .voice .img h2::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 2px solid #D40000;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 10px; }
    .area-works_body .body .voice .img .lead {
      font-size: 12px; }
    .area-works_body .body .voice .img picture {
      text-align: left;
      margin-top: 35px; }
      .area-works_body .body .voice .img picture img {
        width: 100px; }
  .area-works_body .body .voice .txt {
    flex: 1;
    margin-left: 32px; }
    .area-works_body .body .voice .txt p {
      font-size: 14px;
      line-height: 2;
      color: #646464; }
  @media only screen and (max-width: 768px) {
    .area-works_body {
      padding: 24px; }
      .area-works_body .title {
        margin-bottom: 24px; }
        .area-works_body .title .summary {
          margin-bottom: 24px; }
          .area-works_body .title .summary .c-category_list li {
            font-size: 11px;
            margin: 0; }
          .area-works_body .title .summary .category {
            font-size: 11px; }
        .area-works_body .title h1 {
          font-size: 20px; }
      .area-works_body .body .thumb {
        width: 100%;
        margin-left: 0; }
      .area-works_body .body .spec .row dd {
        font-size: 13px; }
        .area-works_body .body .spec .row dd p {
          text-align: left; }
      .area-works_body .body hr.wide {
        margin-top: 40px;
        margin-bottom: 40px; }
      .area-works_body .body .project {
        margin-bottom: 50px; }
        .area-works_body .body .project h2 {
          font-size: 20px; }
        .area-works_body .body .project h3 {
          font-size: 20px; }
          .area-works_body .body .project h3 br {
            display: none; }
        .area-works_body .body .project .steps .step {
          padding: 24px; }
          .area-works_body .body .project .steps .step ul li {
            font-size: 13px; }
      .area-works_body .body .voice .imgtxt {
        display: block; }
      .area-works_body .body .voice .img {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d7d7d7;
        text-align: center;
        padding-bottom: 24px;
        margin-bottom: 24px; }
        .area-works_body .body .voice .img .lead {
          text-align: center; }
        .area-works_body .body .voice .img picture {
          text-align: center;
          margin-top: 35px; }
          .area-works_body .body .voice .img picture img {
            width: 100px; }
      .area-works_body .body .voice .txt {
        padding: 0;
        margin-left: 0; }
        .area-works_body .body .voice .txt p {
          font-size: 13px; } }

.area-works_foot {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 60px; }
  .area-works_foot .back {
    text-align: center !important;
    margin-bottom: 110px; }
  @media only screen and (max-width: 768px) {
    .area-works_foot {
      width: 100%;
      padding: 50px 24px; }
      .area-works_foot .back {
        margin-bottom: 50px; } }

/* sdgs */
.area-sdgs {
  max-width: 848px;
  margin: 0 auto;
  margin-bottom: 100px; }
  .area-sdgs .title h2 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    padding-left: 1.3em;
    padding-bottom: 1em;
    margin-bottom: 50px; }
    .area-sdgs .title h2::before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background: #D40000;
      border-radius: 50%;
      position: absolute;
      top: 0.7em;
      left: 0.4em; }
  .area-sdgs .body {
    padding: 0 100px; }
    .area-sdgs .body h2 {
      font-size: 29px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 2em; }
    .area-sdgs .body .imgtxt .img {
      text-align: center;
      margin-bottom: 60px; }
      .area-sdgs .body .imgtxt .img img {
        max-width: 280px; }
    .area-sdgs .body .imgtxt .txt p {
      font-size: 16px;
      line-height: 2.3;
      margin-bottom: 2em; }
      .area-sdgs .body .imgtxt .txt p small {
        font-size: 14px;
        line-height: 1.8;
        display: block; }
    .area-sdgs .body .sdgs .sdg {
      border-bottom: 1px solid #E6E6E6;
      padding: 80px 40px; }
      .area-sdgs .body .sdgs .sdg:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0; }
      .area-sdgs .body .sdgs .sdg h3 {
        font-size: 24px;
        position: relative;
        padding-left: 50px;
        margin-bottom: 60px;
        margin-left: -40px; }
        .area-sdgs .body .sdgs .sdg h3::after {
          content: '';
          display: block;
          width: 1px;
          height: 80px;
          background: #ccc;
          transform: rotate(45deg);
          position: absolute;
          top: -40px;
          left: 35px; }
        .area-sdgs .body .sdgs .sdg h3 span {
          font-family: "Outfit", sans-serif;
          font-weight: 500;
          color: #D40000;
          font-size: 16px;
          position: absolute;
          top: -30px;
          left: 0px; }
      .area-sdgs .body .sdgs .sdg p {
        font-size: 16px;
        line-height: 2.3; }
      .area-sdgs .body .sdgs .sdg .c-list-dflt {
        margin-top: 40px; }
      .area-sdgs .body .sdgs .sdg .label {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        margin-top: 80px; }
    .area-sdgs .body .img-btm {
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      margin-top: 120px; }
  @media only screen and (max-width: 768px) {
    .area-sdgs {
      margin-bottom: 60px; }
      .area-sdgs .title h2 {
        font-size: 21px;
        margin-bottom: 20px; }
      .area-sdgs .body {
        padding: 0; }
        .area-sdgs .body h2 {
          font-size: 24px; }
        .area-sdgs .body .imgtxt {
          padding-left: 24px;
          padding-right: 24px; }
          .area-sdgs .body .imgtxt .img {
            margin-bottom: 30px; }
            .area-sdgs .body .imgtxt .img img {
              width: 250px; }
          .area-sdgs .body .imgtxt .txt p {
            margin-bottom: 1.5em;
            font-size: 13px;
            line-height: 2; }
        .area-sdgs .body .sdgs .sdg {
          padding: 40px 16px;
          margin-bottom: 30px; }
          .area-sdgs .body .sdgs .sdg h3 {
            font-size: 20px;
            margin-bottom: 30px;
            margin-left: -16px; }
          .area-sdgs .body .sdgs .sdg p {
            font-size: 13px;
            line-height: 2;
            padding-left: 8px;
            padding-right: 8px; }
          .area-sdgs .body .sdgs .sdg .c-list-dflt {
            margin-top: 30px; }
          .area-sdgs .body .sdgs .sdg .label {
            display: grid;
            grid-gap: 10px;
            grid-template-columns: repeat(2, 1fr);
            margin-top: 40px;
            padding-left: 8px;
            padding-right: 8px; }
        .area-sdgs .body .img-btm {
          margin-top: 60px; }
          .area-sdgs .body .img-btm img {
            height: calc(1.5 * 125px);
            width: auto;
            margin-left: -56%; } }

/* news */
.area-news_archive .body {
  max-width: 785px;
  margin: 0 auto; }
  .area-news_archive .body .c-news-wrapper {
    display: block;
    margin-bottom: 160px; }
    .area-news_archive .body .c-news-wrapper a {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #E6E6E6;
      padding: 38px;
      padding-top: 0;
      width: 100%;
      background: url(../img/common/next_black.svg) 100% 50% no-repeat;
      background-size: 16px 10px;
      margin-bottom: 38px; }
    .area-news_archive .body .c-news-wrapper .c-news-item__img {
      width: 197px;
      margin-right: 50px; }
    .area-news_archive .body .c-news-wrapper .c-news-item__title-wrapper {
      flex: 1;
      margin-top: 0; }
    .area-news_archive .body .c-news-wrapper .c-news-item__title {
      font-size: 16px; }
    .area-news_archive .body .c-news-wrapper .c-news-item__date {
      font-size: 14px;
      margin-top: 0.5em; }
@media only screen and (max-width: 768px) {
  .area-news_archive .body .c-news-wrapper {
    margin-bottom: 50px;
    margin-top: 0; }
    .area-news_archive .body .c-news-wrapper a {
      padding: 24px;
      margin-bottom: 0; }
    .area-news_archive .body .c-news-wrapper .c-news-item__img {
      width: 120px;
      margin-right: 10px; }
    .area-news_archive .body .c-news-wrapper .c-news-item__title {
      font-size: 13px;
      text-align: left; }
    .area-news_archive .body .c-news-wrapper .c-news-item__date {
      font-size: 12px; } }

.area-news_body {
  max-width: 706px;
  margin: 0 auto; }
  .area-news_body .body .thumb {
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.08);
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 80px;
    overflow: hidden; }
  .area-news_body .body .back {
    text-align: center;
    margin: 120px 0; }
  @media only screen and (max-width: 768px) {
    .area-news_body .body .thumb {
      margin: 0;
      margin-bottom: 40px; }
    .area-news_body .body .back {
      margin: 50px 0; } }

/* project story */
.area-project_head {
  position: relative;
  margin-bottom: 18vw; }
  .area-project_head::after {
    content: '';
    display: block;
    width: 60vw;
    height: 120%;
    background: #EBE4DF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .area-project_head .title-body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .area-project_head .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15vw; }
    .area-project_head .title .label {
      font-family: "Outfit", sans-serif;
      font-weight: 500; }
      .area-project_head .title .label .en {
        font-size: 16px;
        position: relative; }
        .area-project_head .title .label .en::before {
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          background: #D40000;
          border-radius: 50%;
          position: absolute;
          top: 0.5em;
          left: -1em; }
      .area-project_head .title .label .serial {
        font-size: 24px;
        margin-left: 0.6em; }
    .area-project_head .title h1 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 1.5em;
      margin-top: 2em; }
      .area-project_head .title h1 small {
        font-size: 18px;
        display: block;
        margin-top: 0.8em; }
    .area-project_head .title dl .row dt {
      font-family: "Outfit", sans-serif;
      font-size: 16px;
      color: #D40000; }
    .area-project_head .title dl .row dd {
      font-size: 14px;
      margin-top: 0.5em; }
  .area-project_head .body {
    padding-left: 35vw; }
  @media only screen and (max-width: 768px) {
    .area-project_head {
      margin-bottom: 50px; }
      .area-project_head::after {
        content: '';
        display: block;
        width: 80vw;
        height: 90%;
        background: #EBE4DF;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .area-project_head .title-body {
        display: block; }
      .area-project_head .title {
        position: static;
        transform: translateY(0);
        padding: 24px; }
        .area-project_head .title .label {
          font-family: "Outfit", sans-serif;
          font-weight: 500; }
          .area-project_head .title .label .en {
            font-size: 14px;
            position: relative; }
            .area-project_head .title .label .en::before {
              content: '';
              display: block;
              width: 5px;
              height: 5px;
              background: #D40000;
              border-radius: 50%;
              position: absolute;
              top: 0.5em;
              left: -1em; }
          .area-project_head .title .label .serial {
            font-size: 20px;
            margin-left: 0.3em; }
        .area-project_head .title h1 {
          font-size: 24px;
          margin-bottom: 1em;
          margin-top: 1em; }
          .area-project_head .title h1 small {
            font-size: 15px;
            display: block;
            margin-top: 0.8em; }
        .area-project_head .title dl .row dt {
          font-family: "Outfit", sans-serif;
          font-size: 15px;
          color: #D40000; }
        .area-project_head .title dl .row dd {
          font-size: 13px;
          margin-top: 0.5em; }
      .area-project_head .body {
        padding-left: 24px; } }

.area-project_introduction {
  padding: 0 40px; }
  .area-project_introduction .inner {
    max-width: 848px;
    margin: 0 auto;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 50px;
    margin-bottom: 50px; }
  .area-project_introduction .title-body {
    display: flex;
    justify-content: space-between; }
  .area-project_introduction .title {
    width: 40%; }
  .area-project_introduction .body {
    width: 55%; }
    .area-project_introduction .body p {
      font-size: 14px;
      line-height: 2;
      color: #646464; }
  @media only screen and (max-width: 768px) {
    .area-project_introduction {
      padding: 0 24px; }
      .area-project_introduction .title-body {
        display: block; }
      .area-project_introduction .title {
        width: auto;
        margin-bottom: 12px; }
      .area-project_introduction .body {
        width: auto; }
        .area-project_introduction .body p {
          font-size: 13px;
          line-height: 2;
          color: #646464; } }

.area-project_speaker {
  padding: 0 40px; }
  .area-project_speaker .inner {
    max-width: 848px;
    margin: 0 auto;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 50px;
    margin-bottom: 50px; }
  .area-project_speaker .title {
    margin-bottom: 30px; }
  .area-project_speaker .body p {
    font-size: 14px;
    line-height: 2;
    color: #646464; }
  .area-project_speaker .body .speakers {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0;
    align-content: center; }
    .area-project_speaker .body .speakers .speaker {
      width: 25%; }
      .area-project_speaker .body .speakers .speaker .img {
        margin-bottom: 30px; }
        .area-project_speaker .body .speakers .speaker .img img {
          border-radius: 50%; }
      .area-project_speaker .body .speakers .speaker .txt .name {
        color: #323232;
        font-size: 16px;
        margin-bottom: 1em; }
        .area-project_speaker .body .speakers .speaker .txt .name .en {
          display: block;
          font-family: "Outfit", sans-serif;
          font-size: 12px;
          font-weight: 500;
          margin-top: 0.5em; }
  @media only screen and (max-width: 768px) {
    .area-project_speaker {
      padding: 0 24px; }
      .area-project_speaker .title {
        margin-bottom: 24px; }
      .area-project_speaker .body p {
        font-size: 14px;
        line-height: 2;
        color: #646464; }
      .area-project_speaker .body .speakers {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
        .area-project_speaker .body .speakers .speaker {
          width: calc(50% - 10px); }
          .area-project_speaker .body .speakers .speaker .img {
            margin-bottom: 20px; }
          .area-project_speaker .body .speakers .speaker .txt .name {
            font-size: 14px; }
            .area-project_speaker .body .speakers .speaker .txt .name .en {
              font-size: 10px; }
          .area-project_speaker .body .speakers .speaker .txt p {
            font-size: 13px;
            text-align: left; } }

.area-project_chapter {
  padding: 0 40px;
  margin-bottom: 140px; }
  .area-project_chapter .inner {
    max-width: 848px;
    margin: 0 auto; }
  .area-project_chapter .body .articles .article {
    margin-bottom: 140px; }
    .area-project_chapter .body .articles .article:last-of-type {
      margin-bottom: 0; }
    .area-project_chapter .body .articles .article .label {
      font-family: "Outfit", sans-serif;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 40px; }
      .area-project_chapter .body .articles .article .label span {
        color: #D40000; }
        .area-project_chapter .body .articles .article .label span::before {
          content: '';
          display: inline-block;
          width: 36px;
          height: 1px;
          background: #323232;
          vertical-align: middle;
          margin: 0 15px; }
    .area-project_chapter .body .articles .article .article-title {
      font-size: 32px;
      font-weight: 700;
      border-left: 4px solid #D40000;
      padding: 0.2em 1.6em;
      margin-bottom: 2em; }
    .area-project_chapter .body .articles .article .thumb {
      margin-bottom: 80px; }
      .area-project_chapter .body .articles .article .thumb picture {
        position: relative; }
        .area-project_chapter .body .articles .article .thumb picture::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: #E25252;
          position: absolute;
          left: -20px;
          bottom: -20px;
          border-radius: 20px;
          z-index: -1; }
      .area-project_chapter .body .articles .article .thumb img {
        border: 1px solid #E6E6E6;
        border-radius: 20px; }
    .area-project_chapter .body .articles .article .discussion {
      line-height: 2; }
      .area-project_chapter .body .articles .article .discussion .row {
        display: flex;
        justify-content: space-between;
        padding: 12px 0; }
        .area-project_chapter .body .articles .article .discussion .row dt {
          font-weight: 700;
          font-size: 16px;
          width: 80px;
          margin-right: 20px; }
        .area-project_chapter .body .articles .article .discussion .row dd {
          font-size: 16px;
          flex: 1;
          color: #646464; }
          .area-project_chapter .body .articles .article .discussion .row dd .caption {
            font-size: 13px;
            margin-top: 1em; }
  .area-project_chapter .body .btmimg {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 140px;
    margin-bottom: 80px; }
  .area-project_chapter .body .back {
    text-align: center;
    margin: 80px 0; }
  @media only screen and (max-width: 768px) {
    .area-project_chapter {
      padding: 0 24px;
      margin-bottom: 80px; }
      .area-project_chapter .body .articles .article {
        margin-bottom: 80px; }
        .area-project_chapter .body .articles .article:last-of-type {
          margin-bottom: 0; }
        .area-project_chapter .body .articles .article .label {
          font-size: 16px;
          margin-bottom: 30px; }
          .area-project_chapter .body .articles .article .label span {
            color: #D40000; }
            .area-project_chapter .body .articles .article .label span::before {
              width: 20px; }
        .area-project_chapter .body .articles .article .article-title {
          font-size: 20px;
          padding: 0.2em 1em;
          margin-bottom: 1.6em; }
        .area-project_chapter .body .articles .article .thumb {
          margin-bottom: 30px; }
          .area-project_chapter .body .articles .article .thumb picture {
            position: relative; }
            .area-project_chapter .body .articles .article .thumb picture::after {
              left: -10px;
              bottom: -10px; }
        .area-project_chapter .body .articles .article .discussion .row {
          display: block;
          padding: 12px 0; }
          .area-project_chapter .body .articles .article .discussion .row dt {
            font-size: 15px;
            width: auto;
            margin-right: 0px; }
          .area-project_chapter .body .articles .article .discussion .row dd {
            font-size: 13px; }
            .area-project_chapter .body .articles .article .discussion .row dd .caption {
              font-size: 12px; }
      .area-project_chapter .body .btmimg {
        margin-top: 60px;
        margin-bottom: 60px; }
        .area-project_chapter .body .btmimg img {
          height: calc(1.5 * 175px);
          width: auto;
          margin-left: -60%; }
      .area-project_chapter .body .back {
        margin: 60px 0; } }

/* terms */
.area-contact {
  /* margin-bottom: 120px; */ }
  .area-contact .title {
    max-width: 876px;
    margin: 0 auto;
    color: #D40000; }
  .area-contact .body {
    max-width: 700px;
    margin: 0 auto; }
    .area-contact .body .block {
      margin-bottom: 3em;
      font-size: 16px; }
      .area-contact .body .block input[type="text"], .area-contact .body .block textarea {
        border: 1px solid #d7d7d7;
        width: 100%;
        padding: 0.8em 1.2em; }
      .area-contact .body .block input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border: 2px solid #d7d7d7;
        margin-right: 8px;
        position: relative;
        top: 7px; }
        .area-contact .body .block input[type="checkbox"]:checked {
          background: url(../img/common/icon_check_red.svg) 0 0 no-repeat; }
      .area-contact .body .block input[type="submit"] {
        border: 1px solid #d40000;
        color: #d40000;
        width: 100%;
        padding: 0.8em 1.2em;
        border-radius: 8px;
        font-size: 18px;
        background: #fff;
        cursor: pointer; }
      .area-contact .body .block dl .row {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 40px;
        margin-bottom: 40px; }
        .area-contact .body .block dl .row dt {
          font-size: 18px;
          margin-bottom: 0.8em;
          font-weight: 400; }
          .area-contact .body .block dl .row dt .require {
            display: inline-block;
            background: #d40000;
            color: #fff;
            border-radius: 5px;
            font-size: 14px;
            padding: 0.1em 0.6em 0.2em 0.6em;
            margin-left: 1em; }
        .area-contact .body .block dl .row dd p {
          margin: 0.3em 0; }
          .area-contact .body .block dl .row dd p small {
            font-size: 12px; }
        .area-contact .body .block dl .row dd ul.flex {
          display: grid;
          grid-gap: 10px;
          grid-template-columns: repeat(3, 1fr); }
        .area-contact .body .block dl .row dd .scroll {
          border: 1px solid #d7d7d7;
          padding: 0.8em 1.2em;
          overflow: auto;
          height: 220px;
          margin-bottom: 0; }
      .area-contact .body .block.thanks h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 2em; }
      .area-contact .body .block.thanks p {
        margin-bottom: 1.5em; }
    .area-contact .body .wpcf7-not-valid-tip {
      margin-top: 0.8em; }
  @media only screen and (max-width: 768px) {
    .area-contact {
      margin-bottom: 50px; }
      .area-contact .body .block {
        font-size: 13px;
        line-height: 2; }
        .area-contact .body .block input[type="submit"] {
          font-size: 15px; }
        .area-contact .body .block dl .row {
          padding-bottom: 24px;
          margin-bottom: 24px; }
          .area-contact .body .block dl .row dt {
            font-size: 15px; }
            .area-contact .body .block dl .row dt .require {
              font-size: 12px;
              padding: 0.05em 0.6em 0.05em 0.6em; }
          .area-contact .body .block dl .row dd {
            font-size: 13px; }
            .area-contact .body .block dl .row dd p {
              text-align: left; }
            .area-contact .body .block dl .row dd ul.flex {
              grid-template-columns: repeat(2, 1fr); }
            .area-contact .body .block dl .row dd .scroll {
              padding: 12px; }
              .area-contact .body .block dl .row dd .scroll .body {
                padding-left: 12px;
                padding-right: 12px; }
                .area-contact .body .block dl .row dd .scroll .body h2 {
                  margin-bottom: .25em;
                  font-size: 14px;
                  line-height: 1.5; }
                .area-contact .body .block dl .row dd .scroll .body .block {
                  margin-bottom: 1.5em; }
                .area-contact .body .block dl .row dd .scroll .body dd p {
                  margin-bottom: 1.5em; } }

/* terms */
.area-term {
  margin-bottom: 80px; }
  .area-term .title {
    max-width: 700px;
    margin: 0 auto; }
    .area-term .title .c-pagetitle-lower {
      padding-left: 1em; }
      .area-term .title .c-pagetitle-lower:before {
        left: 0; }
  .area-term .body {
    max-width: 700px;
    margin: 0 auto; }
    .area-term .body .block {
      margin-bottom: 3em; }
      .area-term .body .block.has-bd {
        border: 1px solid #C8C8C8;
        padding: 24px; }
        .area-term .body .block.has-bd *:last-child {
          margin-bottom: 0; }
      .area-term .body .block.no-margin {
        margin-bottom: -1px; }
    .area-term .body h2 {
      margin-bottom: 0.8em; }
    .area-term .body p {
      font-size: 15px;
      line-height: 2;
      margin-bottom: 1.5em;
      color: #646464; }
      .area-term .body p.date {
        text-align: right; }
    .area-term .body ul, .area-term .body ol {
      margin: 1.5em 0;
      margin-left: 1.5em; }
    .area-term .body li {
      font-size: 15px;
      color: #646464;
      margin-bottom: 0.5em;
      line-height: 1.8;
      list-style-type: inherit; }
    .area-term .body .list-none {
      margin-left: 0; }
      .area-term .body .list-none li {
        list-style-type: none; }
    .area-term .body a {
      color: #0064BE;
      text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    .area-term .body {
      padding-left: 24px;
      padding-right: 24px; }
      .area-term .body h2 {
        font-size: 15px; }
      .area-term .body p, .area-term .body li {
        font-size: 13px; } }

.js-anchor {
  margin-top: -100px;
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .js-anchor {
      margin-top: -80px;
      padding-top: 80px; } }

.wpcf7-list-item {
  width: 30%; }

@media only screen and (max-width: 768px) {
  .wpcf7-list-item {
    width: 100%; } }

/*# sourceMappingURL=page.css.map */
