@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:hover{
    opacity: 0.7;
    transition: all .3s;
}
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf{display: inline-block;}

/* Hides from IE Mac \*/
* html .cf {height: 1%;}
.cf{display:block;}
/* End Hack */






/* CSS ここから */

body {
    font-family: ArialMT, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    font-size: 12px;
    line-height: 1;
}

header {
    width: 100%;
    margin: 0 auto;

}

header .wrapper {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    border-bottom: solid 1px #2600c6;
    padding: 20px 0 10px 0;
    z-index: 1;
}
header .wrapper .headtop {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

header .wrapper h1 a {
    text-decoration: none;
    font-size: 32px;
    color: #0097c6;
}
header .headleft {
    width: 400px;
    float: left;
}
header .headright {

}
header .headrightsp {
    position: fixed;
}
header .wrapper .headtop .headleft .eval {
    width: 230px;
}

header .wrapper .headtop .headright .eval01 {
    float: left;
    margin-right: 74px;
}
.headrightsp .eval03 {
    float: left;
    margin-right: 74px;
}
.headrightsp .eval04 {
    float: left;
    margin-right: 74px;
}

header .wrapper .headtop .headright .eval02 {

}

header .wrapper .headtop .headleft .eval dl {
    color: #0097c6;
}

header .wrapper .headtop .headleft .eval dt {
    padding-top: 5px;
    font-size: 30px;
}

header .wrapper .headtop .headleft .eval dd {
    padding-top: 2px;
}

header nav {
    float: left;
    margin-top: 18px;
    padding: 25px 0;
    background: #0060b0;
    width: 100%;
}
header .wrapper .headtop .headleft .logobox {
    width: 300px;
    margin-bottom: 8px;
}
.ma-60 {
    margin-top: 60px;
}
.ma-100 {
    margin-top: 130px;
}
header .wrapper .headtop h1 img{
    width: 32px;
    margin-right: 10px;
    float: left;
}
header .sp{
    margin-top: 50px;
}
header .sp h1 img{
    width: 20px;
    margin-right: 5px;
    float: left;
}

iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframewrap02{
    position: relative;
    width: 100%;
    padding: 0 0 800px 0;
    }
@media screen and (max-width: 677px) {
.iframewrap02{
    position: relative;
    width: 100%;
    padding: 0 0 1100px 0;
    }
}
.iframewrap{
    position: relative;
    width: 100%;
    padding: 0 0 1900px 0;
    }
@media screen and (max-width: 677px) {
.iframewrap{
    position: relative;
    width: 100%;
    padding: 0 0 2800px 0;
    }
}

@media screen and (max-width: 960px) {
    #logo {
        width: 100%;
        max-width: 183px;
        margin: 15px auto;
        padding-top: 15px;
    }

    #logo a {
        text-decoration: none;
        font-size: 20px;
        color: #0097c6;
    }
    .header-nav li {
        margin-left: 0;
        float: none;
    }
}

header nav .header-nav {
    width: 960px;
    margin: 105px auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.header-nav li {
    float: left;
    margin-right: 50px;
}

.header-nav li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

#mainimage {
    background: transparent url("images/mv01.jpg")  no-repeat center top;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 500px;
    margin: 0 auto;
}
#mainimage_works {
    background: transparent url("images/mv02.jpg")  no-repeat center top;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 500px;
    margin: 0 auto;
}
#mainimage_faq {
    background: transparent url("images/mv03.jpg")  no-repeat center top;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 500px;
    margin: 0 auto;
}
#mainimage_company{
    background: transparent url("images/mv04.jpg")  no-repeat center top;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 500px;
    margin: 0 auto;
}
#mainimage_contact {
    background: transparent url("images/mv05.jpg")  no-repeat center top;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 500px;
    margin: 0 auto;
}
@media screen and (max-width:960px){
    #mainimage {
        height: 500px;
    }
    #mainimage_works {
        height: 500px;
    }
    #mainimage_faq {
    height: 500px;
    }
    #mainimage_company {
    height: 500px;
    }
    #mainimage_contact {
    height: 500px;
    }
    .mv02_02 .inner img {
    margin-top: 25px;
    }

}
@media screen and (min-width: 960px ) {
    .mv02_02 {
        background: transparent url("images/mv02_02.jpg")  no-repeat center top;
        width: 100%;
        height: 599px;
        margin: 0 auto;
    }
    .mv02_02 .inner {
        margin: 0px 0px 0px 300px;
        max-width: 655px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .mv02_02 .inner img {
        margin-top: 50px;
    }
}
@media screen and (max-width:460px){
    #mainimage {
        height: 300px;
    }
    #mainimage_works {
        height: 300px;
    }
    #mainimage_faq {
        height: 300px;
    }
    #mainimage_company {
        height: 300px;
    }
    #mainimage_contact {
        height: 300px;
    }
}

#mainimage .inner {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    margin-top: 80px;
    box-sizing: border-box;
    padding: 0 30px;
}

#mainimage_works .inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 80px;
    box-sizing: border-box;
    padding: 0 30px;
}
@media screen and (min-width:460px){
#mainimage_faq .inner {
    max-width: 370px;
    margin-top: 170px;
    box-sizing: border-box;
    padding: 0 10px;
    }
}
@media screen and (max-width:460px){
    #mainimage_faq .inner {
    max-width: 280px;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 0 10px;
    }
}
@media screen and (min-width:460px){
#mainimage_company .inner {
    max-width: 245px;
    margin-top: 190px;
    box-sizing: border-box;
    padding: 0 10px;
    }
}
@media screen and (max-width:460px){
    #mainimage_company .inner {
    max-width: 150px;
    margin-top: 130px;
    box-sizing: border-box;
    padding: 0 10px;
    }
}
@media screen and (min-width:460px){
#mainimage_contact .inner {
    max-width: 370px;
    margin-top: 190px;
    box-sizing: border-box;
    padding: 0 10px;
    }
}
@media screen and (max-width:460px){
    #mainimage_contact .inner {
    max-width: 180px;
    margin-top: 130px;
    box-sizing: border-box;
    padding: 0 10px;
    }
}

#mainimage .inner img {
    width: 100%;
}

#mainimage_works .inner img {
    width: 100%;
}

#mainimage_faq .inner img {
    width: 80%;
}

#mainimage_company .inner img {
    width: 80%;
}

#mainimage_contact .inner img {
    width: 80%;
}

.mv02_02 .inner img {
    width: 100%;
    margin-bottom: 50px;
}



/*---------------------------------------------------------------------*/
.mainimage2 {
    margin: 35px auto;
    text-align: center;
}

.mainimage2 .inner img {
    width: 100%;
    max-width: 770px;
}
.mainimage2 a {
    display: block;
    color: #fff;
    text-align: center;
    width: 240px;
    background: #0097c6;
    padding: 15px 0;
    font-size: 22px;
    text-decoration: none;
    margin: 0px auto;
}

/*---------------------------------------------------------------------*/

.about {
    width: 100%;
    text-align: center;
    margin: 45px auto;
}
.about02 {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}
.about03{
    width: 100%;
    text-align: center;
}
.about02 h2 p {
    color: #fff;
    font-size: 26px;
    padding: 25px 0;
    background: #0060b0;
    width: 100%;
    line-height: 1.2;
}
.about03 h2 p {
    color: #fff;
    font-size: 26px;
    padding: 25px 0;
    background: #0060b0;
    width: 100%;
    line-height: 1.2;
}
@media screen and (max-width: 460px) {
    .about .home {
        color: #3eba3e;
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .about .works {
        color: #0097c6;
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 15px;
        line-height: 1.2;
    }
}
@media screen and (min-width: 460px) {
    .about .home {
        color: #3eba3e;
        font-size: 34px;
        font-weight: 900;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .about .works {
        color: #0097c6;
        font-size: 34px;
        font-weight: 900;
        margin-bottom: 15px;
        line-height: 1.2;
    }
}

.about p {
    font-size: 14px;
    line-height: 1.8;
}

.about h2 p {
    color: #fff;
    font-size: 26px;
    padding: 25px 0;
    background: #0060b0;
    width: 100%;
    line-height: 1.2;
}

/*.title {
    color: #fff;
    font-size: 26px;
    padding: 25px 0;
    background: #0097c6;
    width: 100%;
    line-height: 1.2;
}*/

.about h3 p {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    background: #0060b0;
    width: 100%;
}
.about h3{
    margin-bottom: 20px;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

#service {
    width: 100%;
    margin: 45px 0px 80px 0px;
}

#service li {
    float: left;
    margin-right: 1.56415%;
/* margin-right: 1.5625%;*/
    width: 32.291666666667%;
    /* 310px / 全体の横幅 * 100 */
}

#service li img {
    width: 80%;
    padding-left: 25px
}

@media screen and (max-width: 460px) {
    #service li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        float: none;
    }
}
#service ul {
    margin-bottom: 30px;
}
#service li:last-child {
    margin-right: 0;
}

#service li a {
    text-decoration: none;
    color: #555555;
    display: block;
}
#service li a:hover {
    opacity: 0.7;
}
#service .title {
    color: #666666;
    font-size: 18px;
    font-weight: 900;
    margin: 5px 0;
    text-align: center;
}


#service2 ul li {
    content: " ";
    padding: 20px 0 20px 80px;
    background: transparent url("images/icon01.png")  no-repeat left 20px;
}

#service2 ul li p {
    color: #666666;
    font-size: 22px;
}

section {
    margin-bottom: 120px;
}
#content-bottom {
    width: 100%;
    margin: 0 auto;
}

.text {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
}
.text2 {
    color: #0097c6;
    margin: 40px 0;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.about .text2 {
    color: #0097c6;
    margin: 40px 0;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.text3 {
    color: #3eba3e;
    margin: 40px 0 100px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.text7 {
    color: #3eba3e;
    margin: 40px 0 20px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.text8 {
    color: #0097c6;
    margin: 0px 0 20px 20px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    padding-left: 30px
}
.text9 {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
    border-bottom: 1px;
    padding: 0 0 .5em 0;
    border-bottom: 1px solid #0097c6;
}
.about .container .text3 {
    color: #0097c6;
    margin: 40px 0 100px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.about .container .text4 {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
}
.about .container .text5 {
    color: #0097c6;
    margin: 40px 0 10px 0;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}
.container #service .text6 {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #0097c6;
    font-size: 22px;
    padding: 15px;
    margin-bottom: 15px;
}
.container #service .text4 {
    color: #666666;
    font-size: 17px;
    line-height: 1.4;
}
.container .about .text4 {
    color: #666666;
    font-size: 17px;
    line-height: 1.4;
    padding: 5px 0;
}
.container span p {
    display: block;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #0097c6;
    line-height: 35px;
    font-size: 22px;
    text-decoration: none;
    margin: 0px auto;
    float: left;
}
.container span {
    margin: 0 0 20px 0;
}

.container .inner {
    width: 100%;
    margin-bottom: 35px;
}

.container .inner .faq {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #3eba3e;
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 90px;
    float: left;
    margin-right: 25px;
}
.container .inner .faq_boxright {
    width: 100%;
    height: 50px;
    padding: 20px 0;
}
.container .inner .faq_ti {
    color: #0097c6;
    font-size: 23px;
    font-weight: bold;
}
.container .inner .faq_tx {
    color: #666666;
    font-size: 15px;
    margin-top: 10px;
}
.container .inner .pri_tx {
    color: #666666;
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.3em;
}
.container .inner .pri2_tx {
    color: #666666;
    font-size: 17px;
    margin-top: 5px;
}

@media screen and (max-width:460px){
    .container .inner .faq {
        font-size: 12px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        margin-right: 6px;
        margin-bottom: 60px;
    }
    .container .inner .faq_boxright {
        padding: 0 0 20px 0;

}
    .container .inner .faq_ti {
        font-size: 16px;
        line-height: 18px;
    }
    .container .inner .faq_tx {
        font-size: 12px;
        margin-top: 3px;
        line-height: 13px;
    }
        .container .inner .pri_tx {
        font-size: 12px;
        margin-top: 3px;
        line-height: 15px;
    }
        .container .inner .pri2_tx {
        font-size: 12px;
        margin-top: 3px;
        line-height: 13px;
    }
    .container span p {
        display: block;
        color: #fff;
        text-align: center;
        width: 25px;
        height: 25px;
        background: #0097c6;
        line-height: 25px;
        font-size: 15px;
        text-decoration: none;
        margin: 0px auto;
        float: left;
    }
    .container span {
        margin: 0 0 20px 0;
    }
    .text {
        font-size: 14px;
    }
    .text2 {
        font-size: 20px;
        margin: 20px 0;
    }
    .about .text2 {
        font-size: 20px;
        margin: 20px 0;
    }
    .text3 {
        font-size: 16px;
        margin: 20px 0;
    }
    .about .container .text3 {
        font-size: 16px;
        margin: 20px 0;
        margin: 20px 0 40px 0;
    }
    .about .container .text4 {
        color: #666666;
        font-size: 12px;
        line-height: 1.6;
    }
    .about .container .text5 {
        font-size: 20px;
        margin: 10px 0 0 0;
        }
    .text9 {
        font-size: 14px;
    }
    .text8 {
        font-size: 20px;
        margin: 20px 0;
    }
    .text7 {
        font-size: 20px;
        margin: 20px 0;
    }
}


.container .fact{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 60px;
}
.container .fact img{
    width: 100%;
}

#news {
    float: left;
    width: 100%;
}
#news h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}
#news-list {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px;
}
#news-list li {
    margin-bottom: 10px;
    font-size: 12px;
}
#news-list li:last-child {
    margin-bottom: 0;
}
#news-list li a {
    color: #a8a8a8;
    text-decoration: none;
}
#news-list li:hover {
    opacity: 0.7;
}
.news-title {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    color: #555555;
}

@media screen and (max-width: 460px) {
    #news, #sidebar {
        float: none;
        width: 100%;
    }
    #news {
        margin-bottom: 30px;
    }
}

footer {
    background-color: #0060b0;
    margin-top: 45px;
    padding-top: 30px;
}

#footer-wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}
#footer-logo {
    color: #fff;
    font-size: 18px;
}
#footer-nav {
    float: left;
    margin-top: 15px;
}

#footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

#footer-nav li a:hover {
    text-decoration: underline;
}

footer #footer-wrap .footer-bottom {
    width: 100%;
    max-width: 470px;
    margin: 30px auto;
    float: left;
}

footer .footer-bottom p {
    color: #fff;
    font-size: 18px;
}

.footer-bottom ul {
    margin-top: 15px;
}

.footer-bottom li {
    color: #fff;
    font-size: 15px;
    padding-bottom: 5px;
}

    footer .footer-bottom p {
    border-left: 5px solid #fff;
    padding: 0.1em 0 0.2em 1em;
    }

#copy {
    text-align: center;
    font-size: 12px;
    color: #0097c6;
    background-color: #fff;
    padding: 10px 0;
}

@media screen and (max-width: 960px) {
    #footer-logo, #footer-nav {
        float: none;
        width: 100%;
    }
    #footer-logo {
        text-align: center;
    }
    #footer-nav li {
        float: none;
        margin-left: 0;
        text-align: center;
        border-bottom: 1px solid #383838;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        height: 45px;
        line-height: 45px;
    }
    #footer-nav li:first-child {
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255,255,255,0.5);
    }
    footer #footer-bottom {
        padding: 12px 0;
    }
    .contact {
        text-align: center;

    }
    .contact .contact_box1 img {
        width: 100%;
        max-width: 460px;
        margin-bottom: 20px;
    }
    .contact .contact_box2 img {
        width: 100%;
        max-width: 460px;
    }
}

.sp {
    display: none;
}
.pc {
    display: block;
}

.sp {
        display: none !important;
    }
.pc {
        display: block !important;
}

@media screen and (min-width: 960px ) {
    #footer-nav li {
        float: left;
        margin-right: 50px;
    }
    #footer-logo {
        border-left: 5px solid #fff;
        padding: 0.1em 0 0.2em 1em;
    }
    .header-nav li a:hover {
        border-bottom: 3px solid #fff;
        color: #cecece;
    }
    .contact{
        overflow: hidden;
        margin-bottom: 100px;
    }
    .contact .contact_box1 {
        float: left;
        width: 460px;
        margin-right: 10px;
    }
    .contact .contact_box2 {
        float: left;
        margin-left: 10px;
    }

}
@media screen and (max-width: 960px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media screen and (min-width:480px){
.container dl{
    overflow : hidden;
    }

.container dl dt{
    clear : both;
    width : 25%;
    float : left;
    border-bottom : 1px solid #cccccc;
    padding : 15px 0;
    overflow : hidden;
    color: #666666;
    font-size: 15px;
    margin: 20px 0 30px 0;
    line-height: 1.3;
    }
.container dl .nth11 {
    padding-bottom: 4.8em;
    }

.container  dl dd{
    width : 70%;
    float : right;
    border-bottom : 1px solid #cccccc;
    padding : 15px 0 15px 0;
    color: #666666;
    font-size: 15px;
    margin: 20px 0 30px 0;
    line-height: 1.3;
    }
}

@media screen and (max-width:460px){
.container dl{
    overflow : hidden;
}

.container dl dt{
    clear : both;
    width : 25%;
    float : left;
    border-top : 1px solid #cccccc;
    padding : 15px 0;
    overflow : hidden;
    color: #666666;
    font-size: 12px;
    margin: 10px 0 10px 0;
    line-height: 1.3;
    }
.container dl .nth11 {
    border-bottom:  1px solid #cccccc;
    padding-bottom: 5em;
    }
.container dl .nth12 {
    border-bottom:  1px solid #cccccc;
    }
.container  dl dd{
    width : 70%;
    float : right;
    border-top : 1px solid #cccccc;
    padding : 15px 0 15px 0;
    color: #666666;
    font-size: 12px;
    margin: 10px 0 10px 0;
    line-height: 1.3;
    }
}
