@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "メイリオ", "Meiryo, Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color:#fff;
	color:#1a1a1a;
	font-size: 16px;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}


.fixedcontainer{
	width:1000px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}


#header {
	background-image: url(../img/header-back.jpg);
	background-repeat: repeat-x;
	height: 110px;
	width: 100%;
}

#header-inner {
	width:960px;
	margin:0 auto;
}

#header-left {
	width: 376px;
	float: left;
	position: relative;
	top: 32px;
}

#header-left img {
}

#header-left h1 {
	font-size: 10px;
  letter-spacing: 0.4px;
  font-weight: normal;
}

#header-middle {
	float: left;
	margin-left: 65px;
	position: relative;
	top: 37px;
}

#header-right {
	float: right;
	position: relative;
	top: 37px;
}
.main{
	background: url(../img/main_back.png) no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
  padding: 55px 0 60px;
}
#affiliate_content{
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
#affiliate_content .section{
  margin-bottom: 60px;
}
#affiliate_content h2{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: url(../img/title0_back.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  text-align: center;
  padding: 30px 0 50px;
  line-height: 1.6;
}
#affiliate_content h2 span{
  font-size: 24px;
  position: relative;
}
#affiliate_content h2 span:before{
  position: absolute;
  content: '';
  width: 22px;
  height: 29px;
  background: url(../img/title_mark1.png) no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  left: -30px;
}
#affiliate_content h2 span:after{
  position: absolute;
  content: '';
  width: 22px;
  height: 29px;
  background: url(../img/title_mark2.png) no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  right: -30px;
}
#affiliate_content h2 span b{
  font-size: 37px;
  color: #fbb03b;
}
#affiliate_content .nayami{
  position: relative;
  background: none;
}
#affiliate_content .nayami p{
  font-size: 22px;
  color: #da004c;
  font-weight: bold;
  text-decoration: underline;
}
#affiliate_content .nayami p span{
  color: #000;
}
#affiliate_content .nayami1{
  position: absolute;
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 3px;
}
#affiliate_content .nayami2{
  position: absolute;
  top: 332px;
  left: 192px;
}
#affiliate_content .nayami3{
  position: absolute;
  top: 344px;
  right: 180px;
}
#affiliate_content .nayami4{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 8px;
}
#affiliate_content h3{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: #333;
}

#affiliate_content .seed_concept{
  background: url(../img/seed_concept_back.png)  no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 50px;
}
#affiliate_content .seed_concept_in{
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 70px;
}
#affiliate_content .seed_concept h3{
  padding: 16px 0 16px 244px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  background: url(../img/seed_title_back.png) no-repeat;
  background-size: contain;
  background-position: left;
}
#affiliate_content .seed_concept_img{
  width: 176px;
}

#affiliate_content .seed_concept_content{
  width: 728px;
}
#affiliate_content .seed_concept_ttl{
  font-size: 22px;
  font-weight: 800;
  color: #da004c;
  line-height: 1.5;
  margin-bottom: 10px;
}
#affiliate_content .seed_concept_txt{
  font-size: 18px;
  line-height: 1.5;
}
#affiliate_content .point h3{
  margin-top: -30px;
  padding: 16px 0 16px 312px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  background: url(../img/point_back.png) no-repeat;
  background-size: contain;
  background-position: right;
}
#affiliate_content .point_in{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 50px 0;
}
#affiliate_content .point_content{
  width: 600px;
}
#affiliate_content .point_content ul li{
  padding-left: 80px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  margin-bottom: 30px;
}
#affiliate_content .point_content ul li:last-child{
  margin-bottom: 0;
}
#affiliate_content .point_content ul li span{
  color: #da004c;
}

#affiliate_content .point_content ul li:nth-child(1):before{
  background: url(../img/point1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#affiliate_content .point_content ul li:nth-child(2):before{
  background: url(../img/point2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#affiliate_content .point_content ul li:nth-child(3):before{
  background: url(../img/point3.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#affiliate_content .point_content ul li:nth-child(4):before{
  background: url(../img/point4.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#affiliate_content .point_content ul li:nth-child(5):before{
  background: url(../img/point5.png) no-repeat;
  background-size: contain;
  background-position: center;
}
#affiliate_content .point_content ul li:nth-child(6):before{
  background: url(../img/point6.png) no-repeat;
  background-size: contain;
  background-position: center;
}

#affiliate_content .point_content ul li:before{
  position: absolute;
  content: '';
  width: 56px;
  height: 66px;
  top: 0;
  left: 0;
}
#affiliate_content .point_img{
  width: 210px;
  margin-right: 20px;
}
#affiliate_content h2.section_ttl{
  padding: 34px 0;
  text-align: center;
  color: #fff;
  background-color: #00497f;
  margin-bottom: 60px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
#affiliate_content h2.section_ttl b num{
  font-size: 53px;
}
#affiliate_content h2.section_ttl:after{
  width: 62px;
  height: 14px;
  position: absolute;
  content: '';
  background: url(../img/title_arrow.png) no-repeat;
  background-size: contain;
  background-position: top;
  bottom: -14px;
  left: 50%;
  margin-left: -31px;
}
#affiliate_content p{
  margin: 0;
  padding: 0;
}
#affiliate_content .reason_list{
  max-width: 800px;
  margin: 60px auto 0;  
}
#affiliate_content .reason{
  margin-bottom: 60px;
  border: 2px solid #00aea4;
  box-shadow: 5px 5px 10px rgba(153,153,153,0.75);
  border-radius: 10px;
  position: relative;
  padding: 25px;
}
#affiliate_content .reason_num{
  position: absolute;
  left: 20px;
  top: -44px;
}
#affiliate_content .reason_ttl{
  font-size: 21px;
  font-weight: bold;
  margin-left: 95px;
  margin-bottom: 10px;
}
#affiliate_content .reason_ttl span{
  color: #f7931e;
}
#affiliate_content .reason_txt{
  font-size: 14px;
}
#affiliate_content .reason_list .reason:last-child{
  margin: 0;
}
#affiliate_content .arrow{
  text-align: center;
  margin: 35px 0;
}
#affiliate_content .arrow img{
  display: inline-block;
}
#affiliate_content .reason_ttl2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#affiliate_content .reason_ttl2 span{
  font-size: 26px;
  color: #f43c50;
}
#affiliate_content .reason_txt2{
  font-weight: bold;
  text-align: center;
}
#affiliate_content .reason_txt2 span{
  color: #00aea4;
  text-decoration: underline;
}
#affiliate_content .img{
  text-align: center;
}
#affiliate_content .img img{
  display: inline-block;
  vertical-align: middle;
}
#affiliate_content .flow_ttl{
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  padding: 23px 0;
  background: url(../img/flow_ttl_back.png) no-repeat;
  background-size: contain;
  background-position: center;
  color: #000;
}
#affiliate_content .flow_txt{
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
#affiliate_content .flow_txt span{
  font-size: 24px;
  color: #f43c50;
}
#affiliate_content .flow_img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#affiliate_content .effect_txt{
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
#affiliate_content .effect_one{
  position: relative;
  padding: 134px 35px 35px;
  border: 2px solid #1a1a1a;
  border-radius: 10px;
  margin-top: 115px;
  width: 536px;
  box-sizing: border-box;
}
#affiliate_content .effect_one:nth-child(1){
  margin-left: 60px;
  background-color: #ddf3f0;
}
#affiliate_content .effect_one:nth-child(2){
  margin-left: 386px;
  background-color: #f6f7c6;
}
#affiliate_content .effect_one:nth-child(3){
  margin-left: 60px;
  background-color: #fbe4ee;
}
#affiliate_content .effect_one img{
  position: absolute;
  left: 35px;
  top: -62px;
}
#affiliate_content .effect_one h3{
  width: 300px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../img/effect_ttl_back.png) no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: underline;
  text-decoration-color: #da004c;
  position: absolute;
  right: -15px;
  top: -72px;
  letter-spacing: 2px;
}
#affiliate_content .effect_one_txt{
  font-size: 21px;
}
#affiliate_content .notice{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
#affiliate_content .notice.lastChild{
  margin-bottom: 0;
}
#affiliate_content .notice span{
  color: #f43c50;
}
#affiliate_content .mean_txt{
  font-size: 17px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 40px;
}
#affiliate_content .mean_txt b{
  font-size: 28px;
  color: #f43c50;
  font-weight: bold;
  letter-spacing: 0;
}
#affiliate_content .mean_txt span{
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
}
#affiliate_content .mean{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#affiliate_content .mean_in{
  width: 896px;
}
#affiliate_content .mean_main_ttl{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 26px;
  font-weight: 900;
  padding: 30px 12px;
  background: url(../img/mean_ttl_back.png) no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing:5px;
}
#affiliate_content .mean_one{
  padding: 22px 0 0 45px;
  margin-bottom: 10px;
  position: relative;
}
#affiliate_content .mean_one_ttl{
  position: absolute;
  top: 0;
  left: 0;
  width: 327px;
  box-sizing: border-box;
  height: 44px;
  background: url(../img/mean_ttl_back2.png) no-repeat;
  background-size: contain;
  background-position: left;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
#affiliate_content .mean_one_ttl span{
  font-size: 46px;
  font-family: 'Bebas Neue', cursive;
  font-style: italic;
  color: #fff000;
  margin-right: 15px;
  font-weight: bold;
  margin-top: 3px;
}
#affiliate_content .mean_one_txt{
  padding: 35px 35px 25px;
  font-size: 18px;
  background-color: #e3f6f5;
}
#affiliate_content .alert_wrapper{
  max-width: 680px;
  margin: 0 auto;
  background-color: #fff9c0;
  padding: 5px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
}
#affiliate_content .alert_wrapper .alert_img{
  position: absolute;
  bottom: 0;
  right: -25px;
}
#affiliate_content .alert_wrapper .alert_in{
  border: 1px dashed #808080;
  padding: 25px 20px;
  text-align: center;
  border-radius: 10px;
}
#affiliate_content .alert{
  font-size: 18px;
  font-weight: bold;
}
#affiliate_content .alert span{
  font-size: 26px;
  font-weight: bold;
  color: #f43c50;
}
#affiliate_content .media_txt{
  padding: 0 60px;
  margin-top: 20px;
}
#affiliate_content .media_txt2{
  padding: 0 160px;
  margin-top: 20px;
  font-size: 14px;
}
#affiliate_content .media_txt3{
  padding: 0 60px;
  margin-bottom: 50px;
  font-weight: bold;
}
#affiliate_content .media_txt3 span{
  color: #f43c50;
}
#affiliate_content .works{
  display: flex;
  flex-wrap: wrap;
  max-width: 870px;
  margin: -30px auto 0;
}
#affiliate_content .work{
  width: 392px;
  margin: 110px 84px 0 0;
  border: 1px solid #00aea4;
  position: relative;
  background-color: #e3f6f5;
}
#affiliate_content .work:nth-child(2n){
  margin-right: 0;
}
#affiliate_content .work .work_mark{
  position: absolute;
  right: -13px;
  top: -65px;
}
#affiliate_content .work_ttl{
  font-size: 26px;
  font-weight: bold;
  background-color: #00aea4;
  padding: 25px 20px 20px;
  color: #fff;
}
#affiliate_content .work_in{
  padding: 25px 20px;
}
#affiliate_content .work_txt1{
  font-size: 21px;
}
#affiliate_content .work_txt1 span{
  font-weight: bold;
  font-size: 30px;
}
#affiliate_content .work_txt2{
  font-size: 16px;
  margin-bottom: 20px;
}
#affiliate_content .work .work_in table{
  width: 100%;
}
#affiliate_content .work .work_in table th{
  background-color: #009a9e;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
}
#affiliate_content .work .work_in table td{
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
#affiliate_content .work .work_in table td span{
  font-size: 20px;
}
#affiliate_content .work .work_in table th:first-child{
  width: 53px;
}
#affiliate_content .work .work_in table th:nth-child(2){
  width: 114px;
}
#affiliate_content .work .work_in table th:last-child{
  width: 115px;
}
#affiliate_content .work:nth-child(2n) table{
  margin-top: 66px;
}
footer{
  padding: 15px 0;
  background-color: #f6a700;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.menu-trigger{
  display: none;
}
.g-nav{
  display: none;
}
#affiliate_content .operation{
  display: flex;
  align-items: center;
  justify-content: center;
}
#affiliate_content .media2{
  position: relative;
  background: url(../img/media2_back.png) no-repeat;
  width: 649px;
  margin: 0 auto 40px;
  text-align: center;
  background-size: contain;
  background-position: center;
  padding: 25px 0 27px;
}
#affiliate_content .media2 img:nth-child(1){
  position: absolute;
  left: 15px;
  top: -30px;
}
#affiliate_content .media2 img:nth-child(2){
  position: absolute;
  right: 15px;
  top: -30px;
}
#affiliate_content .media2 h3{
  background: url(../img/media2_ttl_back.png) no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 22px;
  font-weight: 700;
  color: #f43c50;
  padding: 10px 0 16px;
  margin-bottom: 15px;
}
#affiliate_content .media2 p{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}
#affiliate_content .media3{
  width: 717px;
  margin: 0 auto;
}
#affiliate_content .media3_1{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#affiliate_content .media3_3{
  display: flex;
  justify-content: center;
}
#affiliate_content .media3_1_txt{
  width: 280px;
  background-color: #fff9c0;
  border: 1px dashed #000;
  border-radius: 10px;
  padding: 20px 10px;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#affiliate_content .media3_1_txt p:last-child{
  margin-top: 15px;
}
#affiliate_content .media3_1_txt img{
  position: absolute;
  bottom: -74px;
  right: 74px;
}
#affiliate_content .media4{
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
  max-width: 800px;
  margin: 80px auto 0;
}
#affiliate_content .media4 img.media4_ttl{
  position: absolute;
  left: 30px;
  top: -50px;
}
#affiliate_content .media4 img.media4_arrow1{
  position: absolute;
  left: 4px;
  top: 272px;
}
#affiliate_content .media4 img.media4_arrow2{
  position: absolute;
  left: 4px;
  top: 516px;
}
#affiliate_content .media4 img.media4_arrow3{
  position: absolute;
  left: 538px;
  top: 206px;
  z-index: 1;
}
#affiliate_content .media4 img.media4_arrow4{
  position: absolute;
  left: 538px;
  top: 460px;
  z-index: 1;
}
#affiliate_content .media4 ul li{
  margin-bottom: 10px;
  display: flex;
}
#affiliate_content .media4 dt{
  width: 160px;
  padding: 25px 0;
  background: #f7931e;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border: 1px solid #f7931e;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#affiliate_content .media4 dd{
  width: 354px;
  padding: 25px 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #f7931e;
  box-sizing: border-box;
}
#affiliate_content .media4 div{
  position: absolute;
  right: 4px;
  width: 233px;
}
#affiliate_content .media4 div.media4_2_desc{
  top: 90px;
}
#affiliate_content .media4 div.media4_4_desc{
  top: 378px;
}
#affiliate_content .media4 div p:first-child{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00497f;
  padding: 10px 0;
}
#affiliate_content .media4 div p:last-child{
  font-size: 16px;
  color: #00497f;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #00497f;
  line-height: 1.7;
  padding: 20px 4px;
}
#affiliate_content .media5{
  display: flex;
  justify-content: center;
}
#affiliate_content .media6{
  display: flex;
  justify-content: center;
}
#affiliate_content .media7{
  position: relative;
  padding: 40px 25px 30px;
  background: url(../img/media7_back.png) no-repeat;
  background-size: 100%;
  background-position: top;
  text-align: center;
  background-color: #333;
  max-width: 874px;
  margin: 30px auto 0;
}
#affiliate_content .media7 h3{
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
}
#affiliate_content .media7_in{
  display: flex;
  justify-content: space-between;
}
#affiliate_content .media7_in div{
  background-color: #e3f6f5;
  width: 182px;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.8;
  font-size: 19px;
  font-weight: 700;
}

#affiliate_content .contact{
  text-align: center;
  margin: 100px auto;
  border: 10px solid #f6a700;
  max-width: 868px;
  padding: 50px;
}
#affiliate_content .contact-txt{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight:700;
}
#affiliate_content .contact-txt2{
  margin-top: 50px;
}

/* 2023/03/28 */
.section div.contactCTA {
  margin: 50px auto 50px;
  text-align:center;
}



@media screen and (max-width:650px){
  .visible-sp{
    display:block;
  }
  .hidden-sp{
    display:none !important;
  }
  body{
    font-size: 14px;
    line-height: 1.7;
  }
  .fixedcontainer{
    width: 100%;
  }
  #header-inner{
    width: 100%;
  }
  .section>div{
    width: 94%;
    margin: 0 auto;
  }
  .main{
    background: none;
    margin-bottom: 0;
    padding: 0;
  }
  #header-left h1{
    display: none;
  }
  .menu-trigger { 
    position: relative;
    top: 10px;
    right: 3%;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    z-index: 2;
  }
  .menu-trigger.active{
    position: fixed;
    top: 13px;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    background: #f39801;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .g-nav {
    display: none;
    position: fixed;
    top: 0;   
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .g-nav .list {
    margin-top: 70px;
    padding: 20px;
  }
  .g-nav .list li{
    text-align: center;
    margin-bottom: 20px;
  }
  .g-nav .list li a {
    display: inline-block;
    width: 228px;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-weight: bold;
  }
  .g-nav .list li.contact_btn a{
    border: 3px solid #FF830E;
    border-radius: 6px;
    padding: 7px 0;
    color: #FF830E;
    background-color: #fff;
  }
  .g-nav .list li.order_btn a{
    color: #fff;
    background-color: #FF830E;
    border-radius: 6px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  #header-left{
    width: 170px;
    margin-left: 3%;
    top: 22px;
  }
  #header-middle{
    display: none;
  }
  #header-right{
    display: none;
  }
  #header{
    height: 70px;
    border-top: 3px solid #f39801;
    background: none;
  }
  #affiliate_content{
    font-size: 14px;
  }
  #affiliate_content .section{
    margin-bottom: 45px;
  }
  #affiliate_content h2 span:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 26px;
    background: url(../img/title_mark1_sp.png) no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 0;
    left: -20px;
  }
  #affiliate_content h2 span:after{
    position: absolute;
    content: '';
    width: 14px;
    height: 26px;
    background: url(../img/title_mark2_sp.png) no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 0;
    right: -20px;
  }
  #affiliate_content h2{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../img/title0_back_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 30px 3% 50px;
    line-height: 1.6;
  }
  #affiliate_content h2 span b{
    font-size: 25px;
  }
  #affiliate_content h2 span{
    font-size: 18px;
  }
  .section>div{
    width: 94%;
    margin: 0 auto;
  }
  
  #affiliate_content .reason_num {
    position: absolute;
    left: 10px;
    top: -22px;
    width: 70px;
  }
  #affiliate_content .reason{
    padding: 15px;
  }
  #affiliate_content .reason_ttl{
    font-size: 18px;
    margin-left: 74px;
  }
  #affiliate_content h3.section_ttl{
    margin-bottom: 30px;
  }
  #affiliate_content .reason_ttl2{
    font-size: 18px;
  }
  #affiliate_content .reason_ttl2 span{
    font-size: 21px;
  }
  #affiliate_content .flow_txt span{
    font-size: 18px;
  }
  #affiliate_content .flow_txt{
    margin-top: 25px;
  }
  #affiliate_content .notice{
    font-size: 16px;
  }
  #affiliate_content .mean_txt b{
    font-size: 18px;
  }
  #affiliate_content .mean_txt span{
    font-size: 16px;
  }
  #affiliate_content .mean_txt{
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  #affiliate_content .notice{
    margin-bottom: 25px;
  }
  #affiliate_content .alert_wrapper{
    margin-top: 25px;
    width: 94%;
  }
  #affiliate_content .alert_wrapper .alert_in{
    padding: 5%;
  }
  #affiliate_content .alert{
    font-size: 14px;
  }
  #affiliate_content .alert span{
    font-size: 18px;
  }
  #affiliate_content .alert_wrapper .alert_img{
    height: 70px;
    right: -3%;
  }
  #affiliate_content .media_txt{
    text-align: left;
    margin-top: 15px;
    font-size: 13px;
    padding: 0;
  }
  #affiliate_content .media_txt2{
    font-size: 12px;
    margin-top: 15px;
    padding: 0;
  }
  #affiliate_content .media_txt3{
    padding: 0;
    margin-bottom: 20px;
  }
  #affiliate_content .work{
    width: 100%;
    margin: 60px 15px 0;
  }
  #affiliate_content .work:nth-child(2n){
    margin-right: 15px;
  }
  #affiliate_content .work .work_mark{
    width: 75px;
    right: -15px;
    top: -35px;
  }
  #affiliate_content .work_ttl{
    font-size: 18px;
    padding: 20px 15px;
  }
  #affiliate_content .work_in{
    padding: 20px 15px;
  }
  #affiliate_content .work_txt1{
    font-size: 14px;
  }
  #affiliate_content .work_txt1 span{
    font-size: 21px;
  }
  #affiliate_content .work_txt2{
    font-size: 12px;
  }
  #affiliate_content .work .work_in table th{
    font-size: 14px;
  }
  #affiliate_content .work .work_in table td span{
    font-size: 18px;
  }
  #affiliate_content .work:nth-child(2n) table{
    margin-top: 0;
  }
  #affiliate_content .nayami p{
    font-size: 3.5vw;
  }
  #affiliate_content .nayami1{
    top: 25vw;
  }
  #affiliate_content .nayami2{
    top: 55.8vw;
    left: 4.2vw;
  }
  #affiliate_content .nayami3{
    top: 58vw;
    right: 2vw;
  }
  #affiliate_content .nayami4{
    bottom: 7vw;
    margin-left: 2vw;
  }
  #affiliate_content .seed_concept h3 {
    padding: 10px 0 10px 5%;
    margin-right: 10vw;
    font-size: 20px;
    background: url(../img/seed_title_back_sp.png) no-repeat;
    background-size: auto 100%;
    background-position: right;
  }
  #affiliate_content .seed_concept{
    background: url(../img/seed_concept_back_sp.png)  no-repeat;
    background-size: 100%;
    background-position: top;
    background-color: #ededed;
    padding-top: 25px;
  }
  #affiliate_content .seed_concept_in{
    padding: 20px 5% 40px;
  }
  #affiliate_content .seed_concept_ttl{
    font-size: 17px;
  }
  #affiliate_content .seed_concept_img{
    width: 100%;
    text-align: center;
    margin: 15px 0 10px;
  }
  #affiliate_content .seed_concept_img img{
    display: inline-block;
    width: 30vw;
  }
  #affiliate_content .seed_concept_txt{
    font-size: 14px;
  }
  #affiliate_content .point h3 {
    margin-top: -20px;
    margin-left: 10vw;
    padding: 10px 0 10px 5%;
    font-size: 20px;
    background: url(../img/point_back_sp.png) no-repeat;
    background-size: auto 100%;
    background-position: left;
  }
  #affiliate_content .point_img{
    display: none;
  }
  #affiliate_content .point_content{
    width: 100%;
  }
  #affiliate_content .point_in{
    padding: 30px 0 0;
  }
  #affiliate_content .point_content ul li{
    font-size: 14px;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  #affiliate_content .point_content ul li:before {
    width: 30px;
    height: 42px;
  }
  #affiliate_content h2.section_ttl{
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 44px;
  }
  #affiliate_content h2.section_ttl b num {
    font-size: 34px;
  }
  #affiliate_content .reason_list{
    margin-top: 44px;
  }
  #affiliate_content .reason{
    margin-bottom: 40px;
  }
  #affiliate_content .arrow{
    margin: 25px 0;
  }
  #affiliate_content .flow_ttl{
    font-size: 14px;
    padding: 10px 0;
  }
  #affiliate_content .effect_txt{
    font-size: 16px;
    text-align: left;
  }
  #affiliate_content .effect_one{
    width: 100%;
    margin-left: 0 !important;
    padding: 90px 20px 20px;
    margin-top: 60px;
  }
  #affiliate_content .effect_one_txt{
    font-size: 14px;
  }
  #affiliate_content .effect_one img {
    position: absolute;
    left: 20px;
    top: -35px;
    width: 110px;
  }
  #affiliate_content .effect_one h3 {
    width: 200px;
    height: 130px;
    font-size: 16px;
    top: -45px;
    right: -10px;
  }
  #affiliate_content .mean_main_ttl{
    font-size: 18px;
    padding: 15px 8px;
  }
  #affiliate_content .mean_one_ttl{
    width: 214px;
    height: 28px;
    font-size: 15px;
    padding-left: 5px;
  }
  #affiliate_content .mean_one_ttl span{
    font-size: 30px;
  }
  #affiliate_content .mean_one{
    padding: 14px 0 0 20px;
    margin-bottom: 10px;
  }
  #affiliate_content .mean_one_txt {
    padding: 20px 15px 15px;
    font-size: 12px;
  }
  #affiliate_content .mean_in{
    width: calc(100% - 56px);
  }
  #affiliate_content .media2{
    width: 94%;
    background: url(../img/media2_back_sp.png) no-repeat;
    margin: 0 auto 30px;
    text-align: center;
    background-size: 100% 100%;
    padding: 15px 10px 25px;
    box-sizing: border-box;
  }
  #affiliate_content .media2 p{
    font-size: 14px;
  }
  #affiliate_content .media2 img{
    width: 60px;
  }
  #affiliate_content .media2 h3{
    font-size: 18px;
    display: inline-block;
    padding: 10px;
    background-size: 100% 100%;
  }
  #affiliate_content .media3{
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
  #affiliate_content .media3_1_txt{
    width: 100%;
    margin-top: 40px;
  }
  #affiliate_content .media3_1_txt img{
    top: -50px;
    right: 70px;
    width: 83px;
  }
  #affiliate_content .media6{
    display: none;
  }
  #affiliate_content .media6_sp{
    display: flex;
    justify-content: center;
  }
  #affiliate_content .media7 h3{
    font-size: 28px;
    margin-bottom: 25px;
  }
  #affiliate_content .media7{
    background: url(../img/media7_back_sp.png) no-repeat;
    background-size: 101%;
    background-position: top;
    padding: 40px 15px 10px;
    background-color: #333;
  }
  #affiliate_content .media7_in{
    flex-wrap: wrap;
  }
  #affiliate_content .media7_in div{
    width: 48%;
    margin-bottom: 4%;
    font-size: 14px;
  }
  #affiliate_content .media4_sp{
    display: flex;
    align-items: center;
  }
  #affiliate_content .media4_sp_in{
    display: flex;
    align-items: center;
  }
  #affiliate_content .contact-txt span{
    display: none;
  }
  .section>div.contact{
    width: 90%;
  }
  #affiliate_content .contact{
    margin: 50px auto;
    border-width: 5px;
    padding: 30px;
  }
  #affiliate_content .contact-txt{
    font-size: 18px;
  }
  #affiliate_content .contact-txt2{
    margin-top: 30px;
  }
  /* 2023/03/28 */
  .section div.contactCTA {
    margin: 50px auto 50px;
 }
}