@charset "utf-8";
/* CSS Document */

i.fas,i.far,i.fa {
-webkit-font-smoothing:antialiased;
-webkit-text-stroke: 1px #000;
}
/* -----------------------about-----------------------------*/
#about {
    width:1100px;
    margin: 100px auto 50px;
}
#about section {
    overflow: hidden;
    margin-bottom: 100px;
}
#about .comment {
    width:55%;
    float:left;
}
#about h3 {
    font-size:1.8em;
    margin: 20px 0 30px;
}
#about p {
    margin-bottom:30px;
    letter-spacing: 0.2em;
    overflow: hidden;
}
#about div.right {
    text-align: right;
}
#about .pic1 {
    float: right;
    width:40%;
    margin-left:5%;
}
#about .pic1 img {
    width:100%;
    height: auto;
}
#about_profile {
    width:1100px;
    margin: 100px auto 50px;
}
#about_profile dl {
    display: flex;
    flex-wrap:wrap;
}
#about_profile dl dt {
    width:20%;
    margin-bottom:20px;
}
#about_profile dl dd {
    width:80%;
    margin-bottom:20px;
}

@media screen and (max-width: 1024px) { 
#about,
#about_profile {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}
@media screen and (max-width: 768px) { 
#about h3 {
    font-size:1.4em;
}
#about p {
    margin-bottom:15px;
    letter-spacing: 0.1em;
    font-size:0.9em;
}

#about .comment {
    width:53%;
}
#about .pic1 {
    float: right;
    width:45%;
    margin:20px 0 2% 0;
}
}
@media screen and (max-width: 426px) { 
#about h3 {
    text-align: center;
}
#about .comment {
    width:100%;
}
#about .pic1 {
    float: none;
    width:90%;
    margin:0 auto 0;
}
#about_profile dl {
    display: block;
    font-size: 0.9em;
}
#about_profile dl dt {
    width:100%;
    margin-bottom:5px;
}
#about_profile dl dd {
    width:100%;
    margin-bottom:30px;
}
}


/* -----------------------works-----------------------------*/
#works {
    width:1100px;
    margin: 100px auto 50px;
}
#works h3 {
    font-size:1.1em;
    text-align: center;
    margin-bottom: 50px;
}
#works h4 {
    font-size:1.2em;
    text-align: center;
    margin-bottom: 30px;
}
#works p.lead {
    width:80%;
    margin:0 auto 50px;
    font-size:0.9em;
}
#works ul.wlist {
    display: flex;
    flex-wrap:wrap;
    width:100%;
}
#works ul.wlist li {
    width:23%;
    text-align: center;
    list-style: none;
    margin:0 1% 50px;
}
#works ul.wlist li img {    
    width:100%;
    height: auto;
}
#works ul.wlist li p {
    margin:10px 0;
    font-size:0.9em;
}
#works ul.pagenavi,
#works div.wp-pagenavi {
    display: flex;
    justify-content: center;
}
#works ul.pagenavi li,
#works div.wp-pagenavi a,
#works div.wp-pagenavi span {
    list-style: none;
    border-right:1px solid #ccc;
    font-size:0.95em;
}
#works ul.pagenavi li a,
#works div.wp-pagenavi a,
#works div.wp-pagenavi span {
    display: block;
    list-style: none;
    padding:1px 20px;
}
#works ul.pagenavi li:last-child,
#works div.wp-pagenavi a:last-child,
#works div.wp-pagenavi span:last-child {
    border: none;
}
#works div.wp-pagenavi span.current {
    text-decoration: underline;
}
#works .workbox {
    padding-bottom:100px;
}
#works ul.workimg {
    width:80%;
    margin:0 auto 70px;
}
#works ul.workimg li {
    margin-bottom:40px;
    list-style: none;
}
#works ul.workimg li img {
    width:100%;
    height: auto;
}
#works .wtop {
    text-align: center;
}

@media screen and (max-width: 1024px) { 
#works {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}
@media screen and (max-width: 768px) { 
#works ul.wlist li {
    width:31.3%;
    text-align: center;
    list-style: none;
    margin:0 1% 30px;
}
#works p.lead {
    width:95%;
    margin:0 auto 50px;
}
#works ul.workimg {
    width:95%;
    margin:0 auto 40px;
}
}
@media screen and (max-width: 426px) { 
#works ul.wlist li {
    width:48%;
    text-align: center;
    list-style: none;
    margin:0 1% 30px;
}
}

/* -----------------------info-----------------------------*/
#info {
    width:1100px;
    margin: 100px auto 100px;
}
#info h3 {
    text-align: center;
    margin-bottom:70px;
}
#info .infolist dl {
    width:650px;
    display: flex;
    flex-wrap:wrap;
    margin:0 auto 100px;
}
#info .infolist dl dt {
    width:15%;
    margin-bottom: 10px;
}
#info .infolist dl dd {
    width:85%;
    margin-bottom: 10px;
}
#info ul.pagenavi {
    display: flex;
}
#info ul.pagenavi li {
    width:50%;
    list-style: none;
}
#info ul.pagenavi li.r {
    text-align: right;
}
#info .infobox {
    width:90%;
    margin: 0 auto 100px;
}
#info .infobox h4 {
    border-bottom: 1px solid #ccc;
    font-size:1.1em;
    padding:0 5px 10px;
    margin-bottom: 20px;
}
#info .infobox h5 {
    text-align: right;
}
#info .infobox .ms {
    padding:30px 10px;
}
#info .itop {
    text-align: center;
}


@media screen and (max-width: 1024px) { 
#info {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}

@media screen and (max-width: 426px) {
#info .infolist {
    width:95%;
    margin: 0 auto;
    font-size: 0.9em;
}
#info .infolist dl {
    width:100%;
    display: block;
    margin:0 auto 50px;
}
#info .infolist dl dt {
    width:100%;
    margin-bottom: 1px;
}
#info .infolist dl dd {
    width:100%;    
    margin-bottom: 10px;
}
}

/* -----------------------contact-----------------------------*/
#contact {
    width:1100px;
    margin: 100px auto 100px;
}
#contact h3 {
    text-align: center;
    font-size:0.95em;
    margin-bottom: 50px;
}
#contact .c-form .cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px auto;
}
#contact .c-form .cp_iptxt input[type='text'],
#contact .c-form .cp_iptxt input[type='tel'],
#contact .c-form .cp_iptxt input[type='email'],
#contact .c-form .cp_iptxt textarea {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #cccccc;
    background: transparent;
}
#contact .c-form .cp_iptxt textarea {
    height:10em;
}
#contact .c-form .ef input[type='text']:focus,
#contact .c-form .ef input[type='tel']:focus,
#contact .c-form .ef input[type='email']:focus {
    border-bottom: 2px solid #da3c41;
    outline: none;
}
#contact .c-form .submit{
    display: flex;
    justify-content: center;
}
#contact .c-form .submit input{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: none;
    border-radius: 2px;
    font-size:16px;
    cursor:pointer;
    border:none;
    display: inline-block;
    width:300px;
    background:#000;
    color: #fff;
    margin:5px 10px;
    padding: 20px 15px;
}
#contact .c-form .submit input.submit{
    background-color:#108650;
}
#contact .c-form .submit input.back{
    background-color:#666;
}

@media screen and (max-width: 1024px) { 
#contact {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}
@media screen and (max-width: 426px) { 
#contact .c-form .cp_iptxt {
	position: relative;
	width: 100%;
	margin: 40px auto;
}
}

/* -----------------------flow-----------------------------*/
#flow {
    width:1000px;
    margin: 100px auto 50px;
}
#flow .flowbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
#flow .flowbox .f-txt {
    width:60%;
}
#flow .flowbox .f-image {
    width:35%;
    margin-left: 5%;
}
#flow .flowbox .f-image img {
    width:100%;
    height: auto;
}
#flow .flowbox .f-txt h3 {
    font-size:1.2em;
    margin-bottom:25px;
}
#flow .flowbox .f-txt h3 span {
    font-size: 2em;
    margin-right: 15px;
    font-style:italic;
}
#flow .flowbox .f-txt p {
    margin-left: 2em;
}




@media screen and (max-width: 1024px) { 
#flow {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}

@media screen and (max-width: 768px) {
#flow .flowbox .f-txt {
    font-size:0.9em;
}
}

@media screen and (max-width: 425px) {
#flow .flowbox {
    display: block;
    margin-bottom: 70px;
}
#flow .flowbox .f-txt {
    width:100%;
    margin-bottom:20px;
}
#flow .flowbox .f-image {
    width:90%;
    margin: 0 auto;
}
#flow .flowbox .f-txt h3 {
    margin-bottom:10px;
}
}


/* -----------------------policy-----------------------------*/
#policy {
    width:1000px;
    margin: 100px auto 50px;
}
#policy .leadtxt {
    margin-bottom: 50px;
}
#policy dl dt {
    margin-bottom:10px;
    font-size:1.1em;
}
#policy dl dd {
    margin-bottom:40px;
}
#policy .contxt {
    padding:20px;
}
@media screen and (max-width: 1024px) { 
#policy {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}






