@charset "UTF-8";

/* ------------------------------------------------------------------------------------------ */
/* Top Service */
/* ------------------------------------------------------------------------------------------ */
/*---------- mv ----------*/
#service .mv {
  height: 450px;
  background: #d9261f url("../images/mv.jpg") bottom left no-repeat;
  background-size: 55%; 
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#service .mv:before {
  content: "";
  background-color: #d9261f;
  width: 105%;
  height: 200%;
  position: absolute;
  right: -55%;
  top: -60%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
#service .mv .mvTextArea {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#service .mv .mvText {
  height: 450px;
  padding: 50px 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
#service .mv .mvText p {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
#service .mv .mvText p span {
  font-size: 18px;
  font-weight: bold;
}

/*---------- h2 ----------*/
#service h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  display: block;
  padding-right: 30px;
}
#service h2::after {
  display: none;
}
#service h2 span {
  color: #d9261f;
  font-size: 36px;
  position: relative;
}
#service h2 span::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  content: "";
  bottom: 5px;
  left: 0;
  background: #d9261f;
}

/*---------- coaService ----------*/
#service .girl {
  background: url("../images/girl.png") top 70px right 25px no-repeat;
}

#service .coaService {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 60px;
}
#service .coaService section {
  width: 49%;
  max-width: 520px;
  padding: 40px 30px 100px 23%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#service .coaService .coaService_ads {
  background: #fff url("../images/topService_ads.jpg") top left no-repeat;
  background-size: contain;
  position: relative;
}
#service .coaService .coaService_lp {
  background: #fff url("../images/topService_lp.jpg") top left no-repeat;
  background-size: contain;
}
#service .coaService section p {
  font-size: 14px;
}
#service .coaService .serviceBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
}
#service .coaService .serviceBtn a {
  display: block;
  width: 90%;
  max-width: 300px;
  height: 50px;
  background: #fff;
  border: 2px solid #d9261f;
  border-radius: 25px;
  color: #d9261f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#service .coaService .serviceBtn a:hover {
  color: #fff;
  background: #d9261f;
}
#service .coaService .serviceBtn a::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: #d9261f;
  border-radius: 20px;
  position: absolute;
  top: 4px;
  right: -20px;
}
#service .coaService .serviceBtn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 5px;
}

/*---------- media ----------*/
#media .media_innder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
#media .mediaText {
  width: 39%;
  padding-right: 30px;
}
#media .mediaList {
  width: 61%;
  max-width: 660px;
}
#media .mediaList ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}
#media .mediaList ul li {
  width: 18%;
  border: 1px solid #ddd;
  margin-right: 2.5%;
  margin-bottom: 15px;
}
#media .mediaList ul li:nth-child(5) {
  margin-right: 0;
}

/*---------- select ----------*/
#select .title {
  height: 450px;
  background: #d9261f url("../images/topSelect.jpg") top 0 right 0 no-repeat;
  background-size: contain;
}
#select .select_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: -225px;
}
#select .select_inner section {
  width: 49%;
  max-width: 520px;
  margin-top: 30px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
}
#select .select_inner section:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 30%;
  top: -10%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
#select .select_inner section.select01 {
  background: #fff url("../images/select_01.jpg") top 0 left -25% no-repeat;
  background-size: contain;
}
#select .select_inner section.select02 {
  background: #fff url("../images/select_02.jpg") top 0 left -38% no-repeat;
  background-size: contain;
}
#select .select_inner section.select03 {
  background: #fff url("../images/select_03.jpg") top 0 left -30% no-repeat;
  background-size: contain;
}
#select .select_inner section.select04 {
  background: #fff url("../images/select_04.jpg") top 0 left -40% no-repeat;
  background-size: contain;
}
#select .select_inner section .select_txtBox {
  transform: rotate(0deg);
  padding: 30px 0 30px 34%;
  z-index: 1;
}
#select .select_inner section h3 {
  font-weight: normal;
  border-bottom: 1px dotted #d9261f;
  margin-bottom: 20px;
  padding: 0 10px 15px 30px;
}
#select .select_inner section p {
  font-size: 14px;
  padding: 0 50px 0 30px;
}


/* ------------------------------------------------------------------------------------------ */
/* ads */
/* ------------------------------------------------------------------------------------------ */
/*---------- adsHead ----------*/
#adsHead .title {
  height: 300px;
  background: #d9261f url("../images/mv_ads.png") top 0 right 0 no-repeat;
  color: #fff;
}
#adsHead .title .contentWrap {
  padding: 40px 15px 0;
}
#adsHead .title p {
  font-size: 14px;
}
#adsHead .adsIntro {
  padding-bottom: 0;
}
#adsHead .adsIntro p {
  text-align: center;
}
#adsHead .adsIntro p.txtS {
  font-size: 11px;
  margin-top: 10px;
}

/*---------- qa ----------*/
#qa .qaList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#qa .qaList section {
  width: 32%;
  max-width: 340px;
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#qa .qaList section .qaTtl {
  text-align: center;
  margin-bottom: 15px;
}
#qa .qaList section .qaTtl img {
  display: inline;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
#qa .qaList section h3 {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  text-align: left;
}
#qa .qaList section p {
  font-size: 14px;
}
#qa .qaList section li {
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 5px 20px;
  position:relative;
}
#qa .qaList section li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c"; 
  color: #d9261f;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -20px;
}
#qa .qaTxt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
#qa .qaTxt span {
  position: relative;
}
#qa .qaTxt span::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  background: #d9261f;
}

/*---------- adList ----------*/
#adList table {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  border: none;
  border-spacing: 5px 10px;
  border-collapse: separate;
}
#adList table th,
#adList table td {
  background: #fff;
  padding: 20px 30px;
  border: none;
  vertical-align: middle;
}
#adList table th {
  width: 400px;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}
#adList table th span {
  font-size: 14px;
  font-weight: normal;
}
#adList table tr.first th {
  width: auto;
  background: #d9261f;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#adList table tr.first td {
  background: none;
}
#adList .notes {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 11px;
}
#adList .notes dt {
  width: 25px;
}
#adList .notes dd {
  width: calc( 100% - 25px);
}

/*---------- support ----------*/
#support table {
  width: 100%;
  max-width: 870px;
  margin: 20px auto 0;
  border: none;
  border-spacing: 5px 10px;
  border-collapse: separate;
}
#support table th,
#support table td {
  padding: 20px 30px;
  border: none;
  vertical-align: middle;
}
#support table th {
  background: #d9261f;
  width: 210px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}
#support table td {
  background: #fff;
}
#support table td span {
  font-size: 12px;
}


/* ------------------------------------------------------------------------------------------ */
/* lp */
/* ------------------------------------------------------------------------------------------ */
/*---------- lpHead ----------*/
#lpHead .title {
  height: 300px;
  background: #d9261f url("../images/mv_lp.png") top 0 right 0 no-repeat;
  color: #fff;
  position: relative;
}
#lpHead .title .contentWrap {
  padding: 40px 15px 0;
}
#lpHead .title p {
  font-size: 14px;
}

#lpHead .lpIntro {
  padding-bottom: 0;
}
#lpHead .lpIntro p {
  text-align: center;
}
#lpHead .lpIntro p.txtS {
  font-size: 11px;
  margin-top: 10px;
}
#lpHead .lpIntro .osusume {
  max-width: 860px;
  background: #fff;
  padding: 30px 30px 40px;
  margin: 50px auto 0;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#lpHead .lpIntro .osusume h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
#lpHead .lpIntro .osusume h2::after {
  display: none;
}
#lpHead .lpIntro .osusume ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto;
  list-style: none;
}
#lpHead .lpIntro .osusume ul li {
  width: 50%;
  max-width: 320px;
  padding: 0;
  padding-left: 42px;
  margin-top: 20px;
  border-bottom: 2px solid #d9261f;
  line-height: 1.2;
  position: relative;
}
#lpHead .lpIntro .osusume ul li::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 30px;
  height: 36px;
  background: url("../images/good.png") top 0 left 0 no-repeat;
  background-size: contain;
}
#lpHead .lpIntro .osusume ul li span {
  color: #d9261f;
  font-size: 24px;
}

/*---------- comparison ----------*/
#comparison .boy {
  background: url("../images/boy.png") top 37px right 35px no-repeat;
}
#comparison .comparison_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#comparison .comparison_inner section {
  width: 49%;
  max-width: 520px;
  padding: 30px 20px 30px 125px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#comparison .comparison_inner section.comparisonSp {
  background: #fff url("../images/comparison_sp.jpg") center left 0 no-repeat;
}
#comparison .comparison_inner section.comparisonPc {
  background: #fff url("../images/comparison_pc.jpg") center left 0 no-repeat;
}
#comparison .comparison_inner section h3 {
  margin-bottom: 15px;
}
#comparison .comparison_inner section p {
  font-size: 14px;
}
#comparison .comparison_inner section p.txtS {
  font-size: 11px;
}

/*---------- genre ----------*/
#genre .genre_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#genre .genre_inner section {
  width: 32%;
  max-width: 340px;
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#genre .genre_inner section .genreTtl {
  text-align: center;
  margin-bottom: 15px;
}
#genre .genre_inner section .genreTtl img {
  display: inline;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
#genre .genre_inner section h3 {
  display: inline;
  font-size: 16px;
  vertical-align: middle;
}
#genre .genre_inner section p {
  font-size: 14px;
}
#genre .genre_inner section.photograph {
  width: 100%;
  max-width: 100%;
  padding-right: 380px;
  margin-top: 30px;
  background: url("../images/photograph.png") top 0 right 0 no-repeat;
  background-size: auto 100%;
  position: relative;
}
#genre .genre_inner section.photograph .caption  {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

/*---------- price ----------*/
#price .price_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 870px;
  margin: 0 auto;
}
#price .price_inner table {
  width: 49%;
  max-width: 520px;
  border: none;
  border-spacing: 5px 10px;
  border-collapse: separate;
}
#price .price_inner table th,
#price .price_inner table td {
  padding: 20px 30px;
  border: none;
  line-height: 1;
  vertical-align: middle;
}
#price .price_inner table th {
  background: #d9261f;
  width: 180px;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
#price .price_inner table td {
  background: #fff;
  text-align: right;
}

#price dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto;
}
#price dl dt {
  width: 60px;
  color: #d9261f;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
#price dl dd {
  width: calc( 100% - 60px);
  border-left: 2px solid #d9261f;
  font-size: 14px;
  padding-left: 20px;
  margin-top: 20px;
}

#price .priceTarget {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#price .priceTarget section {
  width: 32%;
  max-width: 340px;
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#price .priceTarget section h3 {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
#price .priceTarget section .jobImg {
  background: #f6f6f6;
  height: 100px;
  text-align: center;
  margin-bottom: 20px;
}
#price .priceTarget section .jobImg img {
  display: inline;
  width: auto;
  max-width: 100%;
  padding: 15px 20px 0;
}
#price .priceTarget section p {
  font-size: 14px;
}


/* ------------------------------------------------------------------------------------------ */
/* company */
/* ------------------------------------------------------------------------------------------ */
/*---------- companyName ----------*/
#company .companyName p {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
#company .companyName p.txtS {
  font-size: 14px;
  margin: 30px 0;
}
#company .companyName .companyImg {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}

/*---------- mission ----------*/
#company .mission {
  max-width: 860px;
  background: #fff;
  border: 1px solid #d9261f;
  position: relative;
  text-align: center;
  padding: 60px 30px 30px;
  margin: 30px auto 0;
}
#company .mission h2 {
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#company .mission h2 span {
  background:  #d9261f;
  display: block;
  max-width: 480px;
  height: 60px;
  margin: 0 auto;
  padding: 16px 30px 0;
}
#company .mission h2 span::after {
  display: none;
}
#company .mission .txtL {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

/*---------- companyList ----------*/
#company .companyList dl {
  max-width: 860px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  padding: 20px 70px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
#company .companyList dl dt {
  width: 200px;
  padding: 30px 0;
  border-bottom: 2px solid #222;
}
#company .companyList dl dd {
  width: calc( 100% - 200px );
  padding: 30px 0;
  border-bottom: 2px solid #ddd;
}
#company .companyList dl dd span {
  font-size: 11px;
}
#company .companyList dl dt.last,
#company .companyList dl dd.last {
  border-bottom: none;
}

#company .lp_logo {
  width: 30px;
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}

#company .promotion {
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
}
#company .promotion p.ttl {
  width: 80px;
  font-size: 14px;
}
#company .promotion p.txt {
  width: calc( 100% - 80px );
  font-size: 14px;
}
#company .history {
  display: flex;
  flex-flow: row wrap;
}
#company .history p.ttl {
  width: 60px;
  font-size: 14px;
}
#company .history p.txt {
  width: calc( 100% - 60px );
  font-size: 14px;
}



/* ------------------------------------------------------------------------------------ */
/* privacypolicy */
/* ------------------------------------------------------------------------------------ */
#privacypolicy .privacypolicyList {
  max-width: 860px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  padding: 40px 70px;
  margin: 0 auto;
}
#privacypolicy .privacypolicyList li.list_l {
  list-style: none;
  border-bottom: 2px solid #ddd;
  padding: 30px 0;
}
#privacypolicy .privacypolicyList li.list_l:last-child {
  border-bottom: none;
}
#privacypolicy .privacypolicyList li.list_m {
  margin-left: 20px;
  padding-left: 10px;
  padding-top: 10px;
}
#privacypolicy .privacypolicyList li.list_s {
  list-style: lower-alpha;
  margin-left: 20px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
#privacypolicy .privacypolicyList h3 {
  font-size: 24px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
#privacypolicy .privacypolicyList h3::before {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #222;
  position: absolute;
  top: 14px;
  left: 0;
}
#privacypolicy .subWrap {
  border: 1px solid #ddd;
  padding: 20px;
}
#privacypolicy .subWrap p {
  font-size: 14px;
}

