@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*ブレイクポイント設定*/
.font-setting {
  margin-bottom: 00;
  color: #000;
  line-height: 0;
  font-size: 0;
  letter-spacing: 0em;
  font-weight: 500; }

/*font-size フォントサイズ*/
/*font-color*/
/*boxの中央寄せ*/
/*clearfix*/
/*flexboxで中央寄せ*/
/* Scss Document */
body {
  font-family: 'Noto Sans JP', sans-serif !important; }

img {
  /*width: 100%;*/ }

p {
  text-align: justify !important; }

.profile img {
  width: inherit;
  height: auto; }

.for_pc {
  display: block; }

.for_sp {
  display: none; }

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

  .for_sp {
    display: block; } }
.l-header {
  padding: 0 !important;
  border-bottom: 0.5px solid #c8c9ca; }
  .l-header .container.container-header {
    margin: 0;
    max-width: inherit;
    min-height: inherit !important;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .l-header .container.container-header {
        height: 50px; } }
    .l-header .container.container-header .siteTitle {
      max-width: 150px;
      margin-left: 60px;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .l-header .container.container-header .siteTitle {
          max-width: 80px;
          margin-left: 20px; } }
    @media screen and (max-width: 768px) {
      .l-header .container.container-header .menuBtn {
        top: 12.5px;
        right: 20px; } }
    .l-header .container.container-header .menu_for_pc {
      width: clamp(500px, 49%, 670px); }
      .l-header .container.container-header .menu_for_pc .menu_list {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .l-header .container.container-header .menu_for_pc .menu_list .menu_item.menu_item_contact {
          max-width: 300px;
          flex-basis: 44.8%; }
          .l-header .container.container-header .menu_for_pc .menu_list .menu_item.menu_item_contact img {
            height: auto;
            max-width: 300px;
            width: 100%; }
        .l-header .container.container-header .menu_for_pc .menu_list .menu_item img {
          height: 15px;
          width: auto; }
    .l-header .container.container-header::after {
      display: none; }

.sec .sec_content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .sec .sec_content {
      max-width: 86.3%;
      margin: 0 auto; } }
.sec.sec_contact {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .sec.sec_contact .sec_content {
      max-width: inherit; } }
.sec.sec_process {
  background-color: #f7b52c;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .sec.sec_process {
      padding-bottom: 60px; } }
  .sec.sec_process .sec_content .content_title {
    max-width: 191px;
    margin: 0 auto;
    margin-bottom: 60px; }
  .sec.sec_process .sec_content .content_list {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sec.sec_process .sec_content .content_list {
        display: inherit; } }
    .sec.sec_process .sec_content .content_list .content_item {
      flex-basis: 22.1%; }
      .sec.sec_process .sec_content .content_list .content_item:nth-child(2n) {
        flex-basis: 1.1%;
        position: relative; }
        .sec.sec_process .sec_content .content_list .content_item:nth-child(2n) img {
          position: absolute;
          top: 35%; }
      @media screen and (max-width: 768px) {
        .sec.sec_process .sec_content .content_list .content_item:last-child {
          margin-bottom: 0; } }
      @media screen and (max-width: 768px) {
        .sec.sec_process .sec_content .content_list .content_item {
          margin-bottom: 60px; } }
      .sec.sec_process .sec_content .content_list .content_item .item_image {
        margin-bottom: 32px; }
      .sec.sec_process .sec_content .content_list .content_item .item_des .item_des_ttl h5 {
        margin-bottom: 23px;
        font-size: 1.9rem;
        font-weight: 900;
        letter-spacing: 0.18em; }
      .sec.sec_process .sec_content .content_list .content_item .item_des .item_des_txt {
        font-size: 1.6rem;
        line-height: 1.625;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          .sec.sec_process .sec_content .content_list .content_item .item_des .item_des_txt {
            font-size: 1.5rem;
            font-weight: 300; } }
  .sec.sec_process.sec_process_art {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .sec.sec_process.sec_process_art {
        margin-bottom: 66px;
        margin-bottom: 66px; } }
    .sec.sec_process.sec_process_art .sec_content .content_list .content_item:nth-child(2n) img {
      top: 35%; }
.sec.sec_worksExample .sec_content {
  padding-top: 100px; }
  .sec.sec_worksExample .sec_content .content_title {
    max-width: 228px;
    margin: 0 auto;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .sec.sec_worksExample .sec_content .content_title {
        margin-bottom: 54px; } }
.sec.sec_worksExample .content_moreBtn {
  max-width: 217px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .sec.sec_worksExample .content_moreBtn {
      max-width: unset; } }
