@charset "UTF-8";
@media screen and (min-width: 520px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  .container {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    padding: 3% 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .large {
    font-size: 1.8rem;
  }
  .red {
    color: #ee2545;
  }
  p,
  ul,
  li {
    font-size: 1rem;
    text-align: left;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1rem;
  }
  .cv {
    background-color: #eeeee6;
  }
  .cv .cv__title {
    margin-bottom: 5%;
  }
  .cv .cv__content {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 3% 3%;
    text-align: left;
    background-color: #fff;
  }
  .cv .cv__content form .form__item {
    margin: 2% auto 4%;
    text-align: center;
  }
  .cv .cv__content form .form__item .error__msg {
    text-align: center;
    color: red;
  }
  .cv .cv__content form .form__item label {
    background-color: #eeeee5;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 2% 4%;
    position: relative;
    font-size: 0.9rem;
    margin-bottom: 3%;
    border-radius: 3px;
  }
  .cv .cv__content form .form__item label .required {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5%;
    color: #fff;
    background-color: #f24862;
    padding: 1%;
    font-size: 0.6rem;
    border-radius: 3px;
  }
  .cv .cv__content form .form__item input,
  .cv .cv__content form .form__item select {
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    padding: 2% 3%;
    border-radius: 3px;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    font-size: 0.9rem;
  }
  .cv button {
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #f24862;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 100vh;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    vertical-align: middle;
    -webkit-box-shadow: 0 5px 0 #bf0d28;
            box-shadow: 0 5px 0 #bf0d28;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 1.2rem;
    padding: 2% 0;
    margin: 3% auto 5%;
    position: relative;
    text-align: center;
  }
  .cv button img:first-of-type {
    width: 4%;
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cv button img:last-of-type {
    width: 4%;
    position: absolute;
    top: 50%;
    right: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cv .cv_contact {
    margin: 5% auto;
  }
  header {
    background-color: #eeeee5;
    padding: 1% 2%;
  }
  header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 850px;
    margin: 0 auto;
  }
  header .header__content .header__logo {
    width: 30%;
  }
  header .header__content .header__contact {
    width: 45%;
  }
  .main .main__visual {
    display: block;
  }
  .main .main__visual img {
    width: 100vw;
    max-width: 850px;
  }
  .main .main__visual img:first-of-type {
    max-width: 700px;
    margin: .5% auto;
  }
  .main .container {
    padding: 1%;
  }
  .main .main__copy .main__copy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: #eeeee5;
    margin: 2% auto;
    padding: 3% 1%;
    border-radius: 5px;
  }
  .main .main__copy .main__copy__item h4 {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .main .main__copy .main__copy__item h2 {
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.1px;
  }
  .main .main__copy .main__copy__item .red {
    background-color: #fff;
    padding: 1.5%;
    border-radius: 5px;
  }
  .main .main__copy .main__copy__item:first-of-type h2 {
    width: 30%;
  }
  .service {
    background-color: #eeeee6;
  }
  .service .container {
    padding-top: 0;
  }
  .service .service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service .service__content .service__item {
    width: 48%;
    height: 130px;
    background-color: #fde988;
    margin: 2% 0%;
    padding: 2% 0;
    text-align: center;
    border-radius: 5px;
  }
  .service .service__content .service__item h5 {
    color: #d62a0f;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 5%;
  }
  .service .service__content .service__item p {
    text-align: center;
    font-size: 1rem;
  }
  .sample {
    /*slick setting*/
  }
  .sample .slider {
    margin: 0 auto;
    width: 85%;
  }
  .sample .slider .slide__content {
    margin: 0.5%;
  }
  .sample .slick-prev:before,
  .sample .slick-next:before {
    color: #000;
    font-size: 25px;
  }
  .covid .covid__title {
    margin-bottom: 5%;
  }
  .covid .covid__title h2 {
    font-size: 2.5rem;
  }
  .covid .covid__title h3 {
    font-size: 2rem;
  }
  .covid .covid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .covid .covid__content .covid__point {
    width: 31%;
    margin: 5% 1%;
    height: 150px;
  }
  .covid .covid__content .covid__point img {
    width: auto;
    height: 100px;
    margin-bottom: 10%;
  }
  .covid .covid__content .covid__point p {
    text-align: center;
    font-size: .9rem;
    padding: 0 5%;
  }
  .worries .worries__title {
    background-color: #eeeee5;
    padding: 3% 0;
  }
  .worries .worries__content .worries__box {
    border: 1px solid #000;
    margin: 3% auto;
    padding: 3%;
    border-radius: 5px;
    height: 140px;
  }
  .worries .worries__content .worries__box p {
    font-weight: bold;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
  .worries .worries__content .worries__box p:first-of-type {
    margin-bottom: 3%;
  }
  .cv__link .cv__title {
    margin: 5% auto;
  }
  .cv__link .cv__link__btn a {
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #f24862;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 100vh;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    vertical-align: middle;
    -webkit-box-shadow: 0 5px 0 #bf0d28;
            box-shadow: 0 5px 0 #bf0d28;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 1.2rem;
    padding: 2% 0;
    margin: 7% auto;
    position: relative;
  }
  .cv__link .cv__link__btn a img {
    width: 4%;
    position: absolute;
    top: 50%;
    right: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .reason .reason__title {
    background-color: #eeeee5;
    padding: 3% 0;
  }
  .reason .reason__title h2 {
    font-size: 1.7rem;
  }
  .reason .reason__content .reason__point {
    background-color: #feeb87;
    padding: 4% 10%;
    padding-right: 4%;
    margin: 3% 3%;
    margin-right: 0;
    border-radius: 5px;
    position: relative;
    text-align: left;
  }
  .reason .reason__content .reason__point img {
    position: absolute;
    top: 50%;
    left: -5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10%;
  }
  .reason .reason__content .reason__point h4 {
    margin-bottom: 1%;
  }
  .reason .reason__content .reason__point .large {
    font-size: 1.5rem;
  }
  .reason .reason__content .reason__point p {
    font-size: 0.9rem;
  }
  .pack .pack__title {
    background-color: #eeeee5;
    padding: 3% 0;
  }
  .pack .pack__title h2 {
    font-size: 1.6rem;
  }
  .pack .pack__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pack .pack__content img {
    width: 48%;
    margin: 1%;
  }
  .pack .pack__content img:first-of-type,
  .pack .pack__content img:nth-of-type(2),
  .pack .pack__content img:nth-of-type(3) {
    margin-bottom: 1%;
  }
  .voice .voice__title {
    background-color: #eeeee5;
    padding: 3% 0;
  }
  .voice .voice__title h2 {
    font-size: 1.6rem;
  }
  .voice .voice__content {
    width: 80%;
    margin: 0 auto;
  }
  .voice .before__after__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .voice .before__after__flex .before__after__img {
    margin: 5% auto;
    width: 45%;
  }
  .voice .before__after__flex .arrow {
    width: 4%;
  }
  .area {
    background-color: #eeeee6;
  }
  .area .area__title {
    background-color: #eeeee5;
    padding: 3% 0;
  }
  .area .area__title h2 {
    font-size: 1.7rem;
  }
  .area .area__content .area__list {
    margin: 5% auto;
  }
  .area .area__content .area__list .area__list__title {
    background-color: #fff;
    color: #707070;
    padding: 2% 4%;
    display: inline-block;
    border: 2px solid #707070;
    border-radius: 10px;
    margin: 5% auto;
    font-size: 1.5rem;
  }
  .area .area__content .area__list details {
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    border-left: 2px solid #707070;
    color: #707070;
    background: #fff;
  }
  .area .area__content .area__list details:not(:last-child) {
    margin-bottom: 20px;
  }
  .area .area__content .area__list details summary {
    border-bottom: 2px solid #707070;
    list-style: none;
    cursor: pointer;
    padding: 1% 2%;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }
  .area .area__content .area__list details summary::-webkit-details-marker {
    display: none;
  }
  .area .area__content .area__list details summary::before {
    content: "＋";
    padding-right: 2%;
  }
  .area .area__content .area__list details[open] summary::before {
    content: "－";
  }
  .area .area__content .area__list details h5 {
    margin: 2% auto 0;
    text-align: left;
    padding-left: 3%;
  }
  .area .area__content .area__list details p {
    padding: 3%;
    padding-top: 0;
  }
  .area .area__content .area__list details p:last-of-type {
    border-bottom: 2px solid #707070;
  }
  .company .company__title {
    padding: 3% 0;
  }
  .company .company__title h2 {
    font-size: 1.7rem;
  }
  .company table {
    font-size: 1rem;
  }
  .company table tr {
    width: 70%;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 3% 0;
  }
  .company table tr:last-of-type {
    border-bottom: none;
  }
  .company table th {
    width: 200px;
  }
  .company table td {
    text-align: left;
  }
  footer p {
    background-color: #cecebc;
    text-align: center;
    color: #000;
    margin: 0 auto;
    padding: 2% 0;
  }
  .thanks__page {
    background-color: #f5f5f5;
  }
  .thanks__page .thanks__content {
    margin: 1rem auto;
  }
  .thanks__page .thanks__content .inner {
    background-color: #eeeee6;
    border-radius: 10px;
    padding: 2%;
    margin: 2% auto;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .thanks__page .thanks__content .inner p {
    font-size: 1rem;
  }
  .thanks__page .thanks__content .inner p,
  .thanks__page .thanks__content .inner a {
    color: #000;
    text-align: center;
    margin: 2% auto;
  }
  .thanks__page .thanks__content .inner a {
    text-decoration: underline;
  }
  .thanks__page .thanks__content .inner .thanks__logo {
    margin: 2% auto;
    width: 55%;
  }
  .thanks__page .thanks__content .inner .thanks__logo a img {
    width: 55%;
  }
}
/*# sourceMappingURL=responsive.css.map */