@charset "utf-8";
/* CSS Document */

.resizeimage img { width: 100%; }

/* 共通部分*/

html {
    font-size: 100%;
}

body {
    line-height: 1.7;
    color: #414140;
    font-family:'M PLUS Rounded 1c', sans-serif;
    background-color: #ffffff;
    background-image: url(../images/daikigumi_08.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment:scroll;
}

a {
    text-decoration: none;
    color: #414140;
}

img {
    max-width: 100%;
}

h2{
    font-family:'M PLUS Rounded 1c', sans-serif;
}

mark {
    background: linear-gradient(transparent 50%, #0bd 0%);
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3%;
}

.pc {
    display: block !important;
    margin: 0 auto;
        box-shadow: 0 0 8px gray;
}

.sp {
    display: none !important;
}
/*スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
        margin: 0 auto;
    }
}

.fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
}

/* HEADER */

.logo {
    width: 366px;
    margin-top: 14px;
}

.logo-insta {
    margin-top: -10px;
}

.logo-insta img {
    width: 50px;
}

.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top:30px;
    list-style: none;
}

.main-nav li {
    margin-left: 40px;
}

main-nav a {
    color: #333333;
}

.main-nav a:hover {
    color: #191970;
}


.page-header {
    margin: 0 auto;
    width: 100%;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    /*border-bottom: 5px solid #fff000;*/
    border-bottom: 5px solid #0bd;
    /*position: fixed;*/
    margin: 0 auto;
    padding: 0 4%;
}

/* HOME-CONTENT */

.home-content {
    background-color: #0bd;
}

.home-subcontent {
    text-align: center;
    margin-top: 0;
    box-shadow: 0 0 4px gray;
}

.subcon-title {
    font-size: 0.5rem;
    background: #fff200;
    color: #333;
    border-radius: 8px;
    padding: 1px 10px;
    margin-right: 10px;
}

.news01 {
    background-color: #191970;
    padding: 10px;
    font-size: 1rem;
    color: #ffffff;
}
.news01 a {
    color: #fff200;
    text-decoration-line: underline;
}

.news02 {
    background-color: #0bd;
    padding: 10px;
    font-size: 1rem;
    color: #ffffff;
}
.news02 a {
    text-decoration-line: underline;
}

/*MAIN*/
.main-content{
    width: 90%;
    margin: 30px auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-title{
    font-size: 3rem;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}

.about-item {
    margin: 0px auto;
    background: #fff;
    color: #333333;
    margin-top:40px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 0px;
    padding: 10px;
    text-align: left;
    line-height: 2.5;
}

.about-content {
    /*display: flex;*/
    margin-bottom: 30px;
    text-align: center;
}
.about-content img {
    width: 100%;
}

.about-img {
    width: 100%;
    text-align: center;
}


/*CAMPANY*/

.campany {
    background-color: #eaf6fd;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 3%;
    padding-left: 80px;
    padding-right: 80px;
    text-align: left;
    line-height: 40px;
}

.campany-title {
    text-align: center;
    font-family:'M PLUS Rounded 1c', sans-serif;
    font-size: 1rem;
    line-height: 100px;
    padding-top: 0px;
}

.campany-content {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr);
    margin-top: 1%;
    margin-bottom: 20px;
}

.campany-item {
    font-size: 1rem;
    margin-bottom: 30px;
}

.campany-item img {
    width: 800px;
}

.campany h3 {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}

.campany h4 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 20px;
}

.requirement {
    background-color: #fdfde1;
    margin: 20px auto;
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px 3%;
    text-align: center;
}

.requirement h2{
    font-size: 2rem;
    margin-top: 30px;
}

.requirement-title {
    text-align: center;
    font-family:'M PLUS Rounded 1c', sans-serif;
    font-size: 1.25rem;
    line-height: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.requirement-content {
    text-align: left;
    font-size: 1.5rem;
    list-style: none;
    justify-content:center;
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left: 120px;
    padding-right: 120px;
    /*display: flex;*/
}

.requirement-content li {
    font-size: 1rem;
    line-height: 50px;
    padding: 2px;
    border-bottom: 2px dotted gray;
}

.information {
    background-image: url(../images/daikigumi_06.jpg);
    background-position: right;
    margin: 20px auto;
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px 3%;
    text-align: center;
}

.information-content {
    text-align: left;
    font-size: 1.5rem;
    list-style: none;
    justify-content:center;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 120px;
    padding-right: 120px;
    /*display: flex;*/
}

.information-content li {
    font-size: 1rem;
    line-height: 50px;
    padding: 2px;
    border-bottom: 5px solid #0bd;
}

.information h2 {
    font-size: 2.0rem;
    margin-top: 130px;
}

/*WANTED*/

.wanted {
    width: 80%;
    margin: 30px auto;
    text-align: center;
        margin-bottom: 300px;
}

.wanted img {
    margin-top: 60px;
    margin-bottom: 60px;
}

.wanted h2 {
    text-align: center;
    font-size: 2.25rem;
}

.wanted-ditails2 {
    margin-bottom: 80px;
}


.wanted-button {
    font-size: 3rem;
    background-color: #cc0000;
    color: #fff;
    border-radius: 60px;
    padding: 30px 50px;
    box-shadow: 0 0 5px gray;

}

.wanted-button:hover {
    background-color: #f67690;
}

/*CONTACT*/
.contact-content{
    width: 90%;
    margin: 30px auto;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}


/*FOOTER*/
footer {
    background: #191970;
    text-align: center;
    padding: 26px 0;
    border-top: solid #eaf6fd 10px;
    margin-top: 70px;
}

footer p {
    color: #fff;
    font-size: 1rem;
}


/*　INDEX.HTML用　レスポンシブ用CSS　*/
@media screen and (max-width: 700px) {
    
    .main-nav {
        font-size: 0.5rem;
        margin-top:15px;
    }
    
    .main-nav li {
        margin-left: 10px;
    }

    .logo {
        width: 100px;
        margin-top: 3px;
    }
    
    .logo-insta img {
        width: 20px;
        margin-top: 10px;
    }
    
    .main-content{
        width: 95%;
        margin: 0px auto;
        margin-top: 10px;
    }
    
    .page-header {
        padding: 0 1%;
        height: 45px;
        border-bottom: 2px solid #0bd;
    }
    
    .about-content {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .about-item {
        width: 100%;
        padding-bottom: 5px;
        margin: 0;
        margin-bottom: 20px;
        font-size: 0.75rem;
        line-height: 1.75;
    }
    
    .about-title {
        font-size: 1.5rem;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .about-content {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .campany {
        background-color: #eaf6fd;
        margin: 0px auto;
        margin-top: 10px;
        margin-bottom: 40px;
        padding: 20px 3%;
        text-align: left;
        line-height: 20px;
    }
    .campany-item {
        font-size: 0.75rem;
        margin-bottom: 20px;
        margin: 4%;
    }
    
    .campany-title {
        font-size: 0.75rem;
        line-height: 20px;
        padding-bottom: 20px;
    }
    .campany h2 {
        font-size: 0.5rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .campany-content {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
        margin-top: 1%;
        margin-bottom: 0px;
    }
    .campany h3 {
        font-size: 0.75rem;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .campany h4 {
        font-size: 0.75rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .requirement {
        background-color: #fdfde1;
        margin: 0px auto;
        padding: 10px 3%;
        text-align: center;
        margin-top: 30px;
    }

    .requirement h2{
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .requirement-title {
        text-align: center;
        font-family:'M PLUS Rounded 1c', sans-serif;
        font-size: 1.25rem;
        line-height: 10px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .requirement-content {
        text-align: left;
        font-size: 1.5rem;
        list-style: none;
        justify-content:center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        /*display: flex;*/
    }

    .requirement-content li {
        font-size: 0.5rem;
        line-height: 20px;
        padding: 2px;
        border-bottom: 2px dotted gray;
    }

    .wanted {
        width: 95%;
        margin: 0px auto;
        margin-top: 30px;
    }
    .wanted h2 {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    .wanted img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wanted-ditails2 {
        font-size: 1rem;
        line-height: 2;
        margin-bottom: 50px;
    }

    .wanted-button {
        font-size: 1.5rem;
        border-radius: 40px;
        padding: 20px 30px;
    }

    .information {
        background-image: url(../images/daikigumi_06.jpg);
        background-position: right;
        background-position: top;
        background-size: 100%;
        margin: 5px auto;
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px 3%;
        text-align: center;
    }

    .information-content {
        text-align: left;
        font-size: 1.5rem;
        list-style: none;
        justify-content:center;
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        /*display: flex;*/
    }

    .information-content li {
        font-size: 0.75rem;
        line-height: 50px;
        padding: 2px;
        border-bottom: 5px solid #0bd;
    }
    
    .information h2 {
        margin-top: 30px;
        font-size: 1.5rem;
        text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
    }

}


/*CONTACT.HTML CSS*/
#formWrap {
    width:800px;
    margin:0 auto;
    color:#555;
    line-height:120%;
    font-size:90%;
}
table.formTable{
    width:90%;
    margin:0 auto;
    border-collapse:collapse;
    table-layout:fixed;
}
table.formTable td,table.formTable th{
    border:1px solid #ccc;
    padding:10px;
    table-layout:fixed;
}
table.formTable th{
    width:30%;
    font-weight:normal;
    background:#efefef;
    text-align:left;
    table-layout:fixed;
}
table.formTable select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    background-color: #fdfde1;
}
table.formTable input[type="text"] {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    background-color: #fdfde1;
}

table.formTable textarea {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    background-color: #fdfde1;
    width: 100%;
    table-layout: fixed;
}

.input-submit {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 1.5rem;
    background-color: #cc0000;
    color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 0 5px gray;
}
.input-submit:hover {
    background-color: #f67690;
}
.input-reset {
    margin-top: 20px;
    font-size: 1rem;
    background-color: gray;
    color: #fff;
    border-radius: 10px;
    padding: 7px 10px;
    /*box-shadow: 0 0 5px gray;*/
}
/*　お問合せ用　レスポンシブ用CSS　*/
@media screen and (max-width:572px) {
    #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable th, table.formTable td {
        width:auto;
        display:block;
        table-layout: fixed;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
        table-layout: fixed;
    }
    input[type="text"], textarea {
        width:80%;
        padding:5px;
        font-size:100%;
        display:block;
    }
    input[type="submit"], input[type="reset"], input[type="button"] {
        display:block;
        width:80%;
        padding: 20px 30px;
        margin-right: 0px;
    }
    input[type="reset"] {
        display:block;
        width:50%;
        padding: 5px 20px;
        font-size: 0.75rem;
    }
}



