@charset "utf-8";
/* CSS Document */
section .linkBtn > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
section .linkBtn > a:hover {
    opacity: 1.0;
}
section .linkBtn.wakuBlue > a {
    border: 1px solid #005B92;
    color: #005B92;
    background-color: #fff;
    border-radius: 5px;
}
section .linkBtn.wakuBlue > a:hover {
    color: #fff;
    background-color: #005B92;
}
section .linkBtn.fillBlue > a {
    overflow: hidden;
    display: block;
    max-width: 100%;
    width: 300px;
    line-height: 2;
    box-sizing: border-box;
    border: 2px solid #005b92;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    padding: 12px 0;
    font-weight: 600;
}
section .linkBtn.fillBlue > a:hover {
    color: #fff;
    /*background-color: #fff;*/
}
section .linkBtn.fillBlue > a:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #005b92;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translateX(-100%);
    transition: all 0.5s;
}
section .linkBtn.fillBlue > a:hover:before {
    transform: translateX(0);
}
section .linkBtn.fillBlue > a:after {
    content: '';
    height: 19px;
    width: 19px;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/common/arrow_right@4x.png);
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
}
/*----------------------------------*/
section#pagetitle {
    display: none;
}
/*----------------------------------*/
main#contents article > section#firstview {
    max-width: 100%;
	width: 100%;
    padding: 0;
    position: relative;
}
section#firstview .slide-items {
    width: 50%;
    height: 50%;
    margin: auto;
}
section#firstview .slide-items .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#firstview .slick-prev:before, section#firstview .slick-next:before {
    color: black;
}
section#firstview .slick-dots li button:before {
    font-size: 1.4rem;
    top: 6px;
}
/*----------------------------------*/
section.wrapType01 {
    margin-top: 85px;
}
section.wrapType01 .boxList {
    display: flex;
    /*flex-direction: column;*/
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 34px 0;
    padding-top: 35px;
}
section.wrapType01 .boxList a {
    width: calc(50% - 15px);
}
section.wrapType01 .boxList dl {
    /*border-top: 1px solid gray;
	padding: 25px 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 0 40px;*/
}
section.wrapType01 .boxList dl:last-of-type {
    /*border-bottom: 1px solid gray;*/
}
section.wrapType01 .boxList dl dt {}
section.wrapType01 .boxList dl dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*aspect-ratio: 1 / 0.60;
	background-color: gray;*/
}
section.wrapType01 .boxList dl dt span img {
    height: auto;
    width: 100%;
}
section.wrapType01 .boxList dl dd {
    /*width: calc( 65% - 20px );*/
    font-size: 2.4rem;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    background-image: url("../image/common/arrow_right@4x.png");
    background-size: 30px;
    background-position: right;
    background-repeat: no-repeat;
}
main#contents article > section.wrapType01 .boxList dl dd h2.hd {
    text-align: left;
    padding: 0px 0px 0px;
    margin-bottom: 15px;
}
main#contents article > section.wrapType01 .boxList dl dd h2.hd::after {
    display: none;
}
section.wrapType01 .boxList dl dd .txts {
    text-align: justify;
    line-height: 120%;
}
section.wrapType01 .boxList dl dd .linkBtn {
    margin-top: 25px;
    width: 300px;
    height: 50px;
}
/*----------------------------------*/
section.wrapType02 {
    display: flex;
    gap: 50px;
    overflow: hidden;
    margin-top: 85px;
}
section.wrapType02 .box {
    /*width: calc( 50% - 25px );*/
    width: 100%;
}
section.wrapType02 .box > .movie {
    min-height: 243px;
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.wrapType02 .box > .movie > img {
    width: 80px;
    height: auto;
}
section.wrapType02 .box > .newsList {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
}
section.wrapType02 .box > .newsList > dl {
    display: flex;
    border-bottom: 1px dotted #c1c1c1;
    align-items: center;
    padding: 15px 0;
}
section.wrapType02 .box > .newsList > dl dt {
    width: 165px;
    font-size: 1.6rem;
}
section.wrapType02 .box > .newsList > dl dt span {}
section.wrapType02 .box > .newsList > dl dt span img {
    width: 50px;
    height: auto;
}
section.wrapType02 .box > .newsList > dl dd {
    /*width: calc( 75% - 10px );*/
}
section.wrapType02 .box > .newsList > dl dd a.title {
    font-size: 1.8rem;
    /*text-decoration: underline;
	color: rgb(5, 99, 193);*/
}
section.wrapType02 .box > .newsList > dl dd .date {
    font-size: 1.5rem;
    margin: 3px auto;
}
section.wrapType02 .box > .newsList > dl dd .txts {
    line-height: 120%;
}
section.wrapType02 .box > .linkBtn {
    width: 300px;
    margin: 65px auto 0;
}
/*----------------------------------*/
main#contents article section.wrapType03 {
    max-width: 100%;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    /*background-color: #E9F1FF;*/
    overflow: hidden;
    margin-top: 85px;
	display: none;
}
section.wrapType03 .boxList {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
section.wrapType03 .boxList > dl {
    padding: 35px 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 0 40px;
}
section.wrapType03 .boxList > dl > dt {
    width: calc(50% - 10px);
}
section.wrapType03 .boxList > dl > dd {
    width: calc(50% - 10px);
}
main#contents article > section.wrapType03 .boxList dl dd h2.hd {
    text-align: left;
    padding: 0px 0px 0px;
    margin-bottom: 15px;
}
main#contents article > section.wrapType03 .boxList dl dd h2.hd::after {
    display: none;
}
section.wrapType03 .boxList > dl dd .txts {
    text-align: justify;
    line-height: 120%;
}
section.wrapType03 .boxList > dl dd .linkBtn {
    margin-top: 25px;
    width: 300px;
    height: 50px;
}
section.wrapType03 .boxList > dl dd .tables dl {
    display: flex;
    gap: 0 20px;
    border-bottom: 1px solid gray;
    padding: 10px 0;
}
section.wrapType03 .boxList > dl dd .tables dl dt {
    width: calc (40% - 10px);
}
section.wrapType03 .boxList > dl dd .tables dl dd {
    width: calc (60% - 10px);
}
section.wrapType03 .boxList > dl dt iframe {
    /*filter: grayscale(100%);*/
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.70;
}
/*----------------------------------*/
main#contents article section.wrapType04 {
    padding: 45px 0 0;
    overflow: hidden;
}
section.wrapType04 ul.lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
    padding-top: 35px;
}
section.wrapType04 ul.lists li {
    /*border: 1px solid #005B92;*/
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    width: calc((100% / 4) - 7.5px);
}
section.wrapType04 ul.lists::after {
    width: calc((100% / 2) - 5px);
    content: "";
    display: block;
}
/*----------------------------------------------*/
/*----------------------------------------------*/
#mainVisual {
    /*background-image: url("../image/top/bg_mainBox.jpg");*/
    width: 100%;
    position: relative;
    height: 535px;
    /*    display: flex;
        align-items: center;
	        background-size: 100%;
        background-repeat: no-repeat;*/
    overflow: hidden;
}
#mainVisual:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background-color: #005b92;
    content: '';
    z-index: 99;
}
#mainVisual:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 5px;
    background-color: #4d4d4d;
    content: '';
    z-index: 99;
}
.mainSlider * {
    height: 100%;
}
.mainSlider {
    margin-inline: auto;
    overflow: hidden; /* 画像がはみ出ないようにする */
    height: 535px;
}
.mainSlider img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.mainSlider .slick-slider {
    height: 100%;
}
@keyframes zoomDown {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1); /* 拡大率 */
    }
}
.add-animation {
    animation: zoomDown 10s linear 0s normal both;
}
.mainBox {
    font-size: 5.4rem;
    color: #FFF;
    font-weight: 500;
    /*margin-left: 185px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 185px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}
#footer_wrap {
    margin-top: 150px;
}
#footer_wrap .footerIn{
	display: none;
}

