@charset "utf-8";





/*==========================================================================

	              #top-main  メイン画像
	
============================================================================*/

#top-main {
    background: url(../img/top/main-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 70px 3% 250px;
    overflow: hidden;
}
.top-main-box {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 0;
	position: relative;
}
.main-cloud {
    max-width: 673px;
    width: 100%;
    margin-left: 70px;
    margin-bottom: 50px;
}
.main-txt1 {
    max-width: 824px;
    width: 100%;
    margin-bottom: 30px;
}
.main-txt2 {
    max-width: 638px;
    width: 100%;
}
.main-txt2 img.sp {
    display: none;
}



@media screen and (max-width: 768px){
    #top-main {
        background: url(../img/top/main-bg-sp.jpg) center center no-repeat;
        background-size: cover;
        padding: 8% 5% 40%;
    }
    .main-cloud {
        width: 90%;
        margin: 0 auto 5%;
    }
    .main-txt1 {
        margin-bottom: 5%;
    }
    .main-txt2 {
        width: 60%;
    }
    .main-txt2 img.pc {
        display: none;
    }
    .main-txt2 img.sp {
        display: block;
    }
}


/*==========================================================================

	                .top-btn　共通ボタン「詳しく見る」
	
============================================================================*/

.top-btn a {
	display: block;
	width: 13em;
	padding: 0.9em 0;
	border: #044390 1px solid;
    color: #044390;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
    line-height: 1;
	text-decoration: none;
	text-align: center;
	transition: .5s;
	border-radius: 30px;
}
.top-btn a:hover {
    border: #044390 1px solid; 
    background-color: #044390;
    color: #fff;
	transition: .5s;
}

@media screen and (max-width: 768px){
    .top-btn a {
        width: 12em;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/*==========================================================================

	               #sec1  私たちについて
	
============================================================================*/

#top-sec1 {
    padding: 100px 3% 100px;
}

.top-sec1-box1 {
    max-width: 920px;
    margin: 0 auto;
}
.top-sec1-box1 h2 {
    font-size: clamp(18px, 5vw, 35px);
    /* font-size: 35px;
	font-size: 3.5rem; */
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: center;
    color: #044390;
	margin-bottom: 1.5em;
}
.top-sec1-box1 h3 {
    max-width: 905px;
    margin: 0 auto 3em;
	line-height: 0;
    position: relative;
}
.top-sec1-box1 h3:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #044390;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: -1;
}
.top-sec1-box1 .top-btn a {
    margin: 2em auto 0;
}

@media screen and (max-width: 768px){
    #top-sec1 {
        padding: 12% 5% 12%;
    }
    .top-sec1-box1 h3:before {
        top: 10px;
        left: 10px;
    }
}

/*==========================================================================

	              #sec2  ミッション・ビジョン
	
============================================================================*/

#top-sec2 {
    padding-bottom: 2%;
}

.top-sec2-box1 ul li {
    background-color: #f2f7fd;
    padding: 60px 3% 60px;
    margin-bottom: 30px;
}
.top-sec2-box1 dl {
    max-width: 1200px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}
.top-sec2-box1 ul li:nth-child(odd) dl {
    flex-direction: row-reverse;
}
.top-sec2-box1 dt {
	width: 50%;
    max-width: 580px;
    line-height: 0;
}
.top-sec2-box1 dd {
	width: 47%;
}
.top-sec2-box1 dd h3 {
    font-size: clamp(18px, 4.5vw, 30px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
    color: #044390;
	margin-bottom: 0.7em;
}
.top-sec2-box1 .top-btn a {
    margin-top: 1.5em;
}

@media screen and (max-width: 1024px){
    .top-sec2-box1 ul li {
        padding: 5% 5% 10%;
        margin-bottom: 5%;
    }
    .top-sec2-box1 dt {
        width: 100%;
        margin: 0 auto 7%;
    }
    .top-sec2-box1 dd {
        width: 100%;
    }
    .top-sec2-box1 dd h3 {
        text-align: center;
    }
    .top-sec2-box1 .top-btn a {
        margin: 2em auto 0;
    }
}


/*==========================================================================

	              #sec3  支援内容
	
============================================================================*/

#top-sec3 {
    background: url(../img/top/sec3-bg.jpg) center 0 no-repeat;
    background-size: contain;
    padding: 18% 3% 100px;
}

.top-sec3-box1 {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 150px 0;
    background-color: #fff;
}
.top-sec3-box1 h2 {
    font-size: clamp(18px, 5vw, 35px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: center;
    color: #044390;
	margin-bottom: 1.5em;
}
.top-sec3-box1 ul {
    margin: 1.5em auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.top-sec3-box1 ul li {
    width: 33%;
    max-width: 292px;
    line-height: 0;
}
.top-sec3-box1 .top-btn a {
    margin: 2em auto 0;
}

@media screen and (max-width: 1024px){
    .top-sec3-box1 {
        padding: 10% 5% 0;
    }
}
@media screen and (max-width: 768px){
    #top-sec3 {
        background: url(../img/top/sec3-bg-sp.jpg) center 0 no-repeat;
        background-size: contain;
        padding: 50% 5% 15%
    }
    .top-sec3-box1 {
        padding: 10% 1% 0;
    }
}
@media screen and (max-width: 641px){
    .top-sec3-box1 ul {
        justify-content: center;
    }
    .top-sec3-box1 ul li {
        width: 49%;
        margin: 0 0.5% 1%;
    }
    .top-sec3-box1 ul li:nth-child(1) {
        width: 60%;
    }
}

/*==========================================================================

	              #sec4  バナー
	
============================================================================*/

#top-sec4 ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
#top-sec4 ul li {
    width: 50%;
    text-align: center;
}
#top-sec4 ul li:nth-child(1) a {
    background: url(../img/top/sec4-01.jpg) center center no-repeat;
    background-size: cover;
}
#top-sec4 ul li:nth-child(2) a {
    background: url(../img/top/sec4-02.jpg) center center no-repeat;
    background-size: cover;
}
#top-sec4 ul li a {
    display: block;
    padding: 6em 0;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}
#top-sec4 ul li a:hover {
    filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	transition: .5s;
}

@media screen and (max-width: 768px){
#top-sec4 ul li {
    width: 100%;
}
}

/*==========================================================================

	              #top-news  お知らせ
	
============================================================================*/


#top-news {
    background-color: #f8f8f8;
	padding: 100px 3% 100px;
}
.top-news-box {
    max-width: 1200px;
    margin: 0 auto;
}
.top-news-box h2 {
    font-size: clamp(18px, 5vw, 20px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: center;
    color: #044390;
	margin-bottom: 2.5em;
}
.top-news-box ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.top-news-box ul li {
    width: 24%;
    max-width: 270px;
    background-color: #fff;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.02);
    padding-bottom: 1em;
    margin: 0 0.5% 2%;
}
.top-news-eyecatch {
    line-height: 0;
    border-bottom: #044390 5px solid;
    margin-bottom: 1em;
}
.top-news-title {
    font-size: clamp(16px, 2vw, 22px);
	font-weight: bold;
	line-height: 1.5;
    color: #044390;
	margin: 0 20px 0.5em;
}
.top-news-cat {
    font-size: clamp(12px, 2vw, 14px);
	margin: 0 20px;
}
.top-news-time {
    font-size: clamp(12px, 2vw, 14px);
	margin: 0 20px;
}
.top-news-box ul li a {
    text-decoration: none;
    transition: .5s;
}
.top-news-box ul li a:hover {
    filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.70;
	transition: .5s;
}
.top-news-box .top-btn a {
    margin: 2em auto 0;
}

@media screen and (max-width: 768px){
    #top-news {
        padding: 12% 5% 12%
    }
    .top-news-box ul {
        justify-content: center;
    }
    .top-news-box ul li {
        width: 48%;
        margin: 0 1% 4%;
    }
}
@media screen and (max-width: 481px){
    .top-news-box ul li {
        width: 100%;
        margin: 0 0 8%;
    }
}

