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

html {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  scroll-behavior: smooth;
}
p {
  font-size: 14px;
}
.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;
}
.header_logo {
  width: 340px;
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  .header_logo {
    width: 230px;
    padding: 0;
  }
}
.top_banner {
  width: 300px;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  left: 50%;
  margin-left: -610px;
  z-index: 100;
}

#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%);
  }
}

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

@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: 1000px;
    padding: 70px 20px;
  }
}

div.inner {
  position: relative;
  padding: 85px 0;
  width: 1000px;
  box-sizing: border-box;
  line-height: 1.15;
  margin: 0 auto;
}

.area--mvBodyInner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 999px){
  div.inner {
    width: 100%;
    padding: 35px 25px;
  }
  .header {
    height: 50px;
  }
  .p-service__area--mvBody {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .corporatedb--mv .p-service__area--mvBody {
    padding: 30px 30px 80px;
  }
}


/* 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: #FFFBF6;
  border: 2px solid #F8B602;
  color: #CD0018 !important;
}
.btn_black:hover {
  color: #FFFBF6 !important;
  background-color: #008fff;
}
.mv__maintext {
  color: #CD0018;
  font-size: 36px;
  margin: 10px 0 53px;
  line-height: 57px;
}
.mv__maintext .s {
  font-size: 26px;
}
.service_img{
  position: absolute;
  top: 100px;
  right: 0;
}
.service_img img {
  width: 340px;
}

@media (max-width: 999px){
  .mv__maintext {
    font-size: 28px;
    margin: 10px 0;
    line-height: 40px;
  }
}


/* MV **********************/
.corporatedb--mv {
  color: #000C2C;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(180deg, #FFF7EE 14%, #FFF 98%);
  background-size: cover;
  position: relative;
}
.corporatedb__button{
  display: flex;
  width: 35%;
}
.corporatedb__button--size{
  font-size: 14px;
  color: #fff;
  width: 220px;
  height: 60px;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.corporatedb__button--download{
  position: relative;
  text-align: center;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  margin-right: 20px;
  padding: 22px 33px 22px 0;
}
.corporatedb__button--size.btn_white {
  color: #E50012;
  background-color: #FFFBF6;
  border: 2px solid #F8B602
}
.corporatedb__button--size.btn_white:hover {
  color: #FFFBF6;
  background-color: #008fff;
}
.corporatedb__button--download img {
  height: 30px;
  position: absolute;
  top: 14px;
  right: 6px;
}
.corporatedb__button a{
  color: #fff;
}
.corporatedb__button a:hover{
  color: #CD0018;
  background: #fff;
}
.corporatedb__button span {
  color: #fff;
  font-weight: bold;
  display: flex;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.corporatedb__button span::before,
.corporatedb__button span::after {
  background-color: #fff;
  content: "";
  height: 1.4px;
  width: 20px;
}
.corporatedb__button span::before {
  margin-right: 2px;
  transform: rotate(60deg);
}
.corporatedb__button span::after {
  margin-left: 2px;
  transform: rotate(-60deg);
}

@media screen and (max-width:999px) {
  .corporatedb--mv {
    background-size: cover;
    padding-top: 0;
  }
  .service_img {
    position: static;
    margin: 0 auto -40px;
  }
  .service_img img {
    width: 230px;
  }
  .center-sp{
    text-align: center;
  }
  .corporatedb__button {
    padding: 26px 0 0;
    width: 100%;
  }
  .corporatedb__button--download {
    margin: 0 10%;
  }
}

/* Problem **********************/
.problem_area {
  position: relative;
  background: #F5F5F5;
  padding: 80px 20%;
}
.problem_area h3{
  display: grid;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 30px;
  text-align: center;
}
.problem_area h3 span{
  font-size: 24px;
}
.problem_area figure{
  margin: auto;
  max-width: 800px;
}
.img_speech_bubble{
  padding-left: 35px;
}

@media screen and (min-width:1000px) {
  .img_speech_bubble{
    width: 80%;
  }
  .img_people{
    width: 18%;
  }
}

@media screen and (max-width:999px) {
  .problem_area {
    padding: 40px 25px;
  }
  .problem_area h3 {
    font-size: 24px;
  }
  .problem_area figure{
    display: grid;
  }
  .img_speech_bubble, .img_people{
    margin: 0 auto;
  }
  .img_speech_bubble {
    margin-bottom: 0;
    padding: 30px 0 0;
  }
}


/* Features **********************/
.white_area {
  position: relative;
  margin: 55px 0;
  padding: 50px 60px;
  background: #fff;
  border-radius: 40px;
  font-size: 13px;
  line-height: 2;
}
.white_area .title {
  color: #C4000B;
  font-weight: 600;
  font-size: 29px;
  margin: 5px 0;
}
.white_area .title:before {
  content: "";
  background-image: url(https://www.hammock.jp/hpr/assets/images/2022/icon-fire.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}
.white_area.col3 .title:before {
  display: none;
}
.white_area .title_black {
  color: #000;
  line-height: 1.4;
  font-weight: 600;
  font-size: 29px;
  margin: 5px 0 18px;
}
.shadow_dt_list {
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.10);
}

@media (min-width: 1000px){
  .white_area.two_col {
    position: relative;
    padding-right: 40%;
  }
  .white_area.two_col img {
    position: absolute;
    top: 0;
    right: 50px;
    height: 75%;
  }
}

@media screen and (max-width: 999px){
  .white_area {
    margin: 25px 0;
    padding: 40px 30px;
  }
  .white_area .title {
    font-size: 20px;
  }
  .white_area .title:before {
    background-size: 14px;
    padding-left: 24px;
  }
  .white_area .title_black {
    font-size: 22px;
  }
  .white_area img {
    margin-top: 20px;
    padding: 0px;
  }
}


@media screen and (min-width: 1000px) {
  .features_area {
    position: relative;
  }
  .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 p, .features_area_p p {
  font-weight: 600;
  font-size: 14px;
  margin: 30px 0;
}
.features_area_p p {
  text-align: center;
}
.features_area h3, .features_area_p h3 {
  font-size: 32px;
  color: #222;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: center;
  display: grid;
  letter-spacing: 1px;
}
.features_area h3 span, .features_area_p h3 span {
  display: contents;
}

.features_area h5{
  font-size: 22px;
  line-height: 2;
  text-align: center;
  letter-spacing: 1px;
}
.about_logo_area {
  position: relative;
  line-height: 0;
  margin: 0 0 10px;
  padding-right: 60px;
}
.about_logo_area .logo {
  width: 340px;
}
.about_logo_area span{
  font-size: 30px;
  position: absolute;
  line-height: 2.2;
  margin-left: 9px;
}

@media screen and (max-width:999px) {
  .features_area h3, .features_area_p h3 {
    font-size: 26px;
  }
  .cta__btn {
    width: 100%;
  }
  .about_logo_area .logo {
    width: 80%;
  }
  .about_logo_area {
    padding-right: 14%;
  }
  .about_logo_area span {
    font-size: 21px;
    top: 0;
    margin-left: 5px;
  }
  .features_area h5 {
    text-align: left;
    font-size: 17px;
    line-height: 1.8;
  }
  .features_area p {
    font-size: 14px;
    line-height: 1.8;
  }
  .features_area_p p {
    text-align: left;
  }
}


/* Features **********************/
.white_area {
  position: relative;
  margin: 55px 0;
  padding: 50px 60px;
  background: #fff;
  border-radius: 40px;
  font-size: 13px;
  line-height: 2;
}
.white_area .title {
  text-align: left;
  color: #C4000B;
  font-weight: 600;
  font-size: 24px;
  margin: 5px 0;
}

@media screen and (max-width: 999px){
  .white_area {
    margin: 25px 0;
    padding: 40px 30px;
  }
  .white_area .section {
    font-size: 28px;
  }
  .white_area .title {
    font-size: 20px;
  }
  .white_area .title:before {
    background-size: 14px;
    padding-left: 24px;
  }
  .white_area img {
    margin-top: 20px;
    padding: 0px;
  }
}


/* cooperation--part **********************/
.gray_area {
  position: relative;
  padding: 30px 60px;
  font-size: 13px;
  line-height: 2;
}
.gray_area .section {
  font-family: sans-serif "Roboto", sans-serif;
  font-weight: 600;
  color: #C4000B;
  font-size: 35px;
  line-height: 33px;
}
.gray_area .title {
  color: #C4000B;
  font-weight: 600;
  font-size: 24px;
  margin: 5px 0;
  text-align: center;
}
.gray_area p {
  font-weight: 600;
  font-size: 14px;
  margin: 30px 0;
  text-align: center;
}
.gray_area img {
  margin-top: 10px;
}
.cooperation_area{
  display: flex;
  width: 80%;
  margin: auto;
}
.cooperation__button--size{
  font-size: 15px;
  background: #fff;
  width: 300px;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 51px;
  opacity: 1;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.cooperation__button--download {
  display: block;
  padding: 15px 0;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.salesforce{
  color: #00A1DF;
  border: 2px solid #00A1DF;
}
.salesforce:hover {
  color: #fff;
  background: #00A1DF;
}
.kintone{
  color: #F67F05;
  border: 2px solid #F67F05;
}
.kintone:hover{
  color: #fff;
  background: #F67F05;
}


@media screen and (max-width: 999px){
  .gray_area {
    padding: 40px 30px;
  }
  .gray_area .section {
    font-size: 28px;
  }
  .gray_area .title {
    font-size: 20px;
  }
  .gray_area p {
    text-align: left;
  }
  .gray_area img {
    margin-top: 20px;
    padding: 0px;
  }
  .cooperation_area{
    display: contents;
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .cooperation__button--size {
    width: 100%;
  }
}

/* footer **********************/
.footer_content {
  width: 100%;
}
.footer .footer_logo {
  margin: 0 auto 30px;
}
.footer_text {
  text-align: center;
}
.footer_logo_list {
  margin: 0px 38.6% 30px;
}
@media screen and (min-width: 767px){
  .footer_logo_list li {
    margin: 0 12px;
  }
}
footer .inner{
  padding: 50px 80px;
}

@media screen and (max-width:1150px) {
  footer{
      width: 1150px;
  }
}
@media screen and (max-width:999px) {
  footer{
      width: 100%;
  }
}
@media screen and (max-width: 768px){
  footer{
      width: 100%;
  }
  .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 (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 .corporatedb__button {
    justify-content: space-between;
    padding: 0;
  }
  .flexdBox .corporatedb__button a {
    width: 100%;
    margin: 0;
    font-size: 13px;
  }
  .flexdBox .corporatedb__button .corporatedb__button--download img {
    height: 27px;
  }
}


/* About **********************/
.about_logo_area span{
  position: absolute;
  top: 6px;
  margin-left: 9px;
}

.hot_area {
  line-height: 1.15;
  padding: 55px 20%;
  background: #FEFAF5;
}

.hot_area h3,
.hot_area h5{
  position: relative;
  font-size: 22px;
  line-height: 2;
  text-align: center;
  letter-spacing: 1px;
}
.hot_area .logo{
  width: 45%;
}

.hpr_area {
  padding: 40px 0 60px;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}
.mv_btn_area {
  margin: 0 auto 56px;
}
.hpr_area .btn_main {
  padding: 10px 0 5px;
  font-size: 1.7rem;
  border: none;
  border-bottom: 5px solid #FF0045;
  transition: all 0.1s;
  margin: 0 auto;
  left: 30%;
}
.hpr_area .btn_main:hover {
  background-color: #CD0018;
  color: #fff; 
  margin-top: 4px;
  border-bottom: 1px solid #FF0045;
  transition: all 0.2s;
}
.hpr_area .btn_main::before {
  content: url(https://www.hammock.jp/hpr/assets/images/fire_icon.svg);
  vertical-align: bottom;
  display: inline-block;
  margin-right: 10px;
  width: 14px;
}
.hpr_area .btn_main::after {
  content: url(https://www.hammock.jp/hpr/assets/images/sign_dl.svg);
  vertical-align: middle;
  display: inline-block;
  margin-left: 12px;
  width: 13px;
}
.hpr_area .logo {
  width: 36%;
}
.hpr_area .about_logo_area span {
  top: 16px;
  font-size: 26px;
}
.hpr_area h3 {
  margin-bottom: 13px;
}
.hpr_area h5 {
  font-size: 14px;
  margin-bottom: 17px;
}

@media screen and (max-width:999px) { 
  .hpr_area .logo {
    width: 64%;
  }
  .about_logo_area {
    padding-right: 10%;
  }
  .about_logo_area span {
    top: 2px;
    margin-left: 5px;
  }
  .hpr_area {
    padding: 40px 0;
    border-radius: 30px;
  }
  .hpr_area .about_logo_area span {
    font-size: 18px;
    top: 0;
  }
  .hot_area {
    padding: 0;
  }
  .hpr_area h5 {
    font-size: 12px;
    padding: 0 25px;
    text-align: left;
  }
  .hpr_area .btn_main {
    left: 13%;
  }
}


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