@charset "utf-8";

body {
  font-family: 'PT Sans', Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}


/* ----------------------
 ローカルナビゲーション
 ---------------------- */
.whatLocalNavi {
  margin-top: -16px;
  padding: 10px 0;
  background: #ece9d9;
}

.whatLocalNaviList {
  display: flex;
  padding: 0;
  overflow: scroll;
  font-weight: bold;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style:none;
}

.whatLocalNaviList li {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
}

.whatLocalNaviList li a {
  position: relative;
  display: block;
  padding: 8px 36px 8px 15px;
  color: #666;
  white-space: nowrap;
  border-radius: 2em;
  background: #fbfbf9;
  transition: background-color .2s;
}

.whatLocalNaviList li a:before {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #AAA;
  transform: rotate(45deg);
}

.whatLocalNaviList li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.whatLocalNaviList li.stay {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 2em;
}

.whatLocalNaviList li.stay a {
  padding: 0;
  font-weight: bold;
  background: none;
}

.whatLocalNaviList li.stay a:before {
  content: none;
}

@media screen and (min-width: 768px){
  .whatLocalNavi {
    margin-top: 30px;
    background: #ece9d9;
  }
  .whatLocalNaviList {
    justify-content: center;
  }
  .whatLocalNaviList li {
    font-size: 18px;
  }
  .whatLocalNaviList li a {
    padding: 12px 40px 12px 24px;
  }
  .whatLocalNaviList li a:before {
    top: 19px;
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .whatLocalNaviList li.stay {
    padding: 12px 24px;
  }

}


/* ----------------------
 メインビジュアル
 ---------------------- */

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }

  20% {
    display: block;
    opacity: 0
  }

  to {
    display: block;
    opacity: 1
  }
}

@keyframes fade-in-up {
  0% {
    transform: translateY(10px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

/* メインビジュアル（特徴） */
.whatMainVisual {
  position: relative;
  text-align: center;
}

.whatMainVisualInner {
  display: inline-block;
  margin: 25px 0 0 0;
  font-size: 12px;
}

.whatMainVisualText {
  font-family: "FOT-花風テクノ Std E","FOT-UD明朝 Pr6 M", "UDMinchoPr6-M", Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  animation: fade-in-up .5s 1s 1 both;
}

.whatMainVisualImg {
  margin: 15px 0 0 0;
  animation: fade-in-up .5s 1.5s 1 both;
}

.whatMainVisualImg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 468px){
  .whatMainVisualInner {
    margin: 50px 0 0 0;
    font-size: 16px;
  }
  .whatMainVisualImg {
    margin: 35px 0 0 0;
  }
}

@media screen and (min-width: 768px){
  .whatMainVisualInner {
    font-size: 20px;
  }
  .whatMainVisualImgItem {
    max-width: 295px;
  }
}

/* 導入するためには（特徴） */
.whatMainVisual2 {
  display: flex;
  flex-direction: column;
  max-width: 766px;
  margin: 0 auto;
  padding: 20px 0;
}

.whatMainVisual2Detail p {
  margin: 0 0 35px 0;
  font-size: 16px;
  line-height: 1.7;
}

.whatMainVisual2Btn {
  text-align: center;
}

.whatMainVisual2Image {
  margin: 0 auto;
  width: 50%;
}


@media screen and (min-width: 768px){
  .whatMainVisual2 {
    flex-direction: row;
    padding: 75px 0 80px;
  }
  .whatMainVisual2Detail {
    padding: 0 30px 0 0;
  }
  .whatMainVisual2Content {
    width: 70%;
  }

  .whatMainVisual2ImageWrap {
    padding: 0 0 0 30px;
  }
  .whatMainVisual2Image {
    width: auto;
  }

}


.whatNoPhpImage1 {
  width: 280px;
  height: auto;
  transform: translateY(50px) translateX(170px);
}

.whatNoPhpImage2 {
  width: 280px;
  height: auto;
  transform: translateY(-14px) translateX(50px);
}

.js-all {
  margin: 0 0 0 5px;
}

/* ----------------------
 ページタイトル
 ---------------------- */

/* ボーダーあり */
.what2PageTitleBorder {
  position: relative;
  padding: 15px 20px 8px;
  border-top: 4px solid #333;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: #FFF;
  z-index: 1;
}

@media screen and (min-width: 768px){
  .what2PageTitleBorder {
    padding: 30px 20px 20px;
    font-size: 24px;
    text-align: center;
  }
}


/* ----------------------
 コンテナー
 ---------------------- */
.whatIntroContainer {
  max-width: 783px;
}


/* ----------------------
 ボタン
 ---------------------- */
.whatBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 2em;
  background: #C40F32;
  border-radius: 10em;
  color: #FFF;
  font-size: 16px;
  transition: .2s background-color ease-out;
}
.whatBtn:link,
.whatBtn:hover,
.whatBtn:visited,
.whatBtn:active,
.whatBtn:focus {
  color: #FFF;
}

.whatBtn:hover {
  background: #ab0e2f;
  text-decoration: none;
}

@media screen and (min-width: 768px){
  .whatBtn {
    padding: 13px 2.5em;
    font-size: 20px;
  }
}

.whatBtn2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 2.2em;
  font-size: 16px;
  background: #3B4958;
  border-radius: 10em;
  color: #FFF;
}
.whatBtn2:link,
.whatBtn2:visited,
.whatBtn2:active,
.whatBtn2:focus {
  color: #FFF;
}
.whatBtn2:hover {
  opacity: 1;
  text-decoration: none;
  background: #0067E0;
}

@media screen and (min-width: 768px){
  .whatBtn2 {
    font-size: 18px;
  }
}


/* ----------------------
 テーブル
 ---------------------- */
.whatTableTitle {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 20px;
  border-bottom: 2px solid #333;
}
.whatTable {
  width: 100%;
  margin: 0 0 15px 0;
	border-collapse: collapse;
}
.whatTable tr {
  border-bottom: 1px solid #CCC;
}
.whatTable th,
.whatTable td {
  padding: 30px 15px;
  font-size: 16px;
}
.whatTable th {
  vertical-align: top;
  text-align: left;
}
.whatTable .heading-in-td {
  margin: 15px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.whatTable ul {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 15px;
  list-style-type: square;
  list-style-position: inside;
}

@media screen and (max-width: 767px){
  .whatTableTitle {
    padding: 0 0 5px 0;
    font-size: 16px;
  }
  .whatTable th,
  .whatTable td {
    display: block;
    padding: 10px;
  }
  .whatTable th {
    padding: 10px 10px 0 10px;
  }
}

/* ----------------------
 注釈
 ---------------------- */
.whatComments {
  max-width: 620px;
  margin: 0 auto 30px;
  padding: 0 0 0 1em;
  color: #707070;
  text-indent: -1em;
}

/* ----------------------
 セクション
 ---------------------- */
.what2Entry {
  padding-top: 0;
  background-color: #FFF;
}
.what2Entry li {
  background: none;
  padding: 0;
}
/* 特徴 */
.whatFeatureSection {
  position: relative;
  padding: 40px 0;
  background: #FFF;
  box-shadow: 0 -2px 2px rgba(155,155,155,.2);
  z-index: 1;
}
.whatFeatureTitle {
  margin: 0 0 20px 0;
  color: #4A4A4A;
  font-size: 20px;
  text-align: center;
}

.whatFeatureCotnainer.-five {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.whatFeatureListWrap {
  margin: 0 -10px;
}
.whatFeatureList {
  display: flex;
  flex-direction: column;
}

.whatFeatureItem {
  display: flex;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 10px;
}

.whatFeatureLink {
  display: flex;
  width: 100%;
  background: #FAFAFA;
  transition: .2s background;
}

.whatFeatureLink:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.whatFeatureInner {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.whatFeaturePoint {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 10px 0;
  padding: 4px 8px;
  color: #414D5D;
  font-size: 14px;
  font-weight: bold;
  background: #E4E7EB;
}

.whatFeaturePoint:before {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  content: "";
  display: block;
  border: 16px solid transparent;
  border-left: 10px solid #E4E7EB;
}

.whatFeaturePointText {
	margin: 0;
  color: #4A4A4A;
  font-family: 'PT Sans',RodinProN-DBMeiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.whatFeaturePointSide {
  display: block;
  font-size: 12px;
}
.whatFeatureItem .whatFeatureHide {
  display: none;
}

@media screen and (min-width: 480px){
  .whatFeatureList {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .whatFeatureItem {
    width: 50%;
  }
}

@media screen and (min-width: 768px){
  .whatFeatureSection {
    padding: 50px 0;
  }
  .whatFeatureTitle {
    font-size: 26px;
  }
  .whatFeaturePointText {
    font-size: 18px;
  }
  .whatFeaturePointSide {
    font-size: 14px;
  }
  .whatFeatureItem {
    width: 25%;
  }

  .whatFeatureCotnainer.-five .whatFeatureItem {
    width: 20%;
  }
}

/* ヘッダー */
.whatHeader {
  padding: 20px 0;
  background: #F0F0F0;
}
.whatHeaderTarget {
  margin-top:-50px;
  padding-top:50px;
}
.what2Entry h2.whatHeaderTitle {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: bold;
  font-family: 'PT Sans',RodinProN-DBMeiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}
.whatHeaderPoint {
  width: 25%;
  padding: 0 10px;
  color: #4A4A4A;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}
.whatHeaderPointNum {
  margin: 0 0 0 5px;
  font-size: 44px;
}
.whatHeaderText {
  width: 75%;
  padding: 0 10px;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 1.4;
}
.whatHeaderTextStrong {
  display: block;
  font-size: 20px;
}

@media screen and (min-width: 480px){
  .whatHeader {
    padding: 25px 0 20px 0;
  }
  .whatHeaderPoint {
    width: 33.3333333%;
    padding: 0 15px;
    font-size: 24px;
  }
  .whatHeaderPointNum {
    font-size: 50px;
  }
  .whatHeaderText {
    width: 66.6666666%;
    padding: 0 15px;
    font-size: 16px;
  }
  .whatHeaderTextStrong {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px){
  .whatHeader {
    padding: 40px 0 30px 0;
  }
  .whatHeaderTarget {
    margin: 0;
    padding: 0;
  }
  .whatHeaderPoint {
    font-size: 30px;
  }
  .whatHeaderPointNum {
    font-size: 70px;
  }
  .whatHeaderText {
    font-size: 20px;
  }
  .whatHeaderTextStrong {
    font-size: 26px;
  }
}

/* セクション */
.whatItem {
  position: relative;
  padding: 30px 10px 15px 10px;
  background: #FAFAFA;
}

.whatItemImage {
  overflow: hidden;
}

.whatItemBg1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.whatItemBg2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
}

.whatItemBg1 {
  z-index: 0;
}

.whatItem .whatItemContent {
  position: relative;
  z-index: 1;
}

.whatItem .whatItemImage {
  position: relative;
  z-index: 1;
}

.whatItemType1 .whatItemBg1 {
  z-index: 0;
  width: 100%;
}

.whatItemType1 .whatItemBg2 {
  z-index: 1;
  width: 55%;
}

.whatItemType1 .whatItemContent {
  position: relative;
  z-index: 2;
}

.whatItemType1 .whatItemImage {
  position: relative;
  z-index: 3;
}


.whatItemType2 .whatItemBg1 {
  width: 55%;
  z-index: 2;
}

.whatItemType2 .whatItemContent {
  position: relative;
  z-index: 3;
}

.whatItemType2 .whatItemBg2 {
  z-index: 0;
  width: 100%;
}

.whatItemType2 .whatItemImage {
  position: relative;
  z-index: 1;
}


.js .whatStackItem1,
.js .whatStackItem2,
.js .whatStackItem3 {
  transform: translateX(100%);
  transition: transform .5s;
}

.whatItem.is-animated .whatStackItem1 {
  transform: translateX(30%);
}

.whatItem.is-animated .whatStackItem2 {
  transform: translateX(15%);
  transition-delay: .2s;
}

.whatItem.is-animated .whatStackItem3 {
  transform: translateX(0);
  transition-delay: .4s;
}

/* セクション（横） */
.whatItemInner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.whatItemImage {
  width: 100%;
}
.whatItemContent {
  width: 100%;
}
.whatItemContentInner {
  margin: 20px 0;
  padding: 20px;
  background:#FFFFFF;
  border-radius: 6px;
}
.what2Entry .whatItemTitle {
  position: relative;
  padding: 0 0 15px 0;
  font-family: "FOT-UD明朝 Pr6 M", "UDMinchoPr6-M", Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
}
.whatItemTitle:before {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 55px;
  height: 2px;
  background: #656565;
}
.whatItemDetail {
  padding: 20px 0 0 0;
}
.whatItemDetail p {
  font-size: 14px;
}

/* セクション（縦） */
.whatItemColumn {
  position: relative;
  padding: 30px 10px 15px 10px;
}
.whatItemColumn:nth-of-type(2n+1) {
  background: #F5F5F5;
}
.whatItemColumnInner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.whatItemColumnImageWrap {
  width: 100%;
  margin: 0 auto 15px auto;
  text-align: center;
}
.whatItemColumnImageWrapStep4 {
  max-width: 362px;
}
.whatItemColumnImage {
  margin: 0 auto;
}
.whatItemColumnContent {
  width: 100%;
}
.whatItemColumnContentInner {
  margin: 20px 0;
}
.what2Entry .whatItemColumnTitle {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.whatItemColumnTitleSide {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "FuturaLTPro-Heavy", Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}
.whatItemColumnTitleSide:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 55px;
  height: 2px;
  margin: 0 auto;
  background: #656565;
}
.whatItemColumnTitleSideNum {
  margin: 0 0 0 5px;
  /*font-size: 40px;*/
}
.whatItemColumnDetail {
  max-width: 620px;
  margin: 0 auto;
}
.whatItemColumnDetail p {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.whatItemColumnBtn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .what2Entry .whatItemColumnTitle {
    padding: 0 0 45px 0;
    font-size: 30px;
  }
  .whatItemColumnTitleSide {
    margin: 0 0 35px 0;
    padding: 0 0 15px 0;
  }
  .whatItemColumnTitleSideNum {
    /*font-size: 60px;*/
  }
  .whatItemColumnTitleSide:before {
    height: 4px;
  }
  .whatItemColumnImageWrap {
    margin: 0 auto 35px auto;
  }
  .whatItemColumnDetail p {
    font-size: 16px;
    margin: 0 0 50px 0;
  }
}

/* テキストエディター */
.whatFeatureEditor {
  position: relative;
}
.whatFeatureEditorWrap {

}
.no-js .whatFeatureEditorCode {
  transform: translateY(0);
  opacity: 1;
}

.whatFeatureEditorCode {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(40px);
  transition: .4s;
  opacity: 0;
}

.is-animated .whatFeatureEditorCode {
  transform: translateY(0);
  opacity: 1;
}

/* グラフ */
.whatGraphCapiton {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: bold;
}
.whatGraphCapiton a:link {
  text-decoration: underline;
}
.whatGraphCapiton a:link,
.whatGraphCapiton a:visited {
  color: #333;
}
.whatGraphCapiton a:hover {
  text-decoration: none;
}

/* ビデオ（枠：ブラウザー） */
.whatBrowserMovie {
  position: relative;
}
.whatBrowserMovieContain {
  position: relative;
}
.whatBrowserMovieContent {
  position: absolute;
  top: 30px;
  padding: 0 10px;
}

/* twentytwenty（before/afterスライダー） */
.twentytwenty-handle {
  border-color: #137af3;
}
.twentytwenty-left-arrow {
  border-right-color: #137af3;
}
.twentytwenty-right-arrow {
  border-left-color: #137af3;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  box-shadow: 0 3px 0 #137af3, 0px 0px 12px rgba(51, 51, 51, 0.5);
  background: #137af3;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  box-shadow: 0 -3px 0 #137af3, 0px 0px 12px rgba(51, 51, 51, 0.5);
  background: #137af3;
}
.twentytwenty-overlay:hover {
  background: #1d5698b0;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  background: rgba(0, 0, 0, 0.2);
}

.twentytwenty-fallback {
  display: none;
}

.no-js .twentytwenty-fallback {
  display: block;
}

/* 柔軟な設計 */
.whatItemFelxible {
  position: relative;
}
.whatItemFelxiblePlaceholder {
  position: relative;
  padding-bottom: 75.55555%;
  height: 0;
  overflow: hidden;
}
.whatItemFelxibleHTML,
.whatItemFelxiblePHP {
  position: absolute;
  width: 66.66666%;
}
.whatItemFelxibleHTML {
  top: 0;
  right: 0;
}
.whatItemFelxiblePHP {
  bottom: 0;
  left: 0;
}

.no-js .whatItemFelxibleHTML,
.no-js .whatItemFelxiblePHP{
  transform: translateY(0);
  opacity: 1;
}

.whatItemFelxibleHTML,
.whatItemFelxiblePHP {
  transform: translateY(40px);
  opacity: 0;
}

.is-animated .whatItemFelxibleHTML,
.is-animated .whatItemFelxiblePHP {
  transform: translateY(0);
  opacity: 1;
}

.whatItemFelxibleHTML {
  transition: .3s;
}
.whatItemFelxiblePHP {
  transition: .3s .3s;
}

@media screen and (min-width: 768px){
  .whatItem.-type1 .whatItemContent {
    order: 1;
  }
  .whatItemContentInner {
    margin: 0;
    padding: 0 40px 0 0;
    background: none;
  }
  .whatItem {
    padding: 0 10px 0 10px;
  }
  .whatItemInner {
    flex-direction: row;
  }
  .whatItem.-type1 .whatItemContentInner {
    padding: 0 0 0 40px;
  }
  .whatItemImage {
    width: 50%;
    padding: 50px 0;
  }
  .whatItemContent {
    width: 50%;
    padding: 45px 0;
  }
  /*.whatItem:nth-child(2n) .whatItemImage {*/
    /*order: 1;*/
  /*}*/
  .what2Entry .whatItemTitle {
    padding: 0 0 35px 0;
    font-weight: normal;
    font-size: 26px;
  }
  .whatItemDetail {
    padding: 30px 0 0 0;
  }
  .whatItemDetail p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px){
  .whatItemContent {
    padding: 75px 0;
  }
}

@media screen and (max-width: 767px) {
  /*.whatItem .whatItemImage {*/
    /*order: 1;*/
  /*}*/
  /*.whatSupportImgWrap .whatItem .whatItemContent {*/
    /*order: 2;*/
  /*}*/
  /*.whatItemType1 .whatItemContent {*/
    /*order: 1;*/
  /*}*/
  /*.whatItemType1 .whatItemImage {*/
    /*order: 2;*/
  /*}*/

  .whatHeaderInner {
    max-width: 500px;
    margin: 0 auto;
  }

  .whatItemInner {
    max-width: 500px;
    margin: 0 auto;
  }

  .whatItem .whatItemContent {
    order: 1;
  }
  .whatItemType1 .whatItemBg2 {
    width: 100%;
  }
  .whatItemType2 .whatItemBg1 {
    display: none;
  }
}


/* ----------------------
 事例紹介
 ---------------------- */
.whatUsecase {
  padding: 25px 0;
  background: #FAFAFA;
}
.whatUsecaseTitle {
  margin: 0 0 25px 0;
  font-size: 16px;
  text-align: center;
}
.whatUsecaseTitleNum {
  font-size: 50px;
}
.whatUsecaseTitleSuffix {
  margin: 0 0 0 5px;
  font-size: 30px;
}
.whatUsecaseDetail {
  max-width: 620px;
  margin: 0 auto;
  font-size: 14px;
}
.whatUsecaseList {
  margin: 20px 0 15px 0;
  padding-left: 0;
}
.whatUsecaseList:not(.slick-initialized) {
  display: flex;
}
.what2Entry .whatUsecaseItem {
  padding-right: 15px;
  padding-left: 15px;
}
.whatUsecaseItem {
  padding: 0 10px;
  box-sizing: border-box;
}
.whatUsecaseLink {
  display: flex;
  flex-direction: column;
}
.whatUsecaseLink:hover {
  text-decoration: none;
}
.whatUsecaseImgGroup {
  position: relative;
  margin: 0 0 5px 0;
}
.whatUsecaseImgMore {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: rgba(59,73,88,.6);
  opacity: 0;
  transition: .2s;
}
.whatUsecaseLink:hover .whatUsecaseImgMore {
  opacity: 1;
}
.whatUsecaseImgButtonWrap {
  overflow: hidden;
}
.whatUsecaseImgButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px .7em;
  background: #0067E0;
  border-radius: 10em;
  color: #FFF;
}
.whatUsecaseImgButton:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  /*opacity: 0;*/
  background: url(/themes/what@www@acms/images/icon_add.svg) no-repeat;
  transform: scale(0);
  transition: .2s .3s;
}
.whatUsecaseLink:hover .whatUsecaseImgButton:before {
  transform: scale(1);
}
.whatUsecaseImg {

}
.what2Entry .whatUsecaseName {
  order: 1;
  font-size: 12px;
  margin: 0;
  color: #707070;
}
.whatUsecaseName a {
  color: #707070;
}
.whatUsecaseList .slick-dots {
  bottom: -25px;
}

.whatUsecasePrev {

}

.whatUsecaseNext {
  width: 63px;
}

.whatUsecasePrev,
.whatUsecaseNext {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 63px;
  height: 63px;
  padding: 0;
  margin-top: -10px\9; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;

  z-index: 1;
}
.whatUsecasePrev:hover,
.whatUsecasePrev:focus,
.whatUsecaseNext:hover,
.whatUsecaseNext:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.whatUsecasePrev:hover:before,
.whatUsecasePrev:focus:before,
.whatUsecaseNext:hover:before,
.whatUsecaseNext:focus:before {
  opacity: 1;
}
.whatUsecasePrev.slick-disabled:before,
.whatUsecaseNext.slick-disabled:before {
  opacity: .25;
}

.whatUsecasePrev {
  left: -10px;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}

.whatUsecaseNext {
  right: -10px;
  box-shadow: 0 3px 6px rgba(0,0,0,.15);
}

.whatUsecaseList .slick-dots li {
  margin: 0 3px;
}

.no-js .whatUsecaseList {
  transform: translateY(0);
  opacity: 1;
}

.whatUsecaseList {
  transform: translateY(40px);
  opacity: 0;
  transition: .5s;
}

.is-animated .whatUsecaseList {
  transform: translateY(0);
  opacity: 1;
}


@media screen and (min-width: 768px){
  .whatUsecase {
    padding: 40px 0;
  }
  .whatUsecaseTitle {
    font-size: 20px;
  }
  .whatUsecaseDetail {
    font-size: 16px;
  }
  .whatUsecaseList {
    /*display: flex;*/
    margin: 20px -10px 15px -10px;
  }
  .whatUsecaseItem {
    width: 33.333333%;
  }
  .whatUsecaseImgGroup {
    margin: 0 0 15px 0;
  }
  .what2Entry .whatUsecaseName {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .whatUsecase {
    background-color: #FFF;
  }
}



/* ----------------------
 ビジネスパートナー
 ---------------------- */
.whatPartner {
  padding: 25px 0;
  background: #FFF;
}
.whatPartnerInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
/* タイトル */
.what2Entry .whatPartnerTitle {
  margin: 0 0 20px 0;
  font-size: 18px;
  text-align: center;
}
.whatPartnerTitleDetail {
  display: block;
  font-size: 20px;
}
.whatPartnerTitleNum {
  font-size: 50px;
}
.whatPartnerTitleUnit {
  font-size: 30px;
  margin: 0 0 0 5px;
}
.whatPartnerTitleSuffix {
  margin: 0 0 0 5px;
  font-size: 18px;
}

.whatPartnerTitleNum {
  margin-left: 5px;
}

.whatPartnerDetail {
  max-width: 620px;
  margin: 0 auto;
  font-size: 14px;
}

/* リスト */
.what2Entry .whatPartnerList {
  list-style: none;
  margin: 20px auto 0 auto;
  max-width: 920px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
.what2Entry .whatPartnerItem {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 5px;
  vertical-align: middle;
  box-sizing: border-box;
}
.what2Entry .whatPartnerImg {
  display: block;
  width: 70%;
  max-width: 140px;
  height: auto;
  margin: 0 auto;
}

.what2Entry .whatPartnerLink {
  display: inline-block;
  text-decoration: none;
}

.no-js .whatPartnerList {
  transform: translateY(0);
  opacity: 1;
}

.whatPartnerList {
  transform: translateY(40px);
  opacity: 0;
  transition: .5s;
}

.is-animated .whatPartnerList {
  transform: translateY(0);
  opacity: 1;
}


@media screen and (max-width: 767px){
  .whatPartnerItem {
    width: 20%;
    margin: 0 0 5px 0;
    padding: 0 5px;
  }
}

@media screen and (min-width: 768px){
  .whatPartner {
    padding: 40px 0;
  }
  .whatPartnerTitle {
    font-size: 24px;
  }
  .whatPartnerDetail {
    font-size: 16px;
  }
}


/* サポート */
.whatSupport {
	padding-top: 60px;
	padding-bottom: 45px;
}

.whatSupportTitle {
	margin: 0 0 50px 0;
	text-align: center;
	font-size: 34px;
	font-weight: normal;
}

.whatSupportRow {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 20px auto;
  padding: 0;
  max-width: 370px;
}

.whatSupportDesc {
	max-width: 565px;
	margin: 0 auto 25px;
	font-size: 16px;
	line-height: 1.5;
}

.whatSupportImgWrap {
  margin: 0 0 10px 0;
  border-radius: 3px;
}

.what2Entry .whatSupportCol {
  display: flex;
  flex-direction: column;
  margin: 0 0 25px 0;
  padding: 0 15px;
}

.whatSupportItemTitle {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.3;
}

.whatSupportItemTitle a {
  text-decoration: none;
  color: inherit;
}

.whatSupportItemDesc {
  margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.7;
}
.whatSupportLink {
  margin: auto 0 0 0;
  text-align: center;
}
.whatSupportButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 2.2em;
  background: #3B4958;
  border-radius: 10em;
  color: #FFF;
}
.whatSupportButton:link,
.whatSupportButton:visited,
.whatSupportButton:active,
.whatSupportButton:focus {
  color: #FFF;
}
.whatSupportButton:hover {
  opacity: 1;
  text-decoration: none;
  background: #0067E0;
}
.whatSupportButton:before {
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0;
  background: url(/themes/what@www@acms/images/icon_add.svg) no-repeat;
  transform: scale(0);
  transition: .2s;
}
.whatSupportButton:hover:before {
  transform: scale(1);
  opacity: 1;
}
.whatBannerContainer {
  margin: 50px -10px 50px;
}

.js-scroll-slider > div {
  width: 100%;
  height: 0;
  padding-bottom: 62.78%;
}

@media screen and (min-width: 768px){
  .whatSupportRowWrap {
    margin: 0 -10px;
  }
  .whatSupportRow {
    flex-direction: row;
    margin: 45px auto;
    max-width: inherit;
  }
  .what2Entry .whatSupportCol {
    width: 33.3333%;
  }
  .whatSupportImgWrap {
    margin: 0 0 20px 0;
  }
  .whatSupportItemTitle {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .whatSupportItemDesc {
    margin: 0 0 20px 0;
  }
}

/* ----------------------
 補足
 ---------------------- */
.whatSupplement {
  max-width: 620px;
  margin: 0 auto 30px;
  padding: 15px;
  background: #EAE6D8;
  border-radius: 6px;
}
.whatSupplementHeading {
  margin: 0 0 10px 0;
  padding: 0 0 0 38px;
  color: #333;
  font-size: 14px;
  text-indent: -38px;
}
.whatSupplementHeading:before {

  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: url("/themes/what@www@acms/images/ico_question.svg") no-repeat;
}
.whatSupplementContents {
  color: #333333;
  font-size: 14px;
}

.whatSupplementContents p {
  margin: 0 0 15px 0;
  line-height: 1.8;
}

.whatSupplementContents p.whatSupplementImageCaption {
  margin: 10px 0 0 0;
  text-align: center;
}

.whatSupplementContents ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.8;
}

.whatSupplementContents *:last-child {
  margin: 0;
}

.whatSupplementImage {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 768px){
  .whatSupplement {
    margin: 0 auto 60px;
    padding: 15px 25px;
  }
}


/* ----------------------
 ユニットグループ風コンテンツ
 ---------------------- */
.whatItemGroupContent {

}
.whatItemGroupContent h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.3;
}
.whatItemGroupContent p {
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 1.8;
}
.whatItemGroupContentImg {
  margin: 0 0 15px 0;
  border: 1px solid #EEE;
}

.whatItemGroupContentBtnWrap {
  text-align: center;
}

@media screen and (min-width: 768px){
  .whatItemGroupContent h3 {
    font-size: 18px;
  }
}
