@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 {
  width: 83.467vw;
  height: 26.667vw;
  background-image: url("../img/harassment/sp_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 80px;
}
.harassment .maintitle a {
  display: block;
  width: 100%;
  height: 100%;
}
.harassment .top {
  position: relative;
}
.harassment .top__read {
  font-size: 24px;
  line-height: 187.5%;
}
.harassment .mainpolicy {
  padding-top: 100px;
}
.harassment .mainpolicy__list__item {
  margin-bottom: 64px;
}
.harassment .mainpolicy__list__item__title {
  font-size: 32px;
  line-height: 144%;
  color: #08007a;
  letter-spacing: 0.2em;
}
.harassment .mainpolicy__list__item__title::before {
  content: '';
  margin-right: 10px;
}
.harassment .mainpolicy__list__item:nth-child(1) .mainpolicy__list__item__title::before {
  width: 7.2vw;
  height: 3.68vw;
  background-image: url("../img/harassment/index01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.harassment .mainpolicy__list__item:nth-child(1) .mainpolicy__list__item__title::before a {
  display: block;
  width: 100%;
  height: 100%;
}
.harassment .mainpolicy__list__item:nth-child(2) .mainpolicy__list__item__title::before {
  width: 7.84vw;
  height: 3.68vw;
  background-image: url("../img/harassment/index02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.harassment .mainpolicy__list__item:nth-child(2) .mainpolicy__list__item__title::before a {
  display: block;
  width: 100%;
  height: 100%;
}
.harassment .mainpolicy__list__item:nth-child(3) .mainpolicy__list__item__title::before {
  width: 7.68vw;
  height: 3.68vw;
  background-image: url("../img/harassment/index03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.harassment .mainpolicy__list__item:nth-child(3) .mainpolicy__list__item__title::before a {
  display: block;
  width: 100%;
  height: 100%;
}
.harassment .mainpolicy__list__item:nth-child(4) .mainpolicy__list__item__title::before {
  width: 7.84vw;
  height: 3.84vw;
  background-image: url("../img/harassment/index04.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.harassment .mainpolicy__list__item:nth-child(4) .mainpolicy__list__item__title::before a {
  display: block;
  width: 100%;
  height: 100%;
}
.harassment .mainpolicy__list__item__read {
  font-size: 24px;
  line-height: 187.5%;
  letter-spacing: 0.05em;
  margin-top: 14px;
}
.harassment .mainpolicy__list__item__list {
  width: 100%;
  background-color: white;
  margin-top: 32px;
  padding: 45px 30px 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: 32px;
  line-height: 166%;
  color: #08007a;
  letter-spacing: 0.1em;
  padding-left: 3em;
  text-indent: -2em;
}
.harassment .mainpolicy__list__item__list__item__read {
  font-size: 24px;
  line-height: 187.5%;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
.harassment .mainpolicy__list__item__list__item ul {
  margin-top: 16px;
}
.harassment .mainpolicy__list__item__list__item ul li {
  position: relative;
  letter-spacing: 0.08em;
  padding-left: 24px;
  margin-bottom: 8px;
}
.harassment .mainpolicy__list__item__list__item ul li:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #08007a;
  position: absolute;
  left: 0px;
  top: 6px;
}
.harassment .mainpolicy__list__item.item4 .mainpolicy__list__item__list {
  padding-left: 10px;
}
.harassment .mainpolicy__list__item.item4 .mainpolicy__list__item__list__item {
  margin-bottom: 40px;
}
.harassment .mainpolicy__list__item.item4 .mainpolicy__list__item__list__item:last-of-type {
  margin-bottom: 0;
}
.harassment .contact {
  width: 100%;
  border: 10px solid white;
  margin-top: 77px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.harassment .contact__title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.harassment .contact__read {
  font-size: 24px;
  line-height: 187.5%;
  padding: 0 20px;
  margin-top: 24px;
}
.harassment .contact__info {
  width: 540px;
  margin: 24px auto 0;
}
.harassment .contact__info__name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.harassment .contact__info dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.harassment .contact__info dl dt {
  min-width: 70px;
}
.harassment .notice {
  width: 100%;
  text-align: right;
  margin-top: 8px;
}
