/*--------- common ---------*/
body {
    font-family: “メイリオ”, Hiragino Kaku Gothic Pro, Meiryo, “ヒラギノ角ゴ Pro W3”, MS PGothic, MS UI Gothic, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    width: 100%;
}
img {
    display: block;
    height: 100%;
    width: 100%;
}
ul {
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
h2 {
    letter-spacing: 2px;
}
.dis-sp {
    display: none!important;
}
.content {
    box-sizing: border-box;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.slick-slide img {
    display: block;
    max-width: 423px;
    max-height: 296px;
    object-fit: cover;
}
.slick-prev{
    left: 10px!important;
    z-index: 2;
}.slick-next {
    right: 10px!important;
    z-index: 2;
}
header {
    align-items: center;
    display: flex;
    border-top: 6px solid #009E42;
    height: 110px;
}
header img {
    max-width: 240px;
}
.header-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
nav {
    align-items: center;
    display: flex;
    width: 65%;
}
nav ul {
    padding-right: 30px;
    width: 100%;
}
nav a {
    position: relative;
    transition: .2s ease-in;
}
nav a::after {
    width: 100%;
    height: 0;
    background: #000;
    content: '';
    position: absolute;
    top: 75%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
    margin: auto;
}
nav a:hover::after {
    opacity: 1;
    top: 100%;
    height: 2px;
}
nav a::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(225deg);
    right: -32px;
    top: 3px;
}
.menu-trigger {
    display: none;
}
.under-title {
    position: relative;
    margin-bottom: 120px;
}
.under-title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 4px;
}
.contact-banner {
    background-color: #006C23;
    padding: 60px 0;
}
.contact-banner p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 0 40px;
}
.contact-btn {
    position: relative;
    display: block;
    background-color: #FD9726;
    box-shadow: 0 5px 0px 0 rgb(220 116 30);
    border-radius: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    padding: 26px 20px;
    width: 100%;
    transition: .2s;
}
.contact-btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/contact-btn.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    width: 36px;
    height: 36px;
    left: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.contact-btn::after {
    position: absolute;
    content: "";
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    width: 16px;
    height: 16px;
    transform: rotate(135deg);
    right: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.contact-btn:hover {
    
}
footer {
    padding-top: 120px;
}
footer .copyright {
    background-color: #ECECEC;
    text-align: center;
    padding: 20px;
}
footer .address p {
    font-size: 20px;
    text-align: center;
    background-color: #009E42;
    padding: 14px 0;
    color: #fff;
}
footer address {
    background-color: #ECECEC;
    margin-bottom: 80px;
    padding: 20px;
    text-align: center;
    font-style: inherit;
    line-height: 2;
}
footer address span {
    font-size: 18px;
}
.email-address {
    text-decoration: underline;
    color: blue;
}

/*--------- top ---------*/
.fv {
    position: relative;
}
.fv p {
    position: absolute;
    white-space: nowrap;
    font-size: 5.5vmin;
    color: #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 4px;
}
.fv .slick-slide img {
    max-width: 100%;
    max-height: 100%;
}
.fv .slick-dots {
    bottom: 30px;
}
.fv .slick-dots li button::before {
    color: #fff;
    opacity: .6;
}
.fv .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}
.appeal {
    font-size: 27px;
    font-weight: bold;
    color: #009E42;
    text-align: center;
    padding-bottom: 25px;
    letter-spacing: 2px;
}
.appeal + p {
    text-align: center;
    padding-bottom: 100px;
    font-weight: bold;
}
.top-sec01 {
    padding-top: 60px;
}
.top-sec02 {
    background-color: #F5F5F5;
    padding: 100px 0 143px;
}
.top-sec02 h2 {
    font-size: 42px;
    text-align: center;
}
.title-wrap {
    text-align: center;
}
.top-sec02 h3 {
    position: relative;
    font-size: 26px;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 16px;
}
.top-sec02 h3::before {
    position: absolute;
    content: "";
    background-color: #000;
    height: 1px;
    width: 54px;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top-sec02 h3::after {
    position: absolute;
    content: "";
    background-color: #000;
    height: 1px;
    width: 54px;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top-sec02 article h3:nth-child(2) {
    margin-top: 100px;
}
.top-sec02 article img {
    padding-top: 25px;
}
.top-sec02 article p span {
    color: #FD4E25;
    font-weight: bold;
}
.top-sec02 .change {
    margin-top: 50px;
    align-items: center;
}
.top-sec02 .item {
    max-width: 380px;
    width: 100%;
}
.top-sec02 .change-tag {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    border-radius: 10px 10px 0 0;
    background-color: #9F9F9F;
}
.top-sec02 .change-tag::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #9F9F9F;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -10px;
}
.top-sec02 .item:nth-of-type(3) .change-tag {
    background-color: #FD9726;
}
.top-sec02 .item:nth-of-type(3) .change-tag::before {
    border-top: 13px solid #FD9726;
}
.top-sec02 .item > div {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.top-sec02 .item > div p:nth-of-type(1) {
    color: #707070;
    margin-bottom: 10px;
    font-size: 18px;
}
.top-sec02 .item > div p:nth-of-type(1) span {
    font-size: 26px;
}
.top-sec02 .item:nth-of-type(3) > div p:nth-of-type(1) span {
    color: #FD9726;
}
.top-sec02 .change > div:nth-of-type(2) {
    position: relative;
    font-size: 3.5vmin;
    background-color: #9F9F9F;
    padding: 10px 5px 5px 12px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-left: -22px;
}
.top-sec02 .change > div:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 22px solid #9F9F9F;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top-sec02-appeal {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 85px;
}
.top-sec02-appeal span {
    color: #FD4E25;
}
.top-sec02-appeal::before {
    position: absolute;
    content: url(../img/top-sec02-arrow.png);
    margin: auto;
    left: 0;
    right: 0;
    bottom: -95px;
}
.top-sec03 {
    padding: 120px 20px 140px;
}
.top-sec03 h2 {
    font-size: 42px;
    text-align: center;
    color: #009E42;
    margin-bottom: 60px;
}
.top-sec03 h3 {
    font-size: 26px;
    margin-bottom: 16px;
}
.top-sec03 span {
    color: #FD4E25;
    font-weight: bold;
}
.top-sec03 img {
    max-width: 390px;
}
.top-sec03 .flex {
    align-items: center;
}
.top-sec04 {
    padding-bottom: 120px;
}
.top-sec04 h2,
.top-sec06 h2 {
    background: linear-gradient(transparent 60%, #FEE454 0%);
    padding-bottom: 0;
    line-height: 1;
    display: inline-block;
}
.top-sec06 h2 {
    background: none;
    line-height: 1.3;
} 
.top-sec04 article {
    margin-top: 40px;
    background-color: #DFF4DF;
    padding: 60px 40px;
}
.top-sec04 article p {
    margin-top: 35px;
    margin-bottom: 30px;
}
.top-sec04 h3 {
    font-size: 30px;
    text-align: center;
    color: #009E42;
}
.top-sec04 h3 img {
    width: 42px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
}
.top-sec04 article:nth-of-type(3) h4 {
    background-color: #417C41;
    font-size: 26px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
.top-sec04 article:nth-of-type(3) > div {
    border: 2px solid #417C41;
    background-color: #fff;
}
.top-sec04 article:nth-of-type(3) > div img {
    padding: 50px 40px 68px;
    box-sizing: border-box;
}
.top-sec04 article:nth-of-type(5) > div {
    align-items: center;
}
.top-sec04 article:nth-of-type(5) > div p,
.top-sec04 article:nth-of-type(4) > div p {
    padding-right: 45px;
}
.top-sec04 article:nth-of-type(4) > div img {
    max-width: 297px;
}
.top-sec04 > div {
    text-align: center;
}
.top-sec05 {
    padding: 76px 20px;
    background-color: #F5F5F5;
}
.top-sec05 .flex > a {
    position: relative;
    width: 47%;
}
.top-sec05 .flex > a img {
    transition: .2s ease-in;
}
.top-sec05 .flex > a:hover img {
    opacity: .6;
}
.top-sec05 .flex > a > div {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    padding: 26px 0;
    width: 100%;
}
.top-sec05 .flex > a > div img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 37px;
    width: 11px;
}
.top-sec05 h2 {
    font-size: 18px;
    margin-bottom: 6px;
    padding-left: 20px;
}
.top-sec05 p {
    padding-left: 20px;
    font-size: 14px;
    width: 80%;
}
.top-sec06 {
    background: url(../img/top-sec06-bg.jpg);
    background-size: cover;
}
.top-sec06 h2 {
    margin-top: 80px;
    margin-bottom: 60px;
    font-size: 34px;
}
.top-sec06 .content {
    text-align: center;
}
.top-sec06-item1 {
    width: 85%;
    margin: 0 auto;
}
.top-sec06-item2 {
    margin-top: 60px;
    padding-bottom: 100px;
}


/*--------- service ---------*/
.service-appeal-title {
    font-size: 28px;
    font-weight: bold;
    color: #009E42;
    text-align: center;
    padding-bottom: 14px;
    letter-spacing: 2px;
}
.service-appeal-title + p {
    text-align: center;
    font-weight: bold;
}
.service-appeal-area {
    margin-bottom: 100px;
    padding: 50px 20px;
}
.service-appeal-area > div {
    max-width: 875px;
    margin: 0 auto;
    background-color: #fff;
    /* border: 4px double #169E42; */
    padding: 40px 20px 30px;
}
.service-common-title {
    font-size: 32px;
    box-shadow: 0px 6px 8px -8px rgb(0 0 0 / 50%);
    margin-bottom: 40px;
}
.service-common-title h2 {
    position: relative;
    display: inline-block;
}
.service-common-title h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #009E42;
    left: 0;
    bottom: -3px;
}
.service-common-title + p {
    margin-bottom: 24px;
}
.service table {
    font-size: 14px;
    width: 100%;
    margin-bottom: 48px;
}
.service table th {
    background-color: #009E42;
    border: 1px solid #fff;
    border-collapse: collapse;
    color: #fff;
    vertical-align: middle;
    padding: 5px;
}
.service table tr:nth-of-type(2) th,
.service table tr:nth-of-type(3) th {
    background-color: #66CC66;
}
.service table td {
    background-color: #ECECEC;
    border: 1px solid #fff;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}
.service-sec02,
.service-sec03,
.service-sec04,
.service-sec05 {
    margin-bottom: 100px;
}
.service-sec02 .desc {
    margin-bottom: 44px;
}
.service-sec02 .desc h3 {
    position: relative;
    font-size: 20px;
    padding-left: 12px;
    margin-bottom: 16px;
}
.service-sec02 .desc h3::before {
    position: absolute;
    content: "";
    background-color: #009E42;
    height: 100%;
    width: 4px;
    left: 0;
}
.service-sec03 > .flex {
    flex-flow: wrap;
    align-items: inherit;
}
.service-sec03 article {
    background-color: #ECECEC;
    border-radius: 10px;
    width: 48%;
    margin-bottom: 30px;
}
.service-sec03 article h3 {
    background-color: #009E42;
    border-radius: 10px 10px 0 0;
    font-size: 21px;
    text-align: center;
    padding: 6px 0 3px;
    color: #fff;
}
.service-sec03 article h4 {
    font-size: 23px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 24px;
}
.service-sec03 article img {
    height: 100px;
    width: auto;
    margin: auto auto 30px;
}
.service-sec03 article p {
    padding: 0 20px 40px 20px;
}
.service-sec03 article:nth-of-type(3) img {
    height: 120px;
    margin: auto auto 20px;
}
.service-sec03 article:nth-of-type(3) h4 {
    margin-bottom: 16px;
}
.service-sec04 .flex {
    flex-flow: wrap;
}
.service-sec04 .desc h3 {
    position: relative;
    font-size: 20px;
    padding-left: 12px;
    margin-bottom: 16px;
    margin-top: 34px;
}
.service-sec04 .desc h3::before {
    position: absolute;
    content: "";
    background-color: #009E42;
    height: 100%;
    width: 4px;
    left: 0;
}
.service-sec04 article {
    background-color: #ECECEC;
    border-radius: 10px 10px 0 0;
    padding-bottom: 10px;
    /* width: 48%; */
    width: 100%;
}
.service-sec04 article .flex {
    padding: 20px 0;
}
.service-sec04 article .flex > div img {
    box-sizing: border-box;
    /* padding: 30px 30px 36px; */
    padding: 20px 30px 20px;
}
.service-sec04 article h4 {
    margin: 10px 30px -10px;
    text-align: center;
    /* border-top: 2px dotted #707070; */
    /* padding-top: 35px; */
}
.service-sec04 article p {
    padding: 0 30px ;
    max-width: 390px;
}
.service-sec04 article .flex p img {
    padding: 10px 0;
    max-width: 200px;
}
.service-sec04 article .flex > div {
    position: relative;
}
.service-sec04 article .flex > div:nth-of-type(1)::before {
    position: absolute;
    content: "";
    border-right: 2px dotted #707070;
    height: 100%;
    width: 100%;
}
.service-sec04 article:nth-of-type(2) {
    background-color: #DFF4DF;
}
.service-sec04 article:nth-of-type(2) h3 {
    background-color: #169E42;
}
.service-sec05 article {
    position: relative;
    background-color: #ECECEC;
    width: 14%;
}
.service-sec05 article::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #FA7554;
    transform: rotate(90deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: -35px;
}
.service-sec05 article:nth-of-type(6)::before {
    content: none;
}
.service-sec05 article p {
    background-color: #009E42;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
}
.service-sec05 article p span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.service-sec05 article img {
    padding: 28px 0 17px;
}
.service-sec05 article h3 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}
.service-sec05 article:nth-child(2) h3 {
    font-size: 17px;
    letter-spacing: -2px;
}
.service-sec05 {
    margin-bottom: 120px;
}

/*--------- results ---------*/
.results h2 {
    position: relative;
    font-size: 28px;
    padding-left: 16px;
    margin-bottom: 20px;
}
.results h2::before {
    position: absolute;
    content: "";
    background-color: #009E42;
    height: 100%;
    width: 4px;
    left: 0;
}
.results table {
    width: 50%;
}
.slider-results {
    width: 45%;
}
.results .results-details {
    margin-top: 20px;
    margin-bottom: 100px;
}
.results .results-details th {
    border-bottom: 1px solid #D1D1D1;
    background-color: #009E42;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    text-align: left;
    width: 30%;
}
.results .results-details td {
    background-color: #F5F5F5;
    border-bottom: 1px solid #D1D1D1;
    padding: 10px 20px;
    text-align: left;
}
.results .results-details tr:last-child th,
.results .results-details tr:last-child td {
    border: none;
}

/*--------- contact ---------*/
#formWrap {
	width:940px;
	margin:0 auto;
	color:#555;
    padding: 0 20px;
}
table.formTable{
	width:100%;
	margin:20px auto;
	border-collapse:collapse;
}
table.formTable td input {
    padding: 5px;
    border: 1px solid #ababab;
}
table.formTable td textarea {
    border: 1px solid #ababab;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:35%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
    vertical-align: top;
}
.contact table.formTable th .required {
    color: #ff3a3a;
    font-size: 14px;
}
.contact table.formTable th .annotation {
    font-size: 14px;
}
.contact .contact-desc {
    border: 1px double #ccc;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
}
.contact .contact-desc a,
.contact-thanks .content a {
    color: blue;
    text-decoration: underline;
}
.contact-confirm table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
.contact-confirm table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.contact-confirm p.error_messe{
	margin:5px 0;
	color:red;
}
.card {
    background-color: #9DCEC2;
    max-width: 1100px;
    margin: 0 auto 120px;
}
a.card-item {
    position: relative;
    display: block;
    width: 24%;
    transition: .2s;
    color: #fff;
    padding: 0 24px 30px;
}
a.card-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    right: 0;
}
a.card-item:last-child::before {
    content: none;
}

.card-item:hover {
    background: #75b3a4;
}
.card-item:nth-child(1) .card-title {
    margin-top: 50px;
    margin-bottom: 35px;
}
a.card-item span {
    font-size: 14px;
    font-weight: bold;
    color: #9DCEC2;
    background-color: #fff;
    padding: 3px 10px;
    display: block;
    width: 60px;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 3px;
    transition: .2s;
}
.card-item:hover span {
    color: #75b3a4;
}
.card-item img {
    width: 30px;
    height: 30px;
    margin: 18px auto 0;
}
.card-title {
    position:relative;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 34px 0 20px;
    line-height: 1.4;
}
.card-title::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 18px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -18px;
}
.card-title + p {
    padding-top: 20px;
}
.card.flex {
    align-items: inherit;
}
.cart-attention {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 80px;
    font-size: 14px;
}

/*--------- response-tablet ---------*/
@media screen and (min-width:1025px) {
    nav ul {
        padding-top: 20px;
    }
    .service-sec05 article:nth-child(2) h3 {
        padding-bottom: 4px;
    }
}
@media screen and (max-width:1024px) {
    header {
        border-top: 2px solid #009E42;
        height: 60px;
    }
    header img {
        max-width: 160px;
    }
    nav {
        position: absolute;
        box-shadow: 0px 6px 8px -8px rgb(0 0 0 / 50%);
        background: #d0d0d0;
        z-index: 10;
        right: 0;
        top: 62px;
        width: 100%;
        display: none;
    }
    nav ul.flex {
        display: block;
        padding-right: 0;
    }
    nav li {
        text-align: center;
    }
    nav a {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #fff; 
    }
    nav li:last-child a {
        border: none;
    }
    nav a::before {
        content: none;
    }
    .menu-trigger {
        display: block;
        right: 0px;
        top: 8px;
    }
    .menu-trigger,
    .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    }
    .menu-trigger {
    position: relative;
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    }
    .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    }
    .menu-trigger span:nth-of-type(1) {
    top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
    top: 13px;
    }
    .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
    }
    .appeal + p {
    padding-bottom: 80px;
    }
    .top-sec02 h2 {
        font-size: 34px;
    }
    .top-sec02 {
        padding: 80px 0 143px;
    }
    .under-title {
        margin-bottom: 80px;
    }
    .service-sec05 article h3 {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .service-sec05 article:nth-child(2) h3 {
        font-size: 15px;
        letter-spacing: -2px;
    }
    .top-sec06 h2 {
        font-size: 30px;
    }
    .card-item .dis-pc {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .dis-pc {
        display: none!important;
    }
    body {
        font-size: 14px;
    }
    .dis-sp {
        display: block!important;
    }
    footer .address p {
        font-size: 16px;
        padding: 8px 0;
    }
    footer address {
        text-align: left;
        padding: 10px 20px;
    }
    footer address span {
        font-size: 14px;
    }
    .fv .slick-dots {
        bottom: 30px;
    }
    .appeal {
        font-size: 22px;
    }
    .top-sec02 .change,
    .top-sec03 .flex,
    .top-sec04 article:nth-of-type(4) > div,
    .top-sec04 article:nth-of-type(5) > div {
        display: block;
    }
    .top-sec04 article {
        padding: 40px 20px;
    }
    .top-sec04 article:nth-of-type(3) > div img {
        padding: 20px 0;
    }
    .fv p {
        font-size: 7vmin;
    }
    .top-sec01 {
        padding-top: 20px;
    }
    .appeal + p {
        padding-bottom: 50px;
        text-align: left;
    }
    .top-sec02 h2 {
        font-size: 23px;
    }
    .top-sec02 h3 {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 6px;
    }
    .top-sec02 h3::before,
    .top-sec02 h3::after {
        content: none;
    }
    .top-sec02 {
        padding: 50px 0 143px;
    }
    .top-sec02 article img {
        padding-top: 10px;
    }
    .top-sec02 article:nth-of-type(2) h3 {
        margin-top: 80px;
    }
    .top-sec02 .item > div {
        padding: 30px 10px;
    }
    .top-sec02 .change > div:nth-of-type(2) {
        opacity: 0;
    }
    .top-sec02-appeal {
        font-size: 23px;
        margin-top: 65px;
    }
    .contact-banner {
        padding: 40px 0;
    }
    .contact-banner p {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .contact-btn {
        font-size: 16px;
        max-width: 270px;
        padding: 16px;
    }
    .contact-btn::before {
        content: none;
    }
    .contact-btn::after {
        right: 10px;
        width: 10px;
        height: 10px;
    }
    .top-sec03 h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .top-sec03 {
        padding: 80px 20px 120px;
    }
    .top-sec03 h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .top-sec04 h2 {
        background:none;
    }
    .top-sec04 h3 {
        font-size: 20px;
    }
    .top-sec04 h3 img {
        padding-right: 8px;
        width: 28px;
    }
    .top-sec04 article {
        padding: 30px 20px;
        margin-top: 20px;
    }
    .top-sec04 article p {
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .top-sec04 article:nth-of-type(3) h4 {
        font-size: 16px;
    }
    .top-sec04 article:nth-of-type(4) > div p,
    .top-sec04 article:nth-of-type(5) > div p {
        padding-right: 0;
    }
    .top-sec04 article:nth-of-type(4) > div img,
    .top-sec04 article:nth-of-type(5) > div img {
        width: 80%;
        margin: 0 auto;
    }
    .top-sec04 {
        padding-bottom: 80px;
    }
    .top-sec05 > .flex {
        display: block;
    }
    .top-sec05 .flex > a > div {
        position: inherit;
        background-color: rgba(0,0,0,.8);
        padding: 16px 0;
    }
    .top-sec05 .flex > a {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
        display: block;
    }
    .top-sec05 h2 {
        font-size: 16px;
    }
    .top-sec05 {
        padding: 76px 20px 50px;
    }
    footer {
        padding-top: 80px;
    }
    .under-title img {
        height: 160px;
        object-fit: cover;
    }
    .under-title p {
        font-size: 24px;
    }
    .results h2 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .under-title {
        margin-bottom: 60px;
    }
    .results .results-details {
        margin-top: 20px;
        margin-bottom: 100px;
        display: block;
    }
    .results .results-details ul {
        margin-bottom: 20px;
    }
    .results .results-details ul,.results table {
        width: 100%;
    }
    .results .results-details th,
    .results .results-details td {
        padding: 10px 10px;
    }
    .service-common-title {
        font-size: 24px;
        line-height: 1.2;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    .service-common-title {
        font-size: 18px;
    }
    .service-common-title h2::before {
        bottom: -10px;
    }
    .service-common-title + p {
        margin-bottom: 12px;
    }
    .table-wrap {
        overflow-x: scroll;
        margin-bottom: 28px;
    }
    .service table {
        margin-bottom: 0;
    }
    .service table th {
        white-space: nowrap;
    }
    .service-sec03 article {
        width: 100%;
    }
    .service-sec02 .desc h3 {
        padding-left: 12px;
        margin-bottom: 6px;
        font-size: 16px;
    }
    .service-sec02 .desc {
        margin-bottom: 30px;
    }
    .service-sec02, .service-sec03, .service-sec04, .service-sec05{
        margin-bottom: 80px;
    } 
    .service-sec03 article h3 {
        font-size: 16px;
    }
    .service-sec03 article h4 {
        font-size: 20px;
    }
    .service-sec03 article img {
        height: 80px;
        margin: auto auto 20px;
    }
    .service-sec03 article p {
        padding: 0 20px 20px 20px;
    }
    .service-sec04 article {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .service-sec04 article:nth-of-type(2) {
        margin-bottom: 0;
    }
    .service-sec04 article img {
        padding: 20px;
    }
    .service-sec04 article p {
        padding-top: 15px;
        margin: 0 20px;
    }
    .service-sec05 .flex {
        flex-wrap: wrap;
    }
    .service-sec05 article {
        margin-bottom: 20px;
        width: 48%;
    }
    .service-sec05 article::before {
        content: none;
    }
    #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable th, table.formTable td {
        width:auto;
        display:block;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
    }
    input[type="text"], textarea {
        width:80%;
        padding:5px;
        font-size:110%;
        display:block;
    }
    input[type="submit"], input[type="reset"], input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
    #formWrap {
        width:100%;
        margin:0 auto;
    }
    .contact-confirm table.formTable th, table.formTable td {
        width:auto;
        display:block;
    }
    .contact-confirm table.formTable th {
        margin-top:5px;
        border-bottom:0;
    }
    .contact-confirm input[type="submit"], input[type="reset"], input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
    .top-sec06 h2 {
        font-size: 22px;
        background: none;
        line-height: 1.4;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .top-sec06-item1 {
        width: 100%;
    }
    .top-sec06-item2 {
        margin-top: 30px;
        padding-bottom: 50px;
    }
    .card.flex {
        flex-wrap: wrap;
    }
    a.card-item {
        width: 50%;
        padding: 0 0 40px;
    }
    a.card-item:nth-of-type(1):after,
    a.card-item:nth-of-type(2):after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #fff;
        bottom: 0;
        left: 0;
    }
    .card-item p {
        padding: 0 16px;
    }
    .card-title {
        padding: 0 10px !important;
    }
    .service-appeal-title {
        font-size: 19px;
    }
    .service-sec04 .desc h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 24px;
    }
}

/* IE11用 */
@media all and (-ms-high-contrast: none) {
    .top-sec04 article:nth-of-type(5) > div img {
        height: 212px;
    }
    .service-common-title {
        position: relative;
        box-shadow: 0px 6px 8px -8px rgba(0, 0, 0, .5);
    }
    .service-common-title h2::before {
        bottom: -2px;
    }
  }

@supports (-ms-ime-align: auto) {
    .service-common-title {
        position: relative;
        box-shadow: 0px 6px 8px -8px rgba(0, 0, 0, .5);
    }
    .service-common-title h2::before {
        bottom: -2px;
    }
}