@charset "utf-8";

/*===============================================
	title
===============================================*/

main {
	background: url("../images/salesmedia/bg.svg") no-repeat;
	background-size: 1200px auto;
	background-position: center top;
}

#title {
	position: relative;
	margin-bottom: 80px;
	padding:90px 0 0;
}
#title h2 {
	margin-bottom: 240px;
	color: #FFF;
}
#title h2 span {
	color:#FFF;
}
#title .mainImg {
	position: absolute;
	top:15px;
	right: 0;
	width:260px;
}

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

main {
	background-size: 900px;
	background-position: 60% 0;
}
#title {
	margin-bottom: 70px;
	padding:70px 0 0;
}
#title h2 {
	margin-bottom: 100px;
	color: #FFF;
}
#title .mainTxt {
	width:60%;
	padding-top: 30px;
	font-size:0.9rem;
}

#title .mainImg {
	width:40%;
}
}
@media screen and (max-width:500px){
main {
	background-size: 900px;
	background-position: 70% 0;
}
#title h2 {
	margin-bottom: 130px;
}
#title .mainTxt {
	width:auto;
	padding-top:0;
}
#title .mainImg {
	right: -10px;
}
}
@media screen and (max-width:400px){
main {
	background-size: 800px;
	background-position: 75% 0;
}
#title h2 {
	margin-bottom: 100px;
}
#title .mainImg {
	right: -30px;
}	
}
@media screen and (max-width:375px){
#title h2 {
	margin-bottom: 90px;
}
	
}


/*===============================================
	advertisement
===============================================*/

#advertisement {
	max-width: 900px;
	margin: 0 auto 180px;
}
#advertisement h3 {
	margin: 0 0 25px;
	padding: 0 0 0 10px;
	font-size: 1.6rem;
	font-weight: 500;
	border-left: 5px solid var(--main-bg);
}
#advertisement .mainTxt {
	margin-bottom: 65px;
	font-size:0.9rem;
	line-height: 1.8;
}
#advertisement h4 {
	margin: 0 auto 20px;
	font-size:1.6rem;
	letter-spacing: .2rem;
	text-align: center;
}
#advertisement .list {
	max-width: 700px;
	margin: 0 auto;
}
#advertisement .list p {
	position: relative;
}
#advertisement .list p span {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color:#FFF;
	font-size:0.7rem;
	  text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
              -1px 1px 0 #333, 1px -1px 0 #333,
              0px 1px 0 #333,  0-1px 0 #333,
              -1px 0 0 #333, 1px 0 0 #333;
}
#advertisement .list p img {
	border-radius: 20px;
}
/*.list .slick-prev{
    transform: rotate(180deg);
}*/

.list .slick-prev::before{
    position:absolute;
    content: "";
    width:30px;
    height:30px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(225deg);
}

.list .slick-next::before{
    position:absolute;
    content: "";
    width:30px;
    height:30px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.list .slick-prev {
	top:50%;
    left: 25px;
}
.list .slick-next {
	top:50%;
    right: 30px;
}

.list .slick-prev,
.list .slick-next {
    z-index: 100;
}


@media screen and (max-width:900px){
#advertisement {
	margin: 0 5% 140px;
}
#advertisement .list p span {
	bottom: 5px;
	font-size:0.6rem;
}
}
/*===============================================
	strengths
===============================================*/
#strengths {
	position: relative;
	margin-bottom: 80px;
	padding:100px 0 30px;
	background-color: #fff2cc;
}

#strengths::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url('../images/salesmedia/bg_st.svg') repeat-x;
  background-color: #FFF;
}
#strengths .ic {
	width:260px;
	position: absolute;
	top:-80px;
    left: calc(50% - 130px);
}
#strengths h3 {
	margin: 0 auto 60px;
	font-size:1.6rem;
	text-align: center;
}
#strengths .strengths {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
#strengths .strengths .strength {
	position: relative;
	margin: 0 auto 60px;
	padding:60px 30px 30px;
	background-color: #FFF;
	border-radius: 8px;
	border:3px dashed #fff462;
}
#strengths .strengths .strength.all {
	width: calc(70% - 66px);
}
#strengths .strengths .strength.harf {
	width: calc(47% - 66px);
}
#strengths .strengths .strength .no {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width:70px;
	height:70px;
}
#strengths .strengths .strength dl dt{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 25px;
	text-align: center;

}
#strengths .strengths .strength dl dt > span {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  background: linear-gradient(transparent 60%, #ffff00 30%);
  color: var(--main-bg);
}

#strengths .strengths .strength dl dt::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#strengths .strengths .strength dl dd {
	line-height: 1.8;
}
#strengths .strengths .strength .note {
	margin-top: 15px;
	font-size:0.8rem;
	line-height: 1.6;
}

@media screen and (max-width:900px){
#strengths {
	margin-bottom: 50px;
	padding:100px 0 5px;
}
#strengths::before {
	background-size:cover;
}
#strengths .ic {
	width:230px;
	top:-50px;
    left: calc(50% - 115px);
}
#strengths h3 {
	font-size:1.4rem;
}
#strengths .strengths {
	margin: 0 5%;
	display: block;
}

#strengths .strengths .strength {
	padding:60px 20px 30px;
}
#strengths .strengths .strength.all {
	width: calc(100% - 46px);
}
#strengths .strengths .strength.harf {
	width: calc(100% - 46px);
}
#strengths .strengths .strength dl dt > span {
  font-size: 1.2rem;
}
}

/*===============================================
	outline
===============================================*/
#outline {
	max-width: 800px;
	margin: 0 auto 80px;
}
#outline h3 {
	margin: 0 auto 50px;
	font-size:1.6rem;
	text-align: center;
}
#outline .reference {
	max-width:calc(800px - 80px);
	margin: 0 auto 50px;
	padding:20px 40px;
	border:1px solid #c1c1c1;
	border-radius: 20px;
	box-shadow: 3px 3px 7px 0px rgba(125, 125, 125, 0.4);
}
#outline .reference h4 {
	margin-bottom: 25px;
	padding-bottom:10px;
	font-size:1.4rem;
	text-align: center;
	border-bottom: 1px solid #000;
}
#outline .reference h4::before {
	content: "オススメ";
	margin-right: 5px;
	padding:1px 10px;
	color:#FFFF00;
	font-size:0.7rem;
	background-color: #ff1d25;
	border-radius: 20px;
}
#outline .reference .wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
#outline .reference .wrapper .img {
	width:53%;
}
#outline .reference .wrapper .summary {
	width:47%;
}
#outline .reference .wrapper .summary .txt {
	margin-bottom: 25px;
	font-size: 0.9rem;
	line-height: 1.6;
}
#outline .reference .wrapper .summary dl {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	font-size: 0.9rem;
}
#outline .reference .wrapper .summary dt {
	width:43%;
	margin-bottom: 5px;
	padding:4px 0;
	color: #FFF;
	text-align: center;
	background-color: var(--main-bg);
}
#outline .reference .wrapper .summary dd {
	width:52%;
	margin-bottom: 5px;
	padding:4px 0;
}
#outline .note {
	margin-bottom: 70px;
	padding: 30px;
	background-color: #e5f4fa;
}
#outline .note h5 {
	margin-bottom: 10px;
}
#outline .note ul li {
	position: relative;
	margin-left: 15px;
	font-size:0.8rem;
	line-height: 1.6;
}
#outline .note ul li::before {
	position: absolute;
	top:0;
	left: -15px;
	content: "※";
}
#outline .endTxt {
	font-size:1.2rem;
	line-height: 1.8;
	text-align: center;
}

@media screen and (max-width:900px){
#outline {
	margin: 0 5% 60px;
}
#outline h3 {
	margin: 0 auto 30px;
	font-size:1.4rem;
}
#outline .reference {
	max-width:calc(800px - 40px);
	margin: 0 auto 40px;
	padding:20px 20px;
	border-radius: 10px;
}
#outline .reference .wrapper .img {
	width:100%;
}
#outline .reference .wrapper .summary {
	width:100%;
}
#outline .note {
	margin-bottom: 50px;
	padding: 25px;
}
#outline .endTxt {
	font-size:1.1rem;
	text-align: left;
}
}