@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
#loader-bg #loader .box_loader .box_catch, .con_intro, .con_handlet .wrap_txt, .con_daiya .wrap_txt, .con_3h .wrap_txt, .con_research .wrap_txt, .con_news {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #loader-bg #loader .box_loader .box_catch, .con_intro, .con_handlet .wrap_txt, .con_daiya .wrap_txt, .con_3h .wrap_txt, .con_research .wrap_txt, .con_news {
    width: 95%;
  }
}
@media print {
  #loader-bg #loader .box_loader .box_catch, .con_intro, .con_handlet .wrap_txt, .con_daiya .wrap_txt, .con_3h .wrap_txt, .con_research .wrap_txt, .con_news {
    width: 95%;
  }
}
.ie8 #loader-bg #loader .box_loader .box_catch, #loader-bg #loader .box_loader .ie8 .box_catch, .ie8 .con_intro, .ie8 .con_handlet .wrap_txt, .con_handlet .ie8 .wrap_txt, .ie8 .con_daiya .wrap_txt, .con_daiya .ie8 .wrap_txt, .ie8 .con_3h .wrap_txt, .con_3h .ie8 .wrap_txt, .ie8 .con_research .wrap_txt, .con_research .ie8 .wrap_txt, .ie8 .con_news {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  #loader-bg #loader .box_loader .box_catch, .con_intro, .con_handlet .wrap_txt, .con_daiya .wrap_txt, .con_3h .wrap_txt, .con_research .wrap_txt, .con_news {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	#loader-bg
----------------------------------------------------------- */
#loader-bg #loader {
  height: inherit;
  position: fixed;
  z-index: 9999;
}
#loader-bg #loader .box_loader {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #loader-bg #loader .box_loader {
    height: 100%;
  }
}
#loader-bg #loader .box_loader img {
  width: 100%;
}
#loader-bg #loader .box_loader .box_catch {
  position: absolute;
  z-index: 9999;
  margin-top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 283%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #loader-bg #loader .box_loader .box_catch {
    font-size: 283%;
  }
}
@media only screen and (max-width: 767px) {
  #loader-bg #loader .box_loader .box_catch {
    font-size: 189%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #loader-bg #loader .box_loader .box_catch {
    margin-top: 8em;
    text-align: center;
  }
}
#loader-bg #loader .box_loader .box_img {
  text-align: center;
  width: 9.42708%;
  position: absolute;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #loader-bg #loader .box_loader .box_img {
    width: 15%;
    bottom: 2.5%;
  }
}
#loader-bg #loader .box_loader .box_logo {
  position: absolute;
  z-index: 9999;
  width: 39.2%;
  top: 72.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #loader-bg #loader .box_loader .box_logo {
    width: 45%;
  }
}
#loader-bg #loader .box_loader .box_catchphrase {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loader-bg #loader .box_loader .box_catchphrase .ct_basic {
  text-align: center;
}
#loader-bg #loader .box_loader .box_catchphrase .ct_basic .jp {
  font-size: 37.5%;
}
#loader-bg #loader .box_loader picture img {
  height: 100vh;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  background-color: rgb(246, 245, 243);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
    /*margin-top: 60px;*/
  }
}
.con_main ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*gap: 1.5em;*/
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_main ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 767px) {
  .con_main ul li {
    width: 100%;
  }
}
.con_main ul li a {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.con_main ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: -600px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0ba7da), to(#1c97de));
  background: linear-gradient(180deg, #0ba7da 0%, #1c97de 100%);
  opacity: 0.4;
  -webkit-transform: skew(127deg);
  transform: skew(127deg);
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main ul li a:after {
    left: -500px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main ul li a:after {
    left: -400px;
  }
}
.con_main ul li a h3 {
  position: absolute;
  left: 27px;
  bottom: calc(5% - 7px);
  font-size: 824%;
  font-weight: normal;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main ul li a h3 {
    font-size: 453%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main ul li a h3 {
    font-size: 471%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_main ul li a h3 {
    font-size: 706%;
  }
}
@media print {
  .con_main ul li a h3 {
    font-size: 706%;
  }
}
.ie8 .con_main ul li a h3 {
  font-size: 706%;
}
.con_main ul li a h3 .jp {
  font-size: 20%;
}
.con_main ul li a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.con_main ul li:hover a {
  color: #fff;
}
.con_main ul li:hover a:after {
  width: 400%;
}
.con_main ul li:hover a img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: scale(1.025, 1.025);
  transform: scale(1.025, 1.025);
}
.con_main .box_main.view_sp {
  /*margin-top: 60px;*/
}
.con_main .box_main.view_sp .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_main .box_main.view_sp .box_list .box {
  width: 100%;
  position: relative;
  color: #fff;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.con_main .box_main.view_sp .box_list .box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: -600px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0ba7da), to(#1c97de));
  background: linear-gradient(180deg, #0ba7da 0%, #1c97de 100%);
  opacity: 0.4;
  -webkit-transform: skew(127deg);
  transform: skew(127deg);
  z-index: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .con_main .box_main.view_sp .box_list .box:after {
    left: -767px;
  }
}
.con_main .box_main.view_sp .box_list .box .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_main .box_main.view_sp .box_list .box .box_info {
  width: 330px;
  max-width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 35px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_main .box_main.view_sp .box_list .box .box_info {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_main.view_sp .box_list .box .box_info {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_main.view_sp .box_list .box .box_info {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_main.view_sp .box_list .box .box_info {
    bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_main.view_sp .box_list .box .box_info {
    bottom: 1em;
  }
}
.con_main .box_main.view_sp .box_list .box .box_info h3 {
  font-weight: 100;
  color: #000;
  margin-bottom: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_main.view_sp .box_list .box .box_info h3 {
    margin-bottom: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_main.view_sp .box_list .box .box_info h3 {
    margin-bottom: 0.25em;
  }
}
.con_main .box_main.view_sp .box_list .box .box_info h3 .en:first-letter {
  color: #007ec1;
}
.con_main .box_main.view_sp .box_list .box:hover {
  color: #fff;
}
.con_main .box_main.view_sp .box_list .box:hover:after {
  width: 400%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_main.view_sp .box_list .box:hover:after {
    width: 500%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_main.view_sp .box_list .box:hover:after {
    width: 500%;
  }
}
.con_main .box_main.view_sp .box_list .box:hover img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: scale(1.025, 1.025);
  transform: scale(1.025, 1.025);
}
.con_main .box_main.view_sp .box_list .box:hover .btn_more .extend_a:before {
  width: 155%;
}
.con_main .box_main.view_sp .box_list .box:hover .btn_more .extend_a:after {
  right: -55%;
}
.con_main .box_main.view_sp .btn_more {
  font-size: 118%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_main.view_sp .btn_more {
    font-size: 106%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_main.view_sp .btn_more {
    font-size: 95%;
  }
}
.con_main .box_main.view_sp .btn_more .extend_a {
  display: inline-block;
  position: relative;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #000;
}
.con_main .box_main.view_sp .btn_more .extend_a:before, .con_main .box_main.view_sp .btn_more .extend_a:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_main .box_main.view_sp .btn_more .extend_a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  /* style */
  width: 147%;
  height: 1px;
  background: #000;
}
.con_main .box_main.view_sp .btn_more .extend_a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -47%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 11px;
  border-color: transparent transparent transparent #000;
}
.con_main .box_main.view_sp .btn_more .extend_a span:before {
  content: "\f481";
  font-family: "Ionicons";
  margin-right: 0.5em;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  margin: 107px auto 173px;
  text-align: center;
  font-size: 236%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin: 64.2px auto 103.8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin: 1.5em auto 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    font-size: 142%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    font-size: 118%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_intro {
    font-size: 177%;
  }
}
@media print {
  .con_intro {
    font-size: 177%;
  }
}
.ie8 .con_intro {
  font-size: 177%;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    text-align: center;
    display: none;
  }
}

/* -----------------------------------------------------------
	共通 .con_handlet,.con_3h
----------------------------------------------------------- */
.con_HALE,
.con_handlet,
.con_3h,
.con_research {
  position: relative;
}
.con_HALE .wrap_txt,
.con_handlet .wrap_txt,
.con_3h .wrap_txt,
.con_research .wrap_txt {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .con_HALE .wrap_txt,
  .con_handlet .wrap_txt,
  .con_3h .wrap_txt,
  .con_research .wrap_txt {
    top: -3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media print {
  .con_HALE .wrap_txt,
  .con_handlet .wrap_txt,
  .con_3h .wrap_txt,
  .con_research .wrap_txt {
    top: -3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.ie8 .con_HALE .wrap_txt, .ie8
.con_handlet .wrap_txt, .ie8
.con_3h .wrap_txt, .ie8
.con_research .wrap_txt {
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt,
  .con_handlet .wrap_txt,
  .con_3h .wrap_txt,
  .con_research .wrap_txt {
    position: static;
  }
}
.con_HALE .wrap_txt .box_txt,
.con_handlet .wrap_txt .box_txt,
.con_3h .wrap_txt .box_txt,
.con_research .wrap_txt .box_txt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .wrap_txt .box_txt,
  .con_handlet .wrap_txt .box_txt,
  .con_3h .wrap_txt .box_txt,
  .con_research .wrap_txt .box_txt {
    width: 57.8125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt,
  .con_handlet .wrap_txt .box_txt,
  .con_3h .wrap_txt .box_txt,
  .con_research .wrap_txt .box_txt {
    width: 100%;
  }
}
.con_HALE .wrap_txt .box_txt .tl_basic,
.con_handlet .wrap_txt .box_txt .tl_basic,
.con_3h .wrap_txt .box_txt .tl_basic,
.con_research .wrap_txt .box_txt .tl_basic {
  line-height: 0.7;
  font-size: 824%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .wrap_txt .box_txt .tl_basic,
  .con_handlet .wrap_txt .box_txt .tl_basic,
  .con_3h .wrap_txt .box_txt .tl_basic,
  .con_research .wrap_txt .box_txt .tl_basic {
    font-size: 495%;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt .tl_basic,
  .con_handlet .wrap_txt .box_txt .tl_basic,
  .con_3h .wrap_txt .box_txt .tl_basic,
  .con_research .wrap_txt .box_txt .tl_basic {
    font-size: 564%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_HALE .wrap_txt .box_txt .tl_basic,
  .con_handlet .wrap_txt .box_txt .tl_basic,
  .con_3h .wrap_txt .box_txt .tl_basic,
  .con_research .wrap_txt .box_txt .tl_basic {
    font-size: 706%;
  }
}
@media print {
  .con_HALE .wrap_txt .box_txt .tl_basic,
  .con_handlet .wrap_txt .box_txt .tl_basic,
  .con_3h .wrap_txt .box_txt .tl_basic,
  .con_research .wrap_txt .box_txt .tl_basic {
    font-size: 706%;
  }
}
.ie8 .con_HALE .wrap_txt .box_txt .tl_basic, .ie8
.con_handlet .wrap_txt .box_txt .tl_basic, .ie8
.con_3h .wrap_txt .box_txt .tl_basic, .ie8
.con_research .wrap_txt .box_txt .tl_basic {
  font-size: 706%;
}
.con_HALE .wrap_txt .box_txt .tl_basic .jp,
.con_handlet .wrap_txt .box_txt .tl_basic .jp,
.con_3h .wrap_txt .box_txt .tl_basic .jp,
.con_research .wrap_txt .box_txt .tl_basic .jp {
  font-family: "Oswald", sans-serif;
  display: inline;
}
.con_HALE .wrap_txt .box_txt .tl_basic .jp:before,
.con_handlet .wrap_txt .box_txt .tl_basic .jp:before,
.con_3h .wrap_txt .box_txt .tl_basic .jp:before,
.con_research .wrap_txt .box_txt .tl_basic .jp:before {
  bottom: 5px;
}
.con_HALE .wrap_txt .box_txt .caption,
.con_handlet .wrap_txt .box_txt .caption,
.con_3h .wrap_txt .box_txt .caption,
.con_research .wrap_txt .box_txt .caption {
  font-size: 295%;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .wrap_txt .box_txt .caption,
  .con_handlet .wrap_txt .box_txt .caption,
  .con_3h .wrap_txt .box_txt .caption,
  .con_research .wrap_txt .box_txt .caption {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt .caption,
  .con_handlet .wrap_txt .box_txt .caption,
  .con_3h .wrap_txt .box_txt .caption,
  .con_research .wrap_txt .box_txt .caption {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt .caption,
  .con_handlet .wrap_txt .box_txt .caption,
  .con_3h .wrap_txt .box_txt .caption,
  .con_research .wrap_txt .box_txt .caption {
    line-height: 1.15;
    margin-left: 2.65625%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_HALE .wrap_txt .box_txt .caption,
  .con_handlet .wrap_txt .box_txt .caption,
  .con_3h .wrap_txt .box_txt .caption,
  .con_research .wrap_txt .box_txt .caption {
    font-size: 236%;
  }
}
@media print {
  .con_HALE .wrap_txt .box_txt .caption,
  .con_handlet .wrap_txt .box_txt .caption,
  .con_3h .wrap_txt .box_txt .caption,
  .con_research .wrap_txt .box_txt .caption {
    font-size: 236%;
  }
}
.ie8 .con_HALE .wrap_txt .box_txt .caption, .ie8
.con_handlet .wrap_txt .box_txt .caption, .ie8
.con_3h .wrap_txt .box_txt .caption, .ie8
.con_research .wrap_txt .box_txt .caption {
  font-size: 236%;
}
.con_HALE .wrap_txt .box_txt .txt,
.con_handlet .wrap_txt .box_txt .txt,
.con_3h .wrap_txt .box_txt .txt,
.con_research .wrap_txt .box_txt .txt {
  width: 28em;
  margin-top: 5.5em;
  line-height: 2.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .wrap_txt .box_txt .txt,
  .con_handlet .wrap_txt .box_txt .txt,
  .con_3h .wrap_txt .box_txt .txt,
  .con_research .wrap_txt .box_txt .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt .txt,
  .con_handlet .wrap_txt .box_txt .txt,
  .con_3h .wrap_txt .box_txt .txt,
  .con_research .wrap_txt .box_txt .txt {
    margin-top: 1em;
  }
}
.con_HALE .wrap_txt .box_txt .txt.paragraph,
.con_handlet .wrap_txt .box_txt .txt.paragraph,
.con_3h .wrap_txt .box_txt .txt.paragraph,
.con_research .wrap_txt .box_txt .txt.paragraph {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .wrap_txt .box_txt .txt.paragraph,
  .con_handlet .wrap_txt .box_txt .txt.paragraph,
  .con_3h .wrap_txt .box_txt .txt.paragraph,
  .con_research .wrap_txt .box_txt .txt.paragraph {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt .txt.paragraph,
  .con_handlet .wrap_txt .box_txt .txt.paragraph,
  .con_3h .wrap_txt .box_txt .txt.paragraph,
  .con_research .wrap_txt .box_txt .txt.paragraph {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .con_HALE .wrap_txt .box_txt .txt,
  .con_handlet .wrap_txt .box_txt .txt,
  .con_3h .wrap_txt .box_txt .txt,
  .con_research .wrap_txt .box_txt .txt {
    margin-top: 60px;
    line-height: 2.4;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
  }
  .con_HALE .wrap_txt .box_txt .txt.paragraph,
  .con_handlet .wrap_txt .box_txt .txt.paragraph,
  .con_3h .wrap_txt .box_txt .txt.paragraph,
  .con_research .wrap_txt .box_txt .txt.paragraph {
    margin-top: 1em;
  }
}
@media print {
  .con_HALE .wrap_txt .box_txt .txt,
  .con_handlet .wrap_txt .box_txt .txt,
  .con_3h .wrap_txt .box_txt .txt,
  .con_research .wrap_txt .box_txt .txt {
    margin-top: 60px;
    line-height: 2.4;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
  }
  .con_HALE .wrap_txt .box_txt .txt.paragraph,
  .con_handlet .wrap_txt .box_txt .txt.paragraph,
  .con_3h .wrap_txt .box_txt .txt.paragraph,
  .con_research .wrap_txt .box_txt .txt.paragraph {
    margin-top: 1em;
  }
}
.ie8 .con_HALE .wrap_txt .box_txt .txt, .ie8
.con_handlet .wrap_txt .box_txt .txt, .ie8
.con_3h .wrap_txt .box_txt .txt, .ie8
.con_research .wrap_txt .box_txt .txt {
  margin-top: 60px;
  line-height: 2.4;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
}
.ie8 .con_HALE .wrap_txt .box_txt .txt.paragraph, .ie8
.con_handlet .wrap_txt .box_txt .txt.paragraph, .ie8
.con_3h .wrap_txt .box_txt .txt.paragraph, .ie8
.con_research .wrap_txt .box_txt .txt.paragraph {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .wrap_txt .box_txt .txt,
  .con_handlet .wrap_txt .box_txt .txt,
  .con_3h .wrap_txt .box_txt .txt,
  .con_research .wrap_txt .box_txt .txt {
    margin-top: 40px;
    line-height: 1.8;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
  }
  .con_HALE .wrap_txt .box_txt .txt.paragraph,
  .con_handlet .wrap_txt .box_txt .txt.paragraph,
  .con_3h .wrap_txt .box_txt .txt.paragraph,
  .con_research .wrap_txt .box_txt .txt.paragraph {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt .txt,
  .con_handlet .wrap_txt .box_txt .txt,
  .con_3h .wrap_txt .box_txt .txt,
  .con_research .wrap_txt .box_txt .txt {
    line-height: 1.6;
    font-size: 83%;
  }
}

.con_handlet .box_btn,
.con_3h .box_btn {
  width: 14.0625%;
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_handlet .box_btn,
  .con_3h .box_btn {
    width: 23.4375%;
  }
}
@media only screen and (max-width: 767px) {
  .con_handlet .box_btn,
  .con_3h .box_btn {
    width: 14.0625%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_handlet .box_btn,
  .con_3h .box_btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_handlet .box_btn,
  .con_3h .box_btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .con_handlet .box_btn,
  .con_3h .box_btn {
    margin-top: 20px;
  }
}
@media print {
  .con_handlet .box_btn,
  .con_3h .box_btn {
    margin-top: 20px;
  }
}
.ie8 .con_handlet .box_btn, .ie8
.con_3h .box_btn {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_handlet .box_img,
  .con_3h .box_img {
    margin-top: 22px;
    width: 86%;
  }
  .con_handlet .box_img .box_btn,
  .con_3h .box_img .box_btn {
    margin-top: 11px;
    white-space: nowrap;
  }
}

/* -----------------------------------------------------------
	con_HALE
----------------------------------------------------------- */
.con_HALE {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  background: rgb(246, 245, 243);
}
.con_HALE .con_HALE_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.separator_HALE {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_HALE .con_HALE_inner {
    width: 90%;
  }
}
@media print {
  .con_HALE .con_HALE_inner {
    width: 90%;
  }
}
.ie8 .con_HALE .con_HALE_inner {
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .con_HALE_inner {
    width: 90%;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .con_HALE_inner {
    display: block;
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_HALE .jp {
    font-size: 100px;
  }
}
@media print {
  .con_HALE .jp {
    font-size: 100px;
  }
}
.ie8 .con_HALE .jp {
  font-size: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .jp {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .jp {
    font-size: 1.2em;
    margin-left: 0;
  }
}
.con_HALE .wrap_txt {
  position: relative;
  width: 55%;
  top: auto;
  left: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt {
    width: 100%;
    text-align: center;
  }
}
.con_HALE .wrap_txt .box_txt {
  display: block;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt {
    margin-top: 2em;
  }
}
.con_HALE .wrap_txt .box_txt .caption {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  color: #333;
}
.decorated-caption span {
  position: relative;
  display: inline-block;
}
.decorated-caption span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(127deg, #0785ff 0%, #bae6ff 100%);
  opacity: 0.6;
  z-index: -1;
}
.box_catchphrase .decorated-caption span::before {
  bottom: -5px;
  height: 4px;
}
@media only screen and (min-width: 768px) {
  .con_HALE .wrap_txt .box_txt .caption {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt .caption {
    font-size: 1.8rem;
    margin-left: 0;
  }
}
@media print {
  .con_HALE .wrap_txt .box_txt .caption {
    margin-left: 0;
  }
}
.ie8 .con_HALE .wrap_txt .box_txt .caption {
  margin-left: 0;
}
.con_HALE .wrap_txt .box_txt .txt {
  width: auto;
  margin-top: 0;
  line-height: 2;
  color: #666;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .con_HALE .wrap_txt .box_txt .txt {
    font-size: 1rem;
    margin-left: 0;
    text-align: justify;
  }
}
.con_HALE .box_img {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_HALE .box_img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.con_HALE .box_img img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0,0,0,0.05));
          filter: drop-shadow(0 10px 20px rgba(0,0,0,0.05));
}
.con_HALE .box_btn {
  margin-top: 40px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_HALE .box_btn {
    margin-top: 2em;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_HALE .box_btn {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_HALE .box_btn {
    margin-left: 0;
  }
}
@media print {
  .con_HALE .box_btn {
    margin-left: 0;
  }
}
.ie8 .con_HALE .box_btn {
  margin-left: 0;
}

/* -----------------------------------------------------------
	con_handlet
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .con_handlet {
    margin-top: 240px;
  }
}
@media print {
  .con_handlet {
    margin-top: 240px;
  }
}
.ie8 .con_handlet {
  margin-top: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_handlet {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_handlet {
    margin: 5em auto 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_handlet .wrap_txt {
    position: static;
  }
}
@media only screen and (min-width: 1025px) {
  .con_handlet .wrap_txt .box_txt {
    margin-left: 50%;
  }
}
@media print {
  .con_handlet .wrap_txt .box_txt {
    margin-left: 50%;
  }
}
.ie8 .con_handlet .wrap_txt .box_txt {
  margin-left: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_handlet .wrap_txt .box_txt {
    margin-left: 42.1875%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_handlet .wrap_txt .box_txt .caption {
    margin-left: 2.34375%;
  }
}
@media print {
  .con_handlet .wrap_txt .box_txt .caption {
    margin-left: 2.34375%;
  }
}
.ie8 .con_handlet .wrap_txt .box_txt .caption {
  margin-left: 2.34375%;
}
@media only screen and (min-width: 1025px) {
  .con_handlet .wrap_txt .box_txt .txt {
    margin-left: 18.75%;
  }
}
@media print {
  .con_handlet .wrap_txt .box_txt .txt {
    margin-left: 18.75%;
  }
}
.ie8 .con_handlet .wrap_txt .box_txt .txt {
  margin-left: 18.75%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_handlet .wrap_txt .box_txt .txt {
    margin-left: 3.44828%;
  }
}
.con_handlet .wrap_txt .box_btn {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_handlet .box_img {
    margin-right: 14%;
  }
  .con_handlet .box_img .box_btn {
    padding-left: 2%;
  }
}

.con_daiya {
  position: relative;
  margin: 0 auto;
  max-width: 1250px;
}
@media only screen and (min-width: 1025px) {
  .con_daiya {
    margin-top: 240px;
  }
}
@media print {
  .con_daiya {
    margin-top: 240px;
  }
}
.ie8 .con_daiya {
  margin-top: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya {
    margin: 4em auto 1em;
  }
}
.con_daiya .wrap_txt {
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_daiya .wrap_txt {
    position: static;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1025px) {
  .con_daiya .wrap_txt {
    margin-top: 8rem;
  }
}
@media print {
  .con_daiya .wrap_txt {
    margin-top: 8rem;
  }
}
.ie8 .con_daiya .wrap_txt {
  margin-top: 8rem;
}
.con_daiya .wrap_txt .box_txt {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .con_daiya .wrap_txt .box_txt .caption {
    margin-left: 2.34375%;
  }
}
@media print {
  .con_daiya .wrap_txt .box_txt .caption {
    margin-left: 2.34375%;
  }
}
.ie8 .con_daiya .wrap_txt .box_txt .caption {
  margin-left: 2.34375%;
}
.con_daiya .wrap_txt .box_txt h3 {
  letter-spacing: .05em;
  font-family: "Oswald", sans-serif;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt h3 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .wrap_txt .box_txt h3 {
    margin-top: 1em;
  }
}
.con_daiya .wrap_txt .box_txt h3 span {
  position: relative;
  display: inline-block;
}
.con_daiya .wrap_txt .box_txt h3 span::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(127deg, #0065a5 0%, #0078a5 49%);
}
@media only screen and (min-width: 1025px) {
  .con_daiya .wrap_txt .box_txt h3 span {
    font-size: 45px;
  }
}
@media print {
  .con_daiya .wrap_txt .box_txt h3 span {
    font-size: 45px;
  }
}
.ie8 .con_daiya .wrap_txt .box_txt h3 span {
  font-size: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt h3 span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .wrap_txt .box_txt h3 span {
    font-size: 30px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-left: 18.75%;
  }
}
@media print {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-left: 18.75%;
  }
}
.ie8 .con_daiya .wrap_txt .box_txt .txt {
  margin-left: 18.75%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-left: 3.44828%;
  }
}
.con_daiya .wrap_txt .box_txt .txt {
  width: 28em;
  margin-top: 50px;
  line-height: 2.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-top: 30px;
  }
}
.con_daiya .wrap_txt .box_txt .txt.paragraph {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt .txt.paragraph {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .wrap_txt .box_txt .txt.paragraph {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-top: 60px;
    line-height: 2.4;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
  }
  .con_daiya .wrap_txt .box_txt .txt.paragraph {
    margin-top: 1em;
  }
}
@media print {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-top: 60px;
    line-height: 2.4;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
  }
  .con_daiya .wrap_txt .box_txt .txt.paragraph {
    margin-top: 1em;
  }
}
.ie8 .con_daiya .wrap_txt .box_txt .txt {
  margin-top: 60px;
  line-height: 2.4;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
}
.ie8 .con_daiya .wrap_txt .box_txt .txt.paragraph {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-top: 40px;
    line-height: 1.8;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8);
  }
  .con_daiya .wrap_txt .box_txt .txt.paragraph {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .wrap_txt .box_txt .txt {
    line-height: 1.6;
    font-size: 83%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_daiya .wrap_txt .box_txt img {
    margin-bottom: -2rem;
  }
}
@media print {
  .con_daiya .wrap_txt .box_txt img {
    margin-bottom: -2rem;
  }
}
.ie8 .con_daiya .wrap_txt .box_txt img {
  margin-bottom: -2rem;
}
@media only screen and (min-width: 1025px) {
  .con_daiya .wrap_txt .box_txt {
    margin-left: 47.76%;
  }
}
@media print {
  .con_daiya .wrap_txt .box_txt {
    margin-left: 47.76%;
  }
}
.ie8 .con_daiya .wrap_txt .box_txt {
  margin-left: 47.76%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt {
    margin-left: 47.76%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_daiya .wrap_txt .box_txt .caption {
    margin-left: 2.4%;
  }
}
@media print {
  .con_daiya .wrap_txt .box_txt .caption {
    margin-left: 2.4%;
  }
}
.ie8 .con_daiya .wrap_txt .box_txt .caption {
  margin-left: 2.4%;
}
.con_daiya .wrap_txt .box_txt .txt {
  width: 35em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt .txt {
    width: 24em;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .wrap_txt .box_txt .txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-left: 0;
  }
}
@media print {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-left: 0;
  }
}
.ie8 .con_daiya .wrap_txt .box_txt .txt {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-left: 3.44828%;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .wrap_txt .box_txt .txt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .box_img {
    margin-left: 14%;
    margin-top: 22px;
  }
  .con_daiya .box_img .box_btn {
    padding-left: 2%;
  }
}
.con_daiya .box_btn {
  text-align: right;
  padding-right: 80px;
  margin: 40px 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_daiya .box_btn {
    margin: 11px auto 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_daiya .box_btn {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_3h
----------------------------------------------------------- */
.con_3h {
  margin: 173px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_3h {
    margin: 103.8px auto 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_3h {
    margin: 4em auto 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_3h .wrap_txt .box_txt {
    margin-right: 50%;
  }
}
@media print {
  .con_3h .wrap_txt .box_txt {
    margin-right: 50%;
  }
}
.ie8 .con_3h .wrap_txt .box_txt {
  margin-right: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_3h .wrap_txt .box_txt {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_3h .wrap_txt .box_txt .caption {
    margin-left: 2.34375%;
  }
}
@media print {
  .con_3h .wrap_txt .box_txt .caption {
    margin-left: 2.34375%;
  }
}
.ie8 .con_3h .wrap_txt .box_txt .caption {
  margin-left: 2.34375%;
}
@media only screen and (min-width: 768px) {
  .con_3h .wrap_txt .box_txt .txt {
    margin-right: 18.75%;
  }
}
@media print {
  .con_3h .wrap_txt .box_txt .txt {
    margin-right: 18.75%;
  }
}
.ie8 .con_3h .wrap_txt .box_txt .txt {
  margin-right: 18.75%;
}
@media only screen and (max-width: 767px) {
  .con_3h .wrap_txt .box_txt .txt {
    margin-top: 60px;
  }
}
.con_3h .box_img {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_3h .box_img {
    margin-left: 14%;
  }
  .con_3h .box_img .box_btn {
    padding-right: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_3h .box_btn {
    margin-left: 2%;
  }
}

/* -----------------------------------------------------------
  con_handlet
----------------------------------------------------------- */
.con_research {
  margin: 0 auto;
  max-width: 1250px;
}
@media only screen and (min-width: 1025px) {
  .con_research {
    margin-top: 140px;
  }
}
@media print {
  .con_research {
    margin-top: 140px;
  }
}
.ie8 .con_research {
  margin-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_research {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_research {
    margin: 5em auto 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_research .wrap_txt {
    margin-top: 8rem;
  }
}
@media print {
  .con_research .wrap_txt {
    margin-top: 8rem;
  }
}
.ie8 .con_research .wrap_txt {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .con_research .wrap_txt {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_research .wrap_txt {
    top: -3em;
    left: 88%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_research .wrap_txt .box_txt img {
    margin-bottom: -2rem;
  }
}
@media print {
  .con_research .wrap_txt .box_txt img {
    margin-bottom: -2rem;
  }
}
.ie8 .con_research .wrap_txt .box_txt img {
  margin-bottom: -2rem;
}
@media only screen and (min-width: 1025px) {
  .con_research .wrap_txt .box_txt {
    margin-left: 47.76%;
  }
}
@media print {
  .con_research .wrap_txt .box_txt {
    margin-left: 47.76%;
  }
}
.ie8 .con_research .wrap_txt .box_txt {
  margin-left: 47.76%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_research .wrap_txt .box_txt {
    margin-left: 47.76%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_research .wrap_txt .box_txt .caption {
    margin-left: 2.4%;
  }
}
@media print {
  .con_research .wrap_txt .box_txt .caption {
    margin-left: 2.4%;
  }
}
.ie8 .con_research .wrap_txt .box_txt .caption {
  margin-left: 2.4%;
}
@media only screen and (min-width: 1025px) {
  .con_research .wrap_txt .box_txt .txt {
    margin-left: 0;
  }
}
@media print {
  .con_research .wrap_txt .box_txt .txt {
    margin-left: 0;
  }
}
.ie8 .con_research .wrap_txt .box_txt .txt {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_research .wrap_txt .box_txt .txt {
    margin-left: 3.44828%;
  }
}
@media only screen and (max-width: 767px) {
  .con_research .wrap_txt .box_txt .txt {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_research .wrap_txt .box_txt .jp {
    font-size: 45px;
  }
}
@media print {
  .con_research .wrap_txt .box_txt .jp {
    font-size: 45px;
  }
}
.ie8 .con_research .wrap_txt .box_txt .jp {
  font-size: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_research .wrap_txt .box_txt .jp {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_research .wrap_txt .box_txt .jp {
    font-size: 30px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_research .wrap_txt .box_txt .jp small {
    font-size: 25px;
  }
}
@media print {
  .con_research .wrap_txt .box_txt .jp small {
    font-size: 25px;
  }
}
.ie8 .con_research .wrap_txt .box_txt .jp small {
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_research .wrap_txt .box_txt .jp small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .con_research .wrap_txt .box_txt .jp small {
    font-size: 18px;
    margin-left: -10px;
  }
}
.con_research .wrap_txt .box_txt .txt {
  width: 35em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_research .wrap_txt .box_txt .txt {
    width: 24em;
  }
}
@media only screen and (max-width: 767px) {
  .con_research .wrap_txt .box_txt .txt {
    width: 100%;
  }
}
.con_research .wrap_txt .box_btn {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_research .wrap_txt .box_btn {
    width: 96%;
  }
}
.con_research .wrap_txt .box_txt .tl_basic {
  line-height: 0.4;
}
@media only screen and (max-width: 767px) {
  .con_research .wrap_txt .box_txt .tl_basic {
    line-height: 0.4;
  }
}
@media only screen and (max-width: 767px) {
  .con_research .box_img {
    margin-right: 14%;
  }
  .con_research .box_img .box_btn {
    padding-left: 2%;
  }
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
  /*margin-top: 223px;*/
  /*margin-bottom: 123px;*/
  border-top: 1px solid #8f8f8f;
  padding-top: 123px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    /*margin-top: 108px;*/
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    /*margin-top: 80px;*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    /*margin-bottom: 70.8px;*/
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    /*margin-bottom: 80px;*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    padding-top: 70.8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 4em;
  }
}
.con_news .wrap_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_news .wrap_news .box_title {
  width: 21.09375%;
  text-align: center;
  font-size: 295%;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .wrap_news .box_title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_title {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .wrap_news .box_title {
    font-size: 177%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_title {
    font-size: 236%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .wrap_news .box_title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_title {
    margin-bottom: 0.25em;
  }
}
.con_news .wrap_news .box_list {
  width: 78.90625%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .wrap_news .box_list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_list {
    width: 100%;
  }
}
.con_news .wrap_news .box_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_news .wrap_news .box_list ul li {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .wrap_news .box_list ul li {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_list ul li {
    margin-bottom: 20px;
  }
}
.con_news .wrap_news .box_list ul li:last-child {
  margin-bottom: 0;
}
.con_news .wrap_news .box_list ul li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_list ul li a {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.con_news .wrap_news .box_list ul li a .date {
  width: 12.87129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .wrap_news .box_list ul li a .date {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_list ul li a .date {
    width: 100%;
  }
}
.con_news .wrap_news .box_list ul li a .title {
  width: 87.12871%;
  font-size: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1;
  height: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .wrap_news .box_list ul li a .title {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_list ul li a .title {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .wrap_news .box_list ul li a .title {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_list ul li a .title {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_list ul li a .title {
    height: 32px;
    line-height: 2;
    text-decoration: underline;
  }
}
.con_news .wrap_news .box_list ul li a .title:before, .con_news .wrap_news .box_list ul li a .title:after {
  background: #fff;
  position: absolute;
}
.con_news .wrap_news .box_list ul li a .title:before {
  content: "...";
  top: 0px;
  right: 0;
  padding: 0 0.25em;
}
@media all and (-ms-high-contrast: none) {
  .con_news .wrap_news .box_list ul li a .title:before {
    padding: 0 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .wrap_news .box_list ul li a .title:before {
    top: 0px;
    padding: 0 0.38em;
  }
}
.con_news .wrap_news .box_list ul li a .title:after {
  content: "";
  height: 100%;
  width: 100%;
}
.con_news .box_btn {
  width: 14.0625%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_btn {
    width: 23.4375%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_btn {
    padding-right: 14%;
    text-align: right;
  }
}


/* -----------------------------------------------------------
    Innovation Project
----------------------------------------------------------- */
.con_innovation {
  width: 100%;
  padding: 120px 0;
  background: #fdfdfd;
}
.con_innovation .wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .con_innovation .wrap { width: 95%; }
}

.con_innovation .eyecatch {
  text-align: center;
  margin-bottom: 40px;
}
.con_innovation .eyecatch .label_en {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #888;
}
.con_innovation .eyecatch .tl_basic {
  margin: 10px 0 20px;
}
.con_innovation .eyecatch .tl_basic .jp:after {
  bottom: -10px;
}
.con_innovation .eyecatch .lead {
  max-width: 880px;
  margin: 0 auto;
  color: #555;
  line-height: 2;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .con_innovation .eyecatch .lead { font-size: 1rem; text-align: justify; }
}

/* Partner Logos */
.con_innovation .partner_logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.con_innovation .logo_item {
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_innovation .logo_item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.con_innovation .logo_item:hover img {
  filter: grayscale(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_innovation .partner_logos {
    gap: 20px;
    margin-bottom: 40px;
  }
  .con_innovation .logo_item {
    width: 100px;
  }
}

/* Projects List */
.con_innovation .projects {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.con_innovation .category_group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.con_innovation .category_header {
  display: flex;
  align-items: baseline;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0078a5;
}
.con_innovation .category_label {
  font-size: 24px;
  font-weight: bold;
  color: #0078a5;
  letter-spacing: 0.05em;
}
.con_innovation .category_en {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #bbb;
  letter-spacing: 0.1em;
}
.con_innovation .category_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .con_innovation .category_content { padding-left: 0; }
  .con_innovation .category_label { font-size: 20px; }
  .con_innovation .category_en { font-size: 11px; }
}

.con_innovation .project_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.con_innovation .project_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_innovation .project_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.con_innovation .project_info {
  flex: 1;
  max-width: 800px;
}
.con_innovation .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.con_innovation .list {
  list-style: none;
  padding: 0;
}
.con_innovation .list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #444;
}
.con_innovation .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: #0078a5;
  border-radius: 50%;
}
.con_innovation .desc {
  line-height: 1.8;
  color: #444;
}

.con_innovation .box_btn {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .con_innovation .box_btn {
    margin-left: 0;
    width: 100%;
    text-align: right;
  }
}
.con_innovation .btn_more a,
.con_innovation .btn_more > span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
  transition: all 0.3s ease;
}
.con_innovation .btn_more a:after,
.con_innovation .btn_more > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 1px;
  background: #333;
  transition: all 0.3s ease;
}
.con_innovation .btn_more a:before,
.con_innovation .btn_more > span:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.con_innovation .btn_more a:hover {
  color: #0078a5;
  padding-right: 60px;
}
.con_innovation .btn_more a:hover:after {
  width: 45px;
  background: #0078a5;
}
.con_innovation .btn_more a:hover:before {
  border-color: #0078a5;
}
.con_innovation .btn_more > span {
  color: #bbb;
  cursor: default;
}
.con_innovation .btn_more > span:after,
.con_innovation .btn_more > span:before {
  background: #eee;
  border-color: #eee;
}
