@charset "utf-8";

/****************************************

    /* CSS Reset

*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

body {
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 2;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {

body {
    font-size: 15px;
}

}

h1, h2, h3, h4, h5, h6, th {
    font-weight: 500;
}

a {
    color: #333;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .5;
    opacity: .5;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}

/* ■ Wrap
----------------------------- */

.wrap {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 800px) {

.wrap {
    width: 100%;
}

}

/* ■
----------------------------- */

.sp {
    display: none;
}

@media screen and (max-width: 800px) {

.sp {
    display: block;
}

.pc {
    display: none;
}

}

/****************************************

    /* font

*****************************************/

.un-l {
    font-weight: 600;
    background: linear-gradient(transparent 70%, #fff500 70%);
}

/****************************************

    /* header

*****************************************/

header {
    width: 100%;
    background: #fff;
    padding: 20px 6%;
    position: fixed;
    z-index: 9999;
}

header h1 {
    width: 260px;
    margin: 0 20px;
    float: left;
}

header h1 img {
    display: block;
}

header ul {
    width: 560px;
    display: flex;
    float: right;
}

header ul li {
    flex: 1;
    margin: 0 20px;
}

.spacer {
    width: 100%;
    height: 88px;
}

@media screen and (max-width: 800px) {

header {
    padding: 16px 0;
    position: relative;
    overflow: hidden;
}

header h1 {
    width: 160px;
    margin: 0 16px;
    float: left;
}

header a {
    display: block;
    width: 130px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(#49d, #05a);
    border-radius: 5px;
    margin: 0 16px 0 0;
    padding: .25em 0;
    position: relative;
    float: right;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

header a::after {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

}

/****************************************

    /* main

*****************************************/

#main {
    background: url(images/mainl-bg_01.png) center center;
    padding: 6% 8%;
}

#main .division {
    margin: 0 0 40px;
}

#main .division span {
    font-size: 20px;
    font-weight: 600;
    border: 2px solid;
    background: #fff;
    padding: .25em 1em;
}

#main .subCopy {
    margin: 0 0 20px;
}

#main .subCopy span {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #49d, #05a);
    padding: .25em 1em;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#main .subCopy span strong {
    color: #fff500;
}

#main h1 {
    color: #05a;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.3;
    text-shadow:
           2px 2px 0px #fff, -2px -2px 0px #fff,
          -2px 2px 0px #fff,  2px -2px 0px #fff,
           2px 0px 0px #fff, -2px  0px 0px #fff,
           0px 2px 0px #fff,  0px -2px 0px #fff;
}

#main h1 span {
    font-size: 50px;
    font-weight: 800;
}

#main h2 {
    font-size: 40px;
    font-weight: 600;
    text-shadow:
           2px 2px 0px #fff, -2px -2px 0px #fff,
          -2px 2px 0px #fff,  2px -2px 0px #fff,
           2px 0px 0px #fff, -2px  0px 0px #fff,
           0px 2px 0px #fff,  0px -2px 0px #fff;
}

#main p {
    font-size: 24px;
    font-weight: 600;
    margin: 1.5em 0 -.5em;
    text-shadow:
           2px 2px 0px #fff, -2px -2px 0px #fff,
          -2px 2px 0px #fff,  2px -2px 0px #fff,
           2px 0px 0px #fff, -2px  0px 0px #fff,
           0px 2px 0px #fff,  0px -2px 0px #fff;
}

#main ul {
}

#main ul li {
    margin: .5em 0;
}

#main ul li a {
    display: block;
    width: 220px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: .25em 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    position: relative;
}

#main ul li a::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main ul li:first-child a {
    background: linear-gradient(#f82, #e60);
}

#main ul li:last-child a {
    background: linear-gradient(#49d, #05a);
}

@media screen and (max-width: 800px) {

#main {
    background: none;
    padding: 0;
}


}

/****************************************

    /*

*****************************************/

.cta {
    height: 320px;
    background: url(images/cta-bg_01.png) no-repeat center center;
    background-size: cover;
}

.cta .box {
    width: 1080px;
    height: 360px;
    outline: 5px solid #49d;
    outline-offset: -10px;
    background: url(images/cta-bg_02.png) no-repeat right 5px #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    animation: anime 1s ease 0s infinite alternate;
    transform-origin:center;
}

@keyframes anime {
    0% {transform: scale(0.98,0.98);}
    100% {transform: scale(1,1);}
}

.cta .box::after {
    position: absolute;
    top: -5px;
    right: -5px;
    content: "";
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 25px solid #05a;
    border-right: 25px solid #05a;
}

.cta .box::before {
    position: absolute;
    left: -5px;
    bottom: -5px;
    content: "";
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 25px solid #05a;
    border-bottom: 25px solid #05a;
}

.cta .box > img {
    width: 135px;
    height: 135px;
    position: absolute;
    top: -30px;
    right: 250px;
}

.cta p {
    display: inline-block;
    position: relative;
    height: 56px;
    color: #fff;
    line-height: 56px;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    margin: 0 0 0 -40px;
    padding: 0 40px;
    background: linear-gradient(90deg, #49d, #05a);
}

.cta p span {
    color: #ffe500;
}

.cta p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 28px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}

.cta p small {
    font-size: 80%;
}

.cta h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 10px 0 5px;
}

.cta h2 small {
    font-size: 80%;
}

.cta h2 span {
    background: url(images/cta-bg_03.svg) repeat-x center 90%;
    background-size: 12px;
}

.cta h2 strong {
    color: #d00;
    font-weight: 800;
}

.cta ul {
    display: flex;
    width: 722px;
    margin: 0 -20px;
}

.cta ul li {
    flex: 1;
    padding: 0 20px;
}

.cta ul li h3 {
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 5px;
}

.cta ul li h3::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(images/cta-arrow_01.svg) no-repeat;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}

.cta ul li:first-child {
    border-left: 1px solid #fff;
}

.cta ul li:last-child {
    border-left: 1px dotted #000;
}

@media screen and (max-width: 800px) {

.cta {
    height: auto;
    background: url(images/cta-bg_01.png) no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
}

.cta .box {
    width: 100%;
    height: auto;
    outline: 4px solid #49d;
    outline-offset: -8px;
    background: url(images/cta-bg_02.png) no-repeat center 10px #fff;
    background-size: auto 240px;
    padding: 200px 20px 20px;
    position: relative;
    top: auto;
}

@keyframes anime {
    0% {transform: scale(0.98,0.98);}
    100% {transform: scale(1,1);}
}

.cta .box::after {
    position: absolute;
    top: -4px;
    right: -4px;
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #05a;
    border-right: 15px solid #05a;
}

.cta .box::before {
    position: absolute;
    left: -4px;
    bottom: -4px;
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #05a;
    border-bottom: 15px solid #05a;
}

.cta .box > img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -30px;
    right: auto;
    left: 0;
}

.cta p {
    width: calc(100% + 20px);
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    margin: 0 0 0 -16px;
    padding: 0 10px 0 15px;
}

.cta p::after {
    border-width: 24px 20px;
}

.cta h2 {
    font-size: 24px;
    line-height: 1.6;
    margin: 20px 0 5px;
}

.cta ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.cta ul li {
    margin: 10px 0;
    padding: 0;
}

.cta ul li h3::before {
    top: 4px;
}

.cta ul li:first-child a {
    margin: 5px 0 0;
}

.cta ul li:first-child,
.cta ul li:last-child {
    border-left: none;
}

}

/****************************************

    /* check

*****************************************/

#check {
    background: url(images/check-bg_01.png) no-repeat center top;
    padding: 8% 8% 4%;
    position: relative;
}

#check .image {
    width: 18%;
    max-width: 300px;
    position: absolute;
    top: 6%;
    right: 8%;
}

#check .sub-01 {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 20px;
    position: relative;
    border-bottom: 3px solid #000;
}

#check .sub-01:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
}

#check .sub-01:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

#check h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.6;
}

#check h2 span {
    font-weight: 800;
}

#check ul {
    display: flex;
    flex-flow: wrap;
    margin: 30px auto 0;
}

#check ul li {
    width: 29%;
    text-align: center;
    margin: 2.5em 2%;
    position: relative;
}

#check h3 {
    color: #fff;
    background: #222;
    position: relative;
    padding: .5em .75em;
    border-radius: 6px;
}

#check h3::after {
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #222;
}

#check ul li .icon {
    width: 120px;
    margin: 20px auto -4px;
}

#check .result {
    background: #def2ff;
    padding: 1em 2em;
    outline: 2px solid #fff;
    outline-offset: -5px;
    border-radius: 6px;
    position: relative;
    z-index: 10;
}

#check ul li .result::after {
    display: block;
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -.8em;
    left: 0;
}

#check ul li:nth-child(1) .result::after {
    content: "01";
}
#check ul li:nth-child(2) .result::after {
    content: "02";
}
#check ul li:nth-child(3) .result::after {
    content: "03";
}
#check ul li:nth-child(4) .result::after {
    content: "04";
}
#check ul li:nth-child(5) .result::after {
    content: "05";
}
#check ul li:nth-child(6) .result::after {
    content: "06";
}

#check ul li a {
    display: block;
    width: 180px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(#49d, #05a);
    border-radius: 5px;
    margin: 10px auto 0;
    padding: .2em 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    position: relative;
}

#check ul li a::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {

#check {
    background: url(images/check-bg_01.png) center top;
    background-size: 150% auto;
    padding: 40px 20px;
}

#check .image {
    width: 100px;
    position: absolute;
    top: 20px;
    right: 20px;
}

#check .sub-01 {
    font-size: 18px;
}

#check h2 {
    font-size: 24px;
}

#check ul {
    margin: 20px auto 0;
}

#check ul li {
    width: 100%;
    margin: 1em 0;
}

#check h3 {
    font-size: 18px;
}

}

/****************************************

    /* usp

*****************************************/

#usp {
    border-top: 1px solid #fafafa;
    background: url(images/usp-bg_01.png);
    padding: 6% 0 0;
}

#usp .box {
    padding: 6% 0;
}

#usp .box .flex {
    display: flex;
}

#usp .box .flex li {
    flex: 1;
}

#usp .box .left li {
    padding: 0 0 0 6%;
}

#usp .box .right li {
    padding: 0 6% 0 0;
}

#usp .box ul li .sub-02 {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #49d, #05a);
    padding: .25em 1em;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#usp .box .flex li h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    margin: 20px 0 0;
    padding: 0 0 0 120px;
}

#usp .box .flex li h2::before {
    display: block;
    font-size: 90px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2px;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#usp #usp01 h2::before {
    content: "01";
}
#usp #usp02 h2::before {
    content: "02";
}
#usp #usp03 h2::before {
    content: "03";
}
#usp #usp04 h2::before {
    content: "04";
}
#usp #usp05 h2::before {
    content: "05";
}
#usp #usp06 h2::before {
    content: "06";
}

#usp .box .flex li h2 span {
    text-shadow:
           2px 2px 0px #fff, -2px -2px 0px #fff,
          -2px 2px 0px #fff,  2px -2px 0px #fff,
           2px 0px 0px #fff, -2px  0px 0px #fff,
           0px 2px 0px #fff,  0px -2px 0px #fff;
}

#usp .content {
    margin: 40px 0 0;
}

@media screen and (max-width: 800px) {

#usp {
    padding: 40px 0 0;
}

#usp .box {
    padding: 40px 0;
}

#usp .left {
    flex-direction: column;
}

#usp .right {
    flex-direction: column-reverse;
}

#usp .box .left li {
    padding: 0;
}

#usp .box .right li {
    padding: 0;
}

#usp .box .flex li h2 {
    font-size: 20px;
    line-height: 1.6;
    margin: 20px 10px 0;
    padding: 0 0 0 80px;
}

#usp .box .flex li h2 br {
    display: none;
}

#usp .box .flex li h2::before {
    font-size: 64px;
    top: -4px;
}

#usp .content {
    margin: 20px 10px 0;
}

}

/* ■
----------------------------- */

#usp01 {
    background: url(images/usp01-bg_01.png) no-repeat right top;
    background-size: 46% auto;
}

.slider-work {
    width: 100%;
    margin: 60px 0 0;
}

.slider-work .slick-slide {
    margin-right: 2vw!important;
    margin-left: 2vw!important;
}

.slider-work .slick-arrow_prev,
.slider-work .slick-arrow_next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.slider-work .slick-arrow_prev,
.slider-work .slick-arrow_next {
    background: #05a;
}

.slider-work .slick-arrow_prev {
    left: 50%;
    margin: 0 0 0 -300px;
}

.slider-work .slick-arrow_next {
    right: 50%;
    margin: 0 -300px 0 0;
}

#usp01 .work {
    width: 560px !important;
    background: #fff;
    margin: 10px auto;
    border-radius: 10px;
    padding: 40px 40px 20px;
    position: relative;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

#usp01 .work::before {
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 10px;
    left: 10px;
}

#usp01 .case01::before {
    content: "CASE-01";
}
#usp01 .case02::before {
    content: "CASE-02";
}
#usp01 .case03::before {
    content: "CASE-03";
}
#usp01 .case04::before {
    content: "CASE-04";
}
#usp01 .case05::before {
    content: "CASE-05";
}
#usp01 .case06::before {
    content: "CASE-06";
}

#usp01 .work img {
    display: block;
    margin: 0 auto 16px;
}

#usp01 .work h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 800px) {

#usp01 {
    background: url(images/usp01-bg_01.png) no-repeat right top;
    background-size: 64% auto;
    overflow: hidden;
}

#usp01 .flex li:last-child {
    display: none;
}

.slider-work {
    width: 100%;
    margin: 0;
}

.slider-work .slick-arrow_prev,
.slider-work .slick-arrow_next {
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    padding: 0 20px;
}

.slider-work .slick-arrow_prev {
    left: -30px;
    text-align: right;
    margin: 0;
}

.slider-work .slick-arrow_next {
    right: -30px;
    text-align: left;
    margin: 0;
}

#usp01 .work {
    width: 100% !important;
    padding: 20px 20px 10px;
    border-radius: 5px;
}

#usp01 .work::before {
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#usp01 .work img {
    margin: 0 auto 8px;
}

#usp01 .work h3 {
    font-size: 16px;
}

}

/* ■
----------------------------- */

#usp02 {
    background: url(images/usp02-bg_01.png) no-repeat left top;
    background-size: 46% auto;
}

#usp02 .right li img {
    display: block;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
}

#usp02 .content h3 {
    color: #fff;
    background: #05a;
    margin: 0 0 20px;
    padding: 0 .5em;
}

#usp02 .content h3::before {
    font-family: FontAwesome;
    color: #fff;
    content: "\f21a";
    margin: 0 .5em 0 0;
}

#usp02 .content .port span {
    display: inline-block;
    line-height: 1.4;
    border: 1px solid;
    margin: 2px;
    padding: 0 .5em;
    border-radius: 5px;
}

#usp02 .content ul {
    margin: 10px 0 0;
}

#usp02 .content ul li::before {
    font-family: FontAwesome;
    color: #05a;
    content: "\f058";
    margin: 0 .5em 0 0;
}

@media screen and (max-width: 800px) {

#usp02 {
    background: url(images/usp02-bg_01.png) no-repeat right top;
    background-size: 64% auto;
}

}

/* ■
----------------------------- */

#usp03 {
    background: url(images/usp03-bg_01.png) no-repeat right top;
    background-size: 46% auto;
}

#usp03 .left li > img {
    display: block;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
}

#usp03 .content img {
    display: block;
    width: 100%;
    max-width: 740px;
    margin: 30px 0 0;
}

@media screen and (max-width: 800px) {

#usp03 {
    background: url(images/usp03-bg_01.png) no-repeat right top;
    background-size: 64% auto;
}

#usp03 .content img {
    margin: 20px 0;
}

}

/* ■
----------------------------- */

#usp04 {
    background: url(images/usp04-bg_01.png) no-repeat left top;
    background-size: 46% auto;
}

#usp04 .photo {
    display: flex;
    flex-flow: wrap;
    margin: 40px 0 0;
}

#usp04 .photo li {
    width: 25%;
    padding: 16px;
}

#usp04 .photo li span {
    display: block;
    color: #fff;
    text-align: center;
    background: #222;
}

@media screen and (max-width: 800px) {

#usp04 {
    background: url(images/usp04-bg_01.png) no-repeat right top;
    background-size: 64% auto;
}

#usp04 .photo {
    margin: 20px 5px 0;
}

#usp04 .photo li {
    width: 50%;
    padding: 5px;
}

#usp04 .photo li span {
    font-size: 11px;
    padding: .5em 0;
}

}

/* ■
----------------------------- */

#usp05 {
    background: url(images/usp05-bg_01.png) no-repeat right top;
    background-size: 46% auto;
}

#usp05 .left li img {
    display: block;
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {

#usp05 {
    background: url(images/usp05-bg_01.png) no-repeat right top;
    background-size: 64% auto;
}

#usp05 .left li img {
    width: 80%;
}

}

/* ■
----------------------------- */

#usp06 {
    background: url(images/usp06-bg_01.png) no-repeat left top;
    background-size: 46% auto;
}

#usp06 .right li img {
    display: block;
    width: 96%;
    max-width: 640px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {

#usp06 {
    background: url(images/usp06-bg_01.png) no-repeat right top;
    background-size: 64% auto;
}

#usp06 .right li img {
    display: block;
    width: 90%;
    max-width: 640px;
    margin: 20px auto 0;
}

}

/* ■
----------------------------- */

#usp .voice {
    max-width: 1280px;
    margin: 60px auto 0;
    border-bottom: 2px solid;
}

#usp .voice h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px;
    position: relative;
}

#usp .voice h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #222;
    position: absolute;
    top: 50%;
}

#usp .voice h4 span {
    text-align: center;
    border: 2px solid;
    background: #fff;
    padding: .25em 2em;
    border-radius: 2em;
    position: relative;
    z-index: 10;
}

#usp .voice h4 span::before {
    font-family: FontAwesome;
    content: "\f27b";
    margin: 0 .5em 0 0;
}

#usp .voice ul {
    display: table;
}

#usp .voice ul li {
    display: table-cell;
    width: 33.33%;
    vertical-align: bottom;
    padding: 20px;
}

#usp .voice ul li span {
    display: block;
    background: #def2ff;
    padding: 1em;
    position: relative;
    border-radius: 6px;
}

#usp .voice ul li span::after {
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #def2ff;
}

#usp .voice ul li span::before {
    font-family: FontAwesome;
    content: "\f087";
    color: #05a;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    top: -.5em;
    right: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#usp .voice ul li img {
    display: block;
    width: 120px;
    margin: 20px auto 2px;
}

#usp .voice ul li p {
    color: #05a;
    font-size: 80%;
    text-align: center;
}


@media screen and (max-width: 800px) {

#usp .voice {
    margin: 20px 10px;
    padding: 0 0 10px;
}

#usp .voice h4 {
    margin: 0 0 20px;
}

#usp .voice ul {
    display: block;
}

#usp .voice ul li {
    display: block;
    width: 100%;
    padding: 5px 10px;
    position: relative;
}

#usp .voice ul li span {
    line-height: 1.6;
    margin: 0 0 0 80px;
}

#usp .voice ul li span::after {
    position: absolute;
    top: calc(50% - 15px);
    left: -25px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 15px solid #def2ff;
}

#usp .voice ul li span::before {
    font-size: 24px;
}

#usp .voice ul li img {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

#usp .voice ul li p {
    text-align: left;
    margin: 0 0 0 80px;
}

}

/****************************************

    /* ship

*****************************************/

#ship {
    background: url(images/ship-bg_01.png) no-repeat center center;
    background-size: cover;
    padding: 6% 0;
}

#ship h2 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    text-shadow:
           2px 2px 0px #fff, -2px -2px 0px #fff,
          -2px 2px 0px #fff,  2px -2px 0px #fff,
           2px 0px 0px #fff, -2px  0px 0px #fff,
           0px 2px 0px #fff,  0px -2px 0px #fff;
}

.slider-ship {
    width: 100%;
    margin: 40px 0 0;
}

.slider-ship .slick-slide {
    margin-right: 2vw!important;
    margin-left: 2vw!important;
}

.slider-ship .slick-arrow_prev,
.slider-ship .slick-arrow_next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.slider-ship .slick-arrow_prev,
.slider-ship .slick-arrow_next {
    background: #222;
}

.slider-ship .slick-arrow_prev {
    left: 50%;
    margin: 0 0 0 -300px;
}

.slider-ship .slick-arrow_next {
    right: 50%;
    margin: 0 -300px 0 0;
}

.ship {
    width: 560px !important;
    height: 740px;
    outline: 2px solid #333;
    outline-offset: -5px;
    background: #fff;
    margin: 10px auto;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.ship img {
    display: block;
    margin: 0 auto 20px;
}

.ship h3 {
    font-size: 24px;
    font-weight: 600;
}

.ship table {
    width: 100%;
    font-size: 80%;
    margin: 5px 0 0;
}

.ship table th,
.ship table td {
    padding: .2em;
}

.ship table th {
    width: 26%;
}

.ship table th span {
    display: block;
    color: #fff;
    background: #222;
    margin: 0 20px 0 0;
    border-radius: 2em;
}

@media screen and (max-width: 800px) {

#ship {
    padding: 40px 0;
    overflow: hidden;
}

#ship h2 {
    font-size: 24px;
}

.slider-ship {
    width: 100%;
    margin: 20px 0 0;
}

.slider-ship .slick-slide {
    margin-right: 2vw!important;
    margin-left: 2vw!important;
}

.slider-ship .slick-arrow_prev,
.slider-ship .slick-arrow_next {
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    padding: 0 20px;
}

.slider-ship .slick-arrow_prev {
    left: -30px;
    text-align: right;
    margin: 0;
}

.slider-ship .slick-arrow_next {
    right: -30px;
    text-align: left;
    margin: 0;
}

.ship {
    width: 100% !important;
    height: auto;
    margin: 10px auto;
    border-radius: 10px;
    padding: 20px;
}

.ship img {
    display: block;
    margin: 0 auto 20px;
}

.ship h3 {
    font-size: 20px;
}

.ship table th {
    width: 30%;
}

.ship table th span {
    margin: 0 10px 0 0;
}

}


/****************************************

    /* recruit

*****************************************/

#recruit {
    background: url(images/recruit-bg_01.png) #d4effa;
    padding: 6% 0;
}

#recruit .box {
    width: 1080px;
    border: 5px solid #49d;
    background: #fff;
    margin: 0 auto;
    padding: 60px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}

#recruit .box h2 {
    text-align: center;
}

#recruit .box h2 span {
    font-size: 32px;
    font-weight: 600;
    position: relative;
}

#recruit .box h2 span::before,
#recruit .box h2 span::after {
    font-size: 48px;
    font-weight: 400;
    position: relative;
    top: 3px;
}

#recruit .box h2 span::before {
    content: "[";
    margin: 0 1.2em 0 0;
}

#recruit .box h2 span::after {
    content: "]";
    margin: 0 0 0 1.2em;
}

#recruit .box table {
    width: 100%;
    font-size: 80%;
    margin: 40px 0 0;
}

#recruit .box table th,
#recruit .box table td {
    padding: 1em;
}

#recruit .box table th {
    width: 30%;
}

#recruit .box table td {
    width: 70%;
}

#recruit .box table tr:nth-child(odd) {
    background: #f2f6fb;
}

#recruit .box table th span {
    display: block;
    width: 80%;
    border: 2px solid;
    background: #fff;
    margin: 0 auto;
    padding: .25em 1em;
    border-radius: 2em;
}

#recruit .box table td ul {
    list-style: circle;
    margin: 0 0 0 1.5em;
}

@media screen and (max-width: 800px) {

#recruit {
    padding: 40px 10px;
}

#recruit .box {
    width: 100%;
    padding: 16px;
}

#recruit .box h2 span {
    font-size: 24px;
}

#recruit .box h2 span::before,
#recruit .box h2 span::after {
    font-size: 36px;
}

#recruit .box h2 span::before {
    content: "[";
    margin: 0 1em 0 0;
}

#recruit .box h2 span::after {
    content: "]";
    margin: 0 0 0 1em;
}

#recruit .box table {
    width: 100%;
    font-size: 90%;
    margin: 20px 0 0;
}

#recruit .box table th {
    width: 100%;
    text-align: left;
    float: left;
    padding: 1em 1em .5em;
}

#recruit .box table td {
    width: 100%;
    float: left;
    padding: 0 1em 1em 2em;
}

#recruit .box table th span {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: .2em 1em;
}

}

/****************************************

    /* flow

*****************************************/

#flow {
    background: repeating-linear-gradient(-45deg, #fff 0px, #fff 4px, #fafafa 4px, #fafafa 8px);
    padding: 8%;
}

#flow h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
}

#flow h2 span {
    color: #49d;
    font-weight: 800;
}

#flow h2 strong {
    color: #05a;
    font-weight: 800;
}

#flow ul {
    display: flex;
    flex-flow: wrap;
    margin: 70px 0 0;
}

#flow ul li {
    width: 20%;
    text-align: center;
    line-height: 1.8;
    padding: 0 20px;
    position: relative;
}

#flow ul li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #05a;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 5px;
    z-index: 100;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#flow ul li:nth-child(1)::before {
    content: "01";
}
#flow ul li:nth-child(2)::before {
    content: "02";
}
#flow ul li:nth-child(3)::before {
    content: "03";
}
#flow ul li:nth-child(4)::before {
    content: "04";
}
#flow ul li:nth-child(5)::before {
    content: "05";
}


#flow ul li::after {
    content: "";
    display: block;
    width: 40px;
    height: 32px;
    background: url(images/flow-arrow_01.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 180px;
    right: -40px;
}

#flow ul li:last-child::after {
    display: none;
}

#flow ul li h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #49d;
    padding: .4em 0;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    border-radius: 5px;
}

#flow ul li h3::after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #49d;
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
}

#flow ul li .icon {
    width: 120px;
    margin: 40px auto 20px;
}

#flow ul li .text .note {
    color: #888;
    font-size: 80%;
}

@media screen and (max-width: 800px) {

#flow {
    padding: 40px 10px 20px;
}

#flow h2 {
    font-size: 24px;
}

#flow ul {
    display: flex;
    flex-flow: wrap;
    margin: 40px 0 0;
}

#flow ul li {
    width: 96%;
    margin: 0 auto 30px;
}

#flow ul li::before {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

#flow ul li::after {
    content: "";
    display: block;
    width: 40px;
    height: 32px;
    background: url(images/flow-arrow_01.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: auto;
    right: calc(50% - 20px);
    bottom: -50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#flow ul li h3 {
    font-size: 18px;
}

#flow ul li .icon {
    width: 120px;
    margin: 20px auto 10px;
}

}

/****************************************

    /* faq

*****************************************/

#faq {
    padding: 6% 8% 8%;
}

#faq h2 {
    color: #05a;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    position: relative;
    letter-spacing: -1px;
}

#faq h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    position: absolute;
    top: 64%;
    left: 0;
    z-index: -10;
}

#faq h2 span.white {
    background: #fff;
    padding: 0 .5em;
}

#faq h2 strong {
    display: inline-block;
    color: #49d;
    font-size: 90px;
    font-weight: 200;
    margin: 0 0 0 10px;
    position: relative;
    top: 10px;
}

#faq h2 strong span.amp {
    display: inline-block;
    color: #49d;
    font-size: 60px;
    font-weight: 400;
    margin: 0 .2em;
    position: relative;
    top: -5px;
}

#faq ul {
    display: flex;
    flex-flow: wrap;
    margin: 40px 0 0;
}

#faq ul li {
    width: 50%;
    padding: 30px;
}


#faq ul li dl dt {
    color: #05a;
    font-weight: 600;
    padding: 0 0 0 50px;
    position: relative;
}

#faq ul li dl dt::before {
    content: "Q";
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    background: #05a;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

#faq ul li dl dd {
    font-size: 90%;
    padding: 10px 0 0 50px;
}

#faq ul li dl dd strong {
    color: #d00;
}

#faq ul li dl dd .note {
    color: #888;
    font-size: 80%;
}

@media screen and (max-width: 800px) {

#faq {
    padding: 20px 5px 40px;
}

#faq h2 {
    color: #05a;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: relative;
    left: -5px;
    letter-spacing: -1px;
}

#faq h2::before {
    display: none;
}

#faq h2 span.white {
    padding: 0;
}

#faq h2 strong {
    font-size: 60px;
}

#faq h2 strong span.amp {
    font-size: 40px;
}

#faq ul {
    margin: 20px 0 0;
}

#faq ul li {
    width: 100%;
    padding: 0;
}

#faq ul li dl dt {
    letter-spacing: -1px;
    line-height: 1.6;
    padding: 10px 30px 10px 50px;
    border-radius: 5px;
    cursor: pointer;
}

#faq ul li dl dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #49d;
    border-bottom: 2px solid #49d;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}

#faq ul li dl dt.open {
    background: #f6f6f6;
}

#faq ul li dl dt.open::after {
    transform: rotate(225deg);
}

#faq ul li dl dt::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
}

#faq ul li dl dd {
    display:none;
    padding: 10px 5px 10px 50px;
}

#faq ul li dl dd strong {
    color: #d00;
}

}

/****************************************

    /*

*****************************************/

#company {
    background: url(images/company-bg_01.png) no-repeat center top #e0eff8;
}

#company .wrap {
    padding: 80px 0;
}

#company .container {
    width: 860px;
    border: 5px solid #49d;
    background: url(images/company-bg_02.svg) no-repeat 40px 40px #fff;
    background-size: 200px;
    margin: 0 auto;
    padding: 40px 80px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}

#company .container h2 {
    text-align: center;
    margin: 0 0 1em;
}

#company .container h2 span {
    font-size: 32px;
    font-weight: 600;
    position: relative;
}

#company .container h2 span::before,
#company .container h2 span::after {
    font-size: 48px;
    font-weight: 400;
    position: relative;
    top: 3px;
}

#company .container h2 span::before {
    content: "[";
    margin: 0 1.2em 0 0;
}

#company .container h2 span::after {
    content: "]";
    margin: 0 0 0 1.2em;
}

#company .container p {
    text-align: center;
}

#company .container table {
    width: 100%;
    font-size: 16px;
    margin: 2em 0 0;
}

#company .container table tr:nth-child(odd) {
    background: #e0eff8;
}

#company .container table th,
#company .container table td {
    padding: 1em;
}

#company .container table th {
    width: 34%;
}

#company .container table th span {
    display: block;
    width: 80%;
    color: #fff;
    background: linear-gradient(90deg, #49d, #05a);
    margin: 0 auto;
    padding: .25em 1em;
    border-radius: 2em;
}

#company .container table td {
    width: 72%;
}

#company .container table td ul {
    list-style: circle;
    margin: 0 0 0 1.5em;
}

#company .imgLeft {
    position: absolute;
    left: 80px;
    bottom: 0;
}

#company .imgRight {
    position: absolute;
    right: 80px;
    bottom: 0;
}

@media screen and (max-width: 800px) {

#company {
    background: url(images/company-bg_01.png) no-repeat center top #e0eff8;
    background-size: 200%;
}

#company .wrap {
    padding: 60px 10px;
    overflow: hidden;
}

#company .container {
    width: 100%;
    background: url(images/company-bg_02.svg) no-repeat 20px 20px #fff;
    background-size: 100px;
    padding: 20px;
}

#company .container h2 span {
    font-size: 24px;
}

#company .container h2 span::before,
#company .container h2 span::after {
    font-size: 36px;
    position: relative;
    top: 1px;
}

#company .container h2 span::before {
    content: "[";
    margin: 0 1em 0 0;
}

#company .container h2 span::after {
    content: "]";
    margin: 0 0 0 1em;
}

#company .container table {
    font-size: 14px;
}

#company .container table th,
#company .container table td {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
}

#company .container table th {
    padding: 1em 1em .5em;
}

#company .container table td {
    padding: 0 1em 1em;
}

#company .container table td ul {
    text-align: left;
}

#company .imgLeft {
    width: 80px;
    position: absolute;
    left: -20px;
    bottom: 0;
}

#company .imgRight {
    width: 76px;
    position: absolute;
    right: -16px;
    bottom: 0;
}

}

/****************************************

    /*

*****************************************/

footer {
    color: #fff;
    font-size: 60%;
    text-align: center;
    background-color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    padding: 40px;
}

@media screen and (max-width: 800px) {

footer {
    padding: 20px 0 90px;
}

}

/****************************************

    /*

*****************************************/

nav {
    display: none;
}

@media screen and (max-width: 800px) {

nav {
    display: block;
    width: 100%;
    background: rgba(255,255,255,.8);
    padding: 3px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

nav ul {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
}

nav ul li {
    flex: 1;
    padding: 2px;
}

nav ul li img {
    animation: animefix .6s ease 0s infinite alternate;
    transform-origin:center;
}

@keyframes animefix {
    0% {transform: scale(0.96,0.96);}
    100% {transform: scale(1,1);}
}

}


/****************************************

    /*

*****************************************/

.remodal .clip {
    position: absolute;
    top: -35px;
    left: calc(50% - 130px);
}

.remodal h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0 0 20px;
}

form {
    width: 800px;
    margin: 0 auto;
}

form dl {
    display: table;
    width: 100%;
    background: #fff;
    margin: 5px 0;
}

form dl dt,
form dl dd {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

form dl dt {
    width: 34%;
    font-weight: 600;
}

form dl dt span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    border-radius: 3px;
}

form dl dt span.must {
    background: #d00;
}

form dl dt span.any {
    background: #aaa;
}

form dl dd {
    width: 560px;
}

form dl dd span.error {
    display: inline-block;
    color: #e44;
    font-size: 12px;
    margin: 5px 0 0;
}

form input,
form textarea,
form select {
    width: 100%;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 18px;
    border: 2px solid #ddd;
    padding: 14px;
    outline: none;
    border-radius: 5px;
}

form input.small {
    width: 34%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
form textarea:focus {
    outline: solid 3px #05a;
    outline-offset: -1px;
    background: #e0eff8;
}

form textarea {
    height: 120px;
}

form select {
    background: url("images/form-select.png") no-repeat right center;
    background-size: 40px 35px;
    padding: 10px;
    cursor: pointer;
}

form ul.list_view  {
    border: 2px solid #ddd;
    border-radius: 5px;
}

form ul.list_view  li {
    position: relative;
}

form ul.list_view input{
    position: absolute;
    top: -5px;
}

form input[type="radio"],
form input[type="checkbox"] {
    opacity : 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

form input[type="radio"] + p,
form input[type="checkbox"] + p {
    display: block;
    min-height: 45px;
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    padding: 10px 10px 10px 50px;
}

form input[type="radio"] + p {
    background: url("images/form-radio_off.png") no-repeat left center #fff;
    background-size: 50px 35px;
}

form input[type="checkbox"] + p {
    background: url("images/form-check_off.png") no-repeat left center;
    background-size: 50px 35px;
}

form input[type="radio"]:checked + p {
    background: url("images/form-radio_on.png") no-repeat left center;
    background-size: 50px 35px;
}

form input[type="checkbox"]:checked + p {
    background: url("images/form-check_on.png") no-repeat left center;
    background-size: 50px 35px;
}

form input[type="radio"]:hover + p,
form input[type="checkbox"]:hover + p {
    background-color: #f6f6f6;
}

form li:last-child p {
    border-bottom: none;
}

form .submitWrap {
    text-align: center;
    margin: 1em 0 0;
}

form button {
    display: inline-block;
    width: 360px;
    color: #fff;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #2a3;
    background: linear-gradient(#3b4, #081);
    padding: 20px;
    position: relative;
    top: 0;
    border-radius: 10px;
    transition-duration: 0.3s;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 4px 0 #060;
}

form button:hover {
    color: #fff;
    background-color: #4c5;
    letter-spacing: 1px;
    box-shadow: 0 0 0 #060;
    top: 4px;
}

form button::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
}

form button:hover::after {
    right: .75em;
    transition-duration: 0.3s;
}

@media screen and (max-width: 800px) {

.remodal .clip {
    width: 140px;
    position: absolute;
    top: -22px;
    left: calc(50% - 70px);
}

.remodal h2 {
    font-size: 24px;
    margin: 20px 0 0;
}

form {
    width: 100%;
    margin: 0;
    padding: 0;
}

form dl {
    display: block;
    width: 100%;
}

form dl dt,
form dl dd {
    display: block;
    font-size: 16px;
}

form dl dt {
    width: 100%;
}

form dl dd {
    width: 100%;
}

form input,
form textarea {
    font-size: 16px;
    padding: 12px;
}

form button {
    width: 90%;
}

}

::-webkit-input-placeholder {
    color:#ccc;
}

:-moz-placeholder {
    color:#ccc;
}

/****************************************

    /*

*****************************************/

#thanks {
    background: url(images/thanks-bg_01.png) #fafafa;
    text-align: center;
    padding: 4% 0;
}

#thanks .image {
    display: block;
    width: 320px;
    margin: 0 auto 30px;
}

#thanks h2 {
    font-size: 40px;
    font-weight: 800;
}

#thanks p {
    margin: 2em 0;
}

#thanks .tel {
    display: block;
    width: 480px;
    margin: 0 auto;
}

#thanks p a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #aaa;
    padding: .25em 2em;
    border-radius: 2em;
}

@media screen and (max-width: 800px) {

#thanks {
    padding: 40px 10px;
}

#thanks .image {
    display: block;
    width: 200px;
    margin: 0 auto 30px;
}

#thanks h2 {
    font-size: 22px;
}

#thanks p {
    text-align: left;
    margin: 1.5em .5em;
}

#thanks .tel {
    display: block;
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
}

#thanks p a {
    display: block;
    width: 200px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #aaa;
    margin: 0 auto;
    padding: .5em 0;
    border-radius: 2em;
}

}
