@charset "UTF-8";
/*
Theme Name:Cocoon Child New
Template:cocoon-master
*/
/*基本設定*/
/*---------------------
共通部分
---------------------*/
body {
  font-size: 16px;
  background: #fff;
  font-family: "Arial",'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  overscroll-behavior: none; }
  @media (max-width: 1200px) {
    body {
      font-size: 15px; } }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }
  body.no-scroll {
    overflow: hidden; }
  body.no-sidebar .wrap, body.no-sidebar .main {
    width: 100%;
    max-width: none;
    padding: 0; }
  body.no-sidebar .sidebar {
    display: none; }
  body.single {
    padding-top: 110px; }
    @media (max-width: 767px) {
      body.single {
        padding-top: 66px; } }
    body.single.single-works_page {
      padding-top: 0; }

.en {
  font-family: rift-soft, sans-serif; }

img {
  vertical-align: bottom; }

.txt {
  line-height: 1.8; }
  .txt.c_txt {
    text-align: center; }
    @media (max-width: 767px) {
      .txt.c_txt {
        text-align: left; } }

@media (max-width: 767px) {
  .pc_only {
    display: none; } }

@media (min-width: 768px) {
  .sp_only {
    display: none; } }

a:hover {
  opacity: 1; }

section {
  padding: 110px 0;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    section {
      padding: 60px 0; } }
  section > .container {
    max-width: 1200px;
    margin: auto; }
    @media (max-width: 1230px) {
      section > .container {
        padding: 0 15px; } }

.main section:last-of-type {
  padding-bottom: 0; }

.mobile-footer-menu-buttons {
  display: none !important; }

#header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 15px; }
  @media (max-width: 767px) {
    #header {
      padding: 8px 15px; } }
  #header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #header .header_wrap .logo {
      max-width: 200px; }
      @media (max-width: 1200px) {
        #header .header_wrap .logo {
          max-width: 160px; } }
      @media (max-width: 767px) {
        #header .header_wrap .logo {
          max-width: 140px; } }
    #header .header_wrap .hamburger {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      border: 2px solid #f79827;
      position: relative;
      cursor: pointer;
      background: #fff; }
      @media (max-width: 1200px) {
        #header .header_wrap .hamburger {
          width: 70px;
          height: 70px; } }
      @media (max-width: 767px) {
        #header .header_wrap .hamburger {
          width: 50px;
          height: 50px; } }
      #header .header_wrap .hamburger span {
        width: 42%;
        height: 3px;
        background: #f79827;
        position: absolute;
        margin: auto;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media (max-width: 767px) {
          #header .header_wrap .hamburger span {
            height: 2px; } }
        #header .header_wrap .hamburger span:first-of-type {
          top: calc(100% / 2.7 - 1.5px);
          left: 0;
          right: 0; }
        #header .header_wrap .hamburger span:nth-of-type(2) {
          top: calc(100% / 2 - 1.5px);
          left: 0;
          right: 0; }
        #header .header_wrap .hamburger span:nth-of-type(3) {
          top: calc(100% / 1.6 - 1.5px);
          left: 0;
          right: 0; }
      #header .header_wrap .hamburger.active span:nth-of-type(1) {
        top: calc(100% / 2);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #header .header_wrap .hamburger.active span:nth-of-type(2), #header .header_wrap .hamburger.active span:nth-of-type(3) {
        top: calc(100% / 2);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); }
  #header.wow {
    opacity: 0;
    transition: .5s ease .7s; }
    #header.wow.animation {
      opacity: 1; }

#h_nav {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  #h_nav .nav_wrap {
    width: 300vw;
    height: 300vw;
    background: #f79827;
    border-radius: 50%;
    transition: all .4s ease;
    flex: none;
    transform: scale(0);
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    #h_nav .nav_wrap ul li {
      text-align: center; }
      #h_nav .nav_wrap ul li:not(:last-child) {
        margin-bottom: 10px; }
      #h_nav .nav_wrap ul li a {
        color: #111111;
        font-family: rift-soft, sans-serif;
        font-weight: bold;
        text-decoration: none;
        font-size: 3.2rem;
        position: relative;
        transition: .2s;
        line-height: 1;
        padding-bottom: 5px;
        display: inline-block; }
        @media (max-width: 1200px) {
          #h_nav .nav_wrap ul li a {
            font-size: 2.6rem; } }
        @media (max-width: 767px) {
          #h_nav .nav_wrap ul li a {
            font-size: 2rem; } }
        #h_nav .nav_wrap ul li a:after {
          content: "";
          width: 0;
          height: 2px;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: .2s; }
        #h_nav .nav_wrap ul li a:hover {
          color: #fff; }
          #h_nav .nav_wrap ul li a:hover:after {
            width: 100%; }
  #h_nav.active {
    pointer-events: auto;
    visibility: visible; }
    #h_nav.active > div {
      transform: scale(1);
      transition-duration: .75s; }
      #h_nav.active > div > ul {
        opacity: 1;
        transition: opacity .4s ease .4s; }

#footer {
  background: #fff;
  padding-top: 80px;
  margin-top: 0;
  position: relative; }
  @media (max-width: 767px) {
    #footer {
      padding-top: 60px; } }
  #footer #footer-in {
    max-width: 1200px;
    margin: auto; }
    @media (max-width: 1230px) {
      #footer #footer-in {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      #footer #footer-in {
        padding: 0; } }
  #footer .footer_main {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #footer .footer_main {
        display: block;
        text-align: center; } }
    #footer .footer_main .box.info {
      width: 33%; }
      @media (max-width: 767px) {
        #footer .footer_main .box.info {
          width: 100%; } }
      #footer .footer_main .box.info h2 {
        max-width: 200px;
        margin: 0 0 15px; }
        @media (max-width: 767px) {
          #footer .footer_main .box.info h2 {
            margin: 0 auto 12px;
            max-width: 170px; } }
      #footer .footer_main .box.info .company {
        font-size: 18px;
        margin: 0 0 8px; }
        @media (max-width: 767px) {
          #footer .footer_main .box.info .company {
            font-size: 16px; } }
      #footer .footer_main .box.info .tel a {
        text-decoration: none;
        color: #111111; }
        @media (min-width: 769px) {
          #footer .footer_main .box.info .tel a {
            pointer-events: none; } }
      #footer .footer_main .box.info .yahoo_partner {
        margin: 20px 0 0;
        max-width: 180px; }
        @media (max-width: 767px) {
          #footer .footer_main .box.info .yahoo_partner {
            margin: 15px auto 0; } }
      #footer .footer_main .box.info .china_c {
        margin-top: 20px; }
        #footer .footer_main .box.info .china_c .txt {
          font-size: 15px; }
        #footer .footer_main .box.info .china_c .company {
          font-size: 16px;
          margin: 0; }
    #footer .footer_main .box.nav {
      display: flex;
      justify-content: flex-end;
      width: 40%; }
      @media (max-width: 767px) {
        #footer .footer_main .box.nav {
          width: 100%;
          display: block;
          margin-top: 30px;
          border-top: 1px solid #ccc; } }
      #footer .footer_main .box.nav ul {
        width: 48%; }
        @media (max-width: 767px) {
          #footer .footer_main .box.nav ul {
            width: 100%; } }
        #footer .footer_main .box.nav ul li:not(:last-child) {
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            #footer .footer_main .box.nav ul li:not(:last-child) {
              margin-bottom: 0; } }
        #footer .footer_main .box.nav ul li a {
          font-size: 18px;
          color: #111111;
          text-decoration: none;
          font-weight: bold;
          transition: .2s; }
          @media (max-width: 1200px) {
            #footer .footer_main .box.nav ul li a {
              font-size: 16px; } }
          @media (max-width: 767px) {
            #footer .footer_main .box.nav ul li a {
              font-size: 14px;
              position: relative;
              display: block;
              padding: 16px 0;
              border-bottom: 1px solid #ccc; }
              #footer .footer_main .box.nav ul li a:before {
                content: "";
                width: 6px;
                height: 6px;
                border-top: 2px solid #111111;
                border-right: 2px solid #111111;
                transform: rotate(45deg);
                position: absolute;
                top: 0;
                bottom: 0;
                right: 3%;
                margin: auto; } }
          #footer .footer_main .box.nav ul li a:hover {
            color: #f79827; }
  #footer .copyright {
    text-align: center;
    font-size: 14px;
    padding: 30px 0; }

.con_contact {
  background: #faf6f1;
  margin-top: 100px; }
  @media (max-width: 767px) {
    .con_contact {
      margin-top: 60px; } }
  .con_contact .flex_box {
    background: #fff;
    max-width: 1000px;
    margin: auto;
    padding: 90px 60px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .con_contact .flex_box {
        display: block;
        padding: 60px 20px; } }
    .con_contact .flex_box .box {
      width: 48%; }
      @media (max-width: 767px) {
        .con_contact .flex_box .box {
          width: 100%;
          text-align: center; } }
      .con_contact .flex_box .box.txt_wrap .under_h2 {
        font-size: 70px;
        text-align: left;
        margin: 0 0 20px; }
        @media (max-width: 1200px) {
          .con_contact .flex_box .box.txt_wrap .under_h2 {
            font-size: 60px; } }
        @media (max-width: 767px) {
          .con_contact .flex_box .box.txt_wrap .under_h2 {
            font-size: 50px;
            text-align: center; } }
        .con_contact .flex_box .box.txt_wrap .under_h2 .ja {
          font-size: 18px; }
          @media (max-width: 1200px) {
            .con_contact .flex_box .box.txt_wrap .under_h2 .ja {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .con_contact .flex_box .box.txt_wrap .under_h2 .ja {
              font-size: 14px;
              margin: 0 0 6px; } }
      .con_contact .flex_box .box.txt_wrap .time {
        font-weight: bold; }
      @media (max-width: 767px) {
        .con_contact .flex_box .box.btn_wrap {
          margin-top: 24px; } }
      .con_contact .flex_box .box.btn_wrap .btn {
        width: 100%; }
        .con_contact .flex_box .box.btn_wrap .btn.tel {
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .con_contact .flex_box .box.btn_wrap .btn.tel {
              margin-bottom: 15px; } }
        .con_contact .flex_box .box.btn_wrap .btn a {
          margin: auto;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          text-align: center;
          border: 2px solid #f79827;
          text-decoration: none;
          border-radius: 4px;
          padding: 10px;
          font-weight: bold;
          height: 100%;
          line-height: 1;
          transition: .2s;
          height: 90px; }
          @media (max-width: 1200px) {
            .con_contact .flex_box .box.btn_wrap .btn a {
              height: 80px; } }
          @media (max-width: 767px) {
            .con_contact .flex_box .box.btn_wrap .btn a {
              height: 60px;
              max-width: 320px; } }
          .con_contact .flex_box .box.btn_wrap .btn a span {
            padding-left: 25px;
            position: relative; }
        .con_contact .flex_box .box.btn_wrap .btn.tel a {
          background: #fff;
          color: #f79827;
          font-size: 32px; }
          @media (max-width: 1200px) {
            .con_contact .flex_box .box.btn_wrap .btn.tel a {
              font-size: 26px; } }
          @media (max-width: 767px) {
            .con_contact .flex_box .box.btn_wrap .btn.tel a {
              font-size: 20px; } }
          .con_contact .flex_box .box.btn_wrap .btn.tel a span:before {
            font-family: "FontAwesome";
            content: "\f095";
            font-weight: 900;
            font-size: 24px;
            line-height: 1;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            display: flex;
            align-items: center; }
          .con_contact .flex_box .box.btn_wrap .btn.tel a:hover {
            background: #f79827;
            color: #fff; }
            .con_contact .flex_box .box.btn_wrap .btn.tel a:hover span:before {
              color: #fff; }
        .con_contact .flex_box .box.btn_wrap .btn.mail a {
          color: #fff;
          background: #f79827;
          font-size: 18px; }
          @media (max-width: 1200px) {
            .con_contact .flex_box .box.btn_wrap .btn.mail a {
              font-size: 14px; } }
          .con_contact .flex_box .box.btn_wrap .btn.mail a span {
            padding-left: 30px; }
            .con_contact .flex_box .box.btn_wrap .btn.mail a span:before {
              font-family: "FontAwesome";
              content: "\f003";
              font-weight: 900;
              font-size: 20px;
              line-height: 1;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              display: flex;
              align-items: center; }
          .con_contact .flex_box .box.btn_wrap .btn.mail a:hover {
            background: #fff;
            color: #f79827;
            opacity: 1; }
            .con_contact .flex_box .box.btn_wrap .btn.mail a:hover span:before {
              color: #f79827; }

#pagetop {
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
  mix-blend-mode: multiply; }
  #pagetop a {
    padding-top: 26px;
    position: relative;
    font-size: 20px;
    color: #f79827;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none; }
    @media (max-width: 767px) {
      #pagetop a {
        font-size: 18px;
        padding-top: 20px; } }
    #pagetop a:before {
      content: "";
      width: 10px;
      height: 10px;
      border-top: 3px solid #f79827;
      border-right: 3px solid #f79827;
      border-radius: 2px;
      transform: rotate(-45deg);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 767px) {
        #pagetop a:before {
          border-top: 2px solid #f79827;
          border-right: 2px solid #f79827;
          width: 7px;
          height: 7px; } }
    #pagetop a:after {
      content: "";
      width: 10px;
      height: 10px;
      border-top: 3px solid #f79827;
      border-right: 3px solid #f79827;
      border-radius: 2px;
      transform: rotate(-45deg);
      position: absolute;
      top: 8px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 767px) {
        #pagetop a:after {
          border-top: 2px solid #f79827;
          border-right: 2px solid #f79827;
          width: 7px;
          height: 7px;
          top: 5px; } }

#wpadminbar {
  font-size: 13px; }

#wpadminbar .alert::before {
  display: none; }

.product-item-admin {
  position: absolute;
  bottom: 3px;
  left: 6px; }

.product-item-admin > * {
  font-size: 10px;
  color: #777;
  margin: 6px; }

.admin-panel {
  background-color: #333;
  color: #fff;
  opacity: 0.8;
  padding: 10px;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: .3s;
  z-index: 9999; }

.admin-panel a {
  color: #fff; }

.admin-pv,
.admin-edit,
.admin-amp,
.admin-checks,
.admin-cresponsive {
  border-radius: 3px;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin: 6px 4px; }

.admin-pv > span,
.admin-edit > span,
.admin-amp > span,
.admin-checks > span,
.admin-cresponsive > span {
  padding: 0 4px; }

.admin-amp a,
.admin-checks a,
.admin-cresponsive a {
  margin: 0 4px;
  font-size: 0.8em; }

.admin-pv {
  position: relative; }

.admin-pv .admin-pv-by {
  position: absolute;
  bottom: -1em;
  right: 0.4em;
  font-size: 0.6em;
  background-color: #333;
  padding: 0 5px; }

.apdt-pc-only {
  display: flex; }

.apdt-mobile-only {
  display: none; }

.entry-card .admin-pv {
  margin: 0.4em 0 1.4em;
  padding: 0;
  border-width: 0;
  font-size: 0.9em; }

.entry-card .admin-pv > span {
  padding: 0 7px 0 0; }

.entry-card .admin-pv > span:nth-of-type(2) {
  padding: 0; }

.entry-card .admin-pv .admin-pv-by {
  background-color: transparent;
  bottom: 0;
  display: none; }

div#bbpress-forums span.bbp-admin-links a,
div#bbpress-forums .status-closed,
div#bbpress-forums .status-closed a {
  color: #555; }

@media screen and (max-width: 1023px) {
  .admin-bar .mobile-header-menu-buttons {
    margin-top: 32px; }

  .admin-bar.mblt-header-mobile-buttons,
  .admin-bar.mblt-header-and-footer-mobile-buttons {
    margin-top: 32px; }

  .admin-bar .mobile-header-menu-buttons {
    margin-top: 0; }

  .admin-bar.mblt-header-mobile-buttons,
  .admin-bar.mblt-header-and-footer-mobile-buttons {
    margin-top: 0; } }
.admin-panel {
  padding: 5px;
  font-size: 14px;
  line-height: 1.4; }

.admin-panel > div {
  margin: 3px; }

.mobile-footer-menu-buttons {
  display: none; }

.copy-info {
  display: none; }

/*---------------------
TOPページ
---------------------*/
body.front-top-page .para_img {
  position: fixed;
  top: 0;
  z-index: -999;
  width: 100%;
  height: 100vh;
  background: url(../img/parallax.jpg) no-repeat center;
  background-size: cover; }
body.front-top-page .con_contact {
  margin-top: 0; }

#top .mv {
  background: #fff;
  position: relative;
  padding: 0; }
  #top .mv:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #f79827;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media (max-width: 767px) {
      #top .mv:before {
        height: 75%; } }
  #top .mv .txt_wrap {
    position: absolute;
    bottom: 8%;
    left: 30px;
    z-index: 2; }
    @media (max-width: 767px) {
      #top .mv .txt_wrap {
        left: 20px;
        bottom: 20px; } }
    #top .mv .txt_wrap h2 {
      font-size: 230px; }
      @media (max-width: 1600px) {
        #top .mv .txt_wrap h2 {
          font-size: 15vw; } }
      #top .mv .txt_wrap h2 p {
        line-height: .95; }
        #top .mv .txt_wrap h2 p > span {
          display: inline-block;
          position: relative; }
          #top .mv .txt_wrap h2 p > span .inner {
            display: inline-block;
            position: relative;
            opacity: 0;
            -webkit-animation: anima_fadein 0.8s ease-out .4s 1 forwards;
            animation: anima_fadein 0.8s ease-out .5s 1 forwards; }
        #top .mv .txt_wrap h2 p.txt01 > span:after {
          content: "";
          display: block;
          background: #111111;
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          right: 100%;
          z-index: 1;
          bottom: 0;
          -webkit-animation: anima_bg 1s ease-out 1 forwards;
          animation: anima_bg 1s ease-out 1 forwards; }
        #top .mv .txt_wrap h2 p.txt02 > span:after {
          content: "";
          display: block;
          background: #111111;
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          right: 100%;
          z-index: 1;
          bottom: 0;
          -webkit-animation: anima_bg 1s ease-out 1 forwards;
          animation: anima_bg 1s ease-out 1 forwards;
          animation-delay: 0.5s; }
        #top .mv .txt_wrap h2 p.txt02 > span .inner {
          animation-delay: 1s; }
    #top .mv .txt_wrap .txt {
      font-size: 20px;
      font-weight: bold;
      margin-top: 20px; }
      @media (max-width: 1600px) {
        #top .mv .txt_wrap .txt {
          font-size: 18px; } }
      @media (max-width: 767px) {
        #top .mv .txt_wrap .txt {
          font-size: 15px;
          margin-top: 10px; } }
    #top .mv .txt_wrap #mask_anim {
      max-width: 424px;
      z-index: 1;
      transform: rotate(-5deg);
      position: absolute;
      top: -25%;
      left: 0; }
      @media (max-width: 1600px) {
        #top .mv .txt_wrap #mask_anim {
          width: 32vw; } }
      #top .mv .txt_wrap #mask_anim .st0 {
        fill: none;
        stroke: #fff287;
        stroke-width: 10;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10; }
  #top .mv .bg_img {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 0; }
    @media (max-width: 767px) {
      #top .mv .bg_img {
        height: 70vh; } }
    #top .mv .bg_img:before {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      transition: .3s ease-out .5s; }
    #top .mv .bg_img .clip-me {
      -webkit-clip-path: url(#clipshape);
      clip-path: url(#clipshape);
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #top .mv .bg_img #mv_img_mask {
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      left: 0; }
      #top .mv .bg_img #mv_img_mask .cls-1 {
        fill: #ddd;
        fill-rule: evenodd;
        transform: scale(0.00053, 0.00092251); }
  #top .mv.wow .txt {
    opacity: 0; }
  #top .mv.wow.animation .txt {
    -webkit-animation: anima_fadein 1s ease-out 1.3s 1 forwards;
    animation: anima_fadein 1s ease-out 1.3s 1 forwards; }
  #top .mv.wow.animation .bg_img:before {
    height: 0; }
#top .about {
  background: #fff; }
  #top .about .flex_box {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse; }
    @media (max-width: 980px) {
      #top .about .flex_box {
        display: block; } }
    #top .about .flex_box .box {
      width: 50%;
      position: relative; }
      @media (max-width: 980px) {
        #top .about .flex_box .box {
          width: 100%; } }
      #top .about .flex_box .box figure {
        height: 100%;
        clip-path: polygon(0% 100%, 0% 10%, 100% 0%, 100% 90%); }
        @media (max-width: 980px) {
          #top .about .flex_box .box figure {
            width: 90%;
            margin-left: auto; } }
        #top .about .flex_box .box figure img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #top .about .flex_box .box.txt_area .inner {
        padding: 120px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        position: relative; }
        @media (max-width: 1200px) {
          #top .about .flex_box .box.txt_area .inner {
            padding: 120px 30px; } }
        @media (max-width: 980px) {
          #top .about .flex_box .box.txt_area .inner {
            padding: 50px 15px 30px; } }
        #top .about .flex_box .box.txt_area .inner:before {
          content: "";
          width: 115%;
          height: 100%;
          background: #faf6f1;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 0;
          clip-path: polygon(0% 100%, 0% 10%, 100% 0%, 100% 90%); }
          @media (max-width: 980px) {
            #top .about .flex_box .box.txt_area .inner:before {
              width: 100%;
              clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 93%);
              height: 130%; } }
        #top .about .flex_box .box.txt_area .inner .under_h2 {
          text-align: left;
          margin: 0 0 15px;
          z-index: 1; }
          @media (max-width: 980px) {
            #top .about .flex_box .box.txt_area .inner .under_h2 {
              text-align: center; } }
          @media (max-width: 767px) {
            #top .about .flex_box .box.txt_area .inner .under_h2 {
              margin: 0 0 10px; } }
        #top .about .flex_box .box.txt_area .inner h3 {
          color: #f79827;
          font-size: 32px;
          margin: 0 0 30px;
          z-index: 1; }
          @media (max-width: 1200px) {
            #top .about .flex_box .box.txt_area .inner h3 {
              font-size: 24px; } }
          @media (max-width: 767px) {
            #top .about .flex_box .box.txt_area .inner h3 {
              font-size: 16px;
              margin: 0 0 15px; } }
        #top .about .flex_box .box.txt_area .inner .txt {
          z-index: 1; }
        #top .about .flex_box .box.txt_area .inner .more_btn a {
          margin: 0; }
          @media (max-width: 767px) {
            #top .about .flex_box .box.txt_area .inner .more_btn a {
              margin: auto; } }
  #top .about.wow .flex_box .box figure {
    position: relative; }
    #top .about.wow .flex_box .box figure:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      transition: .4s ease-out .5s; }
  #top .about.wow .flex_box .box.txt_area .inner:after {
    content: "";
    width: 115%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    transition: .4s ease-out .5s; }
    @media (max-width: 980px) {
      #top .about.wow .flex_box .box.txt_area .inner:after {
        height: 130%; } }
  #top .about.wow .flex_box .box.txt_area .inner .under_h2, #top .about.wow .flex_box .box.txt_area .inner h3, #top .about.wow .flex_box .box.txt_area .inner .txt, #top .about.wow .flex_box .box.txt_area .inner .more_btn {
    opacity: 0; }
  #top .about.wow.animation .flex_box .box figure:after {
    width: 0; }
  #top .about.wow.animation .flex_box .box.txt_area .inner:after {
    width: 0; }
  #top .about.wow.animation .flex_box .box.txt_area .inner .under_h2 {
    -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
    animation: anima_fadeY 0.6s ease .8s 1 forwards; }
  #top .about.wow.animation .flex_box .box.txt_area .inner h3 {
    -webkit-animation: anima_fadeY 0.6s ease .9s 1 forwards;
    animation: anima_fadeY 0.6s ease .9s 1 forwards; }
  #top .about.wow.animation .flex_box .box.txt_area .inner .txt {
    -webkit-animation: anima_fadeY 0.6s ease 1s 1 forwards;
    animation: anima_fadeY 0.6s ease 1s 1 forwards; }
  #top .about.wow.animation .flex_box .box.txt_area .inner .more_btn {
    -webkit-animation: anima_fadeY 0.6s ease 1.1s 1 forwards;
    animation: anima_fadeY 0.6s ease-out 1.1s 1 forwards; }
#top .service {
  background: #fff;
  padding-top: 0;
  position: relative;
  padding-bottom: 110px; }
  @media (max-width: 767px) {
    #top .service {
      padding-bottom: 60px; } }
  #top .service:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f79827;
    position: absolute;
    top: 13%;
    left: 0;
    z-index: 0; }
    @media (max-width: 767px) {
      #top .service:before {
        top: 18vw; } }
  #top .service .container {
    z-index: 1;
    position: relative; }
  #top .service .main_img {
    max-width: 1680px;
    margin: 0 auto 60px;
    padding: 0 20px;
    position: relative; }
    @media (max-width: 767px) {
      #top .service .main_img {
        margin: 0 auto 30px; } }
    #top .service .main_img #mask_anim02 {
      position: absolute;
      bottom: -14%;
      left: -3%;
      max-width: 760px;
      transform: rotate(-8deg); }
      @media (max-width: 1770px) {
        #top .service .main_img #mask_anim02 {
          left: 2%; } }
      @media (max-width: 1600px) {
        #top .service .main_img #mask_anim02 {
          width: 52vw; } }
      @media (max-width: 767px) {
        #top .service .main_img #mask_anim02 {
          width: 60vw; } }
      #top .service .main_img #mask_anim02 .st0 {
        fill: none;
        stroke: #FFF287;
        stroke-width: 10;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10; }
  #top .service .ser_li {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #top .service .ser_li {
        margin-top: 40px; } }
    #top .service .ser_li li {
      background: #fff;
      position: relative;
      padding: 50px 30px;
      width: calc(96% / 3); }
      @media (max-width: 767px) {
        #top .service .ser_li li {
          width: calc(97% / 2); }
          #top .service .ser_li li:nth-child(n+3) {
            margin-top: 40px; } }
      @media (min-width: 768px) {
        #top .service .ser_li li:nth-child(n+4) {
          margin-top: 50px; } }
      @media (max-width: 1200px) {
        #top .service .ser_li li {
          padding: 40px 20px; } }
      @media (max-width: 460px) {
        #top .service .ser_li li {
          width: 100%;
          padding: 25px 10px; }
          #top .service .ser_li li:nth-child(n+2) {
            margin-top: 30px; } }
      #top .service .ser_li li .num {
        background: #111111;
        color: #fff;
        font-size: 40px;
        width: 74px;
        height: 74px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        border-radius: 50%;
        letter-spacing: .2rem;
        position: absolute;
        top: -9%;
        left: 0;
        right: 0;
        margin: auto; }
        @media (max-width: 1200px) {
          #top .service .ser_li li .num {
            font-size: 30px;
            width: 60px;
            height: 60px;
            top: -7%; } }
        @media (max-width: 767px) {
          #top .service .ser_li li .num {
            font-size: 25px;
            width: 50px;
            height: 50px; } }
      #top .service .ser_li li figure {
        max-width: 150px;
        min-width: 90px;
        width: 40%;
        margin: auto; }
      #top .service .ser_li li h3 {
        text-align: center;
        font-size: 22px;
        margin: 0 0 15px; }
        @media (max-width: 1200px) {
          #top .service .ser_li li h3 {
            font-size: 20px; } }
        @media (max-width: 767px) {
          #top .service .ser_li li h3 {
            font-size: 16px;
            margin: 0 0 10px; } }
      @media (max-width: 420px) {
        #top .service .ser_li li .txt {
          font-size: 13px; } }
  #top .service .main_img.wow {
    opacity: 0; }
    #top .service .main_img.wow.animation {
      -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
      animation: anima_fadeY 0.6s ease .5s 1 forwards; }
  #top .service .container.wow {
    opacity: 0; }
    #top .service .container.wow.animation {
      -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
      animation: anima_fadeY 0.6s ease .5s 1 forwards; }
#top .works {
  background: #fff;
  padding: 110px 30px; }
  @media (max-width: 1200px) {
    #top .works {
      padding: 110px 15px; } }
  @media (max-width: 767px) {
    #top .works {
      padding: 60px 15px; } }
  #top .works .top_works-li {
    max-width: 1960px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 50px; }
    @media (max-width: 1200px) {
      #top .works .top_works-li {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 40px; } }
    @media (max-width: 767px) {
      #top .works .top_works-li {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
        margin: 20px auto 0; } }
    #top .works .top_works-li li a {
      text-decoration: none;
      transition: .2s; }
      #top .works .top_works-li li a:hover {
        opacity: .8; }
      #top .works .top_works-li li a figure {
        height: 16vw;
        max-height: 300px;
        border: 1px solid #ccc;
        margin: 0 0 15px; }
        @media (max-width: 1200px) {
          #top .works .top_works-li li a figure {
            height: 20vw; } }
        @media (max-width: 767px) {
          #top .works .top_works-li li a figure {
            height: 32vw;
            margin: 0 0 10px; } }
        #top .works .top_works-li li a figure img {
          object-fit: cover;
          height: 100%;
          width: 100%; }
      #top .works .top_works-li li a .ttl {
        color: #111111;
        font-weight: bold;
        font-size: 18px; }
        @media (max-width: 1200px) {
          #top .works .top_works-li li a .ttl {
            font-size: 16px; } }
        @media (max-width: 767px) {
          #top .works .top_works-li li a .ttl {
            font-size: 14px; } }
      #top .works .top_works-li li a .category {
        color: #a0a0a0; }
        @media (max-width: 767px) {
          #top .works .top_works-li li a .category {
            font-size: 12px; } }
  #top .works.wow .under_h2, #top .works.wow .c_txt, #top .works.wow .top_works-li {
    opacity: 0; }
  #top .works.wow.animation .under_h2, #top .works.wow.animation .c_txt {
    -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
    animation: anima_fadeY 0.6s ease .5s 1 forwards; }
  #top .works.wow.animation .top_works-li {
    -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
    animation: anima_fadeY 0.6s ease .8s 1 forwards; }
#top .parallax {
  padding: 0;
  height: 500px;
  background: transparent; }
  @media (max-width: 1200px) {
    #top .parallax {
      height: 40vw; } }
  @media (max-width: 767px) {
    #top .parallax {
      height: 60vw;
      min-height: 240px; } }
#top .blog {
  background: #f79827;
  padding: 110px 0; }
  @media (max-width: 767px) {
    #top .blog {
      padding: 60px 0; } }
  #top .blog .container {
    max-width: none;
    padding-left: calc(50vw - 600px); }
    @media (max-width: 1230px) {
      #top .blog .container {
        padding-left: 15px; } }
  #top .blog .slider_wrap {
    padding-left: calc(50vw - 600px); }
    @media (max-width: 1230px) {
      #top .blog .slider_wrap {
        padding-left: 15px; } }
    #top .blog .slider_wrap .slider_blog {
      padding-top: 50px; }
      @media (max-width: 1200px) {
        #top .blog .slider_wrap .slider_blog {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        #top .blog .slider_wrap .slider_blog {
          padding-top: 30px; } }
      #top .blog .slider_wrap .slider_blog .slick-slide {
        margin-right: 20px;
        max-width: 500px;
        width: 35vw; }
        @media (max-width: 1200px) {
          #top .blog .slider_wrap .slider_blog .slick-slide {
            width: 40vw; } }
        @media (max-width: 767px) {
          #top .blog .slider_wrap .slider_blog .slick-slide {
            width: 70vw; } }
        #top .blog .slider_wrap .slider_blog .slick-slide a {
          text-decoration: none; }
          #top .blog .slider_wrap .slider_blog .slick-slide a figure {
            max-height: 350px;
            height: 30vw;
            overflow: hidden; }
            @media (max-width: 767px) {
              #top .blog .slider_wrap .slider_blog .slick-slide a figure {
                height: 48vw; } }
            #top .blog .slider_wrap .slider_blog .slick-slide a figure img {
              object-fit: cover;
              width: 100%;
              height: 100%;
              transition: transform .6s ease; }
          #top .blog .slider_wrap .slider_blog .slick-slide a .ttl_wrap {
            background: #fff;
            padding: 30px 20px;
            width: 85%;
            margin-left: auto;
            margin-top: -30px;
            position: relative;
            transition: .2s; }
            @media (max-width: 767px) {
              #top .blog .slider_wrap .slider_blog .slick-slide a .ttl_wrap {
                padding: 20px 15px;
                width: 90%; } }
            #top .blog .slider_wrap .slider_blog .slick-slide a .ttl_wrap .day {
              color: #828181;
              margin: 0 0 6px;
              display: block;
              line-height: 1; }
              @media (max-width: 767px) {
                #top .blog .slider_wrap .slider_blog .slick-slide a .ttl_wrap .day {
                  font-size: 13px; } }
            #top .blog .slider_wrap .slider_blog .slick-slide a .ttl_wrap .ttl {
              color: #111111;
              font-weight: bold; }
          #top .blog .slider_wrap .slider_blog .slick-slide a:hover img {
            transform: scale(1.1); }
          #top .blog .slider_wrap .slider_blog .slick-slide a:hover .ttl_wrap {
            background: #f8f8f8; }
      #top .blog .slider_wrap .slider_blog button.slick-prev {
        right: 50px;
        left: auto;
        top: 0;
        width: 25px;
        height: 25px;
        border-top: 2px solid #111111;
        border-left: 2px solid #111111;
        transform: rotate(-45deg); }
        @media (max-width: 1200px) {
          #top .blog .slider_wrap .slider_blog button.slick-prev {
            width: 20px;
            height: 20px; } }
        @media (max-width: 767px) {
          #top .blog .slider_wrap .slider_blog button.slick-prev {
            width: 15px;
            height: 15px;
            right: 30px; } }
        #top .blog .slider_wrap .slider_blog button.slick-prev:before {
          content: none; }
      #top .blog .slider_wrap .slider_blog button.slick-next {
        right: 20px;
        top: 0;
        width: 25px;
        height: 25px;
        border-top: 2px solid #111111;
        border-right: 2px solid #111111;
        transform: rotate(45deg); }
        @media (max-width: 1200px) {
          #top .blog .slider_wrap .slider_blog button.slick-next {
            width: 20px;
            height: 20px; } }
        @media (max-width: 767px) {
          #top .blog .slider_wrap .slider_blog button.slick-next {
            width: 15px;
            height: 15px;
            right: 15px; } }
        #top .blog .slider_wrap .slider_blog button.slick-next:before {
          content: none; }
  #top .blog .more_btn {
    padding: 0 15px; }
    @media (max-width: 767px) {
      #top .blog .more_btn {
        padding: 0; } }
    #top .blog .more_btn a {
      margin: 0 0 0 auto; }
      @media (max-width: 767px) {
        #top .blog .more_btn a {
          margin: auto; } }
  #top .blog.wow .container, #top .blog.wow .slider_wrap {
    opacity: 0; }
  #top .blog.wow.animation .container {
    -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
    animation: anima_fadeY 0.6s ease .5s 1 forwards; }
  #top .blog.wow.animation .slider_wrap {
    -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
    animation: anima_fadeY 0.6s ease .8s 1 forwards; }
#top .company {
  padding: 0 0 110px;
  position: relative;
  background: #fff; }
  #top .company:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #f79827;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 1000px) {
      #top .company:before {
        height: 78vw; } }
    @media (max-width: 767px) {
      #top .company:before {
        height: 80vw; } }
  @media (max-width: 767px) {
    #top .company {
      padding: 0 0 60px; } }
  #top .company .wrap {
    position: relative;
    z-index: 1; }
    #top .company .wrap .flex_box {
      display: flex;
      flex-flow: row-reverse; }
      @media (max-width: 1000px) {
        #top .company .wrap .flex_box {
          display: block; } }
      #top .company .wrap .flex_box .box.img_area {
        width: 58%;
        position: relative; }
        @media (max-width: 1000px) {
          #top .company .wrap .flex_box .box.img_area {
            width: 80%;
            margin-left: auto; } }
        #top .company .wrap .flex_box .box.img_area #mask_anim03 {
          position: absolute;
          top: 5%;
          left: -30vw;
          max-width: 947px;
          transform: rotate(-8deg); }
          @media (max-width: 1770px) {
            #top .company .wrap .flex_box .box.img_area #mask_anim03 {
              width: 50vw; } }
          @media (max-width: 1770px) {
            #top .company .wrap .flex_box .box.img_area #mask_anim03 {
              width: 70vw;
              left: -23%; } }
          #top .company .wrap .flex_box .box.img_area #mask_anim03 .st0 {
            fill: none;
            stroke: #fff;
            stroke-width: 10;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-miterlimit: 10; }
      #top .company .wrap .flex_box .box.txt_area {
        width: 42%;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        @media (max-width: 1000px) {
          #top .company .wrap .flex_box .box.txt_area {
            width: 100%;
            padding: 0 15px;
            margin-top: 20px; } }
        #top .company .wrap .flex_box .box.txt_area .under_h2 {
          text-align: left;
          margin: 0 0 15px; }
          @media (max-width: 1500px) {
            #top .company .wrap .flex_box .box.txt_area .under_h2 {
              font-size: 10vw; } }
          @media (max-width: 1000px) {
            #top .company .wrap .flex_box .box.txt_area .under_h2 {
              font-size: 120px; } }
          @media (max-width: 767px) {
            #top .company .wrap .flex_box .box.txt_area .under_h2 {
              font-size: 68px; } }
        #top .company .wrap .flex_box .box.txt_area .more_btn a {
          margin: 0; }
          @media (max-width: 1000px) {
            #top .company .wrap .flex_box .box.txt_area .more_btn a {
              margin: auto; } }
  #top .company.wow .box.img_area figure {
    opacity: 0; }
  #top .company.wow .box.txt_area {
    opacity: 0; }
  #top .company.wow.animation .box.img_area figure {
    -webkit-animation: anima_fadein 1.8s ease .5s 1 forwards;
    animation: anima_fadein 1.8s ease .5s 1 forwards; }
  #top .company.wow.animation .box.txt_area {
    -webkit-animation: anima_fadeY .6s ease .8s 1 forwards;
    animation: anima_fadeY .6s ease .8s 1 forwards; }

.small_h2 {
  font-size: 80px;
  line-height: 1;
  margin: 0 0 20px; }
  @media (max-width: 1200px) {
    .small_h2 {
      font-size: 70px; } }
  @media (max-width: 767px) {
    .small_h2 {
      font-size: 46px;
      margin: 0 0 10px; } }
  .small_h2 .ja {
    font-size: 18px;
    padding-left: 10px; }
    @media (max-width: 767px) {
      .small_h2 .ja {
        font-size: 16px;
        padding-left: 5px; } }
    .small_h2 .ja:before {
      content: "／";
      font-weight: normal;
      margin-right: 5px; }

.more_btn {
  margin: 40px 0 0; }
  @media (max-width: 767px) {
    .more_btn {
      margin: 25px 0 0; } }
  .more_btn a {
    max-width: 260px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 22px 10px;
    background: #f79827;
    color: #111111;
    text-align: center;
    margin: auto;
    text-decoration: none;
    font-weight: bold;
    border-radius: 32px;
    transition: .2s;
    z-index: 1;
    position: relative;
    overflow: hidden; }
    .more_btn a:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background: #111111;
      transform-origin: 100% 50%;
      transform: scaleX(0);
      transition: transform ease .2s; }
    .more_btn a:hover {
      color: #fff; }
      .more_btn a:hover:before {
        transform-origin: 0% 50%;
        transform: scaleX(1); }
    @media (max-width: 767px) {
      .more_btn a {
        padding: 16px 10px; } }
  .more_btn.reverse a {
    background: #111111;
    color: #fff; }
    .more_btn.reverse a:before {
      background: #fff; }
    .more_btn.reverse a:hover {
      color: #111111; }

/*---------------------
下層ページ
---------------------*/
.con_ttl {
  padding: 0;
  max-height: 620px;
  height: 42vw;
  width: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .con_ttl {
      height: 50vw; } }
  .con_ttl:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 10%; }
  .con_ttl:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-animation: anima_under 0.3s ease-out 0.4s 1 forwards;
    animation: anima_under 0.3s ease-out 0.4s 1 forwards; }
  .con_ttl h1 {
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: center; }
    @media (max-width: 767px) {
      .con_ttl h1 {
        top: auto;
        bottom: 1rem; } }
    .con_ttl h1 .en {
      position: relative;
      overflow: hidden; }
      .con_ttl h1 .en .inner {
        font-size: 10rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 5px 20px;
        opacity: 0;
        -webkit-animation: anima_fadein 0.6s ease-out 0.7s 1 forwards;
        animation: anima_fadein 0.6s ease-out 0.7s 1 forwards; }
        @media (max-width: 1500px) {
          .con_ttl h1 .en .inner {
            font-size: 11vw; } }
        @media (max-width: 767px) {
          .con_ttl h1 .en .inner {
            padding: 5px 15px; } }
        .con_ttl h1 .en .inner:before {
          content: "";
          width: 100%;
          height: 100%;
          background: #f79827;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1; }
      .con_ttl h1 .en:after {
        content: "";
        display: block;
        background: #111111;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 100%;
        z-index: 1;
        bottom: 0;
        -webkit-animation: anima_bg 0.8s ease-out 1 forwards;
        animation: anima_bg 0.8s ease-out 1 forwards;
        animation-delay: 0.3s !important; }
    .con_ttl h1 .ja {
      position: relative;
      overflow: hidden; }
      .con_ttl h1 .ja .inner {
        display: inline-block;
        font-size: 1.6rem;
        position: relative;
        z-index: 1;
        padding: 5px 20px;
        opacity: 0;
        -webkit-animation: anima_fadein 0.1s ease-out 0.5s 1 forwards;
        animation: anima_fadein 0.1s ease-out 0.5s 1 forwards; }
        @media (max-width: 1500px) {
          .con_ttl h1 .ja .inner {
            font-size: 1.8vw; } }
        @media (max-width: 767px) {
          .con_ttl h1 .ja .inner {
            padding: 5px 15px;
            font-size: 13px; } }
        .con_ttl h1 .ja .inner:before {
          content: "";
          width: 100%;
          height: 100%;
          background: #f79827;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1; }
      .con_ttl h1 .ja:after {
        content: "";
        display: block;
        background: #111111;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 100%;
        z-index: 1;
        bottom: 0;
        -webkit-animation: anima_bg 0.8s ease-out 1 forwards;
        animation: anima_bg 0.8s ease-out 1 forwards; }

@keyframes anima_under {
  0% {
    height: 100%; }
  100% {
    height: 0; } }
@keyframes anima_fadein {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes anima_bg {
  0% {
    left: 0;
    right: 100%; }
  60% {
    left: 0;
    right: 0; }
  70% {
    left: 0;
    right: 0; }
  100% {
    left: 100%;
    right: 0; } }
@keyframes anima_fadeY {
  0% {
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.pankuzu {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .pankuzu {
      padding: 0 10px;
      margin: 10px 0; } }
  .pankuzu li {
    color: #111111; }
    @media (max-width: 767px) {
      .pankuzu li {
        font-size: 13px; } }
    .pankuzu li a {
      color: #111111;
      text-decoration: none; }
      @media (max-width: 767px) {
        .pankuzu li a {
          font-size: 13px; } }
    .pankuzu li:not(:last-child) {
      margin-right: 10px;
      padding-right: 20px;
      position: relative; }
      .pankuzu li:not(:last-child):after {
        content: ">";
        font-size: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0; }
        @media (max-width: 767px) {
          .pankuzu li:not(:last-child):after {
            font-size: 13px; } }

.under_h2 {
  font-size: 160px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 30px; }
  @media (max-width: 1200px) {
    .under_h2 {
      font-size: 120px; } }
  @media (max-width: 767px) {
    .under_h2 {
      font-size: 68px;
      margin: 0 0 10px; } }
  .under_h2 .ja {
    margin: 0;
    font-size: 20px;
    display: block;
    color: #f79827; }
    .under_h2 .ja.black {
      color: #111111; }
    @media (max-width: 1200px) {
      .under_h2 .ja {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .under_h2 .ja {
        font-size: 13px; } }

/* aboutページ */
#about .con_ttl:before {
  background: url(/wp-content/themes/cocoon-child_new/img/about/bg_ttl.jpg) no-repeat left;
  background-size: cover; }
#about .about_info {
  position: relative;
  padding-top: 0; }
  @media (max-width: 1000px) {
    #about .about_info {
      padding-bottom: 0; }
      #about .about_info:before {
        content: "";
        width: 93%;
        height: 90%;
        position: absolute;
        top: 0;
        right: 0;
        background: #faf6f1;
        z-index: -1; } }
  #about .about_info .flex_box {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between; }
    @media (max-width: 1000px) {
      #about .about_info .flex_box {
        display: block; } }
    #about .about_info .flex_box .img_area {
      width: 48%; }
      @media (max-width: 1000px) {
        #about .about_info .flex_box .img_area {
          width: 92%; } }
      #about .about_info .flex_box .img_area figure {
        height: 100%; }
        #about .about_info .flex_box .img_area figure img {
          object-fit: cover;
          height: 100%; }
          @media (max-width: 1000px) {
            #about .about_info .flex_box .img_area figure img {
              object-fit: contain;
              height: auto; } }
    #about .about_info .flex_box .txt_area {
      width: 52%;
      position: relative;
      padding: 80px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-top: 80px; }
      @media (max-width: 1000px) {
        #about .about_info .flex_box .txt_area {
          width: 93%;
          margin: 0 0 0 auto;
          padding: 40px 18px 18vw; } }
      #about .about_info .flex_box .txt_area h2 {
        position: relative;
        z-index: 2;
        font-size: 38px;
        margin: 0 0 20px; }
        @media (max-width: 1475px) {
          #about .about_info .flex_box .txt_area h2 br {
            display: none; } }
        @media (max-width: 1200px) {
          #about .about_info .flex_box .txt_area h2 {
            font-size: 32px; } }
        @media (max-width: 767px) {
          #about .about_info .flex_box .txt_area h2 {
            font-size: 20px;
            margin: 0 0 15px; } }
      #about .about_info .flex_box .txt_area .txt {
        position: relative;
        z-index: 2; }
      #about .about_info .flex_box .txt_area:before {
        content: "";
        width: 120%;
        height: 120%;
        background: #faf6f1;
        position: absolute;
        top: 0;
        left: -20%;
        z-index: -1; }
        @media (max-width: 1000px) {
          #about .about_info .flex_box .txt_area:before {
            content: none; } }
      #about .about_info .flex_box .txt_area #mask_anim {
        position: absolute;
        bottom: -15%;
        right: 0;
        z-index: 0;
        width: 94%;
        z-index: 1; }
        @media (max-width: 1000px) {
          #about .about_info .flex_box .txt_area #mask_anim {
            width: 90%;
            bottom: -8%; } }
        #about .about_info .flex_box .txt_area #mask_anim .mask_pass {
          fill: none;
          fill-rule: evenodd;
          stroke: #fff;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-width: 24px; }
  #about .about_info.wow .img_area figure {
    position: relative; }
    #about .about_info.wow .img_area figure:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      transition: .3s ease-out .5s; }
  #about .about_info.wow .txt_area:before {
    width: 0;
    transition: .3s ease-out .8s; }
  #about .about_info.wow .txt_area h2 {
    transform: translateY(20px);
    transition: .5s ease 1s;
    opacity: 0; }
  #about .about_info.wow .txt_area .txt {
    transform: translateY(20px);
    transition: .5s ease 1.2s;
    opacity: 0; }
  #about .about_info.wow.animation .img_area figure:after {
    width: 0; }
  #about .about_info.wow.animation .txt_area:before {
    width: 120%; }
  #about .about_info.wow.animation .txt_area h2 {
    transform: translateY(0);
    opacity: 1; }
  #about .about_info.wow.animation .txt_area .txt {
    transform: translateY(0);
    opacity: 1; }
#about .about_solution:before {
  content: "";
  width: 100%;
  height: 85%;
  background: #f79827;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 767px) {
    #about .about_solution:before {
      height: 90%; } }
#about .about_solution .sol_li {
  margin: 50px 0 0; }
  @media (max-width: 767px) {
    #about .about_solution .sol_li {
      margin: 30px 0; } }
  #about .about_solution .sol_li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto; }
    @media (max-width: 767px) {
      #about .about_solution .sol_li ul {
        justify-content: space-between;
        width: 90%; } }
    #about .about_solution .sol_li ul li {
      width: calc(81% / 4);
      text-align: center;
      margin: 0 2%; }
      #about .about_solution .sol_li ul li:nth-child(n+5) {
        margin-top: 4%; }
      @media (max-width: 767px) {
        #about .about_solution .sol_li ul li {
          width: calc(94% / 2);
          margin: 0; }
          #about .about_solution .sol_li ul li:nth-child(n+3) {
            margin-top: 6%; } }
      #about .about_solution .sol_li ul li figure {
        background: #fff;
        border-radius: 50%;
        height: 243px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1200px) {
          #about .about_solution .sol_li ul li figure {
            height: 19.7vw; } }
        @media (max-width: 767px) {
          #about .about_solution .sol_li ul li figure {
            height: 39.7vw; } }
        #about .about_solution .sol_li ul li figure img {
          width: 50%;
          max-width: 124px; }
      #about .about_solution .sol_li ul li .txt {
        margin: 14px 0 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.4; }
        @media (max-width: 1200px) {
          #about .about_solution .sol_li ul li .txt {
            font-size: 16px; } }
        @media (max-width: 767px) {
          #about .about_solution .sol_li ul li .txt {
            font-size: 14px;
            margin: 10px 0 0; } }
#about .about_solution .commerce_partner {
  background: #fff;
  max-width: 1040px;
  width: 90%;
  padding: 80px 20px;
  position: relative;
  margin: 80px auto 0;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    #about .about_solution .commerce_partner {
      padding: 40px 20px;
      width: 97%; } }
  #about .about_solution .commerce_partner .bg_txt {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    #about .about_solution .commerce_partner .bg_txt span {
      background: #111111;
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      padding: 10px 20px;
      line-height: 1;
      border-radius: 24px; }
      @media (max-width: 1200px) {
        #about .about_solution .commerce_partner .bg_txt span {
          font-size: 20px; } }
      @media (max-width: 767px) {
        #about .about_solution .commerce_partner .bg_txt span {
          font-size: 16px; } }
  #about .about_solution .commerce_partner h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px; }
    @media (max-width: 1200px) {
      #about .about_solution .commerce_partner h3 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      #about .about_solution .commerce_partner h3 {
        font-size: 18px;
        margin: 0 0 15px; } }
  #about .about_solution .commerce_partner .flex_box {
    max-width: 720px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      #about .about_solution .commerce_partner .flex_box {
        display: block; } }
    #about .about_solution .commerce_partner .flex_box figure {
      width: 20%; }
      @media (max-width: 767px) {
        #about .about_solution .commerce_partner .flex_box figure {
          width: 40%;
          margin: auto;
          max-width: 180px;
          min-width: 110px; } }
    #about .about_solution .commerce_partner .flex_box .txt_area {
      width: 75%; }
      @media (max-width: 767px) {
        #about .about_solution .commerce_partner .flex_box .txt_area {
          width: 100%;
          margin-top: 15px; } }
#about .about_solution.wow .under_h2, #about .about_solution.wow .c_txt {
  opacity: 0; }
#about .about_solution.wow .sol_li li {
  opacity: 0; }
#about .about_solution.wow.animation .under_h2, #about .about_solution.wow.animation .c_txt {
  -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
  animation: anima_fadeY 0.6s ease .5s 1 forwards; }
#about .about_solution.wow.animation .sol_li li:nth-child(1) {
  -webkit-animation: anima_fadeY 0.6s ease 1s 1 forwards;
  animation: anima_fadeY 0.6s ease 1s 1 forwards; }
#about .about_solution.wow.animation .sol_li li:nth-child(2) {
  -webkit-animation: anima_fadeY 0.6s ease 1.1s 1 forwards;
  animation: anima_fadeY 0.6s ease 1.1s 1 forwards; }
#about .about_solution.wow.animation .sol_li li:nth-child(3) {
  -webkit-animation: anima_fadeY 0.6s ease 1.2s 1 forwards;
  animation: anima_fadeY 0.6s ease 1.2s 1 forwards; }
#about .about_solution.wow.animation .sol_li li:nth-child(4) {
  -webkit-animation: anima_fadeY 0.6s ease 1.3s 1 forwards;
  animation: anima_fadeY 0.6s ease 1.3s 1 forwards; }
#about .about_solution.wow.animation .sol_li li:nth-child(5) {
  -webkit-animation: anima_fadeY 0.6s ease 1.4s 1 forwards;
  animation: anima_fadeY 0.6s ease 1.4s 1 forwards; }
#about .about_solution.wow.animation .sol_li li:nth-child(6) {
  -webkit-animation: anima_fadeY 0.6s ease 1.5s 1 forwards;
  animation: anima_fadeY 0.6s ease 1.5s 1 forwards; }
#about .about_solution.wow.animation .sol_li li:nth-child(7) {
  -webkit-animation: anima_fadeY 0.6s ease 1.6s 1 forwards;
  animation: anima_fadeY 0.6s ease 1.6s 1 forwards; }
#about .about_solution .commerce_partner.wow {
  opacity: 0; }
  #about .about_solution .commerce_partner.wow.animation {
    -webkit-animation: anima_fadeY 1s ease .3s 1 forwards;
    animation: anima_fadeY 1s ease .3s 1 forwards; }
#about .about_strengths:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 440px);
  background: #faf6f1;
  z-index: -1; }
  @media (max-width: 1200px) {
    #about .about_strengths:before {
      left: 12%; } }
#about .about_strengths .under_h2 {
  text-align: left; }
#about .about_strengths .str_li {
  margin-top: 50px; }
  @media (max-width: 767px) {
    #about .about_strengths .str_li {
      margin-top: 30px; } }
  #about .about_strengths .str_li dt {
    background: #111111;
    color: #fff;
    display: table;
    font-size: 30px;
    padding: 10px 15px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1; }
    @media (max-width: 1200px) {
      #about .about_strengths .str_li dt {
        font-size: 24px; } }
    @media (max-width: 767px) {
      #about .about_strengths .str_li dt {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 8px 12px; } }
  #about .about_strengths .str_li dd:not(:last-of-type) {
    margin-bottom: 25px; }
#about .about_strengths.wow:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: .6s ease-out .5s; }
#about .about_strengths.wow .under_h2, #about .about_strengths.wow .str_li {
  opacity: 0; }
#about .about_strengths.wow.animation:after {
  width: 0; }
#about .about_strengths.wow.animation .under_h2 {
  -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
  animation: anima_fadeY 0.6s ease .5s 1 forwards; }
#about .about_strengths.wow.animation .str_li {
  -webkit-animation: anima_fadeY 0.6s ease 1s 1 forwards;
  animation: anima_fadeY 0.6s ease 1s 1 forwards; }
#about .about_flow .flo_li .block {
  padding: 100px 0 40px;
  position: relative; }
  @media (max-width: 767px) {
    #about .about_flow .flo_li .block {
      padding: 12vw 0 2vw; } }
  #about .about_flow .flo_li .block:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #111111;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; }
    @media (max-width: 767px) {
      #about .about_flow .flo_li .block:before {
        left: auto;
        right: calc(4% - 4px); } }
  #about .about_flow .flo_li .block .num {
    font-size: 40px;
    font-weight: bold;
    width: 74px;
    height: 74px;
    background: #111111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media (max-width: 1200px) {
      #about .about_flow .flo_li .block .num {
        font-size: 32px;
        width: 60px;
        height: 60px; } }
    @media (max-width: 767px) {
      #about .about_flow .flo_li .block .num {
        font-size: 6vw;
        width: 10vw;
        height: 10vw;
        left: auto;
        right: -8px; } }
  #about .about_flow .flo_li .block .flex_box {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #about .about_flow .flo_li .block .flex_box {
        display: block; } }
    #about .about_flow .flo_li .block .flex_box.reverse {
      flex-flow: row-reverse; }
    #about .about_flow .flo_li .block .flex_box .box {
      width: 46%; }
      @media (max-width: 767px) {
        #about .about_flow .flo_li .block .flex_box .box {
          width: 90%; } }
      #about .about_flow .flo_li .block .flex_box .box.txt_area .inner {
        display: flex;
        height: 100%;
        justify-content: center;
        flex-direction: column; }
        #about .about_flow .flo_li .block .flex_box .box.txt_area .inner h3 {
          color: #f79827;
          font-size: 30px;
          margin: 0 0 12px; }
          @media (max-width: 1200px) {
            #about .about_flow .flo_li .block .flex_box .box.txt_area .inner h3 {
              font-size: 24px; } }
          @media (max-width: 767px) {
            #about .about_flow .flo_li .block .flex_box .box.txt_area .inner h3 {
              font-size: 18px;
              margin: 0 0 6px; } }
        #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap {
          margin-top: 20px;
          display: flex;
          justify-content: space-between; }
          @media (max-width: 900px) {
            #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap {
              display: block; } }
          #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn {
            width: 48%; }
            @media (max-width: 900px) {
              #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn {
                width: 100%; }
                #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.tel {
                  margin-bottom: 10px; } }
            #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn a {
              box-sizing: border-box;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              text-align: center;
              border: 2px solid #f79827;
              text-decoration: none;
              border-radius: 4px;
              padding: 10px;
              font-weight: bold;
              height: 100%;
              line-height: 1;
              transition: .2s; }
              @media (max-width: 900px) {
                #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn a {
                  height: 52px; } }
              #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn a span {
                padding-left: 25px;
                position: relative; }
            #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.tel a {
              background: #fff;
              color: #f79827;
              font-size: 32px; }
              @media (max-width: 1200px) {
                #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.tel a {
                  font-size: 26px; } }
              @media (max-width: 767px) {
                #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.tel a {
                  font-size: 20px; } }
              #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.tel a span:before {
                font-family: "FontAwesome";
                content: "\f095";
                font-weight: 900;
                font-size: 24px;
                line-height: 1;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                display: flex;
                align-items: center; }
              #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.tel a:hover {
                background: #f79827;
                color: #fff; }
                #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.tel a:hover span:before {
                  color: #fff; }
            #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.mail a {
              color: #fff;
              background: #f79827; }
              @media (max-width: 1200px) {
                #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.mail a {
                  font-size: 14px; } }
              #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.mail a span {
                padding-left: 30px; }
                #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.mail a span:before {
                  font-family: "FontAwesome";
                  content: "\f003";
                  font-weight: 900;
                  font-size: 20px;
                  line-height: 1;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  margin: auto;
                  display: flex;
                  align-items: center; }
              #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.mail a:hover {
                background: #fff;
                color: #f79827; }
                #about .about_flow .flo_li .block .flex_box .box.txt_area .inner .btn_wrap .btn.mail a:hover span:before {
                  color: #f79827; }
      @media (max-width: 767px) {
        #about .about_flow .flo_li .block .flex_box .box.img_area {
          margin-bottom: 14px; } }
      #about .about_flow .flo_li .block .flex_box .box.img_area figure {
        height: 100%; }
        #about .about_flow .flo_li .block .flex_box .box.img_area figure img {
          object-fit: cover;
          height: 100%; }
          @media (max-width: 767px) {
            #about .about_flow .flo_li .block .flex_box .box.img_area figure img {
              object-fit: contain;
              height: auto; } }
#about .about_flow .under_h2.wow {
  opacity: 0; }
  #about .about_flow .under_h2.wow.animation {
    -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
    animation: anima_fadeY 0.6s ease .5s 1 forwards; }
#about .about_flow .flo_li .block.wow:before {
  height: 0;
  transition: .5s ease-out .8s; }
#about .about_flow .flo_li .block.wow .num {
  opacity: 0; }
#about .about_flow .flo_li .block.wow .flex_box {
  opacity: 0; }
#about .about_flow .flo_li .block.wow.animation:before {
  height: 100%; }
#about .about_flow .flo_li .block.wow.animation .num {
  -webkit-animation: anima_fadein 0.5s ease .5s 1 forwards;
  animation: anima_fadein 0.5s ease .5s 1 forwards; }
#about .about_flow .flo_li .block.wow.animation .flex_box {
  -webkit-animation: anima_fadeY 0.6s ease 1.1s 1 forwards;
  animation: anima_fadeY 0.6s ease 1.1s 1 forwards; }

/*companyページ*/
body.page-id-9 .con_contact {
  margin-top: 0; }

#company .con_ttl:before {
  background: url(/wp-content/themes/cocoon-child_new/img/company/bg_ttl.jpg) no-repeat left;
  background-size: cover; }
#company .company_philosophy {
  padding-bottom: 0;
  margin-bottom: -160px;
  z-index: 1; }
  @media (max-width: 767px) {
    #company .company_philosophy {
      margin-bottom: -18vw; } }
  #company .company_philosophy h3 {
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px; }
    @media (max-width: 1200px) {
      #company .company_philosophy h3 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      #company .company_philosophy h3 {
        font-size: 18px;
        margin: 0 0 10px; } }
  #company .company_philosophy .txt {
    margin: 0 0 80px; }
    @media (max-width: 767px) {
      #company .company_philosophy .txt {
        margin: 0 0 40px; } }
  #company .company_philosophy.wow .under_h2, #company .company_philosophy.wow .catch, #company .company_philosophy.wow .txt, #company .company_philosophy.wow figure {
    opacity: 0; }
  #company .company_philosophy.wow.animation .under_h2 {
    -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
    animation: anima_fadeY 0.6s ease .5s 1 forwards; }
  #company .company_philosophy.wow.animation .catch {
    -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
    animation: anima_fadeY 0.6s ease .8s 1 forwards; }
  #company .company_philosophy.wow.animation .txt {
    -webkit-animation: anima_fadeY 0.6s ease 1.1s 1 forwards;
    animation: anima_fadeY 0.6s ease 1.1s 1 forwards; }
  #company .company_philosophy.wow.animation figure {
    -webkit-animation: anima_fadeY 0.6s ease 1.4s 1 forwards;
    animation: anima_fadeY 0.6s ease 1.4s 1 forwards; }
#company .company_client {
  background: #f79827;
  padding-top: 240px; }
  #company .company_client .under_h2 {
    text-align: left; }
  @media (max-width: 767px) {
    #company .company_client {
      padding-top: calc(18vw + 40px); } }
  #company .company_client .cli_wrap {
    margin-top: 40px; }
    @media (max-width: 767px) {
      #company .company_client .cli_wrap {
        margin-top: 25px; } }
    #company .company_client .cli_wrap .d_txt {
      margin: 0 0 10px;
      border-bottom: 1px solid #111111;
      padding: 0 0 5px; }
    #company .company_client .cli_wrap .client_li {
      margin: 0 0 30px; }
      #company .company_client .cli_wrap .client_li li {
        padding-left: 10px;
        position: relative;
        font-size: 18px; }
        #company .company_client .cli_wrap .client_li li:not(:last-child) {
          margin-bottom: 6px; }
          @media (max-width: 767px) {
            #company .company_client .cli_wrap .client_li li:not(:last-child) {
              margin-bottom: 4px; } }
        @media (max-width: 767px) {
          #company .company_client .cli_wrap .client_li li {
            font-size: 15px; } }
        #company .company_client .cli_wrap .client_li li:before {
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #111111;
          position: absolute;
          top: .6rem;
          left: 0; }
    #company .company_client .cli_wrap h3 {
      font-weight: normal;
      border-bottom: 1px solid #111111;
      margin: 0 0 10px;
      position: relative;
      padding-left: 12px; }
      @media (max-width: 767px) {
        #company .company_client .cli_wrap h3 {
          font-size: 16px;
          padding-left: 10px; } }
      #company .company_client .cli_wrap h3:before {
        content: "";
        width: 5px;
        height: 65%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #111111; }
        @media (max-width: 767px) {
          #company .company_client .cli_wrap h3:before {
            width: 4px; } }
  #company .company_client.wow .under_h2, #company .company_client.wow .cli_wrap {
    opacity: 0; }
  #company .company_client.wow.animation .under_h2 {
    -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
    animation: anima_fadeY 0.6s ease .5s 1 forwards; }
  #company .company_client.wow.animation .cli_wrap {
    -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
    animation: anima_fadeY 0.6s ease .8s 1 forwards; }
#company .company_outline .under_h2 {
  text-align: left; }
#company .company_outline .tbl_wrap {
  margin-top: 40px; }
  @media (max-width: 767px) {
    #company .company_outline .tbl_wrap {
      margin-top: 25px; } }
  #company .company_outline .tbl_wrap .tbl_com {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc; }
    @media (max-width: 460px) {
      #company .company_outline .tbl_wrap .tbl_com {
        display: block;
        border: none; } }
    #company .company_outline .tbl_wrap .tbl_com dt {
      width: 165px;
      padding: 25px 0;
      border-bottom: 1px solid #ccc; }
      @media (max-width: 767px) {
        #company .company_outline .tbl_wrap .tbl_com dt {
          width: 110px;
          padding: 20px 0; } }
      @media (max-width: 460px) {
        #company .company_outline .tbl_wrap .tbl_com dt {
          width: 100%;
          background: rgba(247, 152, 39, 0.12);
          border: none;
          padding: 5px 10px; } }
    #company .company_outline .tbl_wrap .tbl_com dd {
      width: calc(100% - 165px);
      padding: 25px 0;
      border-bottom: 1px solid #ccc; }
      #company .company_outline .tbl_wrap .tbl_com dd .tel {
        color: #111111;
        text-decoration: none; }
      @media (max-width: 767px) {
        #company .company_outline .tbl_wrap .tbl_com dd {
          width: calc(100% - 110px);
          padding: 20px 0; } }
      @media (max-width: 460px) {
        #company .company_outline .tbl_wrap .tbl_com dd {
          width: 100%;
          border: none;
          padding: 10px 0; } }
      #company .company_outline .tbl_wrap .tbl_com dd ul {
        padding-left: 1rem; }
        #company .company_outline .tbl_wrap .tbl_com dd ul li {
          list-style: disc; }
          #company .company_outline .tbl_wrap .tbl_com dd ul li:not(:last-child) {
            margin-bottom: 5px; }
#company .company_outline.wow .under_h2, #company .company_outline.wow .tbl_wrap {
  opacity: 0; }
#company .company_outline.wow.animation .under_h2 {
  -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
  animation: anima_fadeY 0.6s ease .5s 1 forwards; }
#company .company_outline.wow.animation .tbl_wrap {
  -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
  animation: anima_fadeY 0.6s ease .8s 1 forwards; }
#company .company_map {
  padding: 0; }
  #company .company_map iframe {
    vertical-align: bottom;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 600px; }
    @media (max-width: 1200px) {
      #company .company_map iframe {
        height: 60vw; } }
    @media (max-width: 767px) {
      #company .company_map iframe {
        height: 80vw; } }

/*serviceページ*/
#service .con_ttl:before {
  background: url(/wp-content/themes/cocoon-child_new/img/service/bg_ttl.jpg) no-repeat left;
  background-size: cover; }
#service .service_info {
  padding-top: 60px; }
  @media (max-width: 767px) {
    #service .service_info {
      padding-top: 30px; } }
  #service .service_info h2 {
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px; }
    @media (max-width: 1200px) {
      #service .service_info h2 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      #service .service_info h2 {
        font-size: 20px;
        margin: 0 0 10px; } }
  #service .service_info .txt {
    max-width: 900px;
    margin: auto; }
  #service .service_info .txt_li {
    max-width: 900px;
    margin: auto;
    list-style-type: disc;
    padding-left: 1rem;
    margin-bottom: 10px; }
    #service .service_info .txt_li li {
      list-style-type: disc; }
      #service .service_info .txt_li li:not(:last-child) {
        margin-bottom: 5px; }
  #service .service_info.wow h2, #service .service_info.wow .txt, #service .service_info.wow .txt_li {
    opacity: 0; }
  #service .service_info.wow.animation h2 {
    -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
    animation: anima_fadeY 0.6s ease .5s 1 forwards; }
  #service .service_info.wow.animation .txt, #service .service_info.wow.animation .txt_li {
    -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
    animation: anima_fadeY 0.6s ease .8s 1 forwards; }
#service .service_main {
  padding-top: 0; }
  #service .service_main .flex_box {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 900px) {
      #service .service_main .flex_box {
        display: block; } }
    #service .service_main .flex_box:not(:last-of-type) {
      margin-bottom: 80px; }
      @media (max-width: 900px) {
        #service .service_main .flex_box:not(:last-of-type) {
          margin-bottom: 40px; } }
    #service .service_main .flex_box.reverse {
      flex-flow: row-reverse; }
      #service .service_main .flex_box.reverse .box.img_area figure {
        right: auto;
        left: 0; }
    #service .service_main .flex_box .box.img_area {
      position: relative;
      width: 47%; }
      @media (max-width: 900px) {
        #service .service_main .flex_box .box.img_area {
          width: 100%;
          margin: 0 0 10px; } }
      #service .service_main .flex_box .box.img_area figure {
        position: absolute;
        top: 0;
        right: 0;
        width: 49vw;
        height: 100%; }
        @media (max-width: 900px) {
          #service .service_main .flex_box .box.img_area figure {
            position: relative;
            width: 100%;
            hyphens: auto; } }
        #service .service_main .flex_box .box.img_area figure img {
          object-fit: cover;
          height: 100%; }
          @media (max-width: 900px) {
            #service .service_main .flex_box .box.img_area figure img {
              object-fit: contain;
              height: auto; } }
    #service .service_main .flex_box .box.txt_area {
      width: 50%; }
      @media (max-width: 900px) {
        #service .service_main .flex_box .box.txt_area {
          width: 100%; } }
      #service .service_main .flex_box .box.txt_area .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 7vw 0; }
        @media (max-width: 900px) {
          #service .service_main .flex_box .box.txt_area .inner {
            padding: 0; } }
        #service .service_main .flex_box .box.txt_area .inner h2 {
          margin: 0 0 15px; }
          @media (max-width: 767px) {
            #service .service_main .flex_box .box.txt_area .inner h2 {
              margin: 0 0 8px; } }
          #service .service_main .flex_box .box.txt_area .inner h2 span {
            font-size: 100px;
            line-height: 1; }
            @media (max-width: 1200px) {
              #service .service_main .flex_box .box.txt_area .inner h2 span {
                font-size: 80px; } }
            @media (max-width: 767px) {
              #service .service_main .flex_box .box.txt_area .inner h2 span {
                font-size: 60px; } }
        #service .service_main .flex_box .box.txt_area .inner h3 {
          font-size: 30px;
          margin: 0; }
          @media (max-width: 1200px) {
            #service .service_main .flex_box .box.txt_area .inner h3 {
              font-size: 24px; } }
          @media (max-width: 767px) {
            #service .service_main .flex_box .box.txt_area .inner h3 {
              font-size: 18px; } }
        #service .service_main .flex_box .box.txt_area .inner h4 {
          font-size: 22px;
          color: #f79827;
          margin: 0 0 15px; }
          @media (max-width: 1200px) {
            #service .service_main .flex_box .box.txt_area .inner h4 {
              font-size: 18px; } }
          @media (max-width: 767px) {
            #service .service_main .flex_box .box.txt_area .inner h4 {
              font-size: 15px;
              margin: 0 0 8px; } }
        #service .service_main .flex_box .box.txt_area .inner .type {
          display: flex;
          flex-wrap: wrap;
          margin: 30px 0 0; }
          @media (max-width: 767px) {
            #service .service_main .flex_box .box.txt_area .inner .type {
              margin: 15px 0 0; } }
          #service .service_main .flex_box .box.txt_area .inner .type li {
            background: #111111;
            color: #fff;
            border-radius: 3px;
            padding: 5px 10px;
            margin-bottom: 8px; }
            @media (max-width: 767px) {
              #service .service_main .flex_box .box.txt_area .inner .type li {
                padding: 4px 8px; } }
            #service .service_main .flex_box .box.txt_area .inner .type li:not(:last-child) {
              margin-right: 8px; }
    #service .service_main .flex_box.wow.reverse .img_area figure:after {
      left: auto;
      right: 0 !important; }
    #service .service_main .flex_box.wow .img_area figure:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      transition: .4s ease-out .5s; }
    #service .service_main .flex_box.wow .txt_area .inner {
      opacity: 0; }
    #service .service_main .flex_box.wow.animation .img_area figure:after {
      width: 0; }
    #service .service_main .flex_box.wow.animation .txt_area .inner {
      -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
      animation: anima_fadeY 0.6s ease .8s 1 forwards; }
#service .service_other {
  background: #faf6f1; }
  #service .service_other h2 {
    margin: 0 0 40px;
    text-align: center; }
    @media (max-width: 767px) {
      #service .service_other h2 {
        margin: 0 0 20px; } }
    #service .service_other h2 span {
      font-size: 100px;
      line-height: 1; }
      @media (max-width: 1200px) {
        #service .service_other h2 span {
          font-size: 80px; } }
      @media (max-width: 767px) {
        #service .service_other h2 span {
          font-size: 60px; } }
  #service .service_other .oth_li ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #service .service_other .oth_li ul li {
      width: calc(94% /3); }
      @media (max-width: 767px) {
        #service .service_other .oth_li ul li {
          width: calc(96% / 2); }
          #service .service_other .oth_li ul li:nth-child(n+3) {
            margin-top: 30px; } }
      #service .service_other .oth_li ul li .img_ttl {
        position: relative;
        padding: 0 0 20px;
        margin: 0 0 20px; }
        @media (max-width: 767px) {
          #service .service_other .oth_li ul li .img_ttl {
            padding: 0 0 15px;
            margin: 0 0 15px; } }
        #service .service_other .oth_li ul li .img_ttl figure {
          max-width: 230px;
          margin: auto;
          width: 65%; }
        #service .service_other .oth_li ul li .img_ttl h3 {
          text-align: center;
          margin: 15px 0 0;
          font-size: 22px; }
          @media (max-width: 1200px) {
            #service .service_other .oth_li ul li .img_ttl h3 {
              font-size: 20px; } }
          @media (max-width: 767px) {
            #service .service_other .oth_li ul li .img_ttl h3 {
              font-size: 16px;
              margin: 10px 0 0; } }
        #service .service_other .oth_li ul li .img_ttl:before {
          content: "";
          width: 100%;
          height: 4px;
          background: #111111;
          position: absolute;
          bottom: 0;
          left: 0; }
          @media (max-width: 767px) {
            #service .service_other .oth_li ul li .img_ttl:before {
              height: 3px; } }
        #service .service_other .oth_li ul li .img_ttl:after {
          content: "";
          width: 20%;
          height: 4px;
          background: #f79827;
          position: absolute;
          bottom: 0;
          left: 0; }
          @media (max-width: 767px) {
            #service .service_other .oth_li ul li .img_ttl:after {
              height: 3px; } }
      @media (max-width: 767px) {
        #service .service_other .oth_li ul li .txt {
          line-height: 1.5;
          font-size: 13px; } }
  #service .service_other.wow h2 {
    opacity: 0; }
  #service .service_other.wow .oth_li ul li {
    opacity: 0; }
  #service .service_other.wow.animation h2 {
    -webkit-animation: anima_fadeY 0.6s ease .5s 1 forwards;
    animation: anima_fadeY 0.6s ease .5s 1 forwards; }
  #service .service_other.wow.animation .oth_li ul li:nth-child(1) {
    -webkit-animation: anima_fadeY 0.6s ease .8s 1 forwards;
    animation: anima_fadeY 0.6s ease .8s 1 forwards; }
  #service .service_other.wow.animation .oth_li ul li:nth-child(2) {
    -webkit-animation: anima_fadeY 0.6s ease 1s 1 forwards;
    animation: anima_fadeY 0.6s ease 1s 1 forwards; }
  #service .service_other.wow.animation .oth_li ul li:nth-child(3) {
    -webkit-animation: anima_fadeY 0.6s ease 1.2s 1 forwards;
    animation: anima_fadeY 0.6s ease 1.2s 1 forwards; }
#service .service_system h2 {
  color: #f79827;
  text-align: center;
  font-size: 30px;
  margin: 0 0 18px; }
  @media (max-width: 1200px) {
    #service .service_system h2 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    #service .service_system h2 {
      font-size: 20px;
      margin: 0 0 10px; } }
#service .service_system .sys_li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  #service .service_system .sys_li .box {
    padding: 60px 30px;
    position: relative;
    border: 2px solid #111111; }
    @media (max-width: 767px) {
      #service .service_system .sys_li .box {
        padding: 40px 15px; } }
    #service .service_system .sys_li .box h3 {
      position: absolute;
      top: -18px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      @media (max-width: 767px) {
        #service .service_system .sys_li .box h3 {
          top: -13px; } }
      #service .service_system .sys_li .box h3 .bg {
        background: #111111;
        color: #fff;
        padding: 8px 30px;
        font-size: 24px;
        border-radius: 25px; }
        @media (max-width: 1200px) {
          #service .service_system .sys_li .box h3 .bg {
            font-size: 20px; } }
        @media (max-width: 767px) {
          #service .service_system .sys_li .box h3 .bg {
            font-size: 17px;
            padding: 6px 20px; } }
    #service .service_system .sys_li .box.w100 {
      width: 100%;
      margin-bottom: 5%; }
      @media (max-width: 767px) {
        #service .service_system .sys_li .box.w100 {
          margin-bottom: 35px; } }
      #service .service_system .sys_li .box.w100 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        #service .service_system .sys_li .box.w100 ul li {
          width: calc(100% / 4); }
          #service .service_system .sys_li .box.w100 ul li figure {
            text-align: center; }
            #service .service_system .sys_li .box.w100 ul li figure img {
              width: 100%; }
    #service .service_system .sys_li .box.w50 {
      width: 48%;
      margin-bottom: 5%; }
      @media (max-width: 767px) {
        #service .service_system .sys_li .box.w50 {
          margin-bottom: 35px;
          width: 100%; } }
      #service .service_system .sys_li .box.w50 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        #service .service_system .sys_li .box.w50 ul li {
          width: calc(100% / 2); }
          #service .service_system .sys_li .box.w50 ul li figure {
            text-align: center; }
            #service .service_system .sys_li .box.w50 ul li figure img {
              width: 100%; }
    #service .service_system .sys_li .box ul li {
      text-align: center;
      padding: 5px; }
      @media (max-width: 767px) {
        #service .service_system .sys_li .box ul li {
          width: calc(100% / 3) !important; } }
      @media (max-width: 500px) {
        #service .service_system .sys_li .box ul li {
          width: 50% !important; } }
      #service .service_system .sys_li .box ul li .txt {
        font-size: 24px;
        font-weight: bold;
        padding: 8px 20px;
        line-height: 1.4;
        border: 1px solid #333;
        display: inline-block; }
        @media (max-width: 1200px) {
          #service .service_system .sys_li .box ul li .txt {
            font-size: 18px; } }
        @media (max-width: 767px) {
          #service .service_system .sys_li .box ul li .txt {
            font-size: 14px;
            padding: 5px 15px; } }
  #service .service_system .sys_li .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

/*制作実績*/
#works.single_header {
  margin-bottom: 20px; }
#works .con_ttl:before {
  background: url(/wp-content/themes/cocoon-child_new/img/works/bg_ttl.jpg) no-repeat left;
  background-size: cover; }
#works .works_main {
  padding-top: 20px; }
  #works .works_main .works__top_cat ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 60px;
    padding: 0; }
    @media (max-width: 767px) {
      #works .works_main .works__top_cat ul {
        justify-content: space-between;
        margin: 0 0 30px; } }
    #works .works_main .works__top_cat ul li {
      margin: 5px; }
      @media (max-width: 767px) {
        #works .works_main .works__top_cat ul li {
          width: calc(98% / 2);
          margin: 0; }
          #works .works_main .works__top_cat ul li:nth-child(n+3) {
            margin-top: 12px; } }
      #works .works_main .works__top_cat ul li span {
        border: 2px solid #f79827;
        background: #f79827;
        font-weight: bold;
        padding: 8px 20px;
        border-radius: 20px;
        display: block;
        line-height: 1; }
        @media (max-width: 1200px) {
          #works .works_main .works__top_cat ul li span {
            font-size: 16px; } }
        @media (max-width: 767px) {
          #works .works_main .works__top_cat ul li span {
            font-size: 13px;
            padding: 12px;
            text-align: center;
            border: 1px solid #f79827; } }
      #works .works_main .works__top_cat ul li a {
        color: #111111;
        text-decoration: none;
        border: 2px solid #f79827;
        background: #fff;
        font-weight: bold;
        padding: 8px 20px;
        border-radius: 20px;
        display: block;
        line-height: 1;
        transition: .2s; }
        @media (max-width: 1200px) {
          #works .works_main .works__top_cat ul li a {
            font-size: 16px; } }
        @media (max-width: 767px) {
          #works .works_main .works__top_cat ul li a {
            font-size: 13px;
            padding: 12px;
            text-align: center;
            border: 1px solid #f79827; } }
        #works .works_main .works__top_cat ul li a:hover {
          background: #f79827; }
  #works .works_main .works_top_lists {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #works .works_main .works_top_lists {
        justify-content: space-between; } }
    #works .works_main .works_top_lists li {
      width: calc(94% / 3);
      margin-right: 3%; }
      @media (max-width: 767px) {
        #works .works_main .works_top_lists li {
          width: calc(97% / 2);
          margin-right: 0; }
          #works .works_main .works_top_lists li:nth-child(n+3) {
            margin-top: 40px; } }
      @media (min-width: 768px) {
        #works .works_main .works_top_lists li:nth-child(n+4) {
          margin-top: 50px; }
        #works .works_main .works_top_lists li:nth-child(3n) {
          margin-right: 0; } }
      #works .works_main .works_top_lists li .works_top_link {
        color: inherit;
        text-decoration: none; }
        #works .works_main .works_top_lists li .works_top_link .works_top_img {
          height: 300px;
          overflow: hidden;
          border: 1px solid #ccc;
          position: relative; }
          @media (max-width: 1200px) {
            #works .works_main .works_top_lists li .works_top_link .works_top_img {
              height: 24vw; } }
          @media (max-width: 767px) {
            #works .works_main .works_top_lists li .works_top_link .works_top_img {
              height: 30vw; } }
          #works .works_main .works_top_lists li .works_top_link .works_top_img:before {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(247, 152, 39, 0.5);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: .2s;
            z-index: 1; }
          #works .works_main .works_top_lists li .works_top_link .works_top_img img {
            object-fit: cover;
            height: 100%;
            transition: transform .6s ease; }
        #works .works_main .works_top_lists li .works_top_link .works_top_txt {
          margin: 10px 0 0; }
          #works .works_main .works_top_lists li .works_top_link .works_top_txt .works_top_body {
            font-weight: bold; }
        #works .works_main .works_top_lists li .works_top_link:hover .works_top_img:before {
          opacity: 1; }
        #works .works_main .works_top_lists li .works_top_link:hover .works_top_img img {
          transform: scale(1.1); }
  #works .works_main .wp-pagenavi {
    margin: 60px auto 0;
    text-align: center; }
    #works .works_main .wp-pagenavi span, #works .works_main .wp-pagenavi a {
      font-size: 18px;
      padding: 10px 15px;
      color: inherit;
      margin: 0 4px;
      display: inline-block;
      line-height: 1; }
      @media (max-width: 767px) {
        #works .works_main .wp-pagenavi span, #works .works_main .wp-pagenavi a {
          font-size: 15px;
          padding: 8px 12px;
          margin: 0 2px; } }
    #works .works_main .wp-pagenavi span.current {
      background: #000;
      color: #fff;
      font-weight: normal; }
    #works .works_main .wp-pagenavi a {
      transition: .2s; }
      #works .works_main .wp-pagenavi a:hover {
        background: #000;
        color: #fff; }

/*記事内*/
.works__singleTitle {
  padding-bottom: 8px;
  margin-bottom: 26px;
  letter-spacing: .1rem;
  font-size: 28px;
  text-align: center;
  position: relative; }
  @media (max-width: 767px) {
    .works__singleTitle {
      font-size: 20px; } }
  .works__singleTitle:before {
    content: "";
    width: 55px;
    height: 4px;
    background: #f79827;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media (max-width: 767px) {
      .works__singleTitle:before {
        width: 32px;
        height: 3px; } }

.works__copy {
  margin: 0 0 20px; }

.works__lists {
  margin: 0 0 30px;
  border-top: 1px solid #ccc; }
  .works__lists .works__list {
    display: flex;
    flex-wrap: wrap; }
    .works__lists .works__list dt {
      width: 160px;
      padding: 15px 0;
      border-bottom: 1px solid #ccc; }
      @media (max-width: 767px) {
        .works__lists .works__list dt {
          width: 100%;
          border-bottom: 0;
          padding: 10px 0 0;
          font-weight: bold; } }
    .works__lists .works__list dd {
      width: calc(100% - 160px);
      padding: 15px 0;
      border-bottom: 1px solid #ccc; }
      @media (max-width: 767px) {
        .works__lists .works__list dd {
          width: 100%;
          padding: 3px 0 10px; } }

.btn_back_wrap {
  margin: 40px 0 0; }
  .btn_back_wrap a {
    display: block;
    max-width: 280px;
    background: #111111;
    color: #fff;
    border: 1px solid #111111;
    margin: auto;
    text-decoration: none;
    text-align: center;
    padding: 15px 10px;
    transition: .2s; }
    .btn_back_wrap a:hover {
      background: #fff;
      color: #111111; }

#sidebar aside {
  margin-bottom: 20px; }
  #sidebar aside .widget-sidebar-title {
    background: #faf6f1;
    font-family: rift-soft, sans-serif;
    text-align: center;
    margin: 0 0 10px;
    font-size: 24px; }
  #sidebar aside .textwidget .works-cat li a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #111111;
    display: block;
    padding: 16px 10px;
    position: relative;
    transition: .2s; }
    #sidebar aside .textwidget .works-cat li a:after {
      content: "";
      width: 6px;
      height: 6px;
      border-top: 1px solid #111111;
      border-right: 1px solid #111111;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 6%;
      margin: auto;
      transition: .2s; }
    #sidebar aside .textwidget .works-cat li a:hover:after {
      right: 5%; }
  #sidebar aside .widget-entry-cards a {
    padding: 14px;
    margin: 0;
    border-bottom: 1px solid #ccc; }
    #sidebar aside .widget-entry-cards a:hover {
      background: rgba(247, 152, 39, 0.06); }
    #sidebar aside .widget-entry-cards a figure {
      width: 140px; }
    #sidebar aside .widget-entry-cards a .widget-entry-card-content {
      margin-left: 150px; }
      #sidebar aside .widget-entry-cards a .widget-entry-card-content .card-title {
        font-size: 14px; }

/*columnページ*/
#blog .con_ttl:before {
  background: url(/wp-content/themes/cocoon-child_new/img/blog/bg_ttl.jpg) no-repeat left;
  background-size: cover; }

#list .entry-card-wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0; }
  #list .entry-card-wrap:hover {
    background: rgba(247, 152, 39, 0.07); }
  @media (max-width: 767px) {
    #list .entry-card-wrap .entry-card-thumb {
      width: 40%; } }
  #list .entry-card-wrap .entry-card-thumb .cat-label {
    background: #f79827;
    top: 0;
    left: 0;
    border: 0;
    font-size: 14px;
    line-height: 1;
    padding: 4px 6px; }
    @media (max-width: 767px) {
      #list .entry-card-wrap .entry-card-thumb .cat-label {
        font-size: 11px; } }
  @media (max-width: 767px) {
    #list .entry-card-wrap .entry-card-content {
      margin-left: 43%; } }
  #list .entry-card-wrap .entry-card-content .entry-card-snippet {
    line-height: 1.5; }

.pagination-next a {
  padding: 15px 10px;
  max-width: 280px;
  background: #111111;
  border: 1px solid #111111;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .pagination-next a {
      font-size: 14px; } }
  .pagination-next a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
    transition: .2s; }
  .pagination-next a:hover {
    color: #111111;
    background: #fff; }
    .pagination-next a:hover:after {
      right: 5%;
      border-color: #111111; }

.pagination span.current {
  background: #111111;
  border: 1px solid #111111;
  border-radius: 0;
  color: #fff; }
.pagination a.page-numbers {
  border: 1px solid #111111;
  border-radius: 0;
  transition: .2s; }
  .pagination a.page-numbers:hover {
    background: #111111;
    color: #fff; }

/*お問い合わせ*/
#contact .con_ttl:before {
  background: url(/wp-content/themes/cocoon-child_new/img/contact/bg_ttl.jpg) no-repeat left;
  background-size: cover; }
#contact .contact_form {
  padding-top: 20px; }
  @media (max-width: 767px) {
    #contact .contact_form {
      padding-top: 10px; } }
  #contact .contact_form .tel_box {
    border: 1px solid #111111;
    padding: 50px 30px;
    text-align: center;
    margin: 20px auto 60px;
    max-width: 740px; }
    @media (max-width: 767px) {
      #contact .contact_form .tel_box {
        padding: 30px 15px;
        margin: 20px auto 30px; } }
    #contact .contact_form .tel_box h2 {
      font-size: 20px;
      margin: 0 0 10px; }
      @media (max-width: 767px) {
        #contact .contact_form .tel_box h2 {
          font-size: 16px;
          margin: 0 0 5px; } }
    #contact .contact_form .tel_box .tel {
      margin: 0 0 5px; }
      #contact .contact_form .tel_box .tel a {
        text-decoration: none;
        color: #f79827;
        font-size: 50px;
        font-weight: bold;
        line-height: 1; }
        @media (max-width: 767px) {
          #contact .contact_form .tel_box .tel a {
            font-size: 42px; } }
    #contact .contact_form .tel_box .d_txt {
      font-size: 13px; }
      @media (max-width: 767px) {
        #contact .contact_form .tel_box .d_txt {
          font-size: 12px; } }
  #contact .contact_form .web_box form .form_wrap {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc; }
    @media (max-width: 767px) {
      #contact .contact_form .web_box form .form_wrap {
        display: block;
        border-top: none; } }
    #contact .contact_form .web_box form .form_wrap .contact__titile {
      width: 260px;
      padding: 20px 20px 20px 0;
      border-bottom: 1px solid #ccc; }
      @media (max-width: 767px) {
        #contact .contact_form .web_box form .form_wrap .contact__titile {
          width: 100%;
          background: #faf6f1;
          border: none;
          padding: 15px; } }
      #contact .contact_form .web_box form .form_wrap .contact__titile .hissu {
        font-size: 13px;
        color: #fff;
        background: #e14141;
        padding: 3px 6px;
        border-radius: 2px;
        margin-right: 8px; }
      #contact .contact_form .web_box form .form_wrap .contact__titile .nini {
        font-size: 13px;
        color: #fff;
        background: #969696;
        padding: 3px 6px;
        border-radius: 2px;
        margin-right: 8px; }
    #contact .contact_form .web_box form .form_wrap .contact__body {
      width: calc(100% - 260px);
      border-bottom: 1px solid #ccc;
      padding: 20px; }
      @media (max-width: 767px) {
        #contact .contact_form .web_box form .form_wrap .contact__body {
          width: 100%;
          border: none;
          padding: 15px; } }
      #contact .contact_form .web_box form .form_wrap .contact__body .checkbox-contact .wpcf7-list-item, #contact .contact_form .web_box form .form_wrap .contact__body .checkbox-trigger .wpcf7-list-item {
        display: block;
        margin: 0 0 5px; }
  #contact .contact_form .web_box form .btn_submit {
    background: #111111;
    border: 1px solid #111111;
    color: #fff;
    max-width: 280px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 0;
    display: block; }
    @media (max-width: 767px) {
      #contact .contact_form .web_box form .btn_submit {
        font-size: 14px;
        margin: 5px auto 0; } }

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