@charset "UTF-8";
/* ----------------------------------------------------------
    お問い合わせ
------------------------------------------------------------- */
.contactFooter {
    border-top:1px solid #ddd;
    padding:25px 0;
}
.contactFooter address{
    font-size:12px;
    text-align:center;
}
.contactTtl{
    background:#e6f1f3;
    color:#097985;
    font-size:32px;
    font-weight:bold;
    padding:30px 0;
    text-align:center;
}
.contactMain {
    padding:0 0 50px;
}
.contactMain .wrap {
    width:870px;
    margin:0 auto;
}
.contactFlow{
    padding:50px;
    color:#333;
    font-size:16px;
    font-weight:bold;
}
.contactFlow__list{
    display:flex;
    align-items: center;
    justify-content: center;
}
.contactFlow__list li{
    position: relative;
    border:1px solid #ddd;
    padding:10px;
    min-width:230px;
    text-align:center;
    margin-left:25px;
}
.contactFlow__list li.isCurrent{
    background:#097985;
    border-color:#097985;
    color:#fff;
}
.contactFlow__list li:first-child{
    margin-left:0;
}
.contactFlow__list li:first-child:before,
.contactFlow__list li:first-child:after {
    display:none;
}
.contactFlow__list li:before,
.contactFlow__list li:after {
    content:"";
    display:block;
    position: absolute;
    left:-17px;
    top:50%;
    width:8px;
    height:2px;
    background:#000;
}
.contactFlow__list li:before {
    transform:rotate(45deg);
    margin-top:-2px;
}
.contactFlow__list li:after {
    transform:rotate(-45deg);
    margin-top:2px;
}
.formFooter {
    margin:40px 0 0;
}
.formRow {
    display:flex;
    align-items: center;
    border-bottom:1px solid #ddd;
    padding:15px 0;
}
.formRow__ttl{
    display:flex;
    align-items: center;
    width:280px;
}
.formRow__item{
    flex:1;
}
.formRow__ttl--caption {
    font-size:18px;
    font-weight:bold;
    line-height:1;
}
.formRow__ttl--required {
    margin-left:20px;
    border:1px solid #cc0000;
    color:#cc0000;
    font-size:12px;
    font-weight:bold;
    padding:2px 5px;
}
.formRow__item--text {
    margin:5px 0 0;
    font-size:12px;
}
.formRow__item--error {
    margin:5px 0 0;
    color:#cc0000;
    font-size:12px;
}

.inputList {
    display:flex;
}

.inputList li{
    margin-left:15px;
}
.inputList li:first-child{
    margin-left:0;
}
.inputList li input{
    margin-right:5px;
}
.formBody input[type="text"] {
    width:300px;
    padding:10px 15px;
    font-size:16px;
    border:1px solid #ddd;
    background:#fafafa;
}
.formBody input::placeholder {
    color:#ccc;
}
.formBody input.w100 {
    width:100%;
}

.formAgree {
    background:#e6f1f3;
    width:570px;
    margin:0 auto 40px;
    padding:20px;
    text-align:center;
}
.formAgree_check {
    font-size:16px;
    font-weight:bold;
}
.formAgree_check input{
    margin-right:5px;
}
.formSend {
    text-align:center;
}
.formBtn {
    width:300px;
    background:#113d6b;
    color:#fff;
    font-size:18px;
    font-weight:bold;
}
.formBtn.prev {
    background:none;
    color:#113d6b;
    font-weight:normal;
}
.formSend__actions {
    display: flex;
    align-items: center;
    justify-content: center;
}
.formSend__actions li{
    margin:0 10px;
}
.formError {
    background:#fcf2f2;
    border:1px solid #cc0000;
    margin:0 0 30px;
    padding:25px 30px;
}
.formError__list {
    color:#cc0000;
    list-style:disc;
    margin:-.5em 0 0 1em;
}
.formError__list li {
    margin:.5em 0 0 0;
}
/* SP + Tab */
@media only screen and (max-width: 999px) {
    .contactTtl {
        font-size:18px;
        padding:20px 0;
    }

    .contactMain .wrap {
        width:auto;
        margin:0 15px;
    }
    .contactFlow {
        padding:10px 0;
    }
    .contactFlow__list{
        flex-wrap: wrap;
        justify-content: left;
    }
    .contactFlow__list li{
        padding:5px;
        min-width:auto;
        text-align:center;
        margin-top:5px;
        font-size:12px;
    }
    .formRow {
        display:block;
    }
    .formRow__ttl{
        width:auto;
        margin:0 0 10px;
    }
    .formBody input[type="text"] {
        width:100%;
        max-width:300px;
    }
    .formBody input.w100 {
        max-width:initial;
    }
    .formAgree {
        width:auto;
    }
    .inputList {
        display:block;
    }
    .inputList li{
        margin:0;
    }
    .formAgree_check {
        font-size:14px;
        letter-spacing: -.03em;
    }
    .formBtn {
        width:100%;
        min-width:290px;
        padding:15px;
    }
    .formSend__actions {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .formSend__actions li{
        margin:0;
    }
    .formSend__actions li:first-child{
        order:2;
    }
}




.btn__primary {
    background: #ffde00;
    color: #113d6b;
}
.btn__primary:hover{
    opacity:.8;
}
.btn__secondary {
    background: #fff;
    border: 1px solid #113d6b;
    color: #113d6b;
    box-shadow:0 1px 0 rgba(0,0,0,.2);
}
.btn__secondary:hover{
    opacity:.8;
}
.kvImage img {
    width: 100%;
    height: auto;
}
.kvFooter {
    background: #333;
    padding: 15px;
    font-size: 16px;
    text-align: center;
}
.kvFooter__txt {
    color: #fff;
    margin: 0 0 10px;
}
.kvFooter__btn .btn {
    min-width: 290px;
}
@media only screen and (min-width: 1000px) {
    .keyVisual {
        background: url(../img/top/bg_kv.png) no-repeat center top;
        position: relative;
    }
    .kvImage {
        width: 1000px;
        height: 540px;
        margin: 0 auto;
        padding: 30px 0 0;
    }
    .kvImage img {
        width: auto;
    }
    .kvFooter {
        position: absolute;
        left: 50%;
        bottom: -40px;
        display: flex;
        align-items: center;
        width: 1000px;
        height: 80px;
        margin-left: -500px;
        padding: 0 50px;
        font-size: 20px;
    }
    .kvFooter__btn {
        flex: 1;
        margin-left: 20px;
    }
    .kvFooter__txt {
        margin: 0;
    }
}
.section {
    padding: 20px 0;
}
.section .wrap {
    margin: 0 15px;
}
.section .caption {
    margin: 0 0 15px;
    color:#333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.section__intro {
    background: #e6f1f3;
}
.section__works {
    background: #fff;
}
.section__price {
    background: #27858f;
}
.section__guideline {
    background: #fff;
}
.section__faq {
    background: #e4f2fd;
}
.section__contact {
    background: #113d6b;
}
.section__contact .caption {
    color: #fff;
}
@media only screen and (min-width: 1000px) {
    .section {
        padding: 80px 0;
    }
    .section .wrap {
        width: 1000px;
        margin: 0 auto;
    }
    .section .caption {
        margin: 0 0 25px;
        font-size: 30px;
    }
}
.section__intro .caption {
    font-size:17px;
}
.section__intro .introList {
    margin: -10px 0 0;
}
.section__intro .introList > li {
    margin: 10px 0 0;
}
.section__intro .introItem {
    background: #fff;
    padding: 10px 0;
}
.section__intro .introItem__fig {
    text-align: center;
}
.section__intro .introItem__fig img {
    width: 100%;
    max-width: 240px;
    height: auto;
}
.section__intro .introItem__caption {
    padding: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.section__intro .introItem__caption span {
    color: #097985;
}
.section__intro .introItem__txt {
    padding: 10px 20px 0;
    line-height: 1.8;
}
@media only screen and (min-width: 768px) {
    .section__intro .caption {
        font-size:20px;
    }
    .section__intro .introList {
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
    .section__intro .introList > li {
        margin: 0;
        width: 32%;
    }
    .section__intro .introItem__fig img {
        max-width: 310px;
    }
}
@media only screen and (min-width: 1000px) {
    .section__intro {
        padding: 100px 0 80px;
    }
    .section__intro .caption {
        margin: 0 0 40px;
        font-size: 32px;
        letter-spacing: -0.03em;
    }
    .section__intro .introItem {
        padding: 20px 0;
    }
    .section__intro .introItem__caption {
        font-size: 22px;
    }
}
.section__works {
    background: #fff;
}
.section__works .worksList {
    display:table;
    margin: 20px auto 0;
}
.section__works .worksList > li {
    margin: 10px 0 0;
}
.section__works .worksList > li a{
    display:block;
    text-decoration: none;
    transition:all .3s ease-out;
    color:#222;
}
.section__works .worksList > li a:hover{
    color:inherit;
    opacity:.8;
}
.section__works .worksItem {
    border: 1px solid #ddd;
    max-width:400px;
    padding: 0 0 10px;
}
.section__works .worksItem__thumbs img {
    width: 100%;
    height: auto;
}
.section__works .worksItem__name {
    padding: 10px 10px 0;
    font-weight: bold;
}
.section__works .worksItem__website {
    padding: 0 10px;
    color: #999;
}
@media only screen and (min-width: 768px) {
    .section__works .worksList {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 0;
    }
    .section__works .worksList > li {
        margin: 20px 1% 0;
        width: 48%;
    }
}
.section__works .worksItem {
    max-width:none;
}
@media only screen and (min-width: 1000px) {
    .section__works .desc {
        margin: 0 0 40px;
        text-align: center;
    }
    .section__works .worksList {
        justify-content: space-between;
        margin: -30px 0 0;
    }
    .section__works .worksList > li {
        margin: 30px 0 0;
        width: 31.5%;
    }
}
.section__price {
    background: url(../img/top/bg_price.png) no-repeat center center #27858f;
    background-size: cover;
}
.section__price .caption {
    color: #fff;
}
.section__price .priceContainer {
    background: #fff;
    padding: 15px;
}
.section__price .desc {
    line-height: 1.8;
}
.section__price .priceList {
    margin: 5px 0 0;
}
.section__price .priceList > li {
    margin: 10px 0 5px;
}
.section__price .priceItem {
    border: 2px solid #147f8a;
    padding: 10px;
    text-align: center;
}
.section__price .priceItem.xbiz {
    border-color: #113d6b;
}
.section__price .priceItem.xbiz .priceItem__caption {
    background: #fff;
    color: #113d6b;
    margin: 0 0 10px;
}
.section__price .priceItem.xbiz .priceItem__list--caption {
    color: #113d6b;
}
.section__price .priceItem__col {
    margin: 15px 0 0;
}
.section__price .priceItem__col:first-child {
    border: none;
    margin: 0;
    padding: 0;
}
.section__price .priceItem__caption {
    background: #147f8a;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 5px;
}
.section__price .priceItem__txt {
    background: #ebf2f9;
    padding: 10px;
    text-align: left;
    line-height:1.8;
}
.section__price .priceItem__fig {
    margin: 0;
}
.section__price .priceItem__fig img {
    width: 100%;
    max-width: 306px;
    height: auto;
}
.section__price .priceItem__list {
    margin: 15px 0 0;
}
.section__price .priceItem__list--caption {
    font-weight: bold;
    color: #147f8a;
}
.section__price .priceItem__list--num {
    font-size: 18px;
    font-weight: bold;
}
.section__price .priceItem__link {
    margin: 15px 0 0;
}
@media only screen and (min-width: 768px) {
    .section__price .priceList {
        display: flex;
        justify-content: space-between;
        margin: 5px 0 0;
    }
    .section__price .priceList > li {
        margin: 10px 0 0;
    }
    .section__price .priceList > li:first-child {
        max-width: 270px;
    }
    .section__price .priceList > li:last-child {
        flex: 1;
        margin-left: 8px;
    }
    .section__price .priceItem__col {
        border-top: none;
        margin: 0;
        padding: 0;
    }
    .section__price .priceItemGroup {
        display: flex;
        justify-content: space-between;
    }
    .section__price .priceItemGroup > * {
        width: 48%;
    }
    .section__price .priceItemGroup > *:first-child {
        position: relative;
    }
    .section__price .priceItemGroup > *:first-child:after {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        right: -4.5%;
        top: 0;
        background: #147f8a;
    }
}
@media only screen and (min-width: 1000px) {
    .section__price {
        padding: 60px 0;
    }
    .section__price .desc{
        margin-bottom:30px;
    }
    .section__price .priceContainer {
        padding: 35px 30px;
    }
    .section__price .desc {
        text-align: center;
    }
    .section__price .priceItem__caption {
        font-size: 20px;
        margin: 0;
    }
    .section__price .priceItem__fig {
        margin: 0;
    }
    .section__price .priceItem__list {
        margin: 0;
    }
    .section__price .priceItem__list--num {
        font-size: 20px;
    }
    .section__price .priceItem__link {
        margin: 20px 0 0;
    }
}
.section__guideline {
    background: #fff;
}
.section__guideline .glList > li {
    margin: 15px 0 0;
}
.section__guideline .glItem__image img {
    width: 100%;
    height: auto;
}
.section__guideline .glItem__box {
    background: #fff;
    padding: 10px;
}
.section__guideline .glItem__boxGroup {
    display: flex;
}
.section__guideline .glItem__box--num {
    color: #147f8a;
    font-family: 'Arial';
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 1;
}
.section__guideline .glItem__box--btn{
    text-align:center;
}
.section__guideline .glItem__box--txt{
    line-height:1.8;
}
@media only screen and (min-width: 768px) {
    .section__guideline .glList  {
        width:600px;
        margin:0 auto;
    }
}
@media only screen and (min-width: 1000px) {
    .section__guideline .glList  {
        width:auto;
    }
    .section__guideline .glList > li {
        margin: 15px 0 0;
    }
    .section__guideline .glItem {
        display: flex;
        align-items: center;
    }
    .section__guideline .glItem:nth-child(2) .glItem__image {
        order: 2;
    }
    .section__guideline .glItem:nth-child(2) .glItem__box {
        left: auto;
        right: -70px;
    }
    .section__guideline .glItem__image img {
        width: auto;
    }
    .section__guideline .glItem__box {
        display: block;
        box-shadow: 0 0 25px rgba(0,0,0,0.2);
        padding: 25px 30px;
        width: 420px;
        position: relative;
        left: -70px;
    }
    .section__guideline .glItem__boxGroup {
        display: block;
        margin-right:0;
    }
    .section__guideline .glItem__box--num {
        font-size: 50px;
    }
}
.section__faq {
    background: #e4f2fd;
}
.section__faq .faqList {
    max-width: 830px;
    margin: 0 auto;
}
.section__faq .faqList > li {
    margin: 10px 0 0;
}
.section__faq .faqItem {
    background: #fff;
    padding: 10px;
}
.section__faq .faqItem__question,
.section__faq .faqItem__answer {
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.section__faq .faqItem__question {
    background-image: url(../img/top/ico_faq_question.png);
    color: #113d6b;
    font-size: 18px;
    font-weight: bold;
}
.section__faq .faqItem__answer {
    background-image: url(../img/top/ico_faq_answer.png);
    margin: 10px 0 0;
    line-height:1.8;
}
@media only screen and (min-width: 768px) {
    .section__faq .faqItem {
        padding: 30px;
    }
    .section__faq .faqItem__question,
    .section__faq .faqItem__answer {
        background-position: 0 center;
        background-size: auto;
        padding-left: 55px;
        min-height: 38px;
    }
    .section__faq .faqItem__question {
        font-size: 20px;
    }
    .section__faq .faqItem__answer {
        margin: 20px 0 0;
    }
}
.section__contact {
    background: #113d6b;
}
.section__contact .caption {
    color: #fff;
}
.section__contact .contactLink {
    text-align: center;
}
.section__contact .contactLink .btn {
    min-width: 290px;
}
@media only screen and (min-width: 768px) {
    .section__contact .caption {
        font-size: 24px;
        margin: 0 0 15px;
    }
    .section__contact .contactLink .btn {
        padding: 20px 50px;
        font-size: 28px;
        font-weight: bold;
    }
}
.supported {
    background:#09264c;
    color:#9ea3ae;
    font-size:12px;
    text-align:center;
    padding:15px 0;
}
.supported a{
    color:#9ea3ae;
}
.modalContainer {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow-y: scroll;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    padding:10px;
}
.modalContainer.isActive {
    opacity: 1;
    visibility: visible;
}
.modalContainer .fb {
    font-weight: bold;
}
.modalContainer .modalOuter {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.modalContainer .modalMain {
    position: relative;
    background: #fff;
    padding: 15px;
}
.modalContainer .modalHeader__caption {
    color: #2f557a;
    font-size: 20px;
    font-weight: bold;
}
.modalContainer .modalHeader__txt {
    margin: 10px 0 0;
    font-size:13px;
}
.modalContainer .modalBody {
    margin: 15px 0 0;
}
.modalContainer .modalAction__btn {
    display: flex;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #28425b;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    box-shadow: 0px 2px 4px 0px #666;
    text-indent: -9999px;
    overflow: hidden;
}
.modalContainer .modalAction__btn:before,
.modalContainer .modalAction__btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 12%;
    margin: -7% 0 0 -30%;
    background: #fff;
}
.modalContainer .modalAction__btn:before {
    transform: rotate(-45deg);
}
.modalContainer .modalAction__btn:after {
    transform: rotate(45deg);
}
.modalContainer .modalLink {
    text-decoration: none;
    margin: 20px 0 0;
    display: block;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition-property: transform, background-color;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}
.modalContainer .modalLink:first-child {
    margin: 0;
}
.modalContainer .modalLink:hover {
    transform: translateY(2px);
}
.modalContainer .hpService {
    border: 2px solid #20b5aa;
}
.modalContainer .hpService .btn {
    border-color: #20b5aa;
    color: #20b5aa;
    width: 100%;
    font-size:14px;
    padding:11px 5px;
}
.modalContainer .hpService .btn:hover {
    transform: translateY(0);
}
.modalContainer .hpService.pro {
    border-color: #097985;
}
.modalContainer .hpService.pro .hpService__header {
    background: #097985;
}
.modalContainer .hpService.pro .btn {
    border-color: #097985;
    color: #097985;
}
.modalContainer .hpService__header {
    background: #20b5aa;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
.modalContainer .hpService__body {
    padding: 0 0 10px;
    background: url(../img/top/bg_modal.gif) repeat 0 0;
}
.modalContainer .hpService__body--image {
    text-align: center;
}
.modalContainer .hpService__body--image img {
    width: 100%;
    height: auto;
    max-width: 392px;
}
.modalContainer .hpService__body--link {
    margin: 0 10px 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .modalContainer .modalAction__btn {
        background:#e8e8e8;
        border:none;
        border-radius:0;
        width:40px;
        height:40px;
        top:10px;
        right:10px;
        box-shadow:none;
    }
    .modalContainer .modalAction__btn:before,
    .modalContainer .modalAction__btn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        height: 5%;
        margin: -4% 0 0 -34%;
        background: #5f5f5f;
        box-shadow:0 0 0 2px rgba(255,255,255,.2);
    }
}
@media only screen and (min-width: 768px) {
    .modalContainer {
        padding:20px;
    }
    .modalContainer .btn {
        width: 340px;
    }
    .modalContainer .modalMain {
        max-width: 900px;
        padding: 20px;
    }
    .modalContainer .modalHeader {
        display: flex;
        align-items: center;
    }
    .modalContainer .modalHeader__caption {
        font-size: 26px;
        min-width: 8.5em;
    }
    .modalContainer .modalHeader__txt {
        margin: 0 0 0 20px;
        line-height: 1.8;
        text-align: left;
    }
    .modalContainer .modalBody {
        margin: 25px 0 0;
    }
    .modalContainer .hpServiceContainer {
        display: flex;
        justify-content: space-between;
    }
    .modalContainer .modalAction__btn {
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
    }
    .modalContainer .modalLink {
        margin: 0 0 0 25px;
    }
    .modalContainer .modalLink:first-child {
        margin: 0;
    }
    .modalContainer .hpService__header {
        font-size: 18px;
        text-align: center;
    }
    .modalContainer .hpService__body {
        padding: 0 0 10px;
    }
    .modalContainer .hpService__body--link {
        margin: 0 20px;
    }
}
@media only screen and (min-width: 1000px) {
    .modalContainer {
        box-sizing:unset;
    }
    .modalContainer .modalMain {
        padding: 40px;
    }
    .modalContainer .modalAction__btn {
        top: -25px;
        right: -25px;
        width: 50px;
        height: 50px;
    }

}