@charset "UTF-8";
/* CSS Document */

body {
  min-width: 1200px;
}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  position: relative;
  width: 100%;
  height: 640px;
  background: url(../img/person1/pic_main.jpg) no-repeat top center;
  background-size: cover;
}
#main .block {
  position: absolute;
  bottom: 40px;
  left: 260px;
}
#main .tag {
  display: inline-block;
  background: #fd7176;
  padding: 12px 21px;
  margin-bottom: 14px;
}
#main .tag p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#main h1 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
#main p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.person1 #main {
  background: url(../img/person1/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person2 #main {
  background: url(../img/person2/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person3 #main {
  background: url(../img/person3/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person4 #main {
  background: url(../img/person4/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person5 #main {
  background: url(../img/person5/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person6 #main {
  background: url(../img/person6/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person7 #main {
  background: url(../img/person7/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person8 #main {
  background: url(../img/person8/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person9 #main {
  background: url(../img/person9/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person10 #main {
  background: url(../img/person10/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person11 #main {
  background: url(../img/person11/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person12 #main {
  background: url(../img/person12/pic_main.jpg) no-repeat;
  background-size: cover;
}
.person1 #main .tag,
.person2 #main .tag,
.person3 #main .tag,
.person4 #main .tag,
.person5 #main .tag {
  background: #036599;
}

/* ---------------------------------------------------------
.profile-area
----------------------------------------------------------*/
.profile-area {
  background: #f6f6f6;
}
.profile-area .block {
  width: 974px;
  padding: 41px 0 36px 0;
  margin: 0 auto;
}
.profile-area .block .ttl {
  font-family: 'Open Sans',sans-serif;
  color: #e6132d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 11px;
}
.profile-area .block p {
  color: #222222;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 .inner {
  width: 1200px;
  padding: 80px 0 95px 0;
  margin: 0 auto;
}
#sec1 .box {
  display: flex;
  justify-content: space-between;
}
#sec1 .box:first-of-type {
  flex-direction : row-reverse;
}
#sec1 .box:nth-of-type(2) {
  margin: 100px 0 92px 0;
}
#sec1 .box .txt-block {
  width: 540px;
}
#sec1 .txt-block h2 {
  color: #e6132d;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
#sec1 .txt-block p {
  font-size: 16px;
  line-height: 2;
  color: #222222;
  letter-spacing: 0.05em;
}
#sec1 .txt-block:nth-of-type(3) {
  width: 980px;
  margin: 0 auto;
}
#sec1 .txt-block:nth-of-type(3) h2 {
  text-align: center;
}
/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
  background: #eeeeee;
  padding: 80px 0 27px;
}
#sec2 h3 {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 37px;
}
#sec2 .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto;
}
#sec2 .caution {
	width: 980px;
	margin: 36px auto 0;
}
#sec2 dl {
  width: 310px;
}
#sec2 dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
#sec2 dt::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  margin: 0 20px 0 -41px;
}
#sec2 dt span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  margin-left: 10px;
}
#sec2 dd {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}
#sec2 .left-block dd:last-child,
#sec2 .right-block dd:last-child {
  margin-bottom: 0;
}
#sec2 .left-block dl,
#sec2 .right-block dl {
  position: relative;
  background: url(../img/bg_pen_01.svg) no-repeat left bottom;
  background-size: 25px auto;
}
#sec2 .left-block dl {
  padding: 7px 0 19px 45px;
}
#sec2 .right-block dl {
  background-image: url(../img/bg_pen_02.svg);
  padding: 30px 0 39px 45px;
}
#sec2 .right-block dl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid #eee;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
/* ---------------------------------------------------------
.other
----------------------------------------------------------*/
.other {
  position: relative;
  padding: 80px 0 75px 0;
}
.other .wrapper {
  width: 1020px;
  margin: 0 auto;
}
.other .wrapper a {
  display: block;
  margin: 0 20px;
}
.other .wrapper .block .pic {
  margin-bottom: 11px;
}
.other .wrapper .block p {
  font-size: 16px;
  line-height: 1.6;
}
.other .arrow-prev,
.other .arrow-next {
  position: absolute;
  top: 163px;
  left: 50%;
  margin-left: -565px;
  cursor: pointer;
  transition: opacity .3s;
}
.other .arrow-prev:hover,
.other .arrow-next:hover {
  opacity: .7;
}
.other .arrow-prev img,
.other .arrow-next img {
  width: 50px;
  height: 50px;
}
.other .arrow-next {
  margin-left: 516px;
}
/* ---------------------------------------------------------
#recommend
----------------------------------------------------------*/
#recommend {
  padding-bottom: 40px;
}
#recommend .wrapper {
  flex-wrap: wrap;
}
#recommend .wrapper a {
  margin-bottom: 40px;
}

@media screen and (max-width:750px) {
  
  body {
    min-width: 100%;
  }

  /* ---------------------------------------------------------
  #main
  ----------------------------------------------------------*/
  #main {
    position: relative;
    width: 100%;
    height: 161vw;
    background: url(../img/person1/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  #main .block {
    position: absolute;
    bottom: 30px;
    left: 4vw;
  }
  #main .tag {
    padding: 12px 15px;
    margin-bottom: 14px;
  }
  #main .tag p {
    font-size: 17px;
    line-height: 1;
  }
  #main h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  #main p {
    font-size: 17px;
    line-height: 1.5;
  }
  .person1 #main {
    background: url(../img/person1/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person2 #main {
    background: url(../img/person2/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person3 #main {
    background: url(../img/person3/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person4 #main {
    background: url(../img/person4/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person5 #main {
    background: url(../img/person5/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person6 #main {
    background: url(../img/person6/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person7 #main {
    background: url(../img/person7/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person8 #main {
    background: url(../img/person8/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person9 #main {
    background: url(../img/person9/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person10 #main {
    background: url(../img/person10/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person11 #main {
    background: url(../img/person11/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }
  .person12 #main {
    background: url(../img/person12/pic_main_sp.jpg) no-repeat;
    background-size: cover;
  }

  
  
   /* ---------------------------------------------------------
  .profile-area
  ----------------------------------------------------------*/
  .profile-area {
    background: #eee;
  }
  .profile-area .block {
    width: auto;
    padding: 30px 4vw 24px;
    margin: 0 auto;
  }
  .profile-area .block .ttl {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .profile-area .block p {
    font-size: 15px;
    line-height: 1.7;
  }
  /* ---------------------------------------------------------
  #sec1
  ----------------------------------------------------------*/
  #sec1 .inner {
    width: auto;
    padding: 0;
  }
  #sec1 .box {
    display: block;
  }
  #sec1 .box .pic img {
    width: 100%;
    height: auto;
  }
  #sec1 .box:nth-of-type(2) {
    margin: 0;
  }
  #sec1 .box .txt-block {
    width: auto;
    padding: 47px 4vw;
  }
  #sec1 .txt-block h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  #sec1 .txt-block p {
    font-size: 16px;
    line-height: 1.7;
  }
  #sec1 .txt-block:nth-of-type(3) {
    width: auto;
    padding: 47px 4vw;
  }
  #sec1 .txt-block:nth-of-type(3) h2 {
    text-align: left;
  }
  /* ---------------------------------------------------------
  #sec2
  ----------------------------------------------------------*/
  #sec2 .pc {
    display: none;
  }
  #sec2 {
    background: #eeeeee;
    padding: 50px 8vw 32px;
  }
  #sec2 h3 {
    font-size: 20px;
    margin-bottom: 33px;
  }
  #sec2 .wrapper {
    display: block;
    width: 100%;
    background: url(../img/bg_pen_02.svg) no-repeat left bottom;
    background-size: 22px;
  }
	#sec2 .caution {
		width: 100%;
		margin: 18px auto 0;
	}
  #sec2 dl {
    width: auto;
  }
  #sec2 .left-block dl,
  #sec2 .right-block dl {
    background: none;
  }
  #sec2 .right-block dl::before {
    content: none;
  }
  #sec2 .left-block dl {
    padding: 9px 0 21px 45px;
  }
  #sec2 .right-block dl {
    padding: 0 0 30px 45px;
  }
  #sec2 dl dt {
    font-size: 17px;
    margin-bottom: 7px;
  }
  #sec2 dl dt::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin-left: -41px;
    margin-right: 20px;
  }
  #sec2 dl dt span {
    display: inline-block;
    font-size: 15px;
    padding: 3px 10px;
  }
  #sec2 dl dd {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 21px;
  }
  
/* ---------------------------------------------------------
.other
----------------------------------------------------------*/
  .other {
    padding: 50px 0 43px;
  }
  .other .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .other .wrapper a {
    margin: 0 2.6vw;
  }
  .other .wrapper .block .pic {
    width: 60vw;
    margin-bottom: 7px;
  }
  .other .wrapper .block .pic img {
    width: 100%;
    height: auto;
  }
  .other .wrapper .block p {
    font-size: 15px;
  }
  .other .arrow-prev,
  .other .arrow-next {
    display: none !important;
  }

  /* ---------------------------------------------------------
  #recommend
  ----------------------------------------------------------*/
  #recommend {
    padding: 0 4vw 5vw;
  }
  #recommend .wrapper .block {
    margin-bottom: 8vw;
  }
}


@media screen and (max-width:320px) {
  
  .person1 #main h1 br,
  #sec1 h2 br {
    display: none;
  }
  
}
