@charset "utf-8";

/*　タイアップサイト用
-------------------------------------------------*/

@media screen and (min-width:768px) {
	body {
	  text-align:center;
	}
	
	.nbo_header {
		display:block;
		background-repeat: no-repeat;
		background-position: top center;
		background-image: url("nbo_pc_bg.png");
		background-color: #e1e1e1; /* ie8 */
	}
}

body {
	text-align:center;
}

#tieup {
  border-bottom:1px solid #ddd;
  text-align:center;
  color:#000;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:500;
  font-size:14px;
  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;
   } 
}

@media screen and (min-width:950px) {
	#tieup {
		font-size:16px;
	}
}

.w-100p {
	width:100%;
}

#tieup a:link,
#tieup a:visited {
  color:#03030;
}

#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 {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  transition:0.5s
}

#tieup * {
	box-sizing: border-box;
}

img {
	max-width:100%;
	height: auto;
}

#tieup a:hover {
  text-decoration:none;
  color:#ccc;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  transition:0.5s;
}

#topcontrol {
	margin:0 30px 30px 0;
}

.fw-bold {
	font-weight:bold;
}

.c-gray {
	color:#666;
}


/*　枠組み
----------------------------------------------------------*/

.container {
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: content-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
	line-height: 1.8;	
}

.w-1000 {
	max-width: 1000px;
}
@media screen and (min-width:950px) {
	.w-650 {
		max-width: 650px;
	}
}
.flex-row-reverse {
	flex-direction: row-reverse;
}

.pt-l {	padding-top: 50px;}
.pt-m {	padding-top: 40px;}
.pt-s {	padding-top: 15px;}
.pb-l {	padding-bottom: 50px;}
.pb-m {	padding-bottom: 30px;}

@media screen and (min-width:950px) {
	.pt-l {	padding-top: 125px;	}
	.pt-m {	padding-top: 80px;}
	.pt-s {	padding-top: 25px;}
	.pb-l {	padding-bottom: 100px;}
	.pb-m {	padding-bottom: 50px;}
}
/*　メインビジュアル
----------------------------------------------------------*/
.lead {
	text-align: left;
	font-weight: bold;
}
@media screen and (min-width:950px) {
	.mainv {
		margin: 60px 60px 100px 60px;
		position: relative;
	}
	.mainv-img {
		text-align: right;
        padding-bottom: 45px;
	}
	.mainv-img img {
		width: 48vw;
		max-width: 740px;
	}
	.mainv-txt {
		position: absolute;
		left: 0;
        bottom: 0;
		width: 100%;
		text-align: center;
		display: flex;
		height: 32vw;
		align-items: flex-end;
	}
	.mainv-txt-inner {
		width: 100%;
		max-width:980px;
		margin:0 auto;
	}
	.mainv-txt-inner h1 {
		width: 50vw;
		max-width: 576px;
	}
	.lead {
		padding-top: 23px;
		font-size: 16px;
		line-height: 1.76;
        width: 60%;
        text-align: justify;
        letter-spacing: -0.03em;
	}
}

@media screen and (min-width:1600px) {
	.mainv {
		max-width: 1480px;
		margin: 60px auto 100px auto;
	}
	.mainv-img img {
		width: 800px;
		height: auto;
	}
	.mainv-txt {
		height: 537px;
	}
    
    .lead {
        width: 70%;
    }
}
@media screen and (max-width:949.9px) {
	.mainv-img img {
		width: 100%;
	}
	.mainv-txt {
		padding-top: 30px;
	}
	.mainv-txt img {
		width: 80%;
		max-width:400px;
	}
	.lead {
		padding: 25px 30px 0 30px;
		font-size: 15px;
        text-align: justify;
	}
	.lead br {
		display: none;
	}
}

/*見出し、文字
----------------------------------------------------------*/

.c-pink {color: #F05A89;}
.c-orange {color: #FAA633;}
.c-green {color: #79D346;}
.c-yellow {color: #DCCF00;}

.ind-10 {
	text-indent: 1em;
}
.ind-05 {
	text-indent: 0.5em;
}

.ind-10,
.ind-05 {
	margin-top: 2.2em;
}

.ttl-01 {
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.35;
}


.caption {
	line-height: 1.5;
	font-size: 12px;
    text-align: left;
}

.caption.caption--footer {
    padding-top: 10px;
    text-align: right;
    margin-right: -0.5em;
}

@media screen and (min-width:950px) {
	.ttl-01 {
		width: 35%;
	}
	.txt-01 {
		width: 65%;
	}
	.txt-02 {
		width: 48%;
	}
	.caption {
		font-size: 14px;
		max-width: 890px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ttl-02 img {
		max-width: 80%;
	}
	
	.ttl-02.ttl-02-2words img {
		max-width: 95%;
	}
    
    .caption.caption--footer {
        max-width: auto;
    }
}

@media screen and (max-width:949.9px) {
	.ttl-02 img {
		height: 70px;
		margin-top: -15px;
		margin-bottom: 15px;
	}
	.ttl-02.ttl-02-2lines img {
		height: 140px;
	}
	
}

/*　本文内画像
----------------------------------------------------------*/

.img-01 {
    text-align:center;
    margin: 30px 0;
}

.img-02 img:nth-child(1)  {
	margin-bottom: 15px;
}

.txt-caption-02 {
	font-weight: bold;
	font-size: 130%;
    line-height: 1.25;
    padding-bottom: 1.5em;
}

@media screen and (min-width:950px) {
    .img-01 {
        margin: 60px auto;
        width: 84%;
    }
	
}

@media screen and (min-width:758px) {
	.img-02 img {
		width: 49%;
	}
	.img-02 img:nth-child(1)  {
		margin: 0 auto 0 0;
	}
	
	.img-03 img {
		max-width: 75%;
	}
}

@media screen and (max-width:757.9px) {
	.maxw-md-70p {
		max-width: 70%;
	}
}

@media screen and (max-width:949.9px) {
	.maxw-lg-70p {
		max-width: 70%;
	}
}


/*　プロフィール
----------------------------------------------------------*/
.profile {
	background: #F6F6F6;
	padding: 20px;
	line-height: 1.6;
}
.profile-txt-class,
.profile-txt-detail {
	font-size: 13px;
}
.profile-txt-name {
	font-weight: bold;
}
.profile-txt-class {
	padding: 0.3em 0 1em;
	font-weight: bold;
}

.profile-img {
	text-align: center;
	padding-top: 20px;
}


@media screen and (min-width:758px) {
	.profile {
		padding: 30px 40px;
		font-size: 15px;
		align-items: center;
	}
	.profile-img {
		width: 18.5%;
		margin-right: auto;
		padding-top: 0;
	}
	.profile-txt {
		width: 77%;
	}
	.profile-txt-class,
	.profile-txt-detail {
		font-size: 15px;
	}	
}


/*　フッター
----------------------------------------------------------*/
.footer {
	border-bottom: 1px solid #ddd;
}

.btn-01 {
	text-align: center;
}
.btn-01 a {
	background: #000;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	padding: 0.9em 0;
	text-align: center;
	width: 100%;
	max-width: 450px;
	font-size: 15px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	position: relative;
	font-feature-settings: "palt";
}

.btn-01 a:after {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0.5em;
	background: url("icn-arrow.svg") no-repeat center center;
}

@media screen and (min-width:500px) {
	.btn-01 a {
		width: 90%;
		max-width: 450px;
		padding: 1.3em 0;
	}
	.btn-01 a:after {
		right: 1em;
	}	
}


@media screen and (min-width:950px) {
	.btn-01 a {
		font-size: 18px;
	}
}


/*　カコミ
----------------------------------------------------------*/

.kakomi-01 {
	border: 3px solid #FAA633;
}
.kakomi-02 {
	border: 3px solid #F05A89;
}

.kakomi-01 h2,
.kakomi-02 h2 {
	line-height: 1.3em;
	padding: 0.2em 0.5em 0.2em 1em;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: left;
	margin-left: -30px;
	margin-bottom: 15px;
}

.kakomi-01 h2 {
	background: #FAA633;
}

.kakomi-02 h2 {
	background: #F05A89;
}

.kakomi-01, .kakomi-02 {
	padding: 12px 20px 20px 20px;
}


a.arrow-01 {
	color: #010101;
	position: relative;
	display: inline-block;
	padding-left: 0.7em;
	line-height: 1.5em;
}

a.arrow-01:before {
	content: "";
	display: inline-block;
	width: 0.4em;
	height: 1.5em;
	background: url("icn-arrow-01.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}


@media screen and (min-width:950px) {
	.kakomi-01, .kakomi-02 {
		padding: 18px 40px 40px 40px;
	}
	.kakomi-01 h2,
	.kakomi-02 h2 {
		line-height: 1.3em;
		padding: 0.4em 1em 0.3em 50px;
		font-size: 22px;
		margin-left: -56px;
		margin-bottom: 25px;
	}
	.kakomi-02-txt {
	 	width: 62%;
		margin-left: auto;
	}
	.kakomi-02-img {
		width: 32%;
		
	}
}

.txt-color1, .txt-color2 {
	font-weight: bold;
	display: inline-block;
	padding-right: 1em;
}

.txt-color1 {
	color: #5FBFFF;
}
.txt-color2 {
	color: #79D346;;
}

.en {
	font-family: Arial, Helvetica, "sans-serif";
}

/*
.txt-pink {
	color: #F05A89;
}
*/

.txt-a + .txt-a {
	margin-top: 1.5em;
}

.txt-q::before {
	content: "";
	width: 1.8em;
	height: 1em;
	background:url("icn-line.svg") no-repeat 0 0.6em;
	display: inline-block;
	margin-right: 0.3em;
}





/*logo*/

.logo {
	text-align: center;
	font-weight: bold;
}

.logo img {
	width: 50%;
	max-width: 280px;
}

.logo-txt {
	font-size: 110%;
	line-height: 1.4;
}

.logo h3 {
	font-size: 150%;
}


@media screen and (min-width:758px) {

}

.nxr_header {
	border-bottom: 1px solid #ddd;
}
