@charset "utf-8";
/* CSS Document */
/* PC画面サイズ想定
　　トップ画像等 max-width 1500px
　　本文 max-width 1100px
　　ブレイクポイント 768px*/

body, html {
    margin: 0;
    height: 100%;
}
html {
    font-size: 120%;
    line-height: 1.7;
}
body {
    font-family: "MS Serif", "New York", serif;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #0065B3;
}
a:hover {
    color: #137FD1;
}
header {
    background-image: url(../images/top_image.jpg);
    background-repeat: no-repeat;
    background-position: center 90%;
    background-size: auto auto;
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
}
/* その場で 
header{
animation-name:fadeInAnime;
animation-duration:10s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}*/
.header-title {
    margin-bottom: 0%;
    margin-top: 0%;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    background-color: hsla(0,0%,100%,0.60);
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
}
nav {
    display: none;
}

main {
    margin: auto;
    max-width: 1100px;
    padding: 25px 3%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
article {
    margin-bottom: 8%;
    margin-top: 3%;
}
aside {
    margin-bottom: 10%;
}
h1 {
    font-size: 2.4em;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 0em;
    padding-right: 1%;
    padding-left: 1%;
}
h1 span {
    font-size: 55%;
}
h2 {
    text-align: center;
    margin-top: 1em;
    line-height: 1.7;
    background-color: #1C96C1;
    color: #FFFFFF;
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 1.7em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-bottom: 0px;
}

h3 {
    margin-bottom: 0em;
    font-size: 1.5em;
    color: #138AB5;
}
.tokucho_waku h3 {
    margin-bottom: 0.3em;
    font-size: 1.3em;
    color: #138AB5;
}
.tokucho_waku h3 span {
    color: #369EC3;
    font-size: 40px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 100%;
}
/*----- txt -----*/
.txt-ms {
    font-size: 60%;
    line-height: normal;
}
.txt-s {
    font-size: 80%;
    line-height: normal;
}
.txt-m {
    font-size: 90%;
}
.txt-navyblue {
    color: #1b2b75;
    font-weight: bold;
}
.txt-110 {
    font-size: 110%;
}
.txt-red {
    color: #ef0000;
}
.txt-orenji {
    color: #ec9800;
}
.txt-lightnavy {
    color: #00309b;
}
.txt-underline {
    text-decoration: underline;
}
/*---------------*/

.bt-shiryo-moshikomi {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1%;
}
.bt-shiryo-moshikomi a {
    width: 100%;
/*    max-width: 370px;*/
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.bt-shiryo-moshikomi a div{
    /* [disabled]background-color: #a4905f; */
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    padding-top: 0.2em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0.2em;
    font-size: 1.2em;
    line-height: 1.2;
}
.bt-shiryo-moshikomi a:hover div {
    /* [disabled]background-color: #94804E; */
}
.gotokucho {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0px;
}
.gotokucho .item {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #DDDDDD;
    height: 100%;
    text-align: center;
    color: #138AB5;
    padding-bottom: 10px;
    font-weight: bold;
    background-color: #f2f2f2;
}
.gotokucho .item .dai {
    font-size: 2em;
    color: #138AB5;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: normal;
}
.item a {
    display: block;
}
.item a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70) ;
}

.tokucho_waku {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 400px;
    min-height: 300px;
}
.pc_tokucho1 {
    background-image: url(../images/tokucho_img1-3.jpg);
}
.pc_tokucho2 {
    background-image: url(../images/tokucho_img2-3.jpg);
}
.pc_tokucho3 {
    background-image: url(../images/tokucho_img3-3.jpg);
}
.pc_tokucho4 {
    background-image: url(../images/tokucho_img4-3.jpg);
}
.pc_tokucho5 {
    background-image: url(../images/tokucho_img5-3.jpg);
}
.tokucho_img {
    display: none;
}
.sp-nashi {
}
.tokucho_naiyo {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    max-width: 850px;
    border-left: 4px solid #369ec3;
    padding-left: 20px;
    background-color: rgba(242,242,242,0.70);
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.boto {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 10px;
    padding-top: 7px;
}
/*#tokucho2 .boto {
    background-image: url(../images/Basic-skills-for-working-adults_logo.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100px auto;
    padding-left: 100px;
}*/
.footer-title {
    background-image: url(../images/footerimg2.jpg);
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    margin-right: auto;
    margin-left: auto;
    /* min-height: 300px; */
    background-position: center center;
    padding: 5% 8%;
}
.footer-title p {
    font-size: 1.4em;
    line-height: 1.4;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 1em;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-title .bt-shiryo-moshikomi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    background-color: rgba(255, 255, 255, 0.54);
    padding: 2% 1%;
    flex-wrap: wrap;
}
.footer-title .bt-shiryo-moshikomi a {
    width: 100%;
    max-width: 300px;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.footer-title .bt-shiryo-moshikomi a div{
    /* [disabled]background-color: #1D4BB8; */
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 35px;
    text-align: center;
    padding-top: 0.3em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0.3em;
    font-size: 1.5em;
}
.footer-title .bt-shiryo-moshikomi a:hover div {
    /* [disabled]background-color: #285FE1; */
    max-width: none;
}

.toiawase {
    text-align: center;
    font-size: 1.2em;
    padding: 1em;
    border-top: 1px solid #000000;
}
.movie-kakomi {

}
.settosusume {
    padding: 5px;
    border: 1px solid #DDDDDD;
    margin-top: 40px;
    background-color: rgba(255,255,255,0.50);
}
/*親要素に横方向スクロールをつける*/
#parent{
  overflow-x: auto;
}
.ishikichosaDL {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
.ishikichosaDL .item {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    display: none;
}
.ishikichosaDLbt {
    border: 2px solid #165bad;
    padding: .5em;
    font-size: 22px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}
.ishikichosaDL a img {
	src:url("../images/ishikichosaDLbt.png")
}
.ishikichosaDL a:hover img {
	src:url("../images/ishikichosaDLbt_on.png")
}
.syakaijinkiso_logo {
    max-width: 280px;
    float: left;
    margin-right: 15px;
}

.h3sayuhyoji {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.osakashosai {
    font-size: 16px;
    color: #000000;
}
.vcat-toha {
    margin-left: 165px;
    text-indent: -165px;
}
.kiiro-amikake {
    background-color: rgba(255,247,0,1.00);
}
/* ########### 520px以下 ########## */
@media screen and (max-width:520px) {
header {
    padding-right: 0;
    padding-left: 0;
}
.header-title {
    float: none;
    width: 100%;
    text-align: left;
}
.bt-shiryo-moshikomi {
    flex-wrap: wrap;
}
.bt-shiryo-moshikomi a {
    max-width: 170px;
}



}

/* ########### 768px以下 ########## */
@media screen and (max-width:768px) {
html {
    font-size: 16px;
    line-height: 1.5;
}
h1 {
    font-size: 1.5em;
    max-width: none;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0em;
}
.tokucho_waku {
    display: inherit;
}
.pc_tokucho1 {
    background-image: none;
}
.pc_tokucho2 {
    background-image: none;
}
.pc_tokucho3 {
    background-image: none;
}
.pc_tokucho4 {
    background-image: none;
}
.pc_tokucho5 {
    background-image: none;
}
.tokucho_img {
    display: inherit;
}
.sp-nashi {
    display: none;
}

.syakaijinkiso_logo {
    max-width: 180px;
    margin-right: 15px;
}
}
/* ########### 650px以下 ########## */
@media (max-width: 650px) {
.movie-kakomi {
	padding-top: 8%;
	}
.movie-kakomi iframe {
    width: 100%;
    height: 100%;
}

}
.prtop {
    height: 25px;
    background-image: url(../images/pr-title.jpg);
    background-repeat: no-repeat;
    padding-bottom: 3%;
}
.prend {
    height: 10px;
    background-image: url(../images/pr-end.jpg);
    background-repeat: no-repeat;
    padding-top: 3%;
    background-position: 0% bottom;
}
