/* Common **********************/

html {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  scroll-behavior: smooth;
}
.megamenu__sitemap-footer{
  width: 100%;
  margin-top: 40px;
}
.p-service__area--mvBody {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 80px 30px;
  position: relative;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.top_banner {
  width: 300px;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  left: 50%;
  margin-left: -610px;
  z-index: 100;
}
.mb100 {
  margin-bottom: 100px;
}

#gHeader {
  transition: all .4s cubic-bezier(1,0,0,1);
  -webkit-transition: all .4s cubic-bezier(1,0,0,1);
}
#gHeader.hidden {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
@media all and (min-width: 1000px) {
  #gHeader.is-hidden {
    transform: translate(0, -101%);
  }
}
#foot-band{
  transition: all .4s cubic-bezier(1,0,0,1);
  -webkit-transition: all .4s cubic-bezier(1,0,0,1);
}
#foot-band.is-hidden { 
  transform: translate(0, 101%) translate(0, 22px); 
}

@media screen and (max-width: 767px) {
  .top_banner {
    animation: bannerSp 4s ease-out infinite;
  }
}

@keyframes bannerPc {
  0% {
    bottom: 8%;
  }
  50% {
    bottom: 9%;
  }
  100% {
    bottom: 8%;
  }
}
@keyframes bannerSp {
  0% {
    bottom: 12%;
  }
  50% {
    bottom: 13%;
  }
  100% {
    bottom: 12%;
  }
}

@media screen and (min-width: 1000px){
  .p-service__area--mvBody {
      margin: 0 auto;
      max-width: 1240px;
      padding: 70px 20px;
  }
}

.ai__area--mvBodyInner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.ai--part{
  position: relative;
  padding-top: 85px;
  width: 1000px;
  box-sizing: border-box;
  line-height: 1.15;
  margin: 0 auto;
}
.ai--mv, .ai--part{
  color: #000C2C;
  font-family: "Roboto", sans-serif;
}
.ai__heading--section{
  font-size: 32px;
  color: #222;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: center;
  display: grid;
}
.ai__heading--section img{
  padding-bottom: 12px;
  width: 200px
}

@media (max-width: 999px){
  .header {
    height: 50px;
  }
  .p-service__area--mvBody {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .ai--part {
    margin: 0;
    padding: 35px 25px;
    width: 100%;
  }
  .ai__heading--section {
    font-size: 22px;
  }
  .ai__heading--section img {
    width: 162px;
  }
  .ai--mv .p-service__area--mvBody {
    padding: 70px 30px 40px;
  }
}


/* base **********************/
.btn_orange {
  background-color: #F8B602;
  border: 2px solid #F8B602;
  color: #fff !important;
}
.btn_orange:hover {
  background-color: #fff;
  color: #F8B602 !important;
}
.btn_black {
  background-color: #6D6D6D;
  border: 2px solid #6D6D6D;
  color: #fff !important;
}
.btn_black:hover {
  background-color: #fff;
  color: #6D6D6D !important;
}
.btn__lp {
  max-width: none;
  width: 450px;
  background-color: #FEFAF5;
  border: 2px solid #E50012;
  color: #E50012;
  padding: 16px 0 14px;
}
.btn__lp:hover {
  background-color: #E50012;
  color: #fff;
}
.ai__subtext{
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 42px;
}

@media (max-width: 999px){
  .btn__lp {
    width: 83%;
    margin: 40px auto 0px;
  }
}


/* MV **********************/
.ai--mv {
  background: url(https://www.hammock.jp/hpr/landing/img/ai/mv_bg.png) no-repeat center center;
  background-size: cover;
  min-height: 514px;
  position: relative;
  padding-top: 73px;
}
@media (min-width: 1600px){
  .ai--mv {
    min-height: 620px;
  }
}
.mv_txt_img {
  width: 430px;
  margin-bottom: 30px;
}
.ai__button{
  display: flex;
  width: 35%;
}
.ai__button--size{
  font-size: 14px;
  color: #fff;
  width: 206px;
  height: 50px;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.ai__button--download{
  position: relative;
  text-align: center;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  margin-right: 20px;
  padding: 16px 60px 16px 0;
}
.ai__button--size.btn_white {
  color: #E50012;
  background-color: #FFFBF6;
  border: 2px solid #F8B602
}
.ai__button--size.btn_white:hover {
  color: #FFFBF6;
  background-color: #008fff;
}
.ai__button--download img {
  height: 30px;
  position: absolute;
  top: 8px;
  right: 6px;
}
.ai__button a{
  color: #fff;
}
.ai__button a:hover{
  color: #CD0018;
  background: #fff;
}
.ai__button span {
  color: #fff;
  font-weight: bold;
  display: flex;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.ai__button span::before,
.ai__button span::after {
  background-color: #fff;
  content: "";
  height: 1.4px;
  width: 20px;
}
.ai__button span::before {
  margin-right: 2px;
  transform: rotate(60deg);
}
.ai__button span::after {
  margin-left: 2px;
  transform: rotate(-60deg);
}

@media screen and (max-width:999px) {
  .ai--mv {
    background: url(https://www.hammock.jp/hpr/landing/img/ai/mv_bg_sp.png) no-repeat center center;
    background-size: cover;
    min-height: 550px;
    padding-top: 0;
  }
  .base_mv_img {
    position: initial;
  }
  .base_mv_img img{
    width: 100%;
  }
  .ai__subtext {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .center-sp{
    text-align: center;
  }
  .ai__button {
    padding: 26px 0 0;
    width: 100%;
  }
  .ai__button--download {
    margin: 0 10%;
  }
}

/* Video **********************/
.video_area {
  padding-bottom: 85px;
}
.fv_video {
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
}
.video_area h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
}
.video_area p {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width:999px) {
  .video_area {
    padding-bottom: 40px;
  }
  .fv_video {
    margin-bottom: 40px;
  }
  .video_area h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .video_area p {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}


/* Problem **********************/
.problem_area {
  position: relative;
  background: #F5F5F5;
  padding: 55px 20%;
}
.problem_area h3{
  color: #969696;
  display: grid;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 30px;
  text-align: center;
}
.problem_area .shadow_dt_list {
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.10);
}
.problem_bg {
  position: absolute;
  top: 40px;
  scale: 1.4;
  left: 16%;
  z-index: 9;
}
.problem_area .white_area p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.problem_area .white_area img {
  margin-top: 20px;
}

@media screen and (min-width: 1000px) {
  .white_area.col3 {
    width: calc(100%/3 - 30px);
    padding: 30px;
    border-radius: 14px;
  }
  .flex_white_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
  .problem_area .flex_white_list {
    justify-content: space-between;
  }
}

@media screen and (max-width: 999px) {
  .problem_area {
    padding: 55px 0;
  }
  .problem_area h3 {
    font-size: 22px;
  }
  .problem_area .flex_white_list {
    margin: auto;
    max-width: 250px;
  }
  .problem_area .shadow_dt_list {
    padding: 20px;
    border-radius: 18px;
  }
  .problem_bg {
    top: 90px;
    scale: 1;
    left: 4%;
    z-index: 0;
  }
  .problem_area .white_area p {
    font-size: 14px;
  }
}

/* Features **********************/
.features_area {
  position: relative;
  background: #FEFAF5;
  padding: 120px 20% 110px;
}

@media screen and (min-width: 1000px) {
  .features_area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 60px 60px 0 60px;
    border-color: #F5F5F5 transparent transparent transparent;
  }
}
.features_area .ai__heading--section {
  display: block;
}
.features_area .ai__heading--section .redscale {
  font-size: 38px;
  color: #E50012;
}
.features_area .ai__heading--section .underline {
  position: relative;
  z-index: 1;
}
.features_area .ai__heading--section .underline:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  background: #FFD6D6;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.features_area p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 50px;
}
.cta__btn {
  width: 100%;
  max-width: 850px;
  margin: auto;
}
.cta__btn:hover {
  opacity: .8;
}
.cta__btn img {
  width: 100%;
}

.features_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 80px;
}
.features_content .text_area {
  width: 48%;
}
.features_content .text_area h4 {
  position: relative;
  font-size: 25px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.6;
  padding-left: 68px;
}
.features_content .text_area h4 .fire__icon {
  position: absolute;
  height: 100%;
  left: 0;
}
.features_content .text_area p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.features_content .img_box {
  width: 46%;
}
.features_content .img_box img {
  width: 100%;
}
.base_area {
  position: relative;
  padding: 110px 0;
}
.base_area h3,
.base_area h5{
  position: relative;
  font-size: 28px;
  line-height: 2;
  text-align: center;
  letter-spacing: 1px;
}
.base_area h6{
  position: relative;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 17px;
  letter-spacing: 1px;
}
.about_logo_area span{
  position: absolute;
  top: 6px;
  margin-left: 9px;
}
.base_area .logo{
  width: 39%;
}

@media screen and (max-width:999px) {
  .base_area {
    padding: 70px 0;
  }
  .base_area .logo {
    width: 66%;
  }
  .base_area h3, .base_area h5 {
    position: relative;
    font-size: 17px;
  }
  .cta__btn {
    width: 100%;
  }

  .features_content {
    display: block;
    padding: 0 30px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .features_content .text_area h4 {
    font-size: 18px;
  }
  .features_content .text_area p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .features_content .text_area,
  .features_content .img_box {
    width: 100%;
  }
  .features_area .ai__heading--section .redscale {
    font-size: 30px;
  }

  .about_logo_area {
    padding-right: 10%;
  }
  .about_logo_area span {
    top: 2px;
    margin-left: 5px;
  }
  .features_area {
    padding: 40px 30px 50px;
  }
  .features_area h5 {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
  }
}


/* About **********************/
.hot_base_area {
  position: relative;
  padding: 80px 20% 60px;
  background: #FEFAF5;
}
.hot_base_area img {
  position: sticky;
  z-index: 1;
}
.hpr_area img.txt {
  width: 480px;
  padding-left: 20px;
  margin-bottom: 50px;
}
.hpr_area img.pc {
  position: absolute;
  width: 600px;
  top: -34px;
}
@media screen and (max-width: 1363px) {
  .hpr_area img.pc {
    right: 0;
  }
}
img.fire__bg {
  position: absolute;
  width: 220px;
  top: -60px;
  z-index: 0;
}

@media screen and (max-width:999px) {
  .hpr_area {
    padding: 40px 0 60px;
    border-radius: 30px;
    margin-bottom: 110px;
  }
  .hot_base_area {
    padding: 0;
  }
  .hpr_area .btn_main {
    left: 13%;
  }
  .hpr_area img.txt {
    display: block;
    width: 70%;
    margin: 0 auto 30px;
  }
  .hpr_area img.pc {
    top: 307px;
  }
  img.fire__bg {
    width: 120px;
    left: 6%;
    top: -36px;
  }
}


/* Features **********************/
.white_area {
  position: relative;
  margin: 55px 0;
  padding: 20px 60px;
  background: #fff;
  border-radius: 40px;
  font-size: 13px;
  line-height: 2;
}
.white_area img {
  margin-top: 0;
  width: 100%;
}

@media screen and (max-width: 999px){
  .white_area {
    margin: 25px 0;
    padding: 7px 30px;
  }
  .white_area img {
    margin-top: 0;
    padding: 0px;
  }
}


/* footer **********************/
footer {
  padding-bottom: 73px;
}
.foot_band{
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: 100;
}
.foot_band .content_wrapper {
  padding: 14px 0;
  max-width: 1200px;
  margin: auto;
}
.foot_band .content_wrapper .header_btn_list {
  justify-content: flex-end;
}

@media screen and (max-width:1150px) {
  footer{
    width: 1150px;
  }
}
@media screen and (max-width:999px) {
  footer{
    width: 100%;
    padding-bottom: 86px;
  }
  .flexdBox {
    position: fixed;
    bottom: 0;
    padding: 18px;
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    background-color: #18354C;
  }
  .flexdBox .ai__button {
    justify-content: space-between;
    padding: 0;
  }
  .flexdBox .ai__button a {
    width: 100%;
    margin: 0;
    font-size: 13px;
  }
  .flexdBox .ai__button .ai__button--download img {
    height: 27px;
  }
}
@media screen and (max-width: 768px){
  .footer .footer_logo {
    margin: 0 auto 20px;
  }
  .footer_text {
    text-align: inherit;
  }
  .footer_logo_list {
    margin: 0;
  }
  footer .inner {
    padding: 50px 20px;
  }
}


@media screen and (min-width: 1000px){
  .forSP{
    display: none;
  }
}
@media screen and (max-width: 999px){
  .forPC{
    display: none;
  }
}


/*------------------------------------------------------------------------
 ARTICLE
-------------------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
  section.article{
    padding: 60px 0;
  }
  .article .content_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main_title {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .article .content_wrapper {
    width: 100%;
    padding: 0 25px;
  }
  section.article {
    padding: 40px 0;
  }
  .main_title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
  }
}
.list_article .main_list a {
  display: block;
}
.list_article .main_list a .hover_style {
  transition: all 0.3s ease;
}
.list_article .main_list a .img_wrapper {
  position: relative;
}
.list_article .main_list a .img_wrapper:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  content: "";
}
.list_article .main_list a:hover {
  text-decoration: none;
}
.list_article .main_list a:hover .img_wrapper:before {
  opacity: 1;
  transition: all 0.3s ease;
}
.list_article .main_list a:hover .img_wrapper img {
  transform: scale(1.05);
}
.list_article .main_list a:hover .hover_style {
  color: #CD0018;
}
.list_article .main_list .img_wrapper {
  position: relative;
  overflow: hidden;
}
.list_article .main_list .img_wrapper img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transition: all 0.3s ease;
}
.no_article_message {
  display: block;
  width: 100%;
  margin: 64px auto;
  text-align: center;
}
/*3つ並びの記事*/
.list_three_article {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 960px) {
  .list_three_article {
    margin-top: -32px;
  }
}
.list_three_article .main_list .img_wrapper {
  width: 100%;
  padding-top: 60%;
  border-radius: 3px;
}
@media (min-width: 960px) {
  .list_three_article .main_list {
    width: calc(33.3% - 18px);
    margin: 32px 26px 0 0;
  }
  .list_three_article .main_list:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .list_three_article .main_list {
    width: 100%;
  }
  .list_three_article .main_list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.list_three_article .article_info_wrapper p {
  margin: 10px 0 0;
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  transition: all 0.3s ease;
}
.list_three_article .identification_wrapper {
  transition: all 0.3s ease;
}
.list_three_article .identification_wrapper .category,
.list_three_article .identification_wrapper .article_date {
  display: inline-block;
  color: #707070;
  line-height: 2.1;
}
.list_three_article .identification_wrapper .category {
  padding-right: 12px;
  font-size: 13px;
}
.list_three_article .identification_wrapper .article_date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
}