@charset "utf-8";
/* CSS Document */

.pc {
	display: block;
}
.pc-in {
	display: inline;
}
.sp {
	display: none;
}
.sp-in {
	display: none;
}
@media screen and (max-width:799px) {
	.pc {
		display: none;
	}
	.pc-in {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp-in {
		display: inline;
	}
}


.contentArea {
}
.contentArea .mainVisualArea .mainVisual {
	height: 140px;
	display: flex;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding-left: 100px;
	box-sizing: border-box;
}
.contentArea .mainVisualArea .mainVisual h1 {
	font-size: 26px;
	color: #FF6F61;
	letter-spacing : 7.8px;
}
.contentArea .inner {
	width: 800px;
	margin: 0 auto;
}
.contentArea .inner .container {
	padding: 60px 0 80px;
}
@media screen and (max-width:799px) {
	.contentArea .mainVisualArea .mainVisual {
		height: 140px;
		min-width: 750px;
		width: 750px;
		margin: 0 auto;
		padding-left: 50px;
		box-sizing: border-box;
	}
	.contentArea .inner {
		min-width: 750px;
		width: 750px;
	}
	.contentArea .inner .container {
	padding: 50px 0 50px;
}
}
/* =======================================
.credo
======================================= */
.contentArea.credo {
}
.credo .mainVisualArea {
	background-color: #F5F5F5;
}
.credo .mainVisualArea .mainVisual {
	background: url(../img/credo_bg.png) no-repeat center right 128px;
}
.credo .container {
}
.credo .container h2 {
	color: #FF6F61;
	font-size: 22px;
	line-height : 40px;
	letter-spacing : 6px;
}
.credo .container > h2 {
	margin-bottom: 80px;
}
.credo .container > h2 > .font-big {
	display: block;
	font-size: 30px;
}

.credo .container h2 > .font-small {
	font-size: 22px;
	display: block;
}
.credo .container h2 > .font-big {
	font-size: 28px;
}
.credo .container .type-A {
    border-top: 1px solid #FF6F61;
    padding-top: 2em;
}
.credo .container .type-A h3 {
    text-align: center;
    color: #FF6F61;
    font-size: 1.6em;
}
.credo .container .type-A h3 .txt01 {
    display: block;
    margin-bottom: 0.5em;
}
.credo .container .type-A h3 .txt02 {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 175%;
    letter-spacing: 0.2em;
}
.credo .container .type-A h3 .txt03 {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 125%;
    letter-spacing: 0.15em;
}
.credo .container .type-A .img {
    display: block;
    width: 500px;
    max-width: 95%;
    margin: 2.5em auto 0;
}
.credo .container .type-B {
    margin-top: 1.5em;
    margin-bottom: 5em;
    padding: 1.5em 2.5%;
    background: #FAD8D0;
    background: -webkit-linear-gradient(bottom, rgba(250, 216, 208, 1) 0%, rgba(255, 255, 255, 1) 50%);
    background: -o-linear-gradient(bottom, rgba(250, 216, 208, 1) 0%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(to top, rgba(250, 216, 208, 1) 0%, rgba(255, 255, 255, 1) 50%);
}
.credo .container .type-B h3 {
    color: #FF6F61;
    font-size: 175%;
    text-align: left;
    font-weight: 500;
    margin-bottom: 1em;
}
.credo .container .type-B h3 span {
    font-size: 75%;
    margin-left: 0.5em;
}
.credo .container .type-B .box01 dl {
    display: flex;
    margin-bottom: 1em;
    font-size: 1.23em;
}
.credo .container .type-B .box01 dl dt {
    background: rgba(236,109,101,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    width: 18em;
    height: 4em;
}
.credo .container .type-B .box01 dl.mind dt {
    background: #ee7e72;
    color: #fff;
}
.credo .container .type-B .box01 dl dd {
    display: flex;
    align-items: center;
    width: calc(100%-19em);
    text-align: left;
}
.credo .container .type-C {
	position: relative;
	width: 800px;
	background-color: #FF6F61;
}
.credo .container .type-C .inner {
	border: 1px solid #FF6F61;
	position: relative;
	top: -3px;
	left: -5px;
	background-color: #fff;
}
.credo .container .type-C .titleBox {
	border-bottom: 1px solid #FF6F61;
	padding: 25px 0 20px;
}
.credo .container .type-C .titleBox > h2 {
	margin-bottom: 0;
	font-size: 28px;
}
.credo .container .type-C .textBox {
	padding: 25px 0;
}
.credo .container .type-C .textBox p {
	font-size: 16px;
	line-height : 30px;
	letter-spacing : 1.6px;
	color: #3E3A39;
	margin-bottom: 25px;
}
.credo .container .type-C .textBox p.txt_last {
	font-size: 18px;
}
.credo .container .type-C .textBox p .textA {
	display: inline-block;
	padding-right: 20px;
}
.credo .container .type-C .textBox p .textB {
	display: inline-block;
	padding-left: 20px;
	color: #FF6F61;
}

@media screen and (max-width:799px) {
	.credo .mainVisualArea .mainVisual {
		background: url(../img/credo_bg.png) no-repeat center right 30px;
	}
	.contentArea .mainVisualArea .mainVisual h1 {
		font-size: 28px;
	}
	.credo .container h2 {
		color: #FF6F61;
		font-size: 24px;
		line-height : 40px;
		letter-spacing : 6px;
	}
	.credo .container > h2 {
		margin-bottom: 50px;
	}
	.credo .container > h2 .font-big {
		font-size: 36px;
	}
	.credo .container h2 > .font-small {
		font-size: 28px;
		display: block;
	}
	.credo .container h2 > .font-big {
		font-size: 34px;
	}
    .credo .container .type-A {
        font-size: 2.5vw;
    }
    .credo .container .type-B {
        padding: 2em 50px;
        font-size: 2.75vw;
    }
    .credo .container .type-B .box01 dl {
        display: block;
        margin-bottom: 1.5em;
    }
    .credo .container .type-B .box01 dl dt {
        width: 100%;
        height: 3em;
        margin: 0 0 0.5em;
    }
    .credo .container .type-B .box01 dl dd {
        width: 100%;
        text-align: center;
        display: block;
    }
	.credo .container .type-C {
		min-width: 750px;
		width: 750px;
		padding: 0 60px;
		box-sizing: border-box;
		background-color: transparent;
	}
	.credo .container .type-C .inner {
		top: auto;
		left: auto;
		min-width: 100%;
		width: 100%;
	}
	.credo .container .type-C .textBox {
		padding: 25px 30px;
	}
	.credo .container .type-C .textBox p {
		font-size: 24px;
	}
	.credo .container .type-C .textBox p:first-of-type {
		text-align: left;
		word-break:break-all;
	}
	.credo .container .type-C .textBox p:last-of-type {
		font-size: 24px;
	}
	.credo .container .type-C .textBox p .textB {
		font-size: 24px;
	}
}
/* =======================================
.message
======================================= */
.contentArea.message {
}
.message .mainVisualArea {
	background-color: #FFFAFA;
}
.message .mainVisualArea .mainVisual {
	background: url(../img/message_bg.png) no-repeat center right 0px;
}
.message .inner {
	width: 900px;
}
.message .container h2 {
	font-size: 22px;
	color: #FF6F61;
	letter-spacing : 2.2px;
	line-height : 42px;
	text-align: left;
	margin-bottom: 60px;
}
.message .container section {
	display: flex;
}
.message .container section p {
	text-align: left;
	font-size: 16px;
	line-height : 32px;
	color : #3E3A39;
	margin-bottom: 16px;
	font-family: 'Noto Serif JP';
}
.message .container section p:last-of-type {
	margin-bottom: 0;
}

.message .container .leftBox {
	margin-right: 30px;
}
.message .container .rightBox {
}
.message .container .rightBox .img {
	padding-right: 60px;
	margin-bottom: 20px;
}
.message .container .rightBox .img img {
	width: 210px;
}
.message .container .rightBox .name {
	font-size: 26px;
}
.message .container .rightBox .name span {
	font-size: 16px;
}
.message .container .rightBox .prof-imfo {
	font-size: 12px;
	line-height : 22px;
	letter-spacing : 0.72px;
	color : #3E3A39;
}
.message .container .rightBox .prof-imfo span {
	letter-spacing : 0;
}
@media screen and (max-width:799px) {
	.message .mainVisualArea .mainVisual {
		background: url(../img/sp/message_bg_sp.png) no-repeat center right 0px;
	}
	.message .inner {
		width: 750px;
	}
	.message .inner .container {
		padding: 50px;
	}
	.message .container section {
		flex-direction: column-reverse;
	}
	.message .container h2 {
		font-size: 28px;
	}
	.message .container section p {
		font-size: 24px;
		margin-bottom: 40px;
		line-height: 40px;
		letter-spacing: 0.96px;
	}
	.message .container .rightBox .name {
		font-size: 30px;
	}
	.message .container .rightBox {
		overflow: hidden;
		margin-bottom: 40px;
	}
	.message .container .rightBox .img {
		float: left;
		padding-right: 20px;
	}
	.message .container .rightBox .name span {
		font-size: 18px;
		display: block;
	}
	.message .container .rightBox .prof-imfo {
		font-size: 20px;
		line-height : 35px;
		letter-spacing : 1.2px;
	}
	.message .container .leftBox {
		margin-right: inherit;
	}

}
/* =======================================
.keishin-net
======================================= */
.contentArea.keishin-net {
}
.keishin-net .mainVisualArea {
	background-color: #fffafa;
}
.keishin-net .mainVisualArea .mainVisual {
	background: url(../img/keishin-net_bg.png) no-repeat center right 128px;
}
.keishin-net .container .lead01 {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 1.44px;
    color: #3E3A39;
    text-align: left;
}
.keishin-net .container h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #222;
    border: 1px solid #FF6F61;
    border-left: 0.3em solid #FF6F61;
    padding: 0.35em 0.75em;
    margin-bottom: 1em;
}
.keishin-net .container > h2 {
	margin-bottom: 80px;
}
.keishin-net .container .box01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2em;
    margin-bottom: 1.5em;
    margin-left: 10%;
}
.keishin-net .container .box01 .img01 {
    width: 30%;
}
.keishin-net .container .box01 .img02 {
    width: 65%;
}
.keishin-net .container .type-A section {
    text-align: left;
}
.keishin-net .container .type-A section:not(:last-child) {
	margin-bottom: 50px;
}
.keishin-net .container .type-A section p {
    font-size: 1.15em;
    line-height: 1.8;
}
@media screen and (max-width:799px) {
	.keishin-net .mainVisualArea .mainVisual {
		background: url(../img/keishin-net_bg.png) no-repeat center right -40%;
	}
	.contentArea .mainVisualArea .mainVisual h1 {
		font-size: 28px;
	}
    .keishin-net .container .lead01 {
        font-size: 24px;
        line-height: 46px;
    }
    .keishin-net.contentArea .inner .container {
        padding: 50px;
    }
    .keishin-net .container .box01 {
        margin-top: 5em;
        margin-bottom: 4em;
        margin-left: 0;
    }
	.keishin-net .container h2 {
		font-size: 26px;
	}
    .keishin-net .container .type-A section p {
        font-size: 24px;
    }
}
/* =======================================
.group
======================================= */
.contentArea.group {
}
.group .mainVisualArea {
	background-color: #F5FFFF;
}
.group .mainVisualArea .mainVisual {
	background: url(../img/group_bg.png) no-repeat center right 144px;
}
.group .container {
}
.group .main-group-text {
	font-size: 16px;
	line-height : 33px;
	letter-spacing : 1.44px;
	color : #3E3A39;
	text-align: left;
	margin-bottom: 50px;
}

.group section {
	margin-bottom: 40px;
}
.group section h2 {
	background-color: #FF6F61;
	color: #fff;
	font-size: 20px;
	letter-spacing : 1px;
	padding: 15px 20px;
	position: relative;
	text-align: left;
	cursor: pointer;
	margin-bottom: 15px;
}
.group section h2.js-btn:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 15px;
	background: url(../img/arrow_open.png) no-repeat;
	top: 22px;
	right: 20px;
	position: absolute;
}
.group section h2.js-btn.active:after {
	background: url(../img/arrow_close.png) no-repeat;
}
.group section h2 > span {
	font-size: 16px;
}
.group section h2 .logo {
    width: 2.5em;
    display: inline-block;
    vertical-align: middle;
    margin: -0.75em 0.5em -0.5em 0;
}
.group section .listBox {
}
.group section .listBox .list {
	padding: 20px 30px;
	position: relative;
	border: 1px solid #FF6F61;
	margin-bottom: 20px;
    min-height: 492px;
}
.group section.fukushikai .listBox .list {
    min-height: 0;
}
.group section .listBox .list:last-of-type {
	margin-bottom: 0;
}
.group section .listBox .list .nameBox {
	border-bottom: 1px solid #FF6F61;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
.group section .listBox .list .nameBox h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #FF6F61;
	letter-spacing : 1.4px;
    text-align: left;
}
.group section .listBox .list .nameBox .webLink {
	border: 2px solid #CCC;
	border-radius: 30px;
	margin-right: 165px;
	padding: 4px 30px 4px 15px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #3E3A39;
	background: url(../img/webLink-icon.png) no-repeat center right 10px;
	transition: all 0.3s ease 0s;
}
.group section .listBox .list .nameBox .webLink:hover {
	opacity: 0.8;
}
.group section .listBox .list .img {
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 150px;
}
.group section .listBox .list .img img {
    width: 150px;
}
.group section .listBox .list .img img:not(:last-child) {
    margin-bottom: 10px;
}
.group section .listBox .list .infoBox {
	display: flex;
	justify-content: flex-start;
}
.group section .listBox .list .infoBox .logo {
	padding: 0 10px;
	margin-right: 20px;
    width: auto;
}
.group section .listBox .list .infoBox .logo img {
	max-width: 80px;
}

.group section .listBox .list .infoBox .logo.logo02 img {
	max-width: 66px;
	margin-right: 14px;
}

.group section .listBox .list .infoBox .school-info {
	width: 460px;
}
.group .school-info .text {
	text-align: left;
	font-size: 14px;
	line-height : 22px;
	letter-spacing : 0.56px;
	color : #3E3A39;
	margin-bottom: 1em;
}
.group .school-info > dl {
}
.group .school-info > dl > dt {
	text-align: left;
}
.group .school-info > dl > dd {
	text-align: left;
}
.group .school-info > dl > dd {
}
.group .school-info > dl > dd dl {
}
.group .school-info > dl > dd dl dt,
.group .research-info > dl > dd dl dt,
.group .welfare-medicine-info > dl > dd dl dt {
	display: inline-block;
}
.group .school-info > dl > dd dl dd,
.group .research-info > dl > dd dl dd,
.group .welfare-medicine-info > dl > dd dl dd {
	display: inline-block;
}
.group .research-info .webLink {
	display: none;
}
.group section .listBox .list .infoBox .research-info,
.group section .listBox .list .infoBox .welfare-medicine-info {
	width: 600px;
}
.group section .listBox .list .infoBox .research-info >dl,
.group section .listBox .list .infoBox .welfare-medicine-info >dl {
	text-align: left;
}
.group section .listBox .list .infoBox .research-info .text,
.group section .listBox .list .infoBox .welfare-medicine-info .text {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.56px;
	color: #3E3A39;
	margin-bottom: 1em;
}
.group .chart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.group .chart img:nth-child(1) {
    width: 46.15%;
}
.group .chart img:nth-child(2) {
    width: 51%;
}
.group section .listBox .list .infoBox .welfare-medicine-info .cat {
    display: flex;
    flex-wrap: wrap;
}
.group section .listBox .list .infoBox .welfare-medicine-info .cat li {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    border: 1px solid #FF6F61;
    color: #FF6F61;
    padding: 0.25em 0.5em;
}

@media screen and (max-width:799px) {
	.group .mainVisualArea .mainVisual {
		background: url(../img/group_bg.png) no-repeat center right 0px;
	}
	.group .inner {
		width: 750px;
	}
	.group .inner .container {
		padding: 50px;
	}
	.group .main-group-text {
		font-size: 24px;
		line-height: 46px;
	}
	.group section h2 {
		font-size: 28px;
	}
	.group section h2 span {
		font-size: 22px;
	}
	.group section h2.js-btn:after {
		top: 30px;
	}
    .group section .listBox .list {
        min-height: 0;
    }
	.group section .listBox .list .nameBox {
		display: block;
	}
	.group section .listBox .list .nameBox h3 {
		font-size: 28px;
	}
	.group section .listBox .list .nameBox .webLink {
		display: none;
	}
	.group section .listBox .list .infoBox {
		display: block;
	}
	.group section .listBox .list .infoBox .school-info {
		width: 100%;
	}
	.group section .listBox .list .img {
		display: none;
	}
	.group section .listBox .list .infoBox .logo {
		margin: 0 0 20px;
		padding: 0;
		display: flex;
		justify-content: center;
		height: auto;
		max-height: initial;
        flex-wrap: wrap;
	}
	.group section .listBox .list .infoBox .logo img {
		display: inline-block;
		align-self: center;
		
	}
	.group section .listBox .list .infoBox .logo img:first-of-type {
		margin-right: 30px;
		width: auto;
		max-width: initial;
		max-height: 113px;
	}
	.group section .listBox .list .infoBox .logo img:nth-child(n+2){
        max-width: 284px;
        margin: 0 5px;
        margin-bottom: 10px;
	}
	.group section .listBox .list .infoBox .logo.sp img{
		margin-right: 0;
		width: auto;
		max-height: initial;
	}
	.group .school-info .text {
		font-size: 24px;
		line-height : 40px;
		color : #3E3A39;
		border-bottom: 1px solid #FF6F61;
		padding-bottom: 24px;
	}
	.group section .listBox .list .infoBox .research-info .text,
	.group section .listBox .list .infoBox .welfare-medicine-info .text {
		font-size: 24px;
		line-height : 40px;
		color : #3E3A39;
		border-bottom: 1px solid #FF6F61;
		padding-bottom: 24px;
	}
	.group .school-info > dl,
	.group section .listBox .list .infoBox .research-info >dl,
	.group section .listBox .list .infoBox .welfare-medicine-info >dl {
		font-size: 22px;
		line-height : 32px;
		letter-spacing : 1.1px;
		color : #3E3A39;
		margin-bottom: 10px;
		display: inline-block;
	}
	.group .school-info > .webLink,
	.group .research-info .webLink,
	.group .welfare-medicine-info .webLink {
		border-radius: 30px;
		padding: 10px 160px 10px 145px;
		display: inline-block;
		font-size: 22px;
		text-decoration: none;
		color: #3E3A39;
		background: url(../img/webLink-icon.png) no-repeat center right 130px #EBEBEB;
		background-size: 22px;
	}
	.group section .listBox .list .infoBox .research-info >dl,
	.group section .listBox .list .infoBox .welfare-medicine-info >dl {
		font-size: 22px;
	}
	.group .school-info > dl > dd dl dt,
	.group .research-info > dl > dd dl dt,
	.group .welfare-medicine-info > dl > dd dl dt {
		vertical-align: top;
	}
    .group .chart {
        display: block;
    }
    .group .chart img:nth-child(1) {
        width: 70%;
        display: block;
        margin: 0 auto 4em;
    }
    .group .chart img:nth-child(2) {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .group section .listBox .list .infoBox .welfare-medicine-info .cat li {
        font-size: 160%;
    }
}
/* =======================================
.project
======================================= */
.contentArea.project {
}
.project .mainVisualArea {
	background-color: #FAFFEB;
}
.project .mainVisualArea .mainVisual {
	background: url(../img/project_bg.png) no-repeat center right 144px;
}
.project .container {
}
.project .main-project-text {
	font-size: 16px;
	line-height : 33px;
	letter-spacing : 1.44px;
	color : #3E3A39;
	text-align: left;
	margin-bottom: 50px;
}
.project section {
	margin-bottom: 40px;
}
.project section h2 {
	background-color: #FF6F61;
	color: #fff;
	font-size: 20px;
	letter-spacing : 1px;
	padding: 15px 20px;
	position: relative;
	text-align: left;
	cursor: pointer;
	margin-bottom: 15px;
}
.project section h2.js-btn:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 15px;
	background: url(../img/arrow_open.png) no-repeat;
	top: 22px;
	right: 20px;
	position: absolute;
}
.project section h2.js-btn.active:after {
	background: url(../img/arrow_close.png) no-repeat;
}
.project section .listBox {
}
.project section .listBox .main-text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
    width: auto;
}
.project section .listBox .group-list {
	padding: 15px 18px 15px 20px;
	display: flex;
	position: relative;
}
.project section .listBox .group-list.bg-gray {
	background-color: #f5f5f5;
}
.project section .listBox .group-list:last-of-type {
	margin-bottom: 0;
}
.project section .listBox .group-list .group-img {
	margin-right: 20px;
	align-self: center;
	min-width: 160px;
}
.project section .listBox .group-list .infoBox {
	text-align: left;
	height: 130px;
	width: 575px;
	display: table;
}
.project section .listBox .group-list .infoBox::after{
	content: "";
	display: block;
	clear: both;
}
.project section .listBox .group-list .infoBox h3 {
	color: #FF6F61;
	font-size: 18px;
	margin-bottom: 10px;
}
.project section .listBox .group-list .infoBox .text {
	display: table-cell;
	vertical-align: middle;
}
.project section .listBox .group-list .infoBox .img {
	float: right;
}
.project section .listBox .group-list .infoBox h3 span {
	font-size: 14px;
}
.project section .listBox .group-list .infoBox .info {
	padding-left: 1em;
}
.project section .listBox .group-list .infoBox ul {
	font-size: 14px;
}
.project section .listBox .group-list .infoBox ul li {
	list-style: none;
	list-style-position: outside;
	position: relative;
}
.project section .listBox .group-list .infoBox ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 100%;
	background: #000;
	left: -10px;
	top: 8px;
}
.project section .listBox .group-list .infoBox .img {
}
.project section .listBox .research-box {
	position: relative;
}
.project section .listBox .research-box h3 {
	font-size: 22px;
	color: #FF6F61;
	line-height : 30.5px;
	letter-spacing : 2.2px;
	text-align: left;
	margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.project section .listBox .research-box h3 img {
	width: auto;
    height: auto;
}
.project section .listBox .research-box .nameBox {
	border-bottom: 1px solid #FF6F61;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
.project section .listBox .research-box .webLink {
	border: 2px solid #CCC;
	border-radius: 30px;
	padding: 4px 30px 4px 15px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #3E3A39;
	background: url(../img/webLink-icon.png) no-repeat center right 10px;
	transition: all 0.3s ease 0s;
}
.project section .listBox .research-box .webLink:hover {
	opacity: 0.8;
}
.project section .listBox .research-box > .box {
	display: flex;
	margin-bottom: 40px;
}
.project section .listBox .research-box > .box .research-img {
	margin-right: 20px;
}
.project section .listBox .research-box > .box .research-img img {
	width: 340px;
}
.project section .listBox .research-box > .box > p {
	text-align: left;
	line-height: 1.8;
	font-size: 16px;
}
.project section .listBox .research-block {
	text-align: left;
	margin-bottom: 40px;
}
.project section .listBox .research-block h4 {
	color: #FF6F61;
	font-size : 18px;
	border-bottom: 1px solid #FF6F61;
	margin-bottom: 10px;
}
.project section .listBox .research-block h4:before {
	content: "■";
	padding-right: 6px;
	color: #FF6F61;
}
.project section .listBox .research-block h5 {
	font-size : 18px;
	margin-bottom: 10px;
}
.project section .listBox .research-block .research-text {
	margin-bottom: 20px;
	font-size: 16px;
}
.project section .listBox .research-block dl {

}
.project section .listBox .research-block dl dt {
	color: #FF6F61;
	font-size: 14px;
	letter-spacing : 0.7px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	line-height : 30px;
}
.project section .listBox .research-block dl dd {
	display: inline-block;
	line-height : 30px;
	font-size: 14px;
}
.project section .listBox .research-block li {
    text-indent: -0.7em;
    margin-left: 1.5em;
}
.project section .listBox .research-block li:not(:last-child) {
    margin-bottom: 1em;
}
.project section .listBox .research-block li span {
	display: inline-block;
	color: #FF6F61;
    vertical-align: middle;
    margin-right: 0.35em;
}
.project section .research-block2 > h2 {
	background-color: #fff;
	border: 1px solid #FF6F61;
	color: #FF6F61;
	text-align: center;
	padding: 4px 20px;
	font-size: 16px;
}
.project section .research-block2 > h2.js-btn2:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 15px;
	background: url(../img/arrow_open2.png) no-repeat;
	top: 10px;
	right: 20px;
	position: absolute;
}
.project section .research-block2 > h2.js-btn2.active:after {
	background: url(../img/arrow_close2.png) no-repeat;
}
.project section .listBox .research-block2 {
	text-align: left;
}

.project section .listBox .research-block2 h4 {
	color: #FF6F61;
	font-size: 18px;
	border-bottom: 1px solid #FF6F61;
	margin-bottom: 10px;
}
.project section .listBox .research-block2 h4:before {
	content: "■";
	padding-right: 6px;
	color: #FF6F61;
}
.project section .listBox .research-block2 .research-text {
	margin-bottom: 20px;
	font-size: 16px;
}
.project section .listBox .research-block2 .listBox > .box {
	display: flex;
	margin-bottom: 20px;
}
.project section .listBox .research-block2 .listBox > .box .img {
	margin-right: 20px;
}
.project section .listBox .research-block2 .listBox > .box .text-box {
	align-self: center;
}
.project section .listBox .research-block2 .listBox > .box .text-box h5 {
	color: #FF6F61;
}
.project section .listBox .research-block2 .listBox > .box .text-box .journal-text {
	
}
.project section .listBox .research-block2 .dlBox {
	margin-bottom: 30px;
}
.project section .listBox .research-block2 .dlBox dl {
    display: flex;
    margin-bottom: 0.85em;
}
.project section .listBox .research-block2 .dlBox dl dt {
	color: #FF6F61;
	font-size: 14px;
	letter-spacing : 0.7px;
	margin-right: 10px;
    white-space: nowrap;
}
.project section .listBox .research-block2 .dlBox dl dd {
	font-size: 14px;
}
.project section .listBox .research-block2 .past-research-journals {
	display: flex;
	background-color: #f5f5f5;
	padding: 20px 30px 10px;
	justify-content: space-between;
	margin-bottom: 40px;
}
.project section .listBox .research-block2 .past-research-journals .textBox {
	background-color: #fff;
	border-radius: 50%;
	align-self: flex-start;
}
.project section .listBox .research-block2 .past-research-journals .textBox p {
	padding: 30px;
	font-size: 16px;
	text-align: center;
}
.project section .listBox .research-block2 .past-research-journals .imgBox {
	
}
.project section .listBox .research-block2 .past-research-journals .imgBox .img {
	text-align: center;
	margin-bottom: 10px;
}
.project section .listBox .research-block2 .past-research-journals .imgBox p {
	text-align: center;
	font-size: 14px;
}
.project section .listBox .research-block2 .past-research-journals .imgBox p span {
	color: #FF6F61;
	font-size: 18px;
}
.project section .listBox .research-block2 .pdf-list {
	border-bottom: 1px solid #FF6F61;
	padding: 30px 0;
	display: table;
	width: 100%;
}
.project section .listBox .research-block2 .pdf-list .leftBox {
	display: table-cell;
	vertical-align: middle;
}
.project section .listBox .research-block2 .pdf-list .leftBox.w50 {
	width: 50%;
}
.project section .listBox .research-block2 .pdf-list .leftBox.w55 {
	width: 55%;
}
.project section .listBox .research-block2 .pdf-list .leftBox.w60 {
	width: 60%;
}
.project section .listBox .research-block2 .pdf-list .leftBox.w80 {
	width: 80%;
}
.project section .listBox .research-block2 .pdf-list .leftBox p {
	font-size: 14px;
}
.project section .listBox .research-block2 .pdf-list .leftBox p .implementing-school {
	color: #FF6F61;
}
.project section .listBox .research-block2 .pdf-list .leftBox p .bold {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.project section .listBox .research-block2 .pdf-list .leftBox .normal-text {
	margin-bottom: 1em;
	white-space: nowrap;
}
.project section .listBox .research-block2 .pdf-list .rightBox {
	display: table-cell;
	vertical-align: middle;
}
.project section .listBox .research-block2 .pdf-list .rightBox .flex {
	display: flex;
	justify-content: space-around;
}
.project section .listBox .research-block2 .pdf-list .pdf-item {
	text-align: center;
}
.project section .listBox .research-block2 .pdf-list .pdf-item.line {
	position: relative;
	padding-right: 20px;
}
.project section .listBox .research-block2 .pdf-list .pdf-item.line:before {
	content: "";
	position: absolute;
	border-left: 1px solid #FF6F61;
	height: 120px;
	left: 100%;
	bottom: 0;
}
.project section .listBox .research-block2 .pdf-list .rightBox .flex.nowrap{
/*	 -webkit-box-align: self-end;
     -ms-flex-align: self-end;
        align-items: self-end;*/
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
		margin-left: 10px;
}
.project section .listBox .research-block2 .pdf-list .rightBox .flex.nowrap .pdf-item{
	padding-bottom: 5px;
}
.project section .listBox .research-block2 .pdf-list .rightBox .flex .flex{
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	flex-basis: 208px;
}
.project section .listBox .research-block2 .pdf-list .inText{
	margin-bottom: 5px;
	flex-basis: 100%;
}
.project section .listBox .research-block2 .pdf-list .inText span.font-big{
	font-size: 16px;
	font-weight: 700;
}
.project section .listBox .research-block2 .pdf-list .inText span.arrow{
	display: inline-block;
	padding-left: 1.0em;
	background: url("../img/arrow_bottom.png") no-repeat top 50% left 0/10px 9px;
}
.project section .listBox .research-block2 .pdf-list .pdf-item a {
	display: inline-block;
	text-align: center;
	color : #3E3A39;
	font-size: 12px;
}
.project section .listBox .research-block2 .pdf-list .pdf-item a img {
	display: inline-block;
	margin-bottom: 10px;
}
.project section .listBox .research-block2 .pdf-list .pdf-item a p {
	font-size: 12px;
	line-height : 18px;
	white-space: nowrap;
}

/*-------------------*/

.contTyusyaku01 {
	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/*--2020/09/08 追加----------------*/

.contProjectBlock01 {
	margin-bottom: 80px;
}
.contProjectLeft01 {
	width: 620px;
	float: left;
	text-align: left;
}

.contProjectRight01 {
	width: 152px;
	float: right;
}
.contProjectRight01.project1Img01 {
	padding-top: 50px;
}

.contProjectRight01 li {
	margin-bottom: 10px;
}

.projectTb01 {
	display: table;
	width: 100%;
	margin-bottom: 22px;
}
.projectTb01Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	background-image: url("../img/keishin_project_icon01.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 75px;
	height: 65px;
}
.projectText01 {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	line-height: 1.7em;
}
.projectH301 .span01 {
	font-size: 16px;
	line-height: 1.2em;
	color: #ec6d65;
	display: inline-block;
	padding: 5px 17px 6px 17px;
	border: 1px solid #ec6d65;
-webkit-box-shadow: 2px 2px 0px 0px rgba(236, 0, 0, 1);
-moz-box-shadow:    2px 2px 0px 0px rgba(236, 0, 0, 1);
box-shadow:         2px 2px 0px 0px rgba(236, 0, 0, 1);
	margin-bottom: 10px;
}
.projectH301 .span02 {
	font-size: 24px;
	line-height: 1.4em;
	text-decoration: underline;
}
.projectBox01 {
    margin-bottom: -3em;
    position: relative;
}
.projectBox01 section {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
}
.projectBox01 section h3 {
    font-size: 22px;
    letter-spacing: 2.2px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    white-space: nowrap;
    color: #222;
    margin-bottom: 1em;
}
.projectBox01 .international-img {
    width: 80%;
    margin: 0 auto;
}
.projectBox01 .international-img img {
    width: 100%;
}
.projectLogoWrap01 {
	margin-bottom: 20px;
}

.projectUlWrap01 {
	text-align: left;
	padding: 35px 0px 30px 0px;
}
.projectUlWrap01 li {
	padding: 34px 0px 34px 0px;
	border-bottom: 1px solid #3e3a39;
}
.projectUlWrap01 li:last-child {
	border-bottom: none;
}
.projectH302 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
}
.projectH302 .span01 {
	color: #ec6d65;
	margin-right: 9px;
}
.projectH302 .spanRubiWrap01 {
	display: inline-block;
	position: relative;
}
.projectH302 .spanRubiWrap01Rubi {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1.0em;
	position: absolute;
	left: 0px;
	top: -10px;
}

.projectText01 .spanRubiWrap01 {
	display: inline-block;
	position: relative;
}
.projectText01 .spanRubiWrap01Rubi {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 8px;
	line-height: 1.0em;
	position: absolute;
	left: 0px;
	top: -3px;
}

.projectTb02 {
	display: table;
	width: 100%;
}
.projectTb02Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 586px;
	padding-right: 30px;
}
.projectTb02Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.projectTb02Cell02 img {
    width: 184px;
    height: auto;
}
.projectTb02Cell03 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
    padding-right: 1em;
}
.projectTb02Cell03 img {
	width: 9em;
}
.project section .projectSection01 {
	padding-bottom: 20px;
}




@media screen and (max-width:799px) {

	.project section .listBox .group-list .infoBox ul li:before {
		/*content: "";
		width: 4px;
		height: 4px;
		position: absolute;
		border-radius: 100%;
		background: #000;
		left: -10px;*/
		top: 16px;
	}
	.project .mainVisualArea .mainVisual {
		background: url(../img/project_bg.png) no-repeat center right 144px;
		background-position: 112% center;
	}
	.project section .listBox .research-block .research-text {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.project .main-project-text{
		margin: 0 50px 50px;
		font-size: 24px;
        line-height: 46px;
	}
	.project section h2{
		margin: 0 50px 15px;
		font-size: 28px;
	}
	.project section .listBox .main-text{
		/*margin: 0 50px 40px;*/
		padding: 0px 50px;
		font-size: 24px;
	}
	.project section .listBox .group-list:nth-child(-n+3){
		-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	}
	.project section .listBox .group-list:nth-child(3) .text{
		width: 62%;
	}
	.project section .listBox .group-list:nth-child(-n+3) .group-img{
		margin: 0 auto 40px 0;
	}
	.project section .listBox .group-list:nth-last-child(-n+3) .group-img{
		flex-basis: 23%;
	}

	.project section .listBox .group-list .infoBox {
		text-align: left;
		height: 130px;
		width: 100%;
		display: table;
	}

	.project section .listBox .group-list .infoBox h3{
		font-size: 28px;
	}
	.project section .listBox .group-list .infoBox h3 span{
		display: block;
		font-size: 28px;
	}
	.project section .listBox .group-list .infoBox .text,
	.project section .listBox .group-list .infoBox ul{
		font-size: 24px;
	}
	.project section .listBox .group-list .infoBox .img{
		float: none;
		position: absolute;
		top: 65px;
		right: 50px;
	}
	.project section .listBox .research-box{
		padding: 0 50px;
	}
	.project section .listBox .research-box > .box{
		-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	}
	.project section .listBox .research-box > .box .research-img{
		margin: 0 0 15px 0;
	}
    .project section .listBox .research-box > .box .research-img img {
        width: 100%;
    }
	.project section .listBox .research-box > .box > p{
		margin-bottom: 10px;
		font-size: 24px;
	}
	.project section .listBox .research-box span.sp{
		margin: 0 50px;
	}
	.project section .listBox .research-box .sp .webLink{
		margin: 0 auto;
		padding: 13px 30px 11px 15px;
		border: 1px solid #EBEBEB;
		background: #EBEBEB url(../img/webLink-icon.png) no-repeat center right 10px;
		max-width: 560px;
		font-size: 22px;
	}
	.project section .listBox .research-block{
		padding: 0 50px;
	}
	.project section .listBox h4,
	.project section .listBox .research-block h4,
	.project section .listBox .research-block2 h4,
    .project section .listBox .research-block h5 {
		font-size: 28px;
	}
	.project section .listBox .research-text,
	.project section .listBox .research-block2 .research-text,
	.project section .listBox .research-block dl dt,
	.project section .listBox .research-block dl dd{
		font-size: 24px;
		line-height: 1.583em;
	}
	.project section .listBox .research-block dl{
		display: table;
		margin-bottom: 1.0em;
	}
	.project section .listBox .research-block dl dt{
		display: table-cell;
		width: 6.0em;
	}
	.project section .listBox .research-block dl dd{
		display: table-cell;
	}
	.project section .listBox .research-block li {
		font-size: 24px;
	}
	.project section .research-block2 > h2{
		margin: 0 50px 15px;
		font-size: 28px;
	}
	.project section .research-block2 > h2.js-btn2::after{
		top: 50%;
		transform: translateY(-50%);
	}
	.project section h2.js-btn::after{
		top: 50%;
		transform: translateY(-50%);
	}
	.project section .listBox .research-block2 h4{
		margin: 0 50px 10px;
	}
	.project section .listBox .research-block2 .research-text{
		margin: 0 50px 20px;
	}
	.project section .listBox .research-block2 .listBox > .box{
		margin: 0 50px 20px;
	}
	.project section .listBox .research-block2 .listBox > .box > .img{
		width: 35%;
	}
    .project section .listBox .research-block2 .listBox > .box .text-box {
        width: 65%;
    }
    .project section .listBox .research-block2 .listBox > .box .text-box.w100 {
        width: 100%;
    }
	.project section .listBox .research-block2 .listBox > .box .text-box h5{
		font-size: 26px;
	}
	.project section .listBox .research-block2 .listBox > .box .text-box .journal-text{
		font-size: 24px;
		line-height: 1.667em;
	}
	.project section .listBox .research-block2 .listBox > .box .text-box .journal-text a img{
		width: 54px;
	}
	.project section .listBox .research-block2 .dlBox{
		margin: 0 50px 30px;
	}
	.project section .listBox .research-block2 .dlBox dl{
		display: table;
	}
	.project section .listBox .research-block2 .dlBox dl dt{
		display: table-cell;
		width: 6.0em;
		font-size: 24px;
		line-height: 1.583em;
	}

	.project section .listBox .research-block2.mb40 .dlBox dl{
		margin-bottom: 15px;
	}
	.project section .listBox .research-block2.mb40 .dlBox dl dt{
		display: inline-block;
		width: auto;
	}
	.project section .listBox .research-block2.mb40 .dlBox dl dd{
		display: inline-block;
	}

	.project section .listBox .research-block2 .dlBox dl dd{
		display: table-cell;
		font-size: 24px;
		line-height: 1.583em;
	}
	.project section .listBox .research-block2 .past-research-journals{
		-ms-flex-wrap: wrap;
      flex-wrap: wrap;
		padding: 20px 25px 10px;
	}
	.project section .listBox .research-block2 .past-research-journals .textBox{
		margin-bottom: 20px;
		border-radius: 0;
		flex-basis: 100%;
	}
	.project section .listBox .research-block2 .past-research-journals .textBox p{
		padding: 5px;
		font-size: 24px;
	}
	.project section .listBox .research-block2 .past-research-journals .imgBox{
		flex-basis: 27%;
	}
	.project section .listBox .research-block2 .past-research-journals .imgBox:nth-child(3){
		flex-basis: 45%;
	}
	.project section .listBox .research-block2 .past-research-journals .imgBox img{
		width: auto;
		max-height: 200px;
	}
	.project section .listBox .research-block2 .past-research-journals .imgBox p{
		font-size: 24px;
		line-height: 1.250em;
	}
	.project section .listBox .research-block2 .past-research-journals .imgBox p span{
		font-size: 26px;
		line-height: 1.308em;
	}
	.project section .listBox .research-block2 .pdf-list{
		display: block;
		margin: 0 50px;
		width: auto;
	}
	.project section .listBox .research-block2 .pdf-list .leftBox{
		display: block;
		margin-bottom: 20px;
	}
	.project section .listBox .research-block2 .pdf-list .leftBox p{
		font-size: 24px;
	}
	.project section .listBox .research-block2 .pdf-list .leftBox p .bold{
		font-size: 24px;
	}
	.project section .listBox .research-block2 .pdf-list .leftBox .normal-text{
		margin-bottom: 0.5em;
		white-space: normal;
	}
	.project section .listBox .research-block2 .pdf-list .leftBox.w50,
	.project section .listBox .research-block2 .pdf-list .leftBox.w55,
	.project section .listBox .research-block2 .pdf-list .leftBox.w60,
	.project section .listBox .research-block2 .pdf-list .leftBox.w80{
		width: 100%;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox{
		display: block;
	}
	.project section .listBox .research-block2 .pdf-list .pdf-item a{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	}
	.project section .listBox .research-block2 .pdf-list .pdf-item a img{
		width: 54px;
	}
	.project section .listBox .research-block2 .pdf-list .pdf-item a p{
		margin-left: 0.8em;
		font-size: 24px;
		line-height: 1.250em;
		text-align: left;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex .pdf-item{
		margin-bottom: 30px;
		flex-basis: 48%;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex .pdf-item:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex.nowrap{
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		/*-webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;*/
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;

		margin-left: 0;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex.nowrap .pdf-item{
		flex-basis:auto; 
	}
	.project section .listBox .research-block2 .pdf-list .pdf-item.line{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	-webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
	}
	.project section .listBox .research-block2 .pdf-list .pdf-item.line a{
		display: block;
	}
	.project section .listBox .research-block2 .pdf-list .pdf-item.line::before{
		top: 0;
		height: 100%;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex .flex{
		padding-left: 15px;
		flex-basis: auto;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex .inText{
		font-size: 20px;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex .flex .pdf-item a{
		display: block;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex .inText span.font-big{
		font-size: 21px;
		font-weight: 700;
	}
	.project section .listBox .research-block2 .pdf-list .rightBox .flex .inText span.arrow{
		padding: 0 1.0em 0 1.0em;
		background: url("../img/arrow_bottom.png") no-repeat top 50% right 0/16px auto;
	}
    .projectBox01 {
        display: block;
        position: relative;
    }
    .projectBox01 section {
        width: 100%;
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .projectBox01 section h3 {
        font-size: 28px;
    }
    .projectBox01 .international-img {
        width: 100%;
    }

	/*-------------------*/

	.contTyusyaku01 {
		display: none;
		/*font-size: 12px;
		position: absolute;
		right: 0px;
		bottom: 0px;*/
	}

	/*--2020/09/08 追加----------------*/

	.contProjectBlock01 {
		margin-bottom: 50px;
		padding: 0px 50px;
	}
	.contProjectLeft01 {
		width: auto;
		float: none;
		text-align: left;
	}

	.contProjectRight01 {
		width: auto;
		float: none;
		text-align: center;
		margin-bottom: 24px;
	}
	.contProjectRight01.project1Img01 {
		padding-top: 0px;
	}

	.contProjectRight01 li {
		box-sizing: border-box;
		display: inline-block;
		width: 258px;
		padding: 0px 15px 0px 15px;
		margin-bottom: 0px;
	}

	.projectTb01 {
		display: table;
		width: 100%;
		margin-bottom: 22px;
	}
	.projectTb01Cell01 {
		display: table-cell;
		text-align: left;
		vertical-align: bottom;
		background-image: url("../img/sp/keishin_project_icon01.png");
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 108px;
		height: 96px;
	}
	.projectText01 {
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 24px;
		line-height: 1.5em;
	}
	.projectH301 .span01 {
		font-size: 24px;
		line-height: 1.2em;
		color: #ec6d65;
		display: inline-block;
		padding: 6px 20px 8px 20px;
		border: 1px solid #ec6d65;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(236, 0, 0, 1);
	-moz-box-shadow:    3px 3px 0px 0px rgba(236, 0, 0, 1);
	box-shadow:         3px 3px 0px 0px rgba(236, 0, 0, 1);
		margin-bottom: 10px;
	}
	.projectH301 .span02 {
		font-size: 36px;
		line-height: 1.4em;
		text-decoration: underline;
	}
	
	.projectH301 img {
		height: 96px;
		width: auto;
	}
	
	.projectLogoWrap01 {
		margin-bottom: 30px;
		padding: 0px 50px 0px 50px;
	}

	.projectUlWrap01 {
		text-align: left;
		padding: 35px 50px 30px 50px;
	}
	.projectUlWrap01 li {
		padding: 40px 0px 45px 0px;
		border-bottom: 1px solid #3e3a39;
	}
	.projectUlWrap01 li:last-child {
		border-bottom: none;
	}
	.projectH302 {
		font-size: 28px;
		line-height: 1.2em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.projectH302 .span01 {
		color: #ec6d65;
		margin-right: 15px;
	}
	.projectH302 .spanRubiWrap01 {
		display: inline-block;
		position: relative;
	}
	.projectH302 .spanRubiWrap01Rubi {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 1.0em;
		position: absolute;
		left: 0px;
		top: -18px;
	}


	.projectTb02 {
		display: block;
		width: 100%;
	}
	.projectTb02Cell01 {
		display: block;
		text-align: left;
		vertical-align: top;
		width: auto;
		padding-right: 0px;
	}
	.projectTb02Cell02 {
		display: block;
		text-align: center;
		vertical-align: top;
		margin-top: 30px;
	}
	.projectTb02Cell02 img {
		width: 350px;
	}
	.projectTb02Cell03 {
		display: block;
		text-align: center;
		vertical-align: top;
		margin-top: 30px;
	}
	
	.project section .projectSection01 {
		padding-bottom: 1px;
	}



}


/* =======================================
.release
======================================= */
.release .mainVisualArea {
	background-color: #FFFAF5;
}
.release .mainVisualArea .mainVisual {
	background: url(../img/release_bg.png) no-repeat center right 0px;
}
.release .listBox.link-list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.release .listBox.link-list li{
	position: relative;
	margin-bottom: 20px;
	padding: 11px 18px 11px 13px;
	flex-basis: 49%;
	max-width: 390px;
	border-right: 1px solid #FF6F61;
	border-bottom: 1px solid #FF6F61;
	text-align: left;
	transition-duration: 0.3s;
}
.release .listBox.link-list li:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.release .listBox.link-list li:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 11px;
	height: 12px;
	background: url("../img/arrow_right.png") no-repeat 0 0/11px auto;
}
.release .listBox.link-list .link-pink:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.release .listBox.link-list .link-pink{
	color: #FF6F61;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}
.release .listBox.link-list .link-pink .font-small{
	display: inline-block;
	padding: 0 0.2em;
	font-size: 80%;
}
.release section{
	margin-top: 36px;
}
.release .fontSerif.font-line{
	margin-bottom: 20px;
	color: #FF6F61;
	font-size: 20px;
	text-align: left;
	text-decoration: underline;
}
.release .main-release-text{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.875em;
	text-align: left;
}
.release .d-flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	margin-bottom: 100px;
}
.release .d-flex dl{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	font-size: 14px;
	line-height: 1.286em;
    margin: 0 2.5em;
}
.release .d-flex dl dt{
	height: 66px;
}
.release .d-flex dl dd{
	height: 124px;
}
.release .d-flex dl dd a{
	color: #3E3A39;
}
.release .d-flex dl dd a p{
	margin-bottom: 15px;
}
.release .listBox .pdf-list {
	border-top: 1px solid #FF6F61;
	padding: 30px 0;
	display: table;
	width: 100%;
}
.release .listBox .pdf-list .leftBox {
	display: table-cell;
	vertical-align: middle;
}
.release .listBox .pdf-list .leftBox.w55 {
	width: 55%;
}
.release .listBox .pdf-list .leftBox p {
	font-size: 16px;
	text-align: left;
}
.release .listBox .pdf-list .pdf-item a{
	color: #3E3A39;
	font-size: 12px;
}
.release .listBox .pdf-list .pdf-item a p{
	margin-top: 10px;
}
.release .listBox .pdf-list .rightBox.multiple {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.release .listBox .pdf-list .rightBox.multiple .pdf-item {
    width: 48%;
    margin: 0 1%;
}
@media screen and (max-width:799px) {
	.release .mainVisualArea .mainVisual {
	background: url(../img/sp/release_bg.png) no-repeat center right 0px;
	}
	.release .listBox.link-list{
		margin: 0 auto;
		width: 90%;
	}
	.release .listBox.link-list{
		-webkit-box-pack:center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.release .listBox.link-list li{
		flex-basis: 100%;
		max-width: 650px;
	}
	.release .listBox.link-list .link-pink{
		font-size: 3.8vw;
	}
	.release section{
		margin: 0 auto;
		padding: 50px 50px 0 50px;
	}
	.release .main-release-text{
		font-size: 24px;
	}
	.release .d-flex{
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 75px;
		padding-right: 0;
	}
	.release .d-flex dl{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
		width: 49%;
		max-width: 264px;
		font-size: 2.8vw;
        margin: 0 4% 30px;
	}
	.release .d-flex dl dt{
		width: 100%;
		height: 5.0em;
	}
	.release .d-flex dl dd{
		width: 100%;
	}
	.release .d-flex dl dd a {
	  display: -webkit-flex;
	  display: -ms-flex;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
	.release .d-flex dl dd img{
		max-width: 120px;
	}
	.release .d-flex dl dd img.img01{
		margin-top: -2vw;
	}
	.release .fontSerif.font-line{
		font-size: 28px;
	}
	.release .listBox .pdf-list{
		padding: 30px 0 70px;
	}
	.release .listBox .pdf-list .leftBox .fontSerif.font-line{
		margin-bottom: 0;
	}
	
	.release .listBox .pdf-list .leftBox p,
	.release .listBox .pdf-list .pdf-item a p{
		font-size: 24px;
	}
	.release .listBox .pdf-list .pdf-item img{
		max-width: 54px;
	}
    .release .listBox .pdf-list .rightBox.multiple {
        display: block;
    }
    .release .listBox .pdf-list .rightBox.multiple .pdf-item {
        width: 100%;
        margin: 0;
    }
    .release .listBox .pdf-list .rightBox.multiple .pdf-item:not(:first-child) {
        margin-top: 2.5em;
    }
}
/* =======================================
.policy
======================================= */
.policy .mainVisualArea {
	background-color: #FFFAF5;
}
.policy .mainVisualArea .mainVisual {
	background: url(../img/policy_bg.png) no-repeat center right 0px;
}
.policy .main-policy-text{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2.063em;
}
.policy .inner section{
	text-align: left;
}
.policy .inner section dl{
	margin-bottom: 25px;
}
.policy .inner section> dl dt{
	margin-bottom: 10px;
	color: #FF6F61;
	font-size: 16px;
	line-height: 1.875em;
}
.policy .inner section> dl dd *{
	font-size: 14px;
	line-height: 1.571em;
}
.policy .inner dl.in-list01{
	margin-bottom: 0;
}
.policy .inner dl.in-list01 dt{
	position: relative;
	margin-bottom: 0;
	padding-left: 1.0em;
	color: #3E3A39;
}
.policy .inner .in-list02 li{
	position: relative;
	padding-left: 1.0em;
}
.policy .inner dl.in-list01 dt:before,
.policy .inner .in-list02 li:before{
	content:"・";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.policy .inner .indent{
	padding-left: 1.0em;
	text-indent: 0;
}
.policy .borderBoxWrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 20px 30px;
	border: 1px solid #FF6F61;
}
.policy .borderBoxWrap .titleBox{	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	position: relative;
	padding-right: 30px;
	text-align: center;
}
.policy .borderBoxWrap .titleBox:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 1px;
	height: 100%;
	background: #FF6F61;
}
.policy .borderBoxWrap .fontSerif{
	color: #FF6F61;
	font-size: 18px;
}
.policy .borderBoxWrap .textBox{
	padding: 15px 0 15px 38px;
}
.policy .borderBoxWrap .textBox .textA{
	margin-bottom: 20px;
	font-size: 14px;
}
.policy .borderBoxWrap .textBox .textB{
	font-size: 18px;
}
.policy .borderBoxWrap .textBox .textC{
	font-size: 16px;
}
.policy .borderBoxWrap .textBox .textD{
	padding-left: 1.0em;
	font-size: 16px;
}
@media screen and (max-width:799px) {
	.policy .mainVisualArea .mainVisual {
	background: url(../img/sp/policy_bg.png) no-repeat center right 0px;
}
	.policy section{
		padding: 50px 50px 0 50px;
	}
	.policy .main-policy-text{
		font-size: 24px;
	}
	.policy .inner section > dl dt{
		font-size: 24px;
	}
	.policy .inner section > dl dd{
		font-size: 22px;
	}
	.policy .borderBoxWrap{
		-ms-flex-wrap: wrap;
      flex-wrap: wrap;
		padding: 30px 0 20px;
		width: auto;
		min-width: initial;
	}
	.policy .borderBoxWrap .titleBox{
		width: 100%;
	}
	.policy .borderBoxWrap .titleBox::before {
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
	}
	.policy .borderBoxWrap .fontSerif{
		margin: 0 auto 30px;
		font-size: 24px;
	}
	.policy .borderBoxWrap .textBox{
		padding: 30px 0 0px;
		width: 100%;
		text-align: center;
	}
	.policy .borderBoxWrap .textBox .textA{
		font-size: 22px;
	}
	.policy .borderBoxWrap .textBox .textB,
	.policy .borderBoxWrap .textBox .textC,
	.policy .borderBoxWrap .textBox .textD{
		margin-bottom: 10px;
		font-size: 24px;
	}
}

/* =======================================
.contact
======================================= */
.contact .mainVisualArea {
	background-color: #FFFAF5;
}
.contact .mainVisualArea .mainVisual {
	background: url(../img/contact_bg.png) no-repeat center right 0px;
}
.contact .inner section{
	padding-left: 100px;
	text-align: left;
}
.contact .col-pink span{
	position: relative;
	padding-left: 1.0em;
	border-bottom: 1px solid #FF6F61;
	font-size: 20px;
}
.contact .col-pink span:before{
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #FF6F61;
}

.contact section> dl> dd{
	font-size: 18px;
}
.contact section> dl> dd:first-of-type{
		padding: 20px 0 50px 50px;
}
.contact .textA +.textB{
	margin-left: 1.0em;
}
.contact .textA,
.contact .textB{
	display: inline-block;
}
.contact .in-list01{
	display: table;
	margin-bottom: 30px;
}
.contact .in-list01 dt{
	display: table-cell;
}
.contact .in-list01 dd+ dd{
	margin-top: 10px;
}
.contact .in-list02{
	margin-bottom: 30px;
}
.contact .in-list02> dt{
	position: relative;
	margin-bottom: 10px;
}
.contact .in-list02> dt:before{
	content: "□";
	display: block;
	position: absolute;
	top: 0;
	left: -1.5em;
	color: #FF6F61;
}
.contact .text-header01{
	margin-top: 10px;
}
.contact .text-header02{
	position: relative;
	padding-left: 1.0em;
}
.contact .text-header02:before{
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #FF6F61;
}
.contact section > dl > dd.pl-small{
	padding-leff: 25px;
}
.contact section > dl > dd.pb-0{
	padding-bottom: 0;
}
.contact dl> dd> a{
	color: #3E3A39;
}
@media screen and (max-width:799px) {
	.contact .mainVisualArea .mainVisual {
	background: url(../img/sp/contact_bg.png) no-repeat center right 0px;
	}
	.contact .inner section{
		padding: 0 50px 50px;
	}
	.contact .col-pink span{
		font-size: 24px;
	}
	.contact .in-list02 > dt{
		margin-bottom: 5px;
	}
	.contact section > dl > dd{
		font-size: 24px;
	}
	.contact .in-list02{
		margin-bottom: 15px;
	}
	.contact section > dl > dd.pl-small{
		font-size: 22px;
	}
}


/* =======================================
.news
======================================= */
.mainHederArea{
	padding-top: 50px;
}
.mainHederArea h1 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ff6f61;
  color: #ff6f61;
  font-size: 32px;
  letter-spacing: 0.25em;
  text-align: center;
}
.news .innerHeaderBox{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: baseline;
     -ms-flex-align: baseline;
        align-items: baseline;
	padding: 10px 12px 10px 20px;
	border: 1px solid #FF6F61;
}
.news .innerHeaderBox .category{
	margin-right: auto;
	color: #FF6F61;
	font-size: 18px;
}
.news .innerHeaderBox .date{
	color: #FF6F61;
	font-size: 16px;
}
.news .article{
	padding: 28px 0;
	text-align: left;
	font-size: 0;
}
.news .article .title{
	display: block;
	margin: 40px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.727em;
}

.news .article #detail {
	font-size: 16px;
	line-height: 1.875em;
}

.news .article p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.875em;
}
.news .article-img{
	margin-bottom: 15px;
}

.news .col-linkBtn {
  position: relative;
  margin: 0 auto;
  padding: 13px 10px 12px 45px;
  border-radius: 25px;
  background: #ff6f61;
  width: 240px;
  height: 45px;
  text-align: left;
}
.news .col-linkBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url("../img/icn_ar01-01.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
}
.news .col-linkBtn a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.2em;
}
@media screen and (max-width:799px) {
	.news .innerHeaderBox{
		margin: 0 50px;
	}
	.news .article .title{
		margin: 40px 50px;
	}
	.news .article #detail{
        font-size: 3.0vw;
        margin: 0 50px;
        word-break: break-all;
	}
	.news .article p{
		margin: 0 0 30px;
        font-size: 3.0vw;
	}
	
}

/* =======================================
.compliance
======================================= */
.contentArea.compliance {
}
.compliance .mainVisualArea {
	background-color: #F5F5F5;
}
.compliance .mainVisualArea .mainVisual {
	background: url(../img/compliance_bg.png) no-repeat center right 128px;
}
.compliance .container .box01 {
}
.compliance .container .box01 .line01 {
    margin: 0 auto 2.5em;
    border-top: 3px solid #FF6F61;
    padding: 3px 0 0;
}
.compliance .container .box01 .line01 div {
    border-top: 1px solid #FF6F61;
}
.compliance .container .box01 .line02 {
    margin: 2.5em auto 0;
    border-bottom: 3px solid #FF6F61;
    padding: 0 0 3px;
}
.compliance .container .box01 .line02 div {
    border-bottom: 1px solid #FF6F61;
}
.compliance .container .box01 p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 2em;
    text-align: left;
}
.compliance .container .box01 p.txt01 {
    text-align: right;
    font-size: 16px;
}

@media screen and (max-width:799px) {
	.compliance .mainVisualArea .mainVisual {
		background: url(../img/compliance_bg.png) no-repeat center right -100px;
	}
	.compliance .mainVisualArea .mainVisual h1 {
		font-size: 28px;
	}
    .compliance .container .box01 {
        margin: 0 50px;
    }
    .compliance .container .box01 p {
        font-size: 24px;
    }
    .compliance .container .box01 p.txt01 {
        font-size: 22px;
    }
}

/* =======================================
.support
======================================= */
.contentArea.support {
}
.support .mainVisualArea {
	background-color: #F5F5F5;
}
.support .mainVisualArea .mainVisual {
	background: url(../img/support_bg.png) no-repeat center right -5%;
    padding-left: 50px;
}
.contentArea.support .mainVisualArea .mainVisual h1 {
    letter-spacing: 6.8px;
}
.contentArea.support .sec01 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 2.5em;
    line-height: 1.6;
}
.contentArea.support .sec01:last-child {
    margin-bottom: 0;
}
.contentArea.support .sec01 h2 {
    margin-bottom: 0.75em;
}
.contentArea.support .sec01 .list01 {
    margin-top: 0.75em;
}
.contentArea.support .sec01 .list01 li {
    margin-left: 3em;
    text-indent: -3em;
}
.contentArea.support .sec01 .list02 {
    margin-top: 0.5em;
}
.contentArea.support .sec01 .list02 li {
    margin-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width:799px) {
	.support .mainVisualArea .mainVisual {
		background: url(../img/support_bg.png) no-repeat center right -75%;
	}
    .contentArea.support .mainVisualArea .mainVisual h1 {
        letter-spacing: 3px;
        font-size: 28px;
    }
    .support .container {
        margin: 0 50px;
    }
    .contentArea.support .sec01 {
        font-size: 24px;
    }
}

/* =======================================
.donation
======================================= */
.contentArea.donation {
}
.donation .mainVisualArea {
	background-color: #fcf7f7;
}
.donation .mainVisualArea .mainVisual {
	background: url(../img/donation_bg.png) no-repeat center right 128px;
}
.contentArea.donation .mainVisualArea .mainVisual h1 {
    letter-spacing: 7.8px;
}
.donation .inner .container {
    font-size: 15px;
    line-height: 1.7em;
    text-align: left;
}
.donation .container h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #222;
    border: 1px solid #FF6F61;
    border-left: 0.3em solid #FF6F61;
    padding: 0.35em 0.75em;
    margin-bottom: 1em;
}
.donation .container > h2 {
	margin-bottom: 80px;
}
.donation .container > section:not(:last-child) {
	margin-bottom: 50px;
}
.donation .ls01 {
	font-feature-settings: "palt";
}
.donation .note01 {
	text-indent: -1em;
    margin-left: 1em;
}
.donation .dl01 {
    margin-bottom: 0.75em;
}
.donation .dl01 dd ul li {
    text-indent: -1em;
    margin-left: 1em;
}
.donation .dl01 dd ul li::before {
    content: "-";
    margin: 0 0.3em;
}
.donation .sec01:not(:last-child) {
    margin-bottom: 1em;
}
.donation .sec01 h3 {
    margin-bottom: 0.5em;
    color: #FF6F61;
    font-weight: 500;
}
.donation .sec01 h3::before {
    content: "・";
}
.donation .sec01 p {
    margin-left: 1em;
}
.donation .sec01 .note01 {
    margin-left: 2em;
    margin-top: 0.75em;
}
.donation .dl02 {
    margin-top: 1em;
}
.donation .li02 {
    padding-top: 1em;
}
.donation .li02 li {
    margin-top: 0.5em;
}
.donation .li02 li a {
    display: inline-block;
}
.donation .li02 li a .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
    width: 2em;
}

@media screen and (max-width:799px) {
	.donation .mainVisualArea .mainVisual {
		background: url(../img/donation_bg.png) no-repeat center right 30px;
	}
	.contentArea .mainVisualArea .mainVisual h1 {
		font-size: 28px;
	}
    .donation .inner .container {
        padding: 50px;
        font-size: 24px;
    }
	.donation .container h2 {
		font-size: 26px;
	}
}