@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.wakuBlue > a {
    border: 1px solid #005B92;
    color: #005B92;
    background-color: #fff;
    border-radius: 5px;
}
section .linkBtn.fillBlue > a {
    overflow: hidden;
    display: block;
    width: 300px;
    line-height: 1;
    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.5rem;
    padding: 12px 0;
    font-weight: 600;
}
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%;
}
section#firstview .slide-items {
    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.0rem;
    top: 3px;
}
/*----------------------------------*/
section.wrapType01 {
    margin-top: 40px;
}
section.wrapType01 .boxList {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 0;
    padding-top: 30px;
}
section.wrapType01 .boxList a {
    width: calc(50% - 7px);
}
section.wrapType01 .boxList dl {}
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 {
    /*width: 50px;
	height: auto;*/
}
section.wrapType01 .boxList dl dd {
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    background-image: url("../image/common/arrow_right@4x.png");
    background-size: 16px;
    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 {
    width: 100%;
    height: 50px;
    margin: 15px auto 0;
}
/*----------------------------------*/
main#contents article section.wrapType02 {
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    overflow: hidden;
}
section.wrapType02 .box > .movie {
    min-height: 200px;
    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: 38px;
}
section.wrapType02 .box > .newsList > dl {
    display: flex;
    border-bottom: 1px dotted #c1c1c1;
    align-items: center;
    padding: 12px 0;
}
section.wrapType02 .box > .newsList > dl dt {
    width: 120px;
    font-size: 1.2rem;
    flex-shrink: 0;
}
section.wrapType02 .box > .newsList > dl dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: gray;
}
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.3rem; /*
	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%;
    text-align: justify;
}
section.wrapType02 .box > .linkBtn {
    width: 300px;
    margin: 30px auto 0;
}
/*----------------------------------*/
main#contents article section.wrapType03 {
    /*background-color: #E9F1FF;*/
    overflow: hidden;
    margin-top: 40px;
	display: none;
}
section.wrapType03 .boxList {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
section.wrapType03 .boxList > dl {
    padding: 30px 0 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px 0;
}
section.wrapType03 .boxList > dl > dt {}
section.wrapType03 .boxList > dl > dd {}
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 {
    width: 300px;
    height: 50px;
    margin: 15px auto 0;
}
section.wrapType03 .boxList > dl dd .tables dl {
    display: flex;
    gap: 0 20px;
    border-bottom: 1px solid gray;
    padding: 10px 0;
    width: 100%;
}
section.wrapType03 .boxList > dl dd .tables dl dt {
    width: calc(20% - 5px);
}
section.wrapType03 .boxList > dl dd .tables dl dd {
    width: calc(80% - 5px);
}
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: 35px 0 0;*/
    overflow: hidden;
    margin-top: 40px;
}
section.wrapType04 ul.lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 30px;
}
section.wrapType04 ul.lists li {
    width: calc(50% - 5px);
    /*border: 1px solid #005B92;*/
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*----------------------------------------------*/
#mainVisual {
    /*background-image: url("../image/top/bg_mainBox.jpg");*/
    width: 100vw;
    position: relative;
    /*height: 145px;*/
	height: 180px;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
}
#mainVisual:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background-color: #005b92;
    content: '';
    z-index: 1;
}
#mainVisual:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 5px;
    background-color: #4d4d4d;
    content: '';
    z-index: 1;
}
.mainSlider * {
    height: 100%;
}
.mainSlider {
    margin-inline: auto;
    overflow: hidden; /* 画像がはみ出ないようにする */
	height: 100%;
    /*height: 145px;*/
}
.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: 2.5rem;
    color: #FFF;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    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: 100px;
}
#footer_wrap .footerIn{
	display: none;
}
/*----------------------------------------------*/
/*----------------------------------------------*/