@charset "UTF-8";
/*
	Filename: feature
	Version: 1.0.1
*/
/*-----------------------------------------------------
	sec#feature
------------------------------------------------------*/
.featureBg {
  background: #F5F9FC;
  overflow: hidden;
}
.inner {
  position: relative;
  padding: 80px 0;
}
.inner:first-of-type {
  padding-top: 0;
}
#feature .inner:last-of-type {
  padding-bottom: 0;
}
#feature .inner:nth-of-type(2)::before, #feature .inner:nth-of-type(6)::before {
  content: "";
  position: absolute;
	bottom: 0;
  left: -69px;
  width: 497px;
  height: 258px;
  background: url("../images/top/reasons_bg.png")no-repeat top left;
}
#feature .inner:nth-of-type(4)::before {
  content: "";
  position: absolute;
	bottom: 0;
  right: -69px;
  width: 497px;
  height: 258px;
  background: url("../images/top/reasons_bg.png")no-repeat top left;
}
.featureText {
  width: 11%;
}
#feature h2 {
  padding-bottom: 30px;
  border-bottom: 2px solid #65858E;
  font-family: 'Shippori Mincho', serif;
  font-size: 40px;
  font-weight: 800;
	writing-mode: vertical-rl;
}
#feature p.num {
  margin-top: 10px;
  font-family: 'Shippori Mincho', serif;
  font-size: 80px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  color: #A9C0C9;
}
.featurePhoto {
  width: 80%;
  padding-top: 80px;
}
#feature img {
  width: 100%;
  border-radius: 7px;
  box-shadow: 2px 3px 16px -6px rgba(0,0,0,0.6);
}
.featureBottom {
  margin-top: 50px;
}
.featureBottom p {
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  font-weight: 600;
}
.ex {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border: 2px solid #0E6EB8;
  text-align: center;
}
.kakko {
	position: relative;
  width: 60%;
  margin: 50px auto 0;
	padding: 25px;
  font-size: 25px;
  color: #E4682C;
  text-align: center;
}
.kakko::before, .kakko::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
.kakko::before {
	border-left: solid 2px #E4682C;
	border-top: solid 2px #E4682C;
	top: 0;
	left: 0;
}
.kakko::after {
	border-right: solid 2px #E4682C;
	border-bottom: solid 2px #E4682C;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 1080px) {
  .featureText {
    width: 14%;
  }
  #feature h2 {
    font-size: 30px;
  }
  #feature p.num {
    font-size: 60px;
  }
  .featurePhoto {
    width: 77%;
    padding-top: 40px;
  }
  .ex {
    padding: 20px;
  }
  .kakko {
    width: 80%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .featureText {
    width: 100%;
  }
  #feature h2 {
    writing-mode: horizontal-tb;
  }
  .featurePhoto {
    width: 100%;
    padding-top: 30px;
  }
  .featureBottom {
    margin-top: 50px;
  }
  .featureBottom p {
    font-size: 18px;
  }
  .kakko {
    font-size: 20px;
  }
}