.l-general-section {
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-general-section__header {
    width: 100%;
    position: absolute;
    top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .l-general-section__header {
    padding: 25px 0 35px;
  }
}

.l-general-section__catchcopy {
  text-align: center;
}

.l-main-contents {
  padding: 250px 0 50px;
}

@media screen and (max-width: 768px) {
  .l-main-contents {
    padding: 0;
  }
}

.l-main-contents__block {
  margin: 0 auto;
  padding: 0 10% 0;
}

.l-main-contents__block:first-of-type {
  padding: 83px 10% 0;
}

@media screen and (max-width: 768px) {
  .l-main-contents__block {
    padding: 0;
  }
  .l-main-contents__block:first-of-type {
    padding: 0;
  }
}

.l-main-contents__heading {
  padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__heading {
    padding: 0 0 30px;
  }
}

.l-main-contents__text p {
  padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__text p {
    padding: 0 0 30px;
    text-align: justify;
  }
}

.l-main-contents__image {
  padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__image {
    padding: 0 0 30px;
  }
}

.l-main-contents__image img {
  width: 100%;
}

.l-profile-contents {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .l-profile-contents {
    padding: 60px 0;
  }
}

.l-profile-contents__image-and-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__image-and-profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-profile-contents__image-item {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__image-item {
    width: 75%;
  }
}

.l-profile-contents__image-item img {
  width: 100%;
}

.l-profile-contents__profile-item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__profile-item {
    width: 100%;
  }
}

.l-profile-contents__name {
  padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__name {
    text-align: center;
    padding: 20px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .l-profile-contents__career p {
    text-align: justify;
    padding: 0 0 20px;
  }
  .l-profile-contents__career p:nth-of-type(2) {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-profile-contents__career p {
    display: inline;
  }
}

.l-general-header {
  background-color: #c86400;
}

@media screen and (max-width: 768px) {
  .l-general-header {
    background: #c86400 url("../img/bg-tetsugaku-sp.jpg") bottom no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .l-general-section {
    background-image: url("../img/bg-tetsugaku.jpg"), url("../img/spice-and-food-1.png"), url("../img/spice-and-food-2.png"), url("../img/spice-and-food-3.png"), url("../img/spice-and-food-4.png"), url("../img/spice-and-food-5.png"), url("../img/spice-and-food-6.png"), url("../img/spice-and-food-7.png"), url("../img/spice-and-food-8.png");
    background-repeat: no-repeat;
    background-position: top, top 20% left -20%, top 29% right -15%, top 38% left -7%, top 47% right -25%, top 56% left -10%, top 65% right -15%,
 top 74% left -15%, top 83% right -7%;
    background-size: contain, 30% auto, 30% auto, 30% auto, 40% auto, 35% auto, 35% auto, 40% auto, 30% auto;
  }
}

@media screen and (max-width: 768px) {
  .l-general-section__header {
    background-color: #ffffff;
  }
}

.l-general-section__catchcopy span {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 52px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .l-general-section__catchcopy span {
    font-size: clamp(14px, 6.5vw, 30px);
    line-height: 1.8em;
    color: #000000;
  }
}

.l-main-contents .container--narrow {
  background-color: #ffffff;
}

.l-main-contents__heading span {
  font-size: 25px;
  font-weight: 900;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-main-contents__heading span {
    font-size: 19px;
  }
}

.l-main-contents__text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 44.5px;
}

@media screen and (max-width: 768px) {
  .l-main-contents__text p {
    font-size: 14px;
    line-height: 25px;
  }
}

.l-profile-contents__profile-item {
  color: #ffffff;
}

.l-profile-contents__name span {
  font-size: 26px;
  font-weight: 700;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__name span {
    font-size: 19px;
  }
}

.l-profile-contents__career p {
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .l-profile-contents__career p {
    font-size: 15px;
    line-height: 29px;
  }
}

.p-top-tanaka {
  width: 520px;
  position: absolute;
  top: -80px;
  left: calc(50% - 260px);
}

@media screen and (max-width: 768px) {
  .p-top-tanaka {
    width: 340px;
    top: 32px;
    left: calc(50% - 170px);
  }
}

.p-top-tanaka img {
  width: 100%;
}

.p-header-copy-1, .p-header-copy-2, .p-header-copy-3 {
  position: absolute;
}

.p-header-copy-1 {
  width: 320px;
  top: 330px;
  left: calc(50% - 160px);
}

@media screen and (max-width: 768px) {
  .p-header-copy-1 {
    width: 48vw;
    top: 248px;
    left: 3%;
  }
}

.p-header-copy-1 img {
  width: 100%;
}

.p-header-copy-2 {
  top: 184px;
  left: calc(50% - 380px);
}

@media screen and (max-width: 768px) {
  .p-header-copy-2 {
    top: 76px;
    left: 3%;
  }
}

.p-header-copy-2 span {
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 47px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .p-header-copy-2 span {
    font-size: 11.5vw;
    line-height: 1.15em;
  }
}

.p-header-copy-2 em {
  font-size: 44px;
}

@media screen and (max-width: 768px) {
  .p-header-copy-2 em {
    font-size: 15.5vw;
    line-height: 1.2em;
  }
}

.p-header-copy-3 {
  top: 148px;
  right: calc(50% - 280px);
}

@media screen and (max-width: 768px) {
  .p-header-copy-3 {
    top: 136px;
    left: 63%;
  }
}

.p-header-copy-3 span {
  font-family: "Noto Serif JP", serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 63px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .p-header-copy-3 span {
    font-size: 10vw;
    line-height: 1.1em;
  }
}