@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "NotoSerif600";
  src: url("../font/NotoSerifJP-SemiBold.woff");
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ZenOld400", serif;
  src: url("../font/ZenOldMincho-Regular.woff2");
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant", serif;
  src: url("../font/Cormorant-VariableFont_wght.woff");
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.company-about__list {
  display: block;
}
@media screen and (min-width: 601px) {
  .company-about__list {
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .company-about__list {
    max-width: 850px;
  }
}
@media screen and (max-width: 600px) {
  .company-about__list {
    margin: 50px auto 0;
  }
}

.company-about__item {
  position: relative;
}
@media screen and (min-width: 601px) {
  .company-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .company-about__item {
    display: block;
  }
}
@media screen and (min-width: 601px) {
  .company-about__item:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .company-about__item:nth-child(n+2) {
    margin-top: 60px;
  }
}
.company-about__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (min-width: 601px) {
  .company-about__item:nth-child(even) .company-about__box {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .company-about__item:nth-child(even) .company-about__box {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .company-about__item:nth-child(even) .company-about__box {
    margin-left: 40px;
  }
}

.company-about__num {
  font-family: Cormorant, serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 0.2;
}
@media screen and (min-width: 601px) {
  .company-about__num {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .company-about__num {
    text-align: center;
  }
}
.company-about__num.--pink {
  color: #F3A6A5;
}
.company-about__num.--blue {
  color: #93DCFA;
}
.company-about__num.--green {
  color: #BED100;
}
.company-about__num.--orange {
  color: #F7BF65;
}

.company-about__box {
  display: block;
}
@media screen and (min-width: 1200px) {
  .company-about__box {
    margin-right: 50px;
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .company-about__box {
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .company-about__box {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .company-about__box .c-heading3 {
    font-size: 23px;
    line-height: 1.9;
    margin: 15px 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .company-about__box .c-heading3 {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    margin: 20px 0 25px;
  }
}

.company-about__figure {
  border-radius: 20px;
}
@media screen and (min-width: 601px) {
  .company-about__figure.--pink {
    -webkit-filter: drop-shadow(10px 10px 0px rgba(243, 166, 165, 0.2));
            filter: drop-shadow(10px 10px 0px rgba(243, 166, 165, 0.2));
  }
}
@media screen and (max-width: 600px) {
  .company-about__figure.--pink {
    -webkit-filter: drop-shadow(7px 7px 0px rgba(243, 166, 165, 0.2));
            filter: drop-shadow(7px 7px 0px rgba(243, 166, 165, 0.2));
  }
}
@media screen and (min-width: 601px) {
  .company-about__figure.--blue {
    -webkit-filter: drop-shadow(10px 10px 0px rgba(147, 220, 250, 0.2));
            filter: drop-shadow(10px 10px 0px rgba(147, 220, 250, 0.2));
  }
}
@media screen and (max-width: 600px) {
  .company-about__figure.--blue {
    -webkit-filter: drop-shadow(7px 7px 0px rgba(147, 220, 250, 0.2));
            filter: drop-shadow(7px 7px 0px rgba(147, 220, 250, 0.2));
  }
}
@media screen and (min-width: 601px) {
  .company-about__figure.--green {
    -webkit-filter: drop-shadow(10px 10px 0px rgba(190, 209, 0, 0.2));
            filter: drop-shadow(10px 10px 0px rgba(190, 209, 0, 0.2));
  }
}
@media screen and (max-width: 600px) {
  .company-about__figure.--green {
    -webkit-filter: drop-shadow(7px 7px 0px rgba(190, 209, 0, 0.2));
            filter: drop-shadow(7px 7px 0px rgba(190, 209, 0, 0.2));
  }
}
@media screen and (min-width: 601px) {
  .company-about__figure.--orange {
    -webkit-filter: drop-shadow(10px 10px 0px rgba(247, 191, 101, 0.2));
            filter: drop-shadow(10px 10px 0px rgba(247, 191, 101, 0.2));
  }
}
@media screen and (max-width: 600px) {
  .company-about__figure.--orange {
    -webkit-filter: drop-shadow(7px 7px 0px rgba(247, 191, 101, 0.2));
            filter: drop-shadow(7px 7px 0px rgba(247, 191, 101, 0.2));
  }
}
@media screen and (min-width: 1200px) {
  .company-about__figure {
    max-width: 530px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .company-about__figure {
    max-width: 400px;
    min-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .company-about__figure {
    margin-top: 25px;
  }
}

.company-about__img {
  border-radius: 20px;
}

.company-about__text {
  font-size: 16px;
  line-height: 2.3;
}
@media screen and (min-width: 601px) {
  .company-about__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .company-about__text {
    margin-top: 5px;
  }
}

.company-greetings {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #4D3221;
}
@media screen and (min-width: 601px) {
  .company-greetings {
    background-image: linear-gradient(0deg, transparent 41px, #F0F0F0 32px), linear-gradient(90deg, transparent 41px, #F0F0F0 42px);
    background-size: 42px 42px;
  }
}
@media screen and (max-width: 600px) {
  .company-greetings {
    background-image: linear-gradient(0deg, transparent 29px, #F0F0F0 20px), linear-gradient(90deg, transparent 29px, #F0F0F0 30px);
    background-size: 30px 30px;
  }
}

@media screen and (min-width: 1200px) {
  .company-greetings__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .company-greetings__box {
    display: block;
    max-width: 850px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .company-greetings__textBox {
    margin-right: 50px;
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 1199px) {
  .company-greetings__textBox {
    margin: 0 auto 40px;
  }
}

.company-greetings__name {
  font-family: NotoSans700, sans-serif;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .company-greetings__name {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .company-greetings__name {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 601px) {
  .company-greetings__figure {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .company-greetings__figure {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}

.company-philosophy__list {
  display: block;
}
@media screen and (min-width: 601px) {
  .company-philosophy__list {
    margin: 255px auto 70px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 600px) {
  .company-philosophy__list {
    margin: 70px auto 0;
  }
}

.company-philosophy__item {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .company-philosophy__item:nth-child(n+2) {
    margin-top: 255px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .company-philosophy__item:nth-child(n+2) {
    margin-top: 180px;
  }
}
@media screen and (max-width: 600px) {
  .company-philosophy__item {
    padding: 30px 16px;
  }
  .company-philosophy__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .company-philosophy__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
    z-index: -1;
  }
  .company-philosophy__item.--blue:before {
    background: linear-gradient(-45deg, #f4fcff 0%, #beecff 100%);
  }
  .company-philosophy__item.--pink:before {
    background: linear-gradient(-45deg, #fffcfd 0%, #ffd1d7 100%);
  }
  .company-philosophy__item.--yellow:before {
    background: linear-gradient(-45deg, #fdffea 0%, #f5ffa5 100%);
  }
}
.company-philosophy__item .c-heading3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  .company-philosophy__item .c-heading3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .company-philosophy__item .c-heading3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .company-philosophy__item .c-heading3 {
    font-weight: 700;
    font-size: 20px;
  }
}
.company-philosophy__item .company-philosophy__small {
  display: block;
  font-size: 18px;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .company-philosophy__item .company-philosophy__small {
    font-size: 25px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
  }
}

@media screen and (min-width: 601px) {
  .company-philosophy__box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    z-index: -1;
    color: #4D3221;
  }
  .company-philosophy__box.--pink {
    background: linear-gradient(-45deg, #fffcfd 0%, #ffd1d7 100%);
  }
  .company-philosophy__box.--blue {
    background: linear-gradient(-45deg, #f4fcff 0%, #beecff 100%);
  }
  .company-philosophy__box.--yellow {
    background: linear-gradient(-45deg, #fdffea 0%, #f5ffa5 100%);
  }
}
@media screen and (min-width: 1200px) {
  .company-philosophy__box {
    top: -175px;
    width: 210px;
    height: 210px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .company-philosophy__box {
    top: -145px;
    width: 180px;
    height: 180px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 600px) {
  .company-philosophy__box {
    margin-bottom: 20px;
  }
}

.company-philosophy__figure {
  max-width: 1000px;
}

.company-philosophy__heading {
  color: #4D3221;
}
@media screen and (min-width: 601px) {
  .company-philosophy__heading {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
  }
}
@media screen and (min-width: 1200px) {
  .company-philosophy__heading {
    font-size: 28px;
    margin: 25px auto 15px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 601px) {
  .company-philosophy__heading {
    font-size: 18px;
    margin: 20px auto 10px;
  }
}

@media screen and (min-width: 601px) {
  .company-philosophy__text {
    font-size: 18px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 600px) {
  .company-philosophy__text {
    font-size: 16px;
    line-height: 2.3;
  }
}

.company-values__item:nth-child(n+2) {
  margin-top: 35px;
}