@charset "UTF-8";
/* bluemonky用の調整 */
.site-body{
  margin-top: 0;
  padding: 0;
}
.site-body__inner{
  max-width: 100%;
}
/* LP用 */

/*--------------------------------------------------------

メインビジュアル START

--------------------------------------------------------*/
#hpw-vs {
  background: #eef0f3;
  padding: 115px 0 80px;
  width: 100%;
}
#hpw-vs_wrap {
  margin: 0 auto;
  height: 100%;
  width: 98%;
  max-width: 1340px;
}
#hpw-vs_txt {
  width: 100%;
}
#hpw-vs_txt h1 {
  border-bottom: 1px solid #548bc2;
  color: #548bc2;
  display: block;
  font-size: 45px;
  margin-bottom: 35px;
  width: 100%;
}
#hpw-vs_txt p {
  color: #548bc2;
  font-size: 20px;
}
#hpw-vs_logo {
  margin: -60px 130px 0 0;
  text-align: right;
}
#hpw-vs_pc .hpw-vs_pic {
  margin-top: -45px;
}
#hpw-vs_sp {
  display: none;
}
@media only screen and (max-width: 1340px) {
  #hpw-vs_logo {
    margin-right: 10px;
  }
  #hpw-vs_pc .hpw-vs_pic img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  #hpw-vs_txt h1 {
    font-size: 4vw;
  }
}
/* /////////// SP版 メインビジュアル START /////////// */
@media only screen and (max-width: 881px) {
  #hpw-vs_txt p {
    font-size: max(2.2vw,16px);
  }
}
@media only screen and (max-width: 821px) {
  #hpw-vs {
    padding-bottom: 40px;
  }
  #hpw-vs_wrap {
    width: 90%;
  }
  #hpw-vs_pc {
    display: none;
  }
  #hpw-vs_sp {
    display: block;
  }
  #hpw-vs_txt h1 {
    font-size: max(5vw,30px);
    line-height: 1.2;
    margin-bottom: 16px;
  }
  #hpw-vs_txt h1 i {
    display: block;
    margin-bottom: 16px;
  }
  #hpw-vs_txt p br {
    display: none;
  }
  #hpw-vs_sp .hpw-vs_pic {
    margin-top: 12px;
  }
  #hpw-vs_sp .hpw-vs_pic img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #hpw-vs_txt h1 {
    padding-bottom: 16px;
  }
  #hpw-vs_txt h1 i {
    display: inline;
  }
}
/*--------------------------------------------------------

メインエリア START

--------------------------------------------------------*/
#hpw {
  color: #000;
  position: relative;
}
.hpw-inner {
  margin: 0 auto;
  width: 992px;
}
#hpw-nav ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 45px 0 60px;
}
#hpw-nav li a {
  position: relative;
  background: #000;
  display: block;
  padding: 18px;
  width: 476px;
}
#hpw-nav li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#hpw-nav li a::after{
    content: '';
    display: inline-block;
    width: 26px;
    height: 20px;
    /* background-image: url(../img/mark_01.png); */
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 52px;
    right: 20px;
}
#hpw-reason {
  text-align: center;
  margin-bottom: 65px;
}
#hpw-reason h2 {
  font-size: 35px;
  margin-bottom: 60px;
}
#hpw-reason h3 {
  font-size: 25px;
  margin-bottom: 14px;
}
#hpw-reason h3::before {
  color: #548bc2;
  content: "◉";
  font-size: 20px;
  margin-right: 8px;
}
#hpw-reason p {
  font-size: 18px;
}
#hpw-reason span {
  display: block;
  font-size: 15px;
  margin: 8px 0 50px;
}
#hpw-pickup {
  position: relative;
  background: #f6f6f7;
  border: 1px solid #d0d0d0;
  margin-bottom: 70px;
  padding: 30px;
  text-align: center;
  z-index: 0;
}
#hpw-pickup:before {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
}
#hpw-pickup:after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
}
#hpw-pickup h2 {
  font-size: 25px;
  padding-bottom: 25px;
  margin-bottom: 18px;
  border-bottom: 1px solid #000;
}
#hpw-pickup p {
  font-size: 18px;
}
#hpw-pickup ul {
  margin: 0 auto;
  width: 650px;
}
#hpw-pickup ul li {
  margin-top: 40px;
  text-align: left;
  overflow: hidden;
}
#hpw-pickup ul li div {
  float: right;
  width: 390px;
}
#hpw-pickup ul li div:first-child {
  float: left;
  width: 230px;
}
#hpw-pickup ul li h3 {
  font-size: 25px;
  margin-top: -6px;
  margin-bottom: 20px;
}
#hpw-desktop,
#hpw-mobile {
  background: #222a35;
}
#hpw-desktop_cont {
  padding: 75px 0;
}
#hpw-mobile_cont {
  padding: 50px 0 70px;
}
.hpw-item_ttl {
  background: #000000;
  padding: 50px 0;
}
.hpw-item_ttl h2 {
  color: #fff;
  font-size: 35px;
  margin: 0 auto;
  width: 992px;
}
.hpw-item_col2 {
  margin: 0 auto;
  width: 992px;
  overflow: hidden;
}
#hpw-desktop_cont .hpw-item_col2 {
  margin-bottom: 65px;
}
#hpw-mobile_cont .hpw-item_col2 {
  margin-bottom: 40px;
}
.hpw-item_col2 .fL {
  float: left;
  width: 476px;
}
#hpw-mobile_cont .hpw-item_col2 .fL {
  padding-top: 25px;
}
.hpw-item_col2 .fR {
  float: right;
  width: 476px;
}
.hpw-item_col2 .fR i {
  display: inline-block;
  text-align: center;
}
.hpw-item_col2 h3 {
  color: #fff;
  font-size: 35px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #fff;
}
.hpw-item_col2 p {
  color: #fff;
  font-size: 20px;
}
.hpw-item_col3 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 992px;
  overflow: hidden;
}
.hpw-item_col3 div {
  width: 300px;
}
.hpw-item_col3 h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  padding: 12px 0;
}
.hpw-item_col3 p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
#hpw-anyware {
  background: #eef0f3;
  padding: 100px 0;
  text-align: center;
}
#hpw-anyware h2 {
  margin-bottom: 45px;
}
#hpw-anyware p {
  font-size: 20px;
  font-weight: bold;
}
#hpw-anyware_about {
  box-sizing: border-box;
  background: #fff;
  margin: 45px auto 0;
  padding: 16px;
  width: 992px;
}
#hpw-anyware_about div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
#hpw-anyware_about div h3 {
  font-size: 20px;
  padding-left: 10px;
  width: 224px;
}
#hpw-anyware_about div p {
  border-left: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal;
  padding: 16px 0 16px 40px;
  width: 740px;
}
#hpw-etc {
  text-align: center;
  padding: 75px 0 230px;
}
#hpw-etc h2 {
  font-size: 35px;
  line-height: 1.2;
}
#hpw-etc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px auto 0;
  width: 992px;
}
#hpw-etc ul li {
  padding-top: 40px;
}
#hpw-vs_pc {
  position: relative;
}
#hpw-present_pc {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 345px;
}
#hpw-present_pc a:hover {
  filter: brightness(1.2);
}
#hpw-present_pc img {
  height: auto;
  width: 100%;
}
#hpw-present_sp {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #hpw-present_pc {
    width: 25%;
    min-width: 250px;
  }
  .hpw-inner {
    width: 96%;
  }
  #hpw-nav ul {
    gap: 3%;
  }
  #hpw-nav li {
    width: 47%;
  }
  #hpw-nav li a {
    width: 100%;
  }
  #hpw-nav li a img {
    height: auto;
    width: 90%;
  }
  .hpw-item_ttl h2 {
    width: 98%;
  }
  .hpw-item_col2 {
    width: 96%;
  }
  .hpw-item_col2 .fL {
    width: 58%;
  }
  .hpw-item_col2 .fR {
    width: 38%;
  }
  .hpw-item_col2 .fR img {
    height: auto;
    width: 100%;
  }
  .hpw-item_col3 {
    width: 96%;
  }
  .hpw-item_col3 div {
    width: 32%;
  }
  .hpw-item_col3 div img {
    height: auto;
    width: 100%;
  }
  .hpw-item_col3 div h3 br {
    display: none;
  }
  #hpw-anyware_about {
    width: 96%;
  }
  #hpw-anyware_about div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  #hpw-anyware_about div h3 {
    white-space: nowrap;
    padding: 0 16px;
    width: auto;
  }
  #hpw-anyware_about div p {
    padding: 16px 0 16px 20px;
    width: auto;
  }
  #hpw-etc ul {
    width: 96%;
  }
  #hpw-etc ul li {
    width: 48%;
  }
  #hpw-etc ul li img {
    height: auto;
    width: 100%;
  }
}
/* /////////// SP版 メインエリア START /////////// */
@media only screen and (max-width: 821px) {
  #hpw-present_pc {
    display: none;
  }
  #hpw-present_sp {
    display: block;
    margin: 40px auto 0;
    width: 90%;
  }
  #hpw-present_sp img {
    height: auto;
    width: 100%;
  }
  .hpw-inner {
    width: 90%;
  }
  #hpw-nav ul {
    display: block;
    margin: 40px 0;
  }
  #hpw-nav li {
    margin-bottom: 12px;
    width: 100%;
  }
  #hpw-nav li a {
    padding-left: 18%;
    width: 100%;
  }
  #hpw-nav li a img {
    width: 60%;
    max-width: 372px;
  }
  #hpw-nav li a::after{
      width: 22px;
      height: 16px;
      top: 45%;
      right: 22%;
  }
  #hpw-reason {
    text-align: left;
    margin-bottom: 50px;
  }
  #hpw-reason h2 {
    font-size: max(4.0vw,24px);
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #hpw-reason h2 i {
    display: block;
  }
  #hpw-reason h3 {
    font-size: max(3.2vw,22px);
    margin-bottom: 8px;
  }
  #hpw-reason p {
    font-size: max(2.1vw,16px);
  }
  #hpw-reason p br {
    display: none;
  }
  #hpw-reason span {
    font-size: max(1.9vw,14px);
    margin: 8px 0 32px;
    margin-left: 1.2em;
    text-indent: -1.2em;
  }
  #hpw-pickup {
    margin-bottom: 70px;
    padding: 5%;
    text-align: left;
  }
  #hpw-pickup h2 {
    font-size: max(3.2vw,22px);
    line-height: 1.2;
  }
  #hpw-pickup h2 i {
    display: block;
  }
  #hpw-pickup p {
    font-size: max(2.1vw,16px);
  }
  #hpw-pickup p br {
    display: none;
  }
  #hpw-pickup ul {
    width: 100%;
  }
  #hpw-pickup ul li div {
    width: 48%;
  }
  #hpw-pickup ul li div:first-child {
    width: 48%;
  }
  #hpw-pickup ul li img {
    height: auto;
    width: 100%;
  }
  #hpw-pickup ul li h3 {
    font-size: max(2.8vw,20px);
  }
  #hpw-pickup ul li p {
    line-height: 1.6;
  }
  #hpw-desktop_cont {
    padding: 35px 0;
  }
  #hpw-mobile_cont {
    padding: 50px 0 70px;
  }
  .hpw-item_ttl {
    padding: 35px 0;
  }
  .hpw-item_ttl h2 {
    font-size: max(4.0vw,24px);
    width: 90%;
  }
  .hpw-item_col2 {
    width: 90%;
  }
  #hpw-desktop_cont .hpw-item_col2 {
    margin-bottom: 40px;
  }
  .hpw-item_col2 .fL {
    float: none;
    width: 100%;
  }
  .hpw-item_col2 .fR {
    float: none;
    width: 100%;
  }
  #hpw-mobile_cont .hpw-item_col2 .fL {
    padding-top: 0;
  }
  .hpw-item_col2 .fR i {
    display: block;
    margin: 60px auto 0;
    width: 97%;
  }
  .hpw-item_col2 h3 {
    font-size: max(4.0vw,24px);
    letter-spacing: normal;
  }
  .hpw-item_col2 p {
    font-size: max(2.1vw,16px);
  }
  .hpw-item_col3 {
    display: block;
    width: 90%;
  }
  .hpw-item_col3 div {
    width: 100%;
  }
  .hpw-item_col3 h3 {
    font-size: max(3.2vw,22px);
  }
  .hpw-item_col3 h3 i {
    display: block;
  }
  .hpw-item_col3 p {
    font-size: max(2.1vw,16px);
    margin-bottom: 50px;
  }
  #hpw-anyware {
    padding: 80px 0;
    text-align: left;
  }
  #hpw-anyware h2 {
    margin: 0 auto 40px;
    text-align: center;
    width: 60%;
  }
  #hpw-anyware h2 img {
    height: auto;
    width: 100%;
    max-width: 350px;
  }
  #hpw-anyware p {
    font-size: max(2.1vw,16px);
    margin: 0 auto 40px;
    width: 90%;
  }
  #hpw-anyware p br {
    display: none;
  }
  #hpw-anyware_about {
    margin: 30px auto 0;
    padding: 5%;
    width: 90%;
  }
  #hpw-anyware_about div {
    display: block;
  }
  #hpw-anyware_about div h3 {
    font-size: max(2.1vw,16px);
    padding: 0 0 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  #hpw-anyware_about div p {
    border-left: none;
    font-size: max(2.1vw,16px);
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #hpw-anyware_about div p br {
    display: block!important;
  }
  #hpw-etc {
    text-align: left;
    padding: 50px 0 330px;
    margin: 0 auto;
    width: 90%;
  }
  #hpw-etc h2 {
    font-size: max(4.0vw,24px);
  }
  #hpw-etc h2 br {
    display: none;
  }
  #hpw-etc ul {
    display: flex;
    margin: 0 auto;
    width: 100%;
  }
  #hpw-etc ul li {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 548px) {
  #hpw-nav li a img {
    width: 72%;
  }
  #hpw-nav li a::after{
    width: 18px;
    height: 14px;
    top: 45%;
    right: 19%;
  }
  .hpw-item_col2 p br {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  #hpw-nav li a img {
    width: 82%;
  }
  #hpw-nav li a::after{
      width: 16px;
      height: 12px;
      top: 45%;
      right: 9%;
  }
  #hpw-pickup ul li div {
    float: none!important;
    width: 100%!important;
  }
  #hpw-pickup ul li h3 {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 360px) {
  #hpw-nav li a {
    padding-left: 8%;
  }
  #hpw-nav li a img {
    width: 92%;
  }
  #hpw-nav li a::after{
      width: 18px;
      height: 12px;
      top: 45%;
      right: 4%;
  }
  #hpw-reason h2 i {
    display: inline;
  }
}
/*--------------------------------------------------------

お問い合わせはこちら START

--------------------------------------------------------*/
#hpw-foot {
  background:rgba(104,195,214,0.8);
  height: 120px;
  width: 100%;
  position: fixed;
  bottom: 0;
}
#hpw-foot_btn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 994px;
}
#hpw-foot_btn div {
  text-align: center;
  width: 496px;
}
#hpw-foot_btn img {
	vertical-align: bottom;
}
#hpw-foot_btn p {
  padding: 16px 0 8px;
}
#hpw-foot_btn a {
  display: inline-block;
}
#hpw-foot_btn a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
@media only screen and (max-width: 1100px) {
  #hpw-foot_btn {
    width: 96%;
  }
  #hpw-foot_btn div {
    width: 49%;
  }
}
/* /////////// SP版 お問い合わせはこちら START /////////// */
@media only screen and (max-width: 821px) {
  #hpw-foot {
    height: 224px;
  }
  #hpw-foot_btn {
    display: block;
    width: 90%;
  }
  #hpw-foot_btn div {
    text-align: center;
    width: 100%;
  }
  #hpw-foot_btn div:first-child{
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
  }
  #hpw-foot_btn p {
    padding: 12px 0 6px;
  }
  #hpw-foot_btn p img {
    height: auto;
    width: 100%;
    max-width: 257px;
  }
  #hpw-foot_btn a img {
    height: auto;
    width: 100%;
    max-width: 360px;
  }
}