@charset "utf-8";
/* ------- Main Visual ------- */
.mv {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@media (max-width: 1199px) {
    .mv {
        margin-top: 60px;
    }
}
/* ------- First Area ------- */
.firstArea {
    background: url("../img/home/bk1.jpg") no-repeat center center;
    background-size: cover;
}
.copy_txt {
    text-align: center;
    font-weight: bold;
}
@media (max-width: 767px) {
    .firstArea {
        padding: 50px 0 0 0;
    }
    .copy_txt {
        font-size: 1.5em;
        margin-bottom: 1em;
    }
    .copy_txt .marker:first-child {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .firstArea {
        padding: 60px 0;
    }
    .copy_txt {
        font-size: 2em;
        margin-bottom: 2em;
    }
    .firstArea .ttl1 {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .firstArea {
        padding: 100px 0;
        margin: auto;
    }
    .copy_txt {
        font-size: 2.5em;
        margin-bottom: 2em;
    }
    .firstArea .ttl1 {
        text-align: center;
    }
}
/* ------- Second Area ------- */
.secondArea {
    width: 100%;
}
.change_img {
    display: block;
    position: relative;
    overflow: hidden;
}
.change_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
}
@media (max-width: 767px) {
    .firstArea {
        margin-bottom: 30px;
    }
    .message {
        padding-bottom: 30px;
    }
    .change_message {
        background-image: url("../img/home/text_bg.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 60%;
    }
    .change_img {
        width: 100%;
        height: 260px;
        margin-bottom: 20px;
    }
    .change_txt {
        width: 100%;
        padding: 20px 3% 30px 3%;
    }
    .change_txt .ttl2 {
        display: inline-block;
        background-image: url("../img/common/marker.png");
        background-repeat: repeat-x;
        background-position: center bottom;
        line-height: 1.2;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .secondArea {
        margin-bottom: 60px;
    }
    .change_message {
        background-image: url("../img/home/change_bg.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 60%;
    }
    .change_img {
        width: 55%;
        height: 350px;
    }
    .change_txt {
        width: 40%;
        padding: 120px 4% 100px 0;
    }
}
@media (min-width: 1200px) {
    .secondArea {
        margin-bottom: 100px;
    }
    .change_message {
        background-image: url("../img/home/change_bg.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 60%;
    }
    .change_img {
        width: 55%;
        height: 350px;
    }
    .change_txt {
        width: 40%;
        padding: 120px 6% 100px 0;
    }
}
/* ------- Works ------- */
@media (max-width: 767px) {
    #works {
        padding-top: 70px;
        margin-top: -70px;
    }
    .works {
        padding: 30px 0 50px 0;
    }
    .thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .thumbnail .item {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #works {
        padding-top: 80px;
        margin-top: -80px;
    }
    .works {
        padding: 30px 0 200px 0;
    }
    .thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .thumbnail .item {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    #works {
        padding-top: 80px;
        margin-top: -80px;
    }
    .works {
        padding: 30px 0 200px 0;
    }
    .thumbnail {
        display: -ms-grid;
        display: grid;
        gap: 0;
        -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto 0 auto 0 auto 0 auto 0;
        grid-template-rows: 150px 150px 150px 150p auto;
        margin-top: 30px;
    }
    .thumbnail > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .thumbnail > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .thumbnail > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    .thumbnail > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }
    .thumbnail > *:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 9;
    }
    .thumbnail > *:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 11;
    }
    .thumbnail > *:nth-child(7) {
        -ms-grid-row: 1;
        -ms-grid-column: 13;
    }
    .thumbnail > *:nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .thumbnail > *:nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .thumbnail > *:nth-child(10) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }
    .thumbnail > *:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-column: 7;
    }
    .thumbnail > *:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-column: 9;
    }
    .thumbnail > *:nth-child(13) {
        -ms-grid-row: 3;
        -ms-grid-column: 11;
    }
    .thumbnail > *:nth-child(14) {
        -ms-grid-row: 3;
        -ms-grid-column: 13;
    }
    .thumbnail > *:nth-child(15) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .thumbnail > *:nth-child(16) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }
    .thumbnail > *:nth-child(17) {
        -ms-grid-row: 5;
        -ms-grid-column: 5;
    }
    .thumbnail > *:nth-child(18) {
        -ms-grid-row: 5;
        -ms-grid-column: 7;
    }
    .thumbnail > *:nth-child(19) {
        -ms-grid-row: 5;
        -ms-grid-column: 9;
    }
    .thumbnail > *:nth-child(20) {
        -ms-grid-row: 5;
        -ms-grid-column: 11;
    }
    .thumbnail > *:nth-child(21) {
        -ms-grid-row: 5;
        -ms-grid-column: 13;
    }
    .thumbnail > *:nth-child(22) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }
    .thumbnail > *:nth-child(23) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }
    .thumbnail > *:nth-child(24) {
        -ms-grid-row: 7;
        -ms-grid-column: 5;
    }
    .thumbnail > *:nth-child(25) {
        -ms-grid-row: 7;
        -ms-grid-column: 7;
    }
    .thumbnail > *:nth-child(26) {
        -ms-grid-row: 7;
        -ms-grid-column: 9;
    }
    .thumbnail > *:nth-child(27) {
        -ms-grid-row: 7;
        -ms-grid-column: 11;
    }
    .thumbnail > *:nth-child(28) {
        -ms-grid-row: 7;
        -ms-grid-column: 13;
    }
    .thumbnail > *:nth-child(29) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }
    .thumbnail > *:nth-child(30) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }
    .thumbnail > *:nth-child(31) {
        -ms-grid-row: 9;
        -ms-grid-column: 5;
    }
    .thumbnail > *:nth-child(32) {
        -ms-grid-row: 9;
        -ms-grid-column: 7;
    }
    .thumbnail > *:nth-child(33) {
        -ms-grid-row: 9;
        -ms-grid-column: 9;
    }
    .thumbnail > *:nth-child(34) {
        -ms-grid-row: 9;
        -ms-grid-column: 11;
    }
    .thumbnail > *:nth-child(35) {
        -ms-grid-row: 9;
        -ms-grid-column: 13;
    }
    .thumbnail > *:nth-child(36) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }
    .thumbnail > *:nth-child(37) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }
    .thumbnail > *:nth-child(38) {
        -ms-grid-row: 11;
        -ms-grid-column: 5;
    }
    .thumbnail > *:nth-child(39) {
        -ms-grid-row: 11;
        -ms-grid-column: 7;
    }
    .thumbnail > *:nth-child(40) {
        -ms-grid-row: 11;
        -ms-grid-column: 9;
    }
    .thumbnail > *:nth-child(41) {
        -ms-grid-row: 11;
        -ms-grid-column: 11;
    }
    .thumbnail > *:nth-child(42) {
        -ms-grid-row: 11;
        -ms-grid-column: 13;
    }
    .thumbnail > *:nth-child(43) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }
    .thumbnail > *:nth-child(44) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }
    .thumbnail > *:nth-child(45) {
        -ms-grid-row: 13;
        -ms-grid-column: 5;
    }
    .thumbnail > *:nth-child(46) {
        -ms-grid-row: 13;
        -ms-grid-column: 7;
    }
    .thumbnail > *:nth-child(47) {
        -ms-grid-row: 13;
        -ms-grid-column: 9;
    }
    .thumbnail > *:nth-child(48) {
        -ms-grid-row: 13;
        -ms-grid-column: 11;
    }
    .thumbnail > *:nth-child(49) {
        -ms-grid-row: 13;
        -ms-grid-column: 13;
    }
    .item {
        display: block;
        position: relative;
        overflow: hidden;
        background-color: #fff;
    }
    .thumbnail .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto;
        width: 100%;
    }
    .big_item1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2;
    }
    .big_item2 {
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-column: 3 / span 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3 / span 2;
    }
    .big_item3 {
        -ms-grid-column: 6;
        -ms-grid-column-span: 2;
        grid-column: 6 / span 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3 / span 2;
    }
    .sp_item {
        display: none;
    }
}
/* ------- Voice ------- */
#voice {
    text-align: center;
}
.voice_list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.voice_list dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-family: 'Hammersmith One', sans-serif;
    line-height: 1.2;
    font-weight: bolder;
}
.voice_list dt span {
    display: block;
}
.voice_list dd {
    display: block;
    text-align: left;
}
.voice_list:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background-color: #444;
}
@media (max-width: 767px) {
    #voice {
        background-color: #fff;
        padding-top: 70px;
        margin-top: -70px;
    }
    .voice {
        padding: 40px 0 50px 0;
    }
    .voice_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1em;
    }
    .voice_list dt {
        width: 66px;
        height: 66px;
        background-color: #ffe327;
        margin-bottom: 15px;
    }
    .voice_list dt span {
        font-size: 22px;
    }
    .voice_list dd {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .voice_list dd:after {
        margin: 20px 0;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #voice {
        padding-top: 80px;
        margin-top: -80px;
        background-image: url("../img/common/bg01.jpg");
    }
    .voice {
        padding: 50px 0 100px 0;
    }
    .voice_list {
        padding-bottom: 1em;
    }
    .voice_list dt {
        width: 120px;
        height: 120px;
        margin-bottom: 40px;
    }
    .voice_list dt span {
        font-size: 34px;
    }
    .voice_list dd {
        width: 82%;
        padding-left: 30px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    #voice {
        padding-top: 80px;
        margin-top: -80px;
        background-image: url("../img/common/bg01.jpg");
    }
    .voice {
        padding: 50px 0 150px 0;
    }
    .voice_list dt {
        width: 100px;
        height: 100px;
    }
    .voice_list dt span {
        font-size: 34px;
    }
    .voice_list dd {
        width: 780px;
        padding-left: 30px;
    }
    .voice_list:after {
        margin: 20px 0;
    }
}
/* ------- Flow ------- */
.flow_list {
    counter-reset: number 0;
    text-align: left;
}
.flow_list dt:before {
    counter-increment: number 1;
    content: counter(number) ". ";
}
.flow_list dd:after {
    display: block;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    content: '\f103';
    font-weight: bold;
    padding: 10px;
}
.flow_list dd:last-child:after {
    content: none;
}
.payment {
    background-image: url("../img/common/bg01.jpg");
    text-align: left;
}
.payment .list1 {
    margin-bottom: 1em;
}
@media (max-width: 767px) {
    #flow {
        padding-top: 70px;
        margin-top: -70px;
    }
    .flow {
        padding: 30px 0 80px 0;
    }
    .flow_list {
        margin-bottom: 20px;
    }
    .payment {
        background-image: none;
        background-color: #fff;
        padding: 20px 20px;
        font-size: 0.95em;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #flow {
        padding-top: 80px;
        margin-top: -80px;
    }
    .flow {
        padding: 30px 0 120px 0;
    }
    .flow_list {
        margin-bottom: 40px;
    }
    .flow_list dt {
        font-weight: bold;
        margin-bottom: 1em;
    }
    .payment {
        padding: 40px 40px;
    }
}
@media (min-width: 1200px) {
    #flow {
        padding-top: 80px;
        margin-top: -80px;
    }
    .flow {
        padding: 30px 0 200px 0;
    }
    .flow_list {
        margin-bottom: 40px;
    }
    .flow_list dt {
        font-weight: bold;
        margin-bottom: 1em;
    }
    .payment {
        padding: 40px 50px;
        font-size: 90%;
    }
}
/* ------- About ------- */
#about {
    text-align: center;
}
.company table {
    background-color: #fff;
}
@media (max-width: 767px) {
    #about {
        padding-top: 70px;
        margin-top: -70px;
    }
    .about {
        padding: 40px 0 50px 0;
    }
    .map {
        width: 100%;
        margin-bottom: 20px;
    }
    .map iframe {
        height: 250px;
    }
    .company {
        width: 94%;
        margin: 0 auto 20px auto;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #about {
        padding-top: 80px;
        margin-top: -80px;
    }
    .about {
        padding: 40px 4% 160px 4%;
    }
    .map {
        width: 100%;
        margin-bottom: 30px;
    }
    .map iframe {
        height: 400px;
    }
    .company {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #about {
        padding-top: 80px;
        margin-top: -80px;
    }
    .about {
        padding: 50px 4% 160px 4%;
    }
    .map {
        width: 48%;
    }
    .map iframe {
        height: 450px;
    }
    .company {
        width: 48%;
    }
}
/* ------- Contact ------- */
input, select, textarea {
    width: 100% !important;
    background-color: #efefef !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #454545 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    vertical-align: baseline !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}
.sendBtn, button[type="submit"] {
    -webkit-appearance: none;
    border: none;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
    border: 1px solid #CCCCCC;
    /* Addresses excess padding in IE8/9 */
}
.sendBtn::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input:focus, select:focus, textarea:focus {
    color: #454545 !important;
    background-color: #fff !important;
    border: 1px solid #A1D3E7 !important;
    border-radius: 4px !important;
    outline: none;
}
.screen-reader-response {
    display: none;
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.mwform-checkbox-field, .mwform-checkbox-field label input {
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}
.mwform-checkbox-field label {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}
/*Webkit*/ ::-webkit-input-placeholder {
    color: #bbb !important;
}
/*Firefox 19以降*/ ::-moz-placeholder {
    color: #bbb !important;
}
/*Windows IE*/ :-ms-input-placeholder {
    color: #bbb !important;
}
.mailform .error {
    font-size: 16px;
    font-weight: bold;
    color: #E64551 !important;
}
.mailform {
    text-align: left;
    background-color: #fff;
}
.mailform dt, .mailform dd {
    display: block;
}
.mailform textarea {
    height: 150px !important;
}
form#mailformpro button, form#mailformpro .button, form#mailformpro input[type="button"], form#mailformpro input[type="reset"], form#mailformpro input[type="submit"] {
    width: 200px;
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 50px;
    color: #222;
    font-weight: bold;
    transition: all .5s ease;
    background-image: linear-gradient(-90deg, #FF7900, #FFBE00);
    background-size: 150%;
}
form#mailformpro button:hover {
    background-position: right center;
}
/* ------- 電話番号 ------- */
.tel {
    font-weight: bold;
    font-size: 1.4em;
    color: #62BADE;
}
.contact_tel p {
    margin-bottom: 5px;
}
/* ------- サンクスページ ------- */
.thanks {
    text-align: center;
}
.thanks_message {
    text-align: left;
    padding: 2em;
}
@media (max-width: 767px) {
    #contact {
        padding-top: 70px;
        margin-top: -70px;
    }
    .contact {
        padding: 30px 0 60px 0;
    }
    .mailform {
        width: 94% !important;
        margin: 0 auto 20px auto;
    }
    .mailform dt {
        width: 94% !important;
        margin: auto;
        text-align: left !important;
        font-weight: bold;
        font-size: 15px !important;
    }
    .mailform dd {
        width: 94% !important;
        margin: 0 auto 5px auto !important;
        padding-top: 2px !important;
        text-align: center;
    }
    .mailform dd input[type="text"]:first-child {
        margin-bottom: 10px !important;
    }
    .mfp_buttons {
        margin-bottom: 30px;
    }
    .tel_link {
        display: block;
        margin-bottom: 0;
    }
    .thanks {
        padding-top: 90px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #contact {
        padding-top: 80px;
        margin-top: -80px;
    }
    .contact {
        padding: 30px 0 200px 0;
    }
    #contact {
        padding-top: 80px;
        margin-top: -80px;
    }
    .contact {
        padding: 30px 0 90px 0;
    }
    .mailform {
        border: solid 3px #DDD;
        border-radius: 5px;
        padding: 30px 30px;
        margin-bottom: 40px;
    }
    .mailform dt {
        padding: 12px 10px;
        width: 32%;
        border-bottom: 1px solid #EEE;
        vertical-align: top;
    }
    .mailform dd {
        padding: 12px 10px 12px 10px;
        border-bottom: 1px solid #EEE;
        width: 68%;
    }
    form#mailformpro input.name {
        width: 30% !important;
    }
    .mfp_buttons {
        margin-bottom: 30px;
    }
    .thanks {
        padding-top: 90px;
    }
}
@media (min-width: 1200px) {
    #contact {
        padding-top: 80px;
        margin-top: -80px;
    }
    .contact {
        padding: 30px 0 150px 0;
    }
    .mailform {
        border: solid 3px #DDD;
        border-radius: 5px;
        padding: 30px 30px;
        margin-bottom: 40px;
    }
    .mailform dt {
        padding: 12px 10px;
        width: 32%;
        border-bottom: 1px solid #EEE;
        vertical-align: top;
    }
    .mailform dd {
        padding: 12px 10px 12px 10px;
        border-bottom: 1px solid #EEE;
        width: 68%;
    }
    form#mailformpro input.name {
        width: 30% !important;
    }
    .mfp_buttons {
        margin-bottom: 50px;
    }
    #thanks .pc_nav {
        background-color: rgba(0, 0, 0, 0.30);
    }
    .thanks {
        padding-top: 100px;
    }
}