@charset "UTF-8";

body{
  font-family:"游ゴシック",'Noto Serif JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',
  'メイリオ', 'Meiryo','ＭＳゴシック',sans-serif;
  color: #222222;
  font-size: 20px;
  letter-spacing: 0.14em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ecc8c0;
}

.back-w{
  background-color: #fff;
  margin: 7px 10px;
}

h1{
  font-size: 38px;
  color: #9b8d9c;
  text-align: left;
}

img{
  height: 65px;
  padding: 0px 20px 0 20px;
}

.concept-inner{
  padding: 80px 280px 200px 280px;
  text-align: center;
}

.summary{
  margin: 70px auto;
  display: inline-block;
  text-align: left;
  position: relative;
}

.summary span{
  font-size: 24px;
  color: #ecc8c0;
}

.sp-only{
  display: none;
}

.point{
  margin-top: 30px;
  text-align: center;
}

ul.point-list {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0 100px 0 100px;
}

li{
  width: 300px;
  height: 300px;
  background-image: url("../images/news back image.jpg");
  background-size: cover;
  background-position: left;
  border-radius: 300%;
  line-height: 300px;
}

.circle-text {
  text-align: center;
  background-image: linear-gradient(to right, #ecc8c0,#fdcbcb);
	background-repeat: no-repeat;
	background-size: 62% 2%;
  background-position: center;
  background-position-y: 164px;
}

.point-list span {
  margin: auto;
}

.point-p {
  display: inline-block;
  margin-top: 80px;
  font-size: 18px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.1em;
}

.point-p span{
  color: #ecc8c0;
}

a.re-home {
  background-color: #ecc8c0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 60px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 15%;
  line-height: 70px;
}

a.re-home:hover{
  color: #9b8d9c;
}

@media screen and (max-width:768px){

body{
  font-size: 17px;
  letter-spacing: 0.13em;
  line-height: 1.5;
}


h1{
  text-align: center;
  border-bottom: 1px solid;
  padding: 30px;
  font-size: 30px;
}

img{
  height: 50px;
  padding: 0px 7px 0 7px;
}

.concept-inner {
  padding: 30px 20px 100px 20px;
  text-align: center;
}

.back-w{
  margin: 7px 7px;
}

.summary{
  margin: 55px 15px;
  text-align: center;
}

.summary span{
  font-size: 20px;
}

br.sp-only {
    display: block;
}

ul.point-list {
  padding: 0 60px 0 60px;
}

li{
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 200%;
  line-height: 200px;
}

.circle-text {
  background-position-y: 115px;
}

.point-list span{
  margin: auto;
  height: 80px;
  display: flex;
  position: relative;
  align-items: center;
}

.point-p {
  margin: 55px 15px;
  text-align: center;
}

a.re-home{
margin-top: 0px;
}
}
