@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------

------------------------------------------------------------------------------ */
body {
font-family: "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* PC用 */
header {
max-width:1320px;
border-top: 20px solid rgba(0,82,165,1);
text-align:left;
margin-left:auto;
margin-right:auto;
}
header p {
font-size:3.5vw;
margin-left:50px;
margin-top:50px;
margin-bottom:30px;
font-weight:bold;
}
section {
margin-bottom:7%;
}
img {
width: 100%;
}
.topSec01 {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end ;
}
.topSec01Logo {
text-align:center;
width:20%;
margin-left:8%;
}
h1 {
margin-bottom:10%;
}
.topSec01Logo p {
margin-bottom:25%;
font-size:1.2vw;
font-weight:bold;
width:100%;
}
.topSec01LogoScroll {
width:50%;
margin-right:auto;
margin-left:auto;
}
.topSec01Img{
text-align:center;
position: relative;
width:62%;
}
.topSec01Img p{
position: absolute;
padding: 10px;
margin:0;
}
.topSec01Img .topSec01ImgTit{
top: 70%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
padding: 0;
margin: 0;
font-size: 4vw;
width: 100%;
}
.topSec01ImgTit span {
color:#0052A4;
}
.topSec01Img .topSec01ImgTxt {
top: 87%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
padding: 0;
margin: 0;
font-size: 1.3vw;
width: 100%;
}
.topSec01ImgTxt span {
font-weight:bold;
text-decoration:underline;
}
.topSec02 {
width:90%;
margin-left:auto;
margin-right:auto;
border-bottom:1px solid #999;
}
.topSec02Box {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
}
.topSec02TitImg {
width:20%;
margin-right:5%;
opacity:0.4;
}
.topSec02Img img {
width:35%;
margin-right:4%;
}
.topSec02Img .topSec02Tit {
width:45%;
}
.topSec02Img p {
font-size:1.8vw;
}
.topSec02Img h3 {
font-size:2vw;
font-weight:bold;
}
.topSec02Img01,.topSec02Img02,.topSec02Img03 {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin-bottom:5%;
}
.topSec02Btn {
text-align:center;
margin-bottom:5%;
}
.topSec02Btn a {
display: block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
padding: .5em 2em;
color: #333;
font-size: 1.8vw;
font-weight: 700;
background-color: #FFF;
border-radius: 50vh;
border:1px solid #999;
max-width:150px;
}
.topSec02Btn a:hover {
text-decoration: none;
background-color: #bbbbbb;
}
.topSec03 {
width:90%;
margin-left:auto;
margin-right:auto;
}
.topSec03Box {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
}
.topSec03TitImg {
width:14%;
margin-right:5%;
opacity:0.4;
}
.topSec03List {
width:80%;
font-size:1.8vw;
}
.topSec03List h4{
margin-bottom:170px;
}
.topSec03List dl {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}
.topSec03List dt {
font-weight:bold;
width:130px;
border-bottom:#0052A4 2px solid;
}
.topSec03List dd {
border-bottom: #999 2px solid;
width:70%;
padding-left:40px;
}
.topSec03List dt,.topSec03List dd {
margin-bottom:40px;
padding-bottom:40px;
}
.topSec03Btn {
text-align:center;
margin-bottom:5%;
float:right;
}
.topSec03Btn a {
display: block;
-webkit-box-align:right;
-ms-flex-align:right;
align-items:right;
padding: .5em 2em;
color: #333;
font-size: 1.1vw;
font-weight: 700;
background-color: #FFF;
border-radius: 50vh;
border:1px solid #999;
max-width:135px;
}
.topSec03Btn a:hover {
text-decoration: none;
background-color: #bbbbbb;
}
footer {
max-width:1320px;
text-align:left;
margin-left:auto;
margin-right:auto;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
}
footer h1 {
width:10%;
margin-right:5%;
margin-left:5%;
margin-bottom: 1%;
}
footer div {
background:rgba(0,82,165,1);
width:80%;
border-top:20px #FFFFFF solid;
}
footer div p {
text-align:right;
color:#FFF;
font-size: 1.1vw;
margin-top:3%;
margin-right:4%;
}
.fadeIn {
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0);
-webkit-transition: 2s;
-o-transition: 2s;
transition: 2s;
opacity: 0;
}
.fadeIn2 {
-webkit-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0);
-webkit-transition: 2s;
-o-transition: 2s;
transition: 2s;
opacity: 0;
}
.fadeIn.animated,.fadeIn2.animated {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}

@media screen and (min-width: 769px) {
.pcBr {
display:block;
}
.spBr {
display: none;
}
.topSec02ImgA {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.topSec02ImgB {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media screen and (max-width: 768px) {
.pcBr {
display: none;
}
.spBr {
display: block;
}
section {
margin-bottom:10%;
}
header p {
font-size:1.5rem;
margin-left:20px;
margin-top:20px;
margin-bottom:40px;
}
.topSec01 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column ;
flex-direction: column ;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start ;
}
.topSec01Logo {
width:50%;
margin-left:auto;
margin-right:auto;
}
h1 {
margin-bottom:5%;
}
.topSec01Logo p {
font-size:4vw;
}
.topSec01LogoScroll {
width:50%;
margin-right:auto;
margin-left:auto;
}
.topSec01Img{
width:95%;
margin-left:auto;
margin-right:auto;
}
.topSec01Img .topSec01ImgTit{
font-size: 9vw;
}
.topSec01Img .topSec01ImgTxt {
font-size: 3vw;
}
.topSec02 {
width:95%;
}
.topSec02Box {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
}
.topSec02TitImg {
width:60%;
}
.topSec02Img img {
width:100%;
}
.topSec02Img .topSec02Tit {
width:100%;
}
.topSec02Img p {
font-size:4vw;
}
.topSec02Img h3 {
font-size:5vw;
}
.topSec02Img01,.topSec02Img02,.topSec02Img03 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column ;
flex-direction: column ;
margin-bottom:10%;
}
.topSec02Btn a {
font-size: 4vw;
max-width:250px;
}

.topSec03 {
width:95%;
}
.topSec03TitImg {
width:18.5%;
}
.topSec03List {
width:76.5%;
font-size:4.5vw;
}
.topSec03List h4{
margin-bottom:60px;
}
.topSec03List dt {
width:80px;
}
.topSec03List dd {
width:80%;
padding-left:10px;
}
.topSec03Btn {
margin-top:5%;
margin-bottom:10%;
}
.topSec03Btn a {
font-size: 3vw;
}
footer h1 {
width:20%;
}
footer div {
width:70%;
}
footer div p {
font-size: 2.5vw;
}
.fadeIn {
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
.fadeIn2 {
-webkit-transform: translate3d(-30px, 0, 0);
transform: translate3d(-30px, 0, 0);
}
}

