@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

body {
    font-size: 16px;
    font-family: "メイリオ", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
    text-align: left;
    -webkit-text-size-adjust: 100%;
    color: #000;
    width: 100%;
    word-break: break-all;
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

p, dt, dd, li, th, td {
    line-height: 1.8;
    font-size: 18px;
}

/*clearfix */
.clearfix:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    min-height: 0px;
}

h1 {
    padding: inherit;
    font-size: 1.75rem;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    display: inherit;
}

h1, h3, h4, h5, h6 {
    margin: 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-rendering: inherit;
}

h2 {
    font-size: 160%;
    font-weight: bold;
    padding-top: 55px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #199A99;
    border-radius: 2px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0px;
    padding: 0px;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

#content_wrap {
    overflow: hidden;
}

img {
    width: 100%;
    border: none;
    vertical-align: top;
    height: auto;
}

.logo {
    max-width: 50%;
    display: block;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.footerwrap01 {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #2D2D2D;
    color: #FFFFFF;
    margin-top: 100px;
}

.copy {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

#top-head {
    width: 100%;
    height: 78px;
    background: #fff;
    opacity: 0.9;
    display: flex;
    position: fixed;
    z-index: 999;
}

#top-head .inner {
    float: left;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*logo style*/
.inner h1 a {
    color: #20b2aa;
    text-decoration: none;
    font-weight: bold;
}

/*nav style*/
#top-head nav ul {
    display: flex;
    list-style-type: none;
}

/*nav link style*/
#top-head nav ul li a {
    text-decoration: none;
    padding: 16px;
    color: #404040;
}

#top-head nav ul li a:hover {
    color: #20b2aa;
}

#nav_toggle {
    display: none;
}

.to_page {
    font-size: 16px;
}

.section-content {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3.4rem;
}

/*============================
  mobile style
  ============================*/
@media screen and (max-width:680px) {

    /*hamburger menu style*/
    #nav_toggle {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        top: 4px;
        z-index: 100;
    }

    #nav_toggle div {
        position: relative;
    }

    /*hamburger menu close style*/
    #nav_toggle span {
        display: block;
        height: 2px;
        background: #404040;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    #nav_toggle span:nth-child(1) {
        top: 0px;
    }

    #nav_toggle span:nth-child(2) {
        top: 10px;
    }

    #nav_toggle span:nth-child(3) {
        top: 20px;
    }

    /*hamburger menu open style*/
    .open #nav_toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav_toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /*nav style*/
    #top-head nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 1040px;
        background: #fff;
        z-index: 999;
    }

    #top-head nav ul {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    #top-head nav ul li {
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
    }

    #top-head nav ul li:last-child {
        border: none;
    }

    /*nav link style*/
    #top-head nav ul li a {
        display: block;
    }
}

.contact-section {
    height: auto;
}

.contact-wrap {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    display: flex;
    justify-content: center;
    padding-top: 20.3rem;
}

.contact-wrap-end {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.top-contact-button a {
    text-decoration: none;
}

.top-contact-button:hover a {
    text-decoration: none;
}

.top-contact-button {
    font-size: 3.8vw;
    color: #fff;
    background: #FF9200;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
}

.top-contact-button:hover {
    color: #FF9200;
    background: #fff;
    border: solid 1px #FF9200;
}

.inner {
    margin: 0 auto;
    text-align: center;
}

#top-head .inner {
    float: left;
    width: 100%;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sms-wrapping {
    width: 100%;
}

.topmain {
    width: 100%;
}

.main01 {
    width: 100%;
    background: url(/static/img/common/mainvisual-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mainvisual-block--top {
    margin-top: 75px;
    padding-top: 8.66667vw;
    padding-bottom: 98.26667vw;
}

.topmain .main01>.inner {
    position: relative;
}

.main01 .text-area {}

.main01 .img-area {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0.5rem;
}

.main01 .mainvisual-img-smartphone {
    width: 40%;
}

.main01 .mainvisual-img-point {
    width: 25%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}

.main01 .lead {
    font-size: 4.5vw;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.main01 .title {
    font-size: 11.8vw;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.main01 .text {
    font-size: 2.9vw;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 1.8666666667;
}

.section-lead {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
}

.section-content .inner {
    text-align: center;
}

.section-anc03 {
    background-color: #ebeeef;
}

.section-anc05 {
    background-color: #0071A0;
    color: #fff;
}

.section-anc05 h2::before {
    background-color: #fff;
}

.item-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.item-list .item-elem {
    padding: 0 0.5rem;
    flex: 0 0 48%;
    margin: 20px 0 0;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}


.item-elem .item-elem-text-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #199A99;
}

.item-elem .item-elem-text-box p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.5rem 0.25rem;
    padding-bottom: 0.75rem;
}

.img-box {
    width: 148px;
    height: 77px;
    margin: 0 auto;
    padding: 0.75rem;
    display: flex;
}

.img-box>img {
    margin: 0 auto;
    max-width: 62%;
    vertical-align: top;
    height: auto;
}

.anc01-block {
    display: flex;
}

.anc01-block picture {
    text-align: center;
}

.anc01-block picture .pc {
    display: none !important;
}

.anc01-block picture .sp {
    display: block !important;
}

.anc01-block img {
    width: 90%;
    margin: 0 auto;
}

.anc02-block .title {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1.2px;
    background-color: #199A99;
    color: #fff;
    padding: 5px 15px;
}

.text-box .text {
    font-size: 14px;
    text-align: left;
}

.text-box .text-attention {
    font-size: 8px;
}

.anc02-block .item {
    position: relative;
}

.anc02-block>.item:nth-child(1) {
    position: relative;
}

.anc02-block .text-box {
    width: 97%;
    padding: 20px 10px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px 2px #cccccc;
    border-radius: 20px;
    position: absolute;
    top: 50px;
    margin-left: 10px;
}

.anc02-block .feature-img-sp {
    margin-top: 114px;
    text-align: center;
    justify-content: center;
}

.anc02-block .feature-img-sp>img {
    width: 88%;
    margin: 0 auto;
    padding-top: 76px;
    padding-bottom: 16px;
}

.anc02-block>.item:nth-child(1)::before {
    content: "";
    background: url(/static/img/common/feature-img01.png) no-repeat center center;
    display: block;
    background-size: contain;
    position: absolute;
}

.anc02-block>.item:nth-child(2)::before {
    content: "";
    background: url(/static/img/common/feature-img02.png) no-repeat center center;
    display: block;
    background-size: contain;
    position: absolute;
}

.anc04-block {
    padding-left: 10px;
    padding-right: 10px;
}

/*FAQ*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa {
    overflow-x: hidden;
    margin: 0 auto;
    color: #333333;
    margin-bottom: 40px;
    text-align: left;
}

.cp_qa .cp_actab {
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
}

.cp_qa label {
    font-size: 1.0em;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0 48px;
    cursor: pointer;
    font-weight: bold;
}

.cp_qa .cp_actab-content {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 18px 0 36px;
    padding: 0 12px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    opacity: 0;
}

.cp_qa .cp_actab input[type=checkbox]:checked~.cp_actab-content {
    height: auto;
    padding: 12px;
    opacity: 1;
}

.cp_qa .cp_plus {
    color: #199A99;
    font-size: 2.4em;
    line-height: 100%;
    position: absolute;
    z-index: 1;
    margin: 3px 0 0 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.cp_qa .cp_actab input[type=checkbox]:checked~.cp_plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cp_qa .cp_actab input[type=checkbox] {
    display: none;
}

.contact-lead-text {
    padding-top: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
}

#company-info-table tr {
    border-bottom: 1px solid #b5b1b1;
}

#company-info-table th,
#company-info-table td,
#company-info-table tr {
    width: 100%;
    display: block;
}

#company-info-table th {
    width: 100%;
}

#company-info-table th,
#company-info-table td {
    font-size: 16px;
    padding: 12px 0 18px;
    border: none;
}

#company-info-table td {
    padding-top: 0;
    padding-bottom: 14px;
}

.company-section {
    width: 90%;
    margin: 0 auto;
}



@media screen and (min-width: 481px) {

    /* 481px以上に適用されるCSS（タブレット用） */
    .sms-wrapping {
        width: 100%;
    }

    .mainvisual-block--top {
        margin-top: 79px;
        /* padding-top: 8.66667vw; */
        padding-bottom: 94.26667vw;
    }

    .main01 .title {
        padding: initial;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .contact-wrap {
        padding-top: 31.5rem;
    }

    .anc02-block .title {
        font-size: 3.53333vw;
    }

    .anc02-block .text-box {
        width: 60%;
    }

    .anc02-block>.item:nth-child(1)::before {
        width: 290px;
        height: 180px;
        right: 0;
        top: 45px;
    }

    .anc02-block>.item:nth-child(2)::before {
        width: 290px;
        height: 180px;
        right: 0;
        top: 45px;
    }

    .anc02-block .item {
        height: 240px;
        position: relative;
    }

    .anc02-block>.item:nth-child(1) {
        position: relative;
    }

    .anc02-block .feature-img-sp {
        display: none !important;
    }

    .text-box .text {
        font-size: 14px;
        text-align: left;
    }

    .text-box .text-attention {
        font-size: 10px;
    }

    .item-list .item-elem {
        flex: 0 0 30%;
    }

    .item-list .item-elem-text-box {
        padding-top: 10px;
    }

    .img-box {
        width: 198px;
        height: 97px;
        margin: 0 auto;
        padding: 0.75rem;
        display: flex;
    }
}

@media screen and (min-width: 960px) {

    /* 960px以上に適用されるCSS（PC用） */
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    h2 {
        font-size: 180%;
    }

    .contact-wrap {
        padding-top: 2rem;
    }

    .top-contact-button {
        font-size: 1.8rem;
    }

    .section-lead {
        font-size: 1.25rem;
        text-align: center;
    }

    .main01 {
        background: url(/static/img/common/mainvisual-bg.png) no-repeat center center;
    }

    .mainvisual-block--top {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main01>.inner {
        display: flex;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .main01 .text-area {
        width: 60%;
        position: inherit;
        margin-top: 0;
    }

    .main01 .img-area {
        position: inherit;
        width: 40%;
        display: flex;
        text-align: center;
        vertical-align: middle;
        justify-content: flex-start;
    }

    .main01 .lead {
        padding-top: 18px;
        font-size: 28px;
        line-height: 1;
        letter-spacing: 1.4px;
    }

    .main01 .title {
        font-size: 4.6vw;
        margin-top: 18px;
        margin-bottom: 18px;
        padding: initial
    }

    .main01 .text {
        font-size: 1.4vw;
        line-height: 1.81;
    }

    .main01 .mainvisual-img-smartphone {
        width: 50%;
    }

    .sms-wrapping {
        width: 100%;
        margin-top: 2rem;
    }

    .section-content {
        max-width: 1160px;
        margin: 0 auto;
        padding-bottom: 55px;
    }

    .inner {
        max-width: 1160px;
    }

    .anc01-block picture .pc {
        display: block !important;
    }

    .anc01-block picture .sp {
        display: none !important;
    }

    .anc02-block .item:nth-child(1) {
        /* text-align: left; */
        padding-right: 520px;
    }

    .anc02-block .item:nth-child(2) {
        padding-left: 520px;
    }

    .anc02-block .item {
        height: 240px;
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
    }

    .anc02-block>.item:nth-child(1)::before {
        width: 440px;
        height: 240px;
        right: 0;
        top: 0;
        padding-right: 100px;
    }

    .anc02-block>.item:nth-child(2)::before {
        width: 440px;
        height: 240px;
        left: 0;
        top: 0;
        padding-left: 100px;
    }

    .anc02-block .title {
        /* width: 50%; */
        background-color: #199A99;
        color: #fff;
        font-size: 32px;
        padding: 5px 15px;
        /* padding-left: 23px; */
        text-align: center;
        line-height: 1.5;
        letter-spacing: 1.2px;
    }

    .anc02-block .text-box {
        width: 45%;
    }

    .text-box .text {
        font-size: 16px;
        text-align: left;
    }

    .text-box .text-attention {
        font-size: 12px;
    }

    .item-elem .item-elem-text-box h4 {
        font-size: 22px;
    }

    .item-elem .item-elem-text-box p {
        font-size: 16px;
        padding: 0.75rem;
    }

    .anc02-block .feature-img-sp {
        display: none !important;
    }

    .feature-block .text {
        font-size: 16px;
        line-height: 2.5;
    }

    .cp_qa .cp_actab {
        font-size: 18px;
    }

    .section-anc05 .inner {
        padding-bottom: 1.2rem;
    }

    .cp_qa label {
        font-size: 1.75rem;
    }

    .cp_qa .cp_actab-content {
        font-size: 18px;
    }

    .company-info {
        max-width: 1160px;
        margin: 0 auto;
    }

    #company-info-table th {
        width: 30%;
    }

    #company-info-table tr {
        width: 100%;
        display: flex;
    }

    #company-info-table th, #company-info-table td {
        font-size: 18px;
        padding: 20px 0;
    }

}