@charset "UTF-8";
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.pc{
    display: inline;
}
.sp{
    display: none;
}

body {
    color: #444;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.8rem;
    font-size: 1.0rem;
}

img {
    vertical-align: middle;
}

.inner {
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}

.head {
    width: 100%;
    background: #49b7b4;
    height: 90px;
    padding: 3px 0;
}

h2+p {
    font-size: 20px;
}

.link,
.btn {
    display: inline-block;
    text-decoration: none;
}

.link::before,
.link::after {
    border-bottom: solid 1px #d13440;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

.link::before {
    left: 50%;
}

.link::after {
    right: 50%;
}

.link:hover::before,
.link:hover::after {
    width: 50%;
}

.btn {
    background: #e22727;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0px 3px #a52f2f;
    top: -2px;
    position: relative;
    color: #fff;
}

.btn:hover {
    border-bottom: 0;
    top: 1px;
    box-shadow: none;
}

.section h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #40a09b;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.section h2 span {
    display: inline-block;
    padding: 10px 20px 20px 90px;
    position: relative;
    background: linear-gradient(transparent 55%, #c7efed 55%);
}

.section h2 span::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: left center;
}

.section h2.denki span::before {
    width: 47px;
    height: 59px;
    background-image: url(../img/icon_denki.png);
    top: calc(50% - 31px);
    left: 30px;
}

.section h2.fukidashi span::before {
    width: 56px;
    height: 55px;
    background-image: url(../img/icon_fukidashi.png);
    top: calc(50% - 32px);
    left: 25px;
}

.section h2.akushu span::before {
    width: 72px;
    height: 49px;
    background-image: url(../img/icon_akushu.png);
    top: calc(50% - 26px);
    left: 12px;
}

.section p {
    text-align: center;
}

.arrow,
.icon_logo {
    text-align: center;
    margin: 40px 0;
}

.denki_mark {
    font-size: 30px;
    position: relative;
}

.denki_mark span {
    display: inline-block;
    background: url(../img/denki_mark_w.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 15px 65px 10px 10px;
}

#gotop a {
    position: fixed;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    z-index: 1001;
    right: 40px;
    bottom: 40px;
}

#gotop a::before,
#gotop a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#gotop a::before {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(64, 160, 155, 0.8);
}

#gotop a::after {
    left: 15px;
    top: 7px;
    width: 14px;
    height: 14px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* #header */

#header {
    width: 100%;
    background: rgba(73, 183, 180, 0.9);
    height: 90px;
    padding: 3px 0;
    position: fixed;
    z-index: 100;
}

#header .logo {
    display: inline-block;
}

#header .logo a {
    text-decoration: none;
    display: inline-block;
    width: 205px;
    height: 52px;
    background: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}


/* #nav */

#nav {
    float: right;
    font-size: 14px;
}

#nav li {
    display: inline-block;
}

#nav li a {
    color: #fff;
    margin-left: 30px;
    height: 35px;
    line-height: 35px;
    margin-top: 28px;
    position: relative;
}

#nav li a::before,
#nav li a::after {
    border-bottom: solid 1px #d13440;
}

#nav li a.contract {
    margin-left: 25px;
}

#nav li a.contract:hover {
    border-bottom: 0;
    top: 1px;
}

#nav li a.login {
    margin-left: 25px;
    padding-left: 20px;
    background: url("../img/icon_login.png");
    background-repeat: no-repeat;
    background-position: left center;
}


/* #footer */

#footer h2 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 40px;
}


/* .sitemap */

#footer .footer_top_contents {
    background: #e6e6e6;
    padding: 10px 0;
}

#footer .sitemap {
    flex-basis: auto;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 40px;
}

#footer .sitemap_inner {
    display: flex;
    padding: 0 5px;
}

#footer .sitemap dl {
    width: 100%;
}

#footer .sitemap dt {
    margin-bottom: 15px;
}

#footer .sitemap dt a,
#footer .sitemap dd a {
    text-decoration: none;
}

#footer .sitemap dt a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

#footer .sitemap dd a {
    font-size: 14px;
    color: #666;
}


/* .login */

#footer .login {
    width: 100%;
    position: relative;
    max-width: 300px;
    /*flex-basis: 300px;*/
}

#footer .login h2 {
    padding-left: 32px;
    background: url("../img/icon_login_b.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

#footer .login li {
    margin-bottom: 20px;
    text-align: center
}

#footer .login li a {
    width: 95%;
    box-sizing: border-box;
    padding: 10px 10px;
}

#footer .login li a.user {
    background-color: #2cb7d6;
    box-shadow: 0 3px #228191;
}

#footer .login li a.user:hover,
#footer .login li a.kanri:hover {
    box-shadow: none;
}

#footer .login li a.kanri {
    background-color: #53b1b1;
    box-shadow: 0 3px #3e7f7d;
}

#footer .login li a.user:hover,
#footer .login li a.kanri:hover {
    box-shadow: none;
}


/* .soudan */

.soudan {
    padding-bottom: 50px;
    color: #333;
}

.soudan dt {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

.soudan dd p {
    font-size: 12px;
    line-height: 1.2rem;
}

.soudan .tel_box,
.soudan .mail_box {
    float: left;
}

.soudan .tel_box {
    margin-right: 60px;
}

.soudan .tel {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 35px;
    background: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2.5rem;
    background-size: contain;
}

.soudan .mail_box dt {
    margin-bottom: 8px;
}

.soudan .mail a {
    padding: 10px;
    width: 270px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 15px;
    background: #e04646;
}

.soudan .mail a img {
    vertical-align: sub;
}


/* #footer_bottom */

#footer .footer_contents_bottom {
    width: 100%;
    background: #49b7b4;
    height: 90px;
    padding: 3px 0;
}

#footer .logo {
    text-decoration: none;
    display: inline-block;
    width: 205px;
    height: 52px;
    background: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 15px;
}

#footer .company {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    float: left;
    margin-top: 15px;
    line-height: 1.8rem;
}

#footer .company a {
    color: #fff;
}


/* #contact */

#contact {
    background: #fff;
    padding: 80px 0;
}

#contact h2 {
    font-size: 35px;
    font-weight: bold;
    color: #49b7b4;
    text-align: center;
    position: relative;
    line-height: inherit;
    letter-spacing: 5px;
}

#contact h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 10px;
    position: absolute;
    bottom: -40px;
    left: -12px;
    right: 0;
    margin: auto;
    background: #49b7b4;
}

#contact .flex {
    margin-top: 100px;
}

#contact dl {
    flex-basis: auto;
    width: 100%;
    background: #f4f6f7;
    text-align: center;
    padding: 20px 40px;
    border-radius: 5px;
    position: relative;
}

#contact dl:nth-child(1) {
    flex-basis: 900px;
    padding: 20px 20px 20px 40px;
}

#contact dl:nth-child(2) {
    background: #daeae9;
    padding: 20px 20px 20px 60px;
}

#contact dl:nth-child(2)::before {
    content: "";
    width: 40px;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    border: 95px solid transparent;
    border-left: 40px solid #f4f6f7;
    box-sizing: border-box;
}

#contact dl:nth-child(3) {
    padding: 20px 40px 20px 60px;
}

#contact dl:nth-child(3)::before {
    content: "";
    width: 40px;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    border: 95px solid transparent;
    border-left: 40px solid #daeae9;
    box-sizing: border-box;
}

#contact dt {
    color: #49b7b4;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

#contact dt span {
    color: #fff;
    background: #53b1b1;
    padding: 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

#contact .btn_area {
    text-align: center;
}

#contact a.btn {
    background-color: #e04645;
    font-size: 35px;
    padding: 40px 20px;
    width: 585px;
    box-sizing: border-box;
    text-align: center;
}


/* ハンバーガーボタン */

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: absolute;
    width: 34px;
    height: 28px;
    right: 20px;
    display: none;
    top: -10px;
    bottom: 0;
    margin: auto;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 13px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}


/* 汎用 */

.flex {
    display: flex;
}

.center {
    text-align: center!important;
}

.bg_green {
    background: #49b7b4;
    color: #fff;
}