@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

body{
    font-family:"Noto Sans",sans-serif;
}


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

    header

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

.header-subNav-item,
a.header-nav-item-link::before {
    margin: 0 20px;
    position: relative;
  }
  .header-subNav-item::before,
  a.header-nav-item-link::before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      left: -5px;
      transform: translateY(-50%);
      background-image: url("../img/footer_arrow.png");
      background-size: contain;
      background-repeat: no-repeat;
  }
  a.header-nav-item-link::before{
      display: none;
  }
  @media only screen and (max-width:950px){
    .header-subNav-item::before,
    a.header-nav-item-link::before {
        width: 8px;
        height: 8px;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 -4px;
        display: inline-block;
    }
    .header-subNav-item-link {
        padding-left: 5px;
      }
  }

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

    mv

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

#mv{
    margin: 80px 0 0;
    padding: 60px 4% 40px;
	border-top:1px solid #003da7;
}
#mv h3{
    max-width: 400px;
    width: 40%;
    display: block;
    margin: auto;
    animation-name: scrollFadeIn;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
}
@keyframes scrollFadeIn{
    0%{opacity: 0;}
    100%{opacity: 1;transform: translate(0);}
  }
#mv h3 img{
    width: 100%;
}
#mv .button-area{
    text-align: center;
    margin: 25px 0 0;
}
#mv .button-area a{
    padding: 12px 60px;
    border-radius: 100px;
    font-weight: bold;
}
#mv .button-area a:hover{
	opacity:0.5;
}

@media only screen and (max-width:950px){
    #mv{
        margin: 50px 0 0;
    }
}
@media only screen and (max-width:400px){
    #mv .button-area{
        margin: 20px 0 0;
    }
    #mv .button-area a{
        padding: 10px 45px;
    }
}


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

    menu

==============================================*/
#menu{
    padding: 30px 4% 60px;
}
.menu__inner{
    max-width: 750px;
    margin: auto;
}
.menu__parent h4{
    font-size: 30px;
    padding: 30px 0 30px 2.8em;
    cursor: pointer;
    border-bottom: 2px solid #dfdfdf;
    position: relative;
    transition: .3s;
}
.menu__parent h4 .menu__cross{
    width: 40px;
    height: 40px;
    background-color: #0280cb;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 5px;
}
.menu__parent h4 .menu__cross div{
    position: relative;
    width: 100%;
    height: 100%;
}
.menu__parent h4 .menu__cross div span,
.menu__parent h4 .menu__cross div span::after{
    width: 20px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    transition: .1s;
}
.menu__parent h4 .menu__cross div span::after{
    content: "";
    top: 0;
    transform: translate(-50%) rotate(90deg);
}
.menu__parent h4.clicked .menu__cross div span::after{
    content: "";
    top: 0;
    transform: translate(-50%);
}
.menu__parent li:last-child h4{
    border-bottom: none;
}
.menu__parent h4:hover,
.menu__parent h4 a:hover{
    color: #00479d;
}
.menu__parent h4 a{
    color: #000;
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
}
.menu__parent h4 a img{
    display: block;
    margin: 10px 0 0;
    max-width: 417px;
    width: 73%;
}
.menu__parent h4 a::after{
    content: "";
    background-image: url("../img/menu_link.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
}
.menu__parent h4::before{
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#menu .menu__inner .menu__parent #menu-00{	
margin-bottom: 15px;	
}	
#menu .menu__inner .menu__parent #menu-00 h5{	
font-size: 20px;	
}	
#menu .menu__inner .menu__parent #menu-00 h6{	
margin-top: 15px;	
margin-bottom:5px;	
font-size: 16px;	
}	
#menu .menu__inner .menu__parent #menu-00 .menu-00_decoration{	
padding-left: 1.2rem;	
position: relative;	
}	
#menu .menu__inner .menu__parent #menu-00 .menu-00_decoration::before{	
content: "■";	
display: block;	
position: absolute;	
left: 0;	
}	
#menu .menu__inner .menu__parent #menu-00 p{	
font-size: 14px;	
}	
#menu .menu__inner .menu__parent #menu-00 ul li{	
position: relative;	
padding-left: 1.2rem;	
}	
#menu .menu__inner .menu__parent #menu-00 ul li::before{	
display: block;	
position: absolute;	
left: 0;	
}	
#menu .menu__inner .menu__parent #menu-00 ul li:nth-child(1)::before{	
content: "①";	
}	
#menu .menu__inner .menu__parent #menu-00 ul li:nth-child(2)::before{	
content: "②";	
}
#menu .menu__inner .menu__parent #menu-00 ul .annotation{
    font-size: 16px;
}
#menu .menu__inner .menu__parent #menu-00 ul .annotation::before{	
content: "◎"!important;	
}	
.menu__parent li#menu-01 h4::before{
    background-image: url("../img/menu_img_01.png");
    width: 50px;
    height: 50px;
}
.menu__parent li#menu-03 h4::before{
    background-image: url("../img/menu_img_03.png");
    width: 66px;
    height: 42px;
}
.menu__parent li#menu-04 h4::before{
    background-image: url("../img/menu_img_04.png");
    width: 50px;
    height: 39px;
}
.menu__parent li#menu-05 h4::before {
  background-image: url("../img/menu_img_05.png");
  width: 66px;
  height: 54px;
}
.menu__child{
    padding: 30px 0;
    border-bottom: 2px solid #dfdfdf;
}
.menu__child li{
    padding: 10px 0 10px 3em;
    position: relative;
}
.menu__child li::before{
    content: "";
    background-image: url("../img/menu_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.menu__child a{
    font-size: 24px;
    color: #000;
    text-decoration: none;
    transition: .3s;
    width: 100%;
    display: block;
}
.menu__child a:hover{
    color: #00479d;
}
.only-310{
    display: none!important;
}
@media only screen and (max-width:700px){
    #menu{
        padding: 20px 4% 40px;
    }
    .menu__parent h4{
        font-size: 20px;
        padding: 25px 0 25px 2.5em;
    }
    .menu__parent h4 a img{
        margin: 5px 0 0;
    }
    .menu__parent h4 a::after{
        width: 18px;
        height: 18px;
    }
    .menu__parent li#menu-01 h4::before{
        width: 30px;
        height: 30px;
    }
    .menu__parent li#menu-03 h4::before{
        width: 33px;
        height: 21px;
    }
    .menu__parent li#menu-04 h4::before{
        width: 33px;
        height: 27px;
    }
    .menu__parent li#menu-05 h4::before{
        width: 33px;
        height: 27px;
    }
    .menu__child{
        padding: 20px 0;
    }
    .menu__child li {
        padding: 10px 0 10px 2em;
      }
    .menu__child li::before{
        width: 18px;
        height: 18px;
    }
    .menu__child a{
        font-size: 18px;
    }
    .menu__parent h4 .menu__cross{
        width: 30px;
        height: 30px;
    }
    .menu__parent h4 .menu__cross div span,
    .menu__parent h4 .menu__cross div span::after{
        width: 15px;
        height: 3px;
    }
}
@media only screen and (max-width:400px){
    #menu{
        padding: 10px 4% 20px;
    }
    .menu__parent h4{
        font-size: 16px;
        padding: 25px 0 25px 2.5em;
    }
    .menu__child{
        padding: 10px 0;
    }
    .menu__child li {
        padding: 5px 0 5px 2em;
      }
    .menu__child li::before{
        width: 14px;
        height: 14px;
    }
    .menu__child a{
        font-size: 14px;
    }
}
@media only screen and (max-width:310px){
    .only-310{
        display: block!important;
    }
}

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

    js-accordion

==============================================*/
.js-accordion-a{
    display: none;
}
.js-accordion-q.clicked{
    color: #00479d;
}




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

    footer

==============================================*/
.footer__logo{
    background-color: #003da7;
    padding: 20px 4% 40px;
}
.footer__logo a{
	color:#fff;
	text-decoration:none;
}
.footer__logo .button-area{
	text-align:center;
	padding: 12px 0;
	border-radius: 100px;
	font-weight: bold;
	border: 1px solid #fff;
}
.footer__logo a{
    max-width: 230px;
    width: 70%;
    display: block;
    margin: auto;
}
.footer__logo a img{
    width: 100%;
}
.footer__link{
    background-color: #ececec;
    padding: 20px 4%;
}
.footer__link a{
    width: 100%;
    max-width: 750px;
    margin: auto;
    background-color: #c7e6ff;
    padding: 40px;
    display: block;
    border: 1px solid #003da7;
    font-size: 30px;
    font-weight: bold;
    color: #003da7;
    text-decoration: none;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    position: relative;
}
.footer__link a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    background-image: url("../img/footer_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
}
.footer__link a span{
    font-size: 18px;
    font-weight: lighter;
    margin: 0 0 0 30px;
}

@media only screen and (max-width:700px){
    .footer__link a {
        padding: 30px 20px;
        font-size: 20px;
    }
    .footer__link a span {
        font-size: 14px;
        margin: 0 0 0 20px;
    }
    .footer__link a::after {
        width: 15px;
        height: 15px;
        right: 20px;
    }
}
@media only screen and (max-width:400px){
    .footer__link a {
        padding: 20px;
        font-size: 18px;
    }
    .footer__link a{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__link a span {
        margin: 0;
    }
}

