@charset "utf-8";

/* GRADEシステム ------------------------------------- */
html {font-size: 62.5%;}
body {
    margin:0;
    padding : 0;
    font-family: YuGothic , '游ゴシック Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif ;
    font-weight: 500;
    color:#555;
    text-decoration: none;
	background: #dde3e7;
}
a {
    text-decoration: none;
	transition: all .3s ease-out;
}
.white-box01 a:hover , .white-box02 a:hover {
	box-shadow: 0 0 4.0rem -1.0rem rgba(0, 70, 120, 1);
	text-decoration: none;
}
a:link , a:visited {
    color:#555;
}
p {
    font-size:1.6rem;
    line-height:1.625;
}
.ghead{
	background: #004678;
	padding : 5rem 0;
	margin: 2rem 0 0 0;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}
.ghead h1{
    font-size: 6.4rem;
	position: relative;
	display: inline-block;
	margin: 0;
	border-bottom: 0.1rem solid #fff;
	padding-bottom:2rem;
}
.ghead p{
    font-size: 1.2rem;
	position: relative;
	line-height: 1;
	display: block;
	margin: 0;
	padding-top:2rem;
	letter-spacing: 0.06rem;
}


#wrapper{
	max-width: 1024px;
	margin: 0 auto 8rem auto;
	padding:  0 6vw;
}
.txt2 {
	padding: 0 6vw;
	text-align: justify;
}
.txt2 p{
	max-width: 804px;
	margin: 4rem auto;
	text-align: justify;
}
.menu-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 4rem;
}
.white-box01{
	width: calc(100% - 0rem);
	display: flex;
}
.white-box01 a{
	display: block;
	padding: 4rem;
	background: #ffffff;
	border-radius: 3rem;
	box-shadow: 0 0 2.0rem -1rem rgba(0, 70, 120, 1);
	transition: all 0.3s ease-out;
}
.white-box02{
	width: calc(50% - 2rem);
	display: flex;
}
.white-box02 a{
	width: 100%;
	display:grid;
	align-items:center;
  	padding: 2rem;
	background: #ffffff;
	border-radius: 3rem;
	box-shadow: 0 0 2.0rem -1rem rgba(0, 70, 120, 1);
	transition: all 0.3s ease-out;
}

.white-box01-inn h4{
    font-size: 1.6rem;
	text-align: left;
	color: #004678;
	margin-top: 0;
}
.short{
	display: block;
}
.short > h4{
	text-align: center;
	margin-bottom: 0;
	position: relative;
}
.short .white-box01-inn-ttl-sub {
	margin-top: 0.5rem;
	text-align: center;
}

.white-box01-inn p{
	text-align: justify;
}
.white-box01-inn-img {
	text-align: center;
	padding-top: 3rem;
}
.white-box01-inn-img img{
	max-width: 270px;
	width: 70%;
	height: auto;
}
.white-box01-inn-img2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 3rem;
	padding-top: 2rem;
}
.white-box01-inn-img2 img{
	max-width: 160px;
	width: 40%;
	height: auto;
}
.white-box01-inn-img2 > .img_s{
	max-width: 120px;
	width: 30%;
	height: auto;
}

.white-box01-inn-img2 p{
    font-size: 1.6rem;
	text-align: left;
	color: #004678;
	margin: 0;
    font-weight: 700;
}
.white-box01-inn-ttl-sub{
    font-size: 1.2rem;
	margin: 0;
}
#footer {
	background: #ffffff;
}
#footer p {
	max-width: 1024px;
	padding: 4rem 6vw;
    font-size: 1.4rem;
	margin: 0 auto;
	text-align: justify;
}
.faceb::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/fb.svg) no-repeat;
	background-size: contain;
	padding-bottom: -0.9rem;
	padding-right: 0.8rem;
	top: 0.4rem;
	position: relative;
}