@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

article {
    box-sizing: border-box;
}

article section {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

header {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    padding-top: 80px;
}

header hgroup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
}

header #header_icon_area {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 5px;
}

header #header_logo,
header #header_tel {
    display: inline-block;
    width: 49.7%;
    vertical-align: middle;
    text-align: left;
}

header #header_tel {
    text-align: right;
}

header #header_tel .lefticon,
header #header_tel .righttext {
    display: inline-block;
}

header #header_tel .lefticon {
    margin-right: 10px;
}

header #header_tel .righttext {
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
}

header #header_tel .righttext span {
    font-size: 35px;
}

header #header_menu_area {
    width: 100%;
    background-color: #5cc2c2;
    text-align: center;
    font-size: 0;
}

header #header_menu {
    width: 800px;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
    padding: 10px 0;
}

header #header_menu li {
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    position: relative;
    border-left: 1px solid #fff;
    padding: 5px 0;
    width: 20%;
}

header #header_menu li:last-child {
    border-right: 1px solid #fff;
}

header #header_menu li a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
}

header #header_menu li a:hover {
    background-color: rgba(255, 255, 255, .3);
}

header #top_mainheader {
    background-position: top center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    min-height: 294px;
    text-align: center;
}

header #top_mainheader.top {
    background-image: url(../img/top-main.png);
    min-height: 560px;
}

header #top_mainheader.about {
    background-image: url(../img/about-main.png);
}

header #top_mainheader.services {
    background-image: url(../img/services-main.png);
}

header #top_mainheader.privacy {
    background-image: url(../img/privacy-main.png);
}

header #top_mainheader h1 {
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fff;
    padding-top: 5%;
}

header #top_mainheader h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    letter-spacing: .3em;
}

#wrapper {
    padding-top: 84px;
}

.title_bar {
    font-size: 0;
    text-align: center;
    position: relative;
}

#top-service {
    background-image: url(../img/top-service-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

#top-service .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    color: #0066e8;
    border: 1px solid #0066e8;
}

#top-service .btn:hover {
    color: #fff;
    background-color: #0066e8;
}

#top-recruit {
    background-image: url(../img/top-recruit-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

#service {
    background-image: url(../img/top-service-bg.png);
    background-position: top center;
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

#contact {
    width: 100%;
    background-color: #e5f0fd;
}

#contact #formbox {
    margin: 0 auto;
    font-size: 0;
    width: 100%;
}

#contact #formbox li {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    padding: 0;
    text-align: center;
    list-style: none:
}

#contact #formbox li:first-child {
    padding-right: 30px;
}

#contact #formbox li:last-child {
    padding-left: 30px;
}

#contact #formbox li img {
    width: 100%;
}

#contact #formbox a:hover {
    opacity: .8;
}

#contact #hissu {
    font-size: 11px;
    color: #fff;
    background-color: #f00;
    padding: 2px 5px;
    margin-left: 5px;
}

.kakunin {
    display: inline-block;
    box-sizing: border-box;
    margin: 50px auto;
    text-align: center;
}

.kakunin:hover {
    opacity: .7;
}

.soushin {
    box-sizing: border-box;
    margin: 0 auto;
    background: #FFF;
    color: #3196B4;
    width: 200px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #3196B4;
    cursor: pointer;
}

.soushin:hover {
    background: #3196B4;
    color: #FFF;
}

footer {
    background-color: #5cc2c2;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

footer section {
    width: 100%;
    margin: 0 auto;
}

footer #footer_item01 {
    width: 800px;
    font-size: 0;
    margin: 0 auto;
    padding: 20px 0;
}

footer #footer_item01 li {
    display: inline-block;
    vertical-align: top;
    width: 16.6%;
    font-size: 12px;
    color: #FFF;
}

footer #footer_item01 a {
    font-size: 12px;
    color: #FFF;
}

footer #footer_item02 {
    box-sizing: border-box;
    width: 800px;
    margin: 0 auto;
    font-size: 0;
    list-style-type: none;
    text-align: center;
    border-bottom: 1px solid #FFF;
    padding: 0 0 10px;
}

footer #footer_item02 li {
    display: inline-block;
    font-size: 1 5px;
    color: #FFF;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: middle;
}

footer #footer_item02 li:last-child {
    margin-right: 0;
}

footer #footer_item02 li a {
    color: #FFF;
}

footer #footer_item02 li #footer_menu01 {
    border-bottom: 1px solid #FFF;
    margin-bottom: 10px;
}

footer #footer_item02 li #footer_menu02 li {
    vertical-align: middle;
}

#copylight {
    color: #FFF;
}

.gotop {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 3%;
    right: 3%;
}

.gotop::before {
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}

.gotop:hover {
    opacity: 1;
}
