@charset "UTF-8";
/*------------------------------------------------------------
**
**	TKC
**  クレド
**  ごあいさつ
**  プライバシーポリシー
**
------------------------------------------------------------*/
ul,li {list-style:none}
a {display: block}
/*--------------------------
			共通
--------------------------*/
.main-contents {
	font-feature-settings: "palt";
	margin: 0 auto 40px;
}

.main-title {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 auto 72px;
	text-align: center;
}

.main-title-en {
	color: #999999;
	display: block;
	font-weight: 700;
	font-size: 16px;
}

.head-main-pic {
	line-height: 0;
	margin-bottom: 113px;
	width: 100%;
}

.top-group-block {
	border-top: 0;
	padding-top: 0;
}


@media only screen and (max-width: 767px) {
	.main-title {
		font-size: 28px;
		margin: 0 auto 34px;
	}

	.main-title-en {
		font-size: 12px;
	}

	.head-main-pic {
		margin-bottom: 55px;
	}
}

/*-------------------------------------------
					TKC
-------------------------------------------*/

.tkc-top-block {
	border-bottom: solid 1px #e6e6e6;
	margin: 0 auto 80px;
	padding: 93px 0 75px;
	width: 960px;
}

.tkc-head-txt {
	margin: 0 auto;
    text-align: center
}

.tkc-btn-block {
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

.tkc-btn-contents {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tkc-btn-list {
	margin-bottom: 24px;
	width: 31.6%;
}

.tkc-btn-link {
    display: block;
	border: solid 1px #3871b8;
	color: #3871b8;
	font-weight: bold;
	line-height: 100px;
	position: relative;
}

.tkc-btn-link::after {
	border-bottom: solid 1px #3871b8;
	border-right: solid 1px #3871b8;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 20px;
	top: calc(50% - 3px);
	transform: rotate(-45deg);
	transition: all .25s ease-in-out;
	width: 7px;
}

.tkc-all-btn {
	margin: 56px auto 114px;
}

.tkc-all-btn .tkc-btn-link {
	line-height: 80px;
}


@media only screen and (max-width: 767px) {
	.tkc-top-block {
		margin: 0 auto 40px;
		padding: 45px 0 53px;
		width: 90%;
	}
    .tkc-head-txt {text-align: left}

	.tkc-btn-block {
		width: 90%;
	}

	.tkc-btn-contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tkc-btn-list {
		margin: 0 auto 20px;
		width: 100%;
	}

	.tkc-btn-link {
		line-height: 80px;
	}

	.tkc-all-btn {
		margin: 20px auto 40px;
	}

	.tkc-all-btn .tkc-btn-link {
		background-color: #3871b8;
		color: #ffffff;
		height: 80px;
		line-height: 1.45;
		padding-top: 15px;
	}

	.tkc-all-btn .tkc-btn-link::after {
		border-bottom: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
	}
}


/*-------------------------------------------
					クレド
-------------------------------------------*/
.cred-top-block {
	padding: 93px 0 0px;
}

.cred-title {
	border-bottom: solid 1px #3871b8;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 36px;
	padding-bottom: 9px;
}

.cred-contents-block {
	margin: 0 auto;
	width: 960px;
}

.cred-head {
	font-size: 28px;
	margin-bottom: 15px;
}

.cred-head-txt {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 67px;
}

.cred-philosophy {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 75px;
}

.cred-philosophy-list {
	border: solid 1px #e6e6e6;
	font-size: 15px;
	padding: 45px 40px 40px;
	width: calc((100% - 60px) / 3);
}

.philosophy-head {
	color: #3871b8;
	font-size: 20px;
	margin-bottom: 12px;
	text-align: center;
}

.philosophy-txt {
	line-height: 1.85;
	text-align: justify;
}

.philosophy-txt-sub {
	display: block;
	font-size: 12px;
	margin-top: 15px;
	position: relative;
}

.cred-box {
	border: solid 1px #e6e6e6;
	margin-bottom: 100px;
	padding: 39px 0 36px;
	position: relative;
}

.cred-box-head {
	background-color: #ffffff;
	color: #3871b8;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 auto;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	text-align: center;
	width: 138px;
}

.cred-box-txt {
	font-size: 15px;
	line-height: 1.75;
	margin: 0 auto;
	text-align: justify;
	width: 60%;
    padding-left:30px
}

@media only screen and (max-width: 767px) {
	.cred-top-block {
		padding: 45px 0 0;
	}

	.cred-title　{
		font-size: 18px;
		margin-bottom: 19px;
		padding-bottom: 1px;
	}

	.cred-contents-block {
		width: 90%;
	}

	.cred-head {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 8px;
	}

	.cred-head-txt {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 30px;
	}

	.cred-philosophy {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 30px;
	}

	.cred-philosophy-list {
		margin-bottom: 10px;
		width: 100%;
	}

	.cred-box {
		margin-bottom: 80px;
		padding: 36px 40px 36px;
	}

	.cred-box-head {
		font-size: 18px;
		line-height: 18px;
		width: 122px;
		top: -9px;
	}

	.cred-box-txt {
		line-height: 1.65;
		width: auto;
	}
}





.type-B-contents {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	width: 960px;
}

.type-B-list {
	margin-bottom: 36px;
	width: calc((100% - 60px) / 2);
}

.type-B-list::after {
	background-color: #e6e6e6;
	content: "";
	display: block;
	height: 1px;
	margin-top: 33px;
	width: 40px;
}

.type-B-list:nth-last-child(1)::after,
.type-B-list:nth-last-child(2)::after {
	background-color: transparent;
}

.type-B-heading {
	font-size: 20px;
	margin-bottom: 18px;
	padding-left: 25px;
	position: relative;
}

.type-B-heading::before {
	content: "●";
	color: #3871b8;
	display: block;
	position: absolute;
	left: 0;
}

.type-B-txt {
	font-size: 15px;
	line-height: 1.8;
    text-align: justify
}

@media only screen and (max-width: 767px) {
	.type-B-contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 10px;
		width: 100%;
	}

	.type-B-list {
		margin-bottom: 20px;
		width: 100%;
	}

	.type-B-list:last-child {
		margin-bottom: 0;
	}

	.type-B-list::after {
		margin-top: 18px;
	}

	.type-B-list:nth-last-child(2)::after {
		background-color: #e6e6e6;
	}

	.type-B-heading {
		font-size: 18px;
		margin-bottom: 7px;
	}

	.type-B-txt {
		font-size: 14px;
		line-height: 1.75;
	}
}
/*-------------　クレドに追加　--------------*/
.bnr_note_box{margin-bottom: 150px}
.bnr_note_box a{
    background: #41c9b4;
    color: #fff;
    display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    flex-direction: row-reverse}
.bnr_note_box img{width: 270px}
.bnr_note_main{
    padding:40px 40px 0;
    font-size: 23px;
    font-weight: 700}
.bnr_note_main span{
    display: inline-block;
    margin-top: 14px;
    padding:9px 45px;
    font-size: 14px;
    font-weight: 700px;
    line-height: 1;
    background: #fff;
    color:  #41c9b4;
    position: relative}
.bnr_note_main span:after {
	background: url(../img/pages/tab_note.svg)no-repeat;
    background-size: 16px;
	content: '';
    position: absolute;
    top:10px;right:8px;
    width: 20px;
    height: 15px}
@media only screen and (max-width: 767px) {
    .bnr_note_box{
        margin-bottom: 100px;
        flex-direction:row;
        display: block}
    .bnr_note_box img{width: 60%}
    .bnr_note_main{
        padding:0 10px 30px 10%;
        width: 100%;font-size: 18px}
}


/*-------------------------------------------
					ごあいさつ
-------------------------------------------*/

.message-top-block {
	padding: 93px 0 193px;
}

.message-head,
.message-txt,
.message-credit {
    text-align: justify;
	margin: 0 auto;
	width: 880px;
}

.message-head {
	font-size: 28px;
	margin-bottom: 40px;
}

.message-txt {
	line-height: 2;
	margin-bottom: 68px;
}

.message-credit {
	text-align: right;
}


@media only screen and (max-width: 767px) {
	.message-top-block {
		padding: 43px 0 75px;
	}

	.message-head,
	.message-txt,
	.message-credit {
		width: 90%;
	}
	
	.message-head {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 17px;
	}
	
	.message-txt {
		line-height: 1.8;
		margin-bottom: 30px;
	}
}




/*-------------------------------------------
			プライバシーポリシー
-------------------------------------------*/
.privacy-top-block {
	border-bottom: solid 1px #e6e6e6;
	margin: 0 auto 77px;
	padding: 93px 0 5px;
	width: 960px;
}

.privacy-contents-block {
	margin: 0 auto;
	width: 960px;
}

.privacy-head {
	margin-bottom: 87px;
	line-height: 1.88;
}

.privacy-title {
	border-bottom: solid 1px #3871b8;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 22px;
	padding-bottom: 9px;
	position: relative;
}

.privacy-txt {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 67px;
}


@media only screen and (max-width: 767px) {
	.privacy-top-block {
		margin: 0 auto 37px;
		padding: 43px 0 5px;
		width: 90%;
	}
	
	.privacy-contents-block {
		width: 90%;
	}
	
	.privacy-head {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 54px;
	}
	
	.privacy-title {
		border-bottom: 0;
		font-size: 18px;
		margin-bottom: 15px;
		padding: 0;
	}
	
	.privacy-title::after {
		background-color: #3871b8;
		content: "";
		display: block;
		height: 1px;
		margin-top: 7px;
		width: 40px;
	}
	
	.privacy-txt {
		margin-bottom: 28px;
	}
}