@charset "UTF-8";
/* =============================================
* HOME
* ============================================= */
#mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 47vw;
  color: #fff;
  position: relative; }
  #mv:before {
    content: '';
    width: 100%;
    height: 64vw;
    background: url("../img/index/mv-bg-img.jpg") no-repeat center top/cover;
    position: absolute;
    top: 0;
    left: 0; }
  #mv:after {
    content: '';
    width: 100%;
    height: 64vw;
    background: url("../img/index/mv-photo.png") no-repeat center top/cover;
    position: absolute;
    top: 0;
    left: 0; }
  #mv h2 span + br,
  #mv h3 span + br {
    display: none; }
  #mv h2 {
    display: grid;
    font-weight: 700;
    font-size: 65px;
    line-height: 90px;
    letter-spacing: 0.04em; }
    #mv h2 span {
      grid-area: 1/1; }
    #mv h2 small {
      font-size: 55px; }
    #mv h2 .txt-blur {
      filter: blur(75px);
      color: #4d6e93;
      -webkit-text-stroke: 8px #4d6e93; }
    #mv h2 .txt {
      position: relative;
      z-index: 1; }
  #mv h3 {
    display: grid;
    font-weight: 500;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.08em;
    padding-top: 10px; }
    #mv h3 span {
      grid-area: 1/1; }
    #mv h3 .txt-blur {
      filter: blur(75px);
      color: #4d6e93;
      -webkit-text-stroke: 8px #4d6e93; }
    #mv h3 .txt {
      position: relative;
      z-index: 1; }
  #mv .list-checked {
    width: calc(50% + 400px);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    color: #69615b;
    margin-top: 30px;
    padding: 20px 30px;
    box-sizing: border-box; }
    #mv .list-checked li {
      background: url("../img/common/icon-checked.png") no-repeat top left/34px auto;
      letter-spacing: 0.12em;
      padding: 6px 0 0 40px; }
      #mv .list-checked li + li {
        margin-top: 8px; }
  #mv .slider {
    width: 72%;
    background-color: #fff;
    margin-top: 50px;
    padding: 10px 0; }
    #mv .slider figure {
      margin-right: 30px; }
      #mv .slider figure img {
        max-width: inherit;
        height: 60px; }

@media screen and (max-width: 1600px) {
  #mv {
    height: auto;
    padding: 50px 0; } }
@media screen and (max-width: 1440px) {
  #mv:before, #mv:after {
    background-position: left 60% bottom;
    height: 140%; } }
@media screen and (max-width: 1023px) {
  #mv {
    display: block; }
    #mv:before {
      height: 190vw;
      background: url("../img/index/mv-bg-img_sp.png") no-repeat center bottom/cover; }
    #mv:after {
      display: none; }
    #mv .wrap {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      height: calc(160vw - 100px); }
    #mv h2 br.sp {
      display: block; }
    #mv h3 {
      flex: 1 0 0; }
    #mv .list-checked {
      width: 100%; }
    #mv .slider {
      width: 100%; } }
@media screen and (max-width: 767px) {
  #mv {
    padding: 50px 0 20px; }
    #mv h2 {
      font-size: 34px;
      line-height: 46px; }
      #mv h2 small {
        font-size: 29px; }
    #mv h3 {
      font-size: 12px;
      letter-spacing: 0;
      line-height: 22px; }
    #mv .list-checked {
      font-size: 12px;
      line-height: 22px;
      border-radius: 10px;
      margin-top: 0;
      padding: 12px; }
      #mv .list-checked li {
        background-size: 18px auto;
        background-position: top left;
        padding: 0px 0 0 20px; }
        #mv .list-checked li + li {
          margin-top: 5px; }
    #mv .slider {
      margin-top: 20px; }
      #mv .slider figure {
        margin-right: 15px; }
        #mv .slider figure img {
          height: 30px; } }
/* -- -- */
#top__service {
  padding: 100px 0 120px; }
  #top__service .tabs-switch {
    display: grid;
    grid-template-columns: 340px 1fr;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-top: 56px; }
  #top__service .tab-link li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.15em;
    position: relative;
    transition: all 0.3s;
    padding: 0 15px; }
    #top__service .tab-link li:after {
      content: '';
      border-top: 1px dashed #000;
      position: absolute;
      right: 15px;
      bottom: 0;
      left: 15px;
      transition: all 0.3s; }
    #top__service .tab-link li span {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      min-width: 200px;
      position: relative; }
      #top__service .tab-link li span:after {
        content: '';
        width: 8px;
        height: 15px;
        -webkit-mask: url("../img/common/arrow-right.png") no-repeat center/100% auto;
        mask: url("../img/common/arrow-right.png") no-repeat center/100% auto;
        background-color: #000; }
    #top__service .tab-link li:last-child:after {
      opacity: 0; }
    #top__service .tab-link li:hover, #top__service .tab-link li.active {
      background-color: rgba(0, 104, 182, 0.4);
      color: #fff; }
      #top__service .tab-link li:hover:after, #top__service .tab-link li.active:after {
        opacity: 0; }
      #top__service .tab-link li:hover span:after, #top__service .tab-link li.active span:after {
        background-color: #fff; }
  #top__service .tab-content {
    display: flex;
    background-color: #e9eef1;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 30px;
    padding: 30px; }
    #top__service .tab-content-item {
      width: 100%;
      margin: auto; }
    #top__service .tab-content .box {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 30px;
      position: relative;
      background-color: #fff;
      padding: 20px 25px 20px 5px; }
    #top__service .tab-content .comimg-soon {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #0068b6;
      color: #fff; }
      #top__service .tab-content .comimg-soon h3 {
        font-weight: 700;
        font-size: 62px;
        line-height: 130px;
        letter-spacing: 0.12em; }
    #top__service .tab-content dl dt {
      padding: 8px 0 8px 15px; }
      #top__service .tab-content dl dt span {
        display: flex;
        align-items: center;
        min-height: 45px;
        background-color: rgba(0, 104, 182, 0.4);
        color: #fff;
        line-height: 25px;
        border-radius: 10px;
        position: relative;
        padding: 5px 10px 5px 70px; }
      #top__service .tab-content dl dt img {
        max-width: 72px;
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translateY(-50%); }
    #top__service .tab-content dl dd {
      color: #81736b;
      padding: 0 15px; }
      #top__service .tab-content dl dd a {
        display: grid;
        grid-template-columns: 1fr 8px;
        align-items: center;
        gap: 10px;
        padding: 10px 25px; }
        #top__service .tab-content dl dd a:after {
          content: '';
          width: 8px;
          height: 15px;
          -webkit-mask: url("../img/common/arrow-right.png") no-repeat center/100% auto;
          mask: url("../img/common/arrow-right.png") no-repeat center/100% auto;
          background-color: #81736b; }
        #top__service .tab-content dl dd a + a {
          border-top: 1px dashed #81736b; }
    #top__service .tab-content dl.reviews dd .cl {
      color: #e0be44; }
    #top__service .tab-content dl.reviews dd a {
      position: relative;
      padding-left: 40px; }
      #top__service .tab-content dl.reviews dd a:nth-child(1):before, #top__service .tab-content dl.reviews dd a:nth-child(2):before, #top__service .tab-content dl.reviews dd a:nth-child(3):before {
        content: "";
        width: 20px;
        height: 29px;
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%); }
      #top__service .tab-content dl.reviews dd a:nth-child(1):before {
        background: url("../img/index/service-rank-1.png") no-repeat center top/cover; }
      #top__service .tab-content dl.reviews dd a:nth-child(2):before {
        background: url("../img/index/service-rank-2.png") no-repeat center top/cover; }
      #top__service .tab-content dl.reviews dd a:nth-child(3):before {
        background: url("../img/index/service-rank-3.png") no-repeat center top/cover; }
    #top__service .tab-content dl.reviews .case a > span {
      display: grid;
      grid-template-columns: 60px 18px 1fr; }
    #top__service .tab-content dl.reviews .star a > span {
      display: grid;
      grid-template-columns: 90px 18px 1fr; }
  #top__service .button {
    padding-top: 60px; }
    #top__service .button a {
      width: 340px; }

@media screen and (max-width: 1200px) {
  #top__service .tabs-switch {
    grid-template-columns: 240px 1fr; }
  #top__service .tab-content .box {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 1023px) {
  #top__service .tabs-switch {
    grid-template-columns: 1fr; }
  #top__service .tab-link li {
    height: 100px;
    padding: 0 70px; }
    #top__service .tab-link li span {
      width: 100%; }
  #top__service .tab-content dl dd a {
    padding: 10px; } }
@media screen and (max-width: 767px) {
  #top__service {
    padding: 60px 0; }
    #top__service .tabs-switch {
      margin-top: 35px; }
    #top__service .tab-link li {
      height: 50px;
      font-size: 14px;
      line-height: 28px;
      padding: 0 25px; }
      #top__service .tab-link li:after {
        right: 10px;
        left: 10px; }
      #top__service .tab-link li span:after {
        width: 5px;
        height: 10px; }
    #top__service .tab-content {
      font-size: 12px;
      line-height: 25px;
      padding: 15px; }
      #top__service .tab-content .box {
        padding: 15px; }
      #top__service .tab-content .comimg-soon h3 {
        font-size: 38px;
        line-height: 60px; }
      #top__service .tab-content .comimg-soon .txt {
        font-size: 15px;
        line-height: 26px; }
      #top__service .tab-content dl dt {
        padding: 5px 0 5px 10px; }
        #top__service .tab-content dl dt span {
          min-height: inherit;
          border-radius: 5px;
          margin: 5px 0 5px 10px;
          padding: 5px 10px 5px 45px; }
        #top__service .tab-content dl dt img {
          max-width: 45px;
          left: -10px; }
      #top__service .tab-content dl dd {
        padding: 0 0 0 10px; }
        #top__service .tab-content dl dd a {
          padding: 5px 15px; }
          #top__service .tab-content dl dd a:after {
            width: 5px;
            height: 10px; }
      #top__service .tab-content dl.reviews {
        font-size: 11px; }
        #top__service .tab-content dl.reviews dd a {
          padding-left: 26px; }
          #top__service .tab-content dl.reviews dd a:nth-child(1):before, #top__service .tab-content dl.reviews dd a:nth-child(2):before, #top__service .tab-content dl.reviews dd a:nth-child(3):before {
            width: 12px;
            height: 17px;
            left: 10px; }
        #top__service .tab-content dl.reviews .case a > span {
          grid-template-columns: 35px 12px 1fr; }
        #top__service .tab-content dl.reviews .star a > span {
          grid-template-columns: 60px 12px 1fr; }
    #top__service .button {
      padding-top: 40px; }
      #top__service .button a {
        width: 78.4vw; } }
/* -- -- */
#top__about {
  background: url("../img/index/about-bg-img.jpg") no-repeat center/cover;
  padding: 70px 0 150px;
  position: relative; }
  #top__about:before {
    content: '';
    width: 100%;
    height: 150px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
    position: absolute;
    bottom: -60px;
    left: 0; }
  #top__about .txt {
    padding-top: 50px; }
  #top__about .button {
    padding-top: 50px; }

@media screen and (max-width: 1023px) {
  #top__about {
    background: url("../img/index/about-bg-img_sp.png") no-repeat center top/100% auto;
    text-align: center;
    padding-bottom: 0; }
    #top__about:before {
      width: 100%;
      height: auto;
      background: linear-gradient(to bottom, #c4d1d9, #ffffff);
      top: 100vw;
      bottom: 0;
      clip-path: inherit;
      z-index: -1; }
    #top__about .txt {
      color: #64554d;
      padding-top: 100vw; }
      #top__about .txt p {
        display: block; }
        #top__about .txt p + p {
          padding-top: 40px; } }
@media screen and (max-width: 767px) {
  #top__about {
    padding: 30px 0 0; }
    #top__about .txt {
      margin: 0 -10px; }
    #top__about .button {
      padding-top: 40px; } }
@media screen and (min-width: 1441px) {
  #top__about .wrap {
    max-width: 1160px; } }
/* -- -- */
#top__faq {
  padding: 80px 0 100px; }
  #top__faq .box-qa .item {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    padding: 35px 40px; }
    #top__faq .box-qa .item + .item {
      margin-top: 50px; }
  #top__faq .box-qa .question {
    font-weight: 700;
    font-size: 21px;
    line-height: 40px;
    letter-spacing: 0.15em;
    position: relative;
    padding: 8px 0 4px 115px; }
    #top__faq .box-qa .question:before {
      content: 'Q';
      font-weight: 700;
      font-size: 45px;
      letter-spacing: 0;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      color: #0068b6; }
  #top__faq .box-qa .anwer {
    min-height: 45px;
    margin-top: 30px;
    padding-left: 115px;
    position: relative; }
    #top__faq .box-qa .anwer:before {
      content: 'A';
      font-weight: 700;
      font-size: 45px;
      letter-spacing: 0;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      color: #f9bf00; }

@media screen and (max-width: 1023px) {
  #top__faq .box-qa .question {
    padding-left: 80px; }
  #top__faq .box-qa .anwer {
    padding-left: 80px; } }
@media screen and (max-width: 767px) {
  #top__faq {
    padding: 75px 0; }
    #top__faq .box-qa .item {
      margin-top: 20px;
      padding: 30px 20px; }
      #top__faq .box-qa .item + .item {
        margin-top: 20px; }
    #top__faq .box-qa .question {
      font-size: 14px;
      line-height: 23px;
      padding: 0 0 0 40px; }
      #top__faq .box-qa .question:before {
        font-size: 30px;
        top: 40%;
        transform: translateY(-50%); }
    #top__faq .box-qa .anwer {
      margin-top: 20px;
      padding-left: 40px; }
      #top__faq .box-qa .anwer:before {
        font-size: 30px; } }
/* -- -- */
.section__cta {
  position: relative; }
  .section__cta .wrap {
    background: url("../img/common/cta-bg.jpg") no-repeat center top/cover;
    border-radius: 24px;
    padding: 45px 30px 30px;
    z-index: 1;
    box-shadow: 0 11px 11px rgba(0, 0, 0, 0.15); }
  .section__cta .box {
    display: flex;
    justify-content: center;
    gap: 52px;
    padding-top: 32px; }
    .section__cta .box .col {
      width: 295px;
      padding-bottom: 10px; }
  .section__cta h3 {
    background-color: #0068b6;
    color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 15px 10px; }
  .section__cta hr {
    width: auto;
    height: auto;
    border-left: 1px dashed #0068b6; }
  .section__cta figure {
    width: 165px;
    position: relative;
    left: -10px; }
    .section__cta figure img {
      position: relative;
      z-index: 1;
      filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.4)); }
  .section__cta figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../img/common/cta-ttl-bg.png") no-repeat center top/cover;
    width: 181px;
    height: 175px;
    font-weight: 500;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 65%;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 20px; }
  .section__cta .txt {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    padding-top: 25px; }
  .section__cta .button {
    padding-top: 25px; }
    .section__cta .button a {
      width: 250px;
      background: #f9bf00; }
      .section__cta .button a:hover {
        background: #000; }
  .section__cta .caption-2 {
    left: 72%; }
  .section__cta .caption-3 {
    left: 82%; }

#mv + .section__cta .wrap {
  background-image: url("../img/index/cta-bg.jpg");
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 1200px) {
  .section__cta .box {
    gap: 20px; }
    .section__cta .box .col {
      width: 33.33%; }
  .section__cta h3 {
    font-size: 18px; } }
@media screen and (max-width: 1023px) {
  .section__cta .box {
    flex-direction: column;
    align-items: center; }
    .section__cta .box .col {
      width: 295px; }
  .section__cta hr {
    width: 295px;
    border-top: 1px dashed #0068b6;
    border-left: 0; } }
@media screen and (max-width: 767px) {
  .section__cta {
    padding: 0 25px; }
    .section__cta .wrap {
      background-image: url("../img/common/cta-bg_sp.jpg");
      padding: 35px 10px; }
    .section__cta .box {
      padding-top: 10px; }
    .section__cta .col {
      width: 100%; }
    .section__cta hr {
      width: 225px; }
    .section__cta figure {
      width: 120px;
      margin: 0 auto;
      padding-right: 120px;
      left: 0; }
    .section__cta figcaption {
      width: 120px;
      height: 116px;
      font-size: 12px;
      line-height: 16px;
      padding-bottom: 10px;
      top: auto;
      right: 0;
      bottom: -8px;
      left: auto; }
    .section__cta h3 {
      width: 80%;
      font-size: 18px;
      line-height: 30px;
      margin: 0 auto;
      padding: 5px; }
    .section__cta .txt {
      font-size: 10px;
      line-height: 12px;
      padding-top: 10px; }
    .section__cta .button {
      padding-top: 10px; }
      .section__cta .button a {
        width: 100%;
        height: 42px;
        font-size: 15px; }
    .section__cta .caption-2,
    .section__cta .caption-3 {
      left: auto; }

  #mv + .section__cta .wrap {
    background-image: url("../img/common/cta-bg_sp.jpg"); } }
/*=============================================*
* クラウド電話（クラウドPBX）について
*=============================================*/
#clouddenwa__about {
  padding: 30px 0 120px; }
  #clouddenwa__about .desc {
    line-height: 38px;
    padding-top: 30px; }
  #clouddenwa__about .block-1 {
    max-width: 1080px;
    margin: 0 auto; }
    #clouddenwa__about .block-1 .box {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 75px;
      padding: 45px 10px 0; }
      #clouddenwa__about .block-1 .box .col {
        position: relative;
        padding: 0 10px 25px; }
        #clouddenwa__about .block-1 .box .col:before {
          content: '';
          border-radius: 30px;
          position: absolute;
          top: 31px;
          right: 0;
          bottom: 0;
          left: 0; }
      #clouddenwa__about .block-1 .box h3 {
        width: 266px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 21px;
        line-height: 32px;
        letter-spacing: 0.06em;
        color: #fff;
        margin: 0 auto;
        padding: 15px 0;
        position: relative;
        z-index: 1; }
      #clouddenwa__about .block-1 .box figure {
        max-width: 360px;
        margin: 0 auto;
        padding-top: 8px; }
      #clouddenwa__about .block-1 .box .txt {
        letter-spacing: 0.06em;
        line-height: 24px;
        padding-top: 12px; }
      #clouddenwa__about .block-1 .box .grey {
        color: #737373; }
        #clouddenwa__about .block-1 .box .grey:before {
          border: 2px solid #737373; }
        #clouddenwa__about .block-1 .box .grey h3 {
          background-color: #737373; }
      #clouddenwa__about .block-1 .box .blue {
        color: #0456a7; }
        #clouddenwa__about .block-1 .box .blue:before {
          border: 7px solid #0456a7;
          top: 28px;
          box-shadow: 9px 5px 5px rgba(0, 0, 0, 0.4); }
        #clouddenwa__about .block-1 .box .blue h3 {
          background-color: #0456a7;
          box-shadow: 9px 5px 3px rgba(4, 86, 167, 0.4); }
    #clouddenwa__about .block-1 .catch {
      background: linear-gradient(to right, #0068b7, #008fbf);
      margin-top: 40px;
      padding: 23px 0px;
      position: relative; }
      #clouddenwa__about .block-1 .catch:after {
        content: '';
        width: 0;
        height: 0;
        border-width: 0 18px 26px 18px;
        border-color: transparent transparent #008fbf transparent;
        border-style: solid;
        position: absolute;
        bottom: 100%;
        right: 235px; }
      #clouddenwa__about .block-1 .catch .h-28 {
        line-height: 45px; }
  #clouddenwa__about .block-2,
  #clouddenwa__about .block-3 {
    background-color: #eff5f8;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
    #clouddenwa__about .block-2 h3,
    #clouddenwa__about .block-3 h3 {
      color: #fff;
      letter-spacing: 0.15em;
      position: relative;
      padding: 19px 19px 19px 180px; }
      #clouddenwa__about .block-2 h3 img,
      #clouddenwa__about .block-3 h3 img {
        max-width: 103px;
        position: absolute;
        top: -6px;
        left: 50px; }
    #clouddenwa__about .block-2 .inner,
    #clouddenwa__about .block-3 .inner {
      padding: 30px 60px; }
    #clouddenwa__about .block-2 .box,
    #clouddenwa__about .block-3 .box {
      display: grid;
      grid-template-columns: 261px 1fr;
      align-items: center;
      gap: 20px; }
      #clouddenwa__about .block-2 .box .txt,
      #clouddenwa__about .block-3 .box .txt {
        padding-top: 12px; }
    #clouddenwa__about .block-2 hr,
    #clouddenwa__about .block-3 hr {
      border-top: 1px dashed #000;
      margin: 15px 0; }
  #clouddenwa__about .block-2 {
    margin-top: 130px; }
    #clouddenwa__about .block-2 h3 {
      background-color: #0068b6; }
  #clouddenwa__about .block-3 {
    margin-top: 60px; }
    #clouddenwa__about .block-3 h3 {
      background-color: #9fa0a0; }

@media screen and (max-width: 1200px) {
  #clouddenwa__about .block-1 .box {
    gap: 30px; }
  #clouddenwa__about .block-1 .catch:after {
    right: 215px; }
  #clouddenwa__about .block-1 .catch .h-28 {
    font-size: 24px; } }
@media screen and (max-width: 1023px) {
  #clouddenwa__about .block-1 .box {
    grid-template-columns: 1fr;
    gap: 30px; }
  #clouddenwa__about .block-1 .catch {
    padding: 20px; }
    #clouddenwa__about .block-1 .catch:after {
      right: auto;
      left: 50%;
      transform: translateX(-50%); }
    #clouddenwa__about .block-1 .catch .h-28 {
      font-size: 24px; }
    #clouddenwa__about .block-1 .catch br.pc {
      display: none; }
  #clouddenwa__about .block-2 .inner,
  #clouddenwa__about .block-3 .inner {
    padding: 30px; }
  #clouddenwa__about .block-2 hr,
  #clouddenwa__about .block-3 hr {
    margin: 17px 0 15px; } }
@media screen and (max-width: 767px) {
  #clouddenwa__about {
    padding: 15px 0 0; }
    #clouddenwa__about .desc {
      line-height: 26px;
      padding-top: 40px; }
    #clouddenwa__about .block-1 {
      padding-top: 25px; }
      #clouddenwa__about .block-1 .box {
        gap: 20px; }
        #clouddenwa__about .block-1 .box .col:before {
          border-radius: 20px;
          top: 20px;
          z-index: -1; }
        #clouddenwa__about .block-1 .box h3 {
          width: 200px;
          font-size: 16px;
          padding: 4px 0; }
        #clouddenwa__about .block-1 .box .txt {
          font-size: 12px; }
        #clouddenwa__about .block-1 .box .grey:before {
          background-color: #e9eef1;
          border: 0; }
        #clouddenwa__about .block-1 .box .blue:before {
          border-width: 4px; }
      #clouddenwa__about .block-1 .catch {
        margin-top: 30px;
        padding: 20px; }
        #clouddenwa__about .block-1 .catch:after {
          border-width: 0 10px 16px 10px; }
        #clouddenwa__about .block-1 .catch .h-28 {
          font-size: 16px;
          line-height: 32px; }
    #clouddenwa__about .block-2,
    #clouddenwa__about .block-3 {
      padding: 40px 25px; }
      #clouddenwa__about .block-2 .inner,
      #clouddenwa__about .block-3 .inner {
        background-color: #fff;
        padding: 20px 15px; }
      #clouddenwa__about .block-2 h3,
      #clouddenwa__about .block-3 h3 {
        font-size: 15px;
        text-align: center;
        padding: 10px 40px; }
        #clouddenwa__about .block-2 h3 img,
        #clouddenwa__about .block-3 h3 img {
          max-width: 60px;
          left: -20px;
          z-index: 1; }
      #clouddenwa__about .block-2 .box,
      #clouddenwa__about .block-3 .box {
        grid-template-columns: 1fr;
        gap: 15px; }
        #clouddenwa__about .block-2 .box figure,
        #clouddenwa__about .block-3 .box figure {
          height: 27.5vw;
          grid-row: 2; }
          #clouddenwa__about .block-2 .box figure img,
          #clouddenwa__about .block-3 .box figure img {
            width: 100%;
            max-width: inherit;
            height: 100%;
            object-fit: cover; }
        #clouddenwa__about .block-2 .box .col,
        #clouddenwa__about .block-3 .box .col {
          grid-row: 1; }
        #clouddenwa__about .block-2 .box h4,
        #clouddenwa__about .block-3 .box h4 {
          text-align: center;
          font-size: 15px;
          line-height: 25px; }
        #clouddenwa__about .block-2 .box .txt,
        #clouddenwa__about .block-3 .box .txt {
          line-height: 25px;
          padding-top: 5px; }
      #clouddenwa__about .block-2 hr,
      #clouddenwa__about .block-3 hr {
        margin: 28px 0 22px; }
    #clouddenwa__about .block-2 {
      background-color: #b4bede;
      margin: 60px -25px 0;
      box-shadow: none; }
    #clouddenwa__about .block-3 {
      background-color: #efefef;
      margin: 0 -25px 0;
      box-shadow: none; } }
/* -- -- */
#clouddenwa__features {
  background-size: cover;
  padding: 80px 0 160px; }
  #clouddenwa__features .wrap {
    z-index: 1; }
  #clouddenwa__features .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 20px;
    padding-top: 50px; }
    #clouddenwa__features .box h3 {
      background-color: #0068b6;
      color: #fff;
      border-radius: 50px;
      padding: 10px 0;
      text-align: center; }
    #clouddenwa__features .box .txt {
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      padding-top: 12px; }

@media screen and (max-width: 1023px) {
  #clouddenwa__features .box {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 767px) {
  #clouddenwa__features {
    padding: 50px 0 80px; }
    #clouddenwa__features .box {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px 10px;
      padding-top: 30px; }
      #clouddenwa__features .box h3 {
        font-size: 15px;
        padding: 2px 0; }
      #clouddenwa__features .box .txt {
        font-size: 12px;
        line-height: 20px;
        padding-top: 5px; } }
/* -- -- */
#clouddenwa__flow {
  padding: 80px 0;
  position: relative; }
  #clouddenwa__flow:before {
    content: '';
    width: 100%;
    height: 120px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
    position: absolute;
    top: -80px;
    left: 0; }
  #clouddenwa__flow .box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
    padding-top: 45px;
    position: relative; }
    #clouddenwa__flow .box:before {
      content: '';
      background: url("../img/index/flow-arow.png") no-repeat center left/cover;
      height: 5px;
      position: absolute;
      top: 129px;
      right: 100px;
      left: 100px; }
    #clouddenwa__flow .box .col {
      display: flex;
      flex-direction: column;
      padding: 0 10px 10px;
      position: relative; }
      #clouddenwa__flow .box .col:before {
        content: '';
        border: 1px solid #2ca6e0;
        position: absolute;
        top: 48px;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px; }
    #clouddenwa__flow .box .no {
      background-color: #fff;
      width: 70px;
      text-align: center;
      font-weight: 700;
      font-size: 11px;
      line-height: 16px;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      #clouddenwa__flow .box .no:after {
        content: '';
        width: 30px;
        height: 30px;
        background-color: #0456a7;
        position: absolute;
        bottom: -37px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%; }
      #clouddenwa__flow .box .no strong {
        font-size: 48px;
        line-height: 1; }
    #clouddenwa__flow .box h3 {
      background-color: #0456a7;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.06em;
      text-align: center;
      border-radius: 30px;
      margin-top: 45px;
      padding: 3px 0; }
    #clouddenwa__flow .box .txt {
      font-weight: 400;
      line-height: 24px;
      padding: 15px 0;
      flex: 1 0 0; }
  #clouddenwa__flow .button {
    padding-top: 65px; }
    #clouddenwa__flow .button a {
      width: 340px; }

@media screen and (max-width: 1440px) {
  #clouddenwa__flow .box {
    gap: 15px; } }
@media screen and (max-width: 1200px) {
  #clouddenwa__flow .box h3 {
    font-size: 13px; } }
@media screen and (max-width: 1023px) {
  #clouddenwa__flow .box {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 25px; }
    #clouddenwa__flow .box:before {
      display: none; }
    #clouddenwa__flow .box .col {
      min-height: 246px;
      padding: 0 250px 20px 20px; }
      #clouddenwa__flow .box .col + .col:after {
        content: '';
        width: 0;
        height: 0;
        border-width: 14px 15px 0 15px;
        border-color: #0068b6 transparent transparent transparent;
        border-style: solid;
        position: absolute;
        top: 4px;
        left: 50%;
        transform: translateX(-50%); }
    #clouddenwa__flow .box .no {
      margin: 0; }
      #clouddenwa__flow .box .no:after {
        display: none; }
    #clouddenwa__flow .box h3 {
      font-size: 16px;
      margin-top: 20px; }
    #clouddenwa__flow .box .txt {
      text-align: center; }
    #clouddenwa__flow .box figure {
      width: 185px;
      position: absolute;
      bottom: 20px;
      right: 20px; } }
@media screen and (max-width: 767px) {
  #clouddenwa__flow {
    padding: 50px 0 60px; }
    #clouddenwa__flow:before {
      height: 40px;
      top: -40px; }
    #clouddenwa__flow .box {
      gap: 20px;
      padding-top: 20px; }
      #clouddenwa__flow .box .col {
        min-height: 160px;
        padding: 0 130px 10px 10px; }
        #clouddenwa__flow .box .col:before {
          top: 25px; }
        #clouddenwa__flow .box .col + .col:after {
          top: -3px; }
      #clouddenwa__flow .box .no {
        width: 50px;
        margin-left: 10px; }
      #clouddenwa__flow .box h3 {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px; }
      #clouddenwa__flow .box .txt {
        font-size: 10px;
        line-height: 17px;
        padding: 5px 0 0; }
        #clouddenwa__flow .box .txt span {
          display: inline-block;
          text-align: left; }
      #clouddenwa__flow .box figure {
        width: 120px;
        right: 0;
        bottom: 10px; }
    #clouddenwa__flow .button {
      padding-top: 60px; }
      #clouddenwa__flow .button a {
        width: 78.4vw; } }
/*=============================================*
* 会社概要
*=============================================*/
#company {
  padding: 30px 0 40px; }
  #company h2:after {
    display: none; }
  #company .txt {
    line-height: 38px;
    padding-top: 30px; }
    #company .txt p + p {
      padding-top: 50px; }
    #company .txt span.pc {
      display: inline; }
  #company .tb-style {
    padding-top: 80px; }

@media screen and (max-width: 767px) {
  #company {
    padding: 20px 0 50px; }
    #company h2:after {
      display: block; }
    #company .txt {
      text-align: justify;
      line-height: 26px;
      padding-top: 40px; }
      #company .txt p + p {
        padding-top: 30px; }
      #company .txt .db_sp {
        display: block;
        padding-bottom: 30px; }
      #company .txt span.pc {
        display: none; }
    #company .tb-style {
      padding-top: 50px; } }
/*=============================================*
* お問い合わせ
*=============================================*/
.mailform {
  position: relative;
  z-index: 1;
  padding-top: 60px; }
  .mailform .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 40px; }
  .mailform .note a {
    color: #0068b6;
    text-decoration: underline; }
    .mailform .note a:hover {
      text-decoration: none; }
  .mailform .form-text {
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.05em; }
    .mailform .form-text .photo-1 {
      max-width: 541px; }
    .mailform .form-text .photo-2 {
      max-width: 601px; }
    .mailform .form-text h2:not(.sp) {
      font-weight: 700;
      font-size: 46px;
      line-height: 80px;
      letter-spacing: 0.08em;
      padding-top: 30px; }
    .mailform .form-text .txt-1 {
      padding-top: 20px; }
    .mailform .form-text h3 {
      padding-top: 60px; }
    .mailform .form-text .txt-2 {
      color: #727171;
      padding-top: 30px; }
      .mailform .form-text .txt-2 p + p {
        padding-top: 30px; }
    .mailform .form-text .note {
      max-width: 556px;
      background-color: #e9eef1;
      color: #000;
      font-size: 17px;
      letter-spacing: 0;
      margin-top: 40px;
      padding: 25px;
      box-sizing: border-box; }
  .mailform .form-entry {
    background-color: #fff;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
    padding: 35px 35px 45px; }
    .mailform .form-entry .box {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 30px 50px; }
  .mailform .form-row {
    width: 100%; }
    .mailform .form-row.name {
      width: calc(50% - 25px); }
    .mailform .form-row .caption {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: #6c5d55;
      font-weight: 700;
      font-size: 18px;
      line-height: 35px;
      letter-spacing: 0.15em;
      padding-bottom: 10px; }
      .mailform .form-row .caption small {
        font-size: 15px; }
    .mailform .form-row .required {
      background-color: #f9bf00;
      width: 42px;
      color: #fff;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.15em;
      text-align: center;
      position: relative;
      top: 8px; }
    .mailform .form-row .input .wpcf7-checkbox,
    .mailform .form-row .input .wpcf7-radio {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px 15px; }

.mailform .form-pp {
  text-align: center;
  padding-top: 30px; }
  .mailform .form-pp .wpcf7-checkbox {
    font-size: 22px; }
  .mailform .form-pp a {
    color: #0068b6;
    text-decoration: underline; }
    .mailform .form-pp a:hover {
      text-decoration: none; }
.mailform .wpcf7 form .wpcf7-response-output {
  margin: 0; }

.mailform .result-txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap; }

.mailform .form-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 30px; }

.mailform .form-btn p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #f9bf00;
  color: #fff;
  font-weight: 900;
  font-size: 27px;
  letter-spacing: 0.12em;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 0; }

.mailform .form-btn .btn-prev {
  background: #D9D9D9;
  color: #231815; }

.mailform .form-btn p:hover {
  background-color: #000;
  color: #fff; }

.mailform .form-btn input,
.mailform .form-btn a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

.mailform .wpcf7-spinner {
  display: none; }

.mailform.confirm .caption {
  padding: 0; }
.mailform.confirm .form-btn {
  padding-top: 30px; }

@media screen and (max-width: 1440px) {
  .mailform .form-text {
    font-size: 18px; } }
@media screen and (max-width: 1200px) {
  .mailform .form-text {
    font-size: 15px; } }
@media screen and (max-width: 1023px) {
  .mailform .wrap {
    grid-template-columns: 1fr; }
  .mailform .form-text {
    text-align: center; }
    .mailform .form-text .photo-1 {
      margin-left: auto; }
    .mailform .form-text .photo-2 {
      margin-left: auto; }
    .mailform .form-text .note {
      max-width: 100%;
      text-align: justify; } }
@media screen and (max-width: 767px) {
  .mailform {
    padding: 30px 0 100px; }
    .mailform .wrap {
      gap: 30px; }
    .mailform .form-text {
      font-size: 12px;
      line-height: 25px;
      letter-spacing: 0; }
      .mailform .form-text .photo-1 {
        width: 80%;
        padding-top: 10px; }
      .mailform .form-text .photo-2 {
        width: 85%;
        padding-top: 10px; }
      .mailform .form-text h2:not(.sp) {
        font-size: 27px;
        line-height: 40px;
        padding-top: 20px; }
      .mailform .form-text .txt-1 {
        margin: 0 -10px;
        padding-top: 15px; }
      .mailform .form-text h3,
      .mailform .form-text .note {
        display: none; }
      .mailform .form-text .txt-2 {
        text-align: justify;
        color: #231815;
        padding-top: 15px; }
        .mailform .form-text .txt-2 p {
          display: inline; }

  .mailform .form-entry {
    background-color: transparent;
    box-shadow: none;
    padding: 0; }
    .mailform .form-entry .box {
      gap: 20px;
      box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
      padding: 20px; }
    .mailform .form-entry .note {
      font-size: 13px;
      line-height: 25px; }

  .mailform .form-row.name {
    width: calc(50% - 10px); }
  .mailform .form-row .caption {
    gap: 5px;
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 5px; }
    .mailform .form-row .caption small {
      font-size: 10px; }
  .mailform .form-row .required {
    width: 30px;
    font-size: 10px;
    line-height: 15px; }

  .mailform .form-pp {
    padding-top: 20px; }
    .mailform .form-pp .wpcf7-checkbox {
      font-size: 13px;
      line-height: 17px; }
    .mailform .form-pp a {
      color: #0068b6;
      text-decoration: underline; }
      .mailform .form-pp a:hover {
        text-decoration: none; }

  .mailform .form-btn {
    padding-top: 20px; }
    .mailform .form-btn p {
      width: 78.6vw;
      height: 45px;
      border-radius: 50px;
      font-size: 16px; }
      .mailform .form-btn p:after {
        content: '';
        width: 0;
        height: 0;
        border-width: 7px 0 7px 12px;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%); }
    .mailform .form-btn .btn-prev:after {
      border-left-color: #231815; }
    .mailform .form-btn .btn-prev:hover:after {
      border-left-color: #fff; } }
@media screen and (max-width: 375px) {
  .mailform .form-text h2:not(.sp) {
    font-size: 25px; } }
/* -- -- */
#thanks {
  text-align: center;
  padding: 80px 0 240px; }

#thanks .txt p + p {
  padding-top: 30px; }

#thanks .button {
  text-align: center;
  padding-top: 60px; }

@media screen and (max-width: 767px) {
  #thanks {
    padding: 30px 0 100px; }
    #thanks .txt {
      text-align: justify; }
      #thanks .txt p + p {
        padding-top: 20px; }
    #thanks .button {
      padding-top: 30px; } }
/*=============================================*
* Post type
*=============================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  padding-top: 60px; }

.wp-pagenavi .pages {
  display: none; }

.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #FFFAF1;
  color: #E50012;
  border-radius: 50%;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16px;
  box-sizing: border-box; }

.wp-pagenavi a:hover {
  color: #000;
  opacity: 1; }

.wp-pagenavi .current {
  pointer-events: none;
  color: #000; }

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 30px; } }
/* -- -- */
/* -- -- */
.service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px; }
  .service__list .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 25px; }
  .service__list .logo img {
    height: 70px; }
  .service__list .company {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    line-height: 20px;
    letter-spacing: 0.12em;
    padding-top: 15px; }
    .service__list .company dt {
      color: #000;
      font-weight: 700;
      box-sizing: border-box; }
    .service__list .company dd {
      color: #b7b7b7;
      border-left: 1px solid #000;
      padding-left: 15px;
      box-sizing: border-box; }
  .service__list .more {
    padding-top: 25px; }
    .service__list .more a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 286px;
      height: 46px;
      border: 1px solid #0068b6;
      color: #0068b6;
      font-weight: 700;
      font-size: 17px;
      line-height: 30px;
      letter-spacing: 0.12em;
      position: relative;
      box-sizing: border-box;
      border-radius: 50px; }
      .service__list .more a:after {
        content: '';
        width: 0;
        height: 0;
        border-width: 8px 0 8px 14px;
        border-color: transparent transparent transparent #0068b6;
        border-style: solid;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        transition: all 0.3s; }
      .service__list .more a:hover {
        background-color: #0068b6;
        color: #fff;
        opacity: 1; }
        .service__list .more a:hover:after {
          border-left-color: #fff;
          transform: translate(5px, -50%); }

@media screen and (max-width: 1023px) {
  .service__list {
    grid-template-columns: 520px;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  .service__list {
    grid-template-columns: 1fr; }
    .service__list .col {
      min-height: 120px;
      padding: 20px 10px; }
    .service__list .logo img {
      height: 40px; }
    .service__list .company {
      gap: 10px;
      font-size: 12px;
      line-height: 15px;
      padding-top: 5px; }
      .service__list .company dd {
        padding-left: 10px; }
    .service__list .more {
      width: 100%;
      padding-top: 20px; }
      .service__list .more a {
        width: 100%;
        height: 40px;
        font-size: 15px; } }
/* -- -- */
.tax__service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; }
  .tax__service-list .col {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-top: 6px solid #f9bf00;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 60px 20px; }
  .tax__service-list .logo img {
    max-height: 60px; }
  .tax__service-list .company {
    padding-top: 50px; }
    .tax__service-list .company dt {
      max-width: 215px;
      border-bottom: 2px solid #000;
      margin: 0 auto; }
    .tax__service-list .company dd {
      font-size: 17px;
      letter-spacing: 0.04em;
      color: #b7b7b7; }
  .tax__service-list .txt {
    flex: 1 0 0;
    line-height: 28px;
    text-align: justify;
    padding-top: 50px; }
    .tax__service-list .txt > span,
    .tax__service-list .txt p {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      display: -webkit-box;
      overflow: hidden; }
  .tax__service-list .more {
    padding-top: 50px; }
    .tax__service-list .more a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 286px;
      height: 46px;
      border: 1px solid #0068b6;
      color: #0068b6;
      font-weight: 700;
      font-size: 17px;
      line-height: 30px;
      letter-spacing: 0.12em;
      position: relative;
      box-sizing: border-box;
      border-radius: 50px; }
      .tax__service-list .more a:after {
        content: '';
        width: 0;
        height: 0;
        border-width: 8px 0 8px 14px;
        border-color: transparent transparent transparent #0068b6;
        border-style: solid;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        transition: all 0.3s; }
      .tax__service-list .more a:hover {
        background-color: #0068b6;
        color: #fff;
        opacity: 1; }
        .tax__service-list .more a:hover:after {
          border-left-color: #fff;
          transform: translate(5px, -50%); }

@media screen and (max-width: 1200px) {
  .tax__service-list {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 1023px) {
  .tax__service-list {
    grid-template-columns: 100%; }
    .tax__service-list .col {
      padding: 25px 10px; }
    .tax__service-list .company {
      padding-top: 25px; }
      .tax__service-list .company dt {
        max-width: 175px;
        font-size: 18px; }
      .tax__service-list .company dd {
        font-size: 14px; }
    .tax__service-list .txt {
      padding-top: 25px; }
    .tax__service-list .more {
      width: 100%;
      padding-top: 25px; }
      .tax__service-list .more a {
        width: 100%;
        height: 40px;
        font-size: 15px; } }
/* -- -- */
#cpt-service {
  background-color: #e9eef1;
  padding: 100px 0 220px;
  position: relative; }
  #cpt-service:before {
    content: '';
    width: 100%;
    height: 120px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
    position: absolute;
    bottom: 0;
    left: 0; }
  #cpt-service .service__list {
    padding-top: 45px; }
  #cpt-service .button {
    padding-top: 80px; }
    #cpt-service .button a {
      width: 340px;
      padding-right: 20px; }
  #cpt-service.tax .tax-parent {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.06em; }
  #cpt-service.tax .tax-title {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.06em;
    line-height: 60px;
    text-indent: -33px;
    padding-top: 15px; }
    #cpt-service.tax .tax-title span {
      font-size: 48px; }
  #cpt-service.tax .tax-desc {
    line-height: 36px;
    padding-top: 15px; }
  #cpt-service.tax .tax__service-list {
    padding-top: 45px; }

@media screen and (max-width: 767px) {
  #cpt-service {
    padding: 50px 0 110px; }
    #cpt-service:before {
      height: 40px; }
    #cpt-service .button {
      padding-top: 60px; }
      #cpt-service .button a {
        width: 100%; }
    #cpt-service.tax .tax-parent {
      text-align: center;
      font-size: 10px;
      line-height: 25px; }
    #cpt-service.tax .tax-title {
      font-size: 19px;
      line-height: 30px;
      text-align: center;
      text-indent: 0;
      padding-top: 0; }
      #cpt-service.tax .tax-title span {
        display: inline-block;
        font-size: 30px;
        line-height: 40px;
        padding: 5px 0; }
    #cpt-service.tax .tax-desc {
      line-height: 26px; }
    #cpt-service.tax .tax__service-list {
      padding-top: 45px; } }
@media screen and (max-width: 399px) {
  #cpt-service.tax .tax-title {
    font-size: 16px; }
    #cpt-service.tax .tax-title span {
      font-size: 25px;
      line-height: 36px; } }
@media screen and (min-width: 1200px) {
  #cpt-service .wrap {
    max-width: 1070px; } }
/* -- -- */
.detail-content {
  word-break: break-all; }

.detail-content h2 {
  background-color: #f5f5f5;
  color: #0068b6;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.08em;
  margin: 50px 0 20px;
  padding: 10px 20px; }

.detail-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.08em;
  color: #0068b6;
  border-bottom: 2px solid #0068b6;
  margin: 50px 0 20px;
  padding: 0 0 10px; }

.detail-content h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.08em;
  color: #0068b6;
  border-left: 5px solid #0068b6;
  margin: 50px 0 20px;
  padding: 0 0 0 15px; }

.detail-content h2:first-child,
.detail-content h3:first-child,
.detail-content h4:first-child {
  margin-top: 0; }

.detail-content h2 + h3,
.detail-content h2 + h4,
.detail-content h2 + h5,
.detail-content h3 + h4,
.detail-content h3 + h5,
.detail-content h4 + h5 {
  margin-top: 0; }

.detail-content ul {
  list-style: disc;
  padding-left: 30px; }

.detail-content ol {
  list-style: decimal;
  padding-left: 30px; }

.detail-content a {
  text-decoration: underline; }

.detail-content a:hover {
  text-decoration: none; }

.detail-content p img {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }

.detail-content p img.aligncenter {
  display: block;
  margin: 0 auto; }

.detail-content p img.alignright {
  display: block;
  margin-left: auto; }

.detail-content p img:last-child {
  margin-right: 0; }

.detail-content a {
  text-decoration: underline;
  color: #009DFF; }
  .detail-content a:hover {
    text-decoration: none; }

@media screen and (max-width: 1023px) {
  .detail-content p img {
    display: block;
    margin: 0 auto 15px; }

  .detail-content p img:last-child {
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .detail-content h2 {
    font-size: 20px;
    padding: 10px; }

  .detail-content h3 {
    font-size: 18px;
    line-height: 26px; }

  .detail-content h4 {
    font-size: 16px;
    line-height: 26px; }

  .detail-content ul,
  .detail-content ol {
    padding-left: 15px; }

  .detail-content p img {
    display: block;
    margin: 0 auto 15px; }

  .detail-content p img.alignright {
    margin: 0 auto 15px; }

  .detail-content p img:last-child {
    margin: 0 auto !important; } }
/*=============================================*
* 
*=============================================*/
#service__detail {
  background-color: #e9eef1;
  padding: 80px 0 200px; }
  #service__detail .button a {
    width: 340px; }
    #service__detail .button a span {
      width: 55px;
      background-color: #ffe200;
      color: #0068b6;
      border-radius: 5px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.12em;
      margin-left: 5px; }
  #service__detail > .button {
    padding-top: 80px; }
  #service__detail .wrap {
    background-color: #fff;
    border-top: 6px solid #f9bf00;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.15);
    padding: 50px 80px 70px; }
    #service__detail .wrap .button {
      padding-top: 60px; }
  #service__detail .logo dt {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.06em;
    padding-bottom: 10px; }
  #service__detail .logo dd img {
    max-height: 70px; }
  #service__detail .intro {
    min-height: 330px;
    margin-top: 60px;
    position: relative; }
    #service__detail .intro h2 {
      width: 450px;
      line-height: 47px;
      letter-spacing: 0.15em; }
    #service__detail .intro .txt {
      width: 450px;
      line-height: 35px;
      padding-top: 20px; }
  #service__detail .chart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 545px;
    height: 330px;
    background-color: #fff;
    border: 1px solid #727171;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 2.7% 1.5% 0; }
  #service__detail .review-score {
    padding-top: 40px; }
    #service__detail .review-score h3 {
      letter-spacing: 0.15em;
      line-height: 35px;
      border-left: 3px solid #0068b6;
      padding-left: 17px; }
    #service__detail .review-score .box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      margin-top: 20px;
      padding: 20px 80px; }
      #service__detail .review-score .box .cl-yellow {
        color: #f7b21c; }
      #service__detail .review-score .box dl {
        display: flex;
        align-items: center;
        gap: 10px;
        width: calc(50% - 11px);
        align-self: center;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.15em; }
        #service__detail .review-score .box dl dd {
          display: flex;
          align-items: center;
          gap: 10px; }
          #service__detail .review-score .box dl dd .cl-yellow {
            font-size: 38px;
            line-height: 1;
            letter-spacing: 0; }
          #service__detail .review-score .box dl dd .h-22 {
            letter-spacing: 0.15em;
            line-height: 1; }
      #service__detail .review-score .box .star dt {
        position: relative;
        top: 3px; }
      #service__detail .review-score .box .number {
        justify-content: center;
        align-items: baseline;
        text-align: center; }
        #service__detail .review-score .box .number dd {
          align-items: baseline; }
      #service__detail .review-score .box hr {
        height: auto;
        border-left: 1px solid #000; }
  #service__detail .feature-details {
    padding-top: 75px; }
    #service__detail .feature-details h3 {
      letter-spacing: 0.15em;
      line-height: 35px;
      border-left: 3px solid #0068b6;
      padding-left: 17px; }
    #service__detail .feature-details .table {
      padding: 20px 0 0 85px; }
    #service__detail .feature-details .ttl {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-weight: 700;
      font-size: 24px;
      line-height: 40px;
      border-radius: 50px 0 0 50px;
      box-sizing: border-box;
      padding: 5px 10px;
      text-align: center; }
      #service__detail .feature-details .ttl span {
        font-size: 20px; }
    #service__detail .feature-details table {
      width: 100%;
      table-layout: fixed; }
      #service__detail .feature-details table th,
      #service__detail .feature-details table td {
        vertical-align: middle;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.06em;
        line-height: 50px;
        padding: 0 20px; }
      #service__detail .feature-details table th {
        width: 250px;
        color: #0068b6; }
      #service__detail .feature-details table td {
        color: #727171; }
        #service__detail .feature-details table td img {
          max-width: 33px; }
      #service__detail .feature-details table tr:nth-child(odd) {
        background-color: #d3edfb; }
      #service__detail .feature-details table tr:nth-child(even) {
        background-color: #fff; }
    #service__detail .feature-details .block {
      display: grid;
      grid-template-columns: 280px 1fr; }
      #service__detail .feature-details .block + .block {
        padding-top: 5px; }
      #service__detail .feature-details .block:nth-child(odd) .ttl {
        background-color: #0068b6; }
      #service__detail .feature-details .block:nth-child(even) .ttl {
        background-color: #83abd7; }

body.single-post .section__cta:before {
  content: '';
  width: 100%;
  height: 120px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
  position: absolute;
  bottom: 100%;
  left: 0; }

@media screen and (max-width: 1440px) {
  #service__detail .intro h2,
  #service__detail .intro .txt {
    width: 48%; }
  #service__detail .chart {
    width: 48%; }
  #service__detail .review-score .box .star {
    justify-content: center; }
  #service__detail .feature-details table th:not(.ttl) {
    width: auto; } }
@media screen and (max-width: 1200px) {
  #service__detail .review-score .box {
    padding: 20px; }
  #service__detail .feature-details .table {
    padding-left: 20px; }
  #service__detail .feature-details table th,
  #service__detail .feature-details table td {
    padding: 0 10px; } }
@media screen and (max-width: 1023px) {
  #service__detail .wrap {
    padding: 50px 30px; }
  #service__detail .intro h2,
  #service__detail .intro .txt {
    width: 100%; }
  #service__detail .intro h2 {
    text-align: center; }
  #service__detail .chart {
    width: 100%;
    position: static;
    margin-top: 30px; }
  #service__detail .review-score .box {
    flex-direction: column;
    gap: 20px;
    box-shadow: none;
    padding: 0; }
    #service__detail .review-score .box dl {
      width: 100%;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      padding: 20px;
      box-sizing: border-box; }
    #service__detail .review-score .box hr {
      display: none; }
  #service__detail .feature-details .block {
    grid-template-columns: 200px 1fr; }
  #service__detail .feature-details .ttl {
    font-size: 18px;
    line-height: 30px; }
    #service__detail .feature-details .ttl span {
      font-size: 14px; }
  #service__detail .feature-details table th,
  #service__detail .feature-details table td {
    font-size: 14px;
    line-height: 32px;
    padding: 9px 5px; } }
@media screen and (max-width: 767px) {
  #service__detail {
    padding: 50px 25px 120px; }
    #service__detail .button a {
      width: 100%; }
      #service__detail .button a span {
        width: auto;
        background-color: transparent;
        font-size: 17px;
        color: #fff100;
        margin-left: -5px; }
        #service__detail .button a span:before {
          content: '（'; }
        #service__detail .button a span:after {
          content: '）'; }
    #service__detail > .button {
      padding-top: 50px; }
    #service__detail .wrap {
      padding: 30px 10px; }
      #service__detail .wrap > .button {
        padding-top: 60px; }
    #service__detail .logo dt {
      font-size: 15px; }
    #service__detail .logo dd img {
      max-height: 50px; }
    #service__detail .intro {
      margin-top: 30px; }
      #service__detail .intro h2 {
        font-size: 18px;
        line-height: 30px; }
      #service__detail .intro .txt {
        line-height: 25px;
        letter-spacing: 0;
        padding: 15px 10px 0; }
    #service__detail .chart {
      height: 80vw;
      margin-top: 20px;
      padding: 0 7.7vw 2vw 0; }
    #service__detail .review-score {
      padding: 40px 10px 0; }
      #service__detail .review-score h3 {
        font-size: 16px;
        line-height: 24px; }
      #service__detail .review-score .box {
        gap: 15px;
        margin-top: 30px; }
        #service__detail .review-score .box dl {
          font-size: 10px;
          line-height: 13px;
          padding: 8px 10px 12px 30px; }
          #service__detail .review-score .box dl dd .cl-yellow {
            font-size: 29px;
            line-height: 30px; }
          #service__detail .review-score .box dl dd .h-22 {
            font-size: 15px; }
        #service__detail .review-score .box .star,
        #service__detail .review-score .box .number {
          justify-content: flex-start; }
        #service__detail .review-score .box .number {
          align-items: center; }
          #service__detail .review-score .box .number dd {
            gap: 5px;
            font-size: 12px; }
    #service__detail .feature-details {
      padding: 50px 10px 0; }
      #service__detail .feature-details h3 {
        font-size: 16px;
        line-height: 24px; }
      #service__detail .feature-details .table {
        padding: 20px 0 0; }
      #service__detail .feature-details .ttl {
        width: 80%;
        background-color: #0068b6;
        border-radius: 15px 15px 0 0;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        border-bottom: 0;
        margin: 0 auto;
        padding: 5px 0; }
        #service__detail .feature-details .ttl span {
          font-size: 12px; }
      #service__detail .feature-details table th,
      #service__detail .feature-details table td {
        font-size: 10px;
        line-height: 26px;
        letter-spacing: 0;
        box-sizing: border-box;
        padding: 0; }
      #service__detail .feature-details table th {
        width: 40%;
        border-radius: 12px 0 0 12px; }
      #service__detail .feature-details table td {
        width: 60%;
        min-height: 26px;
        color: #6b7172;
        border-left: 2px solid #fff; }
        #service__detail .feature-details table td img {
          max-width: 16px; }
      #service__detail .feature-details table tr:nth-child(odd), #service__detail .feature-details table tr:nth-child(even) {
        background-color: transparent; }
      #service__detail .feature-details table tr:nth-child(odd) th,
      #service__detail .feature-details table tr:nth-child(odd) td {
        background-color: #d3edfb; }
      #service__detail .feature-details table tr:nth-child(odd) th {
        color: #0068b6; }
      #service__detail .feature-details table tr:nth-child(even) th,
      #service__detail .feature-details table tr:nth-child(even) td {
        background-color: #fff; }
      #service__detail .feature-details table tr:nth-child(even) th {
        color: #8b9ecd; }
      #service__detail .feature-details .block {
        grid-template-columns: 100%; }
        #service__detail .feature-details .block .ttl {
          background-color: #0068b6 !important; }

  body.single-post .section__cta:before {
    height: 40px; } }
/* =============================================
* プライバシーポリシー新規追加
* ============================================= */
#privacy-policy {
  padding-bottom: 80px; }
  #privacy-policy h2:before {
    display: none; }
  #privacy-policy .desc {
    line-height: 38px;
    padding-top: 20px; }
  #privacy-policy .box {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.12em;
    color: #49423e;
    padding-top: 100px; }
    #privacy-policy .box h3 {
      color: #0068b6;
      font-weight: 500;
      font-size: 21px;
      line-height: 24px;
      letter-spacing: 0.12em; }
      #privacy-policy .box h3:not(:first-child) {
        padding-top: 40px; }
    #privacy-policy .box .txt {
      padding-top: 20px; }
    #privacy-policy .box .txt-last {
      padding-top: 75px; }

@media screen and (max-width: 767px) {
  #privacy-policy {
    padding-bottom: 50px; }
    #privacy-policy h2:before {
      display: block; }
    #privacy-policy .desc {
      text-align: justify;
      line-height: 26px;
      padding-top: 40px; }
    #privacy-policy .box {
      font-size: 15px;
      padding-top: 50px; }
      #privacy-policy .box h3 {
        font-size: 16px; }
      #privacy-policy .box h3:not(:first-child) {
        padding-top: 40px; }
      #privacy-policy .box .txt {
        padding-top: 10px; }
      #privacy-policy .box .txt-last {
        padding-top: 50px; } }

/*# sourceMappingURL=contents.css.map */
