@charset "utf-8";
/*===================================
 ベース（基本設定）
==================================*/
.color01 {
  color: #2cadcc;
}
.color02 {
  color: #333;
}
.color03 {
  color: #5cb1cd;
}
.color04 {
  color: #b2d4e5;
}
.bgcolor01 {
  background-color: #2cadcc;
}
.bgcolor02 {
  background-color: #333;
}
.bgcolor03 {
  background-color: #5cb1cd;
}
.bgcolor04 {
  background-color: #b2d4e5;
}
/*===================================
 汎用クラス
==================================*/
/**
エリア
*/
.area {
  padding: 80px 0;
}
.area80 {
  padding: 80px 0;
}
.area60 {
  padding: 60px 0;
}
.area40 {
  padding: 40px 0;
}
.area20 {
  padding: 20px 0;
}
.areab {
  padding-bottom: 80px;
}
.area80b {
  padding-bottom: 80px;
}
.area60b {
  padding-bottom: 60px;
}
.area40b {
  padding-bottom: 40px;
}
.area20b {
  padding-bottom: 20px;
}
.areat {
  padding-top: 80px;
}
.area80t {
  padding-top: 80px;
}
.area60t {
  padding-top: 60px;
}
.area40t {
  padding-top: 40px;
}
.area20t {
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .area {
    padding: 40px 0;
  }
  .area80 {
    padding: 60px 0;
  }
  .area60 {
    padding: 40px 0;
  }
  .area40 {
    padding: 20px 0;
  }
  .areab {
    padding-bottom: 40px;
  }
  .area80b {
    padding-bottom: 60px;
  }
  .area60b {
    padding-bottom: 40px;
  }
  .area40b {
    padding-bottom: 20px;
  }
  .areat {
    padding-top: 40px;
  }
  .area80t {
    padding-top: 60px;
  }
  .area60t {
    padding-top: 40px;
  }
  .area40t {
    padding-top: 20px;
  }
}
/**
マージン
*/
.mt10 {
  margin-top: 10px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 599px) {
  .mt50 {
    margin-top: 30px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}
/**
幅
*/
/*タブレット時に幅１００％*/
.w40tb,
.w55tb {
  margin-right: auto;
  margin-left: auto;
}
.w40tb {
  width: 40%;
}
.w45tb {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .w40tb,
  .w55tb {
    margin-bottom: 5%;
    width: 100%;
  }
}
/*中央寄せ*/
.w80c {
  margin: 0 auto;
  width: 80%;
}
.w70c {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 599px) {
  .w80c {
    margin: 0 auto 2%;
    width: 100%;
  }
  .w70c {
    margin: 0 auto 2%;
    width: 100%;
  }
}
/*sp時に幅を小さめ*/
@media only screen and (max-width: 599px) {
  .spsmall {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
}
/**
テキスト
*/
/*文字寄せ*/
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
/*文字をまとめて落とす*/
.group {
  display: inline-block;
}
/*打消し線*/
.strike {
  text-decoration: line-through;
}
/**
heightLine
*/
[class*='heightLine'] {
  display: block;
}
@media only screen and (max-width: 1024px) {
  [class*='heightLine-tb'] {
    height: auto !important;
  }
}
@media only screen and (max-width: 599px) {
  [class*='heightLine-sp'] {
    height: auto !important;
  }
}
/**
その他
*/
/*モバイル時に順序を並べ替え*/
@media only screen and (max-width: 599px) {
  .change_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/*PC時のみ非表示*/
@media only screen and (min-width: 1025px) {
  .no_pc {
    display: none;
  }
}
[data-element-id] .no_pc {
  display: block;
}
/*TB以下非表示*/
@media only screen and (max-width: 1024px) {
  .no_tb {
    display: none;
  }
}
[data-element-id] .no_tb {
  display: block;
}
/*sp時のみ非表示*/
@media only screen and (max-width: 599px) {
  .no_sp {
    display: none;
  }
}
[data-element-id] .no_sp {
  display: block;
}
/*********************************************
    汎用レイアウト（全ページ共通）
*********************************************/
/*汎用レイアウト1（全ページ共通）*/
.layout_cmn01 .ttl {
  margin-bottom: 40px;
}
.layout_cmn01 .cap {
  margin-bottom: 10px;
}
.layout_cmn01 .fig {
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .layout_cmn01 .ttl {
    margin-bottom: 20px;
  }
}
/*汎用レイアウト2（全ページ共通）*/
.layout_cmn02 .ttl {
  margin-bottom: 20px;
}
.layout_cmn02 .cap {
  margin-bottom: 10px;
}
.layout_cmn02 .fig {
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .layout_cmn02 .ttl {
    margin-bottom: 20px;
  }
}
/*2カラムコンテンツ
（サイドメニューとメインコンテンツ）*/
.column2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column2 .side {
  width: 260px;
}
.column2 .main {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 5%;
    width: 100%;
  }
  .column2 .main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}
/*左右の要素を入れ替え*/
.change {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/*左右の要素を順に入れ替え*/
.alternate .flexb:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/*********************************************
    汎用画像クラス　img
*********************************************/
.img {
  text-align: center;
}
/*正円画像*/
.img.-circle {
  overflow: hidden;
  border-radius: 50%;
}
/*角丸画像*/
.img.-round {
  overflow: hidden;
  border-radius: 20px;
}
/*モバイル時に小さめに表示*/
@media only screen and (max-width: 599px) {
  .img.-smallsp {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
/*モバイル時により小さめに表示*/
.img.-smallersp {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .img.-smallersp {
    width: 50%;
  }
}
/*背景画像*/
.bgimg {
  position: relative;
}
.img.-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.img.-bgimg img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/*IE対策*/
/*フィルター*/
.img.-filter:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0.8;
}
/**
object-fit
*/
/*object-fit(cover)IE対応*/
.img.-cover img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/*IE対策*/
/*object-fit(contain)IE対応*/
.img.-contain img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: contain; object-position: 50% 50%;';
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/*IE対策*/
/*object-fit画像右寄せ*/
.img.-right img {
  font-family: 'object-fit: cover; object-position: center right;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
/*object-fit画像上寄せ*/
.img.-top img {
  font-family: 'object-fit: cover; object-position: top center;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
/**
アスペクト比固定
*/
/*基本アスペクト
（下に続く比率クラスと合わせて使用）*/
.aspect {
  position: relative;
  display: block;
}
.aspect:before {
  display: block;
  content: '';
}
.aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
/*IE対策*/
/*比率*/
.aspect.-ratio20:before {
  padding-top: 20%;
}
.aspect.-ratio30:before {
  padding-top: 30%;
}
.aspect.-ratio40:before {
  padding-top: 40%;
}
.aspect.-ratio45:before {
  padding-top: 45%;
}
.aspect.-ratio50:before {
  padding-top: 50%;
}
.aspect.-ratio55:before {
  padding-top: 55%;
}
.aspect.-ratio60:before {
  padding-top: 60%;
}
.aspect.-ratio65:before {
  padding-top: 65%;
}
.aspect.-ratio70:before {
  padding-top: 70%;
}
.aspect.-ratio75:before {
  padding-top: 75%;
}
.aspect.-ratio80:before {
  padding-top: 80%;
}
.aspect.-ratio90:before {
  padding-top: 90%;
}
.aspect.-ratio100:before {
  padding-top: 100%;
}
/*********************************************
    fead系
*********************************************/
.fead-right {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
}
.fead-right.mv {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fead-left {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
}
.fead-left.mv {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*********************************************
    コメント
*********************************************/
.load_header .gnav {
  border: 3px solid #00bcd4;
}
.load_header .gnav:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}
.load_footer {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}
.load_footer:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}
/*********************************************
    共通ボックス　box-cmn
*********************************************/
/*********************************************
    共通ブロック　block-cmn
*********************************************/
/*共通ブロック１（バナー）*/
.block_cmn01 a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
}
.block_cmn01 a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 90%;
  height: 100%;
  background: #5cb1cd;
  content: '';
  opacity: 0.7;
  -webkit-transform: skewX(30deg) translateX(-50%);
  -ms-transform: skewX(30deg) translateX(-50%);
  transform: skewX(30deg) translateX(-50%);
}
.block_cmn01 .head {
  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;
  padding: 15px;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}
.block_cmn01 .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.block_cmn01 img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_cmn01.-purple a:before {
  background: #a65ccd;
}
.block_cmn01.-green a:before {
  background: #81cd5c;
}
/*共通ブロック２（電話番号）*/
.block_cmn02 .tel {
  font-size: 20px;
}
.block_cmn02 .tel a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
/*共通ブロック３*/
.block_cmn03 {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 50px;
  max-width: 500px;
  background: #000;
}
.block_cmn03 .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.block_cmn03 .img img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_cmn03 .head {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.block_cmn03 .tel {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 32px;
}
.block_cmn03 .tel:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
.block_cmn03 .txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .block_cmn03 {
    padding: 20px;
  }
  .block_cmn03 .head {
    margin-bottom: 0;
    font-size: 18px;
  }
  .block_cmn03 .tel {
    font-size: 26px;
  }
}
/*共通ブロック４*/
.block_cmn04 {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  max-width: 800px;
  background: -webkit-gradient(linear, left top, right top, from(#e8e6e6), to(#97c5dc));
  background: -webkit-linear-gradient(left, #e8e6e6 0%, #97c5dc 100%);
  background: linear-gradient(to right, #e8e6e6 0%, #97c5dc 100%);
}
.block_cmn04 .blocktxt {
  margin-left: auto;
  width: 350px;
}
.block_cmn04 .head {
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.block_cmn04 .logo {
  margin-bottom: 10px;
}
.block_cmn04 .bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: calc(100% - 20px);
  -webkit-box-shadow: 0 0 2px 0 #999;
          box-shadow: 0 0 2px 0 #999;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block_cmn04 .bgimg img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_cmn04 .bgimg:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 400px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(30%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 30%, #fff 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 30%, #fff 100%);
  content: '';
}
@media only screen and (max-width: 599px) {
  .block_cmn04 {
    padding: 20px;
  }
  .block_cmn04 .blocktxt {
    width: 100%;
  }
  .block_cmn04 .bgimg:after {
    width: 100%;
    background: #fff;
    opacity: 0.6;
  }
}
/*===================================
 共通タイトル　ttl_cmn
==================================*/
/*共通タイトル１*/
.ttl_cmn01 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 150%;
}
.ttl_cmn01 .ttlin02 {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn01 {
    font-size: 30px;
  }
}
/*共通タイトル２*/
.ttl_cmn02 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbebe;
  font-size: 40px;
  line-height: 130%;
}
.ttl_cmn02 .ttlin01 {
  display: block;
  color: #000;
}
.ttl_cmn02 .ttlin02 {
  display: block;
  color: #bfbebe;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 130%;
}
.ttl_cmn02.-bdnone {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn02 {
    font-size: 30px;
  }
}
/*共通タイトル３*/
.ttl_cmn03 {
  margin-bottom: 30px;
  color: #000;
  font-size: 20px;
  line-height: 130%;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn03 {
    font-size: 16px;
  }
}
/*共通タイトル４*/
.ttl_cmn04 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
}
.ttl_cmn04:after {
  display: block;
  margin-top: 5px;
  width: 20px;
  height: 2px;
  background: #2cadcc;
  content: '';
}
@media only screen and (max-width: 599px) {
  .ttl_cmn04 {
    font-size: 18px;
  }
}
/*共通タイトル５*/
.ttl_cmn05 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbebe;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn05 {
    font-size: 20px;
  }
}
/*共通タイトル６*/
.ttl_cmn06 {
  margin-bottom: 50px;
  color: #000;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
}
.ttl_cmn06:after {
  display: block;
  margin-top: 10px;
  width: 50px;
  height: 4px;
  background: #000;
  content: '';
}
.ttl_cmn06 .ttlin01 {
  display: block;
}
.ttl_cmn06 .ttlin02 {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 130%;
}
.ttl_cmn06.-bdblue:after {
  background: #2cadcc;
}
@media only screen and (max-width: 599px) {
  .ttl_cmn06 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
/*===================================
 共通リスト　list_cmn
==================================*/
/*パンくずリスト*/
.breadcrumb {
  margin-top: 10px;
}
.breadcrumb .item {
  display: inline-block;
}
.breadcrumb .item:not(:last-of-type):after {
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}
.breadcrumb .now {
  color: #2cadcc;
}
@media only screen and (max-width: 599px) {
  .breadcrumb {
    display: none;
  }
}
/*共通リスト１（フロー）*/
.list_cmn01 .item {
  margin-bottom: 5%;
}
.list_cmn01 .head {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
}
.list_cmn01 .headin {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  font-size: 24px;
}
.list_cmn01 .headin:after {
  content: '.';
}
.list_cmn01 .txt {
  padding-left: 30px;
}
@media only screen and (max-width: 599px) {
  .list_cmn01 .item {
    margin: 0 auto 5%;
    max-width: 350px;
  }
}
/*共通リスト２（記事）*/
.list_cmn02 a {
  display: block;
}
.list_cmn02 .img {
  margin-bottom: 10px;
}
.list_cmn02 .time {
  display: block;
  margin-bottom: 5px;
}
.list_cmn02 .cate {
  margin-bottom: 5px;
}
/*共通リスト３（データ）*/
.list_cmn03 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #999;
}
.list_cmn03 .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 10px;
  width: 150px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .list_cmn03 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list_cmn03 .datattl {
    margin-bottom: 5px;
    width: 100%;
  }
  .list_cmn03 .data {
    width: 100%;
  }
}
/*共通リスト４*/
.list_cmn04 a,
.list_cmn04 .itemin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 20px 10px;
  height: 100%;
  border: 1px solid #000;
}
.list_cmn04 .img {
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
}
.list_cmn04 .head {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
}
.list_cmn04 .headin {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
}
/*共通リスト５*/
.list_cmn05 .item {
  padding: 10px;
  border: 1px solid #999;
}
.list_cmn05 .head {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  font-weight: bold;
  font-size: 18px;
}
.list_cmn05 .headin {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}
/*共通リスト６*/
.list_cmn06 a {
  display: block;
  margin: 0 10px 10px;
  padding: 2px 10px;
  width: 200px;
  background: #999;
  color: #fff;
  text-align: center;
}
.list_cmn06 .itemin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/*共通リスト７*/
.list_cmn07 .item {
  margin-bottom: 50px;
}
.list_cmn07 .datattl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-weight: bold;
  font-size: 18px;
}
/*共通リスト８*/
.list_cmn08 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_cmn08 .item:not(:last-child) {
  border-bottom: 1px solid #999;
}
.list_cmn08 .datattl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  max-width: 100px;
  background: #000;
  color: #fff;
  font-weight: bold;
}
.list_cmn08 .data {
  padding: 10px;
}
/*共通リスト９*/
.list_cmn09 .item {
  margin-bottom: 30px;
}
.list_cmn09 .datattl {
  position: relative;
  padding-top: 2px;
  padding-right: 50px;
  padding-left: 30px;
  color: #999;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
}
.list_cmn09 .datattl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Q';
  font-weight: bold;
  font-size: 20px;
}
.list_cmn09 .datattl:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  color: #000;
  content: '+';
  text-align: center;
  font-size: 30px;
  line-height: 26px;
}
.list_cmn09 .datattl.is_parent:after {
  content: '−';
  line-height: 30px;
}
.list_cmn09 .data {
  position: relative;
  display: none;
  margin-top: 10px;
  padding-left: 30px;
}
.list_cmn09 .data:before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'A';
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 599px) {
  .list_cmn09 .item {
    margin-bottom: 20px;
  }
  .list_cmn09 .datattl {
    padding-right: 30px;
    padding-left: 25px;
    font-size: 16px;
  }
  .list_cmn09 .datattl:after {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .list_cmn09 .datattl.is_parent:after {
    line-height: 20px;
  }
  .list_cmn09 .data {
    padding-left: 25px;
  }
}
/*共通テーブル１*/
.table_cmn01 .head {
  font-weight: bold;
  font-size: 18px;
}
.table_cmn01 .txt {
  margin-bottom: 10px;
  text-align: right;
}
.table_cmn01 .wrap {
  overflow: auto;
}
.table_cmn01 .table {
  width: 100%;
  border-collapse: collapse;
}
.table_cmn01 .datattl,
.table_cmn01 .data {
  padding: 10px;
  min-width: 200px;
  border: 1px solid #999;
  vertical-align: top;
}
.table_cmn01 .datattl {
  width: 30%;
  background: #000;
  color: #fff;
  text-align: left;
}
.table_cmn01 .data:first-of-type {
  width: 40%;
}
.table_cmn01 .data:last-of-type {
  width: 30%;
  text-align: right;
}
/*共通テーブル２*/
.table_cmn02 .head {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.table_cmn02 .txt {
  margin-top: 5px;
  text-align: right;
}
.table_cmn02 .wrap {
  overflow: auto;
}
.table_cmn02 .table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}
.table_cmn02 .datattl01 {
  padding: 5px;
  background: #eee;
}
.table_cmn02 .datattl02,
.table_cmn02 .data {
  padding: 5px;
}
.table_cmn02 .data {
  text-align: center;
}
/*共通テーブル３*/
.table_cmn03 .head {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.table_cmn03 .txt01 {
  margin-bottom: 10px;
}
.table_cmn03 .txt02 {
  margin-top: 10px;
}
.table_cmn03 .wrap {
  overflow: auto;
}
.table_cmn03 .table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #999;
}
.table_cmn03 .item:nth-child(2n) {
  background: #eee;
}
.table_cmn03 .datattl01 {
  padding: 5px;
  background: #999;
  color: #fff;
}
.table_cmn03 .datattl02,
.table_cmn03 .data {
  padding: 5px;
  min-width: 100px;
}
.table_cmn03 .data {
  text-align: center;
}
/*ページネーション*/
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation .item {
  margin: 0 10px;
}
.pagenation .prev {
  position: relative;
  margin-right: 20px;
  font-size: 20px;
}
.pagenation .prev a:before {
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  content: '\f053';
}
.pagenation .next {
  position: relative;
  margin-left: 20px;
  font-size: 20px;
}
.pagenation .next a:before {
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
}
.pagenation a,
.pagenation .now {
  font-weight: bold;
}
.pagenation .number a,
.pagenation .now {
  display: block;
  border-radius: 50%;
  color: #333;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}
.pagenation .number a:hover,
.pagenation .now {
  color: #2cadcc;
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  .pagenation .prev {
    margin-right: 10px;
  }
  .pagenation .next {
    margin-left: 10px;
  }
}
/*********************************************
    共通ボタン　btn-cmn
*********************************************/
/*ボタン１*/
.btn_cmn01 a {
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  max-width: 200px;
  background: #373737;
  color: #fff;
  text-align: center;
}
.btn_cmn01.-left a {
  margin-left: 0;
}
.btn_cmn01.-large a {
  padding: 10px;
  max-width: 350px;
}
/*ボタン２*/
.btn_cmn02 a {
  display: block;
  padding: 5px 10px;
  max-width: 200px;
  border: 2px solid #5cb1cd;
  color: #5cb1cd;
  text-align: center;
}
.btn_cmn02 a:before {
  margin-right: 10px;
  content: '\f35d';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
/*===================================
 他共通エレメント _cmn
==================================*/
/*共通tel*/
.tel_cmn01 a {
  font-weight: bold;
  font-size: 18px;
}
.tel_cmn01 a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
/*テキスト共通１*/
.txt_cmn01 {
  letter-spacing: 0.1em;
}
/*********************************************
    モジュール（共通機能群）
*********************************************/
/*h1ページタイトル*/
.pagettl {
  display: none;
}
[data-element-id] .pagettl {
  display: none;
}
/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}
@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 300px;
    height: 100%;
    background: rgba(0,0,0,0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  #gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  #gnav > .wrap {
    padding-bottom: 100px;
  }
  .toggle {
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
    display: block !important;
    width: 42px;
    height: 42px;
    background: #170302;
    opacity: 0.8;
    cursor: pointer;
  }
  .toggle .bar {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    margin-top: -1px;
    padding: 0;
    width: 28px;
    height: 2px;
    background: #fff;
    text-indent: 9999px;
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
  }
  .toggle .bar:before,
  .toggle .bar:after {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    content: '';
  }
  .toggle .bar:before {
    top: -10px;
  }
  .toggle .bar:after {
    top: 10px;
  }
  .toggle.active .bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .toggle.active .bar:after,
  .toggle.active .bar:before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    width: 100%;
    height: 100vh;
    background: #000;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}
/*下部固定コンテンツ*/
.fix_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 250;
  display: none;
  width: 100%;
}
[data-element-id] .fix_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.fix_bottom .item {
  padding: 10px 5px;
  width: 50%;
  text-align: center;
}
.fix_bottom .tel {
  background: #000;
  color: #fff;
}
.fix_bottom .tel a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
.fix_bottom .contact {
  background: #eee;
  color: #000;
}
.fix_bottom .contact a:before {
  margin-right: 5px;
  content: '\f0e0';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
@media only screen and (max-width: 1024px) {
  .fix_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*フォーム*/
.form .list {
  border: 1px solid #999;
}
.form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: 1px solid #999;
}
.form .item:last-child {
  border-bottom: none;
}
.form .datattl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;
  width: 300px;
  background: #ced9df;
  font-weight: bold;
}
.form .require {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  padding: 0 4px;
  background: #5cb1cd;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}
.form .data {
  padding: 20px;
  padding-left: 50px;
  width: 100%;
}
.form .data input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}
.form .data input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.form .data input[type='radio'] {
  display: none;
}
.form .data input[type='radio'] + label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}
.form .data input[type='radio'] + label::before {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #303841;
  background: #fff;
  content: '';
}
.form .data input[type='radio']:checked + label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  background: #303841;
  content: '';
}
.form .data input[type='radio']:checked + label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}
.form .data select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}
.form .data textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.form .data01 div {
  display: inline-block;
}
.form .btn {
  margin-top: 30px;
}
.form .btn button {
  display: block;
  margin: 0 20px 10px;
  padding: 5px 10px;
  width: 200px;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.form .txt {
  margin: 20px auto 20px;
  width: 95%;
}
.form .txt a {
  color: #aaa;
}
.form .check {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .form .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form .datattl {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }
  .form .data {
    padding: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .form .datattl {
    padding: 10px;
  }
  .form .data {
    padding: 10px;
  }
}
/**************************************
    共通要素
**************************************/
/**
ヘッダー
header
*/
[data-element-id] .header {
  background: #000;
}
.header > .inner {
  position: relative;
}
.header .logo01 {
  position: absolute;
  top: 10px;
  z-index: 10;
  display: none;
}
[data-element-id] .header .logo01 {
  display: block;
  position: relative;
}
.header .logo01 a {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header .logo01 {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .header .logo01 img {
    max-height: 30px;
    margin-top: 10px;
  }
}
/**
グローバルナビ
gnav
*/
.gnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 0 20px;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
[data-element-id] .gnav {
  position: relative;
  margin-bottom: 200px;
}
.gnav > .wrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav .logo {
  margin-right: 10px;
}
.gnav .logo a {
  display: block;
}
.gnav .list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.gnav .item01 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  text-align: center;
  line-height: 130%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gnav .item01:hover {
  background: rgba(0,0,0,0.6);
}
.gnav .item01 > a,
.gnav .item01 .itemin {
  display: block;
  padding: 10px 20px;
  height: 100%;
  cursor: pointer;
}
.gnav .item01 > a:hover,
.gnav .item01 .itemin:hover {
  opacity: 1;
}
.gnav .item01.-parent:hover .second {
  visibility: visible;
  opacity: 1;
}
.gnav .itemin02 {
  display: block;
  margin-top: 5px;
}
.gnav .second {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  padding: 30px 0;
  width: 100%;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
[data-element-id] .gnav .second {
  opacity: 1;
  visibility: visible;
}
.gnav .second .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gnav .head {
  margin-right: 100px;
  color: #fff;
  text-align: left;
  font-size: 30px;
  line-height: 130%;
}
.gnav .headin {
  display: block;
  font-size: 16px;
  line-height: 130%;
}
.gnav .list02 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.gnav .item02 {
  margin-right: 50px;
  margin-bottom: 5px;
  width: 180px;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.gnav .item02 a {
  display: block;
  padding: 8px 0;
}
@media only screen and (max-width: 1024px) {
  .gnav {
    padding: 20px;
  }
  .gnav > .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .gnav .list01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .gnav .list02 {
    margin-top: 10px;
  }
  .gnav .logo {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }
  .gnav .logo img {
    max-height: 30px;
  }
  .gnav .item01 {
    margin: 0 0 20px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }
  .gnav .item01 > a,
  .gnav .item01 .itemin {
    padding: 0;
    height: auto;
  }
  .gnav .itemin02 {
    margin-top: 0;
    font-size: 12px;
  }
  .gnav .second {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding: 0;
    padding-left: 10px;
    background: none;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .gnav .second .wrap {
    max-width: inherit;
    width: 100%;
  }
  .gnav .second a {
    position: relative;
  }
  .gnav .second a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    content: '';
  }
  .gnav .list02 {
    padding-left: 20px;
    width: 100%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .gnav .item02 {
    margin-right: 0;
    width: 100%;
  }
  .gnav .head {
    display: none;
  }
}

/* アクセルジャパンバナー */
.banner-area {
    margin: 50px 0;
}

.banner-img {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/**
フッター
footer
*/
/* .footer {
  margin-top: 50px;
} */
.footer .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.footer .banner .block {
  margin: 0 1% 1%;
}
.footer .banner .block01 {
  width: 31.333%;
}
.footer .banner .block02 a {
  display: block;
}
.footer .banner .block03 a {
  display: block;
}
.footer .banner .block03 img {
  border: 1px solid #bbb;
}
.footer .contents {
  padding: 50px 0;
  background: #333;
}
.footer .contents * {
  color: #fff;
}
.footer .contents .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .contents .box {
  margin-bottom: 50px;
  width: 48%;
}
.footer .contents .block:not(:last-child) {
  margin-bottom: 30px;
}
.footer .contents .logo {
  margin-bottom: 30px;
  text-align: left;
}
.footer .contents .logo a {
  display: block;
}
.footer .contents .logo .logoin {
  margin-top: 5px;
}
.footer .contents .head {
  font-weight: bold;
  font-size: 16px;
}
.footer .logoin {
  display: block;
}
.footer .copy {
  padding: 5px 0;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .footer .contents .box {
    margin-bottom: 30px;
  }
  .footer .contents .box01 {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .footer .contents .box02 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
  }
  .footer .copy {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .banner .block01 {
    max-width: 280px;
    width: 100%;
  }
  .footer .banner .block02 img {
    width: 280px;
  }
  .footer .banner .block03 img {
    width: 278px;
  }
  .footer .contents .box {
    width: 100%;
  }
}
.fnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fnav .list01 {
  width: 50%;
}
.fnav .item01 {
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 150%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.fnav .item01 a {
  position: relative;
  display: block;
}
.fnav .list02 {
  margin-top: 10px;
  padding-left: 10px;
}
.fnav .item02 {
  margin-bottom: 10px;
  line-height: 150%;
}
.fnav .item02 a {
  position: relative;
  display: block;
  padding-left: 15px;
}
.fnav .item02 a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '>';
}
@media only screen and (max-width: 1024px) {
  .fnav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fnav .list01 {
    width: 49%;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .fnav .list02 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .fnav .list01 {
    width: 50%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
/**
サイドメニュー
side
*/
.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.side .section {
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .side .section {
    width: 48%;
  }
}
@media only screen and (max-width: 599px) {
  .side .section {
    width: 100%;
  }
}
.list_side01 .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 20px;
  background: #373737;
  color: #fff;
  font-size: 28px;
  line-height: 130%;
}
.list_side01 .ttlin01 {
  display: block;
}
.list_side01 .ttlin02 {
  display: block;
  font-size: 12px;
  line-height: 130%;
}
.list_side01 .data {
  margin-bottom: 10px;
}
.list_side01 a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .list_side01.-archive .datawrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list_side01.-archive .datattl {
    width: 100%;
  }
  .list_side01.-archive .data {
    width: 48%;
  }
}
@media only screen and (max-width: 599px) {
  .list_side01 .datattl {
    font-size: 24px;
  }
}
/*********************************************
    各個別コンテンツ
*********************************************/
/**
トップページ
*/
/*メインビジュアル（トップ）*/
.mainimg {
  position: relative;
  overflow: hidden;
}
.mainimg img {
  width: 100%;
}
.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}
.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}
.mainimg .uk-slideshow li {
  height: 100% !important;
}
.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}
.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
/*IE対策*/
.homevisual {
  position: relative;
}

.homevisual .movie {
    position: relative;
    width: 100%;
}

.homevisual .movie::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.homevisual .movie video {
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.homevisual .img {
  position: relative;
  min-height: 300px;
}
.homevisual .img:before {
  display: block;
  padding-top: 40%;
  content: '';
}
.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
/*IE対策*/
.homevisual .blocktxt {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 20px;
  width: 35%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8)
}
.homevisual .head {
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 150%;
}
.homevisual .txt {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .homevisual .blocktxt {
    width: 55%;
  }
}
@media only screen and (max-width: 599px) {
  .homevisual .blocktxt {
    padding: 0 20px;
    width: 100%;
  }
  .homevisual .head {
    font-size: 24px;
  }
  
  .homevisual .movie::before {
    padding-top: 100%;
}
}
/*CMS×SOLUTION（トップ）*/
.home02 {
  position: relative;
  background-image: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/01home/bg01_a.png'), url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/01home/bg01_b.png');
  background-position: left bottom, right top;
  background-size: 40% auto;
  background-repeat: no-repeat;
}
.home02 .wrap {
  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;
}
.home02 .box {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  width: calc(50% - 50px);
  border-bottom: 3px solid #000;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #999;
          box-shadow: 0 0 5px 0 #999;
}
.home02 .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.home02 .bgttl {
  position: absolute;
  bottom: 0;
  z-index: -1;
  font-weight: bold;
  font-size: 50px;
  line-height: 80%;
  opacity: 0.4;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.home02 .btn {
  margin-top: 20px;
}
.home02 .box01 {
  margin-right: 50px;
  border-bottom-color: #2cadcc;
}
.home02 .box01:after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #000;
  content: '×';
  font-weight: bold;
  font-size: 100px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.home02 .box01 .ttl {
  margin-bottom: 10px;
}
.home02 .box01 .ttlin {
  display: block;
  margin: 0 auto;
  padding: 20px 30px;
  max-width: 250px;
  border: 1px solid #000;
  text-align: center;
}
.home02 .box01.bgttl {
  right: 0;
  color: #2cadcc;
  letter-spacing: 0.1em;
}
.home02 .box01 .head {
  color: #2cadcc;
}
.home02 .box02 {
  margin-left: 50px;
}
.home02 .box02 .ttl {
  margin-bottom: 10px;
  color: #373737;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 110%;
}
.home02 .box02 .bgttl {
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .home02 .box {
    padding: 30px 10px;
    width: calc(50% - 30px);
  }
  .home02 .box01 {
    margin-right: 30px;
  }
  .home02 .box01:after {
    font-size: 60px;
  }
  .home02 .box02 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .home02 .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home02 .box {
    width: 100%;
  }
  .home02 .box01 {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .home02 .box01:after {
    top: calc(100% + 5px);
    right: 50%;
    font-size: 80px;
    -webkit-transform: translate(50%, 100%);
        -ms-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
  .home02 .box02 {
    margin-top: 40px;
    margin-left: 0;
  }
}
/*カスタマーボイス（トップ）*/
.home03 {
  background: #f7f7f7;
  background-image: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/01home/bg02_a.png'), url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/01home/bg02_b.png');
  background-position: left bottom, right top;
  background-size: auto;
  background-repeat: no-repeat;
}
.list_home03 {
  padding: 0 30px;
}
.list_home03 .item {
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}
.list_home03 .slick-center {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.list_home03 .head {
  position: relative;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  
}
.list_home03 .head:before,
.list_home03 .head:after {
  position: absolute;
  font-size: 36px;
  line-height: 60%;
}
/* .list_home03 .head:before {
  top: 10px;
  left: 0;
  display: block;
  content: '“';
} */

/* .list_home03 .head:after {
  right: 0;
  bottom: 0;
  display: block;
  content: '”';
} */

.list_home03 .cate {
  text-align: right;
}
.list_home03 .cate li {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 2px;
  padding: 0 5px;
  background: #b3dce5;
  color: #fff;
  text-align: center;
}
.list_home03 .site {
  color: #5cb1cd;
  text-align: right;
}
.list_home03 .site a:before {
  margin-right: 10px;
  content: '\f35d';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
[data-element-id] .slick-slider .slick-track,
[data-element-id] .slick-slider .slick-list {
  margin: 0 auto;
  transform: none !important;
  height: 480px;
}
/*ユニソンプラネットについて（トップ）*/
.home04 {
  background-image: url('/import/tenant_1/153.126.208.246/upload/tenant_13/4b2356e507d694da456281d320e83d58.png');
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.home04:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: .6;
}
.home04 .box {
  position: relative;
  margin-bottom: 4px;
}
.home04 .box .img {
  margin-left: auto;
  width: 80%;
}
.home04 .box .blocktxt {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px;
  width: 490px;
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/01home/bg03.png') no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home04 .box .head {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 150%;
}
.home04 .box .headin {
  display: inline-block;
  font-size: 48px;
}
.home04 .box .headin:before {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/01home/icon01.png') no-repeat;
  background-size: contain;
  content: '';
}
.home04 .box .btn a {
  border: 2px solid #fff;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .home04 .box .blocktxt {
    width: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .home04 .box .img {
    width: 100%;
    height: 150px;
  }
  .home04 .box .img img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .home04 .box .blocktxt {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .home04 .box .head {
    font-size: 20px;
  }
  .home04 .box .headin {
    font-size: 36px;
  }
  .home04 .box .headin:before {
    width: 25px;
    height: 25px;
  }
}
.list_home04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_home04 .item {
  position: relative;
  z-index: 1;
  margin: 0 2px 2px;
  width: calc(25% - 4px);
  background: #000;
}
.list_home04 a {
  display: block;
}
.list_home04 .img {
  opacity: 0.8;
}
.list_home04 .head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}
.list_home04 .head:after {
  display: block;
  margin-top: 10px;
  width: 30px;
  height: 3px;
  background: #fff;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .list_home04 .item {
    width: calc(50% - 4px);
  }
  .list_home04 .head {
    padding: 10px;
    font-size: 16px;
  }
}
/*ニュース・メディア（トップ）*/
.home05 {
  background: #f0f0f0;
}
.home05 .wrap {
  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;
}
.home05 .box {
  padding: 30px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0 #ddd;
          box-shadow: 0px 5px 5px 0 #ddd;
}
.home05 .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .home05 .ttl {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .home05 .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home05 .box {
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
  }
  .home05 .box:last-child {
    margin-bottom: 0;
  }
}
.list_home05 .item {
  margin-bottom: 20px;
}
.list_home05 .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5x;
}
.list_home05 .time {
  display: inline-block;
  margin-right: 10px;
}
.list_home05 .cate li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(#a4c6d7), color-stop(30%, #a4c6d7), to(#84b3bf));
  background: -webkit-linear-gradient(left, #a4c6d7 0%, #a4c6d7 30%, #84b3bf 100%);
  background: linear-gradient(to right, #a4c6d7 0%, #a4c6d7 30%, #84b3bf 100%);
  color: #fff;
  font-size: 12px;
}
.list_home05.-media .cate li {
  background: -webkit-gradient(linear, left top, right top, from(#d7a4a4), color-stop(30%, #d7a4a4), to(#bf8484));
  background: -webkit-linear-gradient(left, #d7a4a4 0%, #d7a4a4 30%, #bf8484 100%);
  background: linear-gradient(to right, #d7a4a4 0%, #d7a4a4 30%, #bf8484 100%);
}
@media only screen and (max-width: 599px) {
  .list_home05 .meta {
    margin-bottom: 5px;
  }
  .list_home05 .time {
    display: block;
    width: 100%;
  }
}
/*リクルート（トップ）*/
.home06 {
  position: relative;
  z-index: 1;
  padding: 150px 0 30px;
  background: -webkit-gradient(linear, left top, right top, from(#2cadcc), to(#addfec));
  background: -webkit-linear-gradient(left, #2cadcc 0%, #addfec 100%);
  background: linear-gradient(to right, #2cadcc 0%, #addfec 100%);
}
.home06 .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.home06 .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  line-height: 150%;
}
.home06 .ttlin02 {
  font-size: 14px;
}
.home06 .head {
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 18px;
}
.home06 .txt {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 200%;
}
.home06 .btnwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.home06 .btn {
  margin: 0 30px 10px;
}
.home06 .btn a {
  padding: 10px;
  max-width: inherit;
  width: 250px;
}
@media only screen and (max-width: 1024px) {
  .home06 {
    padding: 100px 0 30px;
  }
}
@media only screen and (max-width: 599px) {
  .home06 {
    padding: 60px 0 30px;
  }
  .home06 .ttl {
    font-size: 32px;
  }
}
/**
下層ページ共通要素
*/
/*トップビジュアル（下層共通）*/
.topvisual {
  position: relative;
  background: #bfd0d9;
}
.topvisual:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100% - 400px);
  height: 100%;
  background: #296c88;
  content: '';
  opacity: 0.6;
  -webkit-transform: skewX(30deg) translateX(-50%);
      -ms-transform: skewX(30deg) translateX(-50%);
          transform: skewX(30deg) translateX(-50%);
}
.topvisual .img {
  position: relative;
  height: 300px;
  opacity: 0.8;
}
.topvisual .img img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
/*IE対策*/
.topvisual .head {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  line-height: 130%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .topvisual:before {
    width: 70%;
  }
  .topvisual .head {
    top: calc(50% + 10px);
  }
}
@media only screen and (max-width: 599px) {
  .topvisual .img {
    height: 200px;
  }
  .topvisual .head {
    font-size: 28px;
  }
}
/**
下層ページ各コンテンツ
*/
/*企業理念・経営方針*/
.vision {
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/02vision/bg01.png') no-repeat;
  background-position: right 10%;
  background-size: 50%;
}
@media only screen and (max-width: 599px) {
  .vision {
    background-position: right 10%;
    background-size: 100%;
  }
}
.list_vision02 .item:not(:last-child) {
  margin-bottom: 30px;
}
.list_vision02 .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
}
.list_vision02 .datattl:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  background: #2cadcc;
  content: '';
}
.list_vision02 .data {
  padding-left: 30px;
  letter-spacing: 0.1em;
}
.list_vision03 .datattl {
  position: relative;
  padding-left: 30px;
  font-size: 30px;
  line-height: 150%;
}
.list_vision03 .datattl:before {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  background: #2cadcc;
  content: '';
}
.list_vision03 .datattl .ttlin01 {
  color: #000;
}
.list_vision03 .datattl .ttlin02 {
  display: inline-block;
  font-size: 14px;
}
.list_vision03 .datawrap {
  padding-left: 30px;
}
.list_vision03 .data {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  letter-spacing: 0.1em;
}
.list_vision03 .data:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}
@media only screen and (max-width: 599px) {
  .list_vision03 .datattl {
    font-size: 24px;
  }
  .list_vision03 .datattl:before {
    top: 16px;
  }
}
/*代表挨拶*/
.greeting01 .img {
  margin-bottom: -100px;
  margin-left: auto;
  width: 80%;
  text-align: right;
}
.greeting01 .ttl {
  margin-bottom: 60px;
}
.greeting01 .head {
  margin-bottom: 50px;
}
.greeting01 .txt {
  margin-bottom: 80px;
  width: 80%;
  font-size: 16px;
}
.greeting01 .name {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .greeting01 .txt {
    width: 90%;
  }
}
@media only screen and (max-width: 599px) {
  .greeting01 .head {
    margin-bottom: 30px;
  }
  .greeting01 .txt {
    margin-bottom: 40px;
    width: 100%;
  }
}
/*会社概要*/
.list_company01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.list_company01 .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  margin-right: 0;
  width: 150px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .list_company01 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 10px;
  }
  .list_company01 .datattl {
    margin-bottom: 5px;
    width: 100%;
  }
}
/*拠点紹介*/
.access01 .box01 {
  margin-bottom: 100px;
}

.access01 .box02 {
  margin-top: 100px;
}

.access01 .map {
  margin-top: 30px;
  min-height: 300px;
}
@media only screen and (max-width: 599px) {
  .access01 .box01 {
    margin-bottom: 80px;
  }

  .access01 .box02 {
  margin-top: 80px;

    
  }
  
  
}
.list_access02 .btn {
  margin-top: 20px;
}
.list_access02 .btn a {
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .list_access02 .btn {
    margin-top: 10px;
  }
}
/*お知らせ*/
.news01 .pagenation {
  margin-top: 50px;
}
.list_news01 .item {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.list_news01 .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
.list_news01 .time {
  display: inline-block;
  margin-right: 10px;
}
.list_news01 .cate li {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(#a4c6d7), color-stop(30%, #a4c6d7), to(#84b3bf));
  background: -webkit-linear-gradient(left, #a4c6d7 0%, #a4c6d7 30%, #84b3bf 100%);
  background: linear-gradient(to right, #a4c6d7 0%, #a4c6d7 30%, #84b3bf 100%);
  color: #fff;
}
.list_news01 .head {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .list_news01 .meta {
    margin-bottom: 5px;
  }
  .list_news01 .time {
    display: block;
    width: 100%;
  }
}
.newsdtl01 .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
.newsdtl01 .time {
  display: inline-block;
  margin-right: 10px;
}
.newsdtl01 .cate li {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(#a4c6d7), color-stop(30%, #a4c6d7), to(#84b3bf));
  background: -webkit-linear-gradient(left, #a4c6d7 0%, #a4c6d7 30%, #84b3bf 100%);
  background: linear-gradient(to right, #a4c6d7 0%, #a4c6d7 30%, #84b3bf 100%);
  color: #fff;
}
.newsdtl01 .head {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
}
.newsdtl01 .txt {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 599px) {
  .newsdtl01 .meta {
    margin-bottom: 5px;
  }
  .newsdtl01 .time {
    display: block;
    width: 100%;
  }
}
/*個人情報*/
.list_policy01 >.item:not(:last-child) {
  margin-bottom: 50px;
}
.list_policy01 .head {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}
.list_policy01 .headin {
  position: absolute;
  left: 0;
}
.list_policy01 .box {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  max-width: 700px;
  border: 1px solid #999;
}
.list_policy01 .head02 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 599px) {
  .list_policy01 >.item:not(:last-child) {
    margin-bottom: 30px;
  }
  .list_policy01 .box {
    padding: 20px;
  }
}
.list_policy02 {
  padding: 10px 10px;
}
.list_policy02 .item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 40px;
}
.list_policy02 .item:last-child {
  margin-bottom: 0;
}
.list_policy02 .itemin {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .list_policy02 {
    padding: 10px 0;
  }
}
.list_policy03 .item {
  position: relative;
  padding-left: 30px;
}
.list_policy03 .itemin {
  position: absolute;
  left: 0;
}
.list_policy04 .item {
  margin-bottom: 20px;
}
.list_policy04 .datattl {
  position: relative;
  margin-bottom: 5px;
  padding-left: 40px;
}
.list_policy04 .ttlin {
  position: absolute;
  left: 0;
}
.list_policy04 .data {
  padding-left: 30px;
}
/*反社会勢力に対する排除に関する基本方針*/
.list_society01 .item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}
.list_society01 .itemin {
  position: absolute;
  left: 0;
}
.list_society01 .itemin:after {
  content: '.';
}
/*3分でわかるユニソンプラネット*/
.unison_cmn01 {
  position: relative;
  z-index: 1;
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/02vision/bg01.png') no-repeat;
  background-position: right top;
  background-size: auto 70%;
}
.unison_cmn01:before {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: -2;
  display: block;
  width: 200px;
  height: 400px;
  background: -webkit-linear-gradient(70deg, #edfafa 0%, #e0e6e6 48%, #dbd8d8 100%);
  background: linear-gradient(20deg, #edfafa 0%, #e0e6e6 48%, #dbd8d8 100%);
  content: '';
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.unison_cmn01:after {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  display: block;
  width: 200px;
  height: 400px;
  background: -webkit-linear-gradient(70deg, #abd0e2 0%, #abd0e2 50%, #f9f9f9 70%, #f9f9f9 100%);
  background: linear-gradient(20deg, #abd0e2 0%, #abd0e2 50%, #f9f9f9 70%, #f9f9f9 100%);
  content: '';
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.unison_cmn01 .inner {
  position: relative;
}
.unison_cmn01 .subttl {
  position: absolute;
  top: 0;
  right: 0;
  color: #2cadcc;
  font-weight: bold;
  font-size: 140px;
  line-height: 100%;
  opacity: 0.1;
}
.unison_cmn01 .ttl01 {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
}
.unison_cmn01 .txt01 {
  position: relative;
  margin-bottom: 50px;
}
.unison_cmn01 .txt01:after {
  position: relative;
  display: block;
  margin-top: 10px;
  max-width: 700px;
  width: 100%;
  height: 2px;
  background: #999;
  content: '';
}
.unison_cmn01 .img01 {
  position: relative;
  margin-bottom: -180px;
  margin-left: auto;
  width: 75%;
}
.unison_cmn01 .img01:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/10unisonplanet/deco01.png') no-repeat;
  background-size: cover;
  content: '';
}
.unison_cmn01 .ttl02 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 130%;
}
.unison_cmn01 .ttl02:after {
  display: block;
  margin-top: 10px;
  width: 60%;
  height: 3px;
  background: #5cb1cd;
  content: '';
}
.unison_cmn01 .ttl02 .ttlin01 {
  display: block;
  color: #000;
}
.unison_cmn01 .ttl02 .ttlin02 {
  display: block;
  color: #bfbebe;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 130%;
}
@media only screen and (max-width: 599px) {
  .unison_cmn01 .subttl {
    font-size: 70px;
  }
  .unison_cmn01 .ttl01 {
    font-size: 24px;
  }
  .unison_cmn01 .img01 {
    margin-bottom: -50px;
    width: 90%;
  }
  .unison_cmn01 .ttl02 {
    font-size: 30px;
  }
}
.unison01 {
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/02vision/bg01.png') no-repeat;
  background-position: left bottom;
  background-size: auto 50%;
}
.unison01 .ttl {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 40px;
  line-height: 100%;
}
.unison01 .ttlin {
  position: relative;
  display: inline-block;
  padding: 20px 50px;
}
.unison01 .ttlin:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #ededed;
  -webkit-box-shadow: 3px 3px 7px 0 #ccc;
          box-shadow: 3px 3px 7px 0 #ccc;
  content: '';
}
.unison01 .ttlin01 {
  position: absolute;
  left: 0;
}
.unison01 .ttlin01:after {
  content: '.';
}
.unison01 .ttlin02 {
  display: block;
}
.unison01 .ttlin03 {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  line-height: 150%;
}
.unison01 .blocktxt {
  margin: 0 auto;
  max-width: 700px;
}
.unison01 .txt01 {
  margin-bottom: 50px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #2cadcc;
  font-size: 16px;
}
.unison01 .txt02 {
  margin-bottom: 30px;
  padding: 0 20px;
}
.unison01 .img {
  -webkit-box-shadow: -8px 8px 0 0 #b2d4e5;
          box-shadow: -8px 8px 0 0 #b2d4e5;
}
@media only screen and (max-width: 599px) {
  .unison01 .ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .unison01 .ttlin {
    padding: 10px 20px 10px 40px;
  }
  .unison01 .txt01 {
    margin-bottom: 30px;
  }
}
.list_unison02 .item {
  margin-bottom: 100px;
}
.list_unison02 .blocktxt {
  position: relative;
  z-index: 2;
  width: 60%;
}
.list_unison02 .head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-left: 120px;
  min-height: 130px;
  color: #000;
  font-weight: bold;
  font-size: 100px;
  line-height: 130%;
}
.list_unison02 .headin01 {
  position: absolute;
  top: 0;
  left: 0;
}
.list_unison02 .headin02 {
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 130%;
}
.list_unison02 .headin03 {
  display: block;
  margin-left: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 130%;
}
.list_unison02 .headin04 {
  font-weight: normal;
  font-size: 26px;
}
@media only screen and (max-width: 599px) {
  .list_unison02 .item {
    margin-bottom: 50px;
  }
  .list_unison02 .blocktxt {
    width: 100%;
  }
  .list_unison02 .head {
    margin-bottom: 10px;
    padding-left: 80px;
    min-height: 80px;
    font-size: 55px;
  }
  .list_unison02 .headin02 {
    font-size: 28px;
  }
  .list_unison02 .headin03 {
    margin-left: 0;
  }
  .list_unison02 .headin04 {
    font-size: 20px;
  }
}
.unison02a .img {
  margin-top: -200px;
  margin-left: auto;
  width: 95%;
}
@media only screen and (max-width: 599px) {
  .unison02a .img {
    margin: 10px auto 0;
    width: 100%;
  }
}
.unison02b .wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.unison02b .wrap .img {
  margin-top: 100px;
  margin-bottom: -50px;
  width: 40%;
}
.unison02b .blockimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin-top: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#dbeff5), to(#95c4db));
  background: -webkit-linear-gradient(left, #dbeff5 0%, #95c4db 100%);
  background: linear-gradient(to right, #dbeff5 0%, #95c4db 100%);
}
.unison02b .blockimg .img {
  margin: 0 10px;
  width: 25%;
}
.unison02b .blockimg .img:first-child {
  margin-left: 0;
}
.unison02b .blockimg .img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 599px) {
  .unison02b .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .unison02b .wrap .img {
    margin: 10px auto;
    width: 80%;
  }
  .unison02b .blockimg {
    padding: 5px 0;
  }
  .unison02b .blockimg .img {
    margin: 0 2px;
  }
}
.unison02c .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.unison02c .wrap .img {
  margin-top: 50px;
  width: 40%;
}
.unison02c .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 599px) {
  .unison02c .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .unison02c .wrap .img {
    margin: 30px auto 0;
    width: 80%;
  }
  .unison02c .btn a {
    margin: 0 auto;
  }
}
.unison03 .inner {
  position: relative;
  border-top: 1px solid #999;
}
.unison03 .ttl01 {
  color: #555;
  font-weight: bold;
  font-size: 36px;
}
.unison03 .subttl {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 140px;
  opacity: 0.1;
}
.unison03 .box {
  padding: 100px 0;
  border-bottom: 1px solid #999;
}
.unison03 .box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.unison03 .blocktxt01 {
  margin-left: auto;
  width: 70%;
}
.unison03 .head01 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
}
.unison03 .head01:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 1px;
  background: #2cadcc;
  content: '';
}
.unison03 .headin {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .unison03 .subttl {
    font-size: 100px;
  }
}
@media only screen and (max-width: 599px) {
  .unison03 .ttl01 {
    font-size: 30px;
    line-height: 150%;
  }
  .unison03 .subttl {
    top: 50px;
    font-size: 60px;
    line-height: 100%;
  }
  .unison03 .box {
    padding: 50px 0;
  }
  .unison03 .box:last-child {
    padding-bottom: 0;
  }
  .unison03 .blocktxt01 {
    width: 100%;
  }
}
.list_unison04 .item:not(:last-child) {
  margin-bottom: 30px;
}
.list_unison04 .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
}
.list_unison04 .datattl:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  background: #2cadcc;
  content: '';
}
.list_unison04 .data {
  padding-left: 30px;
  letter-spacing: 0.1em;
}
.list_unison06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list_unison06 .item {
  position: relative;
  z-index: 1;
  margin: 0 2px 2px;
  width: calc(33.333% - 4px);
  background: #000;
}
.list_unison06 .img {
  opacity: 0.8;
}
.list_unison06 a {
  display: block;
}
.list_unison06 .head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}
.list_unison06 .head:after {
  display: block;
  margin-top: 10px;
  width: 30px;
  height: 3px;
  background: #fff;
  content: '';
}
@media only screen and (max-width: 599px) {
  .list_unison06 .item {
    width: calc(50% - 4px);
  }
  .list_unison06 .head {
    padding: 10px;
    font-size: 16px;
  }
}
/*プロダクト*/
.product_cmn01 .wrap {
  padding: 50px;
  border: 1px solid #2cadcc;
  background: #fff;
}
@media only screen and (max-width: 599px) {
  .product_cmn01 .wrap {
    padding: 20px;
  }
}
.product01 .wrap {
  position: relative;
}
.product01 .img {
  position: absolute;
  width: 50%;
  height: 90%;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.product01 .img:before {
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#c3e1e9), color-stop(25%, #c3e1e9), to(#92c0d6));
  background: -webkit-linear-gradient(left, #c3e1e9 0%, #c3e1e9 25%, #92c0d6 100%);
  background: linear-gradient(to right, #c3e1e9 0%, #c3e1e9 25%, #92c0d6 100%);
  content: '';
}
.product01 .img .imgin {
  display: block;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 2px 2px 3px 0 #aaa;
          box-shadow: 2px 2px 3px 0 #aaa;
}
.product01 .img img {
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.product01 .blocktxt {
  margin-left: auto;
  padding-top: 50px;
  width: 45%;
}
.product01 .head {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
}
.product01 .logo {
  position: relative;
  margin-bottom: 20px;
}
.product01 .logo:after {
  display: block;
  margin-top: 10px;
  width: 100vw;
  height: 1px;
  background: #2cadcc;
  content: '';
}
@media only screen and (max-width: 599px) {
  .product01 .img {
    position: relative;
    width: 90%;
    height: 200px;
  }
  .product01 .blocktxt {
    padding-top: 30px;
    max-width: 420px;
    width: 100%;
  }
  .product01 .logo {
    text-align: center;
  }
}
.product02 {
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/11product/bg01.png') no-repeat;
  background-position: right top;
  background-size: auto 50%;
}
.product02 .inner {
  position: relative;
}
.product02 .txt01 {
  position: absolute;
  top: 80px;
  left: 0;
  padding-right: 50px;
  padding-left: 350px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .product02 .txt01 {
    padding-left: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .product02 .txt01 {
    position: relative;
    top: inherit;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
.list_product02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_product02 .item {
  margin: 0 10px 20px;
  padding: 20px 10px;
  width: calc(25% - 20px);
  border-bottom: 4px solid #2cadcc;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px 0 #ccc;
          box-shadow: 2px 2px 5px 0 #ccc;
}
.list_product02 .img {
  margin: 0 auto 10px;
  max-width: 80px;
  height: 80px;
}
.list_product02 .head {
  text-align: center;
  font-weight: bold;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .list_product02 .item {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (max-width: 599px) {
  .list_product02 .item {
    margin: 0 auto 5px;
    width: calc(50% - 10px);
  }
}
.product03 {
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/11product/bg02.png') no-repeat;
  background-position: left top;
  background-size: auto 50%;
}
.product03 .movie {
  position: relative;
}
.product03 .movie:after {
  content: "";
  display: block;
  padding: 30%;
}
.product03 .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product04 {
  background: url('/import/tenant_1/153.126.208.246/import/tenant_13/unipla.sakura.ne.jp/unisonhp/images/11product/bg03.png') no-repeat;
  background-position: right top;
  background-size: auto 50%;
}
.product04 >.inner {
  border-top: 1px solid #999;
}
.list_product04 .item {
  position: relative;
  margin-bottom: 10px;
}
.list_product04 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 350px);
  height: 100%;
}
.list_product04 .blocktxt {
  margin-left: auto;
  width: calc(50% + 300px);
}
.list_product04 .head {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
}
.list_product04 .head:after {
  display: block;
  margin-top: 5px;
  width: 20px;
  height: 2px;
  background: #2cadcc;
  content: '';
}
.list_product04 .btn {
  margin-top: 20px;
}
.list_product04 .btn a {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .list_product04 .img {
    width: calc(50% - 150px);
  }
  .list_product04 .blocktxt {
    width: calc(50% + 100px);
  }
}
@media only screen and (max-width: 599px) {
  .list_product04 .item {
    margin-bottom: 50px;
  }
  .list_product04 .img {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
  }
  .list_product04 .blocktxt {
    width: 100%;
  }
  .list_product04 .head {
    font-size: 18px;
  }
  .list_product04 .btn a {
    margin-right: auto;
  }

  .sp-only {
  display:block;
}
}

.btntop{
  margin-top: 10px;
}


@media only screen and (max-width: 599px) {
.homevisual .head {
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 150%;
  margin-top: 180px;
  }

  .homevisual .txt {
  color: #fff;
  font-size: 16px;
  text-align: left;
}
}
