@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.harassment {
  padding-bottom: 120px;
}
.harassment .maintitle {
  display: block;
  width: 837px;
  height: 261px;
  background-image: url("../img/harassment/title.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 87px;
}
.harassment .top {
  position: relative;
}
.harassment .top__read {
  font-size: 14px;
  line-height: 229%;
}
.harassment .mainpolicy {
  padding-top: 54px;
}
.harassment .mainpolicy__list__item {
  margin-bottom: 37px;
}
.harassment .mainpolicy__list__item__title {
  font-size: 25px;
  line-height: 225%;
  color: #08007a;
  letter-spacing: 0.1em;
}
.harassment .mainpolicy__list__item__title::before {
  content: '';
  margin-right: 10px;
}
.harassment .mainpolicy__list__item:nth-child(1) .mainpolicy__list__item__title::before {
  display: block;
  width: 45px;
  height: 23px;
  background-image: url("../img/harassment/index01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.harassment .mainpolicy__list__item:nth-child(2) .mainpolicy__list__item__title::before {
  display: block;
  width: 49px;
  height: 23px;
  background-image: url("../img/harassment/index02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.harassment .mainpolicy__list__item:nth-child(3) .mainpolicy__list__item__title::before {
  display: block;
  width: 48px;
  height: 23px;
  background-image: url("../img/harassment/index03.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.harassment .mainpolicy__list__item:nth-child(4) .mainpolicy__list__item__title::before {
  display: block;
  width: 49px;
  height: 24px;
  background-image: url("../img/harassment/index04.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.harassment .mainpolicy__list__item__read {
  font-size: 14px;
  line-height: 229%;
  margin-top: -4px;
}
.harassment .mainpolicy__list__item__list {
  width: 100%;
  background-color: white;
  margin-top: 20px;
  padding: 45px 60px 40px;
}
.harassment .mainpolicy__list__item__list__item {
  margin-bottom: 55px;
}
.harassment .mainpolicy__list__item__list__item:last-of-type {
  margin-bottom: 0;
}
.harassment .mainpolicy__list__item__list__item__title {
  display: block;
  font-size: 18px;
  line-height: 166%;
  color: #08007a;
  letter-spacing: 0.1em;
  padding-left: 3em;
  text-indent: -3em;
}
.harassment .mainpolicy__list__item__list__item__read {
  font-size: 14px;
  line-height: 229%;
  margin-top: 10px;
}
.harassment .mainpolicy__list__item__list__item ul {
  margin-top: 4px;
}
.harassment .mainpolicy__list__item__list__item ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.harassment .mainpolicy__list__item__list__item ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #08007a;
  position: absolute;
  left: 6px;
  top: 6px;
}
.harassment .mainpolicy__list__item.item4 .mainpolicy__list__item__list__item {
  margin-bottom: 20px;
}
.harassment .contact {
  width: 100%;
  border: 10px solid white;
  margin-top: 77px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.harassment .contact__title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.harassment .contact__read {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.harassment .contact__info {
  width: 500px;
  margin: 30px auto 0;
}
.harassment .contact__info__name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.harassment .contact__info dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.harassment .contact__info dl dt {
  min-width: 40px;
}
.harassment .notice {
  width: 100%;
  text-align: right;
  margin-top: 8px;
}
