:root {
  --contentMT: 60px;
}

.baseText {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .baseText {
    line-height: 1.7;
    font-weight: 400;
  }
}
.baseText.small {
  font-size: 12px;
}
.baseText.big {
  font-size: 22px;
  font-weight: 500;
}

.imgWrap {
  display: block;
}
.imgWrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sectionContent {
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sectionContent {
    padding: 100px 0;
  }
}

.labelWrap {
  height: 18px;
}
.labelWrap img {
  width: auto;
  height: 100%;
}

.sectionTitle {
  display: flex;
  justify-content: center;
}
.sectionTitle img {
  height: 30px;
}
@media only screen and (max-width: 1023px) {
  .sectionTitle img {
    height: 70px;
  }
}

.copyWrap .copy {
  width: 80px;
}
@media only screen and (max-width: 1023px) {
  .copyWrap .copy {
    width: 90px;
  }
}

#kvWrap {
  position: relative;
}
#kvWrap .imgWrap {
  width: 100%;
  height: auto;
}
#kvWrap .titleWrap {
  position: absolute;
  margin: auto;
  inset: 0;
  top: 40px;
}
@media only screen and (max-width: 1023px) {
  #kvWrap .titleWrap {
    left: 5%;
    padding: 0;
    top: 10%;
  }
}
#kvWrap .titleWrap .title {
  width: fit-content;
}

#about {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
#about.displayBlock {
  opacity: 1;
}
#about .inner {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #about .inner {
    padding-bottom: 80px;
  }
}
#about .inner .copyWrap {
  display: flex;
  width: calc((100% - 720px) / 2);
  justify-content: right;
  position: absolute;
  top: -20px;
}
@media only screen and (max-width: 1023px) {
  #about .inner .copyWrap {
    position: relative;
    inset: 0;
    top: -40px;
    margin: 0 auto;
    width: 90px;
    height: fit-content;
  }
}
#about .inner .copyWrap .copy {
  width: 90px;
}
#about .inner .textWrap {
  display: block;
  width: 720px;
  margin: 0 auto;
  padding: 80px;
}
@media only screen and (max-width: 1023px) {
  #about .inner .textWrap {
    padding: 0;
    width: 100%;
    max-width: 600px;
  }
}

#name {
  background-color: #f6f3ec;
}
#name .inner {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #name .inner .textWrap {
    position: absolute;
    inset: 0;
    margin: auto;
    height: fit-content;
    display: block;
    width: 51vw;
    max-width: 720px;
    padding: 10px 10% 0 5%;
  }
}
#name .inner .sectionContent {
  padding: 80px 20px 40px 0;
}
@media only screen and (max-width: 767px) {
  #name .inner .sectionContent {
    padding: 40px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #name .inner .sectionContent {
    padding: 80px 0 0 0;
  }
}
#name .inner .sectionContent .contentWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#name .inner .sectionContent .contentWrap .copyWrap {
  display: flex;
  width: calc((100% - 51vw) / 2);
  min-width: calc((100% - 720px) / 2);
  padding-right: 5%;
  justify-content: right;
}
@media only screen and (max-width: 1023px) {
  #name .inner .sectionContent .contentWrap .copyWrap {
    padding-right: 0;
    margin-left: 20%;
    width: 90px;
    min-width: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #name .inner .sectionContent .contentWrap .copyWrap {
    margin-left: 30%;
  }
}
#name .inner .sectionContent .contentWrap .textWrap {
  display: block;
  width: 51vw;
  max-width: 720px;
  padding: 10px 10% 0 5%;
}
@media only screen and (max-width: 1023px) {
  #name .inner .sectionContent .contentWrap .textWrap {
    padding: 40px 0 0 0;
    width: 100%;
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #name .inner .sectionContent .contentWrap .textWrap {
    padding: 80px 0 0 0;
  }
}
#name .inner .imgWrap.small {
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  #name .inner .imgWrap.small {
    width: 13vw;
    min-width: 75px;
    margin-top: 40px;
  }
}
#name .inner .imgWrap.big {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  #name .inner .imgWrap.big {
    right: 5%;
    width: 22vw;
    min-width: 100px;
  }
}

#series .inner .sectionContent .contentWrap {
  margin-top: var(--contentMT);
}
#series .inner .sectionContent .contentWrap .seriesList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px 36px;
}
#series .inner .sectionContent .contentWrap .seriesList .seriesItem .link {
  display: block;
  width: 100%;
  min-width: 300px;
}
#series .inner .sectionContent .contentWrap .seriesList .seriesItem .link .imgWrap {
  widows: 100%;
}
#series .inner .sectionContent .contentWrap .seriesList .seriesItem .link .textWrap {
  margin-top: 16px;
}
#series .inner .sectionContent .contentWrap .seriesList .seriesItem .link .textWrap .baseText {
  margin-top: 12px;
}
#series .inner .sectionContent .contentWrap .seriesList .seriesItem .link .textWrap .baseText.seriesName {
  margin-top: 4px;
}

#message {
  background-color: #f6f3ec;
}
#message .inner .sectionContent .titleWrap {
  background-color: #fff;
  padding: 18px 0;
}
#message .inner .sectionContent .titleWrap .sectionTitle img {
  height: 30px;
}
#message .inner .sectionContent .contentWrap {
  margin-top: var(--contentMT);
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap {
    display: block;
    margin-top: 60px;
  }
}
#message .inner .sectionContent .contentWrap .textWrap {
  width: 42vw;
  max-width: 600px;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .textWrap {
    width: 100%;
    max-width: initial;
  }
}
#message .inner .sectionContent .contentWrap .textWrap .baseText {
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .textWrap .baseText {
    margin-top: 0;
  }
}
#message .inner .sectionContent .contentWrap .textWrap .imgFlexWrap {
  display: flex;
  gap: 40px;
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .textWrap .imgFlexWrap {
    margin-top: 80px;
    gap: 10%;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #message .inner .sectionContent .contentWrap .textWrap .imgFlexWrap {
    margin-top: 80px;
  }
}
#message .inner .sectionContent .contentWrap .textWrap .imgFlexWrap .imgWrap.big {
  width: 200px;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .textWrap .imgFlexWrap .imgWrap.big {
    width: 40%;
  }
}
#message .inner .sectionContent .contentWrap .textWrap .imgFlexWrap .imgWrap.small {
  margin-top: 8vw;
  width: 140px;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .textWrap .imgFlexWrap .imgWrap.small {
    margin-top: 12vw;
    width: 30%;
  }
}
#message .inner .sectionContent .contentWrap .imgTextWrap {
  position: relative;
  margin-top: 60px;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .imgTextWrap {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  #message .inner .sectionContent .contentWrap .imgTextWrap.map {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .imgTextWrap.map {
    margin-top: -80px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  #message .inner .sectionContent .contentWrap .imgTextWrap.map {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
#message .inner .sectionContent .contentWrap .imgTextWrap .imgWrap.copy {
  position: absolute;
  left: 25%;
  top: -5%;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .imgTextWrap .imgWrap.copy {
    position: initial;
    margin: 0 auto;
  }
}
#message .inner .sectionContent .contentWrap .imgTextWrap .imgWrap.copy img {
  padding-top: 0;
}
#message .inner .sectionContent .contentWrap .imgTextWrap .imgWrap img {
  padding-top: 140px;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap .imgTextWrap .imgWrap img {
    padding-top: 0;
  }
}
#message .inner .sectionContent .contentWrap.promise .imgTextWrap.image {
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap.promise .imgTextWrap.image {
    max-width: 500px;
    margin: 60px 0 0 auto;
  }
}
#message .inner .sectionContent .contentWrap.promise .imgTextWrap .copy {
  left: auto;
  top: 10%;
  right: 28%;
}
@media only screen and (min-width: 1280px) {
  #message .inner .sectionContent .contentWrap.promise .imgTextWrap .copy {
    top: -30px;
  }
}
#message .inner .sectionContent .contentWrap.promise .imgTextWrap .imgWrap {
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap.promise .imgTextWrap .imgWrap {
    position: initial;
  }
}
#message .inner .sectionContent .contentWrap.promise .imgTextWrap .imgWrap.big {
  left: 10%;
  bottom: 110px;
  width: 10vw;
  max-width: 120px;
  z-index: 2;
}
#message .inner .sectionContent .contentWrap.promise .imgTextWrap .imgWrap.small {
  bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  #message .inner .sectionContent .contentWrap.promise .textWrap .baseText {
    margin-top: 0;
  }
}
#message .inner .sectionContent .contentWrap.promise .textWrap .messageList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#message .inner .sectionContent .contentWrap.promise .textWrap .messageList .messageItem {
  display: flex;
  align-items: center;
  gap: 16px;
}
#message .inner .sectionContent .contentWrap.promise .textWrap .messageList .messageItem .baseText {
  margin-top: 0;
}
#message .inner .sectionContent .contentWrap.promise .textWrap .messageList .messageItem .num {
  font-size: 18px;
}
#message .inner .sectionContent .contentWrap.promise .textWrap .messageList .messageItem .messageText {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

#cando .inner .sectionContent .contentWrap {
  margin-top: var(--contentMT);
}
#cando .inner .sectionContent .contentWrap .candoList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
#cando .inner .sectionContent .contentWrap .candoList .candoItem {
  display: flex;
  align-items: center;
  gap: 60px;
}
#cando .inner .sectionContent .contentWrap .candoList .candoItem:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  #cando .inner .sectionContent .contentWrap .candoList .candoItem {
    display: block;
  }
}
#cando .inner .sectionContent .contentWrap .candoList .candoItem .imgWrap {
  width: 38vw;
  max-width: 500px;
}
@media only screen and (max-width: 1023px) {
  #cando .inner .sectionContent .contentWrap .candoList .candoItem .imgWrap {
    width: 100%;
    max-width: initial;
  }
}
#cando .inner .sectionContent .contentWrap .candoList .candoItem .textWrap {
  display: block;
  flex: 1;
  padding-inline: 20px;
}
@media only screen and (min-width: 1280px) {
  #cando .inner .sectionContent .contentWrap .candoList .candoItem .textWrap {
    padding-inline: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  #cando .inner .sectionContent .contentWrap .candoList .candoItem .textWrap {
    padding: 0;
    width: 100%;
  }
}
#cando .inner .sectionContent .contentWrap .candoList .candoItem .textWrap .baseText {
  margin-top: 16px;
}
#cando .inner .sectionContent .contentWrap .candoList .candoItem .textWrap .baseText.big {
  word-break: keep-all;
}