@charset "UTF-8";
:root {
  --darkblue: #042F4F;
  --dark02blue: #00497D;
  --blue01: #006EB9;
}
/* CSS Document */
/*モノト追加分*/
.font-bs {
  font-size: 1.8rem;
  color: #1294e5 !important;
}
#site-top {
  /*    background: #ca0000!important;*/
  height: 32px;
  line-height: 32px;
  position: relative;
  z-index: 400;
}
.btn-2 a {
  background: #009dea;
  background: linear-gradient(30deg, #009dea 0%, #1c1b88 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  display: block;
  position: relative;
  border-radius: 4px;
}
.entry-title {
  font-weight: 300 !important;
}
#copyright a {
  color: #f7f7f7;
}
.navigation-title--jpn2 {
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0rem 0rem 2.4rem 0rem;
}
.layout-1 {
  margin: 0rem 1rem 0rem 1rem !important;
}
.layout-2 {
  background: #f2f9fe;
}
.font-1 {
  color: #222;
  font-size: 2.4rem;
}
.solomon-back {
  background-color: #f2f9fe;
  margin-bottom: -20px;
}
#copyright--solomon a {
  color: #f7f7f7 !important;
}
.jrc-p-author {
  /* margin-top: 40px; */
}
.jrc-p-author dt {
  margin-bottom: 10px;
}
.jrc-p-author h2 {
  margin-bottom: 0;
  background: #f2f9fe;
  padding: 25px 25px 0 25px;
  font-size: 2rem;
  color: #559fc5;
  border-radius: 10px 10px 0 0;
}
.jrc-p-profile {
  display: flex;
  margin-bottom: 20px;
  padding: 25px 25px;
  background-color: #f2f9fe;
  border-radius: 0 0 10px 10px;
}
.jrc-p-profile__ph {
  width: 15%;
}
.jrc-p-profile__ph img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.jrc-p-profile__detail {
  width: 85%;
  padding-left: 40px;
  line-height: 2;
}
.jrc-p-profile__text {
  margin-bottom: 15px;
}
@media screen and (max-width: 559px) {
  .jrc-p-profile {
    display: block;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .jrc-p-profile__ph {
    width: 120px;
    margin: 0 auto 15px;
  }
  .jrc-p-profile__detail {
    width: 100%;
    padding-left: 0;
  }
}
.jrc-marginb {
  margin-bottom: 20px;
  font-size: 14px;
}
.jrc-makerpoint {
  /* border: solid 1px #ccc; */
  padding: 8px 16px;
  margin: 0 8px 0 0;
  color: #ffffff;
  border-radius: 16px;
  background-color: #549fc6;
  font-size: 14px;
}
@media screen and (max-width: 559px) {
  .jrc-makerpoint {
    padding: 4px 8px;
  }
}
.jrc-editor blockquote {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 25px 0;
}
.jrc-editor blockquote .jrc-blockquoteBox {
  padding: 12px;
  background: #f2f4f5;
  font-size: 13px;
}
.jrc-editor blockquote cite {
  display: block;
  margin-top: 5px;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  line-height: 2;
}
.jrc-editor blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 17px;
  background: url(/wp/wp-content/themes/alfis/img/_common/blockquote_start@2x.png) left top no-repeat;
  background-size: 20px auto;
}
.jrc-editor blockquote:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 17px;
  background: url(/wp/wp-content/themes/alfis/img/_common/blockquote_end@2x.png) left top no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 559px) {
  .jrc-editor blockquote {
    margin: 0 0 15px;
    padding: 30px 30px 0;
  }
  .jrc-editor blockquote .jrc-blockquoteBox {
    padding: 10px 15px;
    font-size: 12px;
    /* font-size: .812rem; */
  }
  .jrc-editor blockquote cite {
    margin-top: 10px;
    padding-right: 5px;
    font-size: 12px;
    /* font-size: .75rem; */
  }
  .jrc-editor blockquote:before {
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(/wp/wp-content/themes/alfis/img/_common/blockquote_start@2x.png) left top no-repeat;
    background-size: 20px auto;
  }
  .jrc-editor blockquote:after {
    width: 20px;
    height: 20px;
    background: url(/wp/wp-content/themes/alfis/img/_common/blockquote_end@2x.png) left top no-repeat;
    background-size: 20px auto;
  }
}
.header-btn--download a {
  background: #3bb5ff !important;
  /*   background: linear-gradient(30deg, #3bb5ff 0%, #028dd1 100%) !important; */
}
.btn a {
  background: #1c1b88
}
.mb-1 {
  margin-bottom: 1rem;
}
/*新規ページコーディング用*/
/*--COMPONENT PARTS(汎用クラス)-----*/
.c-title02 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .c-title02 {
    font-size: 3rem;
  }
}
@media (min-width: 960px) {
  .c-title02 {
    font-size: 4rem;
  }
}
.c-title03 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
}
.c-ulStyle01 li {
  position: relative;
  padding-left: 26px;
}
.c-ulStyle01 li:before {
  content: "";
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  background: #00abee;
  border-radius: 3px;
  left: 0;
  top: 0.5em;
}
.c-uldisc {
  padding-left: 1em;
  text-indent: 0em;
  margin-left: 1em;
}
.c-uldisc li {
  list-style-type: disc;
}
.c-dlStyleRole {
  font-weight: bold;
  margin-bottom: 26px;
}
.c-dlStyleRole dt {
  background: #05004f;
  color: #fff;
  font-size: 18px;
  padding: 1.5px 10px;
}
.c-dlStyleRole dd {
  background: #fff;
  font-size: 14px;
  padding: 6px 10px;
}
/*--UTILITY PARTS(汎用クラス)-----*/
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (min-width: 960px) {
  .u-text-right_pc {
    text-align: right;
  }
}
/*--font-size*/
.u-fz-10 {
  font-size: 10px;
}
.u-fz-12 {
  font-size: 12px;
}
.u-fz-14 {
  font-size: 14px;
}
.u-fz-15 {
  font-size: 15px;
}
.u-fz-18 {
  font-size: 18px;
}
/*--font-weight*/
.u-fw-bold {
  font-weight: bold;
}
/*--width*/
.u-w300 {
  max-width: 300px;
}
/*--color*/
.u-cl-blue01 {
  color: #05004f;
}
.u-cl-blue02 {
  color: #00abee;
}
.u-cl-blue03 {
  color: #0084c0;
}
.u-cl-blue04 {
  color: #034387;
}
/*--bg color*/
.u-bg-gray02 {
  background: #f2f4f5;
}
.u-bg-blue01 {
  background: #05004f;
}
.u-bg-blue02 {
  background: #00abee;
}
.u-bg-blue03 {
  background: #0084c0;
}
.u-bg-blue04 {
  background: #034387;
}
/*--padding*/
.u-pt-30 {
  padding-top: 30px;
}
.u-pt-40 {
  padding-top: 4rem;
}
.u-pb-40 {
  padding-bottom: 4rem;
}
.u-pt-80 {
  padding-top: 80px;
}
@media (min-width: 769px) {
  .u-pc-mr-10 {
    margin-right: 10px;
  }
}
/*--LAYOUT PARTS(汎用クラス)-----*/
.l-main__article {
  padding-top: 30px;
}
.l-section {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .l-main__article {
    padding-top: 60px;
  }
  .l-section {
    padding-top: 60px;
  }
}
/*--PROJECT PARTS(プロジェクト固有クラス)-----*/
@media (min-width: 769px) and (max-width: 959px) {
  .anchorLink-list.__extendLink {
    width: 100%;
  }
}
/*--heading__title */
.p-heading {
  margin-bottom: 78px;
}
.p-heading__title {
  color: #1d2087;
  font-weight: 600;
  margin-bottom: 30px;
}
.p-heading__lead {
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 2.8rem;
}
.p-heading__lead:before {
  content: "";
  width: 3px;
  background: #000;
  position: absolute;
  left: 0;
  height: 88%;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*--heading__title02 */
.p-heading02 {
  margin-bottom: 30px;
}
.p-heading__title02 {
  padding-bottom: 34px;
  margin-bottom: 40px;
}
.p-heading__title02:after {
  content: "";
  background: #05004f;
  height: 3px;
  width: 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .p-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 959px) {
  .p-heading {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 960px) {
  .p-heading {
    min-width: 1040px;
  }
  .p-heading02 {
    margin-bottom: 48px;
  }
}
/*---__extend01... はpicking-container内共通クラスのfixクラス-*/
.picking-container.__extend01 .overview.__extend01__overview {
  font-size: 1.4rem;
}
.picking-container.__extend01 .__extend01-content02 {
  display: flex;
}
.picking-container.__extend01 .__extend01-row .title02, .picking-container.__extend01 .__extend01-row .title03 {
  line-height: inherit !important;
  background-image: none !important;
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.picking-container.__extend01 .__extend01-row .title02:before, .picking-container.__extend01 .__extend01-row .title03:before {
  content: "";
  background: url(/wp/wp-content/themes/alfis/img/products/fast_picking/ico_02.png) no-repeat center center/contain;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
}
.picking-container.__extend01 .__extend01-row .title03:before {
  background: url(/wp/wp-content/themes/alfis/img/products/fast_picking/ico_03.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .picking-container.__extend01 .__extend01-row .title02:before, .picking-container.__extend01 .__extend01-row .title03:before {
    width: 39px;
  }
}
@media (max-width: 959px) {
  .picking-container.__extend01 {
    width: 100%;
  }
  .picking-container.__extend01 .overview.__extend01__overview {
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .picking-container.__extend01 .__extend01-content02 {
    justify-content: flex-end;
  }
}
.p-article01-01 {
  margin-bottom: 10px;
}
.p-article01-02__content02 {
  flex-direction: column;
}
.p-article01-03-container {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-article01-03-container .__title, .p-article01-03-container .__list {
  margin-bottom: 35px;
}
.p-article01-03-container__title {
  margin-bottom: 35px;
}
.p-article01-03__box {
  width: 100%;
}
.p-article01-03__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-article01-03__img:before {
  content: "";
  display: block;
  padding-top: 63.63%;
}
.p-article01-03__img img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-article01-03__imgCover {
  max-width: 238px;
}
@media (max-width: 768px) {
  .p-article01-03-container {
    width: 93vw;
  }
}
@media (min-width: 769px) {
  .p-article01-03__box {
    display: flex;
  }
}
@media (max-width: 959px) {
  .p-article01-03__box .__right {
    flex-grow: 1;
  }
}
@media (min-width: 960px) {
  .p-article01-03__box .__right {
    padding-left: 30px;
  }
}
.p-article02 {
  padding-bottom: 68px;
}
.p-article02__wrapper.wrapper {
  margin-bottom: 0;
}
.p-article02__work {
  border: 1px solid #000;
  padding: 0 32px;
  max-width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-article02__sec01 {
  margin-bottom: 45px;
}
.p-article02__sec03--note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  .p-article02__work {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .p-article02__work {
    height: 90px;
  }
}
@media (max-width: 959px) {
  .p-article02__sec03-bg {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-article02__sec03--note {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 960px) {
  .p-article02__container {
    background: url(/wp/wp-content/themes/alfis/img/mnt-add/jrc-0008.jpg) no-repeat;
    background-size: 560px 380px;
    background-position: bottom right;
    padding-bottom: 30px;
  }
  .p-article02__sec03--note {
    padding-top: 60px;
    padding-left: 120px;
    padding-right: 12px;
  }
  .p-article02__sec03--note:after {
    content: "";
    background: url(/wp/wp-content/themes/alfis/img/mnt-add/jrc-0009.svg) no-repeat center center/8px 9px;
    display: block;
    width: 8px;
    height: 9px;
    position: absolute;
    bottom: 28px;
    right: 0;
  }
}
.p-article03 {
  padding-top: 56px;
  padding-bottom: 110px;
  margin-bottom: 74px;
}
.p-article03__content {
  background: #fff;
  border-radius: 10px;
  padding-top: 18px;
  padding-left: 40px;
  padding-right: 40px;
}
.p-article03__point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-article03__dlTbl02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-article03__dlTbl02 > * {
  border-bottom: 1px solid currentColor;
  padding: 5px;
}
.p-article03__dlTbl02 dt {
  width: 110px;
}
.p-article03__dlTbl02 dd {
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .p-article03__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 959px) {
  .picking-container.__extend01 .__extend01-row {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .p-article03 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-article03__spec {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 960px) {
  .p-article01-03-container {
    min-width: 792px;
  }
  .p-article03__dlTbl02 {
    width: 466px;
  }
}
/*---- coading-2 */
.p-mission__figure {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 959px) {
  .p-mission__figure {
    width: 720px;
  }
}
.p-ourRole__figureArea {
  padding-top: 36px;
  padding-bottom: 36px;
}
.p-ourRole__detailBox .c-dlStyleRole {
  position: relative;
}
.p-ourRole__detailBox .c-dlStyleRole dt {
  text-align: center;
}
.p-ourRole__detailBox .c-dlStyleRole dd {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-ourRole__detailBox.__third .c-dlStyleRole dd {
  padding-top: 8px;
  padding-bottom: 10px;
}
.p-ourRole__detailBox.__third .__descrioption {
  padding-bottom: 7px;
}
.p-ourRole__detailBox.__third .__imageItem {
  width: 100%;
  padding: 6px;
}
.p-ourRole__detailBox.__third .__imageItem span {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.p-ourRole__detailBox.__third .__imageItem span:before {
  content: "";
  display: block;
  padding-top: 52%;
}
.p-ourRole__detailBox.__third .__imageItem img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 959px) {
  .p-ourRole__detailBox .c-dlStyleRole {
    max-width: 312px;
  }
  .p-ourRole__detailBox.__first .c-dlStyleRole:after {
    content: "";
    background: url(/wp/wp-content/themes/alfis/img/mnt-add/jrc-0009.svg) no-repeat;
    width: 18px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -32px;
  }
}
.p-ourRole__constBox {
  position: relative;
}
@media (min-width: 959px) {
  .p-ourRole__constBox:after {
    content: "";
    background: url(/wp/wp-content/themes/alfis/img/mnt-add/jrc-0009.svg) no-repeat;
    width: 18px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
  }
}
.p-ourRole__constBox-01 {
  text-align: center;
}
.p-ourRole__constBox-01 .__logo {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 122px;
}
.p-ourRole__constBox-01 .__apeal {
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.p-businessList {
  margin-bottom: 40px;
}
.p-businessListRow {
  margin-right: -31px;
  margin-left: -31px;
}
@media (max-width: 959px) {
  .p-ourRole__constBox {
    margin-bottom: 30px;
  }
}
.p-ourRole_ListBox {
  border: 1px solid #05004f;
  background: #fff;
  padding: 12px 24px 10px;
  line-height: 1.5;
  font-size: 15px;
  margin: auto;
}
@media (min-width: 960px) {
  .p-ourRole_ListBox {
    width: 268px;
  }
}
.p-businessListItem {
  padding: 0 31px;
  display: block;
  padding-bottom: 32px;
}
.p-businessListItem a {
  text-decoration: none;
}
.p-businessListItem .__caption {
  display: flex;
  padding: 12px 0 0;
  justify-content: center;
}
.p-businessListItem .__label {
  border: 1px solid #000;
  padding: 0 8px;
}
.p-businessListImg {
  position: relative;
  overflow: hidden;
}
.p-businessListImg:before {
  content: "";
  padding-top: 66.4%;
  display: block;
}
.p-businessListImg img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-robotPointWrap {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-robotPoint {
  margin-left: -20px;
  margin-right: -20px;
}
.p-robotPoint .__item {
  margin-bottom: 20px;
}
.p-robotPoint .__item > * {
  margin: 0 20px;
}
.p-robotPoint .__title {
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-robotPoint .__content {
  line-height: 1.4;
  font-size: 14px;
}
.p-robotPoint .__label {
  min-width: 112px;
  height: 25px;
  /* line-height: 23px; */
  border: 2px solid #034387;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.5rem;
}
.p-robotPoint .__content-item {
  display: flex;
}
.p-robotPoint .__text {
  position: relative;
  padding-left: 28px;
}
.p-robotPoint .__text:before {
  content: "･･･";
  letter-spacing: -2px;
  position: absolute;
  left: 3px;
}
@media (max-width: 769px) {
  .p-robotPoint .__content {
    padding: 10px;
  }
}
@media (max-width: 959px) {
  .p-robotPoint .__title {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .p-robotPoint .__item {
    display: flex;
  }
  .p-robotPoint .__title {
    width: 150px;
    height: 45px;
  }
}
@media (min-width: 960px) {
  .p-robotPoint .__title {
    font-size: 25px;
    width: 224px;
  }
  .p-robotPoint .__content {
    font-size: 18px;
  }
}
.p-threeSolution .p-threeSolution--title {
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.p-threeSolution .p-threeSolution--title:after {
  content: "";
  background: #0084c0;
  width: 100%;
  height: 2px;
  bottom: 0;
  position: absolute;
}
.p-threeSolution .p-threeSolution--title .__num {
  height: 32px;
  width: 32px;
}
.p-threeSolution .p-threeSolution--title .__title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-threeSolution .p-threeSolution--title .__num {
    margin-right: 10px;
  }
}
@media (min-width: 769px) {
  .p-threeSolution .row {
    display: flex;
    justify-content: space-around;
  }
  .p-threeSolution .p-threeSolution--title {
    flex-direction: column;
  }
  .p-threeSolution .p-threeSolution--title .__num {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .p-threeSolution .p-threeSolution--title .__title {
    font-size: 25px;
  }
}
.p-threeSolution--content {
  font-size: 14px;
}
.p-threeSolutionDetail {
  margin-bottom: 94px;
  padding: 54px 0;
}
.p-threeSolutionDetail .__item {
  margin-bottom: 65px;
}
.p-threeSolutionDetail .__item:last-child {
  margin-bottom: 0;
}
.p-threeSolutionDetail .__title {
  display: flex;
  font-size: 24px;
  align-items: center;
  color: #0084c0;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-threeSolutionDetail .__num {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 20px;
}
.p-threeSolutionDetail .__content p {
  text-indent: 1em;
}
@media (max-width: 768px) {
  .p-threeSolution--content {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .p-threeSolution--item {
    max-width: 336px;
    width: 33.33333%;
  }
}
.top-hero {
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.top-hero:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  background: #009dea7a;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}
.top-heroVideoPC {
  width: 100%;
  height: 750px;
  position: relative;
  object-fit: cover;
}
.hero__header {
  line-height: 1.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  max-height: 526px;
  margin-top: 50px;
  margin-bottom: auto;
}
.hero__header .ctt-width {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero__header__copy {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  height: 28%;
  display: flex;
  align-items: center;
}
.top-hero.mainvisual .mv-title {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 80px;
}
.top-hero.mainvisual .mv-title .text-wrapper {
  margin: 0 0 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  color: #006EB9;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: initial;
  background: #fff;
}
.top-hero__button a {
  color: #fff;
  text-decoration: none;
  width: 440px;
  background-color: #1a1a7d;
  font-size: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.top-hero__button a:hover {
  text-shadow: 0 0 2px white
}
@media (max-width: 959px) {
  .top-heroVideoPC {
    height: 650px;
  }
  .hero__header {
    /* max-height: 500px; */
    margin-top: 20px;
  }
  .top-hero:before {
    /* height: calc(100% - 50px); */
  }
  .top-hero.mainvisual {
    /* padding-bottom: 50px; */
    background: #fff;
  }
  .top-hero.mainvisual .mv-title .text-wrapper {
    font-size: 30px;
  }
  .top-hero.mainvisual .mv-title strong {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
  }
  .hero__header__copy {
    /* padding-top: 30px; */
    font-size: 20px;
    /* justify-content: center; */
  }
  .top-hero__button a {
    /* height: 80px; */
    font-size: 17px;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .hero__header .ctt-width {
    height: 90%;
  }
  .top-heroVideoPC {
    height: 550px;
  }
  .top-hero.mainvisual .mv-title .text-wrapper {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .hero__header__copy {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .top-hero.mainvisual .mv-title {
    height: 34%;
  }
}
.top-news {
  font-size: 18px;
  margin: auto;
  position: relative;
}
.top-news__wrap {
  display: block;
  height: 94px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  width: 100%;
  text-decoration: none;
  margin-bottom: 10px;
}
.top-news__wrap:hover {
  /*   opacity: 0.8; */
  opacity: 1;
}
.top-news__body {
  display: flex;
  height: 100%;
  width: 100%;
}
.top-news__title {
  background-color: #3E3A39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
}
.top-news__cover {
  position: absolute;
  top: -45px;
  z-index: 9;
  left: 0;
  right: 0;
}
.top-news__content {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: white;
  width: 100%;
}
.top-news__content .top-news__date, .top-news__content .top-news__txt {
  display: flex;
  padding: 24px;
}
.top-news__content .top-news__date {
  position: relative;
}
.top-news__content .top-news__date:after {
  content: "|";
  font-size: inherit;
  position: absolute;
  right: -2px;
  margin: auto;
}
@media (max-width: 959px) {
  .top-news__content .top-news__date, .top-news__content .top-news__txt {
    padding: 10px;
  }
  .top-news__cover {
    /* position: relative; */
    margin-top: 30px;
    top: auto;
    margin-bottom: 50px;
    padding: 0 20px 0 20px;
  }
  .top-news__title {
    width: 100%;
  }
  .top-news__wrap {
    height: auto;
    font-size: 14px;
  }
  .top-news__body {
    flex-direction: column;
  }
}
@media (min-width: 960px) {
  .top-news__content {
    width: calc(100% - 178px);
  }
}
.products-info {
  padding-top: 144px;
  padding-bottom: 140px;
}
.readmore {
  font-size: 16px;
}
@media (max-width: 959px) {
  .readmore {
    font-size: 14px;
  }
  .products-info {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.top-consult__ttl {
  color: #00497D;
  font-size: 26px;
  text-align: center;
}
.top-ttl01 {
  margin: 40px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-ttl01 .__title {
  font-size: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.top-ttl01 .__title:after, .top-ttl01 .__title:before {
  content: "";
  background: #000000;
  height: 1px;
  width: 68px;
  margin-left: 0.6em;
  margin-right: 0.6em;
}
.top-ttl01.ttl_case {
  background: url(img/top/top_ttl_case.png) no-repeat center center/contain;
}
.top-ttl01.ttl_alfis {
  background: url(img/top/top_ttl_alfis.png) no-repeat center center/contain;
}
.top-ttl01.ttl_solution {
  background: url(img/top/top_ttl_solution.png) no-repeat center center/contain;
}
.top-ttl01.ttl_products {
  background: url(img/top/top_ttl_products.png) no-repeat center center/contain;
}
@media (max-width: 959px) {
  .top-ttl01 {
    margin: 20px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-ttl01 .__title {
    font-size: 18px;
  }
  .top-ttl01 .__title:after, .top-ttl01 .__title:before {
    width: 20px;
  }
}
@media (max-width: 959px) {
  .top-consult__ttl {
    font-size: 18px;
  }
}
.top-productList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.top-productList__item {
  padding: 10px;
  margin-bottom: 30px;
  width: 25%;
}
.top-productList__item > a {
  display: block;
  text-decoration: none;
}
.top-productList__item .__image {
  position: relative;
}
.top-productList__item .__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-productList__item .__image .__coverImg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
.top-productList__item .__image .__coverImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-productList__item .__text {
  font-size: 15px;
  padding-top: 15px;
}
.top-productList__item .__ttl {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.top-productList__wrap {
  margin-top: -140px;
}
@media (max-width: 959px) {
  .top-productList__wrap {
    margin-top: -40px;
  }
  .top-productList__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-productList {
    margin-left: 0;
    margin-right: 0;
  }
  .top-productList.__pattern02 .top-productList__item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .top-productList__item {
    padding: 8px;
    margin-bottom: 0;
  }
  .top-productList__item .__ttl {
    font-size: 14px;
    padding: 8px;
  }
  .top-productList__item .__text {
    font-size: 13px;
    padding-top: 8px;
  }
}
.top-solution {
  padding-top: 84px;
  background: url(./img/top/top_img_solution.jpg) no-repeat center center/cover;
}
.top-solutionHead {
  margin-bottom: 50px;
}
.top-solutionCopy {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 70px;
}
.top-solutionBox {
  background: #fff;
  padding: 10px 10px 50px;
}
.top-solutionTtl {
  font-size: 24px;
  text-align: center;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 80px;
}
.top-solutionTtl span {
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.top-solutionTtl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 78px;
  background: url(./img/top/top_icon_solution.png) center center/contain;
}
.top-solution__contWrap {
  display: flex;
  justify-content: space-around;
}
.solution__title {
  display: flex;
  font-size: 20px;
  color: #042F4F;
  margin-bottom: 10px;
  height: 32px;
  line-height: 1;
  align-items: center;
  font-weight: bold;
}
.solution__title span {
  background: #042F4F;
  color: #fff;
  padding: 8px 16px;
  margin-right: 0.6em;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.solution__title1 {
  display: flex;
  font-size: 20px;
  color: #696969;
  margin-bottom: 10px;
  height: 32px;
  line-height: 1;
  align-items: center;
  font-weight: bold;
}
.solution__title1 span {
  background: #696969;
  color: #fff;
  padding: 8px 16px;
  margin-right: 0.6em;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.solution__title2 {
  display: flex;
  font-size: 20px;
  color: #1294e5;
  margin-bottom: 10px;
  height: 32px;
  line-height: 1;
  align-items: center;
  font-weight: bold;
}
.solution__title2 span {
  background: #009ff6;
  color: #fff;
  padding: 8px 16px;
  margin-right: 0.6em;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.solution__content {
  max-width: 412px;
  width: 100%;
  position: relative;
}
.solution__content.__before {
  position: relative;
}
.solution__content.__before:after {
  content: "";
  display: block;
  width: 18px;
  height: 64px;
  background: url(./img/top/top_icon_arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-solutionLinkWrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: -32px;
  margin-right: -32px;
}
.top-solutionLinkWrap li {
  width: 50%;
  padding: 0 32px;
}
.top-solutionLinkWrap a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  padding: 19px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
}
.top-solutionLinkWrap a:hover {
  /*   opacity: 0.8; */
  background: rgba(255, 255, 255, 0.26);
  text-shadow: 0 0 2px white;
}
.top-solutionLinkArea {
  padding-top: 77px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .top-solutionHead {
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .top-solutionBox {
    box-shadow: 14px 12px 1px #dcdddd;
  }
  .top-solutionLinkWrap br {
    display: none;
  }
}
@media (max-width: 959px) {
  .top-solutionCopy {
    font-size: 20px;
  }
  .top-solutionTtl {
    font-size: 17px;
  }
  .top-solutionTtl span {
    font-size: 14px;
  }
  .top-solutionLinkArea {
    padding-top: 24px;
  }
  .top-solution__contWrap {
    flex-direction: column;
  }
  .top-solutionLinkWrap {
    margin: 0;
  }
  .top-solutionLinkWrap li {
    padding: 5px;
  }
  .top-solutionLinkWrap li a {
    font-size: 14px;
  }
  .solution__content {
    width: 100%;
    max-width: 100%;
  }
  .solution__content.__before {
    padding-bottom: 70px;
  }
  .solution__content.__before:after {
    transform: rotate(90deg);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    top: auto;
  }
  .solution__title {
    font-size: 16px;
  }
  .solution__title span {
    font-size: 14px;
  }
  .solution__title1 {
    font-size: 16px;
  }
  .solution__title1 span {
    font-size: 14px;
  }
  .solution__title2 {
    font-size: 16px;
  }
  .solution__title2 span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .top-solutionCopy {
    font-size: 18px;
  }
}
.top-whyChoose {
  background: #F0F8FE;
  padding-top: 10px;
}
.whyChooseBox {
  display: flex;
}
.whyChooseBox > div {
  width: 50%;
}
.whyChooseBox.__type01 .whiChoose__cont, .whyChooseBox.__type02 .whiChoose__cont {
  width: 32%;
}
.whyChooseBox.__type01 {
  background: #F0F8FE;
}
.whyChooseBox.__type01 .whyChooseTtl {
  margin-left: -84px;
}
.whyChooseBox.__type01 .whiyChooseText {
  padding: 40px 0 30px 30px;
}
.whyChooseBox.__type02 {
  background: #fff;
}
.whyChooseBox.__type02 .whyChooseTtl {
  margin-right: -84px;
}
.whyChooseBox.__type02 .whiyChooseText {
  padding: 40px 30px 30px 0;
}
.whyChoose__image {
  line-height: 0;
}
.whyChooseTtl {
  background: url(./img/top/top_ttl_whyBg.jpg) no-repeat center center/cover;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
}
.whyChooseTtl .__ttl {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whyChooseTtl .__ttl .__titleImg {
  display: block;
  height: 22px;
}
.whyChooseTtl .__ttl .__titleImg img {
  height: 100%;
}
@media (min-width: 960px) {
  .whyChooseBox.__type02 {
    flex-direction: row-reverse;
  }
}
@media (max-width: 959px) {
  .whyChooseBox {
    flex-direction: column;
  }
  .whyChooseBox > div {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .whyChooseBox.__type01 .whiChoose__cont, .whyChooseBox.__type02 .whiChoose__cont {
    width: 100%;
  }
  .whyChooseBox.__type01 {
    background: #F0F8FE;
  }
  .whyChooseBox.__type01 .whyChooseTtl {
    margin-left: 0px;
  }
  .whyChooseBox.__type01 .whiyChooseText {
    padding: 20px;
  }
  .whyChooseBox.__type02 .whyChooseTtl {
    margin-right: 0;
  }
  .whyChooseBox.__type02 .whiyChooseText {
    padding: 20px;
  }
  .whyChooseTtl {
    font-size: 15px;
    margin-top: 0;
  }
}
.aboutAlfisCont a {
  color: #006EB9;
}
.top-aboutAlfis {
  background: #F0F8FE;
  padding-top: 50px;
  padding-bottom: 80px;
}
.aboutAlfisBox {
  display: flex;
  background: #fff;
  padding: 12px;
  position: relative;
}
.aboutAlifisImg {
  line-height: 0;
  width: 22%;
}
.aboutAlifisImg img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.aboutAlfisCont {
  width: 78%;
  padding-left: 4%;
  padding-right: 3%;
}
.aboutAlfisSubTtl {
  position: absolute;
  background: var(--darkblue);
  color: #fff;
  padding: 1px 19px;
  top: -10px;
  left: -10px;
}
@media (max-width: 768px) {
  .aboutAlifisImg {
    width: 100%;
    height: 150px;
  }
  .aboutAlfisBox {
    flex-direction: column;
  }
  .aboutAlfisCont dt img {
    width: 140px;
  }
  .aboutAlfisCont {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
.top-case {
  padding-top: 40px;
  text-align: center;
}
.top-case img {
  border: solid 1px #edeeef;
}
.top-productList.__pattern01 .__image {
  background: #000;
}
.top-productList.__pattern01 .__image .__coverImg img {
  opacity: 0.6;
}
.top-productList.__pattern02 .__image:before {
  padding-top: 83%;
}
.top-productList.__pattern02 a {
  color: var(--dark02blue);
  text-align: left;
  font-weight: bold;
}
.top-productList.__pattern02 a:hover {
  opacity: 0.8;
}
.top-productList.__pattern02 .top-productList__item .__text {
  /* padding-right: 34px; */
  position: relative;
  text-align: left;
}
.top-productList.__pattern02 .top-productList__item .__text:after {
  content: "〉";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  padding-top: 15px;
  color: #fff;
}
.top-productList.__pattern03 .__image:before {
  padding-top: 66%;
}
.top-productList.__pattern03 a {
  color: var(--dark02blue);
  text-align: left;
  font-weight: bold;
}
.top-productList.__pattern03 a:hover {
  opacity: 0.8;
}
.top-productList.__pattern03 .top-productList__item {
  width: 33.333%;
}
.top-productList.__pattern03 .__text {
  font-size: 17px;
  text-align: center;
  margin-bottom: 12px;
}
.top-productList.__pattern03 .__text02 {
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}
.top-productList.__pattern03 .readmore span {
  font-weight: normal;
  color: #000;
  line-height: 1;
  text-decoration: none;
  padding: 0 12px 0 32px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}
.top-productList.__pattern03 .readmore span:before {
  content: "";
  background: #103657;
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: all 0.2s ease;
}
.top-productList.__pattern03 .readmore span:after {
  content: "";
  border-right: 1px solid #103657;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -1px;
  left: 15px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.top-productList.__pattern03 .readmore span:hover {
  padding: 0 0px 0 44px;
}
.top-productList.__pattern04 .__image:before {
  padding-top: 66%;
}
.top-productList.__pattern04 a {
  color: var(--dark02blue);
  text-align: left;
  font-weight: bold;
}
.top-productList.__pattern04 a:hover {
  opacity: 0.8;
}
.top-productList.__pattern04 .top-productList__item {
  width: 25%;
}
.top-productList.__pattern04 .__text {
  font-size: 17px;
  text-align: center;
  margin-bottom: 12px;
}
.top-productList.__pattern04 .__text02 {
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}
.top-productList.__pattern04 .readmore span {
  font-weight: normal;
  color: #000;
  line-height: 1;
  text-decoration: none;
  padding: 0 12px 0 32px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}
.top-productList.__pattern04 .readmore span:before {
  content: "";
  background: #103657;
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: all 0.2s ease;
}
.top-productList.__pattern04 .readmore span:after {
  content: "";
  border-right: 1px solid #103657;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -1px;
  left: 15px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.top-productList.__pattern04 .readmore span:hover {
  padding: 0 0px 0 44px;
}
.top-linkBtn01 {
  max-width: 480px;
  width: 80%;
  margin: 20px auto;
}
.top-linkBtn01 a {
  background: #009dea;
  background: linear-gradient(30deg, #009dea 0%, #1c1b88 100%);
  color: #Fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  padding: 18.5px;
  border-radius: 4px;
}
.top-linkBtn01 a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .top-linkBtn01 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-productList.__pattern03 {
    padding-bottom: 40px;
  }
  .top-productList.__pattern03 .top-productList__item {
    width: 100%;
  }
  .top-productList.__pattern04 {
    padding-bottom: 40px;
  }
  .top-productList.__pattern04 .top-productList__item {
    width: 100%;
  }
}
.u-text14 {
  font-size: 14px;
}
.top-services {
  margin-top: 40px;
  padding-top: 4px;
  box-shadow: 1px 7px 13px -1px #efefef inset;
  background: #F0F8FE;
}
.top-column {
  background: #F0F8FE;
  padding-bottom: 80px;
}
.top-columnTtl {
  font-weight: bold;
  font-size: 20px;
  width: 21%;
  padding-top: 5px;
  padding-bottom: 10px;
}
.top-columnTtl img {
  margin-left: 5px;
}
.top-columnWrap {
  display: flex;
}
.top-columnListWrap {
  width: 79%;
}
.top-columnList__item {
  padding: 5px 0 5px;
}
.top-columnList__item a {
  background: var(--blue01);
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 11px 35px 11px 20px;
  position: relative;
}
.top-columnList__item a:after {
  content: "〉";
  color: #fff;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.top-columnList__item a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .top-columnWrap {
    flex-direction: column;
  }
  .top-columnListWrap {
    width: 100%;
  }
  .top-columnTtl {
    width: 100%;
    font-size: 18px;
  }
}
.top-inquiryHead {
  margin-bottom: 50px;
}
.top-inquiry {
  padding-top: 45px;
  padding-bottom: 60px;
  border-bottom: 1px solid #545454;
}
.top-inquiryTtl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  color: var(--darkblue);
}
.top-inquiryTtl__sub {
  font-size: 20px;
  text-align: center;
}
.inquriyBox {
  display: flex;
  margin-left: -2%;
  margin-right: -2%;
}
.inquiryItem {
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
}
.inquiryItem a {
  text-decoration: none;
}
.inquiryItem a:hover {
  opacity: 0.8;
}
.inquiryItem .__image {
  position: relative;
}
.inquiryItem .__image:before {
  content: "";
  display: block;
  padding-top: 64%;
}
.inquiryItem .__image .__coverImg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
.inquiryItem .__image .__coverImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inquiryItem .__image .__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}
.inquiryItem .__image .__title {
  font-size: 24px;
  margin-bottom: 20px;
}
.inquiryItem .__image .__contactInfo {
  margin-top: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-bottom: 4%;
}
.inquiryItem .__image .__contactInfo .__info02 {
  font-size: 22px;
}
.inquiryItem .__image .__contactInfo .__info02 span {
  font-size: 16px;
}
.inquiryItem .__image .__contactInfo .__info03 {
  font-size: 14px;
}
.top-inquiryMore {
  background: #27A3F3;
  color: #fff;
  font-size: 18px;
  padding: 19px 10px;
  text-align: center;
}
.__item02 .top-inquiryMore {
  background: #1a1a7d;
}
@media (max-width: 959px) {
  .top-inquiryTtl {
    font-size: 18px;
  }
  .top-inquiryTtl__sub {
    font-size: 16px;
  }
  .inquiryItem .__image .__title {
    font-size: 18px;
    margin-bottom: 75px;
  }
  .inquiryItem .__image .__text {
    padding-top: 40px;
  }
  .inquiryItem .__image .__contactInfo {
    font-size: 14px;
  }
  .inquiryItem .__image .__contactInfo .__info02 {
    font-size: 14px;
  }
  .inquiryItem .__image .__contactInfo .__info02 span {
    font-size: 12px;
  }
  .inquriyBox {
    margin: 0;
  }
  .inquiryItem {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (max-width: 768px) {
  .inquriyBox {
    flex-direction: column;
  }
  .top-inquiryTtl span {
    display: none;
  }
  .inquiryItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-inquiryMore {
    font-size: 16px;
  }
  .inquiryItem .__image .__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) and (min-width: 560px) {
  .inquiryItem .__image:before {
    padding-top: 50%;
  }
}
/*目次*/
.p-mokujialfis { /* margin:30px 20px 70px 20px; */
  padding: 20px 20px 5px 20px;
  background: #f8f8f8;
}
.p-mokujialfis__title {
  /* padding: 0 0 0 40px; */
  background-size: 28px auto;
  font-weight: 700;
  font-size: 16px;
  /* font-size:1rem; */
}
.p-mokujialfis__contents {
  margin-top: 10px;
  padding: 15px 10px 0 10px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  /* font-size:.875rem; */
}
.p-mokujialfis__contents ol a {
  text-decoration: none;
}
.p-mokujialfis__contents ol a:hover {
  text-decoration: underline;
}
.p-mokujialfis__contents li {
  padding-bottom: 3px;
  font-weight: 700;
  list-style: decimal !important;
  font-size: 15px;
}
.p-mokujialfis__contents li a {
  color: #0084c0;
}
.p-mokujialfis__contents ol {
  /* padding: 0 0 3px 20px; */
}
.p-mokujialfis__contents li li {
  padding-bottom: 3px;
  font-weight: 300;
  list-style: disc !important;
  /* font-size: 14px; */
}
.p-mokujialfis__contents li li a {
  color: #222;
}
@media screen and (max-width:768px) {
  .p-mokujialfis__title {
    /* padding: 0 0 0 30px; */
    background-size: 20px auto;
    font-size: 14px;
    /* font-size: .875rem; */
  }
  .p-mokujialfis__contents li {
    font-size: 14px;
  }
  .p-mokujialfis__contents {
    margin-top: 5px;
    padding: 15px 15px 0 15px;
  }
  .p-mokujialfis__contents ol {
    padding: 0 0 3px 10px;
  }
}
/*内部リンク*/
.c-opa {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-opa:hover {
  text-decoration: none !important;
  opacity: .7;
}
@media screen and (max-width:768px) {
  .c-opa {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
  }
  .c-opa:hover {
    opacity: 1;
  }
}
.p-anchorBoxalfis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px; /* border-radius:4px; */ /* -webkit-border-radius:4px; */ -moz-border-radius: 4px; /* background:#f4f5f8; */ border: 1px solid #d6d6d6;
}
.p-anchorBoxalfis__top {
  padding: 8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #f5f8f8;
  background: #009ff6;
  line-height: 1.75;
  font-size: 12px; /* font-size:0.75rem; */
}
.p-anchorBoxalfis__img {
  width: 200px;
}
.p-anchorBoxalfis__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-anchorBoxalfis__right {
  width: calc(100% - 185px);
  padding-left: 15px;
}
.p-anchorBoxalfis__title {
  margin-bottom: 0px;
  padding: 5px 0 0 0;
  color: #595757;
  font-weight: 800;
  margin-top: -2.2rem;
}
.p-anchorBoxalfis__text {
  line-height: 1.75; /* font-size:16px; */ margin-bottom: 2.2rem; /* font-size:1rem; */
}
@media screen and (max-width: 768px) {
  .p-anchorBoxalfis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    margin-top: 25px;
    padding: 10px;
  }
  .p-anchorBoxalfis__top {
    padding: 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #f5f8f8;
    background: #009ff6;
    line-height: 1.75;
    font-size: 12px; /* font-size:0.75rem; */
  }
  .p-anchorBoxalfis__img {
    width: 150px;
    height: 150px;
  }
  .p-anchorBoxalfis__right {
    width: calc(100% - 135px);
    padding-left: 15px;
    height: 150px;
  }
  .p-anchorBoxalfis__title {
    margin-bottom: 5px;
    padding: 0 0 0 0;
    /* font-size: 13px; */
    /* font-size:0.812rem; */
    margin-top: 5px;
  }
  .p-anchorBoxalfis__text {
    line-height: 1.75;
    /* font-size: 13px; */
    /* font-size:0.812rem; */
  }
}
/*リスト*/
.p-roundBox {
  /* margin-bottom: 20px; */
  padding: 10px 20px;
  border-radius: 10px;
  border: dotted 1px #ccc;
}
@media screen and (max-width:768px) {
  .p-roundBox {
    margin-bottom: 15px;
    padding: 10px 15px;
  }
}
.p-agencyalfis {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-pack: justify; */
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  /* margin-bottom: 20px; */
  font-size: 15px;
}
.p-agencyalfis ul {
  width: 100%; /* padding: 0 0 0 5px; */ margin-bottom: -0rem;
}
.p-agencyalfis li {
  padding: 10px 0;
  list-style: none !important;
  border-bottom: 1px solid #efefef;
}
.p-agencyalfis li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-agencyalfis {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    /* font-size: 0.875rem; */
  }
  .p-agencyalfis ul {
    width: 100%;
    list-style: none !important;
    padding-left: 0;
  }
  .p-agencyalfis li {
    padding: 10px 0 10px 0;
    list-style: none !important;
    border-top: none;
    font-size: 14px;
    /* font-size: 0.937rem; */
  }
}
.balloon5 {
  position: relative;
  padding: 20px 20px 1px 20px;
  border-radius: 10px;
  color: #333;
  background-color: #e5f0f8;
  margin-right: 110px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.balloon5 .icon {
  position: absolute;
  right: -110px;
  top: -5px;
  op: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.balloon5 .icon img {
  width: 64px;
  height: 64px;
  /* border-radius: 50%; */
  /* -webkit-border-radius: 50%; */
  -moz-border-radius: 50%;
}
.balloon5::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #e5f0f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 767px) {
  .balloon5 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333;
    background-color: #e5f0f8;
    margin-right: 110px;
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.one-application ul {
  margin: 0px !important;
  padding: 2.4rem 3.2rem 2.4rem 4.2rem !important;
}
.one-application2 #equipment-slide {
  width: 840px;
  margin: 0rem 0rem 4.8rem 0rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width:959px) {
  .one-application2 #equipment-slide {
    margin: 0rem 0rem 3.4285714286rem 0rem;
  }
}
@media screen and (max-width:559px) {
  .one-application2 #equipment-slide {
    margin: 0rem 0rem 2.6666666667rem 0rem;
  }
}
@media screen and (max-width:959px) {
  .one-application2 #equipment-slide {
    width: auto;
  }
}
.one-application2 #equipment-slide .slide-viewport {
  width: 684px;
  margin: 0 0 10px 0;
  /* float: left; */
}
@media screen and (max-width:959px) {
  .one-application2 #equipment-slide .slide-viewport {
    width: auto;
    margin: 0rem 0rem 0.8rem 0rem;
    float: none;
  }
}
@media screen and (max-width:959px) and (max-width:959px) {
  .one-application2 #equipment-slide .slide-viewport {
    margin: 0rem 0rem 0.5714285714rem 0rem;
  }
}
@media screen and (max-width:959px) and (max-width:559px) {
  .one-application2 #equipment-slide .slide-viewport {
    margin: 0rem 0rem 0.4444444444rem 0rem;
  }
}
.one-application2 #equipment-slide .slide-viewport .slide {
  border: 1px solid #d6d6d6;
}
.one-application2 #equipment-slide .slide-thumbnail {
  /* width: 140px; */
  margin: 0 !important;
  float: right;
}
@media screen and (max-width:959px) {
  .one-application2 #equipment-slide .slide-thumbnail {
    text-align: center;
    width: auto;
    float: none;
  }
}
.one-application2 #equipment-slide .slide-thumbnail .thumbnail-item {
  border: 1px solid #d6d6d6;
  width: 140px;
  margin: 0rem 10px 0rem 0rem;
}
@media screen and (max-width:959px) {
  .one-application2 #equipment-slide .slide-thumbnail .thumbnail-item {
    margin: 0rem 0rem 0.5714285714rem 0rem;
  }
}
@media screen and (max-width:559px) {
  .one-application2 #equipment-slide .slide-thumbnail .thumbnail-item {
    margin: 0rem 0rem 0.4444444444rem 0rem;
  }
}
@media screen and (max-width:959px) {
  .one-application2 #equipment-slide .slide-thumbnail .thumbnail-item {
    width: 120px;
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width:559px) {
  .one-application2 #equipment-slide .slide-thumbnail .thumbnail-item {
    width: 88px;
  }
}
.solution-table table tr th {
  border: 1px solid #d6d6d6;
  font-weight: normal;
  text-align: left;
  padding: 12px 24px !important;
  height: 48px !important;
  vertical-align: middle;
}
.solution-table table tr td {
  border: 1px solid #d6d6d6;
  font-weight: normal;
  text-align: left;
  padding: 12px 24px !important;
  height: 48px !important;
  margin-top: -1px;
  vertical-align: middle;
}
.caption {
  font-size: 13px;
  margin: -30px 0 20px 0 !important;
  text-align: right;
}
@media screen and (max-width:959px) {
  .caption {
    font-size: 13px;
    margin: -20px 0 20px 0 !important;
    text-align: right;
  }
}
@media screen and (max-width:559px) {
  .caption {
    font-size: 12px;
    margin: -15px 0 20px 0 !important;
    text-align: right;
  }
}
@media screen and (max-width:559px) {
  .brnone {
    display: none;
  }
}
.entry-content img {
  width: 100%;
}
s