@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  font-size: 62.5%;
}

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

html {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
@media (min-width: 769px) {
  body {
    font-size: 2rem;
  }
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.discription p {
  padding-left: 2rem;
  padding-right: 2rem;
}

.img-box {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.name {
  font-size: 2.4rem;
  color: #e7153f;
  font-weight: 900;
}
@media (min-width: 769px) {
  .name {
    font-size: 3.6rem;
  }
}

.nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #fff;
}
@media (min-width: 769px) {
  .nav-button {
    display: none;
  }
}

.sp-nav-list {
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
}
.sp-nav-list a {
  color: #e7153f;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(190, 190, 190, 0.3);
}

.sp-nav {
  position: absolute;
  top: 4rem;
  left: 0rem;
  background-color: rgba(190, 190, 190, 0.9);
  z-index: 1000;
  width: 100%;
  display: none;
}
@media (min-width: 769px) {
  .sp-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-nav {
    display: none;
  }
}
.pc-nav .pc-nav-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.pc-nav li {
  display: inline;
  margin-left: 3rem;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
}
.pc-nav li a {
  color: #fff;
}

.cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 30rem;
  color: #fff;
  font-weight: 600;
  background-image: url("../images/cover.jpg");
  opacity: 0.8;
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .cover {
    height: 70rem;
  }
}

.cover-catch-main {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .cover-catch-main {
    font-size: 6rem;
    margin-top: 10rem;
  }
}

.cover-catch-sub {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .cover-catch-sub {
    font-size: 4.8rem;
    margin-bottom: 10rem;
  }
}

.sub-cover {
  position: relative;
  height: 20rem;
  background-image: url("../images/cover.jpg");
  opacity: 0.8;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 769px) {
  .sub-cover {
    height: 38rem;
  }
}

.sub-cover-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  margin: 0;
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .sub-cover-catch {
    font-size: 8rem;
  }
}

.main-title {
  font-family: "Roboto", sans-serif;
  color: #e7153f;
  font-size: 2.4rem;
}
@media (min-width: 769px) {
  .main-title {
    font-size: 6rem;
  }
}

.arrow {
  color: #e7153f;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #e7153f solid 0.2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
@media (min-width: 769px) {
  .arrow {
    font-size: 3.6rem;
    width: 4rem;
    height: 4rem;
    margin-left: 4rem;
  }
}

.about {
  display: flex;
  margin-bottom: 4rem;
  margin-top: 3rem;
  flex-direction: column;
}
@media (max-width: 768px) {
  .about {
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .about {
    max-width: 1016px;
    width: 75%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 769px) {
  .about .container-flex {
    justify-content: flex-start;
  }
}

@media (min-width: 769px) {
  .about-all {
    display: flex;
    flex-direction: row;
  }
}

.about-text-all {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.first-text {
  font-weight: 700;
}

.about .img-box {
  padding-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .about .img-box {
    padding-top: 2rem;
  }
}

.contents {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .contents {
    display: none;
  }
}

.sp-contents {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-top: 1rem;
}
@media (min-width: 769px) {
  .sp-contents {
    display: none;
  }
}

.contents-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 2rem;
}
@media (min-width: 769px) {
  .contents-list {
    padding-left: 0;
  }
}

.line {
  color: #e7153f;
  font-size: 3rem;
  width: 0.5rem;
  height: 2rem;
  background-color: #e7153f;
  margin-top: 0;
  margin-bottom: 0;
}

.text {
  padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

.company {
  background-color: #f7f7f1;
}

.contents-a .line {
  color: #e7153f;
  font-size: 3rem;
  width: 0.5rem;
  height: 3rem;
  background-color: #e7153f;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .contents-a .line {
    width: 1rem;
    height: 5rem;
  }
}
.contents-a .text {
  padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contents-a .text {
    font-size: 3.8rem;
  }
}

.contents-a {
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
}
@media (min-width: 769px) {
  .contents-a {
    max-width: 1016px;
    width: 75%;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.contents-a .contents-list {
  padding-top: 5rem;
  padding-left: 2rem;
}
@media (min-width: 769px) {
  .contents-a .contents-list {
    padding-bottom: 5rem;
    padding-left: 0;
  }
}

.discription-box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .discription-box {
    flex-direction: row;
  }
}

.discription-box .discription {
  width: 100%;
}

@media (min-width: 769px) {
  .discription-box .discription p {
    padding-right: 0;
    padding-left: 0;
  }
}

.discription-box .img-box {
  padding-top: 2rem;
}

.about .discription {
  width: 100%;
}

.company-info {
  display: flex;
}
.company-info .img-box {
  padding-left: 8rem;
}
@media (max-width: 768px) {
  .company-info .img-box {
    display: none;
  }
}

.company-text {
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .company-text {
    padding-left: 0;
  }
}

.company-table {
  width: 100%;
  text-align: left;
  border-top: 0.1rem solid #bebeb8;
}

th {
  display: block;
  width: 100%;
  padding: 1rem 0;
}

td {
  display: block;
  width: 100%;
  border-bottom: 0.1rem solid #bebeb8;
  padding-bottom: 1rem;
}

.ceo {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: none;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /*比率を4:3に固定*/
}
@media (min-width: 769px) {
  .map {
    padding-top: 30%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-sdgs {
  background-color: #fff;
}

@media (max-width: 768px) {
  .profile-discription {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.profile-t P {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .profile-t P {
    font-size: 1.8rem;
  }
}

.profile-d p {
  font-size: 1.4rem;
  margin-top: 0;
}
@media (min-width: 769px) {
  .profile-d p {
    font-size: 1.8rem;
  }
}

.business {
  background-color: #f7f7f1;
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .business {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.business-content-all {
  display: flex;
}
@media (max-width: 768px) {
  .business-content-all {
    flex-direction: column;
    padding-top: 2rem;
  }
}
@media (min-width: 769px) {
  .business-content-all {
    max-width: 1016px;
    width: 75%;
    margin: auto;
    flex-direction: row-reverse;
  }
}

.business-text-all {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.business .img-box {
  padding-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .business .img-box {
    padding-top: 3rem;
  }
}

.pc-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem;
  max-width: 1016px;
  width: 75%;
  margin: auto;
  flex-direction: row;
}
@media (max-width: 768px) {
  .pc-title {
    display: none;
  }
}

@media (min-width: 769px) {
  .business-text-all .container-flex {
    display: none;
  }
}

.contents-b {
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
}
@media (min-width: 769px) {
  .contents-b {
    max-width: 1016px;
    width: 75%;
    margin: auto;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}
.contents-b .line {
  color: #e7153f;
  font-size: 3rem;
  width: 0.5rem;
  height: 3rem;
  background-color: #e7153f;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .contents-b .line {
    width: 1rem;
    height: 5rem;
  }
}
.contents-b .text {
  padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contents-b .text {
    font-size: 3rem;
  }
}

.discription-list {
  width: 100%;
}
.discription-list ul {
  padding-right: 2rem;
}

@media (min-width: 769px) {
  .discription-list-box {
    display: flex;
    padding-top: 5rem;
  }
  .discription-list-box .img-box {
    padding-top: 2rem;
  }
}

.contents-list .text {
  line-height: 1;
}

.business-contents_2 {
  background-color: #f7f7f1;
}
@media (max-width: 768px) {
  .business-contents_2 {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 769px) {
  .business-contents_2 .img-box {
    display: none;
  }
}

.pc-img-box {
  padding-top: 5rem;
  position: relative;
  height: 50rem;
}
@media (max-width: 768px) {
  .pc-img-box {
    display: none;
  }
}

.img-box-2 {
  position: absolute;
  top: 0rem;
  left: 0;
  width: calc(50% + 2rem);
}

.img-box-3 {
  position: absolute;
  top: 10rem;
  width: calc(50% + 2rem);
  right: 0;
}

@media (max-width: 768px) {
  .contents-b .contents-list {
    padding-left: 2rem;
  }
}

@media (min-width: 769px) {
  .contents-b .discription p {
    padding-left: 0;
  }
}

@media (min-width: 769px) {
  .business-contents_2 .discription p {
    padding-bottom: 3rem;
    padding-left: 0;
  }
}

.partner {
  display: flex;
}
@media (max-width: 768px) {
  .partner {
    flex-direction: column;
    padding-top: 2rem;
  }
}
@media (min-width: 769px) {
  .partner {
    max-width: 1016px;
    width: 75%;
    margin: auto;
    flex-direction: row;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 769px) {
  .partner .container-flex {
    justify-content: flex-start;
  }
}

.partner-text-all {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.partner .img-box {
  padding-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .partner .img-box {
    padding-top: 20rem;
  }
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25rem;
  height: 7rem;
  border-radius: 30%/90%;
  background: #e7153f;
  margin-top: 6rem;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .button {
    display: none;
  }
}

.button-name {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .button-name {
    font-size: 2.4rem;
    margin-left: 2rem;
  }
}

.button-arrow {
  color: #e7153f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  font-size: 3.6rem;
  width: 4rem;
  height: 4rem;
  margin-left: 0rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .button-arrow {
    font-size: 2.4rem;
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.sp-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18rem;
  height: 5rem;
  border-radius: 30%/90%;
  background: #e7153f;
  margin-left: auto;
  margin-right: 2rem;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .sp-button {
    display: none;
  }
}

.sp-button-back {
  width: 100%;
}
@media (min-width: 769px) {
  .sp-button-back {
    display: none;
  }
}

.partner-contents {
  background-color: #f7f7f1;
}

.contents-b .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18rem;
  height: 5rem;
  border-radius: 30%/90%;
  background: #e7153f;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .contents-b .button {
    width: 25rem;
    height: 7rem;
  }
}

.button-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18rem;
  height: 5rem;
  border-radius: 30%/90%;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border: #e7153f solid 0.1rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .button-add {
    width: 25rem;
    height: 7rem;
    margin-top: 10rem;
  }
}
.button-add .button-name {
  color: #e7153f;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .button-add .button-name {
    font-size: 2.4rem;
    margin-left: 2rem;
  }
}
.button-add .button-arrow {
  color: #fff;
  border: #e7153f solid 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #e7153f;
  font-size: 3.6rem;
  width: 4rem;
  height: 4rem;
  margin-left: 0rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .button-add .button-arrow {
    font-size: 2.4rem;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
}

@media (min-width: 769px) {
  .button-box {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .partner-contents .img-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.sdgs {
  width: 100%;
  background-color: #f7f7f1;
}

.sdgs-logo {
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .sdgs-logo {
    width: 30%;
  }
}
.sdgs-logo .img {
  margin-left: 1rem;
}

.sdgs-text {
  font-size: 1.2rem;
  margin: 0;
}
@media (min-width: 769px) {
  .sdgs-text {
    font-size: 1.6rem;
  }
}

.sdgs-discription {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  padding-bottom: 1rem;
}

.footer {
  width: 100%;
  background-color: #bebeb8;
}

.office-info {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

.office-address {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.office-address p {
  margin: 0;
  font-style: normal;
}

small {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.contact-back {
  background-color: #f7f7f1;
}

.contact-all {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
@media (min-width: 769px) {
  .contact-all {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.mark {
  color: #e7153f;
}

input,
textarea {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 5rem;
  padding: 0.5em 0;
}

.contact-all {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .contact-all {
    max-width: 1016px;
    width: 100%;
    margin: auto;
  }
}

fieldset {
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}

.submit-p {
  text-align: center;
}
.submit-p p {
  margin-top: 0;
}

.submit {
  width: 5rem;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  color: #333;
  border: #333333 solid 0.2rem;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .submit {
    width: 10rem;
    font-size: 2rem;
  }
}

input[type=email] {
  padding: 10px;
  color: #999;
  border: 1px solid #999;
  /*border-radius: 85%*/
}

textarea {
  padding: 10px;
  height: 100px;
  color: #999;
  font-size: 14px;
  width: 100%;
  border: 1px solid #999;
  /*border-radius:*/
}

/*button {*/
/*    background: #5250e0;*/
/*    color: fff;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    padding: 10px 20px;*/
/*    margin: 0 5px;*/
/*}*/
.form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  margin-right: 2rem;
}
@media (min-width: 769px) {
  .form-item {
    max-width: 1016px;
    width: 75%;
    margin: auto;
  }
}

/*.form-item textarea {*/
/*    width: 100%;*/
/*}*/
@media (min-width: 769px) {
  .form-submit {
    max-width: 1016px;
    width: 75%;
    margin: auto;
  }
}
.form-submit .submit {
  background-color: #ffffff;
  color: #333333;
  height: 4rem;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .form-submit .submit {
    font-size: 2rem;
  }
}

.form-submit {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-submit p {
  text-align: center;
}

.linkblog{
  text-align: right;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

/*# sourceMappingURL=style.css.map */

