@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #3c3c3c;
	text-align: justify;
	text-justify: inter-ideograph;
}

a,.linearAnime {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
    	transition: all 0.1s linear;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	opacity: 1;
	text-decoration: none;
}

img,svg {
	vertical-align: bottom;
}

/*色*/
.color_main {
	color: #14326e;
}
.color_red {
	color: #bf0000;
}
.color_white {
	color: #fff;
}

/*背景*/
.bg_main {
	background-color: #14326e;
}

/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* sp/pcの切替 */
.sp,.sp_inline {
    display: none;
}
/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}
/*文字種類*/
.ff_robot {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.ff_opensans {
	font-family: 'Open Sans', sans-serif;
}
/*文字太さ*/
.fontLight {
	font-weight: 300;
}
.fontRegular {
	font-weight: 400;
}
.fontMedium {
	font-weight: 500;
}
.fontSemiBold {
	font-weight: 600;
}
.fontBold {
	font-weight: 700;
}
.fontBlack {
	font-weight: 900;
}


/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}

/*Animate.css用*/
.animated {
	opacity: 0;
}
.animated.move {
	opacity: 1;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	border-top: 4px solid #f39800;
	padding: 50px 0 70px;
	position: relative;
}
header::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 8px;
	bottom: -8px;
	left: 0;
	background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(255,255,255,0) 100%);
	mix-blend-mode: multiply;
}
header h1 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
header h1 span {
	color: #f39800;
	font-size: 64px;
	font-weight: 700;
	display: block;
	margin-bottom: 0.2em;
	
}
header [class^="img"] {
	position: absolute;
	bottom: 0;
}
header .img01 {
	right: 50%;
	margin-right: 350px;
}
header .img02 {
	left: 50%;
	margin-left: 350px;
}

/*================================================
 *  コンテンツ
 ================================================*/
main {
	background: url(../images/group_bg_ptn.png);
	padding: 60px 0 140px;
}

section#group_area h2 {
	text-align: center;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #2d2d2d;
	margin-bottom: 50px;
}
section#group_area h2 img {
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

section#group_area .group_list li {
	text-align: center;
}
section#group_area .group_list li + li {
	margin-top: 70px;
}
section#group_area .group_list li h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.4em;
}
section#group_area .group_list li:nth-child(1) h4 {
	color: #008b3f;
}
section#group_area .group_list li:nth-child(2) h4 {
	color: #e60016;
}
section#group_area .group_list li:nth-child(3) h4 {
	color: #ff7900;
}
section#group_area .group_list li:nth-child(4) h4 {
	color: #003686;
}
section#group_area .group_list li:nth-child(5) h4 {
	color: #1c6cb1;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	padding: 25px 0;
}
footer .copyright {
	color: #8c8c8c;
	font-size: 14px;
	text-align: center;
}













/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:800px) {

body {
	font-size: 4vw;
}	

img {
	max-width: 100%;
}



/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}
/* sp/pcの切替 */
.sp {
	display: block;
}
.sp_inline {
	display: inline;
}
.pc,.sp_none {
	display: none;
}

/*幅*/
.wrap {
	max-width: inherit;
	width: 90vw;
}
.wrap_sp_small {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}
.sp_wid100 {
	width: 100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 7vw 0 35vw;
}
header h1 {
	font-size: 4.3vw;
}
header h1 span {
	font-size: 12vw;
	margin-bottom: 0.5em;
}
header [class^="img"] {
	height: 30vw;
}
header .img01 {
	margin-right: 1.5vw;
}
header .img02 {
	margin-left: 1.5vw;
}
/*================================================
 *  コンテンツ
 ================================================*/
main {
	padding: 10vw 0 15vw;
}


section#group_area h2 {
	font-size: 5.5vw;
	margin-bottom: 8vw;
}
section#group_area h2 img {
	height: 17vw;
	top: -15vw;
}

section#group_area .group_list {
	width: 94vw;
	margin: 0 auto;
}
section#group_area .group_list li + li {
	margin-top: 8vw;
}
section#group_area .group_list li h4 {
	font-size: 5vw;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	padding: 4vw 0;
}
footer .copyright {
	font-size: 3.4vw;
}


}