@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 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;
}

#tieup * {
	box-sizing: border-box;
}

img {
	max-width:100%;
	height: auto;
}

/*　枠組み
----------------------------------------------------------*/

.container {
	box-sizing: content-box;
	max-width: 680px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	text-align: justify;
	line-height: 1.8;	
}

.container.w-980 {
	max-width: 980px;
}

.section {
	padding-bottom: 35px;
}

@media screen and (min-width:950px) {

	.section {
		padding-bottom: 120px;
	}
	
}  


/*　mainv. lead
----------------------------------------------------------*/
@media screen and (min-width:950px) {
	
	.mainv-pc {
		padding: 30px 20px 110px 20px;
		background: url("mainv-pc-bg.svg") no-repeat center 130px;
		text-align: center;
	}

	.mainv-pc-img img {
		max-width: 980px;
	}

}

.lead {
	font-weight: bold;
	padding:0 25px;
	text-align: left;
}

@media screen and (min-width:950px) {
	
	.lead {
		text-align: center;
	}
	
}

/*　ttl, txt, fig
----------------------------------------------------------*/

.ttl-01 {
	font-weight: bold;
	color: #0C7BC9;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	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;
	}	
	
}

.taidan-img {
	padding: 30px 0;
	text-align: center;
}

.taidan-img.taidan-img--pb0 {
	padding-bottom: 0;
}

.taidan-img-caption {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	padding-top: 0.5em;
}

.taidan-img-caption.taidan-img-caption--left {
	text-align: left;
}

@media screen and (min-width:950px) {

	.taidan-img {
		padding: 60px 0;
	}
	
	.taidan-img-caption {
		font-size: 14px;
	}
	
}

/*　sec01
----------------------------------------------------------*/

.container.sec01-flex {
	max-width: 1240px;	
}

.taidan-txt 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: 30px 0 0 0 ;
		text-align: center;
	}
	
	.sec01-img img {
		width: 100%;
		max-width: 600px;
	}
	
}

@media screen and (min-width:758px) {
	
	.sec01-img {
		width: 47.5%;
		padding-top: 10px;
	}	
	
	.sec01-txt {
		width: 47.5%;
		max-width: 460px;
		margin-left: auto;
		margin-right: 5%;
	}
	
	.c-flex-reverse .sec01-txt {
		margin-left:5%;
		margin-right: auto;
	}
	
	.taidan-img--01 .taidan-img-img {
		width: calc(100% + 70px);
		margin-left: -35px;
		margin-right: -35px;
	}
	
	.sec01-img-profile {
		padding: 10px 0 0 0;
		font-size: 16px;
	}

	.sec01-img-name {
		font-size: 26px;
		line-height: 1.3;
	}	
	
	.sec01-img-name span {
		font-size: 17px;
	}	
	
	.c-flex-reverse .sec01-img {
		text-align: right;
	}
	
}
	
/*　sec02
----------------------------------------------------------*/

.sec02 {
	background: #F6F6F6;
}

	
/*　sec03
----------------------------------------------------------*/

.sec03 .taidan-img img {
	width: 100%;
	max-width: 600px;
}



/*　sec04
----------------------------------------------------------*/

.sec04 {
	background: #EDF6FB;
	padding-top: 35px;
}

.sec04-ttl {
	font-weight: bold;
	color: #0C7BC9;
	line-height: 1.25;
}

.sec04-ttl-01 {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 3px;
}

.sec04-ttl-02 {
	font-size: 15px;
}

.sec04-ttl-03 {
	font-size: 27px;
}

.sec04-flex-02-item {
	margin-top: 20px;
	background: #FFF;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}

.sec04-flex-02-item h3 {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
}

.sec04-btn a {
	display: inline-block;
}

.sec04-img {
    background: #FFF;
    padding: 15px;
}
		
@media screen and (min-width:950px) {
	
	.sec04 {
		padding-top: 60px;
	}
	
	.sec04-ttl-01 {
		font-size: 15px;
	}

	.sec04-ttl-02 {
		font-size: 22px;
	}

	.sec04-ttl-03 {
		font-size: 27px;
	}
	
	.sec04 .c-d-lg-flex {
		justify-content: space-between;
	}
	
	.sec04-txt {
		width: 43%;
	}
	
	.sec04-img {
		padding: 0;
		width: 53%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-top: 10px;
	}
	
	.sec04-img img {
		width: 86%;
	}
	
	.sec04-flex-02-item {
		margin-top: 30px;
		width: 32.8%;
	}
	
}

	
/*　sec05
----------------------------------------------------------*/

.sec05 {
	padding: 30px 25px;
}

.tu-btn {
	text-align: center;
}

.tu-btn a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #0C7BC9;
	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: #0C7BC9;
	color: #FFF !important;
}

.tu-btn--white a {
	background: #FFF;
	color: #0C7BC9 !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));
}

.sec05-logo img {
	width: 50%;
	max-width: 228px;
}


@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;
	}
}

	
/*　interval
----------------------------------------------------------*/


.interval img {
	width: 100%;
	max-width: 1980px;
}

@media screen and (max-width:500px) {
	
	.interval {
		overflow-x: hidden;
	}

	.interval-inner {
		width: 120%;
		margin-left: -10%;
	}
	
}

.osawa {
	font-weight: bold;
	color:#0C7BC9 ;
}

.saeki {
	font-weight: bold;
	color: #0C7D79;
}