@charset "UTF-8";

header {
  width: 100% !important;
  transform: initial !important;
}

/* TOPページスタイル */
.page-header {
  width: 100%;
}

section.fv {
  margin-top: 80px;
}

html.is-smooth-scroll {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

.contents-wrapper {
  overflow: hidden;
}

.py-10 * {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

@media screen and (max-width: 768px) {
  .py-10 * {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-10 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .px-20 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/* @media screen and (max-width: 1400px) and (min-width: 1301px) {
    section.fv {
        margin-top: 60px;
    }
} */

.sec_wrap.fv {
  position: relative;
  background: url(../images/fv.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 520px;
}

.fv_con {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

@media screen and (max-width: 768px) {

  .fv_con,
  .gen .fv_con {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    height: 520px;
  }

  .cx .fv_con {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-200px);
    width: 100%;
    height: 520px;
  }
}


.fv_mainMessage .h1 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 30px;
}

.fv_mainMessage {
  padding-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.fv_mainMessage.gen,
.fv_mainMessage.cx {
  padding-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {

  .fv_mainMessage.gen,
  .fv_mainMessage.cx {
    padding-top: 30px;
    margin-bottom: 40px;
    text-align: left;
  }
}

.fv_mainMessage_txt {
  margin-bottom: 5px;
}

.fv_mainMessage_note {
  padding-top: 35px;
  font-size: 12px;
}

.fv_mainMessage_note_cx {
  padding-top: 35px;
  font-size: 12px;
}

.fv_mainMessage_cvBtn {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
}

.hp_blueBtn_transition {
  background: #173fa5;
  border: solid 2px #173fa5;
  color: #fff;
  border-radius: 40px;
  position: relative;
  transition: 1s;
  z-index: 1;
  overflow: hidden;
}

.fv_mainMessage_cvBtn a {
  display: block;
  padding: 10px 60px;
  box-sizing: border-box;
  font-size: 24px;
}

@media screen and (min-width: 1700px) {
  .fv_mainMessage .h1 {
    margin: 0 0 40px;
  }

  .fv_mainMessage_cvBtn {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1300px) {

  /* section.fv {
    margin-top: 4%;
  } */
  .fv_mainMessage .h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .fv_mainMessage {
    font-size: 14px;
    line-height: 1.8;
  }

  .fv_mainMessage_note {
    padding-top: 30px;
  }

  .fv_mainMessage_cvBtn {
    padding-top: 15px;
  }

  .fv_mainMessage_cvBtn a {
    font-size: 18px;
    padding: 15px 50px;
  }

  .cxItem.item03 h4 span {
    font-size: 32px;
  }
}

@media screen and (max-width: 1000px) {
  .fv_mainMessage {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 12px;
  }

  .fv_mainMessage .h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .fv_mainMessage_note {
    font-size: 10px;
  }

  .fv_mainMessage_cvBtn {
    padding-top: 10px;
  }

  .fv_mainMessage_cvBtn a {
    font-size: 16px;
    padding: 10px 40px;
  }
}

/* スライダー全体 */
.implementingCompany_sliderWrap {
  display: flex;
  /* スライドのグループを横並び */
  margin: 50px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .implementingCompany_sliderWrap {
    margin: 30px 0;
  }
}

/* スライド3枚のグループ */
.implementingCompany_slider {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex;
  column-gap: 30px;
  padding: 0 30px 0 0;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.sec_ttl {
  padding-top: 80px;
}

.sec_ttl h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  /* margin: 0 0 40px; */
  margin: 0 0 20px;
}

.attentionBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  padding-top: 20px;
  margin-bottom: 40px;
}

.attentionItem {
  width: calc((100% - 160px) / 3);
}

.attentionItem p {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2;
}

.sec_wrap.solution {
  background: url("../images/solution_conImg.png") no-repeat;
  background-size: 40%;
  background-position: 100% 110%;
}

.sec_ttl.solution h2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.solution_ttlImg {
  max-width: 175px;
  padding-top: 4px;
}

.solution_conBox {
  margin-bottom: 40px;
  padding-bottom: 100px;
}

.solution_conTxt {
  line-height: 1.7;
}

.solution_conTxt h3 {
  font-size: 36px;
  font-weight: 600;
  color: #173fa5;
  margin-bottom: 20px;
}

.reasonBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding-top: 40px;
  margin-bottom: 40px;
}

.reasonItem {
  width: calc((100% - 133px) / 3);
  border-right: solid 1px #e0e0e0;
  padding-right: 25px;
  margin-right: 30px;
  font-size: 16px;
}

.reasonItem:last-child {
  border-right: none;
  padding-right: 20px;
  margin-right: 0;
}

.reasonItem h3 {
  font-size: 24px;
  font-weight: 600;
  color: #173fa5;
  padding-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.reasonItem.item02 h3 {
  font-size: 22px;
}

.reasonItem.item01 img {
  max-width: 295px;
  margin: 0 auto;
}

.reasonItem.item02 img {
  max-width: 280px;
  margin: 0 auto;
}

.reasonItem.item03 img {
  max-width: 290px;
  margin: 0 auto;
}

.feature .sec_con {
  padding: 40px 0 80px;
  margin-bottom: 40px;
}

.feature .sec_con img {
  width: 80%;
  margin: 0 auto;
}

.cvArea {
  text-align: center;
  margin-bottom: 40px;
}

.cvArea p {
  font-size: 24px;
  margin-bottom: 30px;
}

.cvArea a {
  background: #173fa5;
  color: #fff;
  padding: 25px 200px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  border-radius: 60px;
}

.hr {
  max-width: 1000px;
  margin: 80px auto 40px;
}

.sec_ttl.strongPoint p {
  font-size: 24px;
  font-weight: 400;
  padding-top: 50px;
  text-align: center;
}

.strongPoint_cx h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #173fa5;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -32px;
  padding: 20px 40px;
  background: #fff;
}

.top_video {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.top_video h2 {
  font-size: 24px;
  font-weight: 600;
  color: #173FA5;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top_video h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

.top_video_item {
  padding-top: 20px;
  width: 860px;
  height: 492px;
  margin: 0 auto;
  display: block;
}

.cx_video {
  border-top: solid 1px #173fa5;
  padding-top: 60px;
  width: 860px;
  height: 492px;
  margin: 0 auto;
  display: block;
}

.gen_video01 {
  padding-top: 20px;
  width: 860px;
  height: 492px;
  margin: 0 auto 60px;
  display: block;
}

.gen_video02 {
  padding-top: 20px;
  width: 860px;
  height: 492px;
  margin: 0 auto;
  display: block;
}

.cxArea {
  margin-top: 100px;
}

.cxBox {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  padding-top: 80px;
  border-top: 1px solid #173fa5;
}

.cxItem {
  width: calc((100% - 120px) / 3);
}

.cxItem h4 {
  font-size: 24px;
  font-weight: 600;
  color: #173fa5;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.3;
}

.cxItem.item03 h4 {
  margin-bottom: 20px;
}

.cxItem h4 span {
  font-size: 36px;
}

.cxItem img {
  max-width: 150px;
  margin: 0 auto;
}

.cx_moreBtn {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}

.cx_moreBtn a {
  display: block;
  max-width: 440px;
  margin: 0 auto;
  border: solid 3px #173fa5;
  border-radius: 50px;
  padding: 15px;
  color: #173fa5;
  font-weight: 600;
  font-size: 24px;
}

.strongPoint_function {
  padding-top: 100px;
}

.strongPoint_function h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
}

.functionBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f5f5f5;
  border-radius: 10px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 40px;
  row-gap: 40px;
  margin-bottom: 80px;
}

.functionItem {
  width: calc((100% - 40px) / 3);
}

.functionItem p {
  padding-top: 20px;
}

.function_copy {
  padding-top: 80px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.function_copy span {
  color: #173fa5;
}

.function_imglist {
  margin: 0px 0px 40px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.function_imglist .function_imgbox {
  margin: 0px;
  padding: 0px;
  width: 25%;
}

.function_imglist .function_imgbox .text {
  margin: 0px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}



.strongPoint_platform {
  padding-top: 80px;
}

.strongPoint_platform h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.strongPoint_platform_desc {
  text-align: center;
}

.strongPoint_platformBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
  padding-top: 80px;
  margin-bottom: 80px;
}

.strongPoint_platformItem {
  width: calc((100% - 160px) / 3);
  text-align: center;
}

.strongPoint_platformItem img {
  margin: 0 auto 40px;
}

.strongPoint_platformItem.item01 img {
  max-width: 130px;
}

.strongPoint_platformItem.item02 img {
  max-width: 150px;
}

.strongPoint_platformItem.item03 img {
  max-width: 150px;
}

.strongPoint_platformItem.item04 img {
  max-width: 80px;
}

.strongPoint_platformItem.item05 img {
  max-width: 75px;
}

.strongPoint_platformItem.item06 img {
  max-width: 75px;
}

.sec_con.scene {
  padding-top: 20px;
}

.slick-track {
  display: flex;
  gap: 30px;
  align-items: center;
}

.slick-initialized .slick-slide {
  display: flex;
  background: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
  align-items: flex-start;
  gap: 20px;
}

.scene_img {
  width: 100%;
  max-width: 420px;
}

.scene_desc {
  flex: 1;
  padding-top: 40px;
}

.scene_desc_ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.scene_desc_pic {
  background: #173fa5;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
}

.slick-dots li button:before {
  font-size: 10px;
  top: 20px;
}

.slick-dots li.slick-active button:before {
  color: #202020;
}

.scene_cvArea {
  padding-top: 100px;
  text-align: center;
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: 600;
}

.scene_cvTxt {
  margin-bottom: 40px;
}

.scene_cvBtn {
  display: block;
  max-width: 440px;
  margin: 0 auto;
  color: #173fa5;
  border: solid 3px #173fa5;
  border-radius: 70px;
  box-sizing: border-box;
  padding: 20px;
}

section.implementingCompany {
  margin: 50px 0;
}

.implementingCompanyFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  padding-left: initial;
}

.implementingCompanyFlex img {
  max-height: 35px;
}

.implementingCompany_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 90px;
}

.implementingCompany_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 1行目は2列 */
  row-gap: 80px;
  margin: 0 auto 90px;
  width: 100%;
}

.implementingCompany_gridItem {
  display: flex;
  align-items: center;
}

.implementingCompany_gridItem img {
  margin: 0 auto;
  width: 180px;
}

/* .implementingCompany_grid .implementingCompany_gridItem:first-of-type img {
    width: 127px;
}
.implementingCompany_grid .implementingCompany_gridItem:nth-of-type(2) img {
    width: 187px;
}
.implementingCompany_grid .implementingCompany_gridItem:nth-of-type(3) img {
    width: 137px;
}  */
.implementingCompany_grid .implementingCompany_gridItem:nth-of-type(4) img {
  width: 103px;
}

/* .implementingCompany_grid .implementingCompany_gridItem:nth-of-type(5) img {
    width: 144px;
} */
.implementingCompany_grid .implementingCompany_gridItem:nth-of-type(6) img {
  width: 196px;
}

@media screen and (max-width: 768px) {
  section.implementingCompany {
    margin: 20px 0;
  }

  .implementingCompany_grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }

  .implementingCompany_grid .implementingCompany_gridItem img {
    width: 90%;
  }

  .implementingCompany_grid .implementingCompany_gridItem:nth-of-type(4) img {
    width: 45%;
  }

  .implementingCompany_grid .implementingCompany_gridItem:nth-of-type(5) img {
    width: 77%;
  }

  .implementingCompany_grid .implementingCompany_gridItem:nth-of-type(6) img {
    width: 90%;
  }
}

/* 通常のグリッド表示 */
.partnershipCompany_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 599px) {
  .partnershipCompany_grid {
    row-gap: 40px;
    column-gap: 10px;
  }
}

.partnershipCompany_gridItem {
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnershipCompany_gridItem img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .partnershipCompany_gridItem img {
    height: 7.5vw;
  }
}

/* スライダー全体 */
.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}

/* トラックは実幅基準 */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  /* カリング抑制の補助 */
  contain: layout paint;
  /* レイヤー分離の明示（環境依存） */
}

/* スライド：余白は margin-right で統一 */
.marquee-slide {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

/* 画像 */
.marquee-slide img {
  max-height: 40px;
  width: auto;
  display: block;
  -webkit-transform: translateZ(0);
}

/* 3セット構成なので -33.333% が正解（= 1セットぶんの移動） */
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.3333%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}


section.example {
  background: #f5f5f5;
  padding: 40px 0 80px;
}

.sec_ttl.example p {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.example_improveBox {
  padding-top: 80px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.example_improveItem {
  width: calc((100% - 60px) / 2);
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}

.example_improveImg {
  max-width: 305px;
  margin: 0 auto 20px;
}

.example_improveTtl {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.example_improveTtl span {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.example_improveAct {
  display: flex;
  align-items: baseline;
  gap: 50px;
  justify-content: center;
  font-size: 36px;
}

.example_improveAct_before span {
  font-size: 50px;
}

.example_improveAct_after {
  font-size: 50px;
  position: relative;
}

.example_improveAct_after::before {
  content: "";
  width: 20px;
  height: 18px;
  background: url("../images/example_improveActArrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}

.example_improveAct_after span {
  font-size: 80px;
}

.example_treat h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.example_treatImg {
  max-width: 830px;
  margin: 0 auto;
}

.example_cvArea {
  padding-top: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.example_cvTxt {
  margin-bottom: 30px;
}

.example_cvBtn {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  background: #173fa5;
  color: #fff;
  padding: 30px;
  border-radius: 70px;
}

section.flow {
  padding-top: 60px;
}

.flowBox {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.flowItem {
  width: calc((100% - 160px) / 5);
  font-size: 14px;
  position: relative;
}

.flowItem::before {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: solid 3px #173fa5;
  border-right: solid 3px #173fa5;
  position: absolute;
  top: 85px;
  right: -25px;
  transform: translateY(-50%) rotate(-45deg);
}

.flowItem:last-child::before {
  display: none;
}

.flowItem img {
  max-width: 170px;
  /* margin: 0 auto; */
}

.flowItem h3 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 25px;
  height: 30px;
}

section.news {
  padding-top: 40px;
  /* padding-bottom: 80px; */
}

.sec_con.news {
  /* padding-top: 66px; */
}

.newsBox {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.newsItem {
  width: 100%;
}

.newsItem_link {
  display: flex;
  gap: 25px;
  align-items: center;
}

.newsItemImg {
  max-width: 190px;
  height: auto;
  background: #adadad;
}

.newsItemTxt {
  flex: 1;
}

.newsItemTxt h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.newsItemInfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.newsItemInfo_cat {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsItemInfo_cat p {
  font-size: 12px;
  color: #fff;
  background: #173fa5;
  padding: 3px 15px;
  border-radius: 30px;
}

.newsItemInfo_date p {
  font-size: 14px;
  font-weight: 400;
}

.news_cvArea {
  padding-top: 100px;
}

.news_cvBtn a {
  display: block;
  max-width: 440px;
  margin: 0 auto;
  color: #173fa5;
  background: #fff;
  border: solid 3px #173fa5;
  border-radius: 70px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}

.news_cvBtn a:hover {
  background: #173FA5;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .attentionBox {
    gap: 40px;
  }

  .sec_wrap.solution {
    background-size: 30%;
    background-position: 103% 96%;
  }

  .reasonItem {
    padding-right: 20px;
    margin-right: 20px;
    font-size: 14px;
  }

  .reasonItem.item01 img,
  .reasonItem.item02 img,
  .reasonItem.item03 img {
    max-width: 220px;
  }

  .reasonItem h3 {
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .reasonItem.item02 h3 {
    font-size: 18px;
  }

  .sec_ttl {
    padding-top: 0;
  }

  .sec_ttl h2 {
    padding-top: 100px;
    font-size: 32px;
  }

  .sec_ttl.strongPoint p {
    font-size: 20px;
  }

  .top_video_item {
    width: 680px;
    height: 445px;
  }

  .cx_video {
    width: 680px;
    height: 445px;
  }

  .gen_video01 {
    width: 680px;
    height: 445px;
  }

  .gen_video02 {
    width: 680px;
    height: 445px;
  }

  .cxBox {
    gap: 40px;
    padding-top: 120px;
  }

  .cxItem {
    width: calc((100% - 80px) / 3);
  }

  .cxItem h4 {
    font-size: 18px;
  }

  .cxItem h4 span {
    font-size: 24px;
  }

  .cxItem.item03 h4 span {
    font-size: 24px;
  }

  .function_copy {
    padding-top: 40px;
    font-size: 28px;
  }

  .function_imglist .function_imgbox {
    margin: 0px 0px 10px;
    width: 50%;
  }

  .example_treatImg {
    max-width: 680px;
  }

  .slick-initialized .slick-slide {
    padding: 15px;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
  }

  .scene_img {
    margin: 0 auto;
  }

  .scene_desc {
    flex: 100%;
    padding-top: 0px;
    font-size: 14px;
  }

  .scene_desc_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .scene_desc_pic {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .example_improveBox {
    gap: 20px;
    justify-content: center;
  }

  .flowItem img {
    max-width: 130px;
  }

  .flowItem::before {
    width: 12px;
    height: 12px;
    top: 65px;
  }

  .flowItem_desc {
    font-size: 12px;
  }

  .flowItem h3 {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .hr {
    max-width: 670px;
  }

  .sec_con.news {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hr {
    margin: 0;
  }

  .sec_wrap.fv {
    background: url(../images/fv_sp.jpg) no-repeat;
    background-size: 100%;
    height: 0;
    padding-top: 139%;
  }

  .fv_mainMessage {
    font-size: 14px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    text-align: left;
  }

  .fv_mainMessage .h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .fv_mainMessage_note {
    font-size: 10px;
    padding-top: 10px;
  }

  .fv_mainMessage_note_cx {
    font-size: 10px;
    padding-top: 40px;
  }

  .fv_mainMessage_cvBtn {
    padding-top: 45px;
    margin: 0 auto;
  }

  .ai .fv_mainMessage_cvBtn {
    padding-top: 10px;
    margin: 0 auto;
  }

  .fv_mainMessage_cvBtn a {
    padding: 10px 80px;
    border-radius: 30px;
    font-size: 14px;
    text-shadow: none;
  }

  .sec_ttl h2 {
    padding-top: 60px;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.8;
  }

  .sec_ttl.feature h2 {
    padding-top: 60px;
    font-size: 24px;
    margin-bottom: initial;
    line-height: 1.8;
  }

  .attentionBox {
    gap: 40px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .attentionItem {
    width: 100%;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-around;
  }

  .attentionItem p {
    margin-bottom: 0;
    font-size: 14px;
    width: 60%;
  }

  .attentionItem img {
    max-width: 130px;
    width: 40%;
  }

  .solution_ttlImg {
    max-width: 110px;
    padding-top: 2px;
  }

  .sec_ttl.solution h2 {
    font-size: 23px;
    gap: 10px;
  }

  .solution_conTxt h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .solution_conTxt p {
    font-size: 14px;
  }

  .solution_conTxt img {
    width: 75%;
    margin: 0 auto;
  }

  .sec_wrap.solution {
    background: none;
  }

  .solution_conBox {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .reasonBox {
    gap: 20px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .reasonItem {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    font-size: 12px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .reasonItem.item01 img,
  .reasonItem.item02 img,
  .reasonItem.item03 img {
    max-width: 130px;
    height: 100%;
    width: 35%;
  }

  .reasonItemText {
    width: 65%;
  }

  .reasonItem h3 {
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .reasonItem.item02 h3 {
    font-size: 16px;
  }

  .reasonItem:last-child {
    padding-right: 0;
  }

  .feature .sec_con {
    padding: 20px 0;
  }

  .feature .sec_con img {
    width: 100%;
  }

  .feature_con {
    padding-top: 60px;
  }

  .feature_conBox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .feature_conItem {
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
  }

  .feature_itemTtl_en {
    font-size: 18px;
    display: block;
  }

  .feature_itemTtl_ja {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
  }

  .feature_conItem p {
    font-size: 14px;
  }

  .cvArea {
    margin-bottom: 0;
  }

  .cvArea p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .cvArea a {
    padding: 15px;
    width: 100%;
    max-width: 260px;
    font-size: 14px;
  }

  .sec_ttl.strongPoint p {
    padding-top: 0px;
    font-size: 14px;
  }

  .strongPoint_cx h3 {
    font-size: 20px;
    margin: 0 auto;
    padding: 20px 0;
  }

  .top_video_item {
    padding-top: 0px;
    width: 100%;
    height: 200px;
  }

  .cx_video {
    border-top: none;
    padding-top: 0px;
    width: 100%;
    height: 200px;
  }

  .gen_video01 {
    padding-top: 0px;
    width: 100%;
    height: 200px;
    margin: 0 auto 40px;
  }

  .gen_video02 {
    padding-top: 0px;
    width: 100%;
    height: 200px;
  }

  .cxBox {
    gap: 15px;
    padding-top: 60px;
    border-top: none;
  }

  .cxItem {
    width: calc((100% - 30px) / 3);
  }

  .cxItem img {
    max-width: 100%;
  }

  .cxItem h4 {
    font-size: 10px;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .cxItem h4 span {
    font-size: 14px;
  }

  .cxItem.item03 h4 span {
    font-size: 12px;
  }

  .cx_moreBtn {
    padding-top: 40px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .cx_moreBtn a {
    font-size: 14px;
  }

  .strongPoint_function {
    padding-top: 60px;
  }

  .functionBox {
    padding: 30px 20px;
    row-gap: 20px;
    margin-bottom: 0;
    border-radius: 20px;
  }

  .functionItem {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }

  .functionItem img {
    width: 80px;
    height: auto;
  }

  .functionItem h4 {
    font-size: 16px;
    margin: 0;
  }

  .functionItem p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.8;
  }

  .function_copy {
    font-size: 24px;
    line-height: 2;
  }

  .strongPoint_platform {
    padding-top: 60px;
  }

  .strongPoint_platform h3 {
    font-size: 20px;
  }

  .strongPoint_platform_desc {
    font-size: 14px;
  }

  .strongPoint_platformBox {
    padding-top: 60px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
  }

  .strongPoint_platformItem {
    width: calc((100% - 40px) / 3);
  }

  .strongPoint_platformItem img {
    margin: 0 auto 20px;
  }

  .strongPoint_platformItem.item01 img,
  .strongPoint_platformItem.item02 img,
  .strongPoint_platformItem.item03 img {
    max-width: 90px;
  }

  .strongPoint_platformItem.item04 img,
  .strongPoint_platformItem.item05 img,
  .strongPoint_platformItem.item06 img {
    max-width: 50px;
  }

  .sec_con.scene {
    padding-top: 0px;
  }

  .slick-track {
    display: block;
  }

  .slick-initialized .slick-slide {
    flex-wrap: wrap;
    margin: 0 10px;
  }

  .scene_desc {
    padding-top: 10px;
    font-size: 14px;
  }

  .scene_desc_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .scene_desc_pic {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .scene_cvArea {
    padding-top: 80px;
    margin-bottom: 80px;
    font-size: 14px;
  }

  .scene_cvTxt {
    margin-bottom: 10px;
  }

  .scene_cvBtn {
    max-width: 260px;
    padding: 10px;
  }

  .scene_desc_txt {
    margin-bottom: 55px;
  }

  section.example {
    padding: 0 0 80px;
  }

  .sec_ttl.example p {
    font-size: 14px;
    padding: 0;
  }

  .example_improveBox {
    padding-top: 60px;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .example_improveItem {
    width: 100%;
    padding: 30px 27.5px;
  }

  .example_improveImg {
    max-width: 280px;
    margin: 0 auto 40px;
  }

  .example_improveTtl {
    font-size: 20px;
  }

  .example_improveTtl span {
    padding-top: 20px;
    font-size: 14px;
  }

  .example_improveAct {
    padding-top: 0px;
  }

  .example_treat h3 {
    font-size: 20px;
    line-height: 2;
  }

  .example_treatImg {
    max-width: 100%;
  }

  .example_cvArea {
    padding-top: 60px;
    font-size: 14px;
  }

  .example_cvTxt {
    margin-bottom: 15px;
  }

  .example_cvBtn {
    max-width: 260px;
    padding: 10px;
  }

  section.flow {
    padding-top: 0;
  }

  .flowBox {
    flex-wrap: wrap;
    gap: 50px;
    padding-top: 0px;
  }

  .flowItem {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .flowItem::before {
    width: 12px;
    height: 12px;
    top: auto;
    right: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    bottom: -35px;
  }

  .flowItem img {
    max-width: 80px;
  }

  .flowItem_desc {
    font-size: 14px;
  }

  .flowItem h3 {
    padding-top: 0;
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
  }

  section.news {
    padding-top: 0;
    padding-bottom: initial;
  }

  .sec_con.news {
    padding-top: initial;
    padding-left: initial;
    padding-right: initial;
  }

  .newsItem_link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    /* padding: 0 15px; */
  }

  .newsItemImg {
    max-width: 100%;
    width: 100%;
  }

  .newsItemTxt {
    flex: 100%;
  }

  .newsItemTxt h3 {
    font-size: 14px;
  }

  .newsItemInfo {
    flex-wrap: wrap;
    gap: 20px;
  }

  .newsItemInfo_cat {
    width: 100%;
    gap: 5px;
  }

  .newsItemInfo_cat p {
    font-size: 12px;
    padding: 2px 15px;
  }

  .newsItemInfo_date {
    width: 100%;
    text-align: right;
  }

  .news_cvBtn {
    max-width: 260px;
    font-size: 14px;
    padding: 10px;
    margin: 0 auto;
  }

  .newsBox.slick-initialized .slick-slide {
    background: #fff;
    margin: initial;
    padding: 15px 0;
  }

  .newsBox .slick-dots {
    bottom: 5px;
  }

  .news_cvArea {
    padding-top: 60px;
  }

  .implementingCompany_text {
    margin-bottom: 40px;
  }

  .implementingCompany_grid {
    row-gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  section.fv {
    margin-top: 60px;
  }
}

/* icxセンターページ */
.icx_hr {
  max-width: 1000px;
}

.icx_fv {
  margin-top: 85px;
  position: relative;
  background: url("../images/img/icx-center/icx_fv.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 345px;
}

.icx_fv_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icx_fv_con img {
  max-width: 300px;
  margin: 0 auto 10px;
}

.sec_con.icx_message {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

section.icx_message {
  margin-bottom: 80px;
}

.icx_message_img {
  max-width: 316px;
}

.icx_message_txt p {
  margin-bottom: 40px;
}

.sec_ttl.icx_function {
  background: #f5f5f5;
  padding-bottom: 80px;
}

.icx_function_linkBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 83px;
}

.icx_function_linkItem {
  width: calc((100% - 249px) / 4);
  font-size: 18px;
}

.icx_function_linkItem p {
  text-align: center;
  margin-bottom: 20px;
}

.icx_function_log,
.icx_function_data,
.icx_function_customer,
.icx_function_quality {
  padding-top: 80px;
  padding-bottom: 80px;
}

.icx_function_log h3,
.icx_function_data h3,
.icx_function_customer h3,
.icx_function_quality h3 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.icx_function_log p {
  margin-bottom: 80px;
  text-align: center;
}

.icx_function_log_img {
  max-width: 670px;
  margin: 0 auto;
}

.icx_function_data P,
.icx_function_customer p,
.icx_function_quality p {
  margin-bottom: 80px;
  text-align: center;
}

.icx_function_quality_imgBox {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
}

.icx_function_quality_imgBox img {
  width: calc((100% - 40px) / 2);
}

section.icx_centerInfo {
  background: #dde6f5;
  padding-bottom: 80px;
}

.icx_centerInfo_information {
  background: #fff;
  border-radius: 10px;
  padding: 80px 70px;
}

.icx_centerInfo_information h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 80px;
  text-align: center;
}

.icx_informationBox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.icx_informationItem {
  width: 100%;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
}

.icx_informationTtl {
  width: 65px;
}

.icx_informationDesc {
  flex: 1;
}

.icx_informationMap {
  padding-top: 80px;
}

.icx_informationItem_googleBtn {
  padding-left: 15px;
}

.icx_informationItem_googleBtn a {
  font-weight: 600;
  color: #173fa5;
  padding: 5px 20px 8px;
  border: solid 2px #173fa5;
  border-radius: 30px;
}

.icx_centerInfo_contactBtn {
  margin-bottom: 80px;
}

.icx_centerInfo_contactBtn a {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 24px;
}

.icx_centerInfo_sliderBox.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.icx_centerInfo_sliderBox.slick-initialized .slick-slide {
  background: transparent;
  padding: 0;
}

.icx_centerInfo_sliderBox .slick-track {
  gap: 10px;
}

@media screen and (max-width: 1000px) {
  .icx_fv {
    margin-top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .icx_fv {
    margin-top: 75px;
    background: url("../images/img/icx-center/icx_fv_sp.png") no-repeat;
    background-size: cover;
    background-position: top center;
    height: 280px;
  }

  .icx_fv_con {
    width: 60%;
    left: 20px;
    transform: translateY(-50%);
  }

  .icx_fv_con img {
    margin: 0 auto 15px;
  }

  .icx_fv_con h1 {
    margin: 0;
    font-size: 14px;
    line-height: 2;
  }

  .sec_ttl.icx_centerInfo h2,
  .sec_ttl.icx_function h2,
  .sec_ttl.icx_message h2 {
    font-size: 24px;
  }

  .icx_centerInfo_sliderBox.slick-dotted.slick-slider {
    margin-bottom: 100px;
  }

  .icx_centerInfo_contactBtn {
    margin-bottom: 60px;
  }

  .icx_centerInfo_contactBtn a {
    max-width: 260px;
    font-size: 14px;
  }

  .icx_centerInfo_information {
    width: 90%;
    padding: 30px;
  }

  .icx_centerInfo_information h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .icx_informationItem {
    gap: 30px;
    font-size: 14px;
    flex-wrap: wrap;
  }

  .icx_informationItem_googleBtn {
    display: block;
    width: 100%;
  }

  .icx_informationItem_googleBtn a {
    display: block;
    max-width: 260px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
  }

  .icx_informationMap {
    padding-top: 60px;
  }

  section.icx_centerInfo {
    padding-bottom: 80px;
  }

  .sec_con.icx_message {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .icx_message_txt p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  section.icx_message {
    margin-bottom: 80px;
  }

  .icx_function_linkBox {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
  }

  .icx_function_linkItem {
    width: calc((100% - 20px) / 2);
  }

  .icx_function_linkItem p {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .icx_function_linkItem.item03 p {
    margin-bottom: 40px;
  }

  .icx_function_linkItem img {
    width: 80%;
    margin: 0 auto;
  }

  .icx_function_log,
  .icx_function_data,
  .icx_function_customer,
  .icx_function_quality {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec_ttl.icx_function {
    margin-bottom: 0;
  }

  .icx_function_log h3,
  .icx_function_data h3,
  .icx_function_customer h3,
  .icx_function_quality h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .icx_function_log p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 80px;
  }

  .icx_function_log img {
    max-width: 330px;
  }

  .icx_function_data P,
  .icx_function_customer p,
  .icx_function_quality p {
    margin-bottom: 40px;
  }

  .icx_function_quality_imgBox {
    flex-wrap: wrap;
  }

  .icx_function_quality_imgBox img {
    width: 100%;
  }
}

/* 業種別パッケージページ */
.package_fv {
  height: 345px;
  margin-top: 85px;
  position: relative;
}

.package_fv_con {
  padding-top: 120px;
  border-bottom: solid 1px #e0e0e0;
  height: 345px;
}

.package_fv_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: center;
  gap: 15px;
}

.package_fv_ttl figure {
  display: inline-block;
  margin: 0;
  width: 260px;
  height: 63px;
  position: relative;
}

.package_fv_ttl figure img {
  padding-top: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.package_fv_ttl span {
  font-size: 50px;
}

.package_fv_txt {
  text-align: center;
}

.package_mainMessage {
  padding-top: 120px;
  text-align: center;
  margin-bottom: 80px;
}

.package_mainMessage_txt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 2;
}

.package_mainMessage_txt_main {
  font-size: 36px;
  font-feature-settings: "palt";
}

.package_mainMessage_note {
  font-size: 16px;
  text-align: right;
}

.package_lineUp {
  background: #f5f5f5;
}

.package_lineUp_ttl {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

.package_lineUp_wrap {
  padding: 80px 0;
}

.package_lineUp_ttl {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

.package_lineUpLink_catBox {
  margin-bottom: 80px;
}

.package_lineUpLink_catName {
  font-size: 36px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  border-bottom: solid 1px #173fa5;
}

.package_lineUpLink_catItemBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 32px;
}

.package_lineUpLink_catItem {
  width: calc((100% - 48px) / 4);
  background: #fff;
  padding: 25px 0;
  box-sizing: border-box;
  border-radius: 10px;
}

.package_lineUpLink_catItem_img {
  margin: 0;
}

.package_lineUpLink_catItem_img img {
  margin: 0 auto 15px;
  width: auto;
  height: 100px;
}

.package_lineUpLink_catItem_imgTxt {
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.package_lineUpLink_catItem_imgTxt p {
  width: -moz-fit-content;
  width: fit-content;
}

.package_lineUpLink_catItem_imgTxt img {
  width: 26px;
  height: auto;
  margin: 0;
  padding-top: 2px;
}

.package_detailWrap {
  padding-top: 80px;
}

.package_detail_catItemBox {
  display: flex;
  flex-wrap: wrap;
}

.package_detail_catBox_catName {
  font-size: 36px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  border-bottom: solid 1px #173fa5;
}

.package_detail_catItem {
  width: 100%;
  padding-bottom: 80px;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}

.package_detail_catItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.package_detail_catItem_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
}

.package_detail_catItem_ttl_img img {
  height: 90px;
  width: auto;
}

.package_detail_catItem_ttl_conTxt {
  font-size: 24px;
  line-height: 1.5;
}

.package_detail_catItem_ttl_conTxt span {
  display: block;
}

.package_detail_catItem_ttl_conTxt_sub {
  font-size: 16px;
}

.package_detail_catItem_ttl_desc {
  width: 100%;
  text-align: center;
}

.package_detail_catItem_con {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
}

.package_detail_catItem_con_demoMovie iframe {
  width: 420px;
  height: 240px;
}

.package_detail_catItem_con_mainFunctionTtl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.package_detail_catItem_con_mainFunctionListBox {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.package_detail_catItem_con_mainFunctionListItem {
  width: 100%;
  background: #dde6f5;
  padding: 15px 20px;
  border-radius: 10px;
}

.package_lineUpLink_catItem_imgTxt br,
.package_detail_catItem_ttl_conTxt_main br {
  display: none;
}

@media screen and (max-width: 767px) {
  .package_fv {
    height: 280px;
    margin-top: 75px;
    padding: 0 20px;
  }

  .package_fv_con {
    padding-top: 60px;
    height: 280px;
  }

  .package_fv_ttl {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    line-height: 1.5;
  }

  .package_fv_ttl figure {
    width: 135px;
    height: 32px;
  }

  .package_fv_ttl span {
    width: 100%;
    text-align: center;
    font-size: 28px;
  }

  .package_fv_txt {
    font-size: 14px;
  }

  .package_mainMessage {
    padding-top: 80px;
    margin-bottom: 80px;
  }

  .package_mainMessage_txt {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .package_mainMessage_txt_main {
    display: block;
    font-size: 24px;
    padding-top: 30px;
  }

  .package_mainMessage_note {
    font-size: 14px;
    text-align: center;
  }

  .package_lineUp_wrap {
    padding: 80px 20px 1px;
  }

  .package_lineUp_ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }

  .package_lineUpLink_catBox {
    margin-bottom: 60px;
  }

  .package_lineUpLink_catName {
    font-size: 24px;
    margin: 0 auto 30px;
  }

  .package_lineUpLink_catItemBox {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    align-items: stretch;
  }

  .package_lineUpLink_catItem {
    width: calc((100% - 10px) / 2);
    padding: 15px 0;
  }

  .package_lineUpLink_catItem_img img {
    height: 85px;
    margin: 0 auto 10px;
  }

  .package_lineUpLink_catItem_imgTxt {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
  }

  .package_lineUpLink_catItem_imgTxt img {
    width: 22px;
    height: auto;
    margin: 0;
  }

  .package_lineUpLink_catItem_imgTxt br {
    display: block;
  }

  .package_detailWrap {
    padding-top: 80px;
  }

  .package_detail_catBox_catName {
    font-size: 24px;
    margin: 0 auto 60px;
  }

  .package_detail_catItem_ttl {
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 40px;
  }

  .package_detail_catItem_ttl_img img {
    height: 70px;
  }

  .package_detail_catItem_ttl_conTxt {
    font-size: 20px;
  }

  .package_detail_catItem_ttl_conTxt_sub {
    font-size: 14px;
  }

  .package_detail_catItem_ttl_desc {
    font-size: 14px;
    text-align: left;
  }

  .package_detail_catItem_con {
    flex-wrap: wrap;
    gap: 40px;
  }

  .package_detail_catItem_con_demoMovie iframe {
    width: 335px;
    height: 190px;
  }

  .package_detail_catItem_con_mainFunctionTtl {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .package_detail_catItem_con_mainFunctionListBox {
    margin: 0;
    gap: 10px;
  }

  .package_detail_catItem_con_mainFunctionListItem {
    font-size: 14px;
    padding: 15px;
  }

  .package_detail_catItem {
    padding-bottom: 80px;
    margin-bottom: 80px;
    gap: 40px;
  }
}

/* お問い合わせページ */
.contact_fv {
  margin-top: 85px;
  background: url("../images/img/contact/contact_fv_pc.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 345px;
  position: relative;
}

.contact_con {
  padding-top: 80px;
  margin-bottom: 80px;
}

.contact_fv_ttl {
  text-align: center;
  padding-top: 120px;
  font-size: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  letter-spacing: 0.03rem;
}

.contact_fv_ttl img {
  width: 210px;
  height: 50px;
  display: inline-block;
  padding-top: 5px;
}

@media screen and (max-width: 1300px) {
  .contact_fv {
    margin-top: 6%;
  }
}

@media screen and (max-width: 767px) {
  .contact_fv {
    margin-top: 65px;
    background: url("../images/img/contact/contact_fv_sp.jpg") no-repeat;
    background-size: cover;
    height: 280px;
  }

  .contact_fv_ttl {
    padding-top: 100px;
    gap: 0;
    font-size: 28px;
  }

  .contact_fv_ttl img {
    width: 135px;
    height: 32px;
  }

  .contact_fv_ttl span {
    display: block;
    width: 100%;
    text-align: left;
  }

  .contact_con {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

/* デモ体験ページ */
.demo_fv {
  height: 345px;
  margin-top: 85px;
  position: relative;
}

.demo_fv_con {
  padding-top: 120px;
  border-bottom: solid 1px #e0e0e0;
  height: 345px;
}

.demo_fv_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: center;
  gap: 15px;
}

.demo_fv_ttl figure {
  display: inline-block;
  margin: 0;
  width: 260px;
  height: 63px;
  position: relative;
}

.demo_fv_ttl figure img {
  padding-top: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.demo_fv_ttl span {
  font-size: 50px;
}

.demo_fv_txt {
  text-align: center;
}

.demo_con {
  padding-top: 80px;
  margin-bottom: 80px;
}

.demo_con_topTxt {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 80px;
}

.demo_con_sceneLink {
  background: #f5f5f5;
}

.sceneLink_con {
  padding: 80px 0;
}

.sceneLink_itemBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.sceneLink_item {
  width: calc((100% - 72px) / 3);
  background: #fff;
  border: solid 2px #173fa5;
  border-radius: 60px;
  font-size: 24px;
  line-height: 1.3;
}

.sceneLink_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 0px 20px 25px;
  position: relative;
}

.sceneLink_item.item05 a {
  padding: 15px 0 15px 25px;
}

.sceneLink_item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: solid 3px #173fa5;
  border-left: solid 3px #173fa5;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-135deg);
}

.sceneLink_item.item03 a {
  padding: 10px 0 10px 25px;
}

.sceneLink_item img {
  height: 35px;
  width: auto;
  margin-left: -50px;
}

.sceneLink_item.item05 img {
  height: 45px;
}

.demo_sceneDesc_wrap {
  padding-top: 80px;
}

.demo_sceneDesc_wrap h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}

.demo_sceneDesc_itemBox {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.demo_sceneDesc_item {
  background: #f5f5f5;
  border-radius: 20px;
  display: flex;
  gap: 30px;
  padding: 30px;
}

.demo_sceneDesc_item .scene_img {
  max-width: 490px;
}

.demo_sceneDesc_item .scene_desc {
  padding-top: 0;
}

.scene_moreBtn {
  text-align: center;
  border: solid 4px #173fa5;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  max-width: 420px;
  margin: 80px auto 0;
}

.scene_moreBtn a {
  font-size: 24px;
}

@media screen and (max-width: 1000px) {
  .sceneLink_itemBox {
    padding: 0 15px;
    gap: 20px;
  }

  .sceneLink_item {
    width: calc((100% - 52px) / 3);
    font-size: 20px;
  }

  .demo_sceneDesc_item {
    gap: 20px;
  }

  .scene_moreBtn {
    margin: 40px auto 0;
  }

  .scene_moreBtn a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .demo_fv {
    height: 280px;
    margin-top: 75px;
    padding: 0 20px;
  }

  .demo_fv_con {
    padding-top: 60px;
    height: 280px;
  }

  .demo_fv_ttl {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    line-height: 1.5;
  }

  .demo_fv_ttl figure {
    width: 135px;
    height: 32px;
  }

  .demo_fv_ttl span {
    width: 100%;
    text-align: center;
    font-size: 28px;
  }

  .demo_fv_txt {
    font-size: 14px;
  }

  .demo_con {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .demo_con_topTxt {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .sceneLink_con {
    padding-top: 60px;
  }

  .sceneLink_item {
    width: 100%;
  }

  .demo_sceneDesc_wrap {
    padding-top: 60px;
  }

  .demo_sceneDesc_wrap h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .demo_sceneDesc_itemBox {
    gap: 30px;
  }

  .demo_sceneDesc_item {
    gap: 30px;
    flex-wrap: wrap;
  }

  .scene_moreBtn {
    margin: 30px auto 0;
    border: solid 3px #173fa5;
    padding: 10px;
  }

  .scene_moreBtn a {
    font-size: 14px;
  }

  .sceneLink_item a {
    padding: 15px 0 15px 25px;
  }

  .sceneLink_item a::before {
    right: 30px;
  }
}

/* デモ詳細ページ */
.demo_fv_ttl.detail {
  margin-bottom: 20px;
}

.demo_con.detail {
  margin-bottom: 0;
}

.detail_cvArea_ttl {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}

.detail_cvArea_ttlTxt {
  text-align: center;
}

.detail_cvArea_tel {
  padding-top: 60px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.detail_cvArea_tel a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.detail_cvArea_telIcon {
  width: 45px;
  height: auto;
}

.detail_cvArea_telNo {
  font-size: 44px;
  text-align: center;
}

.detail_cvArea_telNote {
  font-size: 12px;
  text-align: right;
}

.detail_cvArea_demoInfo {
  font-weight: 600;
  margin-bottom: 40px;
  padding-top: 60px;
  text-align: center;
}

.detail_cvArea_demoInfo_itemBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.detail_cvArea_demoInfo_item {
  width: calc((100% - 40px) / 2);
  border: solid 1px #173fa5;
  border-radius: 20px;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.detail_cvArea_demoInfo_item.address {
  text-align: left;
}

.detail_cvArea_demoInfo_item.name::before {
  content: "名前";
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 20px;
  padding: 10px 20px;
}

.detail_cvArea_demoInfo_item.address::before {
  content: "住所";
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  color: #202020;
  position: absolute;
  top: -25px;
  left: 20px;
  padding: 10px 20px;
}

.detail_cvArea_demoInfo_item.name .detail_cvArea_demoInfo_item_txt {
  text-align: center;
}

.detail_cvArea_demoInfo_item_txt span {
  width: 100%;
  display: block;
  font-size: 24px;
}

.demo_flow {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 80px 0;
}

.demo_flow_ttl {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.demo_flow_select {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 40px;
}

.demo_flow_con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding-top: 40px;
}

.demo_flow_conItem {
  width: 100%;
  border-left: solid 1px #173fa5;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding-left: 60px;
  padding-bottom: 80px;
  position: relative;
}

.demo_flow_conItem:last-child {
  border-left: none;
}

.demo_flow_conItem::before {
  content: "";
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  top: -5px;
  left: -33px;
}

.demo_flow_conItem.item01::before {
  background: #fff url("../images/img/demo/demo_flow_num01.png") no-repeat;
  background-size: 100%;
}

.demo_flow_conItem.item02::before {
  background: #fff url("../images/img/demo/demo_flow_num02.png") no-repeat;
  background-size: 100%;
}

.demo_flow_conItem.item03::before {
  background: #fff url("../images/img/demo/demo_flow_num03.png") no-repeat;
  background-size: 100%;
}

.demo_flow_conItem.item04::before {
  background: #fff url("../images/img/demo/demo_flow_num04.png") no-repeat;
  background-size: 100%;
}

.demo_flow_conItem.item05::before {
  background: #fff url("../images/img/demo/demo_flow_num05.png") no-repeat;
  background-size: 100%;
}

.demo_flow_conItem.item06::before {
  background: #fff url("../images/img/demo/demo_flow_num06.png") no-repeat;
  background-size: 100%;
}

.demo_flow_conItem_ttl {
  flex: 1;
}

.demo_flow_conItem_ttl h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.demo_flow_conItem_ttl p {
  line-height: 1.8;
}

.demo_flow_conItem_ttl_img {
  padding-top: 20px;
}

.demo_flow_conItem_ttl_img p {
  margin-bottom: 20px;
}

.demo_flow_conItem_ttl_img img {
  width: 80%;
}

.demo_flow_conItem_ttl_img img.wdt42 {
  width: 42%;
}

.demo_flow_conItem.item03 .demo_flow_conItem_ttl_img img {
  margin: 0;
}

.demo_flow_conItem_img {
  width: 30%;
}

.demo_flow_conItem img.mt-30 {
  margin-top: -30px;
}

.demo_movie_ttl {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.demo_movie_ttlTxt {
  margin-bottom: 60px;
  text-align: center;
}

.demo_movie_conArea {
  margin-bottom: 60px;
}

.demo_movie_conArea iframe {
  width: 100%;
  height: 530px;
}

.demo_movie_underNote {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 80px;
}

.demo_movie_underNote_ttl {
  text-align: center;
  font-weight: 600;
}

.demo_movie_underNote_listItem {
  margin-bottom: 5px;
  list-style: disc;
  font-size: 12px;
}

.demo_con_sceneLink.moreDemo {
  background: #dde6f5;
}

.demo_con_sceneLink_ttl {
  padding-top: 60px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.demo_con_sceneLink_ttlTxt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .detail_cvArea_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .detail_cvArea_ttlTxt {
    font-size: 14px;
  }

  .detail_cvArea_tel {
    padding-top: 30px;
  }

  .detail_cvArea_telIcon {
    width: 40px;
  }

  .detail_cvArea_telNo {
    font-size: 40px;
  }

  .detail_cvArea_demoInfo {
    font-size: 14px;
    padding-top: 40px;
    margin-bottom: 60px;
  }

  .detail_cvArea_demoInfo_itemBox {
    gap: 30px;
  }

  .detail_cvArea_demoInfo_item {
    width: 100%;
    padding: 10px;
  }

  .detail_cvArea_demoInfo_item.name::before {
    font-size: 14px;
    padding: 5px 10px;
    left: 20px;
    top: -20px;
  }

  .detail_cvArea_demoInfo_item.address::before {
    font-size: 14px;
    padding: 5px 10px;
    left: 20px;
    top: -20px;
  }

  .detail_cvArea_demoInfo_item_txt {
    font-size: 14px;
  }

  .detail_cvArea_demoInfo_item_txt span {
    font-size: 20px;
  }

  .demo_flow {
    padding: 60px 20px 20px;
    box-sizing: border-box;
  }

  .demo_flow_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .demo_flow_select {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .demo_flow_con {
    margin-left: 20px;
    padding: 30px 0 0 0;
  }

  .demo_flow_conItem {
    gap: 5px;
    padding-left: 30px;
    padding-bottom: 50px;
  }

  .demo_flow_conItem::before {
    width: 30px;
    height: 30px;
    top: 0;
    left: -17px;
  }

  .demo_flow_conItem_ttl h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .demo_flow_conItem_ttl p {
    font-size: 12px;
  }

  .demo_flow_conItem.item01 img,
  .demo_flow_conItem.item02 img,
  .demo_flow_conItem.item05 img {
    margin-top: 0;
  }

  .demo_flow_conItem_img {
    width: 40%;
  }

  .demo_flow_conItem.item03 img {
    margin-top: 0;
  }

  .demo_flow_conItem_ttl_img {
    padding-top: 15px;
  }

  .demo_flow_conItem_ttl_img p {
    margin-bottom: 5px;
  }

  .demo_flow_conItem img.mt_40 {
    margin-top: 40px;
  }

  .demo_flow_conItem_ttl_img img.wdt42 {
    width: 75%;
  }

  .demo_movie_ttl {
    font-size: 24px;
  }

  .demo_movie_ttlTxt {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .demo_movie_conArea {
    margin-bottom: 40px;
  }

  .demo_movie_conArea iframe {
    height: 187px;
  }

  .demo_movie_underNote {
    padding: 30px 20px;
    margin-bottom: 60px;
  }

  .demo_movie_underNote_ttl {
    font-size: 14px;
  }

  .demo_movie_underNote_listBox {
    padding-left: 20px;
  }

  .demo_movie_underNote_listItem {
    list-style-position: inside;
    line-height: 2.1;
  }

  .demo_con_sceneLink.moreDemo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo_con_sceneLink_ttl {
    font-size: 20px;
  }

  .demo_con_sceneLink_ttlTxt {
    font-size: 14px;
  }
}

/* NEWSページ strt */
.inner__860 {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .inner__860 {
    padding-bottom: 80px;
  }
}

.inner__660 {
  max-width: 660px;
  margin: 0 auto;
}

.inner__620 {
  max-width: 660px;
  margin: 0 auto;
}

#news_list .news_fv {
  margin-top: 85px;
  position: relative;
}

#news_list .news_fv .news_fv_con {
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: solid 1px #e0e0e0;
}

@media screen and (max-width: 768px) {
  #news_list .news_fv .news_fv_con {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

#news_list .news_fv .news_fv_con .news_fv_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#news_list .news_fv .news_fv_con .news_fv_ttl span {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #news_list .news_fv .news_fv_con .news_fv_ttl span {
    font-size: 28px;
  }
}

#news_list .category_list {
  margin: 0px 0 40px;
}

@media screen and (max-width: 768px) {
  #news_list .category_list {
    margin: 0px 0 40px;
  }
}

#news_list .category_list .category_list_item {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #ccc;
  border-radius: 25px;
  padding: 2px 15px;
  margin-right: 6px;
  margin-bottom: 10px;
}

#news_list .category_list .category_list_item:last-of-type {
  margin-right: initial;
}

#news_list .category_list .category_list_item.current {
  background-color: #173fa5;
}

#news_list .news_list_flex {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #news_list .news_list_flex {
    row-gap: 40px;
  }
}

#news_list .news_list_flex .news_list_flex_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

@media screen and (max-width: 768px) {
  #news_list .news_list_flex .news_list_flex_item {
    flex-direction: column;
    margin: initial;
  }
}


#news_list .news_list_flex .news_list_flex_item .left img {
  width: 190px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #news_list .news_list_flex .news_list_flex_item .left img {
    width: 100%;
    height: 58vw;
    -o-object-fit: auto;
    object-fit: auto;
    margin-bottom: 10px;
  }
}

#news_list .news_list_flex .news_list_flex_item .right {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #news_list .news_list_flex .news_list_flex_item .right {
    width: 100%;
    height: auto;
  }
}

#news_list .news_list_flex .news_list_flex_item .right .news_ttl {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #news_list .news_list_flex .news_list_flex_item .right .news_ttl {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#news_list .news_list_flex .news_list_flex_item .right .news_cat_date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #news_list .news_list_flex .news_list_flex_item .right .news_cat_date {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
  }
}

#news_list .news_list_flex .news_list_flex_item .right .news_cat_date .news_cat {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#news_list .news_list_flex .news_list_flex_item .right .news_cat_date .news_cat .news_cat_item {
  font-size: 14px;
  background-color: #173fa5;
  color: #fff;
  padding: 2px 10px;
  border-radius: 25px;
  cursor: default;
}

@media screen and (max-width: 768px) {
  #news_list .news_list_flex .news_list_flex_item .right .news_cat_date .news_cat .news_cat_item {
    font-size: 12px;
  }
}

#news_list .news_list_flex .news_list_flex_item .right .news_cat_date .news_date {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #news_list .news_list_flex .news_list_flex_item .right .news_cat_date .news_date {
    width: 100%;
    text-align: right;
  }
}


#news_list .news_list_flex .news_list_flex_item:hover {
  color: #173FA5;
}


#news_list .news_list_flex .news_list_flex_item .left {
  overflow: hidden;
}

#news_list .news_list_flex .news_list_flex_item .left img {
  transform: scale(1);
  transition: 0.3s;
}

#news_list .news_list_flex .news_list_flex_item:hover .left img {
  transform: scale(1.1);
}

#news_single_wrp {
  padding: 160px 0 100px;
}

@media screen and (max-width: 768px) {
  #news_single_wrp {
    padding: 100px 20px 100px;
  }
}

#news_single_wrp .ttl {
  font-size: 34px;
  font-weight: 600;
  color: #173fa5;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #news_single_wrp .ttl {
    font-size: 20px;
  }
}

#news_single_wrp .bl_cat_date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 30px;
}

#news_single_wrp .bl_cat_date .date {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #news_single_wrp .bl_cat_date .date {
    font-size: 14px;
  }
}

#news_single_wrp .bl_cat_date .cat {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#news_single_wrp .bl_cat_date .cat .cat_item {
  font-size: 14px;
  background-color: #173fa5;
  color: #fff;
  padding: 2px 10px;
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  #news_single_wrp .bl_cat_date .cat .cat_item {
    font-size: 12px;
  }
}

#news_single_wrp .main_img {
  margin-bottom: 30px;
}

#news_single_wrp .news_single_cont p a {
  color: #0000ee;
  text-decoration: underline;
}

#news_single_wrp .news_single_cont li {
  list-style: disc;
}

.wp-block-table a {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

#news_single_wrp #toc_container {
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 30px;
  margin: 60px 0 0 0;
  font-size: 14px;
  box-sizing: border-box;
}

#news_single_wrp #toc_container .toc_title {
  text-align: left;
}

#news_single_wrp #toc_container ul {
  counter-reset: num;
}

#news_single_wrp #toc_container ul ul {
  margin-left: 35px;
}

#news_single_wrp #toc_container a::before {
  content: counters(num, "-") ". ";
  counter-increment: num;
  display: inline-block;
  white-space: nowrap;
  padding-right: 15px;
}

#news_single_wrp #toc_container .toc_list li {
  margin-bottom: 5px;
}

#news_single_wrp #toc_container .toc_list li a {
  color: #173fa5;
}

#news_single_wrp #toc_container .toc_list .toc_number {
  display: none;
}

#news_single_wrp h2 {
  font-size: 24px;
  font-weight: 600;
  background-color: #173fa5;
  color: #fff;
  padding: 10px 20px;
  margin: 80px 0 30px 0;
}

@media screen and (max-width: 768px) {
  #news_single_wrp h2 {
    margin: 60px 0 30px 0;
  }
}

#news_single_wrp h3 {
  font-size: 22px;
  font-weight: 600;
  color: #173fa5;
  border-left: 5px solid #173fa5;
  padding-left: 5px;
  margin: 80px 0 15px 0;
}

@media screen and (max-width: 768px) {
  #news_single_wrp h3 {
    margin: 60px 0 15px 0;
  }
}

#news_single_wrp h4 {
  font-size: 20px;
  font-weight: 600;
  color: #173fa5;
  margin: 80px 0 15px 0;
}

@media screen and (max-width: 768px) {
  #news_single_wrp h4 {
    margin: 60px 0 15px 0;
  }
}

#news_single_wrp p {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #news_single_wrp p {
    font-size: 14px;
  }
}

#news_relation_wrp {
  background-color: #dde6f5;
  border-radius: 15px;
  padding: 40px 40px 80px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #news_relation_wrp {
    padding: 20px 0 50px;
    margin-top: 60px;
  }
}

#news_relation_wrp .news_relation_cont h2 {
  font-size: 36px;
  font-weight: 600;
  color: #173fa5;
  text-align: center;
  margin: 0 0 40px 0;
  background-color: transparent;
  padding: initial;
}

@media screen and (max-width: 768px) {
  #news_relation_wrp .news_relation_cont h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}

#news_relation_wrp .news_relation_cont .news_relation_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

@media screen and (max-width: 768px) {
  #news_relation_wrp .news_relation_cont .news_relation_grid {
    grid-template-columns: 1fr;
  }
}

#news_relation_wrp .news_relation_cont .news_relation_grid .news_relation_grid_item {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

#news_relation_wrp .news_relation_cont .news_relation_grid .news_relation_grid_item .left {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #news_relation_wrp .news_relation_cont .news_relation_grid .news_relation_grid_item .left {
    width: 100%;
  }
}

#news_relation_wrp .news_relation_cont .news_relation_grid .news_relation_grid_item .left img {
  width: 100%;
  height: 175px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #news_relation_wrp .news_relation_cont .news_relation_grid .news_relation_grid_item .left img {
    width: 100%;
    height: 64vw;
    -o-object-fit: auto;
    object-fit: auto;
  }
}

#news_relation_wrp .news_relation_cont .news_relation_grid .news_relation_grid_item .right {
  width: 50%;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #news_relation_wrp .news_relation_cont .news_relation_grid .news_relation_grid_item .right {
    width: 100%;
  }
}

#news_relation_wrp .news_relation_cont .slick-slide img {
  width: 100%;
}

#news_relation_wrp .news_relation_cont .slick-initialized .slick-slide {
  background: transparent;
}

.list_back {
  font-size: 24px;
  font-weight: 500;
  color: #173fa5;
  border: 4px solid #173fa5;
  border-radius: 50px;
  display: block;
  width: 440px;
  padding: 10px 0;
  text-align: center;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .list_back {
    font-size: 14px;
    width: 260px;
  }
}

/* NEWSページ end */
/* ページネーション */
.nav-links {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.nav-links .page-numbers {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 35px;
  height: 35px;
  border: 1px solid #173fa5;
  color: #173fa5;
  position: relative;
}

.nav-links .page-numbers.current {
  background-color: #173fa5;
  color: #fff;
}

.nav-links .page-numbers.dots {
  border: none;
}

.nav-links .page-numbers.prev {
  color: #fff;
}

.nav-links .page-numbers.prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 55%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #173fa5;
  border-right: 1px solid #173fa5;
  transform: translateX(-50%) rotate(225deg);
}

.nav-links .page-numbers.next {
  color: #fff;
}

.nav-links .page-numbers.next:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 30%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #173fa5;
  border-right: 1px solid #173fa5;
  transform: translateX(-50%) rotate(45deg);
}

/* 動画アーカイブページ */
.movie_fv {
  margin-top: 85px;
  height: 345px;
  position: relative;
}

.movie_fv_con {
  padding-top: 120px;
  border-bottom: solid 1px #e0e0e0;
  height: 345px;
}

.movie_fv_ttl {
  font-size: 50px;
  text-align: center;
}

.movie_wrap {
  padding-top: 80px;
  margin-bottom: 80px;
}

.movie_itemBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 60px;
}

.movie_item {
  width: calc((100% - 60px) / 3);
}

.movie_item_imgArea {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.movie_item_imgArea iframe {
  width: 100%;
  height: 188px;
}

.movie_item_txtArea h2 {
  font-size: 20px;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .movie_fv {
    margin-top: 75px;
    height: 280px;
    padding: 0 20px;
  }

  .movie_fv_con {
    padding-top: 60px;
    height: 280px;
  }

  .movie_fv_ttl {
    font-size: 28px;
    padding-top: 50px;
  }

  .movie_wrap {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .movie_itemBox {
    row-gap: 30px;
  }

  .movie_item {
    width: 100%;
  }

  .movie_item_imgArea iframe {
    height: 100%;
  }

  .movie_item_txtArea h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .movie_fv {
    margin-top: initial;
    height: auto;
  }

  .movie_fv_con {
    padding-top: initial;
    height: auto;
    padding: 100px 0 80px;
  }
}

/* 販売パートナー */
.partner_fv {
  height: 345px;
  margin-top: 85px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .partner_fv {
    height: 280px;
    margin-top: 75px;
    padding: 0 20px;
  }
}

.partner_fv_con {
  padding-top: 120px;
  border-bottom: solid 1px #e0e0e0;
  height: 345px;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .partner_fv_con {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .partner_fv_con {
    padding-top: 60px;
    height: 280px;
  }
}

.partner_fv_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 960px) {
  .partner_fv_ttl {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .partner_fv_ttl {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
}

.partner_fv_ttl figure {
  display: inline-block;
  margin: 0;
  width: 260px;
  height: 63px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .partner_fv_ttl figure {
    width: 135px;
    height: 32px;
  }
}

.partner_fv_ttl figure img {
  padding-top: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner_fv_ttl span {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .partner_fv_ttl span {
    width: 100%;
    text-align: center;
    font-size: 28px;
  }
}

.partner_fv_txt {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .partner_fv_txt {
    font-size: 14px;
  }
}

#partner_wrp {
  display: flex;
  flex-direction: column;
  row-gap: 75px;
  padding: 70px 0;
}

#partner_wrp h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #partner_wrp h2 {
    font-size: 24px;
  }
}

#partner_wrp .h2_sub {
  font-size: 16px;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  #partner_wrp .h2_sub {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

#partner_about .partner_about_cont {
  display: flex;
}

@media screen and (max-width: 768px) {
  #partner_about .partner_about_cont {
    flex-direction: column;
    padding: initial;
    margin: auto;
  }
}

#partner_about .partner_about_cont .partner_about_item {
  width: 33.3%;
  border-right: 1px solid #e0e0e0;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #partner_about .partner_about_cont .partner_about_item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 40px 0;
  }

  #partner_about .partner_about_cont .partner_about_item:first-of-type {
    padding: 0 0 40px 0;
  }
}

#partner_about .partner_about_cont .partner_about_item:last-of-type {
  border: none;
}

@media screen and (max-width: 768px) {
  #partner_about .partner_about_cont .partner_about_item:last-of-type {
    padding: 40px 0 0 0;
  }
}

#partner_about .partner_about_cont .partner_about_item img {
  width: 125px;
  height: 125px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  #partner_about .partner_about_cont .partner_about_item img {
    width: 100px;
    height: 100px;
    order: 2;
    margin: initial;
  }
}

#partner_about .partner_about_cont .partner_about_item .partner_about_item_text_area .partner_about_item_ttl {
  font-size: 22px;
  font-weight: 600;
  color: #173fa5;
  height: 75px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  #partner_about .partner_about_cont .partner_about_item .partner_about_item_text_area .partner_about_item_ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #partner_about .partner_about_cont .partner_about_item .partner_about_item_text_area .partner_about_item_ttl {
    font-size: 18px;
    height: auto;
    margin-bottom: 10px;
    text-align: left;
    justify-content: flex-start;
  }
}

#partner_about .partner_about_cont .partner_about_item .partner_about_item_text_area .partner_about_item_text {
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #partner_about .partner_about_cont .partner_about_item .partner_about_item_text_area .partner_about_item_text {
    font-size: 14px;
  }
}

#partner_structure .partner_structure_cont {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

@media screen and (max-width: 768px) {
  #partner_structure .partner_structure_cont {
    flex-direction: column;
    row-gap: 60px;
  }
}

#partner_structure .partner_structure_cont .partner_structure_item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #partner_structure .partner_structure_cont .partner_structure_item {
    width: 100%;
  }
}

#partner_structure .partner_structure_cont .partner_structure_item img {
  margin-bottom: 20px;
}

#partner_structure .partner_structure_cont .partner_structure_item .partner_structure_item_ttl {
  font-size: 22px;
  font-weight: 600;
  color: #173fa5;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #partner_structure .partner_structure_cont .partner_structure_item .partner_structure_item_ttl {
    font-size: 20px;
  }
}

#partner_structure .partner_structure_cont .partner_structure_item .partner_structure_item_text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #partner_structure .partner_structure_cont .partner_structure_item .partner_structure_item_text {
    font-size: 14px;
  }
}

#partner_support .partner_support_cont {
  display: flex;
}

@media screen and (max-width: 768px) {
  #partner_support .partner_support_cont {
    flex-direction: column;
    padding: initial;
    row-gap: 40px;
  }
}

#partner_support .partner_support_cont .partner_support_item {
  width: 33.3%;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #partner_support .partner_support_cont .partner_support_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: initial;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

#partner_support .partner_support_cont .partner_support_item img {
  width: 170px;
  height: 170px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  #partner_support .partner_support_cont .partner_support_item img {
    width: 110px;
    height: 110px;
    margin: initial;
    order: 2;
  }
}

#partner_support .partner_support_cont .partner_support_item .partner_support_item_text_area .partner_support_item_ttl {
  font-size: 16px;
  font-weight: 600;
  color: #173fa5;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #partner_support .partner_support_cont .partner_support_item .partner_support_item_text_area .partner_support_item_ttl {
    text-align: left;
    justify-content: flex-start;
  }
}

#partner_support .partner_support_cont .partner_support_item .partner_support_item_text_area .partner_support_item_text {
  font-size: 14px;
}

#partner_news .news_list_flex {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex {
    row-gap: 40px;
  }
}

#partner_news .news_list_flex .news_list_flex_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex .news_list_flex_item {
    flex-direction: column;
    margin: initial;
  }
}

#partner_news .news_list_flex .news_list_flex_item .left {
  width: 25%;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex .news_list_flex_item .left {
    width: 100%;
  }
}

#partner_news .news_list_flex .news_list_flex_item .left img {
  width: 190px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex .news_list_flex_item .left img {
    width: 100%;
    height: 58vw;
    margin-bottom: 10px;
  }
}

#partner_news .news_list_flex .news_list_flex_item .right {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex .news_list_flex_item .right {
    width: 100%;
    height: auto;
  }
}

#partner_news .news_list_flex .news_list_flex_item .right .news_ttl {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex .news_list_flex_item .right .news_ttl {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#partner_news .news_list_flex .news_list_flex_item .right .news_cat_date {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex .news_list_flex_item .right .news_cat_date {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
  }
}

#partner_news .news_list_flex .news_list_flex_item .right .news_cat_date .news_cat {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#partner_news .news_list_flex .news_list_flex_item .right .news_cat_date .news_cat .news_cat_item {
  font-size: 14px;
  background-color: #173fa5;
  color: #fff;
  padding: 2px 10px;
  border-radius: 25px;
  cursor: default;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex .news_list_flex_item .right .news_cat_date .news_cat .news_cat_item {
    font-size: 12px;
  }
}

#partner_news .news_list_flex .news_list_flex_item .right .news_cat_date .news_date {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #partner_news .news_list_flex .news_list_flex_item .right .news_cat_date .news_date {
    width: 100%;
    text-align: right;
  }
}

/* 販売パートナー end */
/* お役立ち資料 */
.required_fv {
  margin-top: 85px;
  height: 345px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .required_fv {
    margin-top: 75px;
    height: 280px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .required_fv {
    margin-top: initial;
    height: auto;
  }
}

.required_fv_con {
  padding-top: 120px;
  border-bottom: solid 1px #e0e0e0;
  height: 345px;
}

@media screen and (max-width: 768px) {
  .required_fv_con {
    padding-top: 60px;
    height: 280px;
  }
}

@media screen and (max-width: 600px) {
  .required_fv_con {
    padding-top: initial;
    height: auto;
    padding: 100px 0 80px;
  }
}

.required_fv_ttl {
  font-size: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .required_fv_ttl {
    font-size: 28px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .required_fv_ttl {
    padding-top: 5%;
  }
}

#required_wrp {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  #required_wrp {
    padding: 60px 0;
  }
}

#required_wrp .required_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 30px;
}

@media screen and (max-width: 768px) {
  #required_wrp .required_cont {
    row-gap: 60px;
  }
}

#required_wrp .required_cont .required_cont_item {
  width: calc(100% / 3 - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #required_wrp .required_cont .required_cont_item {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 500px) {
  #required_wrp .required_cont .required_cont_item {
    width: 100%;
  }
}

#required_wrp .required_cont .required_cont_item img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#required_wrp .required_cont .required_cont_item .required_cont_item_ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #required_wrp .required_cont .required_cont_item .required_cont_item_ttl {
    font-size: 18px;
  }
}

#required_wrp .required_cont .required_cont_item a {
  display: inline-block;
  margin-top: auto;
  width: 100%;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #173FA5;
  color: #173FA5;
  text-align: center;
  padding: 19px 20px;
  line-height: 1;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
}

#required_wrp .required_cont .required_cont_item a:before {
  position: absolute;
  content: "";
  background: url(../images/icon-download.svg) no-repeat center / contain;
  width: 20px;
  height: 18px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#required_single_wrp {
  padding: 160px 0 100px;
}

@media screen and (max-width: 768px) {
  #required_single_wrp {
    padding: 100px 20px;
  }
}

#required_single_wrp .required_single_ttl {
  font-size: 36px;
  font-weight: 600;
  color: #173fa5;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #required_single_wrp .required_single_ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

#required_single_wrp img {
  width: 80%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #required_single_wrp img {
    width: 100%;
  }
}

#required_single_wrp .required_single_expl {
  font-size: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #required_single_wrp .required_single_expl {
    font-size: 14px;
  }
}

/* セミナー */
.seminar_fv {
  margin-top: 85px;
  height: 345px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .seminar_fv {
    margin-top: 75px;
    height: 280px;
  }
}

@media screen and (max-width: 600px) {
  .seminar_fv {
    margin-top: initial;
    height: auto;
  }
}

.seminar_fv_con {
  padding-top: 120px;
  border-bottom: solid 1px #e0e0e0;
  height: 345px;
}

@media screen and (max-width: 768px) {
  .seminar_fv_con {
    padding-top: 60px;
    height: 280px;
  }
}

@media screen and (max-width: 600px) {
  .seminar_fv_con {
    padding-top: initial;
    height: auto;
    padding: 100px 0 80px;
  }
}

.seminar_fv_ttl {
  font-size: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .seminar_fv_ttl {
    font-size: 28px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .seminar_fv_ttl {
    padding-top: 5%;
  }
}

#seminar_wrp {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  #seminar_wrp {
    padding: 60px 0;
  }
}

#seminar_wrp .seminar_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #seminar_wrp .seminar_cont {
    grid-template-columns: 1fr;
  }
}

#seminar_wrp .seminar_cont .seminar_cont_item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

#seminar_wrp .seminar_cont .seminar_cont_item .seminar_cont_item_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* @media screen and (max-width: 768px) {
  #seminar_wrp .seminar_cont .seminar_cont_item .seminar_cont_item_img {
    height: 43vw;
  }
} */
#seminar_wrp .seminar_cont .seminar_cont_item .seminar_cont_item_ttl {
  font-size: 20px;
  font-weight: 600;
  color: #173fa5;
}

#seminar_wrp .seminar_cont .seminar_cont_item .seminar_cont_item_date {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

#seminar_wrp .seminar_cont .seminar_cont_item .thumbnail {
  overflow: hidden;
}

#seminar_wrp .seminar_cont .seminar_cont_item .thumbnail img {
  transform: scale(1);
  transition: 0.3s;
}

#seminar_wrp .seminar_cont .seminar_cont_item:hover .thumbnail img {
  transform: scale(1.1);
}

#seminar_single_wrp {
  padding: 160px 0 100px;
}

@media screen and (max-width: 768px) {
  #seminar_single_wrp {
    padding: 100px 20px;
  }
}

#seminar_single_wrp .seminar_single_ttl {
  font-size: 36px;
  font-weight: 600;
  color: #173fa5;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #seminar_single_wrp .seminar_single_ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

#seminar_single_wrp .seminar_single_date {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  background-color: #f5f5f5;
  padding: 5px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #seminar_single_wrp .seminar_single_date {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

#seminar_single_wrp img {
  width: 100%;
  margin-bottom: 40px;
}

#seminar_single_wrp .seminar_single_expl {
  font-size: 16px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #seminar_single_wrp .seminar_single_expl {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

#seminar_single_wrp .overview_blc {
  background-color: #f5f5f5;
  padding: 40px 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #seminar_single_wrp .overview_blc {
    padding: 30px;
    margin-bottom: 40px;
  }
}

#seminar_single_wrp .overview_blc .overview_blc_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #173fa5;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #seminar_single_wrp .overview_blc .overview_blc_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#seminar_single_wrp .overview_blc .overview_list {
  font-size: 16px;
  padding-left: initial;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

@media screen and (max-width: 768px) {
  #seminar_single_wrp .overview_blc .overview_list {
    row-gap: 30px;
  }
}

#seminar_single_wrp .overview_blc .overview_list .overview_list_item {
  display: flex;
}

@media screen and (max-width: 768px) {
  #seminar_single_wrp .overview_blc .overview_list .overview_list_item {
    flex-direction: column;
  }
}

#seminar_single_wrp .overview_blc .overview_list .overview_list_item .list_h {
  min-width: 130px;
  font-weight: 600;
}

/* CX-bot */
.sec_wrap.fv.cx {
  position: relative;
  background: url(../images/fv_cx.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 540px;
}

@media screen and (max-width: 768px) {
  .sec_wrap.fv.cx {
    background: url(../images/fv_cx_sp.jpg) no-repeat;
    background-size: 100%;
    height: 520px;
    padding-top: initial;
  }
}

/* GEN-bot */
.sec_wrap.fv.gen {
  position: relative;
  background: url(../images/fv_gen.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 540px;
}

@media screen and (max-width: 768px) {
  .sec_wrap.fv.gen {
    background: url(../images/fv_gen_sp.jpg) no-repeat;
    background-size: 100%;
    height: 0;
    padding-top: 139%;
  }
}

.fv_h1Sub {
  font-size: 33px;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .fv_h1Sub {
    font-size: 19px;
  }
}

.sec_ttl.solution.gen .h2Sub {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec_ttl.solution.gen .h2Sub {
    font-size: 20px;
    padding-top: 60px;
  }
}

.sec_ttl.solution.gen h2 {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .sec_ttl.solution.gen h2 {
    font-size: 24px;
    padding-top: 5px;
  }

  .sec_ttl.solution.gen img {
    width: 65%;
    margin: 0 auto 50px;
  }
}

.reason.gen {
  margin-bottom: 80px;
}

.reasonBoxText {
  text-align: center;
}

.structure {
  background-color: #DDE6F5;
  padding-bottom: 80px;
}

.structure .sec_ttl .h2Sub {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.structureFlex {
  display: flex;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .structureFlex {
    flex-direction: column;
    row-gap: 40px;
  }
}

.structureFlexItem {
  position: relative;
  background-color: #fff;
  padding: 30px 10px 20px;
  width: 25%;
  border-radius: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .structureFlexItem {
    width: 100%;
    display: flex;
    padding: 30px 20px 20px;
  }
}

.structureFlexItemNum {
  font-family: 'Arial', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #173FA5;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .structureFlexItemNum {
    font-size: 30px;
    top: -25px;
    left: 5%;
    transform: translateX(0);
  }
}

.structureFlexItemImg {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .structureFlexItemImg {
    order: 2;
    width: 35%;
    min-height: 0;
  }

  .structureFlexItemTextBox {
    order: 1;
    width: 65%;
  }
}

.structureFlexItemImg img {
  width: 90%;
  margin: 0 auto;
}

.structure h3 {
  font-size: 24px;
  font-weight: 600;
  color: #173FA5;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .structure h3 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
}

.structureFlexItemText {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .structureFlexItemText {
    font-size: 12px;
  }
}

.strongPoint_feature {
  padding-top: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.strongPoint_feature h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.featureBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f5f5f5;
  border-radius: 10px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 40px;
  row-gap: 40px;
  margin-bottom: 80px;
}

.featureItem {
  width: calc((100% - 40px) / 3);
}

.featureItem p {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .featureBox {
    padding: 30px 20px;
    row-gap: 20px;
    margin-bottom: 0;
    border-radius: 20px;
  }

  .featureItem {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }

  .featureItem img {
    width: 80px;
    height: auto;
  }

  .featureItem h4 {
    font-size: 16px;
    margin: 0;
  }

  .featureItem p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.8;
  }
}

.strongPoint_region {
  padding: 80px 0 0;
}

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

.strongPoint_region h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .strongPoint_region h3 {
    font-size: 24px;
  }
}

.regionText {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .regionText {
    font-size: 16px;
  }
}

.direction {
  background-color: #DDE6F5;
  padding: 20px 0 40px;
}

.direction h2 img {
  width: 245px;
  margin: 0 auto 50px;
}

.directionFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .directionFlex {
    flex-direction: column;
    row-gap: 40px;
  }
}

.directionFlexBox {
  width: 50%;
  height: 320px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px 60px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .directionFlexBox {
    width: 100%;
    height: auto;
    padding: 20px 30px 60px;
  }
}

.directionCorner {
  position: absolute;
  background-color: #173FA5;
  width: 120px;
  height: 120px;
  bottom: -60px;
  right: -60px;
  transform: rotate(45deg);
}

.directionCornerText {
  position: absolute;
  bottom: 10px;
  right: 12px;
  color: #fff;
  font-size: 14px;
}

.directionFlexBoxTtl {
  font-size: 24px;
  font-weight: 600;
  color: #173FA5;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .directionFlexBoxTtl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.directionFlexBoxList {
  display: flex;
  column-gap: 55px;
}

@media screen and (max-width: 768px) {
  .directionFlexBoxList {
    column-gap: 10px;
  }
}

.directionFlexBoxListItem {
  width: 33.3%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  row-gap: 20px;
}

.directionFlexBoxListItem p {
  font-size: 14px;
  color: #173FA5;
}

@media screen and (max-width: 768px) {
  .directionFlexBoxListItem p {
    font-size: 12px;
  }
}

.directionFlexBoxListItem img {
  max-width: 100px;
  max-height: 70px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .directionFlexBoxListItem img {
    max-width: 60px;
    max-height: 50px;
  }
}

section.flow.gen {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  section.flow.gen {
    padding: 0 0 80px;
  }
}

section.flow.gen .sec_ttl {
  padding-top: initial;
}

/* CX-Bot */
.lineUp {
  background-color: #f5f5f5;
  padding-bottom: 80px;
}

.lineUp_content {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  padding-top: 40px;
}

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

.lineUpItemFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .lineUpItemFlex {
    flex-direction: column;
    row-gap: 20px;
  }
}

.lineUpItem_img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .lineUpItem_img {
    width: 100%;
  }
}

.lineUpItem_img .cx_logo {
  width: 176px;
}

@media screen and (max-width: 768px) {
  .lineUpItem_img .cx_logo {
    margin: 0 auto;
  }
}

.lineUpItem_img .gen_logo {
  width: 210px;
}

@media screen and (max-width: 768px) {
  .lineUpItem_img .gen_logo {
    margin: 0 auto;
  }
}

.lineUpItem_img .ai_logo {
  width: 257px;
}

@media screen and (max-width: 768px) {
  .lineUpItem_img .ai_logo {
    margin: 0 auto;
  }
}

.lineUpItem_text {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .lineUpItem_text {
    width: 100%;
    text-align: center;
  }
}

.lineUpItem_btn {
  background-color: #fff;
  color: #173FA5;
  border: 1px solid #173FA5;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 600;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lineUpItem_btn {
    font-size: 14px;
    width: 250px;
    height: 40px;
  }
}

.function_imageBox {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sfunction_imageItem {
  margin: 0px;
  padding: 0px;
  width: 25%;
}

.sfunction_imageItem .text {
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sfunction_imageItem {
    margin: 0px 0px 20px 0px;
    width: 50%;
  }
}

#news_single_wrp .writerArea {
  margin: 40px 0px 0px 0px;
  padding: 20px;
  border: 2px solid #173fa5;
}

#news_single_wrp .writerArea .index {
  margin: 0px 0px 20px 0px;
  padding: 0px 5px 10px 5px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #173fa5;
  color: #173fa5;
}

#news_single_wrp .writerArea .row {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#news_single_wrp .writerArea .row .img {
  margin: 0px;
  padding: 0px;
  width: 160px;
  text-align: center;
}

#news_single_wrp .writerArea .row .img img {
  max-width: 100%;
}

#news_single_wrp .writerArea .row .status {
  margin: 0px;
  padding: 0px;
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
}

#news_single_wrp .writerArea .row .status .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}

#news_single_wrp .writerArea .row .status .sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#news_single_wrp .writerArea .row .status .text {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #news_single_wrp .writerArea .row {
    margin: 0px;
    padding: 0px;
    display: block;
  }

  #news_single_wrp .writerArea .row .img {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: auto;
  }

  #news_single_wrp .writerArea .row .status .name {
    font-size: 20px;
  }

  #news_single_wrp .writerArea .row .status {
    width: auto;
  }
}

/* 成功事例 */
.case_company {
  font-size: 23px;
  font-weight: 600;
}

.case_subtitle {
  font-size: 24px;
  font-weight: 600;
}

.case_service_detail_item {
  display: flex;
  column-gap: 20px;
}

.case_service_detail_item_h {
  width: 112px;
  font-size: 16px;
  font-weight: 600;
}

.case_service_detail_item_d {
  font-size: 16px;
}

#case_list .case_fv {
  margin-top: 85px;
  position: relative;
}

#case_list .case_fv .case_fv_con {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #case_list .case_fv .case_fv_con {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

#case_list .case_fv .case_fv_con .case_fv_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#case_list .case_fv .case_fv_con .case_fv_ttl span {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #case_list .case_fv .case_fv_con .case_fv_ttl span {
    font-size: 28px;
  }
}

#case_list .category_list {
  margin: 120px 0 40px;
}

@media screen and (max-width: 768px) {
  #case_list .category_list {
    margin: 80px 0 40px;
  }
}

#case_list .category_list .category_list_item {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #ccc;
  border-radius: 25px;
  padding: 2px 15px;
  margin-right: 6px;
  margin-bottom: 10px;
}

#case_list .category_list .category_list_item:last-of-type {
  margin-right: initial;
}

#case_list .category_list .category_list_item.current {
  background-color: #173fa5;
}

#case_list .case_list_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}


#case_list .case_list_grid a .left {
  overflow: hidden;
}

#case_list .case_list_grid a .left img {
  transform: scale(1);
  transition: 0.3s;
}

#case_list .case_list_grid a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #case_list .case_list_grid {
    grid-template-columns: 1fr;
  }
}

#case_list .case_list_grid .case_list_grid_item img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #case_list .case_list_grid .case_list_grid_item img {
    width: 100%;
    height: 58vw;
    -o-object-fit: auto;
    object-fit: auto;
    margin-bottom: 10px;
  }
}

#case_list .case_list_grid .case_list_grid_item span {
  display: inline-block;
  padding: 3px 10px;
  background: #f1f1f1;
  margin-top: 10px;
  font-size: 12px;
}

#case_list .case_list_grid .case_list_grid_item .case_ttl {
  font-size: 20px;
  font-weight: 600;
  color: #173FA5;
  margin-bottom: 25px;
}

.case_company_name {
  font-size: 16px;
  font-weight: 600;
}

#case_single_wrp {
  padding: 160px 0 100px;
}

@media screen and (max-width: 768px) {
  #case_single_wrp {
    padding: 100px 20px 100px;
  }
}

#case_single_wrp .ttl {
  font-size: 34px;
  font-weight: 600;
  color: #173fa5;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #case_single_wrp .ttl {
    font-size: 20px;
  }
}

#case_single_wrp .news_single_cont p a {
  color: #0000ee;
  text-decoration: underline;
}

#case_single_wrp #toc_container {
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 30px;
  margin: 60px 0 0 0;
  font-size: 14px;
  box-sizing: border-box;
}

#case_single_wrp #toc_container .toc_title {
  text-align: left;
}

#case_single_wrp #toc_container ul {
  counter-reset: num;
}

#case_single_wrp #toc_container ul ul {
  margin-left: 35px;
}

#case_single_wrp #toc_container a::before {
  content: counters(num, "-") ". ";
  counter-increment: num;
  display: inline-block;
  white-space: nowrap;
  padding-right: 15px;
}

#case_single_wrp #toc_container .toc_list li {
  margin-bottom: 5px;
}

#case_single_wrp #toc_container .toc_list li a {
  color: #173fa5;
}

#case_single_wrp #toc_container .toc_list .toc_number {
  display: none;
}

#case_single_wrp h2 {
  font-size: 24px;
  font-weight: 600;
  color: #173fa5;
  margin: 80px 0 30px 0;
}

@media screen and (max-width: 768px) {
  #case_single_wrp h2 {
    margin: 60px 0 30px 0;
  }
}

#case_single_wrp h3 {
  font-size: 16px;
  font-weight: 600;
  color: #173fa5;
  border-left: 5px solid #173fa5;
  padding-left: 10px;
  margin: 0 0 15px 0;
  line-height: 1;
}

#case_single_wrp h4 {
  font-size: 16px;
  font-weight: 600;
  color: #7482BF;
  margin: 30px 0 15px 0;
}

#case_single_wrp h4:before {
  display: block;
  content: '';
  background-color: #7482BF;
  width: 30px;
  height: 1px;
  position: relative;
  top: 14px;
  float: left;
  margin-right: 5px;
}

.case_single_cont {
  line-height: 1.8;
}

.case_single_cont .rtoc-mokuji-content {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 80px;
}

.case_single_cont .rtoc-mokuji-content #rtoc-mokuji-title {
  font-size: 16px;
  font-weight: 600;
}

.case_single_cont .rtoc-mokuji-content .rtoc-mokuji li>a {
  color: #1A73E8;
}

.case_single_cont .rtoc-mokuji .rtoc-item::marker {
  color: #1A73E8;
}

#case_single_wrp .post-thumbnail img {
  margin: 20px 0;
}

#case_single_wrp p {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #case_single_wrp p {
    font-size: 14px;
  }
}

#case_single_wrp img {
  margin: 60px 0;
}

#case_single_wrp ul {
  padding-left: 30px;
}

#case_single_wrp ul li {
  list-style: disc;
}

#case_single_wrp ul li {
  list-style: disc;
}

#case_relation_wrp {
  background-color: #dde6f5;
  border-radius: 15px;
  padding: 40px 40px 80px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #case_relation_wrp {
    padding: 20px 15px 50px;
    margin-top: 60px;
  }
}

#case_relation_wrp .case_relation_cont h2 {
  font-size: 36px;
  font-weight: 600;
  color: #173fa5;
  text-align: center;
  margin: 0 0 40px 0;
  background-color: transparent;
  padding: initial;
}

@media screen and (max-width: 768px) {
  #case_relation_wrp .case_relation_cont h2 {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}

#case_relation_wrp .case_relation_cont .case_relation_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

@media screen and (max-width: 768px) {
  #case_relation_wrp .case_relation_cont .case_relation_grid {
    grid-template-columns: 1fr;
  }
}

#case_relation_wrp .case_relation_cont .case_relation_grid .case_relation_grid_item {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  flex-direction: column;
  row-gap: 20px;
}

#case_relation_wrp .case_relation_cont .case_relation_grid .case_relation_grid_item .left {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #case_relation_wrp .case_relation_cont .case_relation_grid .case_relation_grid_item .left {
    width: 100%;
  }
}

#case_relation_wrp .case_relation_cont .case_relation_grid .case_relation_grid_item .left img {
  width: 100%;
  height: 175px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
  margin: initial;
}

@media screen and (max-width: 768px) {
  #case_relation_wrp .case_relation_cont .case_relation_grid .case_relation_grid_item .left img {
    width: 100%;
    height: 64vw;
    -o-object-fit: auto;
    object-fit: auto;
  }
}

#case_relation_wrp .case_relation_cont .case_relation_grid .case_relation_grid_item .right {
  width: 50%;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #case_relation_wrp .case_relation_cont .case_relation_grid .case_relation_grid_item .right {
    width: 100%;
  }
}

#case_relation_wrp .case_relation_cont .slick-slide img {
  width: 100%;
}

#case_relation_wrp .case_relation_cont .slick-initialized .slick-slide {
  background: transparent;
}

.conpanyArea {
  margin: 50px 0px;
}

.conpanyArea h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .conpanyArea {
    margin: 30px 0px;
  }

  .conpanyArea h2 {
    font-size: 24px;
    margin-bottom: initial;
    line-height: 1.8;
  }
}


#news_single_wrp .single_wrp_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px auto 0;
  max-width: 1000px;
}

#news_single_wrp .single_wrp_row .inner__660 {
  margin: 0px;
  max-width: 700px;
}

#news_single_wrp .single_wrp_row .sideArea {
  margin: 0px;
  padding: 0px;
  width: -webkit-calc(100% - 750px);
  width: calc(100% - 750px);
}

#news_single_wrp .single_wrp_row .sideArea .sideBox {
  margin: 50px 0;
  padding: 0px;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .index {
  margin-bottom: 24px;
  color: #173fa5;
  font-weight: bold;
  font-size: 20px;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .category_list {
  margin: 0px;
  padding: 0px 10px;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .category_list .link {
  margin: 0px;
  padding: 15px 0px;
  border-bottom: 1px solid #999;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .category_list .link:last-of-type {
  border: none;
}

#news_single_wrp .single_wrp_row .sideArea .bannerList {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

#news_single_wrp .single_wrp_row .sideArea .bannerList .index {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #173fa5;
}

#news_single_wrp .single_wrp_row .sideArea .bannerList .banner {
  margin: 0px 0px 22px 0px;
  padding: 0px;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .tag_list .link a {
  display: inline-block;
  color: #173FA5;
  border: 2px solid;
  padding: 5px 12px;
  line-height: 1;
  border-radius: 50px;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .blog_list {
  margin: 0px;
  padding: 16px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .blog_list .blogBlock {
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .blog_list .blogBlock+.blogBlock {
  border-top: 1px solid #d9d9d9;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .blog_list .blogBlock a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .blog_list .blogBlock .img {
  width: 80px;
  aspect-ratio: 1;
}

#news_single_wrp .single_wrp_row .sideArea .sideBox .blog_list .blogBlock .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#news_single_wrp .single_wrp_row .sideArea .sideBox .blog_list .blogBlock .title {
  font-size: 14px;
  flex: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #news_single_wrp .single_wrp_row {
    display: block;
  }

  #news_single_wrp .single_wrp_row .inner__660 {
    margin: 0px 0px 40px 0px;
    ;
    max-width: inherit;
  }

  #news_single_wrp .single_wrp_row .sideArea {
    margin: 0px;
    padding: 0px;
    width: auto;
  }
}



.example .case_list_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .example .case_list_grid {
    grid-template-columns: 1fr;
  }
}

.example .case_list_grid .case_list_grid_item img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .example .case_list_grid .case_list_grid_item img {
    width: 100%;
    height: 58vw;
    -o-object-fit: auto;
    object-fit: auto;
    margin-bottom: 10px;
  }
}

.example .case_list_grid .case_list_grid_item .case_ttl {
  font-size: 20px;
  font-weight: 600;
  color: #173FA5;
  margin-bottom: 25px;
}

.price .priceList {
  margin: 40px auto 10px auto;
  padding: 0px 20px;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.price .priceList.g {
  margin: 0 auto 40px;
  padding: 20px;
  border-radius: 15px;
  background: #f5f5f5;
}

.price .priceList .t1 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

.price .priceList.g .t1 {
  font-size: 24px;
  font-weight: bold;
}

.price .priceList .t2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  font-size: 20px;
}

.price .priceList.g .t2 {
  font-size: 18px;
  font-weight: bold;
}

.price .priceList .t3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  font-size: 20px;
}

.price .priceList.g .t3 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .price .priceList {
    margin: 0px auto 10px auto;
    padding: 0px 10px;
    font-size: 16px;
  }

  .price .priceList.g {
    padding: 10px;
  }

  .price .priceList .t2,
  .price .priceList .t3 {
    font-size: 14px;
  }

  .price .priceList.g .t1 {
    font-size: 14px;
  }

  .price .priceList.g .t2 {
    font-size: 14px;
  }

  .price .priceList.g .t3 {
    font-size: 14px;
  }
}


@media screen and (min-width: 768px) {
  .cvArea a.small {
    padding: 20px 100px;
  }
}

.faq .faqList {
  margin: 0px;
  padding: 40px 0px 0px 0px;
}

.faq .faqList .faqBox {
  margin: 0px 0px 20px 0px;
  padding: 20px 30px;
  background: #f5f5f5;
}

.faq .faqList .faqBox .q {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  cursor: pointer;
}

.faq .faqList .faqBox .q.open {
  border-bottom: 1px solid #CCC;
}

.faq .faqList .faqBox .q:before {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  content: "Q.";
  font-weight: bold;
  color: #173fa5;
  width: 35px;
}

.faq .faqList .faqBox .q:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon_open.png) center center no-repeat;
  background-size: 100%;
  margin-top: 8px;
}

.faq .faqList .faqBox .q.open:after {
  background: url(../images/icon_close.png) center center no-repeat;
  background-size: 100%;
}

.faq .faqList .faqBox .q .text {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  font-size: 20px;
  font-weight: bold;
  color: #173fa5;
}

.faq .faqList .faqBox .a {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  display: none;
}

.faq .faqList .faqBox .a .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq .faqList .faqBox .a .inner:before {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  content: "A.";
  font-weight: bold;
  color: #111;
  width: 30px;
}

.faq .faqList .faqBox .a .inner .text {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .faq .faqList {
    padding: 0px;
  }

  .faq .faqList .faqBox {
    padding: 15px;
  }

  .faq .faqList .faqBox .q .text {
    font-size: 16px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    padding: 3px 0px 0px 0px;
  }

  .faq .faqList .faqBox .q:before {
    font-size: 18px;
    width: 22px;
  }

  .faq .faqList .faqBox .q:after {
    content: "";
    width: 20px;
    height: 20px;
  }

  .faq .faqList .faqBox .a .inner .text {
    font-size: 14px;
    padding: 3px 0px 0px 0px;
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
  }

  .faq .faqList .faqBox .a .inner:before {
    font-size: 18px;
    width: 22px;
  }


}

/* multi AI */
.sec_wrap.fv.ai {
  position: relative;
  background: url(../images/ai_fv_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 540px;
}

@media screen and (max-width: 768px) {
  .sec_wrap.fv.ai {
    background: none;
    height: auto;
    padding-top: initial;
  }
}

@media screen and (max-width: 768px) {
  .ai .fv_con {
    position: static;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .ai .fv_mainMessage .h1 {
    margin-bottom: 10px;
  }
}

.ai .fv_mainMessage {
  padding-top: 40px;
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  column-gap: 84px;
}

@media screen and (max-width: 960px) {
  .ai .fv_mainMessage {
    column-gap: 40px;
  }
}

.ai .fv_mainMessage .fv_mainMessage_left {
  width: 50%;
}

.ai .fv_mainMessage .fv_mainMessage_right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .ai .fv_mainMessage .fv_mainMessage_left {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ai .fv_mainMessage .fv_mainMessage_right {
    width: 100%;
  }
}

.ai .fv_h1Sub {
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .ai .fv_h1Sub {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.fv_mainMessage_txt {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .fv_mainMessage_txt {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .ai .fv_mainMessage_txt {
    font-size: 13px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  .ai .fv_mainMessage_txt {
    font-size: 12px;
  }
}

.assignment {
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 120px;
}

.assignment::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 120px;
  background-image: url(../images/ai_assignment_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  position: absolute;
  bottom: -120px;
}

@media screen and (max-width: 768px) {
  .assignment::after {
    background-image: url(../images/ai_assignment_bg_sp.png);
  }
}

.assignment .sec_ttl .h2Sub {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.assignmentFlex {
  display: flex;
  column-gap: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .assignmentFlex {
    flex-direction: column;
    row-gap: 60px;
  }
}

.assignmentFlexItem {
  position: relative;
  background-color: #fff;
  padding: 100px 25px 20px;
  width: 33.3%;
  border-radius: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .assignmentFlexItem {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 20px 20px;
  }
}

.assignmentFlexItemTopTextWrap {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.assignmentFlexItemTopText {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #696969;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .assignmentFlexItemTopText {
    font-size: 14px;
  }
}

.assignmentFlexItemTopText:after {
  content: "";
  display: inline-block;
  background-image: url(../images/ai_assignment_fukidashi.png);
  height: 17px;
  width: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.assignmentFlexItemImg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.assignmentFlexItemImg img {
  width: auto;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .assignmentFlexItemImg {
    width: auto;
    height: auto;
    min-height: 0;
    margin-bottom: initial;
  }

  .assignmentFlexItemTextBox {
    flex: 1;
  }

  .assignmentFlexItemImg img {
    width: 46px;
    margin-right: 15px;
  }
}

.assignmentFlexItemText {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .assignmentFlexItemText {
    font-size: 13px;
  }
}

.sec_ttl.text_icon h2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .sec_ttl.text_icon h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .sec_ttl.text_icon.vertical h2 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .specialty_ai .sec_ttl.text_icon.vertical {
    padding-top: 80px;
  }

  .specialty_ai .sec_ttl.text_icon h2 {
    padding-top: initial;
  }
}

.sec_ttl.text_icon h2 span {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sec_ttl.text_icon h2 span {
    margin-right: 5px;
  }
}

.sec_ttl.text_icon h2 img {
  width: 380px;
  padding-top: 4px
}

@media screen and (max-width: 768px) {
  .sec_ttl.text_icon h2 img {
    width: 260px;
    padding-top: initial;
  }
}

@media screen and (max-width: 370px) {
  .sec_ttl.text_icon h2 img {
    width: 230px;
    padding-top: initial;
  }
}

.solution_ai .solutionBox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .solution_ai .solutionBox {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: initial;
  }
}

.solution_ai .solutionItem {
  width: calc((100% - 133px) / 3);
  border-right: solid 1px #e0e0e0;
  padding-right: 25px;
  margin-right: 30px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .solution_ai .solutionItem {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #e0e0e0;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.solution_ai .solutionItem:last-child {
  border-right: none;
  margin-right: initial;
  padding-right: initial;
}

@media screen and (max-width: 768px) {
  .solution_ai .solutionItem:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.solution_ai .solutionItem h3 {
  font-size: 24px;
  font-weight: 600;
  color: #173fa5;
  padding-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .solution_ai .solutionItem h3 {
    font-size: 22px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .solutionItem_cont {
    max-width: 300px;
    margin: 0 auto;
  }
}

.solution_ai .solutionItem.item02 h3 {
  font-size: 22px;
}

.about_ai .aboutAiBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

@media screen and (max-width: 768px) {
  .about_ai .aboutAiBox {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.about_ai .aboutAiBox .aboutAiBox_left {
  width: 65%;
}

@media screen and (max-width: 600px) {
  .about_ai .aboutAiBox .aboutAiBox_left {
    width: 100%;
  }
}

.about_ai .aboutAiBox h3 {
  font-size: 34px;
  font-weight: 600;
  color: #173FA5;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .about_ai .aboutAiBox h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.about_ai .aboutAiBox .aboutAiBoxText {
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  .about_ai .aboutAiBox .aboutAiBoxText {
    font-size: 14px;
  }
}

.about_ai .aboutAiBox .aboutAiBox_right {
  width: 35%;
}

@media screen and (max-width: 600px) {
  .about_ai .aboutAiBox .aboutAiBox_right {
    width: 80%;
  }
}

.specialty_ai .sec_ttl_sub {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .specialty_ai .sec_ttl_sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.specialtyAi_table {
  margin-bottom: 30px;
}

.specialtyAi_table_row {
  display: flex;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}

.specialtyAi_table_row.head {
  font-size: 24px;
}

@media screen and (max-width: 960px) {
  .specialtyAi_table_row.head {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .specialtyAi_table_row.head {
    font-size: 14px;
    text-align: center;
  }
}

.specialtyAi_table_row.head .specialtyAi_cell {
  border-radius: 10px 10px 0 0;
}

.specialtyAi_table_row .specialtyAi_cell:first-child {
  border-bottom: 2px solid #e0e0e0;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .specialtyAi_table_row .specialtyAi_cell:first-child {
    text-align: center;
    padding: 10px 0;
  }
}

.specialtyAi_table_row.head .specialtyAi_cell:nth-child(2) {
  background-color: #173FA5;
  color: #fff;
}

.specialtyAi_table_row .specialtyAi_cell:nth-child(2) {
  background-color: #E7EDF6;
  color: #173FA5;
}

.specialtyAi_table_row.head .specialtyAi_cell:nth-child(3) {
  background-color: #737373;
  color: #fff;
}

.specialtyAi_table_row .specialtyAi_cell:nth-child(3) {
  background-color: #F5F5F5;
}

.specialtyAi_cell {
  width: 33.333%;
  height: 73px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #fff;
  border-radius: 4px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .specialtyAi_cell {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.specialtyAi_box {
  display: flex;
  column-gap: 10px;
}

@media screen and (max-width: 768px) {
  .specialtyAi_box {
    flex-direction: column;
    row-gap: 10px;
  }
}

.specialtyAi_box_item_left {
  background-color: #D8E8F3;
}

.specialtyAi_box_item_right {
  background-color: #F5F5F5;
}

.specialtyAi_box_item_left,
.specialtyAi_box_item_right {
  width: 50%;
  padding: 30px;
}

.case_ai .sec_ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .case_ai .sec_ttl {
    margin-bottom: 30px;
  }
}

.caseAi_box {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding-bottom: 60px;
  border-bottom: #e0e0e0 1px solid;
}

@media screen and (max-width: 768px) {
  .caseAi_box {
    row-gap: 40px;
  }
}

.caseAi_box_ttl {
  background-color: #173FA5;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 0;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .caseAi_box_ttl {
    font-size: 16px;
  }
}

.caseAi_box_ttl .case_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.caseAi_box_cont {
  background-color: #F5F5F5;
  padding: 60px 120px;
}

@media screen and (max-width: 768px) {
  .caseAi_box_cont {
    padding: 30px 15px;
  }
}

.case_arrow img {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  /* デフォルトで下向き */
}

.caseAi_box_item.open .case_arrow img {
  transform: rotate(0deg);
  /* 開いたときに上向きに戻す */
}

.type_ai {
  padding-bottom: 80px;
}

.type_ai .sec_ttl {
  margin-bottom: 60px;
}

.type_ai .sec_ttl h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .type_ai .sec_ttl h2 {
    margin-bottom: 20px;
  }
}

.type_ai .sec_ttl_text {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .type_ai .sec_ttl_text {
    font-size: 14px;
  }
}

.typeAi_box {
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  padding: 60px 65px;
}

@media screen and (max-width: 768px) {
  .typeAi_box {
    padding: 30px 15px;
  }
}

.typeAi_box_item {
  display: flex;
  justify-content: flex-start;
  column-gap: 45px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
  .typeAi_box_item {
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.typeAi_box_item:last-child {
  padding-bottom: initial;
  margin-bottom: initial;
  border-bottom: none;
}

.typeAi_box_img {
  order: 2;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .typeAi_box_img {
    width: 100%;
    order: 1;
  }
}

.typeAi_box_desc {
  order: 1;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .typeAi_box_desc {
    width: 100%;
    order: 2;
  }
}

.typeAi_box_num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 27px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .typeAi_box_num {
    width: 30px;
    height: 15px;
    font-size: 10px;
  }
}

.typeAi_box_num.green {
  background-color: #5EAD54;
}

.typeAi_box_num.violet {
  background-color: #6A54AC;
}

.typeAi_box_num.blue {
  background-color: #3B9CB7;
}

.typeAi_box_desc h3 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .typeAi_box_desc h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.typeAi_box_desc p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .typeAi_box_desc p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.typeAi_box_desc ul {
  padding-left: initial;
  line-height: 1.75;
}

.typeAi_box_desc ul li {
  font-size: 14px;
  color: #202020;
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .typeAi_box_desc ul li {
    font-size: 12px;
  }
}

.typeAi_box_desc ul li:before {
  content: "・";
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  top: -8px;
  left: -8px;
}

@media screen and (max-width: 768px) {
  .typeAi_box_desc ul li:before {
    font-size: 18px;
    top: -5px;
    left: -5px;
  }
}

.typeAi_box_desc ul.green li:before {
  color: #5EAD54;
}

.typeAi_box_desc ul.violet li:before {
  color: #6A54AC;
}

.typeAi_box_desc ul.blue li:before {
  color: #3B9CB7;
}

.feature_ai {
  background: #f5f5f5;
}

.feature_ai .featureBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 40px;
  row-gap: 40px;
  margin-bottom: initial;
}

.feature_ai .featureItem {
  width: calc((100% - 40px) / 3);
}

.feature_ai .featureItem p {
  padding-top: 20px;
  min-height: 130px;
}

@media screen and (max-width: 768px) {
  .feature_ai .featureBox {
    padding: initial;
    row-gap: 20px;
    padding-bottom: 80px;
    border-radius: 20px;
  }

  .feature_ai .featureItem {
    width: 100%;
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
  }

  .feature_ai .featureItem img {
    width: 80px;
    height: auto;
  }

  .feature_ai .featureItem h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
  }

  .feature_ai .featureItem p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.8;
    min-height: auto;
  }
}

.direction_ai {
  background-color: #DDE6F5;
  padding: 20px 0 120px;
}

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

.direction_ai .directionAiFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}

@media screen and (max-width: 960px) {
  .direction_ai .directionAiFlex {
    flex-direction: column;
    row-gap: 40px;
  }
}

.direction_ai .directionAiFlexBox {
  width: 50%;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px 60px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .direction_ai .directionAiFlexBox {
    height: 430px;
  }
}

@media screen and (max-width: 960px) {
  .direction_ai .directionAiFlexBox {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .direction_ai .directionAiFlexBox {
    padding: 30px 10px;
  }
}

.direction_ai .directionAiCorner {
  position: absolute;
  background-color: #173FA5;
  width: 120px;
  height: 120px;
  bottom: -60px;
  right: -60px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .direction_ai .directionAiCorner {
    bottom: -70px;
    right: -68px;
  }
}

.direction_ai .directionAiCornerText {
  position: absolute;
  bottom: 10px;
  right: 12px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .direction_ai .directionAiCornerText {
    font-size: 12px;
  }
}

.direction_ai .directionAiFlexBoxTtl {
  font-size: 24px;
  font-weight: 600;
  color: #173FA5;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .direction_ai .directionAiFlexBoxTtl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.direction_ai .directionAiFlexBoxList {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}

.direction_ai .directionAiFlexBoxListItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 15px;
  column-gap: 15px;
}

@media screen and (max-width: 768px) {
  .direction_ai .directionAiFlexBoxListItem {
    padding: 15px 10px;
    column-gap: 5px;
  }
}

.direction_ai .directionAiFlexBoxListItem p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .direction_ai .directionAiFlexBoxListItem p {
    font-size: 12px;
  }
}

.direction_ai .directionAiFlexBoxListItem img {
  max-width: 30px;
}

.faq_ai {
  padding: 0 0 80px;
}

.faq_ai .sec_wrap {
  margin-top: 80px;
  border-top: 1px solid #e0e0e0;
}

.faqBox {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .faqBox {
    padding-top: initial;
  }
}

.faqItem {
  background-color: #f5f5f5;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .faqItem {
    padding: 30px 20px;
  }
}

.faq_icon_q {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -4px;
  margin-right: 12px;
}

.faq_icon_a {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -7px;
  margin-right: 12px;
}

.faq_list_ttl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  padding-right: 40px;
  color: #173FA5;
}

@media screen and (max-width: 768px) {
  .faq_list_ttl {
    font-size: 16px;
  }
}

.faq_list_text {
  display: none;
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
  margin-top: 20px;
}

.faq_list_text_flex {
  display: flex;
}

.list_bar {
  background: #173FA5;
  width: 20px;
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list_bar:before {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  content: "";
  background: #173FA5;
  width: 20px;
  height: 3px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.list_bar.faq-plus:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#news_single_wrp .cardLink {
  margin: 20px 0px;
  padding: 0px;
  background: #f0f0f0;
}

#news_single_wrp .cardLink .row {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#news_single_wrp .cardLink .row .imgArea {
  width: -webkit-calc(45% - 15px);
  width: calc(45% - 15px);
  padding: 0px 0px 0px 10px;
}

#news_single_wrp .cardLink .row .imgArea img {
  height: 100%;
  object-fit: contain;
}

#news_single_wrp .cardLink .row .textArea {
  width: -webkit-calc(55% - 20px);
  width: calc(55% - 20px);
  padding: 10px;

}

#news_single_wrp .cardLink .row .textArea .tag {
  margin: 0px 0px 5px 0px;
  padding: 0px 10px;
  font-size: 14px;
  border: 1px solid #173fa5;
  background: #173fa5;
  color: #FFF;
  display: inline-block;
}

#news_single_wrp .cardLink .row .textArea .title {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#news_single_wrp .cardLink .row .textArea .title a {
  font-size: 18px;
  text-decoration: underline;
  color: #173fa5;
}

#news_single_wrp .cardLink .row .textArea .description {
  margin: 0px 0px 10px 0px;

}

#news_single_wrp .cardLink .row .textArea .description p {
  font-size: 14px;
  line-height: 1.4;

}

#news_single_wrp .cardLink .row .textArea .linkBtn {
  margin: 0px;
  text-align: right;
  font-size: 16px;
}

#news_single_wrp .cardLink .row .textArea .linkBtn a {
  margin: 0px;
  padding: 0px 10px;
  border: 1px solid #173fa5;
  background: #FFF;
  color: #173fa5;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  transition: all 300ms 0s ease;
}

#news_single_wrp .cardLink .row .textArea .linkBtn a:hover {
  background: #173fa5;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #news_single_wrp .cardLink .row {
    display: block;
  }

  #news_single_wrp .cardLink .row .imgArea {
    width: auto;
    padding: 0px;
    margin: 0px 0px 10px 0px;
  }

  #news_single_wrp .cardLink .row .imgArea img {
    height: auto;
  }

  #news_single_wrp .cardLink .row .textArea {
    width: auto;
  }
}



/* ブロックエディター用CSS */

.icx_page h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px;
}

.icx_page .wp-block-columns.is-layout-flex {
  gap: 0;
}

.recruit_page :where(.is-layout-flex) {
  gap: 0;
}

.service_page :where(.is-layout-flex) {
  gap: 0;
}

.service_page .marquee-track {
  gap: 30px;
}

.icx_page :where(.wp-block-group.has-background) {
  padding: 0;
}

.service_page :where(.wp-block-group.has-background) {
  padding: 0;
}

.recruit_page :where(.wp-block-group.has-background) {
  padding: 0;
}

.privacy-policy_page :where(.wp-block-group.has-background) {
  padding: 0;
}

.icx_centerInfo_information {
  padding: 80px 70px;
}

.cardLink .linkBtn {
  display: none;
}

.contact-privacy {
  border-radius: 25px;
}

.company_page a {
  color: blue;
}

.company_map a {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #173fa5;
  padding: 2px 12px 1px;
  border-radius: 100px;
  transition-duration: .3s;
  background-color: #173fa5;
  color: #fff;
}

.company_page .is-layout-flex,
.partner_page .is-layout-flex,
.faq_page .is-layout-flex {
  gap: 0;
}

.partner_page .is-layout-grid {
  gap: 40px;
}

.partner_page .border-right {
  border-right: 1px solid #e0e0e0;
}

.company_map a:hover {
  background-color: #fff;
  color: #173fa5;
}

.sitemap_page .sitemap a {
  display: inline-block;
  width: 100%;
  padding: 50px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  box-sizing: border-box;
  transition: 0.3s;
}

.sitemap_page .sitemap a:hover {
  color: #173FA5;
}

.sitemap_page .sitemap p:first-child a {
  padding-top: 20px;
}

.sitemap_page .sitemap p:last-child a {
  border-bottom: none;
  padding-bottom: 20px;
}

.faq_page .faq_box {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}

.faq_page .faq_box a {
  color: #173fa5;
  text-decoration: underline;
}

.sp {
  display: none;
}

/* 768px以下のデバイスでspとpcの改行タグを切り替える */
@media screen and (max-width: 768px) {
  .icx_page h2 {
    font-size: 24px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .icx_centerInfo_information {
    padding: 30px;
  }

  .sitemap_page .sitemap a {
    padding: 30px 0px;
    font-size: 18px;
  }

  .sitemap_page .sitemap p:first-child a {
    padding-top: 0px;
  }

  .sitemap_page .sitemap p:last-child a {
    padding-bottom: 0px;
  }

  .partner_page .is-layout-grid {
    gap: 20px 10px;
  }
}

@media screen and (max-width: 768px) {
  .top_page .top_kv {
    margin-top: -30%;
  }

  .top_page .top_kv a {
    width: 100%;
    box-sizing: border-box;
  }
}

.top_page a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.top_page .service_btn {
  padding: 10px 0;
  font-weight: 700 !important;
  border-width: 3px !important;
  margin: 0 auto;
}

.top_page .wp-block-button {
  line-height: 1;
}

.top_page .check {
  width: 26px !important;
}

.top_page .check img {
  width: 26px !important;
}

.top_page .check_txt {
  flex: 1;
}


.top-recruit {
  margin-bottom: 120px;
}

.top_page .top-recruit .headLine {
  color: #fff;
  text-align: left;
}

.top_page .top-recruit .headLine span {
  color: #fff;
  text-align: left;
}

.top-recruit .recruit_bg {
  display: block;
  padding: 70px 50px !important;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
}

.top-recruit .recruit_bg:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #173FA5, transparent);
  opacity: 0.7;
  z-index: -1;
  transition: 0.5s;
}

.top-recruit .recruit_bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/recruit_bg.jpg)no-repeat right 20% / cover;
  z-index: -2;
  transition: 0.5s;
}

.top-recruit .recruit_bg p {
  width: 50%;
  margin-top: 40px;
  color: #fff;
}

.top-recruit .recruit_bg .arrow {
  position: absolute;
  width: 68px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
}

.top-recruit .recruit_bg .arrow:before {
  position: absolute;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-top: 3px solid #173FA5;
  border-right: 3px solid #173FA5;
  transform: rotate(45deg) translate(-50%, -50%);
  top: 52%;
  left: 38%;
  z-index: 1;
  transition: 0.5s;
}


@media screen and (min-width: 769px) {
  .top-recruit .recruit_bg:hover:before {
    left: -10%;
  }
}

.top-recruit .recruit_bg:hover:after {
  transform: scale(1.05);
}

.top-recruit .recruit_bg:hover .arrow {
  background: #173FA5;
}

.top-recruit .recruit_bg:hover .arrow:before {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    margin-bottom: 60px;
  }

  .top-recruit .recruit_bg {
    padding: 230px 20px 40px !important;
  }

  .top-recruit .recruit_bg:before {
    background: linear-gradient(to top, #173FA5, transparent);
    width: 100%;
    height: 70%;
    top: 30%;
    left: 0;
  }

  .top-recruit .recruit_bg:after {
    background-position: 83% 20%;
  }

  .top-recruit .recruit_bg .arrow {
    width: 46px;
    right: 20px;
    bottom: 40px;
  }

  .top-recruit .recruit_bg .arrow:before {
    width: 8px;
    left: 35%;
  }

  .top-recruit .recruit_bg p {
    width: calc(100% - 58px);
  }
}



/* お役立ち資料 ピックアップ記事 */

.pickup_item .required_cont_item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
  padding: 60px 6%;
  position: relative;
  background: #DDE6F5;
  border-radius: 5px;
  margin-bottom: 80px;
  overflow: hidden;
}

.pickup_item .required_cont_item span {
  position: absolute;
  top: 0;
  left: 0;
  background: #173FA5;
  color: #fff;
  width: 92px;
  height: 92px;
  padding: 18px 12px;
  box-sizing: border-box;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  font-size: 14px;
  line-height: 1.1;
}

.pickup_item .left {
  flex: 1;
}

@media screen and (max-width: 850px) {
  .pickup_item .left {
    flex: intial;
    width: 100%;
  }
}

.pickup_item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup_item .right {
  margin: 20px 0;
  width: 365px;
}

@media screen and (max-width: 850px) {
  .pickup_item .right {
    margin: 0;
    width: 100%;
  }
}


.pickup_item .right .required_cont_item_ttl {
  font-size: 28px;
  font-weight: 700;
  color: #173FA5;
  margin-bottom: 30px;
  line-height: 1;
}

.pickup_item .required_cont_item p {
  line-height: 1.4;
}

.pickup_item .required_cont_item a {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  border-radius: 100px;
  background: #173FA5;
  color: #fff;
  text-align: center;
  padding: 23px 20px;
  line-height: 1;
  font-size: 18px;
  box-sizing: border-box;
  position: relative;
}

.pickup_item .required_cont_item a:before {
  position: absolute;
  content: "";
  background: url(../images/icon-download.svg) no-repeat center / contain;
  width: 20px;
  height: 18px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}


.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: #333;
}


/* トップページ */

.top_page {
  overflow: hidden;
  line-height: 1.8;
}

.top_page .is-layout-flex {
  gap: 0;
}

.top_page h2 {
  line-height: 1.4;
}

.top_page .top_kv .top_kv_ttl {
  line-height: 1.5;
}

.top_page .top_kv p.has-background {
  padding: 0;
  background: none !important;
}

.top_page .top_kv .recruit_slider {
  max-width: 1920px !important;
  object-fit: cover !important;
  object-position: 55% !important;
  margin: 0 auto !important;
}

.button_white a {
  padding: 23px 30px;
  border: 3px solid #173FA5;
  display: inline-block;
  border-radius: 50px;
  color: #173FA5;
  background: #fff;
  transition: 0.3s;
  box-sizing: border-box;
}

.button_blue a {
  padding: 23px 30px;
  border: 3px solid #173FA5;
  display: inline-block;
  background: #173FA5;
  border-radius: 50px;
  color: #fff;
  transition: 0.3s;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {

  .button_white a,
  .button_blue a {
    padding: 15px 20px;
  }
}

.button_white a:hover {
  color: #fff;
  background: #173FA5;
}

.button_blue a:hover {
  color: #173FA5;
  background: #fff;
}

.top_page .marquee-track {
  gap: 0 30px !important;
}

.top_page .top_misson {
  margin: 0 50px;
  width: calc(100% - 100px);
  border-radius: 20px;
  overflow: hidden;
}


.top_misson .loop {
  bottom: -10px;
}




/**
 * 文字ループ全体
 *
 * はみ出した文字を非表示にし、
 * 表示領域内だけスクロールして見せます。
 *
 * @example
 * <div class="text-loop">...</div>
 */
.text-loop {
  width: 100%;
  overflow: hidden;
}

/**
 * 2つの同一テキストを横並びにするトラック
 */
.loop {
  display: flex;
  width: max-content;
  animation: text-loop-move 40s linear infinite;
  will-change: transform;
  pointer-events: none;
}

.loop_txt {
  flex-shrink: 0;
  margin: 0;
  padding-right: 120px;
  font-size: 260px !important;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  line-height: 0.6;
}

.loop_txt strong {
  color: #fff;
  opacity: 0.2;
  line-height: 0.6;
}

@media screen and (max-width: 767px) {
  .loop_txt {
    font-size: 120px !important;
  }

  .loop {
    animation: text-loop-move 20s linear infinite;
  }
}

.loop {
  position: absolute;
  bottom: 0;
  line-height: 1;
}

.top_misson {
  position: relative;
}

@keyframes text-loop-move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 768px) {
  .top_page .top_misson {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

.top_page .solution p {
  word-break: auto-phrase;
}

.autophrase {
  word-break: auto-phrase;
}

.top_page :where(.wp-block-group.has-background) {
  padding: 0;
}

.top_page .border .wp-block-spacer+.wp-block-spacer {
  border-left: 1px solid #E0E0E0;
  height: auto !important;
}

.top_page .border.is-layout-flex {
  align-items: initial;
}

.radius {
  border-radius: 10px;
  overflow: hidden;
}

.radius-full {
  border-radius: 100px;
  overflow: hidden;
}

.center {
  text-align: center;
}

.mt-auto {
  margin-top: auto !important;
}

.headLine {
  color: #173fa5;
  font-size: 80px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

.headLine span {
  text-align: center;
  color: #173FA5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .headLine {
    font-size: 47px;
    margin-bottom: 40px;
  }

  .headLine span {
    font-size: 14px;
  }
}


.top_case,
.seminars,
.top_page .news {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {

  .top_case,
  .seminars,
  .top_page .news {
    padding: 80px 0;
  }

  .top_page p {
    font-size: 14px;
  }
}

.top_case .case_list_grid {
  margin-top: 80px;
}

.top_case .news_cvBtn {
  margin-top: 60px;
}

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

  .top_case .headLine,
  .top_case p.center {
    padding-right: 20px;
  }

  .top_case .case_list_grid {
    margin-top: 40px;
  }

  .top_case .news_cvBtn {
    margin-top: 80px;
  }


  .top_slide .slick-initialized .slick-slide {
    background: none;
    padding: 0;
    margin-right: 20px;
  }

  .top_slide .slick-list {
    padding: 0 !important;
    padding-right: 10% !important;
  }

  .top_slide .slick-slide img {
    height: 41vw !important;
  }

  .top_slide .slick-slide .left {
    width: 100%;
  }

  .top_slide .slick-dots li.slick-active button:before {
    color: #173FA5;
  }

  .top_slide .slick-dots li button:before {
    font-size: 15px;
  }

}


.top_page .news {
  background: #F5F5F5;
}

.top_news_flex {
  display: flex;
  gap: 10%;
}

.top_news_flex .headLine span {
  text-align: left;
}

.top_page .news .news_cvBtn {
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .top_news_flex {
    flex-direction: column;
  }

  .top_news_flex .headLine span {
    text-align: center;
  }

  #news_list .news_list_flex {
    margin-top: 0px;
  }

  #seminar_wrp {
    padding: 0 0 20px;
  }
}

.top_cta {
  background: url(../images/bg.png) no-repeat center bottom / cover;
  border-radius: 20px;
  padding: 120px 0;
  color: #fff;
  margin: 50px 50px 60px;
  width: calc(100% - 100px);
  position: relative;
}

.top_cta .top_cta_ttl {
  margin-bottom: 50px;
}

.top_cta .top_cta_ttl h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 50px;
}

.top_cta .top_cta_cont {
  background: #fff;
  padding: 40px 70px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  line-height: 1;
}

.top_cta .top_cta_cont a:first-child,
.top_cta .top_cta_cont a:nth-child(2) {
  background: #173FA5;
  padding: 32px !important;
  width: calc(50% - 10px);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  transition: opacity 1s ease, translate 1s ease, background-color 0.3s, border-color 0.3s;
  border: 2px solid #173FA5;
}

.top_cta .top_cta_cont a:first-child:hover {
  background: #fff;
  color: #173FA5;
}

.top_cta .top_cta_cont a:nth-child(2) {
  background: #333333;
  border-color: #333;
}

.top_cta .top_cta_cont a:nth-child(2):hover {
  background: #fff;
  color: #333;
}

.top_cta .top_cta_cont a:has(img) {
  background: #E3EFFC;
  padding: 28px 20px !important;
  border-radius: 10px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  transition: opacity 0.3s ease, translate 1s ease;
}

.top_cta .top_cta_cont a:has(img) img {
  width: 84px;
  aspect-ratio: 1;
  object-fit: contain;
  transition: 0.3s;
}

.top_cta .top_cta_cont a:has(img) div {
  padding-right: 28px;
  position: relative;
  width: calc(100% - 104px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top_cta .top_cta_cont a:has(img) div:before {
  position: absolute;
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-right: 3px solid #173FA5;
  border-top: 3px solid #173FA5;
  top: 50%;
  right: 4px;
  transform: rotate(45deg) translateY(-50%);
}

.top_cta .top_cta_cont a:has(img) h3 {
  font-size: 20px;
  font-weight: 700;
  color: #173FA5;
  margin-bottom: 15px;
}

.top_cta .top_cta_cont a:has(img) p {
  font-size: 14px;
  line-height: 1.4;
}

.top_cta .top_cta_cont a:has(img):hover {
  opacity: 0.5;
}

.top_cta .loop_txt strong {
  line-height: 0.8;
}

.nowrap {
  white-space: nowrap;
}

.wp-block-image {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1130px) {
  .top_cta .top_cta_cont a {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .top_cta {
    background-image: url(../images/bg_sp.png);
    margin: 0 20px 40px;
    width: calc(100% - 40px);
    padding: 60px 0;
  }

  .top_cta .top_cta_ttl {
    margin-bottom: 30px;
  }

  .top_cta .top_cta_ttl h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .top_cta .top_cta_cont {
    padding: 30px 20px;
    gap: 14px 0;
  }

  .top_cta .top_cta_cont a {
    width: 100% !important;
  }

  .top_cta .top_cta_cont a:first-child,
  .top_cta .top_cta_cont a:nth-child(2) {
    padding: 20px 26px !important;
    font-size: 14px;
  }

  .top_cta .top_cta_cont a:nth-child(2) {
    margin-bottom: 18px;
  }

  .top_cta .top_cta_cont a:has(img) {
    padding: 24px 10px !important;
    gap: 12px;
  }

  .top_cta .top_cta_cont a:has(img) h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .top_cta .top_cta_cont a:has(img) div {
    width: calc(100% - 60px);
    padding-right: 18px;
  }

  .top_cta .top_cta_cont a:has(img) img {
    width: 48px;
  }

  .top_cta .top_cta_cont a:has(img) p {
    font-size: 12px;
    line-height: 1.4;
  }

  .top_cta .top_cta_cont a:has(img) div:before {
    border-width: 2px;
  }

}



.fadeInUp {
  opacity: 0;
  translate: 0 30px;
  transition:
    opacity 1s ease,
    translate 1s ease;
}

.fadeInUp.fade2 {
  transition-delay: 0.2s;
}

.fadeInUp.fade3 {
  transition-delay: 0.4s;
}

.fadeInUp.is-show {
  opacity: 1;
  translate: 0 0;
}

.lineheight1 {
  line-height: 1;
}

.lineheight1-4 {
  line-height: 1.4;
}

.lineheight1-2 {
  line-height: 1.2;
}


/* 採用ページ */
main:has(.recruit_page) .breadcrumb {
  display: none;
}

.recruit_page :where(.wp-block-columns) {
  margin-bottom: 0;
}

.service_page :where(.wp-block-columns) {
  margin-bottom: 0;
}

.recruit_page {
  margin-top: 80px;
}

.recruit_page .top_kv {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.recruit_page .top_kv .recruit_slide {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: -1;
  margin-bottom: -4%;
  transition: opacity 0.5s, filter 0.8s;
}

.recruit_page .top_kv .recruit_slide>div {
  display: flex;
  width: max-content;
  margin: 0;
  will-change: transform;
  gap: 30px;
  animation: kv-loop 20s linear infinite;
}

.recruit_page .top_kv .recruit_slider {
  width: 1920px;
}

.recruit_page .top_kv .recruit_slider figure {
  display: block;
  width: calc(100% / 5);
  height: auto;
}

.recruit_page .top_kv .recruit_slider figure img {
  height: 100%;
}

@keyframes kv-loop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.recruit_page .top_kv.is-scroll .recruit_slide {
  filter: blur(10px) brightness(1.1);
  opacity: 0.5;
}

.recruit_page .top_kv .top_kv_txt {
  margin-top: 470px;
  animation: 0.8s fadeIn ease-in-out alternate;
}

.recruit_page .top_kv .top_kv_p {
  width: fit-content;
  margin: 0 auto;
}

@keyframes fadeIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.recruit_page .support_link a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}

.environment_img {
  width: 90px;
}

.support_link a {
  transition: 0.3s;
}

.support_link a:hover {
  color: #173FA5;
}

.wp-block-spacer {
  height: auto;
}

.entry {
  background: #fff;
  padding: 60px 20px;
  overflow: hidden;
}

.entry .entryBg {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to bottom, #4A76E5, #173FA5);
  padding: 120px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  position: relative;
  transition: 0.3s;
}

.entry h2 {
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 800;
  letter-spacing: 0px;
}

.entry span {
  position: absolute;
  bottom: 0;
  left: -0.9%;
  opacity: 0.3;
  font-size: calc(14.2vw - 5.619px);
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  pointer-events: none;
}

.entry .loop {
  bottom: 2vw;
}

.entry_inner {
  position: relative;
}

.entry_inner:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}

.entry_inner:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  top: 50%;
  right: 47px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.entry .entryBg:hover {
  opacity: 0.8;
}

.entry .entryBg:hover .entry_inner:before {
  background: #fff;
}

.entry .entryBg:hover .entry_inner:after {
  border-color: #173FA5;
}


@media screen and (max-width: 768px) {
  .recruit_page {
    margin-top: 60px;
  }

  .recruit_page .top_kv .top_kv_txt {
    margin-top: 470px;
  }

  .recruit_page .top_kv .top_kv_p {
    margin: 0;
  }

  .entry {
    padding: 40px 20px;
  }

  .entry .entryBg {
    padding: 80px 20px;
  }

  .entry_inner:before {
    width: 70px;
    height: 70px;
  }

  .entry_inner:after {
    width: 10px;
    height: 10px;
    right: 33px;
  }

  .entry h2 {
    font-size: 47px;
    margin-bottom: 20px;
  }

  .entry p {
    font-size: 14px;
  }
}


.service_kv_txt>div>div:first-child {
  flex-wrap: wrap;
}


.service_page .service_link {
  flex-wrap: wrap;
  gap: 10px 0;
}

.service_page .service_link a {
  display: inline-block;
  background: #fff;
  padding: 20px 10px;
  border-radius: 50px;
  color: #173FA5;
  font-weight: 600;
  width: 420px;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
}

.service_page .service_link .orange a {
  background: #F69400;
  color: #fff;
}

.service_page .service_link a:hover {
  opacity: 0.5;
}


.service_page .service_box {
  position: relative;
}

.service_page .service-arrow {
  position: absolute;
}

.service_page .service-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9%;
  z-index: 1;
}

.service_page .problem_list p {
  position: relative;
  padding-left: 18px;
}

.service_page .problem_list p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  background: #173FA5;
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.service_page .ai_list p {
  position: relative;
  padding-left: 18px;
  margin-left: 18px;
  word-break: auto-phrase;
}

.service_page .ai_list p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  background: #1874B5;
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.service_page .ai_list.purple p:before {
  background: #514FCA;
}


@media screen and (max-width: 768px) {
  .service_kv a {
    width: 100%;
  }

  .service_page .problem_list p:before {
    top: 10px;
  }

  .service_page .ai_list p:before {
    width: 7px;
    top: 8px;
  }
}