/* ----------------------------------------------------------------
Main
-------------------------------------------------------------------*/
.dm_main {
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100vh - 54px);
  margin-top: 54px;
  text-align: center;
  color: #fff;
  overflow:hidden;
}

@media (max-width: 601px) {
  .dm_main {
    height: calc(100vh - 44px);
    margin-top: -43px;
  }
}

/* visual
----------------------------------------------*/
.dm_main__visual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.dm_main__img_list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.dm_main__img {
  width: 100%;
  height: 100%;
  height: calc(100vh - 54px);
  float: left;
  position: relative;
}
.dm_main__img img {
  height: auto;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  min-height: 100vh;
}
.dm_main__img_link {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 601px) {
  .dm_main__img {
    height: calc(100vh - 44px);
  }
}

/* inner
----------------------------------------------*/
.dm_main__inner {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.dm_main__caption {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  height: 100%;
  height: calc(100vh - 54px);
  padding: 0 60px;
}
@media (max-width: 601px) {
  .dm_main__caption {
    height: calc(100vh - 44px);
    padding: 0 20px;
  }
}

/* title
----------------------------------------------*/
.dm_main__title {
  color: #fff;
  margin: 0 0 10px;
  word-wrap: break-word;
  text-shadow: 0 0 10px rgba(0,0,0,0.16);
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 80px;
  font-weight: normal;
  line-height: 1;
}
.dm_main__title.mt240 {
  margin-top: 240px;
}
.dm_main__title.u-mb40 {
  margin-bottom: 40px;
}
.dm_main__title.bkttl {
  color: #000;
}

@media (max-width: 1001px)  and (max-height: 601px) {
  .dm_main__title {
    font-size: 54px;
  }
  .dm_main__title.mt240 {
    margin-top: 0px;
  }
}

@media (max-height: 601px) {
/*  .dm_main__title {
    font-size: 54px;
  } */
  .dm_main__title.mt240 {
    margin-top: 0px;
  }
/*  .dm_main__title.u-mb40 {
    margin-bottom: 20px;
  } */
}

@media (max-width: 601px) , (max-height: 451px) {
  .dm_main__title {
    font-size: 38px;
  }
  .dm_main__title.mt240 {
    margin-top: 0px;
  }
  .dm_main__title.u-mb40 {
    margin-bottom: 20px;
  }
}

/*
@media (max-height: 501px) {
  .dm_main__title {
    font-size: 38px;
  }
}
*/

/* subtitle
----------------------------------------------*/
.dm_main__subtitle {
  color: #fff;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(0,0,0,0.16);
}

@media (max-width: 1001px) {
  .dm_main__subtitle {
    font-size: 32px;
  }
}

@media (max-width: 601px) , (max-height: 451px) {
  .dm_main__subtitle {
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.dm_main__subtitle2 {
  color: #fff;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 20px;
  text-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.dm_main__subtitle2 span {
  font-size: 32px;
}
.dm_main__subtitle2.u-mb40 {
  margin-bottom: 40px;
}


@media (max-width: 1001px) {
  .dm_main__subtitle2 {
    font-size: 32px;
  }
  .dm_main__subtitle2 span {
    font-size: 26px;
  }

/*  .dm_main__subtitle2.u-mb40 {
    margin-bottom: 20px;
  } */
}

@media (max-width: 601px) , (max-height: 451px) {
  .dm_main__subtitle2 {
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .dm_main__subtitle2 span {
    font-size: 16px;
  }
  .dm_main__subtitle2.u-mb40 {
    margin-bottom: 20px;
  }
}

.dm_main__inner .dm_main__text {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 40px;
  text-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.dm_main__inner .dm_main__text.bkttl {
  color: #000;
}

@media (max-width: 601px) , (max-height: 451px)  {
.dm_main__inner .dm_main__text {
    font-size: 11px;
    margin-bottom: 20px;
  }
.dm_main__inner .dm_main__text.bkttl.w175 {
    margin-right: 160px;
  }
}


/* ----------------------------------------------------------------
About
-------------------------------------------------------------------*/
.dm_about {
  padding: 100px 0;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
}

@media (max-width: 601px) {
  .dm_about {
    padding: 50px 0;
  }
}
/* title
----------------------------------------------*/
.dm_about__title {
  word-wrap: break-word;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 60px;
}

@media (max-width: 601px) {
  .dm_about__title {
    font-size: 24px;
    margin-bottom: 25px;
    padding: 0 20px;
  }
}

.dm_about__sub_title {
  word-wrap: break-word;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}

@media (max-width: 601px) {
  .dm_about__sub_title {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.4;
    padding: 0 20px;
  }
}

/* main area
----------------------------------------------*/
.dm_about__main {
  width: 100%;
  margin: 0 auto;
}
.dm_about__caption {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 601px) {
  .dm_about__caption {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

/* subtitle
----------------------------------------------*/
.dm_about__subtitle {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
}

@media (max-width: 601px) {
  .dm_about__subtitle {
    line-height: 2;
    letter-spacing: 1px;
    font-size: 12px;
  }
}

/* figure
----------------------------------------------*/
.dm_about__img {
  margin: 0;
  margin-bottom: 50px;
}

@media (max-width: 601px) {
  .dm_about__img {
    margin-bottom: 25px;
  }
}

.dm_about__img ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.dm_about__img ul:before,
.dm_about__img ul:after {
  display: table;
  content: " ";
}
.dm_about__img ul:after {
  clear: both;
  text-align: center;
}
@media (max-width: 601px) {
  .dm_about__img ul {
    display: block;
    margin-bottom: 0;
  }
}

.dm_about__img ul a {
  text-decoration: none;
  color: #000;
}

.dm_about__img ul img {
  width: 100% !important;
  vertical-align: middle;
}

.dm_about__img ul,
.dm_about__img ul > li {
  list-style-type: none;
}

.dm_about__img ul > li {
  position: relative;
  width: 33.3%;
  display: inline-block;
}
@media (max-width: 1025px) {
.dm_about__img ul > li {
  width: 100%;
}
}

.dm_about__img ul > li:first-child {
  border: none;
}

.dm_about__img ul > li:nth-child(2n) {
  width: 33.4%;
}

@media (max-width: 601px) {
  .dm_about__img ul > li {
    display: block;
    float: none;
    width: auto !important;
    margin-bottom: 2px;
    border-left: none;
  }
}

.dm_about__map_area {
  width: 100%;
  background-color: #cfdff4;
  margin: 0 auto;
  padding: 60px 0 100px;
  position: relative;
}

@media (max-width: 601px) {
  .dm_about__map_area {
    padding: 15px 10px;
  }
}

.dm_about__map_area_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #4f86c5;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 601px) {
  .dm_about__map_area_ttl {
    font-size: 12px;
    position: static;
    top: 0;
    margin-bottom: 10px;
  }
}

.dm_about__map {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media (max-width: 601px) {
  .dm_about__map {
    margin-bottom: 15px;
  }
}

.dm_acout__map_point {
  display: block;
  border-radius: 50%;
  mix-blend-mode: multiply;
  transition: all .1s;
  width: 12px;
  height: 12px;
  background-color: rgba(255,153,0,1);
  position: absolute;
}
a.dm_acout__map_point:before {
  content: "";
  display: block;
  border-radius: 50%;
  mix-blend-mode: multiply;
  transition: all .1s;
  width: 30px;
  height: 30px;
  background-color: rgba(255,153,0,.6);
  position: absolute;
  margin-top: -9px;
  margin-left: -9px;
}

@media (min-width: 602px) {
  a.dm_acout__map_point:hover:before {
    width: 40px;
    height: 40px;
    margin-top: -14px;
    margin-left: -14px;
  }
}

@media (max-width: 601px) {
  .dm_acout__map_point {
    width: 6px;
    height: 6px;
  }
  .dm_acout__map_point .dm_acout__map_point_inner {
    display: block;
    border-radius: 50%;
    mix-blend-mode: multiply;
    transition: all .1s;
    background-color: rgba(255,153,0,.6);
    position: absolute;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    margin-left: -3px;
  }
}

#map_point_01 {
  left: 86%;
  top: 35.2%;
}
#map_point_02 {
  left: 47.4%;
  top: 39.4%;
}
#map_point_03 {
  left: 11%;
  top: 27.5%;
}
#map_point_04 {
  left: 38%;
  top: 42%;
}
#map_point_05 {
  left: 46%;
  top: 77%;
}
#map_point_06 {
  left: 93%;
  top: 67%;
}
#map_point_07 {
  left: 7.9%;
  top: 26.5%;
}
#map_point_08 {
  left: 7.5%;
  top: 36%;
}
#map_point_09 {
  left: 12.2%;
  top: 35%;
}
#map_point_10 {
  left: 38.9%;
  top: 53.3%;
}
#map_point_11 {
  left: 37.3%;
  top: 53.3%;
}
#map_point_12 {
  left: 37.2%;
  top: 59.5%;
}
#map_point_13 {
  left: 87.8%;
  top: 68%;
}
#map_point_14 {
  left: 78.2%;
  top: 40.4%;
}
.dm_about__map img {
  width: 100%;
  height: auto;
}

.dm_about__map_counts {
  text-align: center;
  padding: 30px 0 10px;
  background-color: #a8c3e9;
  margin-bottom: 50px;
  font-size: 0;
}
.dm_about__map_counts_inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.dm_about__map_count {
  display: inline-block;
  width: 280px;
  padding: 0 10px;
  font-size: 14px;
  vertical-align: top;
}
.dm_about__map_count_inner {
  display: table;
  width: 100%;
  height: 100px;
}
.dm_about__map_count_img {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px 0 20px;
}
.dm_about__map_count_img img {
  width: 100%;
  height: auto;
}
.dm_about__map_count_txt {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "游ゴシック", YuGothic, "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
  padding-right: 20px;
}
.dm_about__map_count_txt_t {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.dm_about__map_count_txt_t span {
  font-size: 23px;
}
.dm_about__map_count_txt_p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -1px;
}
.dm_about__map_count01 .dm_about__map_count_inner {
  background-color: #465e9f;
  color: #ffffff;
}
.dm_about__map_count02 .dm_about__map_count_inner {
  background-color: #bfbfbf;
  color: #000000;
}
.dm_about__map_counts_cap {
  text-align: right;
  font-size: 12px;
  color: #666666;
  padding: 0 10px;
  margin: 0;
}

@media (max-width: 601px) {
  .dm_about__map_counts {
    padding: 12px 30px 5px;
    margin-bottom: 25px;
  }
  .dm_about__map_count {
    width: 50%;
    padding: 0 5px 10px;
  }
  .dm_about__map_count_inner {
    height: 50px;
  }
  .dm_about__map_count_img {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px 0 5px;
  }
  .dm_about__map_count_txt {
    padding-right: 5px;
  }
  .dm_about__map_count_txt_t {
    font-size: 14px;
  }
  .dm_about__map_count_txt_t span {
    font-size: 11px;
  }
  .dm_about__map_count_txt_p {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
  .dm_about__map_counts_cap {
    display: none;
  }
}

.dm_about__map_cap_area {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.dm_about__map_cap {
  display: inline-block;
  background-color: rgba(221,234,247,.6);
  border: rgba(255,255,255,.6) solid 2px;
  border-radius: 7px;
  padding: 16px 24px;
}
.dm_about__map_cap_txt {
  text-align: left;
  color: #666666;
  font-size: 12px;
  position: relative;
  padding-left: 50px;
  margin: 0;
}
.dm_about__map_cap_txt:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255,153,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.dm_about__map_cap_txt:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: rgba(255,153,0,1);
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
}
.dm_about__map_cap_txt b {
  color: #333333;
  font-size: 14px;
}

@media (max-width: 601px) {
  .dm_about__map_cap_area {
    position: static;
    bottom: 0;
  }
  .dm_about__map_cap_txt {
    font-size: 10px;
    padding-left: 25px;
  }
  .dm_about__map_cap_txt:before {
    content: "";
    width: 12px;
    height: 12px;
  }
  .dm_about__map_cap_txt:after {
    content: "";
    width: 6px;
    height: 6px;
    top: 3px;
    left: 3px;
  }
  .dm_about__map_cap_txt b {
    font-size: 10px;
  }
}

.dm_about__college_list_area {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.dm_about__college_list_area h3 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 30px;
}
.dm_about__college_list {
  width: 100%;
  display: flex;
}
.dm_about__college_list ul {
  flex-basis: 1;
  width: 50%;
  display: inline-block;
  font-size: 0;
  list-style: none;
  padding: 0 20px;
}
.dm_about__college_list ul li {
  text-align: left;
  font-size: 16px;
  border-top: #e9e9e9 solid 1px;
}
.dm_about__college_list + .dm_about__college_list ul li:last-child {
  border-bottom: #e9e9e9 solid 1px;
}
.dm_about__college_list ul li span {
  font-size: 14px;
}
.dm_about__college_list ul li a {
  position: relative;
  width: 100%;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 20px 5px;
}
.dm_about__college_list ul li a:before,
.dm_about__college_list ul li a:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e0e0e0;
  width: 18px;
  height: 2px;
  top: 50%;
  right: 20px;
  transition: all linear 0.1s;
}
.dm_about__college_list ul li a:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 3px;
}
.dm_about__college_list ul li a:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -9px;
}
.dm_about__college_list ul li a:hover {
  text-decoration: underline;
}
.dm_about__college_list ul li a:hover:before,
.dm_about__college_list ul li a:hover:after {
  background-color: #597fc2;
}

@media (max-width: 601px) {
  .dm_about__college_list_area {
    margin: 0 auto 40px;
  }
  .dm_about__college_list_area h3 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .dm_about__college_list {
    display: block;
  }
  .dm_about__college_list ul {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  .dm_about__college_list ul li {
    font-size: 11px;
  }
  .dm_about__college_list ul li span {
    font-size: 10px;
  }
  .dm_about__college_list ul li a {
    padding: 10px 5px;
  }
  .dm_about__college_list ul li a:before,
  .dm_about__college_list ul li a:after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #e0e0e0;
    width: 10px;
    height: 2px;
    top: 50%;
    right: 20px;
    transition: all linear 0.1s;
  }
  .dm_about__college_list ul li a:after {
    margin-top: 1px;
  }
  .dm_about__college_list ul li a:before {
    margin-top: -6px;
  }
}

/* */
.dm_about__movie {
  background: #f5f5f5;
  padding: 30px 30px;
  max-width: 1130px;
  margin: 0 auto 50px;
}

@media (max-width: 601px) {
  .dm_about__movie {
    background: #ffffff;
    margin-bottom: 25px;
    padding: 20px 20px 0;
  }
}

.dm_about__movie__subtitle {
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 40px;
}

@media (max-width: 601px) {
  .dm_about__movie__subtitle {
    font-size: 12px;
  }
}

.dm_about__movie_list {
  display: table;
  width: 100%;
  margin-bottom: 35px;
}
.dm_about__movie_list_inner {
  display: table-cell;
  vertical-align: top;
}
.dm_about__movie_list_no {
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #b4cce7;
  line-height: 1;
  text-align: center;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
}
.dm_about__movie_list_ttl {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  padding: 10px 45px;
}
.dm_about__movie_list_ttl h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #627fb7;
  line-height: 1;
}
.dm_about__movie_list_ttl p {
  font-size: 18px;
  line-height: 2;
}
.dm_about__movie_list_ttl .btn_area {
  text-align: center;
}
.dm_about__movie_list_mov {
  display: table-cell;
  vertical-align: top;
  width: 400px;
}

@media (max-width: 601px) {
  .dm_about__movie_list {
    display: block;
    margin-bottom: 35px;
  }
  .dm_about__movie_list_inner {
    display: block;
    background-color: #f5f5f5;
    margin-bottom: 20px;
  }
  .dm_about__movie_list_no {
    display: table-cell;
    vertical-align: top;
    font-size: 50px;
    padding: 10px 0 0 20px;
    
  }
  .dm_about__movie_list_ttl {
    display: table-cell;
    vertical-align: top;
    padding: 10px 20px;
  }
  .dm_about__movie_list_ttl h3 {
    font-size: 18px;
    line-height: 1;
  }
  .dm_about__movie_list_ttl p {
    font-size: 10px;
    line-height: 2;
  }
  .dm_about__movie_list_ttl .btn_area {
    text-align: center;
  }
  .dm_about__movie_list_mov {
    display: block;
    width: 100%;
  }
  .dm_about__movie_list_inner .btn_area {
    background-color: #ffffff;
    padding-top: 10px;
  }
}

.movie {
    max-width: 560px;
    margin: 0 auto;
}

.movie .flex iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 5px;
}
.dm_about__movie__title {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 601px) {
  .movie {
    background-color: #f5f5f5;
    padding-bottom: 5px;
  }
  .movie .flex iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
  }
  .dm_about__movie__title {
    font-size: 12px;
  }
}

.consul_dev_btn_area {
  text-align: center;
}
.consul_dev_btn {
  background-color: #597ec2;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 20px 35px;
  line-height: 1.2;
  border: #597ec2 solid 1px;
}
.consul_dev_btn:hover {
  background-color: #ffffff;
  color: #597ec2;
  border: #597ec2 solid 1px;
}

@media (max-width: 601px) {
  .consul_dev_btn_area {
    text-align: center;
    padding: 0 20px;
  }
  .consul_dev_btn {
    font-size: 10px;
    padding: 10px 20px;
    width: 100%;
  }
}

/* link */
.dm_about__img__link {
  position: relative;
  display: block;
  background: #000;
}

.dm_about__img__link .is-no-touch:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* title */
.dm_about__img__link__title {
  margin: 0;
  padding: 10px 10px;
  text-align: left;
}

.dm_about__img__link__title a {
  color: #000;
}

@media (max-width: 601px) {
  .dm_about__img__link__title {
    display: none;
  }
}

.dm_about__img__link__title {
  display: none;
}

@media (max-width: 601px) {
  .dm_about__img__link__title {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    font-size: 11px;
  }
}
/* play */
.dm_about__img__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 140px;
  height: 100px;
  margin-top: -30px;
  margin-left: -70px;
  text-align: center;
}

.dm_about__img__play__label {
  transition: all linear 0.1s;
  letter-spacing: 3px;
  word-wrap: break-word;
  opacity: 0;
  color: #fff;
  font-family: 'Catamaran', "Fjalla One", sans-serif;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.dm_about__img__link:hover .dm_about__img__play__label {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.dm_about__img__play__button {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  transition: all linear 0.1s;
  border: 1px solid #fff;
  border-radius: 52px;
}

.dm_about__img__link:hover .dm_about__img__play__button {
  border-color: #597fc8;
  background-color: #597fc8;
}

.dm_about__img__play__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -9px;
  margin-left: -5px;
  content: url("https://digital.nttdata.com/crm-salesforce/common/images/button__play__arrow.png");
}

.dm_about__btn {
  text-align: center;
}
.dm_about__btn_link {
  background-color: #597ec2;
  border: solid 1px #597ec2;
  width: 240px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  font-size: 18px;
  transition: all linear 0.1s;
}
.dm_about__btn_link:hover {
  background-color: #ffffff;
  color: #597ec2;
}
@media (max-width: 601px) {
  .dm_about__btn_link {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}

/* ----------------------------------------------------------------
Reference
-------------------------------------------------------------------*/
.reference {
  padding: 90px 0;
  text-align: center;
  background-image: url(../image/reference__bg.jpg);
  background-size: cover;
}

@media (max-width: 601px) {
  .reference {
    padding: 50px 15px;
  }
}
/* title
----------------------------------------------*/
.reference__title {
  margin-bottom: 50px;
  word-wrap: break-word;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 601px) {
  .reference__title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

/* list
----------------------------------------------*/
.reference__list {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.reference__list a {
  text-decoration: none;
  color: #000;
}

.reference__list,
.reference__list > li {
  list-style-type: none;
}

.reference__list > li {
  display: block;
  background-color: #fff;
  width: 48%;
  margin: 0 1%;
  float: left;
  margin-bottom: 20px;
  height:240px;
}
.reference__list > li:nth-child(2n) {
  float: right;
}

@media (max-width: 601px) {
  .reference__list > li {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    float: none;
    height: auto;
  }
  .reference__list > li:nth-child(2n) {
    float: none;
  }

  .reference__list > li:before,
  .reference__list > li:after {
    display: table;
    content: " ";
  }

  .reference__list > li:after {
    clear: both;
  }
}

/* column */
.reference__list__column {
  width: 100%;
}

/* detail */
.reference__list__detail {
  padding: 20px 20px;
  text-align: left;
}

@media (max-width: 601px) {
  .reference__list__detail {
    padding: 25px 18px;
    text-align: left;
  }
}
/* name */
.reference__list__name {
  margin-bottom: 20px;
  letter-spacing: 0px;
  word-wrap: break-word;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  height: 2.2em;
}

@media (max-width: 801px) {
  .reference__list__name {
    margin-bottom: 15px;
    font-size: 19px;
    height: auto;
  }
}

@media (max-width: 601px) {
  .reference__list__name {
    margin-bottom: 15px;
    font-size: 19px;
  }
}

/* description */
.reference__list__description {
  margin-bottom: 15px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
  height:2.2em;
}

@media (max-width: 801px) {
  .reference__list__description {
    letter-spacing: 0;
    line-height: 1.5;
    font-size:14px;
  }
}

@media (max-width: 601px) {
  .reference__list__description {
    font-size: 11px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 2;
  }
}

ul .reference__list__tag{
    padding: 0;
    margin: 20px 0;
}

.reference__list__tag li{
    list-style: none;
    display: inline-block;
    border: 1px solid #5b9bd5;
    color: #5b9bd5;
    padding: 3px 5px;
    margin-right: 3px;
    text-align:center;
}

/* button */
.reference__list__button {
  position: relative;
  display: inline-block;
  transition: all linear 0.1s;
  letter-spacing: 1px;
  word-wrap: break-word;
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
}

.reference__list__button:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../image/icn_arrow_link_b.png);
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.reference__list__button:hover {
  opacity: 0.7;
}

@media (max-width: 601px) {
  .reference__list__button {
    font-size: 14px;
    padding-left: 24px;
  }
  .reference__list__button:before {
    width: 15px;
    height: 15px;
  }
}

/* ----------------------------------------------------------------
Recruit
-------------------------------------------------------------------*/
.recruit {
    padding: 90px 0;
    text-align: center;
    background-image: url(../image/recruit__bg.jpg);
    background-size: cover;
    margin-bottom: 60px;
}

.top_recruit_box {
  max-width:  1170px;
  margin: 10px auto 70px;
  box-sizing: border-box;
  padding: 15px;
}

.top_recruit_box a {
  color:  inherit;
  text-decoration: none;
}

.top_recruit_box h3 {
  margin-bottom: 40px;
}


.top_recruit_box h3 a {
  font-size: 20px;
}


.top_recruit_box h3 img {
  max-width:  100%;
  margin-bottom: 12px;
}

.top_recruit_box h3 span {
  display: block;
}

.top_recruit_box .toppage_recruit_box_list h3 {
   
}

.toppage_recruit_box_list h3 a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  display: block;
  letter-spacing: 3px;
  background: url('../image/up_to_data_logo.png') no-repeat;
   background-size: 112px auto;
  padding: 15px 0 13px 137px;
  line-height: 40px;
}

.top_recruit_box h3 a:hover,
.top_recruit_box h3 a:hover span,
.top_recruit_box .toppage_recruit_box_list ul li h3 a:hover {
  opacity: 0.8;
}

.toppage_recruit_box_list_new {
  display: flex;
  margin-bottom: 66px;
  justify-content:  space-between;
}

.toppage_recruit_box_list_new .left_box {
  width:  36%;
}

.toppage_recruit_box_list_new .right_box {
  width:  calc(100% - 38%);
  padding: 20px 30px;
  min-height: 25vh;
  display: flex;
  flex-flow: column;
}

a:hover .toppage_recruit_box_list_new img,
a:hover .toppage_recruit_box_list_new h4,
a:hover .toppage_recruit_box_list_new p {
  opacity: 0.8;
}

.toppage_recruit_box_list_new img {
  width:  100%;

}



.toppage_recruit_box_list_new h4 {
  font-size: 26px;
}


.toppage_recruit_box_list_bottom {
  margin-top:  auto;
}

.top_recruit_box p {
  margin-bottom: 0;
}

.top_recruit_box p.work {
  font-size: 17px;
}

.top_recruit_box p.name {
  margin: 0 0 10px 0;
  font-size: 19px;
}

.top_recruit_box .toppage_strategy__link {
  text-align: right;
}
.toppage_recruit_box_list h3 {
  margin-bottom: 34px;
}

.toppage_recruit_box_list ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding:  0;
}

.toppage_recruit_box_list ul li {
  list-style: none;
  width: calc((100% - 50px) / 3);
  display: flex;
}

.toppage_recruit_box_list ul li:last-child {
  margin-right: 0;
}

.toppage_recruit_box_list ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.toppage_recruit_box_list ul li a > * {
  max-width: 100%;
  min-height: 0%
}

.toppage_recruit_box_list ul li a:hover {
  opacity: 0.8;
}

.toppage_recruit_box_list ul li img {
  width: 100%;
  margin-bottom: 20px;
   flex-shrink: 0;
}

.toppage_recruit_box_list ul li h4 {
  margin-bottom: 20px;
  font-size: 22px;
}


.toppage_recruit_box_list ul li a:hover h4,
.toppage_recruit_box_list ul li a:hover p {
  opacity: 0.8;
}

.toppage_recruit_box_list ul li p.name {
  margin-bottom: 10px;
}
.toppage_recruit_box_list ul li .toppage_strategy__link {
  margin-top: auto;
}

@media (max-width: 1390px){
  .toppage_recruit_box_list_new .left_box {
    width: 45%;
  }
  .toppage_recruit_box_list_new .right_box {
    padding:  10px;
    width:  54%;
  }
  .top_recruit_box h4 {
  font-size: 18px;
}

.top_recruit_box p.work {
  font-size:  16px;
}

.top_recruit_box p.name {
  font-size:  16px;
}

.toppage_recruit_box_list_bottom {
  margin-left: 10px;
  margin:  0;
}


}

@media (max-width: 1480px){
  .toppage_recruit_box_list ul li h4 {
      font-size: 1.4vw;
    }

}

@media (max-width: 1190px) {
  .toppage_recruit_box_list_new h4 {
    font-size: 18px;
  }
  .toppage_recruit_box_list ul li h4 {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .toppage_recruit_box_list ul li p.work {
      font-size: 14px;
    }


    .toppage_recruit_box_list ul li p.name {
      font-size: 14px;
    }


  .toppage_recruit_box_list ul li h4 br {
    display: none;
  }

}

@media (max-width: 1024px) and (min-width:  602px){
  .top_recruit_box {
    padding: 0 10px;
  }
.top_recruit_box h3 img {
  margin-bottom: 9px;
}


.top_recruit_box .toppage_recruit_box_list h3 a {
    background-size: 96px auto!important;
    margin-bottom: 20px;
    padding-left:  110px!important;
  }

  .top_recruit_box h3 a {
    font-size: 130%;
    letter-spacing: 0;
  }



  .toppage_recruit_box_list_new .right_box {
    min-height: 13vh;
    padding: 0 10px;

  }


  .toppage_recruit_box_list ul li {
    width:  calc((100% - 50px) / 3);
  }
}


@media (min-width: 602px) {

 .toppage_recruit_box_list_new:hover .ico_link--pc:after,
 .toppage_recruit_box_list a:hover .ico_link--pc:after {
    border: 2px solid #fff;
    background-image: url(../image/ico_arrow_link-02.png);
    background-color: #090031;
    background-clip: padding-box;
  }
}
@media (max-width: 601px) {
  .ico_link--sp {
    display: inline-flex;
    align-items: center;
  }
  
  .toppage_recruit_box_list_new .ico_link_white--sp:after,
  .toppage_recruit_box_list .ico_link_white--sp:after {
    background-image: url(../image/ico_arrow_link.png);
    border: 2px solid #090031;
    width: 22px;
    height: 22px;
}

  .top_recruit_box {
    padding:  0 15px;
  }

  .top_recruit_box h3 {
    margin-bottom: 20px;
  }

  .top_recruit_box h3 a {
    font-size: 122%;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .toppage_recruit_box_list_new img {
    width: 100%;
  }


  .top_recruit_box .toppage_recruit_box_list h3 a {
    background-size: 60px auto;
    padding: 0 0 0 70px;
}

  .top_recruit_box h4 {
      line-height: 1.2;
      margin-bottom: 10px!important;
     }

  .top_recruit_box p.name {
    margin:  0;
  }
  .toppage_recruit_box_list_new {
    display: block;
  }

  .toppage_recruit_box_list_new .left_box{
    margin-bottom: 20px;
    width:  100%;
  }

  .toppage_recruit_box_list_new .right_box {
    width: 100%;
    padding: 0;
    min-height: 100px;
  }

  .toppage_recruit_box_list_bottom {
      margin-top: -10px;
      margin-left: 0;
    }



  .toppage_recruit_box_list ul {
    display: block;
  }

  .toppage_recruit_box_list ul li {
    margin-right:  0;
    margin-bottom: 45px;
    width: 100%;
  }
    

  .toppage_recruit_box_list ul li h4 br {
      display: none;
  }

  .toppage_recruit_box_list ul li p.name {
    margin-bottom: 0;
  }
}

.recruit__title {
    margin-bottom: 50px;
    word-wrap: break-word;
    font-family: 'Catamaran', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}

.recruit__list > li {
    display: block;
    background-color: #fff;
    width: 48%;
    margin: 0 1%;
    float: left;
    margin-bottom: 20px;
}

.recruit__list, .recruit__list > li {
    list-style-type: none;
}

.recruit__list {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.recruit__list__detail {
    padding: 32px 32px;
    text-align: left;
}

.recruit__list__column {
    width: 100%;
}

.recruit__list__name {
    margin-bottom: 20px;
    letter-spacing: 0px;
    word-wrap: break-word;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.recruit__list__description {
    margin-bottom: 40px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
}

.recruit__list a {
    text-decoration: none;
    color: #000;
}

.recruit__list__button {
    position: relative;
    display: inline-block;
    transition: all linear 0.1s;
    letter-spacing: 1px;
    word-wrap: break-word;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
    position: relative;
    padding-left: 30px;
}

.recruit__list__button:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../image/icn_arrow_link_b.png);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 601px){
.recruit {
    padding: 50px 15px;
    margin-bottom: 20px;
}
  
.recruit__title {
    margin-bottom: 25px;
    font-size: 24px;
}

.recruit__list > li {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    float: none;
}

.recruit__list > li:before, .recruit__list > li:after {
    display: table;
    content: " ";
}

.recruit__list__detail {
    padding: 25px 18px;
    text-align: left;
}

.recruit__list__name {
    margin-bottom: 15px;
    font-size: 21px;
}

.recruit__list__description {
    font-size: 11px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 2;
}

.recruit__list__button {
    font-size: 14px;
    padding-left: 24px;
}

.recruit__list__button:before {
    width: 15px;
    height: 15px;
}
}

@media (max-width: 801px){
.recruit__list__name {
    margin-bottom: 15px;
    font-size: 21px;
}

.recruit__list__description {
    letter-spacing: 0;
    line-height: 1.5;
}

}

/* ----------------------------------------------------------------
talentbook BANNER
-------------------------------------------------------------------*/

  .talentbook_bnr{
    padding: 100px 0;
    background: #f3f3f3;
  }

  .talentbook_title{
    word-wrap: break-word;
    font-family: 'Catamaran', sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 45px;
    text-align: center;
  }

  .talentbook_bnr_wrap{
    position: relative;
    width: 620px;
    margin:0 auto;
  }

  .talentbook_bnr a {
    text-decoration: none;
    color: #000;
  }

  .digital__list__link {
    position: relative;
    display: block;
    background: none;
}

.talentbook_bnr img {
    vertical-align: middle;
    width: 100%;
}
.js-object-fit-images.toppage_talentbook-images {
  object-fit: contain;
}
.toppage_strategy .toppage_strategy__img.toppage_talentbook-images {
  height: 335px;
}
.toppage_talentbook__img{
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 601px) {
  .talentbook_bnr {
      padding: 45px 0;
  }
  .talentbook_title {
      font-size: 24px;
      margin-bottom: 24px;
      padding: 0 20px;
  }
  .talentbook_bnr_wrap {
    width: 100% !important;
  }
  .offering__talentbook__figure img {
    height: 100%;
    max-height: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    max-height: 200px;
  }
  .toppage_strategy.toppage_talentbook .toppage_strategy__inner > div:nth-child(1) {
    color: #000;
  }
  .toppage_strategy.toppage_talentbook .toppage_strategy__inner > div:nth-child(2) {
    position: static;
  }
  .toppage_strategy.toppage_talentbook .ico_link_white--sp::after {
    background-image: url(../image/ico_arrow_link.png);
    border: 2px solid #090031;
  }
  .toppage_talentbook__img{
    padding-bottom: 20px;
    border-radius: 0;
  }
}

/* ----------------------------------------------------------------
ss
-------------------------------------------------------------------*/
.ss {
  padding: 100px 15px 50px;
  text-align: center;
  background-color: #f3f3f3;
}

@media (max-width: 601px) {
  .ss {
    padding: 45px 20px;
  }
}
/* title
----------------------------------------------*/
.ss__title {
  margin-bottom: 45px;
  word-wrap: break-word;
  color: #000000;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

.ss__title__logo{
margin-top:20px;
}


@media (max-width: 601px) {
  .ss__title {
    margin-bottom: 24px;
    font-size: 24px;
  }

.ss__title__logo{
width:70%;
}
}
/* description
----------------------------------------------*/
.ss__description {
  margin-bottom: 55px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 601px) {
  .ss__description {
    font-size: 12px;
  }
}
/* list
----------------------------------------------*/
.ss__list {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.ss__list:before,
.ss__list:after {
  display: table;
  content: " ";
}

.ss__list:after {
  clear: both;
}

.ss__list a {
  text-decoration: none;
  color: #000;
}

.ss__list,
.ss__list > li {
  list-style-type: none;
}

.ss__list > li {
  position: relative;
  float: left;
  width: 33.3%;
  margin-bottom: 60px;
  padding: 0;
}

@media (max-width: 601px) {
  .ss__list > li {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}

/* link */
.ss__list__link {
  position: relative;
  display: block;
  border-right: #e5e5e5 solid 1px;
}
.ss__list > li:nth-child(3n) .ss__list__link {
  border-right: none;
}


.ss__list__linkInner {
  position: relative;
  display: block;
  padding: 50px 38px 10px;
  background-color: #fff;
}
.ss__list__linkInner.h100 {
  height:100%;
}

@media (max-width: 601px) {
  .ss__list__link {
    border-right: none;
    border-bottom: #e5e5e5 solid 1px;
  }
  .ss__list > li:last-child .ss__list__link {
    border-bottom: none;
  }
  .ss__list__linkInner {
    padding: 25px 0;
    text-align: left;
  }
}

.ss__list__link::after,
.ss__list__linkInner::after,
.ss__list__link::before,
.ss__list__linkInner::before {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all 0.2s ease;
  background-color: #597fc8;
}

.ss__list__link::after {
  top: -1px;
  left: -1px;
  width: 0;
  height: 3px;
}

.ss__list__link::before {
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 3px;
}

.ss__list__linkInner::after {
  bottom: -1px;
  left: -1px;
  width: 3px;
  height: 0;
}

.ss__list__linkInner::before {
  top: -1px;
  right: -1px;
  width: 3px;
  height: 0;
}

.is-no-touch .ss__list__link:hover::after,
.is-no-touch .ss__list__link:hover::before {
  width: 100%;
}

.is-no-touch .ss__list__link:hover .ss__list__linkInner::after,
.is-no-touch .ss__list__link:hover .ss__list__linkInner::before {
  height: 100%;
}
/* figure */
.ss__list__figure {
  display: block;
  height: 120px;
  margin-bottom: 40px;
  line-height: 120px;
}

.ss__list__figure img {
  margin: 0 auto;
}
@media (max-width: 601px) {
  .ss__list__figure {
    float: left;
    width: 26%;
    display: block;
    height: auto;
    margin-bottom: 0px;
    line-height: 1.2;
    padding: 0 20px 0 5px;
  }
}

/* name */
.ss__list__name {
  word-wrap: break-word;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

h3.ss__list__name > small{
font-size:70%;
letter-spacing:1px;
}

@media (max-width: 601px) {
  .ss__list__name {
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 26%;
    text-align: left;
    height:80px;
  }
}
/* description */
.ss__list__description {
  position: relative;
  text-align: left;
  line-height: 2;
  color: rgba(0,0,0,0.8);
}
@media (max-width: 601px) {
  .ss__list__description {
    padding-left: 26%;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
  }
}

.ss__list__btn {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  transition: all linear 0.1s;
  letter-spacing: 1px;
  word-wrap: break-word;
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}

.ss__list__btn:before {
  content: "";
  width: 27px;
  height: 19px;
  background-image: url(../image/icn_arrow_mov.png);
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 601px) {
  .ss__list__btn {
    font-weight: 400;
    font-size: 12px;
    margin-left: 26%;
  }
}

/* ----------------------------------------------------------------
Technology
-------------------------------------------------------------------*/
.technology {
  padding: 100px 15px 70px;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: #ffffff solid 1px; /* Coment-out this line if "MESSAGE" is display. */
}

@media (max-width: 601px) {
  .technology {
    padding: 50px 15px;
  }
}
/* title
----------------------------------------------*/
.technology__title {
  margin-bottom: 70px;
  word-wrap: break-word;
  color: #000000;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 601px) {
  .technology__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

/* description
----------------------------------------------*/
.technology__description {
  margin-bottom: 55px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 601px) {
  .technology__description {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
/* list
----------------------------------------------*/
.technology__list {
  display: table;
  max-width: 870px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.technology__list:before,
.technology__list:after {
  display: table;
  content: " ";
}

.technology__list:after {
  clear: both;
}

.technology__list a {
  text-decoration: none;
  color: #000;
}

.technology__list,
.technology__list > li {
  list-style-type: none;
}

.technology__list > li {
  position: relative;
  float: left;
  width: 33.3%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.technology__list > li:nth-child(3n-1) {
  width: 33.4%;
}

@media (max-width: 601px) {
  .technology__list > li {
    width: 50% !important;
  }

  .technology__list > li:nth-child(3) {
    border-top-width: 0;
  }

  .technology__list > li:nth-child(3n) {
    border-right-width: 0;
  }

  .technology__list > li:nth-child(2n),
  .technology__list > li:last-child {
    border-right-width: 1px;
  }
}
/* link */
.technology__list__link,
.technology__list__linkInner {
  display: block;
}
.technology__list__link{
  position: relative;
  border: 1px solid #eee;
  background-color: #ffffff;
  border-width: 0 0 1px 1px;
}

.technology__list > li:nth-child(1) .technology__list__link,
.technology__list > li:nth-child(2) .technology__list__link,
.technology__list > li:nth-child(3) .technology__list__link {
  border-top-width: 1px;
}

.technology__list > li:nth-child(3n) .technology__list__link,
.technology__list > li:last-child .technology__list__link {
  border-right-width: 1px;
}

.technology__list__linkInner {
  padding: 70px 10px 45px;
}
@media (max-width: 601px) {
  .technology__list__linkInner {
    padding: 30px;
  }
}

.technology__list__link::after,
.technology__list__linkInner::after,
.technology__list__link::before,
.technology__list__linkInner::before {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all 0.2s ease;
  background-color: #597fc8;
}

.technology__list__link::after {
  top: -1px;
  left: -1px;
  width: 0;
  height: 3px;
}

.technology__list__link::before {
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 3px;
}

.technology__list__linkInner::after {
  bottom: -1px;
  left: -1px;
  width: 3px;
  height: 0;
}

.technology__list__linkInner::before {
  top: -1px;
  right: -1px;
  width: 3px;
  height: 0;
}

.is-no-touch .technology__list__link:hover::after,
.is-no-touch .technology__list__link:hover::before {
  width: 100%;
}

.is-no-touch .technology__list__link:hover .technology__list__linkInner::after,
.is-no-touch .technology__list__link:hover .technology__list__linkInner::before {
  height: 100%;
}
/* name */
.technology__list__name {
  margin-bottom: 0px;
  letter-spacing: 1px;
  word-wrap: break-word;
  color: #999;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 601px) {
  .technology__list__name {
    letter-spacing: 1px;
    font-size: 11px;
  }
}
/* figuree */
.technology__list__figure {
  display: block;
  height: 140px;
  margin: 0 auto;
  line-height: 140px;
}

@media (max-width: 601px) {
  .technology__list__figure {
    max-width: 110px;
    height: 65px;
    line-height: 65px;
    margin-bottom: 20px;
  }

  .technology__list__figure--twitter {
    width: 60px;
  }

  .technology__list__figure--lily {
/*    width: 34px;*/
  }
}

.technology__list__figure img {
  margin: 0 auto;
}

@media (max-width: 601px) {
  .technology__list__figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}

/* ----------------------------------------------------------------
MESSAGE
-------------------------------------------------------------------*/
.message {
  padding: 100px 0 70px;
  text-align: center;
  background-color: #597ec2;
}
.message__title {
  margin-bottom: 50px;
  word-wrap: break-word;
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}
.message__content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  color: #ffffff;
  display: table;
}
.message__left {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align:top;
}
.message__right {
  display: table-cell;
  text-align: left;
  padding: 0 28px 0 40px;
}
.message__left figure {
  margin-bottom: 10px;
  text-align: left;
}
.message__com {
  font-size: 15px;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}
.message__name {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.message__catch {
  font-size: 22px;
  font-weight: bold;
}
.message__description {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 2;
}

@media (max-width: 601px) {
  .message {
    padding: 45px 20px 45px;
    text-align: center;
  }
  .message__title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
  }
  .message__content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    color: #ffffff;
    display: block;
  }
  .message__left {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .message__right {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0;
  }
  .message__left figure {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  .message__com {
    font-size: 11px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 50%;
    margin-top: 40px;
  }
  .message__name {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 50%;
  }
  .message__catch {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .message__description {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2;
  }
}

.btn {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  font-size: 13px;
  border: #cccccc solid 1px;
  color: #000000;
  width: 200px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  transition: all linear 0.1s;
}
.btn:after,
.btn:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fff;
  transition: all linear 0.1s;
}
.btn:after {
  top: 50%;
  right: 35px;
  width: 0;
  height: 0;
}
.btn:before {
  top: 46%;
  right: 35px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn:hover {
  position: relative;
  color: #ffffff;
  border-color: #597fc8;
  background-color: #597fc8;
  font-weight: normal;
}
.btn:hover span {
  margin-left: -20px;
  padding-right: 10px;
}
.btn:hover:after {
  width: 15px;
  height: 1px;
}
.btn:hover:before {
  width: 6px;
  height: 1px;
}

.backpage {
  padding: 70px 0 70px;
  text-align: center;
  background-color: #ffffff;
}
.btn_area a.back_btn {
  font-family: 'Catamaran', 'Fjalla One', sans-serif;
  border: #597fc9 solid 1px;
  background-color: #597fc9;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #ffffff;
  width: 340px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  transition: all linear 0.1s;
}
.btn_area a.back_btn:after,
.btn_area a.back_btn:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #597fc8;
  transition: all linear 0.1s;
}
.btn_area a.back_btn:after {
  top: 50%;
  left: 35px;
  width: 0;
  height: 0;
}
.btn_area a.back_btn:before {
  top: 46%;
  left: 35px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn_area a.back_btn:hover {
  position: relative;
  color: #597fc8;
  border-color: #597fc8;
  background-color: #ffffff;
  font-weight: normal;
}
.btn_area a.back_btn:hover span {
  margin-right: -20px;
  padding-right: 10px;
}
.btn_area a.back_btn:hover:after {
  width: 15px;
  height: 1px;
}
.btn_area a.back_btn:hover:before {
  width: 6px;
  height: 1px;
}

.download_btn_area{
display: block;
}

.download_btn_area a{
text-decoration:none;
}

a.download_btn {
    text-align: center;
    position: relative;
    background: #597fc9;
    width: 350px;
    height: 50px;
    line-height: 18px;
    margin: 20px auto;
    display: block;
    color: #fff;
    border-radius: 3px;
    padding: 8px 0;
    font-size: 15px;
}

a.download_btn:before{
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 1.6em;
}

a.download_btn:hover{
  color: #597fc9;
  border: #597fc9 1px solid;
  background-color: #fff;
  transition: 0.8s;
}

/** .download_btn_area a.download_btn:before {
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content:'\f1c1';
  top: 46%;
  left: 35px;
  width: 0;
  height: 0;
  color:#fff;
  background-color: #597fc9;
}
/** .download_btn_area a.download_btn:after {
  top: 50%;
  left: 35px;
  width: 0;
  height: 0;
} **/

/** .download_btn_area a.download_btn:hover {
  position: relative;
  color: #597fc8;
  border-color: #597fc8;
  background-color: #ffffff;
  font-weight: normal;
}
**/
/**
.btn_area a.download_btn:hover span {
  margin-right: -20px;
  padding-right: 10px;
}
**/
/** .download_btn_area a.download_btn:hover:after {
  width: 15px;
  height: 1px;
} **/

/** .download_btn_area a.download_btn:hover:before {
  width: 6px;
  height: 1px;
} **/
/**
.download_btn_area a.download_btn:before {
   font-family: "Font Awesome 5 Free";
   content: '\f1c1';
   display: inline-block;
   top: 13px;
   position: absolute;
   right: 50px;
   font-size: 1.5em;
}
**/
@media (max-width: 601px) {
.backpage {
  padding: 30px 0 30px;
  text-align: center;
}
.btn_area a.back_btn {
  width: 270px;
  height: 53px;
  line-height: 53px;
}


.download_btn_area a.download_btn {
  width: 100%;
  height: 50px;
  font-size:13px;
}

.download_btn_area{
width:100%;
margin:0 auto 20px;
}

a.download_btn:before{
font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 17px;
    font-size: 1.6em;

}
}
/*!video
---------------------------------------*/
.video {
	max-width:560px;
	margin: 20px auto 20px;
}
.video .flex iframe {
  width: 100%;
  height: 315px;
  margin-bottom: 10px;
}
.video .flex{
	align-items: flex-start;
}

.dm_about__img__title{
  margin:0;
  text-align:left;
}

@media (max-width: 601px) {
	.video .flex iframe {
	  height: 250px;
	  margin-bottom: 40px;
	}
}

/* ----------------------------------------------------------------
Component
-------------------------------------------------------------------*/
/* Required
----------------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 88;
  right: 30px;
  bottom: 30px;
  margin: 10px;
  transition: all linear 0.2s;
  text-align: right;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.pagetop.is-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (max-width: 601px) {
  .pagetop {
    right: 0;
    bottom: 0;
  }
}
/* button
----------------------------------------------*/
.pagetop__button {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  transition: all linear 0.1s;
  border-radius: 56px;
  background-color: #000;
  background-color: rgba(0,0,0,0.8);
}

.pagetop:hover .pagetop__button {
  background-color: #000;
}

.pagetop__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  margin-left: -8px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.pagetop__button span {
  display: none;
}

/* ----------------------------------------------------------------
Reference
-------------------------------------------------------------------*/
.page {
  padding: 120px 0 20px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 601px) {
  .page {
    padding: 90px 0 10px;
  }
}
/* title
----------------------------------------------*/
.page__title {
  font-family: 'Catamaran', 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 50px;
  word-wrap: break-word;
  color: #597fc8;
}

@media (max-width: 601px) {
  .page__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.page__column__title {
  margin-bottom: 60px;
/*  background-color: #f8f8f8;*/
}

.page__column__title .page__column__title__name {
  width: 100%;
  padding: 36px 0;
  text-align: center;
  color: #000000;
}

.page__column__title .page__column__title__name p{
  font-size:12px;
  padding-bottom: 20px;
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name {
    padding: 30px 20px;
  }
}

.page__column__title .page__column__title__name .page__column__title__name__label {
  padding-bottom: 5px;
  border-bottom: solid 1px #597fc8;
  font-family: 'Catamaran', 'Fjalla One', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #597fc8;
  font-size: 11px;
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name .page__column__title__name__label {
    font-size: 12px;
  }
}

.page__column__title .page__column__title__name h1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name h1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.page__column__title .page__column__title__name h4 {
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(0,0,0,.3);
}

@media (max-width: 601px) {
  .page__column__title .page__column__title__name h4 {
    font-size: 14px;
  }
}
/* column
----------------------------------------------*/
.page__column {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.page__column__txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 80px;
}

.page__column__link{
  font-size: 14px;
  text-align: right;
  margin-bottom: 80px;
  word-break:break-all;
}

.page__column__link a:hover{
  text-decoration: none;
}


@media (max-width: 601px) {
  .page__column__txt {
    margin-bottom: 50px;
  }
}

.page__column__content {
  margin-bottom: 80px;
  padding-top: 80px;
  border-top: solid 1px #eee;
}

@media (max-width: 601px) {
  .page__column__content {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}

.page__column__content h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

@media (max-width: 601px) {
  .page__column__content h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.page__column__content p {
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 601px) {
  .page__column__content p {
    font-size: 12px;
  }
}

@media (max-width: 601px) {
  .page__column__content ul {
    padding-left: 20px;
  }
}

.page__column__content ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.page__column__content li {
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 601px) {
  .page__column__content li {
    font-size: 12px;
  }
}

.page__column__content .technology__list {
  width: 100%;
}

.page__column__content .technology__list li {
  text-align: center;
}

.page__column__content .technology__list__solo li {
  display: inline-block;
  float: none;
}

.page__bottom {
  padding: 60px 0 60px;
}

.page__bottom .page__column:before,
.page__bottom .page__column:after {
  display: table;
  content: ' ';
}

.page__bottom .page__column:after {
  clear: both;
}

.page__bottom__left {
  float: left;
  width: 21.48%;
}

@media (max-width: 801px) {
  .page__bottom__left {
    float: none;
    width: 100%;
  }
}

.page__bottom__left a {
  display: table;
  width: 100%;
  text-decoration: none;
}

.page__back__link {
  display: table-cell;
  width: 100%;
  height: 220px;
  vertical-align: middle;
  border: solid 1px #5d83c5;
  background-color: #fff;
}

@media (max-width: 801px) {
  .page__back__link {
    height: auto;
    padding: 40px 0;
  }
}

a:hover .page__back__link {
  color: #fff;
  border: solid 1px #5d83c5;
  background-color: #5d83c5;
}

.page__back__link .page__back__link__name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.page__back__link .page__back__link__name::before {
  display: inline-block;
  width: 12px;
  height: 22px;
  margin-right: 10px;
  content: '';
  vertical-align: middle;
  background-image: url('../image/button__page__back__arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
}

a:hover .page__back__link .page__back__link__name::before {
  background-image: url('../image/button__page__back__arrow_ov.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.page__bottom__right {
  float: right;
  width: 76.17%;
}

@media (max-width: 801px) {
  .page__bottom__right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.page__bottom__right a {
  text-decoration: none;
}

.page__bottom__link {
  position: relative;
  z-index: 0;
}

.page__bottom__link .page__bottom__link__title {
  display: table;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  border: solid 1px #5d83c5;
  background-color: #5d83c5;
}

a:hover .page__bottom__link .page__bottom__link__title {
  color: #5d83c5;
  border: solid 1px #5d83c5;
  background-color: #ffffff;
}

.page__bottom__link .page__bottom__link__title .page__bottom__link__name {
  display: table-cell;
  width: 100%;
  height: 218px;
  padding-left: 45px;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 801px) {
  .page__bottom__link .page__bottom__link__title .page__bottom__link__name {
    padding-left: 15px;
  }
}

.page__bottom__link .page__bottom__link__title .page__bottom__link__name .page__bottom__link__name__label {
  font-size: 11px;
  text-decoration: underline;
}

.page__bottom__link .page__bottom__link__title .page__bottom__link__name h3 {
  font-size: 28px;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  padding-right: 80px;
}

@media (max-width: 801px) {
  .page__bottom__link .page__bottom__link__title .page__bottom__link__name h3 {
    font-size: 20px;
    padding-right: 40px;
  }
}

.page__bottom__link .page__bottom__link__title .page__bottom__link__name h3::after {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 40px;
  display: inline-block;
  width: 24px;
  height: 46px;
  margin-top: -23px;
  content: '';
  vertical-align: middle;
  background-image: url('../image/button__page__arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 801px) {
  .page__bottom__link .page__bottom__link__title .page__bottom__link__name h3::after {
    right: 15px;
  }
}

a:hover .page__bottom__link .page__bottom__link__title .page__bottom__link__name h3::after {
  background-image: url('../image/button__page__arrow_ov.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.page__bottom__link .page__bottom__link__title .page__bottom__link__name h4 {
  font-size: 13px;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(0,0,0,.3);
}

.page__bottom__link .page__figure {
  overflow: hidden;
  background: #000;
}

.page__bottom__link .page__figure img {
  width: auto;
  max-width: inherit;
  min-height: 220px;
}

.page__bottom__link .page__bottom__link__ov {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all linear .1s;
  opacity: 0;
  background-color: #597fc8;
  background-color: rgba(89,127,200,.5);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

a:hover .page__bottom__link .page__bottom__link__ov {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}


/* ----------------------------------------------------------------
solution
-------------------------------------------------------------------*/
.solution_main {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin-top: 54px;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #dee5f4;
}

@media (max-width: 601px) {
  .solution_main {
    margin-top: -45px;
  }
}
/* inner
----------------------------------------------*/
.solution_main__inner {
  display: table-cell;
  vertical-align: middle;
}
/* title
----------------------------------------------*/
.solution_main__title {
  margin-bottom: 30px;
  letter-spacing: 0;
  word-wrap: break-word;
  font-family: 'Catamaran', sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: #597fc9;
}

@media (max-width: 601px) {
.solution_main__title {
  letter-spacing: 2px;
  font-size: 32px;
  margin-bottom: 40px;
}
}

/* subtitle
----------------------------------------------*/
.solution_main__subtitle {
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #597fc9;
  margin:0;
}
@media (max-width: 601px) {
  .solution_main__subtitle {
    font-size: 13px;
    line-height: 2.3;
  }
}

.solution_main__img {
  margin-bottom: 30px;
}

.solution_main__inner .solution_main__text {
  font-size: 15px;
  line-height: 2;
  color: #000000;
}
@media (max-width: 601px) {
.solution_main__inner .solution_main__text {
  font-size: 12px;
  line-height: 2;
}
.solution_main__inner .solution_main__text br {
  display: none;
}
}

/* page content */
.page_content_header {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0 30px;
}
.page_content_header_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.page_content_header_text {
  margin-bottom: 40px;
  padding: 0 10px;
}
.page_content_header_text p {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 601px) {
.page_content_header {
  padding: 40px 20px 10px;
}
}

.page_content_header_nav {
  display: table;
  width: 100%;
  border-right: #e6e6e6 solid 1px;
}
.page_content_header_nav .page_content_header_nav_link {
  display: table-cell;
  width: 25%;
  text-align: center;
  font-family: 'Catamaran', sans-serif;
  font-weight: normal;
  border-left: #e6e6e6 solid 1px;
  vertical-align: middle;
  height: 94px;
  position: relative;
}
.page_content_header_nav .page_content_header_nav_link a {
  text-decoration: none;
  color: #597fc9;
  font-size: 15px;
  line-height: 1.6;
}
.page_content_header_nav .page_content_header_nav_link a:after {
  content: "";
  width: 17px;
  height: 9px;
  display: block;
  background-image: url(../image/button__nav_down__arrow_s.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  transition: all linear 0.1s;
}
.page_content_header_nav .page_content_header_nav_link a:hover:after {
  bottom: -5px;
}
@media (max-width: 601px) {
.page_content_header_nav {
  display: block;
  width: 100%;
  border-right: none;
  font-size: 0;
}
.page_content_header_nav .page_content_header_nav_link {
  display: inline-block;
  width: 50%;
  border-left: none;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.page_content_header_nav .page_content_header_nav_link:nth-child(2n) {
  border-left: #e6e6e6 solid 1px;
}
}

/* page content */
.page_content {
  width: 100%;
  background-color: #ffffff;
  padding: 90px 0 30px;
  border-top: #cccccc solid 1px;
  text-align: center;
}
.page_content_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.page_content_title {
  margin-bottom: 20px;
}
.page_content_title h2 {
  font-family: 'Catamaran', sans-serif;
  font-weight: normal;
  color: #597fc9;
  font-size: 40px;
}
.page_content_text {
	max-width: 840px;
  margin: 0 auto 40px;
  padding: 0 10px;
}
.page_content_text p {
  font-size: 14px;
  line-height: 2;
}
.page_content_img {
  margin-bottom: 40px;
}
.page_content .btn_area {
  margin-bottom: 40px;
}
.page_content .btn_area .btn {
  color: #000000;
}
.page_content .btn_area .btn:hover {
  color: #ffffff;
}
@media (max-width: 840px) {
.page_content_text {
  width: 100%;
}
}
@media (max-width: 601px) {
.page_content {
  padding: 40px 20px 30px;
}
.page_content_title h2 {
  font-size: 24px;
}
.page_content_text {
  width: 100%;
}
}

.page_content .reference {
  padding-bottom: 30px;
}
.page_content .reference .reference__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.page_content .reference .reference__list {
  border-top: #ededed solid 1px;
}
.page_content .reference .reference__list li {
  border-right: #ededed solid 1px;
  border-left: #ededed solid 1px;
  border-bottom: #ededed solid 1px;
}
@media (max-width: 601px) {
.page_content .reference {
  padding: 20px 0 30px;
}
.page_content .reference .reference__list li {
  border: #ededed solid 1px;
  margin-bottom: 0;
}
}

.page_content .technology {
  padding-bottom: 30px;
}
.page_content .technology .technology__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.page_content .technology .technology__list {
  width: 840px;
}
.page_content .technology .technology__list > li {
  float: none;
  display: inline-block;
}
@media (max-width: 840px) {
.page_content .technology .technology__list {
  width: 100%;
}
}
@media (max-width: 601px) {
.page_content .technology {
  padding: 20px 0 30px;
}
.page_content .technology .technology__list {
  width: 100%;
}
}

.page_content .information {
  padding-bottom: 30px;
}
.page_content .information .information__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.page_content .information .information__list .information__list_dd {
  font-size: 14px;
}
@media (max-width: 601px) {
.page_content .information {
  padding: 20px 0 0px;
}
}

/* ----------------------------------------------------------------
column
-------------------------------------------------------------------*/
.column {
  padding: 70px 0;
  text-align: center;
}
@media (max-width: 601px) {
  .column {
    padding: 50px 15px 30px;
  }
}
/* title
----------------------------------------------*/
.column__title {
  margin-bottom: 60px;
  word-wrap: break-word;
  color: #597fc8;
  font-family: 'Catamaran', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 601px) {
  .column__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

/* list
----------------------------------------------*/
.column__list {
  max-width: 1024px;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.column__list:last-child  {
  margin-bottom: 60px;
}
.column__list a {
  color: #000000;
  text-decoration: none;
}
.column__list li {
  float: left;
  background-color: #ffffff;
  list-style: none;
  width: 49%;
  position: relative;
}
.column__list li:nth-child(2n) {
  float: right;
}
/* link */
.column__list__link {
  display: block;
}
.column__list__linkInner {
  padding: 20px;
}
.column__list__link::after,
.column__list__linkInner::after,
.column__list__link::before,
.column__list__linkInner::before {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all 0.2s ease;
  background-color: #597fc8;
}
.column__list__link::after {
  top: -1px;
  left: -1px;
  width: 0;
  height: 3px;
}
.column__list__link::before {
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 3px;
}
.column__list__linkInner::after {
  bottom: -1px;
  left: -1px;
  width: 3px;
  height: 0;
}
.column__list__linkInner::before {
  top: -1px;
  right: -1px;
  width: 3px;
  height: 0;
}
.is-no-touch .column__list__link:hover::after,
.is-no-touch .column__list__link:hover::before {
  width: 100%;
}
.is-no-touch .column__list__link:hover .column__list__linkInner::after,
.is-no-touch .column__list__link:hover .column__list__linkInner::before {
  height: 100%;
}
.column__list__figure {
  float: left;
  width: 20%;
  text-align: left;
}
.column__list__figure img {
  width: 99px;
  height: auto;
}
.column__list_caption {
  float: right;
  text-align: left;
  width: 75%;
}
.column__list__name {
  font-size: 15px;
  line-height: 1.4;
}
.column__list_caption p {
  font-size: 13px;
  line-height: 1.8;
}
.column__list__button {
  display: inline-block;
  word-wrap: break-word;
  font-family: 'Catamaran', "Fjalla One", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2px;
}
@media (max-width: 601px) {
.column__list,
.column__list:last-child {
  margin-bottom: 0;
}
.column__list li {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
.column__list__linkInner {
  padding: 15px;
}
.column__list__name {
  font-size: 14px;
  line-height: 1.2;
}
.column__list_caption p {
  font-size: 12px;
  line-height: 1.6;
}
}


/* ----------------------------------------------------------------
page_contact
-------------------------------------------------------------------*/
.toppage_contact_us .contact_us_include .toppage_contact_us__inner {
    padding: 90px 0 100px 250px;
}
main .toppage_contact_us .contact_us_include .toppage_contact_us__inner {
    padding: 90px 0 100px;
}

.toppage_contact_us .contact_us_include .toppage_contact_us__text {
    text-align: center;
}


.toppage_contact_us .contact_us_include .toppage_contact_us__title{
  padding-left: 0;
}

.page_contact {
  padding: 0;
  text-align: center;
}

@media (max-width: 601px) {

.toppage_contact_us .contact_us_include .toppage_contact_us__inner {
    padding: 45px 15px 45px;
}

.page_contact {
  padding: 0;
}
}

/* list
----------------------------------------------*/
.page_contact__list {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.page_contact__list,
.page_contact__list > li {
  list-style-type: none;
}

.page_contact__list > li {
  display: table;
  table-layout: fixed;
  background-color: #fff;
  width: 100%;
  margin-bottom: 1px;
  background-color: #91a6d4;
}
.page_contact__list_inner {
  display: table-cell;
  width: 100%;
  height: 350px;
  vertical-align: middle;
}

.page_contact__list__title {
  font-family: 'Catamaran', sans-serif;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.page_contact__list__text {
  font-size: 13px;
  color: #ffffff;
  line-height: 2;
  margin-bottom: 30px;
}

.page_contact__link {
  width: 280px;
  height: 42px;
  border: #ffffff solid 1px;
  transition: all linear 0.1s;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Catamaran', 'Fjalla One', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
}
.page_contact__link:after,
.page_contact__link:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fff;
}
.page_contact__link:after {
  top: 50%;
  right: 45px;
  width: 0;
  height: 0;
}
.page_contact__link:before {
  top: 46%;
  right: 45px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.page_contact__link:hover {
  border: #597fc8 solid 1px;
  background-color: #597fc8;
  color: #ffffff;
  position: relative;
}
a.page_contact__link:hover span {
  margin-left: -10px;
  padding-right: 10px;
}
a.page_contact__link:hover:after {
  width: 15px;
  height: 1px;
}
a.page_contact__link:hover:before {
  width: 6px;
  height: 1px;
}

@media (max-width: 601px) {
  .page_contact__list > li {
  }

  .page_contact__list > li:before,
  .page_contact__list > li:after {
    display: table;
    content: " ";
  }

  .page_contact__list > li:after {
    clear: both;
  }

.page_contact__list_inner {
  display: table-cell;
  width: 100%;
  height: 265px;
  vertical-align: middle;
}
.page_contact__list__title {
  font-family: 'Catamaran', sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 2px;
}
.page_contact__list__text {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 30px;
}
}


/* ----------------------------------------------------------------
Reference
-------------------------------------------------------------------*/
.omni_reference {
  padding: 70px 0;
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 601px) {
  .omni_reference {
    padding: 20px 0 30px;
  }
}
/* title
----------------------------------------------*/
.omni_reference__title {
  word-wrap: break-word;
  color: #597fc8;
  font-family: 'Catamaran', sans-serif;
  font-weight: normal;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 601px) {
  .omni_reference__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
/* description
----------------------------------------------*/
.omni_reference__description {
  margin-bottom: 55px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 601px) {
  .omni_reference__description {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
/* list
----------------------------------------------*/
.omni_reference__list {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: #ededed solid 1px;
}

.omni_reference__list a {
  text-decoration: none;
  color: #000;
}

.omni_reference__list,
.omni_reference__list > li {
  list-style-type: none;
}

.omni_reference__list > li {
  display: table;
  table-layout: fixed;
  background-color: #fff;
  width: 100%;
  margin-bottom: 3px;
  border-right: #ededed solid 1px;
  border-left: #ededed solid 1px;
  border-bottom: #ededed solid 1px;
}

@media (max-width: 601px) {
  .omni_reference__list > li {
    display: block;
    border: #ededed solid 1px;
    margin-bottom: 0;
  }

  .omni_reference__list > li:before,
  .omni_reference__list > li:after {
    display: table;
    content: " ";
  }

  .omni_reference__list > li:after {
    clear: both;
  }
}
/* column */
.omni_reference__list__column {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 601px) {
  .omni_reference__list__column {
    display: block;
    float: left;
    width: 100%;
  }

  .omni_reference__list > li:nth-child(2n) .omni_reference__list__column {
    float: right;
  }
}
/* figure */
.omni_reference__list__figure img {
  width: 100%;
}
/* detail */
.omni_reference__list__detail {
  padding: 44px 47px;
  text-align: center;
}

@media (max-width: 601px) {
  .omni_reference__list__detail {
    padding: 25px;
    text-align: center;
  }
}
/* name */
.omni_reference__list__name {
  margin-bottom: 30px;
  letter-spacing: 0px;
  word-wrap: break-word;
  color: #000;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 801px) {
  .omni_reference__list__name {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media (max-width: 601px) {
  .omni_reference__list__name {
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
  }
}

.omni_reference__list__name__label {
  font-family: 'Catamaran', 'Fjalla One', sans-serif;
  font-size: 11px;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #597fc8;
  font-size: 11px;
}

@media (max-width: 801px) {
  .omni_reference__list__name__label {
    margin-bottom: 5px;
  }
}

@media (max-width: 601px) {
  .omni_reference__list__name__label {
    margin-bottom: 20px;
  }
}

.omni_reference__list__name__label::after {
  display: block;
  width: 5em;
  height: 1px;
  margin: 5px auto;
  content: "";
  background-color: #597fc8;
}

@media (max-width: 801px) {
  .omni_reference__list__name__label::after {
    margin-top: 2px;
  }
}

@media (max-width: 601px) {
  .omni_reference__list__name__label::after {
    margin: 0 auto;
  }
}
/* description */
.omni_reference__list__description {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 2;
}

@media (max-width: 801px) {
  .omni_reference__list__description {
    letter-spacing: 0;
    line-height: 1.5;
  }
}

@media (max-width: 601px) {
  .omni_reference__list__description {
    text-align: left;
    letter-spacing: 1px;
    line-height: 2;
  }
}
/* button */
.omni_reference__list__button {
  position: relative;
  display: inline-block;
  width: 200px;
  max-width: 100%;
  max-width: 100%;
  padding: 15px;
  transition: all linear 0.1s;
  text-align: center;
  letter-spacing: 2px;
  word-wrap: break-word;
  border: 1px solid #ccc;
  font-family: 'Catamaran', "Fjalla One", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

.omni_reference__list__button:after,
.omni_reference__list__button:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fff;
}

.omni_reference__list__button:after {
  top: 50%;
  right: 35px;
  width: 0;
  height: 0;
}

.omni_reference__list__button:before {
  top: 46%;
  right: 35px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 601px) {
  .omni_reference__list__button {
    margin: 0 auto;
  }
}

.is-no-touch .omni_reference__list__button:hover {
  position: relative;
  color: #fff;
  border-color: #597fc8;
  background-color: #597fc8;
  font-weight: normal;
}

.is-no-touch .omni_reference__list__button:hover span {
  margin-left: -20px;
  padding-right: 10px;
}

.is-no-touch .omni_reference__list__button:hover:after {
  width: 15px;
  height: 1px;
}

.is-no-touch .omni_reference__list__button:hover:before {
  width: 6px;
  height: 1px;
}


/* ----------------------------------------------------------------
Technology
-------------------------------------------------------------------*/
.omni_technology {
  padding: 70px 15px 70px;
  text-align: center;
  background-color: #fff;
  padding-bottom: 30px;
}

@media (max-width: 601px) {
  .omni_technology {
    padding: 20px 0 30px;
  }
}
/* title
----------------------------------------------*/
.omni_technology__title {
  word-wrap: break-word;
  color: #597fc8;
  font-family: 'Catamaran', sans-serif;
  font-weight: normal;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 601px) {
  .omni_technology__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
/* description
----------------------------------------------*/
.omni_technology__description {
  margin-bottom: 55px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 601px) {
  .omni_technology__description {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
/* list
----------------------------------------------*/
.omni_technology__list {
  display: table;
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 840px;
}

.omni_technology__list:before,
.omni_technology__list:after {
  display: table;
  content: " ";
}

.omni_technology__list:after {
  clear: both;
}

.omni_technology__list a {
  text-decoration: none;
  color: #000;
}

.omni_technology__list,
.omni_technology__list > li {
  list-style-type: none;
}

.omni_technology__list > li {
  position: relative;
  width: 33.3%;
  border: 1px solid #eee;
  border-width: 0 0 1px 1px;
  float: none;
  display: inline-block;
}

.omni_technology__list > li:nth-child(1),
.omni_technology__list > li:nth-child(2),
.omni_technology__list > li:nth-child(3) {
  border-top-width: 1px;
}

.omni_technology__list > li:nth-child(3n),
.omni_technology__list > li:last-child {
  border-right-width: 1px;
}

.omni_technology__list > li:nth-child(3n-1) {
  width: 33.4%;
}

@media (max-width: 840px) {
  .omni_technology .omni_technology__list {
    width: 100%;
  }
}

@media (max-width: 601px) {
  .omni_technology__list > li {
    width: 50% !important;
    display: table-cell;
  }

  .omni_technology__list > li:nth-child(3) {
    border-top-width: 0;
  }

  .omni_technology__list > li:nth-child(3n) {
    border-right-width: 0;
  }

  .omni_technology__list > li:nth-child(2n),
  .omni_technology__list > li:last-child {
    border-right-width: 1px;
  }
}
/* link */
.omni_technology__list__link,
.omni_technology__list__linkInner {
  display: block;
}

.omni_technology__list__linkInner {
  padding: 55px 10px;
}

@media (max-width: 601px) {
  .omni_technology__list__linkInner {
    padding: 30px;
  }
}

.omni_technology__list__link::after,
.omni_technology__list__linkInner::after,
.omni_technology__list__link::before,
.omni_technology__list__linkInner::before {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all 0.2s ease;
  background-color: #597fc8;
}

.omni_technology__list__link::after {
  top: -1px;
  left: -1px;
  width: 0;
  height: 3px;
}

.omni_technology__list__link::before {
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 3px;
}

.omni_technology__list__linkInner::after {
  bottom: -1px;
  left: -1px;
  width: 3px;
  height: 0;
}

.omni_technology__list__linkInner::before {
  top: -1px;
  right: -1px;
  width: 3px;
  height: 0;
}

.is-no-touch .omni_technology__list__link:hover::after,
.is-no-touch .omni_technology__list__link:hover::before {
  width: 100%;
}

.is-no-touch .omni_technology__list__link:hover .omni_technology__list__linkInner::after,
.is-no-touch .omni_technology__list__link:hover .omni_technology__list__linkInner::before {
  height: 100%;
}
/* name */
.omni_technology__list__name {
  margin-bottom: 50px;
  letter-spacing: 1px;
  word-wrap: break-word;
  color: #999;
  font-family: 'Catamaran', "Fjalla One", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 601px) {
  .omni_technology__list__name {
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 11px;
  }
}
/* figuree */
.omni_technology__list__figure {
  display: block;
  height: 90px;
  margin: 0 auto;
  line-height: 90px;
}

@media (max-width: 601px) {
  .omni_technology__list__figure {
    max-width: 110px;
    height: 65px;
    line-height: 65px;
  }

  .omni_technology__list__figure--twitter {
    width: 60px;
  }

  .omni_technology__list__figure--lily {
/*    width: 34px;*/
  }
}

.omni_technology__list__figure img {
  margin: 0 auto;
}

@media (max-width: 601px) {
  .omni_technology__list__figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}


/* ----------------------------------------------------------------
information
-------------------------------------------------------------------*/
.omni_information {
  padding: 70px 0;
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 601px) {
  .omni_information {
    padding: 20px 0 0px;
  }
}
/* title
----------------------------------------------*/
.omni_information__title {
  word-wrap: break-word;
  color: #597fc8;
  font-family: 'Catamaran', sans-serif;
  font-weight: normal;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 601px) {
  .omni_information__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

/* list
----------------------------------------------*/
.omni_information__table {
  max-width: 1024px;
  margin: 0 auto 60px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.omni_information__table a {
  color: #597fc8;
  transition: 0.3s;
}
.omni_information__table tbody tr {
  cursor: pointer;
  transition: 0.3s;
}
.omni_information__table tbody tr:hover {
  color: #fff;
  background-color: #597fc8;
}
.omni_information__table tbody tr:hover a,
.omni_information__table tbody a:hover {
  color: #fff;
}
.omni_information__table .omni_information__list_dt,
.omni_information__table .information__list_dt {
  border-bottom: #dcdcdc solid 1px;
  padding: 24px 45px;
  font-size: 14px;
  width: 15%;
}
.omni_information__table .omni_information__list_dd,
.omni_information__table .information__list_dd {
  text-align: left;
  border-bottom: #dcdcdc solid 1px;
  padding: 24px 24px;
  font-size: 14px;
}
@media (max-width: 601px) {
.omni_information__table {
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  display: block;
}
.omni_information__table,
.omni_information__table tbody,
.omni_information__table tbody tr,
.omni_information__table tbody tr th,
.omni_information__table tbody tr td {
  display: block;
  width: 100%;
}
.omni_information__table thead {
    display: none;
}
.omni_information__table tbody {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.omni_information__table tbody tr {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}
.omni_information__table tbody tr td.information__list_dt {
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  padding: 0;
  border: none;
}
.omni_information__table tbody tr td.information__list_dt::before {
  content: "掲載日:";
}
.omni_information__table tbody tr td.information__list_dd {
  width: 100%;
  padding: 0;
  border: none;
}
}

/* ----------------------------------------------------------------
pickup
-------------------------------------------------------------------*/
.pickup {
  padding: 100px 0 70px;
  text-align: center;
  background-color: #f5f5f5;
}

@media (max-width: 601px) {
  .pickup {
    padding: 45px 0 30px;
  }
}
/* title
----------------------------------------------*/
.pickup__title {
  margin-bottom: 50px;
  word-wrap: break-word;
  color: #000000;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 601px) {
  .pickup__title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.pickup__caption {
  display: none;
}
@media (max-width: 601px) {
  .pickup__caption {
    display: block;
    margin-bottom: 25px;
    font-size: 12px;
  }
}

/* list
----------------------------------------------*/
.pickup__list {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  font-size: 0;
  max-width: 1170px;
}
.pickup__list.pickup__list_left {
  text-align: left;
}

.pickup__list:before,
.pickup__list:after {
  display: table;
  content: ' ';
}

.pickup__list:after {
  clear: both;
}

@media (max-width: 601px) {
  .pickup__list {
    display: block;
    margin-bottom: 0;
    padding: 0 20px;
  }
}

.pickup__list a {
  text-decoration: none;
  color: #000;
}

.pickup__list img {
  width: 100% !important;
  vertical-align: middle;
}

.pickup__list,
.pickup__list > li {
  list-style-type: none;
}

.pickup__list > li {
  position: relative;
  display: inline-block;
  width: 33.3%;
  margin: 0 0 40px;
  padding: 0 20px;
  font-size: 18px;
  vertical-align: top;
}
@media (max-width: 601px) {
  .pickup__list > li {
    width: 100%;
    display: block;
    float: none;
    width: auto !important;
    padding-right: 0px;
    padding-left: 0px;
    border-left: none;
    margin: 0 0 20px;
    overflow: hidden;
  }
}
/* link */
.pickup__list__link {
  position: relative;
  display: block;
  background: #000;
}

.pickup__list__figure {
  margin-bottom: 20px;
  position: relative;
}

.pickup__list__link .is-no-touch:hover img {
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

/* title */
.pickup__list__title {
  color: #000000;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  min-height: 2em;
  margin: 0 0 16px;
  padding: 0;
}

.pickup__list__text {
  color: #000000;
  font-size: 15px;
  text-align: left;
  width: 100%;
  min-height: 7.5em;
  padding: 0;
  line-height: 1.5em;
}
.pickup__list_txt_inner {
  text-align: left;
}

@media (max-width: 601px) {
  .pickup__list_txt {
    width: 100%;
  }
  .pickup__list_txt_inner {
    width: 100%;
  }
  .pickup__list__title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .pickup__list__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/* button */
.pickup__list__button {
  position: relative;
  display: inline-block;
  transition: all linear 0.1s;
  letter-spacing: 1px;
  word-wrap: break-word;
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
}

.pickup__list__button:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../image/icn_arrow_link_b.png);
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.pickup__list__button:hover {
  opacity: 0.7;
}

@media (max-width: 601px) {
  .pickup__list__button {
    font-size: 14px;
    padding-left: 24px;
  }
  .pickup__list__button:before {
    width: 15px;
    height: 15px;
  }
}

/* ----------------------------------------------------------------
banner
-------------------------------------------------------------------*/

.banner_area {
  position: fixed;
  z-index: 88;
  top: calc(50% + 44px);
  right: 10px;
  transition: all linear 0.2s;
  transform: translateY(-50%);
}

.banner_area a {
  display: block;
}

.banner_area a:hover img {
  opacity: 0.8;
}

.m0 {
margin:0;
}
.p0 {
padding:0; }
.mb0 {
	margin-bottom:0;
}
.pb0 {
	padding-bottom:0;
}

h3,h4 {
font-weight:bold;
}