@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/* --------------------------------
 * base
 * -------------------------------- */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #231815;
    background-color: #fff;
    font-family: 'Noto Serif JP', serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* --------------------------------
 * header
 * -------------------------------- */

.header {}

.header .logo {
    height: 10vh;
    padding: 15px;
}

.header .logo img {
    width: 120px;
}
.global-nav{
    display: none;
}
.top_pic {
    width: 100%;
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_pic.pic_01 {
    background-image: url(../images/top_pic01.jpg);
}
.top_pic.pic_02 {
    background-image: url(../images/top_pic02.jpg);
}
.top_pic.pic_01 a{
    display: none;
}
.top_pic.pic_03 a{
    display: none;
}
.top_pic img {}

.scroll {
    padding-top: 60px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: sans-serif;
    color: #fff;
    font-size: 1.6rem;
    opacity: 0.9;
}

.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

/* --------------------------------
 * main
 * -------------------------------- */
.main {
    display: block;
}

.accurate {
    text-align: center;
    margin: 60px 0 0;
    padding: 30px 0 0;
}

.accurate img {
    width: 200px;
}

.accurate_desc {
    margin: 30px auto 0;
    line-height: 1.9;
    width: 90%;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 1px;
}

.re_br {
    display: none;
}

.link {
    display: block;
    text-align: center;
    width: 300px;
    color: #231815;
    border: solid 1px;
    margin: 40px auto;
    padding: 15px 0;
    font-size: 1.7rem;
}

.service {
    width: 100%;
    background-color: #EAE9E5;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
}

.service_item {
    width: 100%;

}

.service_item:last-child {
    margin: 50px 0 0;
}

.service_item .title {
    font-size: 1.6rem;
}

.service_item .service_list {
    list-style: none;
    margin: 30px auto 0;
}

.service_item .service_list li {
    font-size: 1.6rem;
    margin: 20px 0 0;
}

.pic_area_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0;
    font-size: 0;
}

.pic_item {
    width: 50%;
    
}
.pic_item img{
    width: 100%;
}


/* --------------------------------
 * evaluation
 * -------------------------------- */
.title.eva {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 1px;
    width: 90%;
    margin: 50px auto 0;
    padding: 35px 0 0;
}

.title.eva.spa {
    margin: 20px auto 0;
}

.desc.eva {
    line-height: 1.9;
    font-size: 1.5rem;
    width: 90%;
    margin: 20px auto 0;
}

.cer_area {
    width: 100%;
    background-color: #EAE9E5;
    margin: 60px auto 0;
    padding: 30px 20px 40px;
}

.cer_item {
    margin: 20px 0 0;
}

.cer_item:first-child {
    margin: 0;
}

.cer_item .heading {
    font-size: 1.6rem;
    position: relative;
    font-weight: normal;
}

.cer_item .heading::after {
    width: 100%;
    height: 1px;
    content: "";
    margin: 10px 0 0;
    background-color: #231815;
    display: block;
    vertical-align: middle;

}

.cer_wrapper {
    width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px auto 0;
}

.cer_figure {
    width: 30%;
}

.cer_figure img {
    width: 93%;
}

.cer_figure figcaption {
    padding: 10px 0;
    font-size: 1.3rem;
    line-height: 1.6;
}

.cer_figure:nth-child(n+4) {
    margin: 30px 0 0;
}
.link_wrapper {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin: 40px auto 0;
    padding: 0 0 50px;
}

.link_wrapper .link {
    width: 100%;
    margin: 10px 0;
}

/* --------------------------------
 * Company_Profile
 * -------------------------------- */
.top_pic.pic_03 {
    background-image: url(../images/top_pic03.jpg);
}

.top_pic.pic_04 {
    background-image: url(../images/top_pic04.jpg);
}

.president {
    width: 90%;
    margin: 50px auto 0;
    text-align: right;
    font-size: 1.5rem;
    line-height: 2.3;
}

.president img {
    width: 135px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.president span {
    display: inline-block;
    text-align: left;
}

.qua {
    width: 90%;
    margin: 50px auto 0;
}

.qua .title,
.profile .title {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.qua .title::after,
.profile .title::after {
    width: 100%;
    height: 1px;
    content: "";
    margin: 10px 0 0;
    background-color: #231815;
    display: block;
    vertical-align: middle;
}

.qua_figure {
    width: 100%;
    margin-left: auto;
}

.qua_desc {
    font-size: 1.5rem;
    line-height: 1.75;
    padding: 15px 0 15px;
}

.pic_figure {
    width: 100%;
}

.other {
    display: inline-block;
    margin: 30px 0 0;
    font-size: 1.3rem;
}

.other_list {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 30px 0 0;
}

.other_list li {
    margin: 7px 0 0;
    font-size: 1.3rem;
    line-height: 1.75;
}

.other_list li:first-child {
    margin: 0;
}

.profile {
    width: 90%;
    margin: 50px auto 0;
    position: relative;
    padding: 0 0 50px;
}

.profile_list {
    width: 100%;
    margin: 30px auto 0;
    text-align: left;
}

.profile_list .list_item th {
    font-size: 1.5rem;
    font-weight: normal;
    padding: 15px 0 0;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
}

.profile_list .list_item td {
    font-size: 1.5rem;
    padding: 7px 0 15px;
    line-height: 1.75;
    letter-spacing: 1px;
    position: relative;
    letter-spacing: 1px;
    display: block;
    color: #231815;
}

.profile_list .list_item td img {
    width: 100px;
    vertical-align: middle;
}

.map {
    display: block;
    font-size: 1.5rem;
    padding: 2px 10px;
    color: #231815;
    border: solid 1px;
    vertical-align: middle;
    width: 90px;
    text-align: center;
    margin: 10px 0 0;
}

.company_pic {
    display: block;
    width: 90%;
}

.link_wrapper.company::before {
    content: "";
    width: 300px;
}

.link_wrapper.company {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px auto 0;
    padding: 0 0 70px;
}

.link_wrapper.company .link {
    margin: 20px 0 0;
}

.link_wrapper.company .link.order1 {
    order: 1;
}

.link_wrapper.company .link.order2 {
    order: 2;
}

.link_wrapper.company .link.order3 {
    order: 3;
}

/* --------------------------------
 * phone_menu
 * -------------------------------- */
.fix-phone-under-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: 0.3s ease;
}

.fix-phone-under-menu li {
    display: inline-block;
    width: 33.33333%;
    font-size: 1.4rem;
    border-right: 1px solid #fff;
}

.fix-phone-under-menu li:last-child {
    border: none;
}

.fix-phone-under-menu li a {
    color: #fff;
    background: #231815;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
/* --------------------------------
 * privacy policy
 * -------------------------------- */
.privacy_policy{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0;
}
.title.pra{
    font-size: 2.0rem;
    text-align: center;
    padding: 0 0 15px;
}
.privacy_policy .subtitle{
    font-size: 1.5rem;
    padding: 37px 0 18px;
    font-weight: normal;
}
.privacy_policy .desc{
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.75;
}
.pra_list{
    list-style: none;
}
.pra_list li{
    text-align: justify;
    font-size: 1.5rem;
    padding: 10px 0;
    line-height: 1.75;
}
.pra_list > li:first-child{
    padding: 0 0 7px;
}
.pra_list > li:last-child{
    padding: 7px 0 0;
}
.list-seconds{
    list-style: none;
    padding: 10px 0;
}
.list-seconds li{
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 2px 0;
}
.subtitle.la{
    padding: 37px 0 20px;
    font-weight: normal;
}
.link.rtn{
    margin: 70px auto 0;
}
/* --------------------------------
 * contact
 * -------------------------------- */
.heading.contact{
    padding: 30px 0;
    font-size: 2.0rem;
    text-align: center;
    letter-spacing: 1px;
}
.contact-form {
    width: 90%;
    margin: 30px auto 0;
}
.contact-form > .desc{
    font-size: 1.4rem;
    line-height: 1.8;
}
.contact-form > .desc.hissu{
    color: #e80e0e;
    padding: 0 0 15px;
}
.contact-form .item {
    display: block;
    margin: 15px auto 0;
    width: 100%;
}

.contact-form .item.no-label {
    padding: 5px 0px 5px 60px;
}

.contact-form .item .label {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.5;
}
.contact-form .item .label a{
    text-decoration: underline;
}
.contact-form .item .label > .req{
    color: #e80e0e;
}
.contact-form .item .radio-group {
    padding: 10px 0px 5px 60px;
}

.contact-form .item input[type="text"],
.contact-form .item input[type="tel"],
.contact-form .item input[type="email"],
.contact-form .item .select,
.contact-form .item textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 500px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    outline: none;
    border: solid 1px #221815;
    border-radius: 5px;
    background-color: #DCDDDD;
    width: 100%;
}

.contact-form .item ::placeholder {
    color: #ccc;
}

.contact-form .item textarea {
    resize: vertical;
    height: 150px;
}

.contact-form .item .select_wrapper {
    position: relative;
}

.contact-form .item .select_wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 30px;
    width: 15px;
    height: 15px;
    border-right: solid 1px #221815;
    border-bottom: solid 1px #221815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-form .item input[type="checkbox"] {
    display: none;
}

.contact-form .item .la_privacy {
    position: relative;
    display: block;
    padding: 3px 3px 3px 32px;
    cursor: pointer;
    margin: 7px 0 0;
    font-size: 1.4rem;
}

.contact-form .item .la_privacy::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #221815;
}

.contact-form .item input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 17px;
    height: 7px;
    border-left: 2px solid #221815;
    border-bottom: 2px solid #221815;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contact-form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    cursor: pointer;
    transition: 0.1s ease all
}
.submit{
    
}
.submit .confirm{
    display: block;
    text-align: center;
    width: 250px;
    color: #231815;
    border: solid 1px #231815;
    margin: 30px auto;
    padding: 10px 0;
    font-size: 1.7rem;
    transition: 0.3s ease;
    background-color: #fff;
    border-radius: 0;
    font-family: serif;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
    text-align: center;
    padding: 0 0 80px;
    margin: 80px 0 0;
}

.footer .logo {
    width: 40px;
}

.small {
    display: block;
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 20px 0 0;
}
