@charset "UTF-8";
h2 {
  text-align: center;
  background-color: #005DAB;
  color: white;
  font-size: 3.8rem;
  padding: 20px 0;
}

@media screen and (max-width: 899px) {
  h2 {
    font-size: 2.0rem;
  }
}

.mainvisual_container {
  position: relative;
  height: 400px;
  margin-top: 80px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 899px) {
  .mainvisual_container {
    height: 105px;
    margin-top: 60px;
  }
}

main {
  margin-bottom: 100px;
}

@media screen and (max-width: 899px) {
  main {
    margin-bottom: 50px;
  }
}

.block {
  margin-top: 100px;
}

.block__title {
  color: #005DAB;
}

.block__title h3 {
  position: relative;
}

.block__title h3:after {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #707070;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 899px) {
  .block {
    margin-top: 50px;
  }
  .block__title h3 {
    position: relative;
    font-size: 2.0rem;
    letter-spacing: 3px;
  }
  .block__title h3:after {
    bottom: -1px;
  }
}

.business .mainvisual_container {
  background-image: url(../img/business/main.png);
}

.business .block__title {
  text-align: center;
}

.business .block__title h3 {
  position: relative;
  font-size: 3.8rem;
  letter-spacing: 3px;
}

.business .block__title p {
  font-size: 2.8rem;
  font-weight: bold;
}

.business .block__list {
  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;
  margin: 50px auto;
  max-width: 650px;
  width: 100%;
}

.business .block__list li {
  font-size: 2.4rem;
  line-height: 4.0rem;
  padding-left: 1em;
  text-indent: -1em;
}

.business .block h4 {
  color: #005DAB;
  font-size: 2.8rem;
}

.business .block__flow {
  margin: 25px auto 0 auto;
}

.business .block .outsoursing-txt {
  margin-top: 25px;
  font-size: 2.4rem;
}

.business .block__outsoursing {
  margin-top: 50px;
}

.business .block__recruitment {
  margin: 25px auto 0 auto;
}

@media screen and (max-width: 899px) {
  .business .block {
    margin-top: 50px;
  }
  .business .block__title h3 {
    position: relative;
    font-size: 2.0rem;
    letter-spacing: 3px;
  }
  .business .block__title h3:after {
    bottom: 0;
  }
  .business .block__title p {
    font-size: 2.0rem;
  }
  .business .block__list {
    margin: 15px auto 50px auto;
  }
  .business .block__list li {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .business .block h4 {
    text-align: center;
    font-size: 2.0rem;
  }
  .business .block__flow img {
    margin: 0 auto;
    max-width: 300px;
  }
  .business .block .outsoursing-txt {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .business .block__outsoursing {
    margin: 0 auto;
    max-width: 375px;
  }
  .business .block__recruitment {
    margin: 25px auto 0 auto;
  }
  .business .block__recruitment img {
    margin: 0 auto;
    max-width: 250px;
  }
}

#outsoursing,
#recruitment,
#greeting,
#overview,
#staff,
#employee {
  margin-top: -80px;
  padding-top: 180px;
}

@media screen and (max-width: 899px) {
  #outsoursing,
  #recruitment,
  #greeting,
  #overview,
  #staff,
  #employee {
    margin-top: -60px;
    padding-top: 110px;
  }
}

.support .mainvisual_container {
  background-image: url(../img/support/main_support.png);
}

.support .block__title h3 {
  text-align: left;
  font-size: 3.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.support .w760 {
  margin: 40px auto 0 auto;
}

.support .w760 p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}

.support .w760 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  margin-top: 55px;
}

.support .w760 .flex img {
  max-width: 250px;
}

@media screen and (max-width: 899px) {
  .support .block__title h3 {
    font-size: 2.0rem;
  }
  .support .w760 {
    margin: 25px auto 0 auto;
  }
  .support .w760 p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .support .w760 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
    gap: 25px;
  }
  .support .w760 .flex img {
    max-width: none;
  }
}

.bakery .mainvisual_container {
  background-image: url(../img/bakery/main.png);
}

.bakery .block__title h3 {
  text-align: center;
  font-size: 3.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.bakery .w760 {
  margin: 40px auto 0 auto;
}

.bakery .w760 p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}

.bakery .w760 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}

.bakery .w760 .flex img {
  max-width: 450px;
}

.bakery .w760 .flex p {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 3.0rem;
}

@media screen and (max-width: 899px) {
  .bakery .block__title h3 {
    font-size: 2.0rem;
  }
  .bakery .w760 {
    margin: 25px auto 0 auto;
  }
  .bakery .w760 p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .bakery .w760 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    gap: 15px;
  }
  .bakery .w760 .flex img {
    max-width: none;
  }
  .bakery .w760 .flex p {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
}

.recruit .mainvisual_container {
  background-image: url(../img/main_recruit.png);
}

.recruit .block__title h3 {
  text-align: center;
  font-size: 3.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.recruit .comingsoon {
  margin: 40px auto 0 auto;
  text-align: center;
  background-color: #DED9D9;
  padding: 100px 0;
  color: white;
}

.recruit .comingsoon__title {
  font-size: 3.0rem;
  font-weight: bold;
}

.recruit .comingsoon__txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 899px) {
  .recruit .block__title h3 {
    font-size: 2.0rem;
  }
  .recruit .comingsoon {
    margin: 25px auto 0 auto;
    padding: 50px 0;
  }
}

.company .mainvisual_container {
  background-image: url(../img/company/main_company.png);
}

.company .block__title h3 {
  text-align: center;
  font-size: 3.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
}

.company .block__title .philosophy {
  margin-top: 35px;
  text-align: center;
}

.company .block__title .philosophy__catch {
  font-size: 3.0rem;
  color: #005DAB;
  margin-top: 15px;
}

.company .greeting-box__catch {
  margin: 40px auto 0 auto;
  color: #DC000C;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.company .greeting-box__txt {
  margin: 40px auto 0 auto;
  font-size: 1.8rem;
  line-height: 3.6rem;
}

.company .greeting-box__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
}

.company .greeting-box__name--inside .greeting-company {
  font-size: 1.8rem;
}

.company .greeting-box__name--inside .greeting-name {
  font-family: "HG行書体","HGP行書体", cursive;
  font-size: 2.0rem;
}

.company .overview__table {
  max-width: 900px;
  margin: 0 auto;
}

.company .overview__table table {
  margin: 25px auto 0 auto;
  border-collapse: collapse;
}

.company .overview__table table th {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px;
}

.company .overview__table table td {
  max-width: 750px;
  font-size: 1.8rem;
  padding: 5px 5px 5px 10px;
}

.company .overview__table table td a {
  cursor: auto;
  pointer-events: none;
}

.company .overview__table table tr:nth-child(even) {
  background: #7070700D;
}

@media screen and (max-width: 899px) {
  .company .block__title h3 {
    font-size: 2.0rem;
  }
  .company .block__title .philosophy {
    margin-top: 25px;
  }
  .company .block__title .philosophy__catch {
    font-size: 2.0rem;
  }
  .company .greeting-box__catch {
    margin: 25px auto 0 auto;
    font-size: 1.8rem;
  }
  .company .greeting-box__txt {
    margin: 25px auto 0 auto;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .company .greeting-box__name--inside .greeting-company {
    font-size: 1.4rem;
  }
  .company .greeting-box__name--inside .greeting-name {
    font-size: 1.4rem;
  }
  .company .overview__table table th {
    font-size: 1.4rem;
  }
  .company .overview__table table td {
    font-size: 1.4rem;
  }
}

.history__inside {
  text-align: left;
}

.history__inside table {
  position: relative;
  margin: 45px auto;
}

.history__inside table tr {
  position: relative;
}

.history__inside table tr th {
  min-width: 160px;
  position: relative;
  font-size: 2.4rem;
  color: #005DAB;
  padding: 10px 10px 10px 15px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.history__inside table tr .year:after {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #DC000C;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history__inside table tr .year-last {
  position: relative;
}

.history__inside table tr .year-last:before {
  content: "";
  position: absolute;
  background-color: #005DAB;
  border-radius: 5px;
  width: 10px;
  height: 50px;
  left: -12px;
  top: 25px;
}

.history__inside table tr .last-th {
  position: relative;
}

.history__inside table tr .last-th div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  top: 25px;
  left: -12px;
}

.history__inside table tr .last-th div span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #005DAB;
}

.history__inside table tr td {
  font-size: 1.8rem;
  color: #707070;
  padding: 10px;
  word-break: break-all;
}

.history__inside table:before {
  content: "";
  position: absolute;
  background-color: #005DAB;
  border-radius: 5px;
  width: 10px;
  height: 90%;
  left: -10px;
  top: 30px;
}

@media screen and (max-width: 899px) {
  .history__inside table {
    margin: 30px auto;
  }
  .history__inside table tr th {
    min-width: 110px;
    font-size: 1.4rem;
    padding: 5px 5px 5px 10px;
  }
  .history__inside table tr .year:after {
    width: 10px;
    height: 10px;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .history__inside table tr .year-last:before {
    content: none;
  }
  .history__inside table tr .last-th div {
    top: 0;
    left: -2px;
  }
  .history__inside table tr .last-th div span {
    width: 3px;
    height: 3px;
  }
  .history__inside table tr td {
    font-size: 1.4rem;
    padding: 5px;
  }
  .history__inside table:before {
    border-radius: 1.5px;
    width: 3px;
    height: 95%;
    left: 0;
    top: 15px;
  }
}

.sdgs__logo {
  max-width: 400px;
  margin-bottom: 15px;
}

.sdgs__goal {
  margin-bottom: 40px;
  padding: 25px;
}

.sdgs__goal .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

.sdgs__goal .flex h4 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 2.0rem;
}

.sdgs__goal .flex ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-left: 1em;
  text-indent: -1em;
}

.sdgs__goal .flex p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.sdgs__goal .flex .marks {
  max-width: 275px;
  width: 100%;
}

@media screen and (max-width: 899px) {
  .sdgs__goal {
    padding: 0;
  }
  .sdgs__goal .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .sdgs__goal .flex h4 {
    text-align: center;
    font-size: 1.8rem;
    color: white;
    margin: 0;
  }
  .sdgs__goal .flex ul {
    padding: 25px;
  }
  .sdgs__goal .flex ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .sdgs__goal .flex p {
    padding: 25px;
  }
  .sdgs__goal .flex .marks {
    padding: 0 25px 25px 25px;
  }
}

.red-box {
  border: solid 3px #CA0017;
  border-left: solid 35px #CA0017;
}

.red-box h4 {
  color: #CA0017;
}

@media screen and (max-width: 899px) {
  .red-box {
    border-left: solid 3px #CA0017;
  }
  .red-box h4 {
    background-color: #CA0017;
  }
}

.yellow-box {
  border: solid 3px #CA9000;
  border-left: solid 35px #CA9000;
}

.yellow-box h4 {
  color: #CA9000;
}

@media screen and (max-width: 899px) {
  .yellow-box {
    border-left: solid 3px #CA9000;
  }
  .yellow-box h4 {
    background-color: #CA9000;
  }
}

.green-box {
  border: solid 3px #2B7F2A;
  border-left: solid 35px #2B7F2A;
}

.green-box h4 {
  color: #2B7F2A;
}

@media screen and (max-width: 899px) {
  .green-box {
    border-left: solid 3px #2B7F2A;
  }
  .green-box h4 {
    background-color: #2B7F2A;
  }
}

.contact .mainvisual_container {
  background-image: url(../img/main_contact.png);
}

.contact .block__title {
  text-align: center;
}

.contact .block__title h3 {
  letter-spacing: 0;
  position: relative;
  font-size: 3.0rem;
}

.contact .block div table {
  max-width: 830px;
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  margin: 50px auto;
}

.contact .block div table th {
  font-weight: normal;
  width: 30%;
  padding: 10px;
}

.contact .block div table td {
  width: 70%;
  padding: 10px;
}

.contact .block div table input {
  height: 53px;
  font-size: 1.6rem;
  padding: 10px;
  border: solid 1px #707070;
  width: 100%;
}

.contact .block div table textarea {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
}

@media screen and (max-width: 899px) {
  .contact .block__title h3 {
    font-size: 2.0rem;
  }
  .contact .block div table {
    font-size: 1.4rem;
  }
  .contact .block div table th, .contact .block div table td {
    display: block;
    width: 100%;
  }
  .contact .block div table input {
    font-size: 1.4rem;
  }
  .contact .block div table textarea {
    font-size: 1.4rem;
  }
  .contact .block div table td {
    padding-top: 0;
  }
}

.acceptance {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 25px;
}

.required {
  background-color: #CA0017;
  color: white;
  padding: 2px 5px;
  border-radius: 5px;
  margin-left: 5px;
}

.option {
  background-color: #707070;
  color: white;
  padding: 2px 5px;
  border-radius: 5px;
  margin-left: 5px;
}

input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  margin: 50px auto;
  font-size: 2.0rem;
  background-color: #005DAB;
  border-radius: 20px;
  font-size: 1.7rem;
  padding: 5px 0;
  text-align: center;
  border: solid 1px #005DAB;
  color: white;
}

input[type="checkbox"] {
  width: initial !important;
  height: initial !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  font-size: 1.8rem;
  text-align: center;
  padding: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #005DAB !important;
  font-size: 1.8rem;
  text-align: center;
  padding: 20px;
}

.ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.recaptcha {
  margin: 50px auto;
  text-align: center;
  font-size: 1.4rem;
}

.Android .support .w760 .flex img:nth-child(2) {
  margin: 25px 0;
}

.Android .bakery .w760 .flex img {
  margin-bottom: 15px;
}
/*# sourceMappingURL=page.css.map */