html {
  font-size: 62.5%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

body {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .menu-area {
    position: fixed;
    width: 200px;
    height: 100%;
    right: 0;
    text-align: center;
    z-index: 999;
  }
  .menu-area .menu-bg {
    background-color: rgba(255, 247, 229, 0.9);
    padding-top: 10px;
  }
  .menu-area .menu-list {
    font-size: 1.4rem;
    color: #000;
    list-style: none;
    padding: 0;
    margin-top: 30px;
  }
  .menu-area .menu-list .menu-item:hover {
    opacity: 0.4;
  }
  .menu-area .menu-list .menu-item a {
    padding: 10px;
    text-decoration: none;
    color: #000;
    text-align: center;
    display: inline-block;
  }
  .menu-area .menu-list .menu-item a p {
    color: #A8D070;
    padding: 0;
    margin: 0;
  }
  .menu-area .contact_btn {
    text-align: center;
  }
  .menu-area .contact_btn img {
    width: 160px;
    padding-top: 5px;
  }
  .menu-area .contact_btn img:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .menu-area {
    width: 100%;
    height: 120%;
    right: 0;
    text-align: center;
    padding: 20px;
    z-index: 999;
  }
  .menu-logo {
    display: none;
  }
  .contact_btn {
    display: none;
  }
  .menu-icon {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 24px;
    cursor: pointer;
  }
  .menu-icon span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  .menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
  }
  .menu-icon.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }
  .menu-list {
    font-size: 1.8rem;
    color: #000;
    list-style: none;
    padding-top: 90px;
    margin-top: 60px;
    background-color: #A8D070;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: right 0.3s ease-in-out;
  }
  .menu-list.open {
    right: 0;
  }
  .menu-list .menu-item {
    margin-bottom: 30px;
  }
  .menu-list .menu-item:hover {
    opacity: 0.4;
  }
  .menu-list .menu-item a {
    padding: 5px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
  }
  .menu-list .menu-item a p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  footer {
    width: 100%;
    background-color: #FFF7E5;
    z-index: -999;
    margin-top: 100px;
  }
  footer .company-info {
    margin: 30px 0 0 15%;
    padding: 30px;
    width: 750px;
  }
  footer .company-info .spfooterinfo {
    display: none;
  }
  footer .small {
    background-color: #300;
    color: #fff;
    width: 100%;
    padding-left: 30%;
  }
  footer .spcontactbtn {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  footer {
    max-width: 599px;
    background-color: #FFF7E5;
    z-index: -999;
  }
  footer .company-logo img {
    width: 300px;
  }
  footer .company-logo .pcfooterlogo {
    display: none;
  }
  footer .company-info {
    margin: 20px;
    padding: 10px;
    font-size: 1.2rem;
  }
  footer .small {
    background-color: #300;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  footer .spcontactbtn {
    width: 100%;
    height: 60px;
    background-color: #A8D070;
  }
  footer .spcontactbtn a {
    display: block;
    text-align: center;
    padding: 15px;
  }
}
@media screen and (min-width: 600px) {
  .sp_header {
    display: none;
  }
  .wrapper {
    width: 100%;
  }
  .container {
    max-width: 1000px;
    margin: 0 0 0 15%;
  }
  .header-image {
    background-image: url(../img/top.jpg);
    background-size: auto;
    width: 80%;
    height: 750px;
    position: relative;
    left: 0;
  }
  .whatefutei .title {
    display: block;
    margin: 100px 15% 50px 15%;
  }
  .whatefutei .title img {
    padding: 0px;
    margin: 0 auto;
  }
  .whatefutei .content {
    display: flex;
    margin-bottom: 50px;
  }
  .whatefutei .content .text {
    width: 300px;
    height: 220px;
    margin-right: 50px;
  }
  .whatefutei .content h2 {
    display: inline-block;
    color: #A8D070;
    font-size: 2.6rem;
    border-bottom: #A8D070 2px solid;
    font-weight: 500;
  }
  .whatefutei .content p {
    font-size: 1.6rem;
    margin: 20px 0 20px 0;
  }
  .whatefutei .content .content-img img {
    width: 390px;
    height: 260px;
  }
  .whatefutei .content .link-button {
    border: 2px solid #A8D070;
    border-radius: 34px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 10px;
    color: #A8D070;
    text-decoration: none;
  }
  .whatefutei .content .link-button:hover {
    background-color: #A8D070;
    color: #fff;
  }
  .sns-info {
    background-color: #FFF7E5;
    text-align: center;
    width: 100%;
    height: 220px;
    margin: 100px 0 100px 0;
  }
  .sns-info h3 {
    font-size: 3rem;
    color: #ED8083;
    margin: 0;
    padding: 20px 0 10px 0;
  }
  .sns-info .sns-line {
    width: 600px;
    height: 90px;
    background-color: #ED8083;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .sns-info .sns-line .sns-sp {
    display: none;
  }
  .sns-info .sns-line a {
    display: inline-block;
    padding: 15px;
  }
  .sns-info .sns-line a:hover {
    opacity: 0.7;
  }
  .recruit .title {
    display: block;
    margin: 100px 15% 50px 15%;
  }
  .recruit .title img {
    padding: 0px;
    margin: 0 auto;
  }
  .recruit .recruit-content {
    display: flex;
  }
  .recruit .recruit-content .recruit-icon {
    margin: 0 20px 0 20px;
  }
  .recruit .recruit-content .recruit-icon .recruit-sp {
    display: none;
  }
  .recruit .recruit-content .text {
    width: 400px;
    margin: 0 20px 0 20px;
  }
  .recruit .recruit-content .text h2 {
    color: #A8D070;
    font-size: 2.6rem;
    font-weight: 500;
  }
  .recruit .recruit-content .text p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .recruit .recruit-content .text .rc-title-sp {
    display: none;
  }
  .recruit .recruit-content .text .link-button {
    border: 2px solid #A8D070;
    border-radius: 34px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 10px;
    color: #A8D070;
    text-decoration: none;
  }
  .recruit .recruit-content .text .link-button:hover {
    background-color: #A8D070;
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .sp_header {
    display: flex;
    align-items: center;
    position: absolute;
    height: 60px;
  }
  .sp_header .splogo {
    padding: 10px;
  }
  .sp_header .sublogo {
    padding: 10px;
  }
  .wrapper {
    width: 100%;
    margin-top: 20px;
  }
  .wrapper .header-image {
    background-image: url(../img/top_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 600px;
    position: relative;
    z-index: -999;
  }
  .wrapper .container {
    max-width: 400px;
  }
  .whatefutei .title {
    display: block;
    margin: 40px 0;
    text-align: center;
  }
  .whatefutei .title img {
    width: 330px;
  }
  .whatefutei .content {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .whatefutei .content .text {
    width: 300px;
    height: 220px;
    padding: 15px;
  }
  .whatefutei .content h2 {
    display: inline-block;
    color: #A8D070;
    font-size: 2.6rem;
    border-bottom: #A8D070 2px solid;
    font-weight: 500;
  }
  .whatefutei .content p {
    font-size: 1.5rem;
    margin: 20px 0 20px 0;
  }
  .whatefutei .content .content-img img {
    width: 330px;
  }
  .whatefutei .content .link-button {
    border: 2px solid #A8D070;
    border-radius: 34px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 7px 18px;
    color: #A8D070;
    text-decoration: none;
  }
  .whatefutei .content .link-button:hover {
    background-color: #A8D070;
    color: #fff;
  }
  .sns-info {
    background-color: #FFF7E5;
    text-align: center;
    width: 100%;
    height: 220px;
  }
  .sns-info h3 {
    font-size: 2.6rem;
    margin: 0;
    padding: 20px 0 10px 0;
    color: #ED8083;
  }
  .sns-info .sns-line {
    display: flex;
    padding: 25px 103px 24px 102px;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
  }
  .sns-info .sns-line .sns-pc {
    display: none;
  }
  .sns-info .sns-line .sns-sp {
    display: block;
  }
  .sns-info .sns-line a {
    display: inline-block;
    padding: 15px;
  }
  .sns-info .sns-line a:hover {
    opacity: 0.7;
  }
  .recruit .title {
    display: block;
    margin: 40px 0;
    text-align: center;
  }
  .recruit .title img {
    width: 330px;
  }
  .recruit .recruit-content {
    display: flex;
    flex-direction: column;
  }
  .recruit .recruit-content .recruit-icon {
    margin: 0 20px 0 20px;
  }
  .recruit .recruit-content .recruit-icon .recruit-pc {
    display: none;
  }
  .recruit .recruit-content .text {
    width: 330px;
    margin: 0 auto;
  }
  .recruit .recruit-content .text h2 {
    color: #A8D070;
    font-size: 2.6rem;
    font-weight: 500;
  }
  .recruit .recruit-content .text p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .recruit .recruit-content .text .link-button {
    border: 2px solid #A8D070;
    border-radius: 34px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 10px;
    color: #A8D070;
    text-decoration: none;
  }
  .recruit .recruit-content .text .link-button:hover {
    background-color: #A8D070;
    color: #fff;
  }
}
@media screen and (min-width: 600px) {
  .about-top {
    background-image: url(../img/aboutus-top-pc.jpg);
    background-size: contain;
    width: 100%;
    height: 600px;
    position: relative;
    left: 0;
  }
  .about-top .top-text {
    position: absolute;
    top: 185px;
    left: 30%;
  }
  .policy {
    text-align: left;
    max-width: 750px;
    line-height: 2.6rem;
    letter-spacing: 0.75px;
    margin: 100px 0;
  }
  .policy .policy-title {
    display: inline-block;
    color: #A8D070;
    font-size: 2.6rem;
    font-weight: 500;
  }
  .policy p {
    font-size: 1.6rem;
  }
  .policy .ftcolor {
    color: #A8D070;
    font-size: 1.8rem;
    margin: 30px 0;
  }
  .policy .ftcolor .ftcolor-sp {
    display: none;
  }
  .policy .policy-f {
    position: absolute;
    left: 55%;
    top: 750px;
    z-index: -999;
  }
  .policy .policy-t {
    position: absolute;
    left: 57%;
    top: 1000px;
    z-index: -999;
  }
  .message {
    max-width: 750px;
  }
  .message .title {
    display: block;
    margin: 100px 15% 50px 15%;
  }
  .message .title img {
    padding: 0px;
    margin: 0 auto;
  }
  .message .comment {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    margin-bottom: 80px;
  }
  .message .comment .prof-img .prof-sp {
    display: none;
  }
  .message .comment .name-comment p {
    width: 470px;
    margin: 20px 0;
  }
  .message .fujii {
    flex-direction: row-reverse;
  }
  .company .title {
    display: block;
    margin: 100px 15% 50px 15%;
  }
  .company .title img {
    padding: 0px;
    margin: 0 auto;
  }
  .company .company-info {
    table-layout: auto;
    width: 100%;
    font-size: 1.6em;
    text-align: left;
  }
  .company .company-info table {
    border-collapse: collapse;
    width: 750px;
    margin-bottom: 50px;
  }
  .company .company-info table th, .company .company-info table td {
    padding: 10px;
    border-bottom: 1px dashed #000;
  }
  .company .company-info table th {
    text-align: left;
    width: 150px;
    font-weight: 500;
  }
  .map iframe {
    width: 750px;
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  .about-top {
    background-image: url(../img/aboutus-top-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 430px;
    position: relative;
    z-index: -999;
    margin-bottom: 40px;
  }
  .about-top .top-text {
    display: none;
  }
  .policy {
    width: 330px;
    margin: 0 auto;
    text-align: center;
    line-height: 2.6rem;
    letter-spacing: 0.75px;
  }
  .policy .policy-title {
    display: inline-block;
    color: #A8D070;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .policy p {
    font-size: 1.5rem;
    text-align: left;
  }
  .policy p .br {
    display: none;
  }
  .policy .ftcolor {
    color: #A8D070;
    font-size: 1.5rem;
    margin: 30px 0;
  }
  .policy .ftcolor .ftcolor-pc {
    display: none;
  }
  .policy .policy-f {
    position: absolute;
    left: 65%;
    top: 650px;
    z-index: -999;
  }
  .policy .policy-t {
    position: absolute;
    left: 62%;
    top: 980px;
    z-index: -999;
  }
  .message {
    width: 330px;
    margin: 0 auto;
  }
  .message .title {
    display: block;
    margin: 40px 0;
    text-align: center;
  }
  .message .title img {
    width: 330px;
  }
  .message .comment {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .message .comment .prof-img img {
    width: 330px;
  }
  .message .comment .prof-img .prof-pc {
    display: none;
  }
  .message .comment .name-comment .name-pc {
    display: none;
  }
  .message .comment .name-comment p {
    max-width: 360px;
    margin: 20px 0;
  }
  .company .title {
    display: block;
    margin: 40px 0;
    text-align: center;
  }
  .company .title img {
    width: 330px;
  }
  .company .company-info {
    table-layout: auto;
    width: 100%;
    font-size: 1.5em;
    text-align: left;
  }
  .company .company-info table {
    border-collapse: collapse;
    width: 330px;
    margin: 0 auto 50px auto;
  }
  .company .company-info table th, .company .company-info table td {
    padding: 10px;
    border-bottom: 1px dashed #000;
  }
  .company .company-info table th {
    text-align: left;
    width: 150px;
    font-weight: 500;
  }
  .map {
    text-align: center;
  }
  .map iframe {
    width: 330px;
    height: 390px;
  }
}
@media screen and (min-width: 600px) {
  .flow-top {
    background-image: url(../img/flow-top-pc.jpg);
    background-size: contain;
    width: 100%;
    height: 600px;
    position: relative;
    left: 0;
  }
  .flow-top .top-text {
    position: absolute;
    top: 185px;
    left: 30%;
  }
  .container {
    max-width: 750px;
  }
  .title {
    display: block;
    margin: 100px 15% 50px 15%;
  }
  .title img {
    padding: 0px;
    margin: 0 auto;
  }
  .explain {
    text-align: center;
    font-size: 1.6rem;
    max-width: 680px;
    margin: 0 auto 50px auto;
  }
  .flowchart-sp {
    display: none;
  }
  .flow-content {
    margin-bottom: 50px;
  }
  .flow-content h4 {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 80px;
    background-color: #FFF7E5;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 20px;
    margin-bottom: 20px;
  }
  .flow-content h4 .br {
    display: none;
  }
  .flow-content .number {
    text-align: center;
    background-color: #A8D070;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 20px;
  }
  .flow-content p {
    font-size: 1.6rem;
  }
  .flow-content p span {
    font-size: 1.2rem;
  }
  .flow-message {
    color: #ED8083;
    font-size: 2.2rem;
  }
  .flow-message .br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .container {
    margin: 0 auto;
  }
  .flow-top {
    background-image: url(../img/flow-top-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 430px;
    position: relative;
    z-index: -999;
    margin-bottom: 40px;
  }
  .flow-top .top-text {
    display: none;
  }
  .title {
    display: block;
    margin: 40px 0;
    text-align: center;
  }
  .title img {
    width: 330px;
  }
  .explain {
    text-align: left;
    font-size: 1.5rem;
    width: 340px;
    margin: 0 auto 20px auto;
  }
  .explain .br {
    display: none;
  }
  .flowchart-pc {
    display: none;
  }
  .flowchart-sp {
    text-align: center;
  }
  .flowchart-sp img {
    width: 330px;
  }
  .flow-content {
    margin-bottom: 20px;
    width: 330px;
    margin: 20px auto;
  }
  .flow-content h4 {
    display: flex;
    align-items: center;
    background-color: #FFF7E5;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 20px;
    margin: 20px 0;
  }
  .flow-content .number {
    text-align: center;
    background-color: #A8D070;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 18px;
    margin-right: 10px;
  }
  .flow-content p {
    font-size: 1.5rem;
  }
  .flow-content p span {
    font-size: 1.2rem;
  }
  .flow-content p .br {
    display: none;
  }
  .flow-message {
    color: #ED8083;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .service-top {
    background-image: url(../img/service-top-pc.jpg);
    background-size: contain;
    width: 100%;
    height: 600px;
    position: relative;
    left: 0;
  }
  .service-top .top-text {
    position: absolute;
    top: 185px;
    left: 30%;
  }
  .box-24h {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF7E5;
  }
  .box-24h .box-title {
    font-size: 3rem;
    color: #ED8083;
  }
  .box-24h ul {
    display: flex;
    padding: 10px 20px;
    align-items: flex-start;
  }
  .box-24h li {
    list-style: none;
    font-size: 1.6rem;
    padding: 10px 20px;
    margin: 0 10px;
    color: #ED8083;
    border-radius: 5px;
    border: 1px solid #ED8083;
    background: #fff;
  }
  .box-24h p {
    font-size: 1.6rem;
    text-align: center;
  }
  .box-24h p .br {
    display: none;
  }
  .sv-content {
    display: flex;
    margin: 50px 0;
  }
  .sv-content .text {
    width: 390px;
    margin-right: 50px;
  }
  .sv-content .content-title {
    display: inline-block;
    color: #A8D070;
    font-size: 2.6rem;
    font-weight: 500;
    border-bottom: #A8D070 2px solid;
  }
  .sv-content ul li {
    font-size: 1.6rem;
    margin: 10px 0;
    list-style: none;
  }
  .sv-content .content-img .img-sp {
    display: none;
  }
  .sv-content .content-img img {
    width: 100%;
  }
  .border {
    padding-bottom: 50px;
    border-bottom: 1px solid #DBDBDB;
  }
}
@media screen and (max-width: 599px) {
  .service-top {
    background-image: url(../img/service-top-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 430px;
    position: relative;
    z-index: -999;
    margin-bottom: 40px;
  }
  .service-top .top-text {
    display: none;
  }
  .box-24h {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF7E5;
  }
  .box-24h .box-title {
    font-size: 3rem;
    color: #ED8083;
  }
  .box-24h ul {
    display: flex;
    flex-direction: column;
  }
  .box-24h li {
    list-style: none;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.75px;
    width: 230px;
    padding: 10px 15px;
    margin: 10px 0;
    color: #ED8083;
    border-radius: 5px;
    border: 1px solid #ED8083;
    background: #fff;
  }
  .box-24h p {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.75px;
  }
  .sv-content {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    width: 330px;
    margin: 50px auto;
  }
  .sv-content .content-title {
    display: inline-block;
    color: #A8D070;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: #A8D070 2px solid;
    margin: 20px 0;
  }
  .sv-content ul li {
    text-align: left;
    font-size: 1.5rem;
    margin: 10px 0;
    list-style: none;
  }
  .sv-content .content-img .img-pc {
    display: none;
  }
  .sv-content .content-img img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .price-top {
    background-image: url(../img/price-top-pc.jpg);
    background-size: contain;
    width: 100%;
    height: 600px;
    position: relative;
    left: 0;
  }
  .price-top .top-text {
    position: absolute;
    top: 185px;
    left: 30%;
  }
  .attention {
    font-size: 1.6rem;
    text-align: center;
  }
  .price-list {
    text-align: center;
    margin: 50px 0;
  }
  .price-list h2 {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .price-list h2 span {
    font-size: 1.6rem;
  }
  .kaigokubun {
    color: #A8D070;
    padding-bottom: 50px;
    border-bottom: 1px solid #DBDBDB;
  }
  .iryohoken {
    color: #ED8083;
  }
}
@media screen and (max-width: 599px) {
  .price-top {
    background-image: url(../img/price-top-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 430px;
    position: relative;
    z-index: -999;
    margin-bottom: 40px;
  }
  .price-top .top-text {
    display: none;
  }
  .container {
    width: 330px;
  }
  .attention {
    font-size: 1.5rem;
    text-align: left;
  }
  .attention .br {
    display: none;
  }
  .price-list {
    text-align: center;
    margin: 40px 0;
  }
  .price-list h2 {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .price-list h2 span {
    font-size: 1.5rem;
  }
  .price-list .list-img {
    width: 330px;
    overflow-x: auto;
  }
  .kaigokubun {
    color: #A8D070;
  }
  .iryohoken {
    color: #ED8083;
  }
}
@media screen and (min-width: 600px) {
  .recruit-top {
    background-image: url(../img/recruit-top-pc.jpg);
    background-size: contain;
    width: 100%;
    height: 600px;
    position: relative;
    left: 0;
  }
  .recruit-top .top-text {
    position: absolute;
    top: 185px;
    left: 30%;
  }
  .title {
    display: block;
    margin: 100px 15% 50px 15%;
  }
  .title img {
    padding: 0px;
    margin: 0 auto;
  }
  .job-container {
    background-color: #F3F3F3;
    font-size: 1.5rem;
    width: 100%;
    padding: 15px 30px;
  }
  .job-container table {
    border-spacing: 0 15px;
  }
  .job-container tr {
    border-spacing: 20px;
  }
  .job-container th {
    width: 120px;
    background-color: #FFF7E5;
    font-weight: 500;
  }
  .job-container .jobstyle {
    color: #fff;
    background-color: #A8D070;
  }
  .job-container td {
    width: 630px;
    min-height: 60px;
    padding: 10px 40px;
    background-color: #fff;
  }
  .job-container .pay-model {
    background-color: #fff;
    padding: 20px;
  }
  .job-container .pay-model .pay-model-title {
    font-size: 2rem;
    color: #A8D070;
  }
  .job-container .pay-model .pay-total {
    padding: 10px 0;
  }
  .fulltime {
    margin: 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-top {
    background-image: url(../img/recruit-top-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 430px;
    position: relative;
    z-index: -999;
    margin-bottom: 40px;
  }
  .recruit-top .top-text {
    display: none;
  }
  .title {
    display: block;
    margin: 40px 0;
    text-align: center;
  }
  .title img {
    width: 330px;
  }
  .job-container {
    background-color: #F3F3F3;
    font-size: 1.4rem;
    width: 100%;
    padding: 5px 15px 15px 15px;
  }
  .job-container table {
    border-spacing: 0 10px;
  }
  .job-container th {
    width: 100px;
    background-color: #FFF7E5;
    font-weight: 500;
  }
  .job-container .jobstyle {
    color: #fff;
    background-color: #A8D070;
  }
  .job-container td {
    width: 230px;
    min-height: 36px;
    padding: 5px 10px;
    background-color: #fff;
  }
  .job-container .pay-model {
    background-color: #fff;
    padding: 10px;
  }
  .job-container .pay-model .pay-model-title {
    font-size: 2rem;
    color: #A8D070;
  }
  .job-container .pay-model .pay-total {
    padding: 10px 0;
  }
  .fulltime {
    margin: 20px 0;
  }
  .parttime {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 600px) {
  .contact-top {
    background-image: url(../img/contact-top-pc.jpg);
    background-size: contain;
    width: 100%;
    height: 600px;
    position: relative;
    left: 0;
  }
  .contact-top .top-text {
    position: absolute;
    top: 185px;
    left: 30%;
  }
  .guide {
    font-size: 1.6rem;
    text-align: center;
  }
  .form-item {
    display: flex;
    flex-direction: column;
  }
  label {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  label .must {
    color: #D32929;
  }
  input {
    max-width: 750px;
    height: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
  }
  input::-moz-placeholder {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  input::placeholder {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  textarea {
    max-width: 750px;
    height: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
  }
  .button {
    font-size: 1.6rem;
    letter-spacing: 1rem;
    border: none;
    border-radius: 8px;
    background-color: #A8D070;
    color: #fff;
    margin: 30px auto;
    padding: 12px 16px;
    width: 80px;
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .contact-top {
    background-image: url(../img/contact-top-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 430px;
    position: relative;
    z-index: -999;
    margin-bottom: 40px;
  }
  .contact-top .top-text {
    display: none;
  }
  .guide {
    font-size: 1.6rem;
    text-align: center;
    text-align: left;
  }
  .guide .br {
    display: none;
  }
  .form-item {
    display: flex;
    flex-direction: column;
  }
  label {
    font-size: 1.5rem;
    margin-top: 40px;
  }
  label .must {
    color: #D32929;
  }
  input {
    max-width: 630px;
    height: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
  }
  input::-moz-placeholder {
    font-size: 1.5rem;
    padding-left: 10px;
  }
  input::placeholder {
    font-size: 1.5rem;
    padding-left: 10px;
  }
  textarea {
    max-width: 630px;
    height: 40px;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
  }
  .button {
    font-size: 1.6rem;
    letter-spacing: 1rem;
    border: none;
    border-radius: 8px;
    background-color: #A8D070;
    color: #fff;
    margin: 30px auto;
    padding: 12px 16px;
    width: 80px;
    height: 50px;
  }
}/*# sourceMappingURL=style.css.map */