@charset "UTF-8";
@font-face {
  font-family: "A1GothicStd-Bold";
  src: url("../font/A1GothicStd-Bold.woff") format("woff");
  src: url("../font/A1GothicStd-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "A1GothicStdN";
  src: url("../font/AP-OTF-A1GothicStd-Bold.otf") format("OpenType");
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica-Bold.otf") format("OpenType");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 1.6;
  background: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3965C3;
}

.wrap {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 1200px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    display: block;
    pointer-events: painted;
  }
}

/*デバイスごとの表示切り替え*/
@media (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .pctab-only {
    display: none;
  }
}

.tab-below {
  display: none;
}
@media (max-width: 1199px) {
  .tab-below {
    display: block;
  }
}

@media (min-width: 1200px) {
  .tab-only {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tab-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*************************************************************************************
共通 余白・幅
**************************************************************************************/
.section {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.common-width {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .common-width {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .common-width {
    width: 92%;
  }
}

/*************************************************************************************
セクションタイトル
**************************************************************************************/
.section-title {
  font-weight: bold;
}

.section-title__lead {
  background-color: #EEBD2C;
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid #3965C3;
  border-radius: 0 50px 50px 0;
  padding: 5px 20px;
  margin-bottom: -3px;
}
@media (max-width: 1199px) {
  .section-title__lead {
    font-size: 20px;
  }
}

.section-title__main {
  font-size: 32px;
  letter-spacing: 0.001em;
}
@media (max-width: 1199px) {
  .section-title__main {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-title__main {
    font-size: 18px;
  }
}
.section-title__main span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid #3965C3;
  padding: 10px 25px;
  margin-bottom: -3px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .section-title__main span {
    padding: 10px 10px;
  }
}

/*************************************************************************************
フッター
**************************************************************************************/
.footer {
  background-color: #0154A7;
  color: #ffffff;
}

.footer__wrap {
  display: block;
  max-width: 1680px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0;
}

.footer__logo a {
  display: block;
  width: 280px;
}
@media (max-width: 767px) {
  .footer__logo a {
    width: 90%;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .footer__nav {
    display: block;
    margin-top: 40px;
  }
}
.footer__nav li a {
  font-size: 12px;
  color: #99bbdc;
  text-decoration: none;
}
.footer__nav li a span {
  font-size: 10px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .footer__nav li a {
    display: block;
    margin-bottom: 10px;
  }
}

.footer_copy {
  display: block;
  margin-top: 30px;
  color: #99bbdc;
}
@media (max-width: 767px) {
  .footer_copy {
    margin-top: 40px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

/*************************************************************************************
追従ボタン(PC)
**************************************************************************************/
.follow-btn--red a {
  position: fixed;
  top: 120px;
  right: 0;
  width: 120px;
  height: 120px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .follow-btn--red a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .follow-btn--red a {
    display: none;
  }
}

.follow-btn--blue a {
  position: fixed;
  top: 240px;
  right: 0;
  width: 120px;
  height: 120px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .follow-btn--blue a {
    top: 220px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .follow-btn--blue a {
    display: none;
  }
}

/*************************************************************************************
追従ボタン(スマホ)
**************************************************************************************/
.follow-btns--sp {
  display: none;
}
@media (max-width: 767px) {
  .follow-btns--sp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    right: 0;
    left: 0;
  }
}

.follow-btn--sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
}
.follow-btn--sp a img {
  margin-right: 5px;
}

.follow-btn-red a {
  background-color: #CC5637;
}
.follow-btn-red a img {
  width: 20px;
}

.follow-btn-blue a {
  background-color: #5BA0DC;
}
.follow-btn-blue a img {
  width: 28px;
}

/*************************************************************************************
ファーストビュー
**************************************************************************************/
.fv {
  background: url(../img/fv/fv-bg.jpg) no-repeat center/100% 100vh;
  position: relative;
  height: 100vh;
}
@media (max-width: 767px) {
  .fv {
    background: url(../img/fv/fv-bg-sp.jpg) no-repeat center/100% 100vh;
    overflow: hidden;
  }
}

.fv__contents {
  position: absolute;
  top: 20%;
  left: 8.2%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .fv__contents {
    top: 12%;
    left: 4%;
  }
}
@media (max-width: 767px) {
  .fv__contents {
    width: 95%;
    top: 5%;
  }
}
.fv__contents h1 {
  font-size: clamp(36px, 4vw, 40px);
  font-family: "A1GothicStdN";
  font-weight: 500;
}
@media (max-width: 1199px) {
  .fv__contents h1 {
    font-size: clamp(36px, 5vw, 36px);
  }
}
@media (max-width: 767px) {
  .fv__contents h1 {
    font-size: clamp(28px, 5vw, 36px);
  }
}
.fv__contents h1 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid #3965C3;
  padding: 3px 8px;
  margin-bottom: -3px;
}
.fv__contents h1 .orange {
  background-color: #EEBD2C;
}
.fv__contents h1 .white {
  background-color: #ffffff;
}
.fv__contents h1 .en {
  font-family: "Helvetica";
  display: inline;
  border: none !important;
}
.fv__contents .fv-logo {
  width: 32%;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .fv__contents .fv-logo {
    max-width: 620px;
    width: 60%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .fv__contents .fv-logo {
    display: none;
  }
}
@media (max-width: 1199px) {
  .fv__contents .fv-logo img {
    padding: 10px;
  }
}

.fv__img {
  position: absolute;
  max-width: 975px;
  width: 50%;
  bottom: 5%;
  right: 6.2%;
}
@media (max-width: 1199px) {
  .fv__img {
    width: 60%;
    bottom: 2%;
    right: 3%;
  }
}
@media (max-width: 767px) {
  .fv__img {
    max-width: 500px;
    width: 90%;
    right: -7%;
    bottom: 6%;
  }
}

/*************************************************************************************
よくあるお悩み
**************************************************************************************/
.problem {
  background: url(../img/problem/problem-bg.jpg) no-repeat center/cover;
  margin-top: -3px;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .problem {
    background: url(../img/problem/problem-bg-sp.jpg) no-repeat center/cover;
  }
}

.problem__title {
  font-size: 32px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .problem__title {
    position: static;
  }
}
.problem__title::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #3965C3;
  width: 5px;
  height: 60px;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media (max-width: 767px) {
  .problem__title::before {
    display: none;
  }
}
.problem__title::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #3965C3;
  width: 5px;
  height: 60px;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media (max-width: 767px) {
  .problem__title::after {
    display: none;
  }
}

.problem__img {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .problem__img {
    width: 100%;
  }
}
.problem__img img {
  margin-bottom: -6px;
}

/*************************************************************************************
両備システムズが解決
**************************************************************************************/
@media (max-width: 1199px) {
  .solution__container {
    max-width: 700px;
  }
}

.solution__wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .solution__wrap {
    margin-top: 40px;
  }
}

.solution__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .solution__article {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .solution__article {
    margin-top: 40px;
  }
}

.solution__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.solution__contents {
  width: calc(100% - 580px);
}
@media (max-width: 1199px) {
  .solution__contents {
    width: 100%;
  }
}
.solution__contents h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .solution__contents h3 {
    gap: 10px;
  }
}
.solution__contents h3 .solution__num {
  font-family: "Oswald", sans-serif;
  background-color: #3965C3;
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  border-radius: 50%;
  padding: 10px 25px;
  height: 100px;
}
@media (max-width: 767px) {
  .solution__contents h3 .solution__num {
    font-size: 36px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 20px;
  }
}
.solution__contents h3 .solution__lead {
  font-size: 30px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .solution__contents h3 .solution__lead {
    font-size: 24px;
  }
}
.solution__contents p {
  margin-top: 30px;
  line-height: 180%;
}

.solution__img {
  width: 520px;
}
@media (max-width: 1199px) {
  .solution__img {
    width: 100%;
  }
}
.solution__img figcaption {
  font-size: 12px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .solution__img1, .solution__img3 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

/*************************************************************************************
キントーンとは
**************************************************************************************/
.about {
  background-color: #FDF9D3;
}

.about__lead {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.about__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 50px;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .about__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.about__wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #3965C3;
}
@media (max-width: 767px) {
  .about__wrap::after {
    height: 100%;
    width: 1px;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .about__box {
    border-bottom: 1px solid #3965C3;
  }
}
.about__box h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about__box h3 {
    font-size: 14px;
  }
}
.about__box figure {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.about__box:nth-child(2) {
  border-right: 1px solid #3965C3;
  border-left: 1px solid #3965C3;
}
@media (max-width: 767px) {
  .about__box:nth-child(2) {
    border-right: none;
    border-left: none;
  }
}
.about__box:nth-child(5) {
  border-right: 1px solid #3965C3;
  border-left: 1px solid #3965C3;
}
@media (max-width: 767px) {
  .about__box:nth-child(5) {
    border-right: none;
    border-left: none;
  }
}

/*************************************************************************************
提供サービスメニュー
**************************************************************************************/
.service__article {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .service__article {
    margin-top: 40px;
  }
}
.service__article h3 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .service__article h3 {
    font-size: 24px;
  }
}
.service__article h3 span {
  font-size: 15px;
  margin-right: 10px;
  color: #EEBD2C;
}
.service__article p {
  font-size: 16px;
  margin: 20px 0;
}
.service__article .service__article__list li {
  list-style: disc;
  list-style-position: inside;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 180%;
  margin-left: 15px;
  white-space: nowrap;
}
.service__article .service__article__list li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #EEBD2C));
  background: linear-gradient(transparent 80%, #EEBD2C 0%);
  margin-left: -10px;
}

.service__Illustration1 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  .service__Illustration1 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: -80px;
  }
}
.service__Illustration1 li {
  display: grid;
}
@media (max-width: 767px) {
  .service__Illustration1 li {
    margin-bottom: 80px;
  }
}
.service__Illustration1 li h4 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 27px;
  text-align: center;
  line-height: 140%;
  margin-top: 20px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
}
@media (max-width: 1199px) {
  .service__Illustration1 li h4 {
    font-size: 20px;
  }
}
.service__Illustration1 li ul {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 192px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .service__Illustration1 li ul {
    width: 90%;
  }
}
.service__Illustration1 li ul li {
  border-bottom: 1px solid #3965C3;
  background-color: transparent !important;
  font-size: 17px;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .service__Illustration1 li ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service__Illustration1 li ul li {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.service__Illustration1 li ul li:first-child {
  border-top: 1px solid #3965C3;
}
.service__Illustration1 li img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -80px;
}
@media (max-width: 1199px) {
  .service__Illustration1 li img {
    width: 100px;
  }
}
.service__Illustration1 li:nth-child(odd) {
  background-color: #E1E8F6;
}
.service__Illustration1 li:nth-child(2n) {
  background-color: #FAEFDB;
}

.service__Illustration2 {
  margin-top: 40px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.service__Illustration3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .service__Illustration3 {
    display: block;
  }
}
.service__Illustration3 li {
  width: 30%;
  display: grid;
}
@media (max-width: 1199px) {
  .service__Illustration3 li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .service__Illustration3 li {
    width: 100%;
  }
}
.service__Illustration3 li:not(:last-child) {
  position: relative;
}
@media (max-width: 767px) {
  .service__Illustration3 li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.service__Illustration3 li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 25px;
  right: -40px;
  width: 40px;
  height: 5px;
  background: url(../img/service/service-article3-circle.png) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .service__Illustration3 li:not(:last-child)::after {
    display: none;
  }
}
.service__Illustration3 li h4 {
  font-size: 22px;
  background-color: #EEBD2C;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
}
.service__Illustration3 li p {
  height: 60px;
  font-size: 16px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.service__Illustration3 li img {
  display: block;
  width: 148px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -8px;
}

/*************************************************************************************
導入実績/ソリューション
**************************************************************************************/
.case {
  background-color: #FAEFDB;
}

.case__article {
  background-color: #ffffff;
  margin-top: 60px;
  padding: 80px;
  display: grid;
  position: relative;
}
@media (max-width: 1199px) {
  .case__article {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .case__article {
    padding: 40px 20px;
    padding-top: 80px;
    margin-top: 40px;
  }
}
.case__article h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 32px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .case__article h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .case__article h3 {
    font-size: 20px;
  }
}
.case__article h3 span {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #F8E94F));
  background: linear-gradient(transparent 75%, #F8E94F 0%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  line-height: 150%;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .case__article h3 span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .case__article h3 span {
    font-size: 20px;
    background: none;
    color: #EEBD2C;
  }
}
.case__article span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #3965C3;
}
@media (max-width: 767px) {
  .case__article span {
    font-size: 18px;
  }
}
.case__article span small {
  padding-left: 10px;
}
.case__article p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 16px;
  margin-top: 30px;
}
.case__article .case__illustration {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 30px;
}
.case__article .case__app {
  position: absolute;
  top: -12px;
  right: 20px;
  width: 180px;
}
@media (max-width: 1199px) {
  .case__article .case__app {
    width: 130px;
    top: -6px;
  }
}
@media (max-width: 767px) {
  .case__article .case__app {
    width: 110px;
    right: 10px;
  }
}

.case1__illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .case1__illustration {
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .case1__illustration {
    display: block;
  }
}
.case1__illustration ul {
  width: calc(100% - 390px);
}
@media (max-width: 1199px) {
  .case1__illustration ul {
    width: 100%;
  }
}
.case1__illustration ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.case1__illustration ul li span {
  border-bottom: none;
  background-color: #EEBD2C;
  padding: 0px 15px 2px 15px;
  font-size: 25px;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .case1__illustration ul li span {
    font-size: 18px;
    padding: 1px 10px;
  }
}
.case1__illustration ul li .case__li__text h4 {
  font-size: 23px;
}
@media (max-width: 767px) {
  .case1__illustration ul li .case__li__text h4 {
    font-size: 18px;
  }
}
.case1__illustration ul li .case__li__text p {
  margin-top: 0;
}
.case1__illustration figure {
  width: 390px;
}
@media (max-width: 1199px) {
  .case1__illustration figure {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .case1__illustration figure {
    width: 100%;
  }
}

.case3__illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .case3__illustration {
    display: block;
  }
}
.case3__illustration figure figcaption {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 50px;
  font-weight: bold;
}
.case3__illustration figure:first-of-type {
  margin-bottom: 30px;
}
.case3__illustration figure:first-of-type figcaption {
  background-color: #E1E8F6;
  color: #3965C3;
}
.case3__illustration figure:last-of-type figcaption {
  background-color: #3965C3;
  color: #ffffff;
}

/*************************************************************************************
料金について
**************************************************************************************/
.plan__lead {
  font-size: 16px;
  margin-top: 40px;
  font-weight: 400;
}
.plan__lead a {
  text-decoration: none;
  color: #EEBD2C;
}

@media (max-width: 767px) {
  .plan__table__wrap {
    overflow-x: scroll;
  }
}

.plan__table {
  margin-top: 40px;
  border-collapse: collapse;
  border-color: #3965C3;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .plan__table {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .plan__table {
    width: 100%;
    white-space: nowrap;
  }
}
.plan__table th {
  font-size: 16px;
  text-align: left;
  border-left: 1px solid #ffffff;
  padding: 25px 0;
}
@media (max-width: 1199px) {
  .plan__table th {
    font-size: 16px;
    padding: 15px 10px;
  }
}
.plan__table td {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.plan__table td:nth-child(3) {
  background-color: #FAEFDB;
}
@media (max-width: 767px) {
  .plan__table td {
    padding: 15px;
  }
}

.plan__course th {
  text-align: center;
  background-color: #F8E94F;
  width: 270px;
  padding: 10px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-radius: 20px 20px 0 0;
}
.plan__course th:first-child {
  background-color: #ffffff;
}
.plan__course th:nth-child(3) {
  background-color: #EEBD2C;
}
@media (max-width: 1199px) {
  .plan__course th {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .plan__course th {
    min-width: 270px;
  }
}

.plan__price td {
  padding-top: 10px;
  display: table-cell;
  vertical-align: top;
}
.plan__price td .text-left {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left !important;
  padding: 15px 0;
}

.font-12 {
  font-size: 12px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .font-12 {
    display: block;
    white-space: wrap !important;
    text-align: left !important;
  }
}

.font-15 {
  font-size: 15px;
  line-height: 100%;
}

.font-30 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  line-height: 100%;
}

.font-60 {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  line-height: 100%;
}

.table__btn {
  display: block;
  color: #ffffff;
  background-color: #3965C3;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  text-decoration: none;
  line-height: 120%;
  padding: 10px;
  margin-top: 15px;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .table__btn {
    font-size: 14px;
  }
}

/*************************************************************************************
資料ダウンロード
**************************************************************************************/
.download {
  background-color: #E1E8F6;
}

@media (max-width: 1199px) {
  .downroad__container {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .downroad__container {
    width: 84%;
  }
}

.section-title__sub {
  font-size: 32px;
  background-color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  border: 3px solid #3965C3;
}

.download__lead {
  margin-top: 40px;
  font-size: 16px;
}

.download__wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .download__wrap {
    display: block;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}

.download__item a {
  text-decoration: none;
  width: 500px;
}
@media (max-width: 767px) {
  .download__item a {
    width: 100%;
  }
  .download__item a:not(:last-child) {
    margin-bottom: 40px;
  }
}
.download__item a figure {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.download__item a figure img {
  width: 100%;
  aspect-ratio: 2/1.2;
}
.download__item a p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  height: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .download__item a p {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.download__btn {
  display: block;
  font-size: 20px;
  background-color: #EEBD2C;
  padding: 10px;
  width: 237px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .download__btn {
    width: 100%;
  }
}

/*************************************************************************************
無料トライアル
**************************************************************************************/
.trial {
  background-color: #DEECF8;
}

@media (max-width: 1199px) {
  .trial__container {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .trial__container {
    width: 84%;
  }
}
.trial__container small {
  display: block;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .trial__container small {
    margin-top: 20px;
  }
}

.trial__lead {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.download-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 160px;
}
@media (max-width: 1199px) {
  .download-btn__wrap {
    display: block;
  }
}

.trial__btn {
  margin: 40px 0;
}
@media (min-width: 1200px) {
  .trial__btn {
    position: relative;
  }
  .trial__btn::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -80px;
    width: 1px;
    height: 80px;
    background-color: #3965C3;
  }
}
.trial__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 350px;
  text-align: center;
  background-color: #5BA0DC;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  padding: 10px;
}
@media (max-width: 767px) {
  .trial__btn a {
    width: 100%;
  }
}
.trial__btn a img {
  width: 48px;
}
@media (max-width: 767px) {
  .trial__btn a img {
    width: 40px;
  }
}

.trial__caption {
  color: #3965C3;
  font-size: 16px;
  font-weight: 400;
}
.trial__caption a {
  color: #EEBD2C;
  text-decoration: underline;
}

/*************************************************************************************
お問い合わせ
**************************************************************************************/
.contact {
  background-color: #eff3fa;
  padding: 60px 0;
  color: #4d4d4d;
}

.contact__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
}
@media (max-width: 767px) {
  .contact__title {
    text-align: center;
  }
}
.contact__title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  width: 18px;
  height: 3px;
  background-color: #4d4d4d;
}
@media (max-width: 767px) {
  .contact__title::before {
    display: none;
  }
}
.contact__title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  width: 18px;
  height: 3px;
  background-color: #4d4d4d;
}
@media (max-width: 767px) {
  .contact__title::after {
    display: none;
  }
}

.contact__wrap {
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .contact__wrap {
    display: block;
    border: none;
  }
}
.contact__wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #4d4d4d;
}
@media (max-width: 1199px) {
  .contact__wrap::after {
    display: none;
  }
}

.contact__tel {
  width: 450px;
  text-align: center;
}
@media (max-width: 1199px) {
  .contact__tel {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4d4d4d;
  }
}
@media (max-width: 767px) {
  .contact__tel {
    max-width: 450px;
    width: 90%;
  }
}
.contact__tel h3 {
  font-size: 16px;
}
.contact__tel p {
  background-color: #ffffff;
  padding: 2px;
  border: 1px solid #4d4d4d;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact__tel p {
    max-width: 450px;
    width: 90%;
  }
}
.contact__tel a {
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  display: block;
  font-size: 40px;
}
.contact__tel small {
  line-height: 100%;
  font-size: 12px;
}

.contact__web {
  width: 450px;
  text-align: center;
}
@media (max-width: 1199px) {
  .contact__web {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .contact__web {
    max-width: 450px;
    width: 100%;
  }
}
.contact__web h3 {
  font-size: 16px;
}
.contact__web a {
  display: block;
  background-color: #eebd2c;
  color: #3965C3;
  text-decoration: none;
  padding: 8px;
  border-radius: 50px;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .contact__web a {
    margin-top: 30px;
    max-width: 450px;
    width: 80%;
  }
}

/*************************************************************************************
kintonen連携ソリューション(R8.0401追加)
**************************************************************************************/
.service__label {
  font-size: 24px;
}

.service1__top {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 767px){
  .service1__top{
    flex-direction: column;
    gap: 0;
  }
}

.service1__group {
  margin-top: 30px;
}

@media (max-width: 767px){
  .service1__group{
    margin-top: 15px;
  }
}

.service1__group h5{
  color: #ffffff;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 10px;
}

.service1__group .service1__box {
  padding: 15px;
}

@media (max-width: 1199px){
  .service1__group .service1__box{
    padding: 12px;
  }
}

@media (max-width: 767px){
  .service1__group .service1__box{
    padding: 10px;
  }
}

.service1__group strong{
  display: block;
  text-align: center;
}

@media (max-width: 767px){
  .service1__group strong{
    white-space: nowrap;
  }
}

.service1__group img{
  display: block;
  width: 100%;
  aspect-ratio: 200 / 181;
  object-fit: cover;
}
@media (max-width: 767px){
  .service1__group img{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

.service1__group p{
  margin: 0;
  min-height: 100px;
}

@media (max-width: 767px){
  .service1__group p{
    font-size: 15px;
    min-height: auto;
  }
}

@media (max-width: 767px){
  .service1__group1 {
    width: 50%;
  }
}

.service1__container {
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  gap: 15px;
}

@media (max-width: 767px){
  .service1__container {
    grid-template-columns: repeat(2 , 1fr);
    gap: 10px;
  }
}

.service1__group4 h5{
  color: #3965C3;
}

.service2 {
  margin-top: 40px;
}

.service2__dl{
  max-width: 600px;
  width: 100%;
}

.service2__dl dt{
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 10px;
}

.service2__dl dd{
  margin: 0;
  border-top: 1px solid #3965C3;
}

.service2__dl dd ul{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  max-width: 500px;
}

@media (max-width: 767px){
  .service2__dl dd ul{
    gap: 0 15px; 
  }
}

.service2__dl dd ul li{
  padding: 6px 0;
}

.service2__images {
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 30px;
  margin-top: 60px;
}
.service2__images figure{
  font-weight: 600;
}

@media (max-width: 767px){
  .service2__images{
    grid-template-columns: 1fr;
  }
}

.service__btn a{
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  text-decoration: none;
  padding: 20px 40px;
  padding-right: 70px;
  background-color: #3965c3;
  color: #ffffff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.service__btn a::after{
  position: absolute;
  content: "▶︎";
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 767px){
  .service__btn a{
    padding: 5px 30px;
    padding-right: 50px;
  }
  .service__btn a::after{
    font-size: 12px;
    right: 20px;
  }
}


/* boxごとのスタイル */
.service1__group1 h5{
  background-color: #3965c3;
}

.service1__group1 .service1__box{
  background-color: #e1e8f6;
}

.service1__group2 h5{
  background-color: #71af42;
}

.service1__group2 .service1__container{
  grid-template-columns: repeat(3 , 1fr);
}
@media (max-width: 767px){
  .service1__group2 .service1__container{
      grid-template-columns: repeat(2 , 1fr);
    }
}

.service1__group2 .service1__box{
  background-color: #eaf3e3;
}

.service1__group3 h5{
  background-color: #dd960f;
}

.service1__group3 .service1__box{
  background-color: #f8eacf;
}

.service1__group4 h5{
  background-color: #f8e94f;
}

.service1__group4 .service1__box{
  background-color: #fdf9d3;
}


