section.main-visual {
  width: 100%;
  max-height: 860px;
  position: relative;
}

.scroll-area {
  position: absolute;
  bottom: 1%;
  left: 2%;
  writing-mode: vertical-lr;
  gap: 14px;
  align-items: center;
  z-index: 10;
}

p.scroll-area_text {
  font-size: 12px;
}

.mv-info_area {
  position: absolute;
  right: 0;
  bottom: 4%;
  z-index: 15;
  background-color: #ffffff;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.mv-info_date {
  font-size: 10px;
}

.mv-info_category {
  border: solid 1px #000;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  padding: 2px 4px;
}

.mv-info_title {
  font-size: 12px;
}

.mv-container {
  width: 90%;
  margin: 0 auto;
  gap: 80px;
}

.mv-left_content {
  width: 50%;
}

.mv-main01_img {
  width: 80%;
}

.mv-main01_img img {
  width: 100%;
}

.mv-right_content {
  padding-top: 6%;
  width: 50%;
}

p.mv-catch_en {
  font-size: 24px;
}

p.mv-catch_jp {
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
}

.mv-main02_img {
  width: 67%;
  padding-left: 7%;
  margin-top: 70px;
}

.mv-main02_img img {
  width: 100%;
}

aside.text-anime {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  mix-blend-mode: overlay;
}

aside.text-anime p {
  font-optical-sizing: auto;
  animation: animetxt 30s linear infinite;
  transform: translateX(100%);
  font-size: 9vw;
  font-weight: 400;
  color: #dcdcdc;
}

@keyframes animetxt {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
section.about-sec {
  width: 98%;
  margin: 14% auto 0;
  position: relative;
  padding: 160px 0 120px;
}

section.about-sec::before {
  content: "";
  display: block;
  background-color: #282828;
  border-radius: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  animation: backGroundColor 8s infinite;
}

section.about-sec::after {
  content: "About Us";
  font-family: "Jost", sans-serif;
  font-size: 11vw;
  position: absolute;
  bottom: 6%;
  right: 2%;
  color: #b2b2b2;
  z-index: 5;
  mix-blend-mode: overlay;
}

@keyframes backGroundColor {
  0% {
    background-color: #282828;
  }
  40% {
    background-color: #626262;
  }
  100% {
    background-color: #282828;
  }
}
.about-sec_container {
  justify-content: center;
  gap: 80px;
}

.about-text_area {
  width: 50%;
  max-width: 640px;
}

p.about-title_en {
  font-size: 14px;
}

h2.about-title_jp {
  font-size: 32px;
  font-weight: bold;
  margin-top: 24px;
}

p.about-text_wrap {
  padding-top: 16%;
  font-size: 16px;
}

.about-sec_btn {
  position: relative;
  width: 240px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 90px;
}

.about-sec_btn::after {
  content: "";
  display: block;
  background-image: url(../images/arrow_w.png);
  background-size: contain;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.about-sec_btn:hover::after {
  right: 14px;
}

.about-img_area {
  width: 40%;
  transform: rotate(15deg);
  gap: 32px;
}

.about-img_wrap {
  max-width: 214px;
}

.about-img_wrap img {
  width: 100%;
}

.about-move01_img {
  animation: aboutImgMove01 2.3s ease-in-out infinite alternate-reverse;
}

.about-move02_img {
  animation: aboutImgMove02 2.3s ease-in-out infinite alternate-reverse;
}

.about-move03_img {
  animation: aboutImgMove01 2.3s ease-in-out infinite alternate-reverse;
}

@keyframes aboutImgMove01 {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes aboutImgMove02 {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-30px);
  }
}
section.service-sec {
  margin: 11% auto 0;
  position: relative;
}

section.service-sec::after {
  content: "Service";
  font-family: "Jost", sans-serif;
  font-size: 11vw;
  position: absolute;
  top: 0;
  left: 2%;
  color: #f4f4f4;
  z-index: -5;
  mix-blend-mode: overlay;
}

.service-top_wrap {
  justify-content: space-between;
  gap: 160px;
  align-items: center;
}

p.service-title_en {
  font-size: 14px;
}

h2.service-title_jp {
  font-size: 32px;
  font-weight: bold;
  margin-top: 14px;
}

p.service-text_area {
  padding-top: 32px;
  font-size: 14px;
}

.service-list_container {
  margin-top: 130px;
  justify-content: space-between;
  gap: 80px;
  row-gap: 32px;
}

.service-list_img {
  width: 50%;
}

.service-list_img img {
  width: 100%;
}

.service-text_area {
  width: 50%;
  justify-content: center;
  align-items: center;
}

.service-text_wrap {
  width: 80%;
}

p.service-title_en {
  font-size: 4vw;
  color: #e4e4e4;
}

h3.service-title_jp {
  font-size: 18px;
  margin-top: 32px;
  font-weight: bold;
}

p.service-text {
  margin-top: 60px;
  font-size: 16px;
}

ul.service-tag_area {
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 40px;
}

li.service-tag {
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  border: solid 1px #000;
  padding: 0 2px;
}

.service-list_btn, .column-list_btn, .info-list_btn {
  position: relative;
  width: 240px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 90px;
}

.service-list_btn::after, .column-list_btn::after, .info-list_btn::after {
  content: "";
  display: block;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.service-list_btn:hover::after, .column-list_btn:hover::after, .info-list_btn:hover::after {
  right: 14px;
}

.service-list_btn a, .column-list_btn a, .info-list_btn a {
  text-decoration: underline;
}

section.info-sec {
  width: 98%;
  margin: 11% auto 0;
  padding: 120px 0;
  position: relative;
}

section.info-sec::before {
  content: "";
  display: block;
  background-color: #f0f0f0;
  border-radius: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

section.info-sec::after {
  content: "Information";
  font-family: "Jost", sans-serif;
  font-size: 11vw;
  position: absolute;
  top: 30%;
  left: 2%;
  color: #f7f7f7;
  z-index: -5;
  mix-blend-mode: overlay;
}

.info-sec_container {
  justify-content: space-around;
  gap: 60px;
  row-gap: 32px;
}

p.info-title_en {
  font-size: 16px;
}

h2.info-title_jp {
  font-size: 32px;
  margin-top: 16px;
  font-weight: bold;
}

ul.info-list_area {
  max-width: 760px;
  width: 100%;
}

li.info-list {
  padding: 46px 0;
  border-bottom: dotted 1px #626262;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 12px;
  gap: 32px;
}

li.info-list:last-child {
  margin-bottom: 0;
}

li.info-list::after {
  content: "";
  display: block;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 70%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
}

li.info-list:hover::after {
  right: 14px;
}

li.info-list a {
  text-decoration: underline;
}

.info-date {
  font-size: 12px;
}

.info-title {
  font-size: 14px;
  padding-right: 60px;
}

.info-list_btn {
  margin: 70px 0 auto auto;
}

aside.toki-anime {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 5;
  mix-blend-mode: overlay;
}

aside.toki-anime p {
  font-optical-sizing: auto;
  animation: tokitxt 60s linear infinite;
  transform: translateX(100%);
  font-size: 11vw;
  font-weight: 400;
  color: #e7e7e7;
}

@keyframes tokitxt {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
p.page-title_en {
  font-size: 14px;
}

p.page-title_jp {
  font-size: 26px;
}

ul.breadcrumbs {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  margin: 90px auto 0;
  padding-top: 20px;
  border-top: solid 1px #e4e4e4;
}
ul.breadcrumbs li {
  font-size: 12px;
}

ul.works-btn_area {
  justify-content: center;
  gap: 40px;
  margin: 80px auto 0;
}

li.works-btn {
  width: 33.3333%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #7a7a7a;
}
li.works-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
}

.works-list_area {
  margin-top: 120px;
}

.works-list_container {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: solid 1px #e0e0e0;
}
.works-list_container:last-child {
  border-bottom: none;
  margin-bottom: unset;
  padding-bottom: unset;
}

.works-title_wrap {
  gap: 24px;
  align-items: center;
}

p.works-title_en {
  font-size: 24px;
  color: #afafaf;
}

h2.works-title_jp {
  font-size: 16px;
  font-weight: bold;
}

ul.works-list_area {
  margin-top: 40px;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

li.works-list_thumnail {
  width: calc(33.33% - 40px);
  height: 260px;
}
li.works-list_thumnail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: drop-shadow(2px 4px 6px #cdcdcd);
}

.contact-form_area {
  max-width: 980px;
  margin: 90px auto 0;
  padding: 7%;
  background-color: #f5f5f5;
}

.contact-form_top {
  margin-bottom: 60px;
}

h2.contact-top_title {
  font-size: 20px;
  font-weight: bold;
}

p.contact-top_message {
  font-size: 14px;
  margin-top: 32px;
}

.contact-input_wrap {
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.contact-title_head {
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  align-items: center;
  justify-content: flex-start;
}

p.contact-head {
  width: 180px;
  font-size: 14px;
  font-weight: bold;
}

.contact-input input {
  width: 400px;
  height: 50px;
  font-size: 14px;
  padding: 8px;
  border: none;
  background-color: #fff;
}
.contact-input textarea {
  width: 400px;
  height: 220px;
  font-size: 14px;
  padding: 8px;
  border: none;
  background-color: #fff;
  resize: none;
}

span.required {
  background-color: #575757;
  color: #fff;
  font-size: 10px;
  padding: 0px 4px;
}

span.option {
  background-color: #d9d9d9;
  color: #000;
  font-size: 10px;
  padding: 0px 4px;
}

.submit-area input[type=submit] {
  width: 180px;
  height: 50px;
  background-color: #6b6b6b;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1180px) {
  .about-sec_container {
    gap: 40px;
  }
  .about-img_area {
    transform: rotate(0);
  }
  .about-img_wrap {
    max-width: 140px;
  }
}
@media screen and (max-width: 820px) {
  section.main-visual {
    height: auto;
    max-height: 100%;
    margin-top: 90px;
  }
  .scroll-area {
    bottom: 9%;
  }
  p.scroll-area_text {
    font-size: 16px;
  }
  .mv-info_area {
    display: none;
  }
  .mv-container {
    width: 90%;
    margin: 0 auto;
    gap: 80px;
    display: block;
  }
  .mv-left_content {
    width: 60%;
  }
  .mv-main01_img {
    width: 100%;
  }
  .mv-right_content {
    padding-top: 6%;
    width: 100%;
    margin: auto 0 auto;
  }
  .mv-copy {
    width: -moz-max-content;
    width: max-content;
    padding-left: 60px;
  }
  p.mv-catch_en {
    font-size: 32px;
  }
  p.mv-catch_jp {
    font-size: 16px;
    margin-top: 24px;
  }
  .mv-main02_img {
    width: 40%;
    margin: 9% 0 auto auto;
  }
  .mv-main02_img img {
    width: 100%;
  }
  aside.text-anime p {
    font-size: 22vw;
  }
  section.about-sec {
    width: 100%;
    margin: 14% auto 0;
    padding: 90px 0;
  }
  section.about-sec::before {
    border-radius: 0px;
  }
  section.about-sec::after {
    font-size: 19vw;
  }
  .about-sec_container {
    gap: 50px;
    row-gap: 50px;
    flex-wrap: wrap;
  }
  .about-text_area {
    width: 100%;
    max-width: 640px;
  }
  p.about-title_en {
    font-size: 20px;
  }
  h2.about-title_jp {
    font-size: 32px;
  }
  p.about-text_wrap {
    padding-top: 11%;
    font-size: 16px;
  }
  .about-sec_btn {
    font-size: 18px;
    margin-top: 50px;
  }
  .about-sec_btn:hover::after {
    right: 14px;
  }
  .about-img_area {
    width: 60%;
    margin: 6% 4% auto auto;
    transform: rotate(15deg);
  }
  .about-img_wrap {
    max-width: 114px;
  }
  .about-img_wrap img {
    width: 100%;
  }
  section.service-sec {
    margin: 16% auto 0;
  }
  .service-top_wrap {
    gap: 110px;
    row-gap: 32px;
    flex-wrap: wrap;
  }
  p.service-title_en {
    font-size: 16px;
  }
  h2.service-title_jp {
    font-size: 32px;
    font-weight: bold;
    margin-top: 14px;
  }
  p.service-text_area {
    padding-top: 32px;
    font-size: 16px;
  }
  .service-list_container {
    margin-top: 90px;
    justify-content: space-between;
    gap: 80px;
    row-gap: 32px;
    flex-wrap: wrap;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .service-list_img {
    width: 100%;
  }
  .service-text_area {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .service-text_wrap {
    width: 80%;
  }
  p.service-title_en {
    font-size: 7vw;
  }
  h3.service-title_jp {
    font-size: 24px;
    margin-top: 16px;
  }
  p.service-text {
    margin-top: 40px;
    font-size: 18px;
  }
  ul.service-tag_area {
    gap: 14px;
    row-gap: 8px;
  }
  li.service-tag {
    font-size: 12px;
    padding: 1px 6px;
  }
  .service-list_btn, .column-list_btn, .info-list_btn {
    width: 240px;
    font-size: 18px;
    margin-top: 70px;
  }
  section.info-sec {
    width: 100%;
    margin: 11% auto 0;
    padding: 70px 0;
  }
  section.info-sec::before {
    border-radius: 0px;
  }
  section.info-sec::after {
    top: 10%;
  }
  .info-sec_container {
    gap: 40px;
    row-gap: 32px;
    flex-wrap: wrap;
  }
  .info-title_area {
    text-align: center;
  }
  p.info-title_en {
    font-size: 16px;
  }
  h2.info-title_jp {
    font-size: 32px;
    margin-top: 16px;
    font-weight: bold;
  }
  ul.info-list_area {
    max-width: 760px;
    width: 90%;
    margin: 0 auto;
  }
  li.info-list {
    padding: 46px 0;
    display: block;
  }
  .info-date {
    font-size: 12px;
  }
  .info-title {
    font-size: 16px;
    padding-right: 60px;
    margin-top: 20px;
  }
  .info-list_btn {
    margin: 50px 0 auto auto;
  }
  aside.toki-anime {
    width: 100%;
    margin: 20px auto;
  }
  aside.toki-anime p {
    animation: tokitxt 40s linear infinite;
    font-size: 19vw;
  }
  .page-top_container {
    width: 90%;
    margin: 0 auto;
    gap: 80px;
    display: block;
  }
  p.page-title_en {
    font-size: 2.5vw;
  }
  p.page-title_jp {
    font-size: 3.5vw;
  }
  ul.works-btn_area {
    gap: 12px;
  }
  li.works-list_thumnail {
    width: 46%;
  }
  .contact-input_wrap {
    margin-bottom: 40px;
    display: block;
  }
  .contact-title_head {
    font-size: 16px;
    width: 100%;
    gap: 16px;
    margin-bottom: 10px;
  }
  p.contact-head {
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
  }
  .contact-input input {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .contact-input textarea {
    width: 100%;
    font-size: 16px;
  }
  span.required {
    font-size: 14px;
    padding: 0px 8px;
  }
  span.option {
    font-size: 14px;
    padding: 0px 8px;
  }
  .submit-area input[type=submit] {
    width: 220px;
    height: 50px;
    font-size: 18px;
  }
  ul.breadcrumbs li {
    font-size: 14px;
  }

  li.works-list_thumnail {
  height: auto;
  }
  li.works-list_thumnail img {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  section.main-visual {
    margin-top: 50px;
  }
  .scroll-area {
    bottom: -2%;
  }
  p.scroll-area_text {
    font-size: 10px;
  }
  .mv-info_area {
    display: none;
  }
  .mv-container {
    width: 90%;
    margin: 0 auto;
    gap: 80px;
    display: block;
  }
  .mv-left_content {
    width: 70%;
  }
  .mv-right_content {
    padding-top: 7%;
    width: 100%;
    margin: auto 0 auto;
  }
  .mv-copy {
    width: 94%;
    padding-left: 40px;
  }
  p.mv-catch_en {
    font-size: 5.4vw;
  }
  p.mv-catch_jp {
    font-size: 14px;
    margin-top: 18px;
    line-height: 1.4;
  }
  .mv-main02_img {
    width: 60%;
    margin: 14% 0 auto auto;
  }
  .mv-main02_img img {
    width: 100%;
  }
  aside.text-anime p {
    font-size: 22vw;
  }
  section.about-sec {
    margin: 70px auto 0;
    padding: 70px 0;
  }
  section.about-sec::after {
    font-size: 19vw;
  }
  .about-sec_container {
    gap: 50px;
    row-gap: 50px;
  }
  p.about-title_en {
    font-size: 14px;
  }
  h2.about-title_jp {
    font-size: 26px;
  }
  p.about-text_wrap {
    padding-top: 40px;
    font-size: 14px;
  }
  .about-sec_btn {
    font-size: 16px;
    margin-top: 32px;
  }
  .about-img_area {
    width: 80%;
    margin: 40px 4% auto auto;
    transform: rotate(15deg);
    gap: 22px;
  }
  .about-img_wrap {
    max-width: 144px;
  }
  section.service-sec {
    margin: 90px auto 0;
  }
  section.service-sec::after {
    font-size: 24vw;
  }
  .service-top_wrap {
    gap: 600px;
    row-gap: 20px;
  }
  p.service-title_en {
    font-size: 14px;
  }
  h2.service-title_jp {
    font-size: 26px;
  }
  p.service-text_area {
    padding-top: 16px;
    font-size: 14px;
  }
  .service-list_container {
    margin-top: 90px;
    justify-content: space-between;
    gap: 80px;
    row-gap: 32px;
    flex-wrap: wrap;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .service-list_img {
    width: 100%;
  }
  .service-text_area {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .service-text_wrap {
    width: 80%;
  }
  p.service-title_en {
    font-size: 7vw;
  }
  h3.service-title_jp {
    font-size: 24px;
    margin-top: 16px;
  }
  p.service-text {
    margin-top: 40px;
    font-size: 16px;
  }
  ul.service-tag_area {
    gap: 12px;
    row-gap: 12px;
  }
  li.service-tag {
    font-size: 12px;
    padding: 1px 6px;
  }
  .service-list_btn, .column-list_btn, .info-list_btn {
    width: 240px;
    font-size: 18px;
    margin-top: 50px;
  }
  section.info-sec {
    margin: 90px auto 0;
    padding: 50px 0;
  }
  section.info-sec::after {
    top: 16%;
    font-size: 15vw;
  }
  .info-sec_container {
    gap: 32px;
    row-gap: 32px;
    flex-wrap: wrap;
  }
  .info-title_area {
    text-align: center;
  }
  p.info-title_en {
    font-size: 14px;
  }
  h2.info-title_jp {
    font-size: 26px;
  }
  ul.info-list_area {
    width: 100%;
  }
  li.info-list {
    padding: 26px 0;
  }
  .info-date {
    font-size: 12px;
  }
  .info-title {
    font-size: 16px;
    padding-right: 60px;
    margin-top: 20px;
  }
  .info-list_btn {
    margin: 50px 0 auto auto;
  }
  aside.toki-anime {
    width: 100%;
    margin: 20px auto;
  }
  aside.toki-anime p {
    animation: tokitxt 40s linear infinite;
    font-size: 19vw;
  }
  ul.works-btn_area {
    display: block;
  }
  li.works-btn {
    width: 100%;
    margin-bottom: 12px;
  }
  li.works-list_thumnail {
    width: 46%;
  }
  p.works-title_en {
    font-size: 12px;
  }
  h2.works-title_jp {
    font-size: 16px;
  }
  .contact-input_wrap {
    margin-bottom: 40px;
    display: block;
  }
  .contact-title_head {
    font-size: 14px;
    gap: 16px;
    margin-bottom: 10px;
  }
  p.contact-head {
    font-size: 14px;
  }
  .contact-input input {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  .contact-input textarea {
    font-size: 14px;
  }
  span.required {
    font-size: 10px;
  }
  span.option {
    font-size: 10px;
  }
  .submit-area input[type=submit] {
    width: 220px;
    height: 50px;
    font-size: 14px;
  }
  ul.breadcrumbs li {
    font-size: 12px;
  }
}

.news-contents_wrap {
  max-width: 960px;
  margin: 0 auto;
}
h2.page-contents_title {
  font-size: 24px;
  font-weight: bold;
}
p.page-contents_date {
  font-size: 12px;
  margin-top: 20px;
}
.page-contents_area {
  margin-top: 50px;
}

.page-thumnail {
  width: 100%;
}
.page-thumnail img {
  max-width: 100%;
  height: auto;
}
.page-link {
  margin-top: 24px;
  font-size: 14px;
  font-weight: bold;
}
.page-tag {
  font-size: 14px;
  margin-top: 12px;
}
.page-message {
  margin-top: 14px;
  font-size: 16px;
}
img.link-icon {
  margin-left: 12px;
}

.page-contents_area {

}

/* ===================================
   見出しデザイン
=================================== */

/* H2 - 大見出し */
.page-contents_area h2 {
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 4px solid #3a3a3a; /* アクセントカラー */
  padding: 0.5em 0.8em;
  margin: 2.5em 0 1.2em;
  background: #f9f9f9;
  line-height: 1.5;
}

/* H3 - 中見出し */
.page-contents_area h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 0.3em;
  margin: 2em 0 1em;
}

/* H4 - 小見出し */
.page-contents_area h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000000;
  margin: 1.5em 0 0.8em;
}

/* ===================================
   本文デザイン
=================================== */

.page-contents_area p {
  line-height: 1.9;
  margin: 1.4em 0;
  color: #222;
  font-size: 1rem;
}
.page-contents_area ul {
  margin: 1.2em 0 1.2em 1.5em;
  list-style-type: disc;
}
.page-contents_area li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}
.page-contents_area strong {
  color: #000000;
  font-weight: 700;
}



.about-top_text {
  margin-top: 60px;
  font-size: 14px;
}
section.about-strength-sec {
  margin-top: 90px;
}
ul.strength-list_area {
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}
li.strength-list_wrap {
  width: 33.3333%;
  max-width: 460px;
  border: solid 1px #e3e3e3;
  border-radius: 24px;
  padding: 24px;
}
.strength-list_img {
  margin: 0 auto;
  text-align: center;
}
h3.strength-title_head {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
p.strength-text {
  margin-top: 32px;
  font-size: 14px;
}
.strength-sample {
  border: solid 1px #000;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  width: max-content;
  margin-top: 24px;
}
p.strength-sample_text {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.8;
}

section.designer-profile-sec {
  margin-top: 90px;
}
ul.desiner-career_area {
  margin: 60px auto 0;
  max-width: 940px;
}
li.designer-career_wrap {
  padding-bottom: 32px;
  border-bottom: dotted 1px #e4e4e4;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 14px;
}
.profile-number {
  font-size: 12px;
}
p.designer-career_text {
  font-size: 14px;
}


section.company-info-sec {
  margin-top: 90px;
}
ul.company-info_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 60px;
}
li.company-info_wrap {
  gap: 16px;
  row-gap: 12px;
  padding-bottom: 24px;
  border-bottom: dotted 1px #000;
  flex-wrap: wrap;
}
h3.company-info_head {
  width: 120px;
  font-weight: bold;
  font-size: 14px;
}
p.company-info_text {
  font-size: 14px;
}
h3.total-skill_head {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
}
ul.total-skill_area {
  gap: 32px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
li.total-skill_wrap {
  max-width: 240px;
  width: 100%;
  padding: 24px;
  border: dotted 1px #848484;
}
p.total-skill_head {
  font-size: 14px;
}
.total-skill_text {
  font-size: 36px;
  margin-top: 12px;
}
.total-skill_text span {
    font-size: 14px;
  }
@media screen and (max-width: 780px) {
  ul.strength-list_area {
    justify-content: center;
    gap: 40px;
    row-gap: 24px;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  li.strength-list_wrap {
    width: 100%;
    max-width: 460px;
  }
  ul.company-info_area {
  grid-template-columns: 1fr;
  }
  li.company-info_wrap {
    display: block;
  }
  h3.strength-title_head {
  font-size: 20px;
  margin-top: 16px;
}
p.strength-text {
  margin-top: 24px;
  font-size: 12px;
}
li.total-skill_wrap {
  max-width: 420px;
  width: 100%;
  padding: 24px;
}
}
.sec-line {
  border: solid 1px #e4e4e4;
  margin-top: 90px;
}
.strength-sec_btn {
  position: relative;
  width: 240px;
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  margin: 90px auto 0;
  border: solid 1px #000;
  border-radius: 45px;
  line-height: 46px;
  text-align: center;
}
.strength-sec_btn a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}