@charset "utf-8";

/*　タイアップサイト用
-------------------------------------------------*/
@media screen and (min-width:768px) {
	body {
	  text-align:center;
	}
}

body {
	text-align:center;
}

#tieup {
  border-bottom:1px solid #ddd;
  text-align:center;
  color:#000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:400;
  font-size:15px;
  line-height:1.8em;
  width:100%;
  overflow-x:hidden;
}


@media all and (-ms-high-contrast:none){
  #tieup { 
	  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  font-size: 15px;
   } 
}

@media screen and (min-width:950px) {
	#tieup {
		font-size:16px;
	}
}

#tieup a:link,
#tieup a:visited {
  color:#030303;
}

#tieup a:link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transition:0.5s
}

#tieup * {
	box-sizing: border-box;
}

#tieup a:hover {
  text-decoration:none;
  color:#666;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  transition:0.5s;
}


img {
	max-width:100%;
	height: auto;
}

/*　枠組み
----------------------------------------------------------*/

.container {
	box-sizing: content-box;
	max-width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	text-align: justify;
	line-height: 1.8;	
}

.section {
	padding-bottom: 35px;
}

@media screen and (min-width:950px) {

	.section {
		padding-bottom: 120px;
	}
	
	.container.w-980 {
		max-width: 980px;
	}

	.container.w-970 {
		max-width: 970px;
	}
	
	.container.w-840 {
		max-width: 840px;
	}

	.container.w-600 {
		max-width: 600px;
	}
	
}  


/*　mainv. lead
----------------------------------------------------------*/
@media screen and (min-width:950px) {
	
	
	#tieup {
		position: relative;
		background: url("bg-mainv-pc.webp") no-repeat center top;
	}
	
	.mainv {
		position: relative;
		padding-bottom: 60px;
	}
	
	
	.mainv-box {
		padding: 35px 0;
		position: relative;
		max-width: 980px;
		margin: 0 auto;
	}

	.mainv-pc > h1 > img {
		max-width: 980px;
	}

}

@media screen and (max-width:949px) {
	
	#tieup {
		background: none;
		background-size: 100% auto;
	}
	
	.mainv {
		background: url("bg-mainv-sp.webp") no-repeat center bottom;
		padding: 0 20px 100px 20px;
	}
	
	.mainv-sp {
		max-width: 740px;
		margin: 0 auto;
		padding: 30px 0 15px;
	}

	.mainv-sp h1 {
	}
}


.lead {
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	color: #FFF;
}

@media screen and (min-width:950px) {
	
	.lead {
		font-size: 17px;
		max-width: 725px;
		margin: 35px auto 0 auto;
	}
	
}

@media screen and (max-width:949px) {
	.lead {
		max-width: 740px;
		margin: 0 auto;
		
	}
	
}
/*　ttl, txt, fig
----------------------------------------------------------*/

.ttl-01 {
	font-weight: bold;
	color: #D64000;
	line-height: 1.3;
	font-size: 21px;
	padding: 35px 0 15px;
	text-align: center;
}

@media screen and (min-width:950px) {
	.ttl-01 {
		padding: 85px 0 35px;
		font-size: 31px;
	}	
	
}


.img-01 {
	padding: 30px 0;
	text-align: center;
}

.img-01.img-01--pb0 {
	padding-bottom: 0;
}

.img-01-img {
	text-align: center;
}


.img-01-caption {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	padding-top: 0.5em;
}

.img-01-ttl {
	font-size: 15px;
	line-height: 1.2;
}

.img-01-caption.img-01-caption--left {
	text-align: left;
}

@media screen and (min-width:950px) {

	.img-01 {
		padding: 60px 0;
	}
	
	.img-01-caption {
		font-size: 14px;
	}
	
	.img-01.w-700 .img-01-img img {
		max-width: 700px;
	}

	.img-01.w-600 .img-01-img img {
		max-width: 600px;
	}	
	
	.img-01-ttl {
		font-size: 18px;
	}
}

@media screen and (max-width:949px) {
	.img-01-img img {
		max-width: 75%;
	}
}

/*　sec01
----------------------------------------------------------*/


.sec01 {
	paddint-top:30px;
}

.txt-01 p:not(:first-child) {
	padding-top: 1.5em;
}


.sec01-img-profile {
	padding: 5px 0 0 0;
	font-size: 13px;
	line-height: 1.3;
}

.sec01-img-name {
	font-size: 17px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.sec01-img-name span {
	font-size: 14px;
}

@media screen and (max-width:949px) {
	
	.sec01-img {
		padding: 5px 0 0 0 ;
		text-align: center;
	}
	
	.sec01 .ttl-01 {
		padding-top: 10px;
	}
	
}

@media screen and (min-width:758px) {
	
	.sec01-img {
		width: 38%;
		padding-top: 10px;
	}	
	
	.sec01-txt {
		width: 56%;
		margin-left: auto;
	}
	
	.c-flex-reverse .sec01-txt {
		margin-left:0;
		margin-right: auto;
	}
	
	.img-01--01 .img-01-img {
		width: calc(100% + 70px);
		margin-left: -35px;
		margin-right: -35px;
	}
	
	.sec01-img-profile {
		padding: 10px 0 0 0;
		font-size: 15px;
	}

	.sec01-img-name {
		font-size: 24px;
		line-height: 1.3;
	}	
	
	.sec01-img-name span {
		font-size: 17px;
	}	
	
	
}
	
/*　sec02
----------------------------------------------------------*/

.bg-02 {
	background: url("bg-02.webp") no-repeat center top #F2F2F2;
	background-size: 150% 150px;
	padding-top: 55px;
	margin-top: -20px;
}

@media screen and (min-width:950px) {
	.bg-02 {
		background: url("bg-02.webp") no-repeat center top #F2F2F2;
		background-size: 100% 306px;
		padding-top: 120px;
		margin-top: -50px;
	}
	
}

/*　sec04
----------------------------------------------------------*/

.sec04 .ttl-01 {
	margin-top: 0;
	padding-top: 0;
}




/*　sec05
----------------------------------------------------------*/


.sec05-ttl {
	font-weight: bold;
	color: #D64000;
	line-height: 1.25;
}


.sec05-ttl-03 {
	font-size: 22px;
	text-align: left;
	text-align: center;
	padding-top: 35px;
}

.sec05-flex-02-item {
	margin-top: 20px;
	background: #FFF;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}

.sec05-flex-02-item h3 {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
}

.sec05-btn a {
	display: inline-block;
}

.sec05-img {
	padding: 0 15%;
}

		
@media screen and (min-width:950px) {	

	.sec05-ttl-03 {
		font-size: 27px;
		padding-top: 85px;
	}
	
	.sec05 .c-d-lg-flex {
		justify-content: space-between;
	}
	
	.sec05-txt {
		width: 58%;
	}
	
	.sec05-img {
		padding: 0;
		width: 38%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-top: 10px;
	}
	
	.sec05-flex-02-item {
		margin-top: 30px;
		width: 32.8%;
	}
	
}

	
/*　sec05
----------------------------------------------------------*/

.sec05 {
	padding-bottom:30px;
}

.tu-btn {
	text-align: center;
}

.tu-btn a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #D64000;
	border-radius: 100px;
	font-size: 15px;
	line-height: 1.1;
	position: relative;
	padding: 15px 25px;
}

.tu-btn a span {
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.tu-btn--blue a {
	background: #D64000;
	color: #FFF !important;
}

.tu-btn--white a {
	background: #FFF;
	color: #D64000 !important;
}

.tu-btn a:after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 1em;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 10px;
}

.tu-btn--white a:after {
	background: url("icn-arrow-b.svg") no-repeat center center;
	background-size: contain;
}

.tu-btn--blue a:after {
	background: url("icn-arrow-w.svg") no-repeat center center;
	background-size: contain;
}

.tu-btn--blue a {
	filter: drop-shadow(0 0 20px rgba(0,0,0,0.16));
}



@media screen and (min-width:950px) {
	
	.sec05 {
		padding: 65px 25px 100px 25px;
	}
	
	.tu-btn a {
		font-size: 19px;
		padding: 22px 60px;
	}
	
	.tu-btn a:after {
		right: 30px;
		width: 0.5;
	}
}


.sec05-link-ul {
	width: 100%;
	max-width: 525px;
	margin: 15px auto 0 auto;
}

.sec05-link-ul a {
	display: block;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	background: linear-gradient(to right, #D64000, #FA6400);
	display: block;
	text-align: center;
	padding: 10px 15px;
	line-height: 1.3;
	font-size: 110%;
	position: relative;
}

.sec05-link-ul a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url("icn-arrow.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 5px;
	top: calc(50% - 5px);
}

.sec05-link-ul li:first-child {
	margin-bottom: 10px;
}

.fw-normal {
	font-weight: normal;
}

@media screen and (min-width:950px) {
	.sec05-link-ul a {
		font-size: 115%;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.sec05-link-ul a:after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 16px;
		background: url("icn-arrow.svg") no-repeat center center;
		background-size: contain;
		position: absolute;
		right: 15px;
		top: calc(50% - 8px);
	}
	
}
	
/*　sec06
----------------------------------------------------------*/

.sec06 {
	text-align: center;
	padding: 30px 0;
}

.sec06-ttl {
	font-size: 120%;
}

.sec06-logo img {
	width: 60%;
	max-width: 300px;
}

@media screen and (min-width:950px) {
	.sec06 {
		padding: 60px 0;
	}
}


.att-01 {
	display: flex;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 0.5em;
}

.att-01 dt {
	width: 1.1em;
	color: #666;
	line-height: 1.5;
}

@media screen and (min-width:950px) {
	.att-01 {
		font-size: 13px;
	}
}

