@charset "utf-8";

/*===============================================画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
main {
    width: 900px;
}
main h3 {
    color: #174f9e;
    font-size: 18px;
    font-weight: 500;
}
main p {
    font-size: 15px;
}
#message {
    padding-top: 70px;
}
#message .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-top: 20px;
}
#message .flex div {
    width: 564px;
}
#message h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    margin-bottom: 20px;
}
#message dl {
    text-align: right;
    margin-top: 20px;
}
#message dl dt {
    font-size: 12px;
    display: inline;
}
#message dl dd {
    font-size: 18px;
    display: inline;
    margin-left: 3px;
}
#carear {
    padding-top: 100px;
}
#carear h3 {
    margin-bottom: 30px;
}
#skill {
    padding-top: 70px;
}
#skill .inner {
    border: 1px solid #0054A0;
    padding: 30px;
    margin-top: 20px;
}
#skill .inner .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#skill .inner .flex .box {
    width: 268px;
}
#skill .inner .flex .box h4 {
    background-color: #0054A0;
    text-align: center;
    color: #fff;
    height: 52px;
    line-height: 52px;
    font-size: 17px;
}
#skill .inner .flex .box div {
    background-color: #E7EEF5;
    padding: 15px;
    line-height: 1.7em;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 208px;
}
#skill .inner .flex .box div p {
    text-align: right;
    margin-right: 25px;
}
#youkou {
    padding-top: 80px;
}
#youkou h3 {
    margin-bottom: 30px;
}
#youkou table {
    border-top: 1px solid #606060;
}
#youkou table th {
    border-bottom: 1px solid #606060;
    font-size: 15px;
    color: #008a9a;
    font-weight: 500;
    background-color: #E0F4F5;
    width: 105px;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 1.6em;
}
#youkou table td {
    border-bottom: 1px solid #606060;
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
    line-height: 1.6em;
}
#youkou table td span {
    font-size: 12px;
}
#youkou p a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 60px;
    background-color: #003062;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    font-size: 17px;
    margin-top: 60px;
    border-radius: 10px;
}
#youkou .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-top: 60px;
}
#youkou .flex+figure {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
}



/*===============================================画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================sp-tablet
===============================================*/
#sp-tablet------------------------------------------- {
}
main {

}
main h3 {
    color: #174f9e;
    font-size: 18px;
    font-weight: 500;
}
main p {
    font-size: 14px;
}
#message {
    padding-top: 10%;
}
#message .flex {
    margin-top: 5%;
}
#message .flex div {

}
#message figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}
#message h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    margin-bottom: 5%;
}
#message dl {
    text-align: right;
    margin-top: 20px;
}
#message dl dt {
    font-size: 12px;
    display: inline;
}
#message dl dd {
    font-size: 18px;
    display: inline;
    margin-left: 3px;
}
#carear {
    padding-top: 10%;
}
#carear h3 {
    margin-bottom: 5%;
}
.scroll figure {
    width:700px;
}
.scroll{
    overflow: auto;
    white-space: nowrap;
}
.scroll::-webkit-scrollbar{
     height: 5px;
}
.scroll::-webkit-scrollbar-track{
     background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
     background: #BCBCBC;
}
#skill {
    padding-top: 10%;
}
#skill .inner {
    border: 1px solid #0054A0;
    padding: 5%;
    margin-top: 20px;
}
#skill .inner .flex {
}
#skill .inner .flex .box figure img {
    width: 100%;

}
#skill .inner .flex .box+.box {
    margin-top: 8%;
}
#skill .inner .flex .box h4 {
    background-color: #0054A0;
    text-align: center;
    color: #fff;
    height: 52px;
    line-height: 52px;
    font-size: 17px;
}
#skill .inner .flex .box div {
    background-color: #E7EEF5;
    padding: 15px;
    line-height: 1.7em;
    padding-top: 10px;
    padding-bottom: 10px;
}
#skill .inner .flex .box div p {
    text-align: right;
    margin-right: 25px;
}
#youkou {
    padding-top: 80px;
}
#youkou h3 {
    margin-bottom: 30px;
}
#youkou table {
    border-top: 1px solid #606060;
}
#youkou table th {
    border-bottom: 1px solid #606060;
    font-size: 14px;
    color: #008a9a;
    font-weight: 500;
    background-color: #E0F4F5;
    width: 80px;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 1.6em;
}
#youkou table td {
    border-bottom: 1px solid #606060;
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 10px;
    line-height: 1.6em;
}
#youkou table td span {
    font-size: 12px;
}
#youkou p a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 60px;
    background-color: #003062;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    font-size: 17px;
    margin-top: 60px;
    border-radius: 10px;
}
#youkou .flex {
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
}

#youkou .flex figure {
    margin-bottom: 5%;
}
}



/*===============================================画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================tablet
===============================================*/
#tab------------------------------------------- {
}
}
