@charset "utf-8";

/* --------------------------------------------
 [1] PC(640～)
 [2] スマホ(~640)
----------------------------------------------- */




/* PC用　
-----------------------------------------------------*/
#wrapper{
	width: 1000px;
	margin: auto;
}

/* ambassador
--------------------------------*/
.ambassador .inner{
	width: 960px;
	margin: auto;
}
.ambassador h2{
	margin: 50px auto 50px;
	line-height: 1.35;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	font-family: inherit;
}
.ambassador h2 span{
	font-size: 14px;
	font-weight: normal;
}
.ambassador .lead{
	margin-bottom: 40px;
	line-height: 2;
}
.ambassador .course{
	padding: 38px 42px;
	background-color: #faf3f6;
	overflow: hidden;
}
.ambassador .course h3{
	margin-bottom: 38px;
	text-align: center;
	color: #d18fa3;
	font-size: 18px;
	font-weight: 600;
}
.ambassador .course dl{
	float: left;
	width: 272px;
	position: relative;
}
.ambassador .course dl:not(:nth-of-type(3)){
	margin-right: 30px;
}
.ambassador .course dt{
	padding-top: 50px;
	color: #d18fa3;
	font-size: 15px;
	font-weight: 600;
}
.ambassador .course dt span{
	font-size: 14px;
}
.ambassador .course dd{
	margin-top: 7px;
	color: #060001;
	letter-spacing: -0.2px;
}
.ambassador .course dd p:nth-of-type(1){
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.5;
}
.ambassador .course dd p:nth-of-type(1) img{
	width: 100%;
}
.ambassador .course dd p:nth-of-type(2){
	line-height: 1.6;
}
.ambassador .topics{
	display: table;
	margin: 60px auto 80px;
}
.ambassador .topics h3{
	display: table-cell;
	width: 220px;
	text-align: center;
	vertical-align: middle;
	font-size: 32px;
}
.ambassador .topics ul{
	display: table-cell;
	width: 740px;
	vertical-align: middle;
}
.ambassador .topics li:not(:first-child){
	margin-top: 20px;
}
.ambassador .topics li span{
	display: inline-block;
	width: 92px;
	height: 20px;
	margin-right: 12px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.ambassador .topics li.report span{
	background-color: #d18fa3;
}
.ambassador .contact{
	padding: 30px 0 40px;
	text-align: center;
	border: 1px solid #aaa;
}
.ambassador .contact.ct2{
	border: solid 1px #aaa;
}
.ambassador .contact.ct3{
	border: solid 1px #ddd;
	background: #fafafa
}
.ambassador .contact.ct4{
	border: none;
	background: #faf3f6
}
.ambassador .contact h3{
	margin-bottom: 21px;
	font-size: 18px;
	font-weight: 600;
}
.ambassador .contact h3 + p{
	line-height: 2;
}
.ambassador .contact .btn{
	width: 180px;
	height: 31px;
	margin: 12px auto 0;
	line-height: 31px;
	border: 1px solid #d18fa3;
	background: url(../../../common/images/ar_white_right.png) no-repeat 96% 50% #d18fa3;
	background-size: 5px auto;
	transition: background-color 0.5s;
	font-size: 12px;
	text-align: center;
}
.ambassador .contact .btn.btn_sec{
	width: 480px;
	padding: 20px 0;
	font-size: 16px;
	margin-top: 30px;
}
.ambassador .contact .btn a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.ambassador .contact .btn:hover{
	background: url(../../../common/images/ar_pink_right.png) no-repeat 96% 50% #fff;
	background-size: 5px auto;
}
.ambassador .contact .btn:hover a{
	color: #d18fa3;
}
.mail_link{
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}
.topics .dis2 a{
    margin-top: 50px;
    padding: 30px 20px;
    background: url(../images/open.png) right bottom no-repeat;
    background-size: 30px auto;
    border: 1px solid #ca8c9e;
    color: #d18fa3;
    font-size: 18px;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
        transition: background-color 0.5s;
}
.topics .dis2 .dis_text{
	margin-top: 5px;
	display: block;
}
.ambassador .topics.topi2{
	width: 100%;
}
.topics .dis2 a:hover{
	color: #fff;
    background: url(../images/openhover.png) right bottom no-repeat #d18fa3;
        background-size: 30px auto;
}
.topics .dis2 a img{
left:0;
right: 0;
margin:auto;
position: absolute;
max-width: 250px;
}
.topics .dis2 a img.hover{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.topics .dis2 a img.nohover{
		filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.topics .dis2:hover a img.hover{
		filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.topics .dis2 a:hover img.nohover{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.mail_link.ml2{
    margin-top: 0;
    position: relative;
    top: -12px;
    background: #fff;
    width: 380px;
    margin: auto;
}
.ambassador .contact.ctc2{
	padding-bottom: 60px;
}
.topics .dis a img{
        transition: background-color 0.5s;
    }
.topics .dis a:hover img {
    opacity: 0.5;
}
/* スマホ用　
-----------------------------------------------------*/
@media screen and (max-width: 640px){
	#wrapper{
		width: 100%;
		padding-bottom: 0;
	}
	
	/* ambassador
	--------------------------------*/
	.ambassador .inner{
		width: 92%;
	}
	.ambassador h2{
		margin: 8% auto;
		line-height: 1.5;
		font-size: 150%;
	}
	.ambassador h2 span{
		font-size: 66%;
		font-weight: normal;
	}
	.ambassador .lead{
		margin-bottom: 10%;
		line-height: 1.4;
		font-size: 116%;
	}
	.ambassador .course{
		padding: 0;
	}
	.ambassador .course h3{
		width: 100%;
		margin-bottom: 0;
		padding: 1.3em 0;
		font-size: 116%;
	}
	.ambassador .course dl{
		float: none;
		width: 100%;
	}
	.ambassador .course dl:not(:nth-of-type(3)){
		margin-right: 0;
	}
	.ambassador .course dt{
		padding: 0.8em 1em;
		font-size: 116%;
		background: url(../../common/images/open.png) no-repeat 95% 50%;
		background-size: 11px;
		border-top: 1px solid #fff;
	}
	.ambassador .course dt.active{
		background: url(../../common/images/close.png) no-repeat 95% 50%;
		background-size: 11px;
		transition: 0.3s;
	}
	.ambassador .course .open{
		display: block;
	}
	.ambassador .course dt span{
		font-size: 85%;
	}
	.ambassador .course dd{
		display: none;
		margin-top: 7px;
		padding: 0 1em 1.3em;
		overflow: hidden;
	}
	.ambassador .course dd p:nth-of-type(1){
		float: left;
		width: 22%;
		position: inherit;
		top: inherit;
		right: inherit;
		line-height: 0;
		margin-right: 4%;
	}
	.ambassador .course dd p:nth-of-type(2){
		float: left;
		width: 74%;
		line-height: 1.6;
		font-size: 91%;
	}
	.ambassador .topics{
		display: block;
		margin: 10% auto;
	}
	.ambassador .topics h3{
		display: block;
		width: 100%;
		margin-bottom: 6%;
		font-size: 200%;
	}
	.ambassador .topics ul{
		display: block;
		width: 100%;
	}
	.ambassador .topics li{
		line-height: 1.8;
		font-size: 116%;
	}
	.ambassador .topics li:not(:first-child){
		margin-top: 20px;
	}
	.ambassador .topics li span{
		display: block;
		width: 7em;
		height: auto;
		margin: 0 0 1%;
		line-height: 1.5;
		font-size: 96%;
	}
	.ambassador .contact{
		padding: 6%;
	}
	.ambassador .contact h3{
		margin-bottom: 6%;
		font-size: 116%;
	}
	.ambassador .contact h3 + p{
		line-height: 1.4;
		text-align: left;
		font-size: 116%;
	}
	.ambassador .contact .btn{
		width: 80%;
		height: auto;
		margin: 6% auto 0;
		padding: 1em 0;
		line-height:1;
		background: url(../../../common/images/ar_white_right.png) no-repeat 96% 50% #d18fa3;
		background-size: 5px auto;
		font-size: 116%;
	}
	.ambassador .contact .btn.btn_sec{
		width: 100%;
		font-size: 15px;
		line-height: 140%;
		margin-top: 20px;
	}
	.ambassador .contact .btn:hover{
		background: none;
	}
	.mail_link.ml2{
		width: 80%;
		top: -20px;
	}
	.topics .dis2 .dis_text{
		font-size: 15px;
		margin-top: 10px;
	}
	.topics .dis2 a img{
		max-width: 180px;
	}
}



@charset "UTF-8";

footer {
    color: #000;
    font-size: 1.6rem;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-footer {
    border-top: 1px solid #e3e3e3;
}
.p-footer--sns {
    max-width: 1440px;
    min-width: 1220px;
    margin: 0 auto;
}
.p-footer--sns .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.p-footer--sns .list li.sns_btn {
    padding: 20px 0;
}
.p-footer--sns .list li.sns_btn > *:not(:last-child) {
    margin-right: 10px;
}
.p-footer--sns .list li img{
    vertical-align: middle;
}
.p-footer--sns .list li.sns_btn a {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    border: 2px solid #e3e3e3;
    border-radius: 50px;
    font-weight: normal;
    line-height: 26px;
}
.p-footer--sns .list li.sns_btn a:hover {
    background: #e3e3e3;
}
.p-footer--sns .list li.sns_btn > *:not(:last-child) {
    margin-right: 10px;
}
.p-footer--sns .list li {
    width: calc(100% / 4.1);
    text-align: center;
}
.p-footer--sns .list li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}
footer {
    background-color: #ffffff;
}
.p-footer--bg {
    background: #f3f3f3;
}
.p-footer--sns .list li.sns_btn > *:not(:last-child) {
    margin-right: 10px;
}
.p-footer--sns .list li a span {
    display: inline-block;
    margin-left: 10px;
    color: #787878;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
footer a {
    color: #000;
    text-decoration: none;
}
footer .p-footer--sns .list li a {
    color: #000;
    text-decoration: none;
}
.pagetop-inner-bg {
    display: none;
}
.p-footer--sns .list li img {
    width: 10%;
    margin-top: 1%;
}
.p-footer--sns .list li a {
    display: block;
    padding: 20px 0;
}
.p-footer--sns .list li:nth-child(4) img{
    margin-top: 1%;
}
.p-footer--nav_area nav .ft-title,.brand_menu .ft-title {
    padding-left: 5px;
    font-weight: bold;
    font-size: 17px;
    border-left: 3px solid #0f524d;
}
.brand_menu .ft-title {
    border-left: none;
}
.brand_menu .ft-title.normal{
    padding-left: 0;
}
.p-footer--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 50px 0px;
}
.p-footer--nav_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 70%;
    flex-basis: 68%;
    padding: 50px 6% 40px 6%;
}
.p-footer--nav_area nav {
    padding:0;
    margin-left: 2%;
    width: 80%
}
.p-footer--nav_area nav:nth-child(2){
    width: 40%;
}
.p-footer--nav_area nav .nav-list,.brand_menu .nav-list {
    margin-top: 20px;
}
.p-footer--nav_area nav:first-child .nav-list {
    display: inline-block;
    vertical-align: top;
}
.p-footer--contents{
    max-width: 1440px;
    /*min-width: 1220px;*/
    margin: 0 auto;
}
.p-footer--nav_area_sp {
    display: none;
    width: 100%;
    background: #f3f3f3;
}
.p-footer--nav_area nav .nav-list li a,.brand_menu .nav-list li a {
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
}
.p-footer--nav_area nav .nav-list li a:hover,.brand_menu .nav-list li a:hover {
    color: #000;
    opacity: 0.7;
    text-decoration: none;
}
.p-footer--nav_area nav .nav-list + .nav-list {
    /*margin-left: 120px;*/
}
.p-footer--nav_area nav:first-child .nav-list{
    float: left;
    width: 35%;
}
.p-footer--nav_area nav:first-child .nav-list:nth-child(3){
    float: left;
    padding-left: 10%;
}
.p-footer{
    padding-top: 0;
}
.p-footer--nav_area nav .nav-list li{
    width: auto;
    height: auto;
    font-family: inherit;
    float: none;
    margin-bottom: 8px;
}
.p-footer--nav_area nav .nav-list li,.brand_menu .nav-list li {
    margin-bottom: 5px;
    padding-left: 0;
    line-height: 25px;
}
.brand_menu {
    padding-left: 6%;
    background: #f8f8f8;
    width: 18.5%;
    padding: 50px 0 40px 6%;
}

footer #footer-logo {
    background-color: #e9e9e9;
    padding-top: 15px;
    text-align: center;
}
footer #footer-logo {
    content: "";
    clear: both;
    display: block;
}
footer #footer-logo p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 8px;
    font-family: 'PT Sans', sans-serif;
    color: #666;
}
footer #footer-logo div {
    height: 18px;
    margin-top: 6px;
}
footer nav li {
    border-left: none;
    display: block;
    padding: inherit;
}
footer nav {
    margin: inherit;
    padding: inherit;
}
.brand_menu .nav-list li{
    line-height: 22px;
}

@media screen and (max-width: 750px) {
.p-footer--nav_area nav:first-child .nav-list + .nav-list {
    margin-left: 0;
}
.p-footer--sns,.p-footer--contents{
    width: 100%;
    min-width: 100%;
}
.p-footer--sns .list li.sns_btn {
    padding: 15px;
}
.p-footer--sns .list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.p-footer--sns .list li {
    width: 100%;
    text-align: left;
}
.p-footer--sns .list li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.p-footer--sns .list li a {
    padding: 15px;
    position: relative;
}
.p-footer--sns .list li.sns_btn a::after,section.p-footer--contents div.brand_menu,.p-footer--nav_area {
    display: none;
}
.p-footer--nav_area_sp {
    display: block;
}
div#pagetop {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 999;
}
dl.accordion dd.dd01 {
    display: none;
}
dl.accordion:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
}
.p-footer--contents {
    padding: 0;
}
.p-footer--nav_area_sp dl dt {
    font-size: 15px;
    font-weight: normal;
}
dl.accordion b{
    font-weight: normal;
}
dl.accordion{
    margin-bottom: 0;
}
.p-footer--nav_area_sp dl dt {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    padding: 15px;
    position: relative;
}
.p-footer--nav_area_sp dl dt::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
dt.open::after {
    -webkit-transform: translateY(-50%) rotate(135deg) !important;
    transform: translateY(-50%) rotate(135deg) !important;
}
.p-footer--nav_area_sp dl dd li a {
    display: block;
    padding: 0 15px;
    font-size: 12px;
    line-height: 24px;
}
.p-footer--sns .list li img{
    display: inline-block;
}
.p-footer--nav_area_sp .nav-list{
    margin-bottom: 10px;
}
.p-footer--sns .list li img{
    vertical-align: middle;
}
.clearfix:after {
    visibility: inherit;
}
}