@charset "UTF-8";
#header { 
width: 100%; 
height: 110px;
min-height: 110px;
background: #0B346C;
position: relative;
overflow: hidden;
}

.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    width: 100%;
}

.tab > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background: #0B346C;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}

.tab > label:hover {
    opacity: .8;
}

.tab input {
    display: none;
}

.tab > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab label:has(:checked) {
    opacity: 1;
}

.tab label:has(:checked) + div {
    display: block;
}

@media screen and (max-width: 768px) {
.tab > label {
min-width: 85%;
margin-bottom: 1rem;
}
}


@media screen and (min-width: 769px),print {
#mainimage {
display: flex;
align-items: center;
justify-content: center;
height: 70vh;
background-image: url(../image/mainimage.jpg);
background-size: cover;
text-align: center;
}
#mainimage .block {
display: block;
margin: 0px auto 0 auto;
background-color: rgba(255,255,255,0.8);
width: 700px;
padding: 40px 0 30px 0;
}
#mainimage .block .title {
padding: 0 0 20px 0;
}
#mainimage .block h1 {
color: #000;
font-size: 24px;
line-height: 1.5em;
}

#topImage {
display: flex;
align-items: center;
justify-content: center;
height: 30vh;
background-image: url(../image/mainimage.jpg);
background-size: cover;
text-align: center;
}
#topImage .block {
display: block;
margin: 0px auto 0 auto;
background-color: rgba(255,255,255,0.8);
width: 700px;
padding: 40px 0 30px 0;
}
#topImage .block .title {
padding: 0 0 20px 0;
}
#topImage .block h1 {
color: #000;
font-size: 24px;
line-height: 1.5em;
}

#point {
padding: 70px 0 0 0;
text-align: center;
color: #000;
}
#point h3 {
font-size: 42px;
line-height: 1.5em;
}
#point h4 {
font-size: 28px;
line-height: 1.8em;
padding: 40px 0 60px 0;
}
#point dl {
width: 100%;
min-width: 1200px;
margin: 0px auto 0 auto;
text-align: left;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#point dl dt{
box-sizing: border-box;
}
#point dl dd{
box-sizing: border-box;
}
#point dl dd p {
font-size: 18px;
line-height: 2em;
color: #212121;
}
#point dl.point1 {
margin-bottom: 4rem;
}
#point dl.point1 dt {
width: 600px;
min-width: 600px;
}
#point dl.point1 dd {
min-width: 600px;
padding: 2em 10% 2em 2em;
}

#point #support {
box-sizing: border-box;
border: 2px solid #231815;
width: 700px;
margin: 4rem auto;
padding: 1em 0 1em 0;
}
#point #support h5 {
font-size: 28px;
line-height: 2em;
margin: 0px auto 0 auto;
}
#point #support p {
font-size: 22px;
line-height: 2em;
margin: 0px auto 0 auto;
}
#point #support h6 {
font-size: 28px;
line-height: 2em;
margin: 0px auto 0 auto;
}

#point dl.point2 {
}
#point dl.point2 dt {
min-width: 600px;
padding: 2em 2em 2em 10%;
}
#point dl.point2 dd {
width: 600px;
min-width: 600px;
}
#point .add {
margin-top: 2rem;
margin-bottom: 4rem;
text-align: center;
}

.back {
width: 30%;
display: block;
margin: 0 auto 4rem;
padding: 1rem 3rem;
text-align: center;
border: solid 1px #ccc;
border-radius: 40px;
}

#page {
text-align: center;
margin: 70px 0 0 0;
}
#page h2 {
font-size: 32px;
line-height: 1.8em;
padding: 0 0 30px 0;
}
#page h3 {
font-size: 30px;
line-height: 1.8em;
padding: 20px 0 0 0;
}
#page h4 {
font-size: 30px;
line-height: 1.8em;
padding: 20px 0 0 0;
}
#page h4 {
display: flex;
align-items: center;
}
#page h4:before,
#page h4:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #666;
}
#page h4:before {
margin-right: 1em;
}
#page h4:after {
margin-left: 1em;
}
#page .box {
width: 1000px;
margin: 0px auto 70px auto;
}
#page p {
font-size: 18px;
line-height: 1.8em;
}
#page .recruit {
border: 1px solid #000A92;
margin: 0 0 40px 0;
padding: 10px;
background-color: #FFF;
}
#page .recruit p {
background: #0B346C;
color: #FFF;
font-weight: bold;
padding: 0.3em 0 0.3em 0;
}
#page .recruit h3 {
padding: 20px 0 20px 0;
}
#page .box table {
margin: 30px 0 0 0;
border: 1px solid #CCCCCC;
border-collapse: collapse;
}
#page .box th {
text-align: left;
font-size: 18px;
line-height: 1.7em;
padding: 1em;
background-color: #EAEAEA;
border: 1px solid #CCCCCC;
border-collapse: collapse;
width: 200px;
}
#page .box td {
background-color: #FFF;
border: 1px solid #CCCCCC;
border-collapse: collapse;
padding: 1em;
text-align: left;
font-size: 18px;
line-height: 1.7em;
color: #000;
}

#page .banner {
text-align: center;
margin: 40px 0 0 0;
}

#page h2 {
    font-size: 32px;
    line-height: 1.8em;
    padding: 0 0 30px 0;
}
#greet {
max-width: 1000px;
margin: 0 auto 8rem;;
}
#greet h2 {
    font-size: 32px;
    padding: 0 0 30px 0;
    text-align: center;
}
#greet .text {
border: solid 2px #0b3a63;
padding: 2rem;
background: #fff;
}
#greet .text p {
text-align: left;
font-size: 18px;
line-height: 2.2em;
}
#greet .text p span {
font-weight: bold;
display: block;
text-align: right;
}

#company {
max-width: 1000px;
margin: 0 auto 8rem;;
}
#company h2 {
    font-size: 32px;
    padding: 0 0 30px 0;
    text-align: center;
}
#company .box {
padding: 2rem 1rem;
background: #fff;
}
#company table {
border-collapse:collapse;
width: 100%;
margin-bottom: 2rem;
}
#company table th,
#company table td {
border: solid 1px #ccc;
padding: 1rem;
font-size: 18px;
text-align: left;
}
#company table th {
background: #EAEAEA;
font-weight: bold;
}
#company .map {

}

}

#company .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

#company .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#header { 
height: 60px;
min-height: 60px;
}

#mainimage {
background-image: url(../image/mainimage.jpg);
background-position: right center;
background-size: cover;
background-repeat: no-repeat;
padding: 5% 0 5% 0;
text-align: center;
height: 50vh;
display: flex;
align-items: center;
}
#mainimage .block {
display: block;
margin: 0px auto 0 auto;
background-color: rgba(255,255,255,0.8);
width: 80%;
padding: 20px 0 20px 0;
}
#mainimage .block .title {
width: 80%;
margin: 0px auto 0 auto;
padding: 0 0 10px 0;
}
#mainimage .block h1 {
color: #000;
font-size: 20px;
line-height: 1.5em;
}

#topImage {
display: flex;
align-items: center;
justify-content: center;
height: 30vh;
background-image: url(../image/mainimage.jpg);
background-size: cover;
text-align: center;
}
#topImage .block {
display: block;
margin: 0px auto 0 auto;
background-color: rgba(255,255,255,0.8);
width: 70%;
padding: 1rem 2rem;
}
#topImage .block .title {
padding: 0 0 20px 0;
}
#topImage .block h1 {
color: #000;
font-size: 16px;
line-height: 1.5em;
}

#point {
padding: 30px 0 0 0;
text-align: center;
color: #000;
}
#point h3 {
font-size: 20px;
line-height: 1.3em;
padding: 0 1em 0 1em;
}
#point h4 {
font-size: 18px;
line-height: 1.8em;
padding: 20px 1em 30px 1em;
}
#point dl {
width: 100%;
margin: 0px auto 0 auto;
text-align: left;
}
#point dl dt{
box-sizing: border-box;
}
#point dl dd{
box-sizing: border-box;
}
#point dl dt p,
#point dl dd p {
font-size: 16px;
line-height: 1.8em;
color: #212121;
margin: 0 0 1em 0;
}
#point dl.point1 {
}
#point dl.point1 dt {
width: 80%;
}
#point dl.point1 dd {
padding: 1em;
}

#point #support {
box-sizing: border-box;
border: 2px solid #231815;
width: 90%;
margin: 1em auto 1em auto;
padding: 1em;
}
#point #support h5 {
font-size: 20px;
line-height: 1.3em;
margin: 0px auto 0.5em auto;
}
#point #support p {
font-size: 16px;
line-height: 1.3em;
margin: 0px auto 0.5em auto;
}
#point #support h6 {
font-size: 18px;
line-height: 1.7em;
margin: 0px auto 0 auto;
}

#point dl.point2 {
}
#point dl.point2 dt {
padding: 1em;
}
#point dl.point2 dd {
width: 80%;
margin: 0 0 0 auto;
text-align: right;
}




#page {
text-align: center;
margin: 20px 0 0 0;
}
#page h2 {
font-size: 20px;
line-height: 1.3em;
padding: 30px 0 10px 0;
}
#page h3 {
font-size: 18px;
line-height: 1.3em;
padding: 20px 0 0 0;
}
#page h4 {
font-size: 18px;
line-height: 1.3em;
padding: 20px 0 0 0;
}
#page h4 {
display: flex;
align-items: center;
}
#page h4:before,
#page h4:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #666;
}
#page h4:before {
margin-right: 1em;
}
#page h4:after {
margin-left: 1em;
}
#page .box {
width: 90%;
margin: 0px auto 30px auto;
}
#page p {
font-size: 16px;
line-height: 1.3em;
}
#page .recruit {
border: 1px solid #000A92;
margin: 0 0 20px 0;
padding: 10px;
background-color: #FFF;
}
#page .recruit p {
background: #0B346C;
color: #FFF;
font-weight: bold;
padding: 0.3em 0 0.3em 0;
}
#page .recruit h3 {
font-size: 18px;
padding: 1em 0 1em 0;
}
#page .box table {
margin: 20px 0 0 0;
border-collapse: collapse;
}
#page .box th {
text-align: left;
font-size: 16px;
line-height: 1.3em;
padding: 0.5em 0 0.5em 0.5em;
background-color: #EAEAEA;
border-collapse: collapse;
width: 100%;
display: block;
box-sizing: border-box;
}
#page .box td {
background-color: #FFF;
border-collapse: collapse;
padding: 0.5em 0 0.5em 0.5em;
text-align: left;
font-size: 16px;
line-height: 1.8em;
color: #000;
display: block;
box-sizing: border-box;
}

#page .banner {
text-align: center;
margin: 30px 0 40px 0;
}

#apply {
margin-top: 4rem;
}
.form-area p {
font-size: 16px;
line-height: 1.3em;
}

#greet {
max-width: 90%;
margin: 0 auto 4rem;;
}
#greet h2 {
    font-size: 20px;
    padding: 0 0 30px 0;
    text-align: center;
}
#greet .text {
border: solid 2px #0b3a63;
padding: 2rem;
background: #fff;
}
#greet .text p {
text-align: left;
font-size: 16px;
line-height: 2.2em;
}
#greet .text p span {
font-weight: bold;
display: block;
text-align: right;
}

#company {
max-width: 90%;
margin: 0 auto 4rem;;
}
#company h2 {
    font-size: 24px;
    padding: 0 0 30px 0;
    text-align: center;
}
#company .box {
padding: 2rem 1rem;
background: #fff;
}
#company table {
border-collapse:collapse;
width: 100%;
margin-bottom: 2rem;
}
#company table th,
#company table td {
border: solid 1px #ccc;
padding: 1rem;
font-size: 16px;
text-align: left;
display: block;
}
#company table th {
background: #EAEAEA;
font-weight: bold;
}

.back {
width: 80%;
display: block;
margin: 0 auto 4rem;
padding: 1rem 3rem;
text-align: center;
border: solid 1px #ccc;
border-radius: 40px;
}


}
