@charset "UTF-8";
h2 {
  font-size: 3.0rem;
  line-height: 1.6em;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 2.4rem; } }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 2.4rem; } }

h3 {
  font-size: 2.4rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 2.2rem; } }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 2.0rem; } }

.font-bold {
  font-weight: 700; }

.text-center {
  text-align: center; }

.mg-top {
  margin-top: 1.5em; }

.inner {
  width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .inner {
      width: 94%; } }
  @media screen and (max-width: 768px) {
    .inner {
      width: 90%; } }

/*メインビジュアル*/
.main {
  background-image: url("../images/zumen_orange.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 160px 0 60px;
  text-align: justify;
  margin-top: -72px; }
  @media screen and (max-width: 1100px) {
    .main {
      background-size: 600px;
      background-position: right -100px center;
      padding: 100px 0 50px;
      margin-top: -70px; } }
  @media screen and (max-width: 768px) {
    .main {
      background-size: 500px;
      background-position: right -150px center; } }
  .main .main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
    .main .main-box .main-box-in {
      width: 550px; }
      @media screen and (max-width: 768px) {
        .main .main-box .main-box-in {
          width: 100%; } }
      .main .main-box .main-box-in h1 {
        font-size: 4.0rem;
        font-weight: 700;
        margin-bottom: 0.7em; }
        @media screen and (max-width: 768px) {
          .main .main-box .main-box-in h1 {
            font-size: 3.2rem; } }
        @media screen and (max-width: 480px) {
          .main .main-box .main-box-in h1 {
            font-size: 2.5rem; } }
      .main .main-box .main-box-in .en-title {
        color: #FFB423;
        font-weight: 700;
        font-size: 1.8rem;
        background-image: url("../images/arrow1.svg");
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: left top 11px;
        padding-left: 15px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .main .main-box .main-box-in .en-title {
            font-size: 1.6rem; } }
    @media screen and (max-width: 1100px) {
      .main .main-box .btn-area {
        margin-top: 30px; } }
    .main .main-box .btn-area .btn {
      text-align: center; }
      .main .main-box .btn-area .btn a {
        width: 280px;
        display: inline-block;
        box-sizing: border-box;
        background: #37C92B;
        background-image: url("../images/icon-arrow.svg");
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: right 15px center;
        border-radius: 30px;
        padding: 14px 50px 14px 20px;
        color: #FFF;
        font-weight: 700;
        font-size: 1.4rem; }
        @media screen and (max-width: 768px) {
          .main .main-box .btn-area .btn a {
            width: 100%;
            font-size: 1.4rem; } }

.img-area {
  position: relative; }
  .img-area::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 0%;
    z-index: 10;
    display: block;
    height: 20px;
    background-size: 20px 100%;
    background-image: linear-gradient(135deg, #FFF 25%, transparent 25%), linear-gradient(225deg, #FFF 25%, transparent 25%);
    background-position: 0 0; }

.feature, .worries, .point, .case, .flow, .faq, .company {
  padding: 100px 0; }
  @media screen and (max-width: 1100px) {
    .feature, .worries, .point, .case, .flow, .faq, .company {
      padding: 80px 0; } }
  @media screen and (max-width: 768px) {
    .feature, .worries, .point, .case, .flow, .faq, .company {
      padding: 60px 0; } }
  @media screen and (max-width: 480px) {
    .feature, .worries, .point, .case, .flow, .faq, .company {
      padding: 40px 0; } }
  .feature h2, .worries h2, .point h2, .case h2, .flow h2, .faq h2, .company h2 {
    font-size: 4.0rem; }
    @media screen and (max-width: 768px) {
      .feature h2, .worries h2, .point h2, .case h2, .flow h2, .faq h2, .company h2 {
        font-size: 3.4rem; } }
    @media screen and (max-width: 480px) {
      .feature h2, .worries h2, .point h2, .case h2, .flow h2, .faq h2, .company h2 {
        font-size: 2.5rem; } }

.feature {
  background-image: url("../images/feature-bg.svg");
  background-size: cover;
  background-position: center center; }
  .feature .feature-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .feature .feature-box .feature-box-in {
      width: calc(100% - 430px); }
      @media screen and (max-width: 768px) {
        .feature .feature-box .feature-box-in {
          width: 100%; } }
      .feature .feature-box .feature-box-in h2 {
        text-align: left; }
      .feature .feature-box .feature-box-in .message {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 0.4em;
        font-weight: 700; }
        .feature .feature-box .feature-box-in .message span {
          background-color: #FFF;
          color: #FFB423;
          padding: 4px 1em; }
    .feature .feature-box figure {
      width: 400px; }
      @media screen and (max-width: 768px) {
        .feature .feature-box figure {
          width: 100%; } }

.worries {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 80px; }
  @media screen and (max-width: 1100px) {
    .worries {
      padding-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .worries {
      padding-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .worries {
      padding-bottom: 20px; } }
  .worries h2 {
    width: 90%;
    margin: 0 auto 1em; }
    .worries h2 span {
      border-bottom: 1px solid #000; }
  .worries .worries-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center; }
    .worries .worries-box .worries-box-in {
      width: 48%;
      background-color: #FFEE58;
      padding: 1em;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border-radius: 5px;
      margin-bottom: 20px;
      box-sizing: border-box;
      text-align: justify; }
      @media screen and (max-width: 768px) {
        .worries .worries-box .worries-box-in {
          width: 100%; } }
      .worries .worries-box .worries-box-in img {
        width: 50px; }
      .worries .worries-box .worries-box-in p {
        width: calc(100% - 60px);
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .worries .worries-box .worries-box-in p {
            font-size: 1.6rem; } }

.point {
  background: #F5F5F5;
  background-image: url("../images/zumen_gray.svg");
  background-position: left top;
  padding: 0 0 100px;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    .point {
      padding: 0 0 80px; } }
  @media screen and (max-width: 768px) {
    .point {
      padding: 0 0 60px; } }
  @media screen and (max-width: 480px) {
    .point {
      padding: 0 0 40px; } }
  .point .point-arrow {
    width: 300px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 768px) {
      .point .point-arrow {
        width: 260px;
        margin: 0 auto 50px; } }
    @media screen and (max-width: 480px) {
      .point .point-arrow {
        width: 200px;
        margin: 0 auto 40px; } }
  .point h2 {
    display: inline-block;
    padding: 5px 0.5em;
    background-color: #FFB423; }
  .point .font-color {
    font-size: 2.2rem;
    color: #FF6B00;
    font-weight: 700;
    margin-top: 1em; }
    @media screen and (max-width: 768px) {
      .point .font-color {
        font-size: 2.0rem; } }
    @media screen and (max-width: 480px) {
      .point .font-color {
        font-size: 1.8rem; } }
  .point .point-box1, .point .point-box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .point .point-box1, .point .point-box2 {
        margin-top: 60px; } }
    @media screen and (max-width: 480px) {
      .point .point-box1, .point .point-box2 {
        margin-top: 40px; } }
    .point .point-box1 .point-box-img, .point .point-box2 .point-box-img {
      width: 380px; }
      @media screen and (max-width: 768px) {
        .point .point-box1 .point-box-img, .point .point-box2 .point-box-img {
          width: 100%;
          margin-top: 20px; } }
    .point .point-box1 .point-box-info, .point .point-box2 .point-box-info {
      width: calc(100% - 410px);
      box-sizing: border-box;
      padding: 1.5em;
      background-color: #FFF;
      border-radius: 5px;
      text-align: justify; }
      @media screen and (max-width: 768px) {
        .point .point-box1 .point-box-info, .point .point-box2 .point-box-info {
          width: 100%; } }
      .point .point-box1 .point-box-info h3, .point .point-box2 .point-box-info h3 {
        border-bottom: 3px solid #FFB423;
        padding-bottom: 10px;
        margin-bottom: 15px; }
      .point .point-box1 .point-box-info .point-box-inof-point, .point .point-box2 .point-box-info .point-box-inof-point {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 10px; }
        .point .point-box1 .point-box-info .point-box-inof-point span, .point .point-box2 .point-box-info .point-box-inof-point span {
          background-color: #FFB423;
          color: #FFF;
          padding: 2px 1em; }
  .point .point-box1 {
    flex-direction: row-reverse; }
  .point .pack-box {
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 2em;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
    border-radius: 6px;
    margin: 40px 0; }
    .point .pack-box p {
      width: calc(100% - 300px); }
      @media screen and (max-width: 768px) {
        .point .pack-box p {
          width: 100%;
          margin-bottom: 1em; } }
    .point .pack-box figure {
      width: 260px; }
      @media screen and (max-width: 768px) {
        .point .pack-box figure {
          width: 100%; } }

/*制作事例*/
.case {
  background-color: #FFF;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, #EFEFEF 7px, #EFEFEF 8px); }
  .case h2 {
    margin-bottom: 0.5em;
    text-align: center; }
  .case .insta {
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .case .insta {
        margin: 40px auto; } }
    .case .insta figure {
      width: 23.5%;
      margin-bottom: 2%; }
      @media screen and (max-width: 480px) {
        .case .insta figure {
          width: 49%; } }
  .case .insta-btn {
    text-align: center; }
    .case .insta-btn a {
      border: 1px solid #FFB423;
      border-radius: 30px;
      padding: 14px 3em; }

/*導入の流れ*/
.flow {
  background-color: #F5F5F5;
  position: relative; }
  .flow::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 0%;
    z-index: 10;
    display: block;
    height: 20px;
    background-size: 20px 100%;
    background-image: linear-gradient(135deg, #FFF 25%, transparent 25%), linear-gradient(225deg, #FFF 25%, transparent 25%);
    background-position: 0 0; }
  .flow h3 {
    border-bottom: 3px solid #37C92B;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  .flow .flow-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 1.5em;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .flow .flow-box {
        padding: 1.2em;
        margin-bottom: 30px; } }
    .flow .flow-box:last-child {
      margin-bottom: 0; }
    .flow .flow-box figure {
      width: 250px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .flow .flow-box figure {
          width: 100%;
          margin-top: 20px; } }
      .flow .flow-box figure::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 0 0;
        border-color: #FFF transparent transparent transparent; }
        @media screen and (max-width: 768px) {
          .flow .flow-box figure::after {
            border-width: 30px 30px 0 0; } }
    .flow .flow-box .flow-box-in {
      width: calc(100% - 280px); }
      @media screen and (max-width: 768px) {
        .flow .flow-box .flow-box-in {
          width: 100%; } }
      .flow .flow-box .flow-box-in .step {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 10px; }
        .flow .flow-box .flow-box-in .step span.step-span {
          background-color: #37C92B;
          color: #FFF;
          padding: 2px 1em; }
      .flow .flow-box .flow-box-in span.s-text {
        color: #888;
        font-size: 1.4rem; }

/*よくある質問*/
.faq {
  background-color: #FFF; }

.qa_inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #CCC; }
  @media screen and (max-width: 1100px) {
    .qa_inner {
      width: 94%; } }
  @media screen and (max-width: 768px) {
    .qa_inner {
      width: 90%; } }

.qa_item {
  border-top: 1px solid #CCC;
  margin: 0;
  cursor: pointer;
  position: relative; }
  .qa_item:last-of-type {
    margin: 0; }
  .qa_item::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(135deg);
    border-top: 3px solid #FFA800;
    border-right: 3px solid #FFA800;
    position: absolute;
    top: 37px;
    right: 26px; }
  .qa_item.open::after {
    transform: rotate(-45deg);
    top: 37px; }
  .qa_item.open dt {
    border-radius: 10px 10px 0 0; }

.faq dl dt {
  background-image: url("../images/icon-faq.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  position: relative;
  margin: 0;
  padding: 30px 80px 30px 60px;
  font-weight: bold;
  transition: all 0.3s; }
  .faq dl dt::before {
    content: "";
    display: block;
    background-image: url("../images/icon-faq.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: 0;
    left: 0; }
.faq dl dd {
  position: relative;
  margin: 0;
  padding: 0 80px 30px 60px; }
  .faq dl dd a {
    text-decoration: underline;
    color: #4270CC; }

@media screen and (max-width: 768px) {
  .qa_inner {
    padding: 0; }

  .qa_item {
    margin: 0; }
    .qa_item::after {
      width: 10px;
      height: 10px;
      top: 27px;
      right: 20px; }
    .qa_item.open::after {
      top: 27px; }

  .faq dl dt, .faq dl dd {
    padding: 20px 40px 20px 50px; }
  .faq dl dt {
    background-size: 30px; }
  .faq dl dt::before, .faq dl dd::before {
    left: 20px; }
  .faq dl dd {
    padding-top: 0; } }
/*会社概要*/
.company {
  background-color: #FFFEF0; }
  .company h2 {
    font-size: 3.0rem; }
    @media screen and (max-width: 768px) {
      .company h2 {
        font-size: 2.4rem; } }
    @media screen and (max-width: 480px) {
      .company h2 {
        font-size: 2.2rem; } }
  .company .company-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .company .company-box .company-img-map {
      width: 40%; }
      @media screen and (max-width: 768px) {
        .company .company-box .company-img-map {
          width: 100%;
          display: flex;
          justify-content: space-between;
          margin-top: 30px; } }
      .company .company-box .company-img-map figure {
        width: 100%;
        position: relative; }
        @media screen and (max-width: 768px) {
          .company .company-box .company-img-map figure {
            width: 48.5%; } }
        .company .company-box .company-img-map figure::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 50px 50px 0 0;
          border-color: #FFFEF0 transparent transparent transparent; }
          @media screen and (max-width: 768px) {
            .company .company-box .company-img-map figure::after {
              border-width: 30px 30px 0 0; } }
      .company .company-box .company-img-map iframe {
        margin-top: 20px;
        width: 100%;
        height: 280px; }
        @media screen and (max-width: 768px) {
          .company .company-box .company-img-map iframe {
            width: 48.5%;
            height: auto;
            margin-top: 0; } }
    .company .company-box .company-info {
      width: 55%; }
      @media screen and (max-width: 768px) {
        .company .company-box .company-info {
          width: 100%; } }
      .company .company-box .company-info dl {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #CCC; }
        .company .company-box .company-info dl dt, .company .company-box .company-info dl dd {
          width: 6em;
          padding: 20px 10px;
          border-top: 1px solid #CCC; }
        .company .company-box .company-info dl dd {
          width: calc(100% - 6em); }

/*お客様への想い*/
.thought {
  background-image: url("../images/footer_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 80px 0; }
  @media screen and (max-width: 1100px) {
    .thought {
      background-image: none;
      padding: 40px 0 0; } }
  .thought .thought-box {
    width: 42%; }
    @media screen and (max-width: 1100px) {
      .thought .thought-box {
        width: 100%;
        margin-bottom: 40px; } }
    .thought .thought-box h2 {
      text-align: left; }
    .thought .thought-box .font-bold {
      margin-top: 2em; }
  .thought .sub-img {
    display: none; }
    @media screen and (max-width: 1100px) {
      .thought .sub-img {
        display: block; } }

/*問い合わせ*/
.f-contact {
  background-color: #FFB423;
  background-image: url("../images/fcontact-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .f-contact .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 80px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1100px) {
      .f-contact .inner {
        width: 94%; } }
    @media screen and (max-width: 768px) {
      .f-contact .inner {
        width: 90%;
        padding: 40px 0 40px; } }
    @media screen and (max-width: 480px) {
      .f-contact .inner {
        width: 90%;
        padding: 30px 0 30px; } }
    .f-contact .inner .tel, .f-contact .inner .mail {
      width: 48%;
      padding: 2.0em 1.0em;
      box-sizing: border-box;
      background-color: #FFF;
      font-size: 1.6rem;
      border-radius: 8px;
      box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 768px) {
        .f-contact .inner .tel, .f-contact .inner .mail {
          width: 100%;
          margin-bottom: 15px; } }
      .f-contact .inner .tel .icon, .f-contact .inner .mail .icon {
        width: 80px;
        margin: 0 auto 1.5em; }
      .f-contact .inner .tel .title, .f-contact .inner .mail .title {
        text-align: center;
        font-weight: 700;
        font-size: 2.0rem;
        margin-bottom: 1em; }
      .f-contact .inner .tel .btn, .f-contact .inner .mail .btn {
        margin: 1em 0 0;
        text-align: center; }
        .f-contact .inner .tel .btn a, .f-contact .inner .mail .btn a {
          width: 85%;
          display: inline-block;
          box-sizing: border-box;
          background: #37C92B;
          background-image: url("../images/icon-arrow.svg");
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: right 15px center;
          border-radius: 30px;
          padding: 14px 50px 14px 20px;
          color: #FFF;
          font-weight: 700;
          font-size: 1.8rem; }
          @media screen and (max-width: 1100px) {
            .f-contact .inner .tel .btn a, .f-contact .inner .mail .btn a {
              width: 95%; } }
          @media screen and (max-width: 768px) {
            .f-contact .inner .tel .btn a, .f-contact .inner .mail .btn a {
              width: 100%;
              font-size: 1.6rem; } }
      .f-contact .inner .tel .t-tel, .f-contact .inner .mail .t-tel {
        text-align: center;
        font-family: 'Roboto', sans-serif; }
        .f-contact .inner .tel .t-tel a, .f-contact .inner .mail .t-tel a {
          background-image: url("../images/icon-tel.svg");
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: left top 5px;
          font-size: 3.4rem;
          font-weight: 700;
          color: #37C92B;
          padding-left: 40px; }
          @media screen and (max-width: 1100px) {
            .f-contact .inner .tel .t-tel a, .f-contact .inner .mail .t-tel a {
              font-size: 2.8rem;
              background-position: left top 6px; } }
          @media screen and (max-width: 768px) {
            .f-contact .inner .tel .t-tel a, .f-contact .inner .mail .t-tel a {
              font-size: 2.4rem;
              background-size: 26px;
              padding-left: 34px; } }
      .f-contact .inner .tel .reception, .f-contact .inner .mail .reception {
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.4em;
        color: #888; }
    .f-contact .inner .tel .title {
      margin-bottom: 0px; }
      @media screen and (max-width: 1100px) {
        .f-contact .inner .tel .title {
          margin-bottom: 5px; } }

.holiday {
  width: 1024px;
  margin: 0 auto 20px;
  background-color: #FFF;
  border: 2px solid #ff0004;
  padding: 30px 20px;
  text-align: center;
  line-height: 1.8em;
  color: #ff0004;
  font-weight: 700; }
  @media screen and (max-width: 1100px) {
    .holiday {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .holiday {
      padding: 20px 15px;
      text-align: justify; } }
  .holiday span {
    font-size: 1.3em;
    line-height: 1.6em; }
