@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: unset;
}

h2, h3, h4, h5 {
  margin: unset;
}

p {
  margin: unset;
}

figure {
  margin: unset;
}

picture {
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*Theme Name : cheon_portfolio_theme*/
/* その後、他の変数、関数、CSSコードを記述します */
/* ===============================================
# fluid함수
=============================================== */
/* ===============================================
# 컬러
=============================================== */
/* ===============================================
# 폰트
=============================================== */
h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 18.6666666667px + 1.2152777778vw, 42px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2C2C2C;
}

h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 17.3333333333px + 0.8680555556vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #2C2C2C;
}

h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 18px + 0.5208333333vw, 28px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2C2C2C;
}

.big_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #2C2C2C;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #2C2C2C;
}

.mini_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #2C2C2C;
}

.en_ttl {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(16px, 10.6666666667px + 0.6944444444vw, 24px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: auto;
  color: #2C2C2C;
}

.en_txt {
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: auto;
  color: #2C2C2C;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 1;
}

#header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
#header .c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
#header .c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #2C2C2C;
  transition: all 0.4s;
}
#header .c-hamburger span:nth-of-type(1) {
  top: -4px;
}
#header .c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-50%);
}
#header .c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-50%);
}
#header .c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
#header .c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
#header .c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
#header .p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  #header .p-header__inner {
    padding: 10px 6%;
  }
}
#header .p-header__inner .p-header__title {
  margin: unset;
  width: clamp(80px, 29.3333333333px + 6.5972222222vw, 156px);
}
#header .p-header__inner .p-header__title a {
  transition: 0.4s all;
  opacity: 1;
}
#header .p-header__inner .p-header__title.header_active a {
  opacity: 0;
  pointer-events: none;
}
#header .p-header__hamburger {
  display: none;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 80px;
}
#header .p-header__nav {
  display: flex;
  z-index: 10;
  position: static;
  align-items: center;
  justify-content: center;
  width: initial;
  height: inherit;
  background: transparent;
  opacity: 1;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}
#header .p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}
#header .p-nav__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  background: rgba(255, 255, 255, 0.9490196078);
  padding-left: 28px;
  border-radius: 50px;
  border: 1px solid #fff;
}
#header .p-nav__item {
  position: relative;
}
#header .p-nav__link {
  display: block;
  width: 100%;
  color: #2C2C2C;
  padding: 15px 0;
}
#header .p-nav__link.hdr_notion {
  background: #DF5C65;
  padding: 15px 38px 15px 28px;
  border-radius: 50px;
  color: #fff;
  position: relative;
}
#header .p-nav__link.hdr_notion::after {
  content: "";
  background: url(../image/out_link01.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #header .p-header__hamburger {
    display: block;
  }
  #header .p-header__nav {
    position: absolute;
    top: 0;
    right: -100%;
    width: auto;
    height: 100vh;
    opacity: 0;
    align-items: flex-start;
  }
  #header .p-header__nav.is-active {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #fff;
  }
  #header .p-nav__inner {
    width: 60vw;
  }
}
@media (max-width: 767px) and (max-width: 425px) {
  #header .p-nav__inner {
    width: 100vw;
  }
}
@media (max-width: 767px) {
  #header .p-nav__list {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 60px;
    border-radius: 0;
    height: 100vh;
  }
  #header .p-nav__item {
    position: relative;
    border-bottom: 1px solid #cacaca;
  }
  #header .p-nav__item:nth-of-type(4) {
    border-bottom: none;
  }
  #header .p-nav__item:nth-of-type(5) {
    border-bottom: none;
  }
  #header .p-nav__link {
    padding: 18px 10px;
  }
  #header .p-nav__link.hdr_notion {
    border-radius: 5px;
  }
}

/* ===============================================
# footer
=============================================== */
footer {
  background: url(../image/top_bg_02.jpg) no-repeat center center/cover;
  padding: clamp(60px, 20px + 5.2083333333vw, 120px) 0;
  border-radius: clamp(40px, -20px + 7.8125vw, 130px) clamp(40px, -20px + 7.8125vw, 130px) 0 0;
  position: relative;
}
footer .footer_img_airplane {
  position: absolute;
  right: 0;
  top: clamp(-80px, -30px + -2.6041666667vw, -50px);
  width: clamp(200px, 86.6666666667px + 14.7569444444vw, 370px);
}
footer .footer_img_airplane .img {
  max-width: 100%;
}
footer .contents {
  max-width: calc(1400px + 12%);
  padding: 0 6%;
  display: grid;
  grid-template-columns: 591fr 559fr;
  align-items: end;
  -moz-column-gap: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
       column-gap: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  margin: auto;
}
@media (max-width: 900px) {
  footer .contents {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
footer .contents .footer_txt_box .en_ttl {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-bottom: clamp(15px, -1.6666666667px + 2.1701388889vw, 40px);
}
@media (max-width: 900px) {
  footer .contents .footer_txt_box .en_ttl {
    margin-left: 6%;
  }
}
footer .contents .footer_txt_box .en_ttl::before {
  content: "";
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background: url(../image/deco_03.svg) no-repeat center center/contain;
}
footer .contents .footer_txt_box .en_ttl::after {
  content: "";
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: url(../image/deco_03.svg) no-repeat center center/contain;
}
footer .contents .footer_txt_box .slogan_box {
  width: clamp(250px, 55.3333333333px + 25.3472222222vw, 542px);
  margin-bottom: clamp(30px, 10px + 2.6041666667vw, 60px);
}
footer .contents .footer_txt_box .slogan_box .slogan_img {
  max-width: 100%;
}
footer .contents .footer_txt_box .footer_txt {
  color: #fff;
}
footer .contents .footer_btn_box {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 16.6666666667px + 0.4340277778vw, 25px);
}
footer .contents .footer_btn_box .footer_btn {
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 100px;
  padding: 0 clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  height: 95px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
footer .contents .footer_btn_box .footer_btn::after {
  content: "";
  width: 16px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  background: url(../image/arrow_02.svg) no-repeat center center/contain;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, right 0.3s ease;
}
footer .contents .footer_btn_box .footer_btn.btn_02::after {
  background: url(../image/out_link01.svg) no-repeat center center/contain;
  height: 16px;
}
footer .contents .footer_btn_box .footer_btn .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .contents .footer_btn_box .footer_btn .wrap .footer_icon {
  width: clamp(40px, 36px + 0.5208333333vw, 46px);
}
footer .contents .footer_btn_box .footer_btn .wrap .footer_icon .img {
  max-width: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
footer .contents .footer_btn_box .footer_btn .wrap .big_txt {
  color: #fff;
  line-height: 1.2;
  transition: color 0.3s ease;
}
footer .contents .footer_btn_box .footer_btn .wrap .big_txt .mini_txt {
  color: #fff;
  transition: color 0.3s ease;
}
footer .contents .footer_btn_box .footer_btn:hover {
  background-color: #ffffff;
}
footer .contents .footer_btn_box .footer_btn:hover::after {
  right: 28px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(62%) saturate(800%) hue-rotate(330deg) brightness(90%);
}
footer .contents .footer_btn_box .footer_btn:hover .wrap .big_txt {
  color: #C83F49;
}
footer .contents .footer_btn_box .footer_btn:hover .wrap .big_txt .mini_txt {
  color: #C83F49;
}
footer .contents .footer_btn_box .footer_btn:hover .wrap .footer_icon .img {
  border-color: #C83F49;
}

body {
  /* ===============================================
  # 共通
  =============================================== */
}
body img {
  max-width: 100%;
}
body .pc_only {
  display: block;
}
@media (max-width: 767px) {
  body .pc_only {
    display: none;
  }
}
body .sp_only {
  display: none;
}
@media (max-width: 767px) {
  body .sp_only {
    display: block;
  }
}
body .anchor {
  margin-top: -120px;
  padding-top: 120px;
}
body .ttl {
  position: relative;
}
body .ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}
body .ttl h2 .en_ttl {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body .ttl h2 .en_ttl::before {
  content: "";
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background: url(../image/deco_01.svg) no-repeat center center/contain;
}
body .ttl h2 .en_ttl::after {
  content: "";
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: url(../image/deco_01.svg) no-repeat center center/contain;
}
body .ttl .ttl_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 0;
}
@media (max-width: 767px) {
  body .ttl .ttl_bg {
    width: 90%;
  }
}
body .under_btn {
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #fff;
  background: url(../image/top_bg_02.jpg) no-repeat top center/cover;
  padding: 20px 10px;
  text-align: center;
  max-width: 440px;
  display: block;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
body .under_btn .under_btn_text {
  position: relative;
  z-index: 1;
}
body .under_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../image/top_bg_02_hover.jpg) no-repeat top center/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}
body .under_btn:hover::before {
  opacity: 1;
}
@media (max-width: 767px) {
  body .under_btn {
    margin: auto;
  }
}
body .under_btn.out_link::after {
  content: "";
  background: url(../image/out_link01.svg) no-repeat top center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  z-index: 1;
}
body .under_btn.link::after {
  content: "";
  background: url(../image/arrow_02.svg) no-repeat top center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 55%;
  right: 6%;
  transform: translateY(-50%);
  z-index: 1;
}
body .under_btn.pdf::after {
  content: "";
  background: url(../image/pdf_icon_01.svg) no-repeat top center/contain;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  z-index: 1;
}
body .under_btn.case::after {
  content: "";
  background: url(../image/list_icon_01.svg) no-repeat top center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  z-index: 1;
}
body {
  /* ===============================================
      #SP改行調節
      =============================================== */
  /* PC: 의도한 줄바꿈 + span 내부 줄바꿈 금지 */
}
body .block {
  display: inline-block;
  white-space: nowrap;
}
body {
  /* SP: 묶음 무효화해서 자연스럽게 줄바꿈 */
}
@media (max-width: 768px) {
  body .block {
    display: inline-block;
    white-space: normal;
  }
}
body {
  /* ===============================================
  # bg_1
  =============================================== */
}
body .bg_mv_sec01 {
  background: url(../image/under_bg_01.jpg) no-repeat top center/cover;
}
body {
  /* ===============================================
  # mv
  =============================================== */
}
body .about_mv {
  padding: clamp(190px, 150px + 5.2083333333vw, 250px) 0 clamp(260px, 100px + 20.8333333333vw, 500px);
}
@media (max-width: 425px) {
  body .about_mv {
    padding: 140px 0 clamp(260px, 33.3333333333px + 29.5138888889vw, 600px);
  }
}
body .about_mv .ttl h2 {
  text-align: center;
}
@media (max-width: 767px) {
  body .about_mv .ttl h2 .en_ttl {
    top: 6px;
  }
}
body .about_mv .ttl .ttl_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 0;
}
@media (max-width: 1023px) {
  body .about_mv .ttl .ttl_bg {
    width: 70%;
  }
}
@media (max-width: 767px) {
  body .about_mv .ttl .ttl_bg {
    width: 90%;
  }
}
body .case_mv {
  background: url(../image/under_bg_01.jpg) no-repeat top center/cover;
  padding: clamp(190px, 150px + 5.2083333333vw, 250px) 0 clamp(140px, 66.6666666667px + 9.5486111111vw, 250px);
}
@media (max-width: 425px) {
  body .case_mv {
    padding: 140px 0 100px;
  }
}
body .case_mv .ttl {
  margin: auto;
}
body .case_mv .ttl h2 {
  text-align: center;
}
@media (max-width: 767px) {
  body .case_mv .ttl h2 .en_ttl {
    top: 6px;
  }
}
body .case_mv .ttl .ttl_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 0;
}
@media (max-width: 1023px) {
  body .case_mv .ttl .ttl_bg {
    width: 70%;
  }
}
@media (max-width: 767px) {
  body .case_mv .ttl .ttl_bg {
    width: 90%;
  }
}
body .project_mv {
  background: url(../image/under_bg_01.jpg) no-repeat top center/cover;
  padding: clamp(190px, 150px + 5.2083333333vw, 250px) 0 clamp(140px, 66.6666666667px + 9.5486111111vw, 250px);
}
@media (max-width: 425px) {
  body .project_mv {
    padding: 140px 0 100px;
  }
}
body .project_mv .ttl {
  margin: auto;
}
body .project_mv .ttl h2 {
  text-align: center;
}
@media (max-width: 767px) {
  body .project_mv .ttl h2 .en_ttl {
    top: 6px;
  }
}
body .project_mv .ttl .ttl_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 0;
}
@media (max-width: 1023px) {
  body .project_mv .ttl .ttl_bg {
    width: 70%;
  }
}
@media (max-width: 767px) {
  body .project_mv .ttl .ttl_bg {
    width: 90%;
  }
}
body {
  /* ===============================================
  # info_sec
  =============================================== */
}
body .info_sec {
  background-image: linear-gradient(#f0f0f0 1px, transparent 1px), linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
  background-size: clamp(10px, 4.6666666667px + 0.6944444444vw, 18px) clamp(10px, 4.6666666667px + 0.6944444444vw, 18px);
  background-repeat: repeat;
  padding: clamp(60px, 20px + 5.2083333333vw, 120px) 6% clamp(50px, 3.3333333333px + 6.0763888889vw, 120px);
  border-bottom: 1px solid #f0f0f0;
}
body .info_sec .contents {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
  border: 1px solid #989898;
  border-radius: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px);
  padding: clamp(50px, 23.3333333333px + 3.4722222222vw, 90px) clamp(20px, -86.6666666667px + 13.8888888889vw, 180px) clamp(50px, 30px + 2.6041666667vw, 80px);
  position: relative;
}
body .info_sec .contents .ttl {
  width: clamp(220px, 173.3333333333px + 6.0763888889vw, 290px);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
body .info_sec .contents .txt_wrap .spec_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body .info_sec .contents .txt_wrap .spec_list .spec_item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 24px;
  align-items: baseline;
}
@media (max-width: 1023px) {
  body .info_sec .contents .txt_wrap .spec_list .spec_item {
    grid-template-columns: 60px 1fr;
  }
}
@media (max-width: 600px) {
  body .info_sec .contents .txt_wrap .spec_list .spec_item {
    grid-template-columns: 1fr;
  }
}
body .info_sec .contents .txt_wrap .spec_list dt {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #2C2C2C;
}
body .info_sec .contents .txt_wrap .spec_list dt::before {
  content: "";
  background: url(../image/deco_07.svg) no-repeat top center/contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
body .info_sec .contents .txt_wrap .spec_list dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #2C2C2C;
}
@media (max-width: 600px) {
  body .info_sec .contents .txt_wrap .spec_list dd {
    margin: 0;
  }
}
body .info_sec .contents .txt_wrap .txt {
  font-weight: bold;
  margin-top: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
}
body {
  /* ===============================================
  # about_sec01
  =============================================== */
}
body #about_sec01 {
  background: url(../image/top_bg_02.jpg) no-repeat top center/cover;
  border-radius: 2000px 2000px 0 0;
  position: relative;
  padding-bottom: clamp(60px, -6.6666666667px + 8.6805555556vw, 160px);
}
body #about_sec01 .qualification_img001 {
  position: absolute;
  top: clamp(-300px, -66.6666666667px + -12.1527777778vw, -160px);
  left: 48%;
  width: clamp(140px, -3.3333333333px + 18.6631944444vw, 355px);
  transform: rotate(12.8deg);
}
body #about_sec01 .qualification_img001 .img {
  max-width: 100%;
}
body #about_sec01 .qualification_img002 {
  position: absolute;
  top: clamp(-300px, -66.6666666667px + -12.1527777778vw, -160px);
  right: 48%;
  width: clamp(140px, -3.3333333333px + 18.6631944444vw, 355px);
  transform: rotate(-12.8deg);
}
body #about_sec01 .qualification_img002 .img {
  max-width: 100%;
}
body #about_sec01 .contents_wrap {
  padding-top: clamp(60px, -66.6666666667px + 16.4930555556vw, 250px);
}
body #about_sec01 .contents_wrap .contents {
  max-width: calc(1200px + 12%);
  margin: auto;
  background: #fff;
  border-radius: 800px 800px 40px 40px;
  border: 10px solid #F49198;
  padding: clamp(60px, 20px + 5.2083333333vw, 120px) 6% clamp(40px, 6.6666666667px + 4.3402777778vw, 90px);
}
body #about_sec01 .contents_wrap .contents .box_01 {
  margin-bottom: clamp(60px, 33.3333333333px + 3.4722222222vw, 100px);
}
body #about_sec01 .contents_wrap .contents .box_01 h2 {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px);
}
body #about_sec01 .contents_wrap .contents .box_01 h2::after {
  content: "";
  background: url(../image/deco_04.svg) no-repeat top center/contain;
  width: 72px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body #about_sec01 .contents_wrap .contents .box_01 .big_txt {
  text-align: center;
}
body #about_sec01 .contents_wrap .contents .box_02 {
  margin: auto;
  max-width: 1000px;
}
body #about_sec01 .contents_wrap .contents .box_02 h2 {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: clamp(20px, 3.3333333333px + 2.1701388889vw, 45px);
}
body #about_sec01 .contents_wrap .contents .box_02 h2::after {
  content: "";
  background: url(../image/deco_04.svg) no-repeat top center/contain;
  width: 72px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents {
  margin-bottom: clamp(40px, 26.6666666667px + 1.7361111111vw, 60px);
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .ttl_area {
  display: flex;
  flex-direction: normal;
  gap: 15px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px dashed #CDCDCD;
}
@media (max-width: 767px) {
  body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .ttl_area {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 10px;
  }
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .ttl_area .label {
  min-width: 176px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  padding: 6px 10px;
  background: #DF5C65;
  color: #fff;
  border: 3px solid #F49198;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .ttl_area .label {
    padding: 3px;
    min-width: 160px;
  }
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .ttl_area .ttl {
  width: -moz-fit-content;
  width: fit-content;
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(10px, -30px + 5.2083333333vw, 70px);
}
@media (max-width: 767px) {
  body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area {
    flex-direction: column;
    gap: 20px;
  }
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area .career_img {
  width: clamp(280px, 253.3333333333px + 3.4722222222vw, 320px);
}
@media (max-width: 767px) {
  body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area .career_img {
    width: 80%;
  }
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area .career_img .img {
  width: 100%;
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area .career_txt {
  width: -moz-fit-content;
  width: fit-content;
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area .career_txt .ttl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area .career_txt .ttl {
    font-size: 16px;
  }
}
body #about_sec01 .contents_wrap .contents .box_02 .txt_box .inner_contents .txt_area .career_txt .ttl .img {
  width: 25px;
  margin-right: 10px;
}
body {
  /* ===============================================
  # about_sec02
  =============================================== */
}
body #about_sec02 {
  background: url(../image/pink_bg_02.png) no-repeat top center/contain, url(../image/pink_bg_01.jpg) no-repeat top center/cover;
}
body #about_sec02 .scroll-banner {
  overflow: hidden;
  background: #FFD3D5;
  padding: 10px 0;
}
body #about_sec02 .scroll-banner .scroll-banner__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  align-items: center;
}
body #about_sec02 .scroll-banner .scroll-banner__pair {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
  padding-right: 40px;
}
body #about_sec02 .scroll-banner .txt_ani01 {
  width: clamp(150px, 90px + 7.8125vw, 240px);
}
body #about_sec02 .scroll-banner .txt_ani02 {
  width: clamp(20px, 11.3333333333px + 1.1284722222vw, 33px);
}
body #about_sec02 .scroll-banner img {
  height: auto;
  display: block;
  flex-shrink: 0;
}
body #about_sec02 .marquee_wrapper {
  overflow: hidden;
  width: 100%;
  background: #FFD3D5;
  padding: 10px 0;
}
@media (max-width: 767px) {
  body #about_sec02 .marquee_wrapper {
    padding: 5px 0;
  }
}
body #about_sec02 .marquee_wrapper .marquee_track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 15s linear infinite;
}
body #about_sec02 .marquee_wrapper .marquee_track .marquee_item {
  padding: 0 15px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  body #about_sec02 .marquee_wrapper .marquee_track .marquee_item {
    padding: 0 5px;
  }
}
body #about_sec02 .marquee_wrapper .marquee_track .marquee_item .txt_ani {
  display: block;
}
body #about_sec02 .marquee_wrapper .marquee_track .marquee_item .txt_ani.txt_ani01 {
  width: clamp(150px, 90px + 7.8125vw, 240px);
}
body #about_sec02 .marquee_wrapper .marquee_track .marquee_item .txt_ani.txt_ani02 {
  width: clamp(20px, 11.3333333333px + 1.1284722222vw, 33px);
}
body #about_sec02 .contents {
  margin: clamp(60px, -13.3333333333px + 9.5486111111vw, 170px) auto clamp(60px, 0px + 7.8125vw, 150px);
}
body #about_sec02 .contents a {
  display: block;
  max-width: 1000px;
  width: clamp(500px, 166.6666666667px + 43.4027777778vw, 1000px);
  margin: auto;
  transform: translateX(5%);
}
@media (max-width: 767px) {
  body #about_sec02 .contents a {
    width: 90%;
    transform: none;
  }
}
body #about_sec02 .contents a .notion_img .img {
  width: 100%;
}
body {
  /* ===============================================
  # about_sec03
  =============================================== */
}
body .bg_mv_sec03 {
  background: url(../image/universe_bg01.jpg) no-repeat top center/contain;
  padding-top: clamp(80px, -58.6666666667px + 18.0555555556vw, 288px);
}
body .bg_mv_sec03 #about_sec03 {
  border-radius: 1000px 1000px 0 0;
  background: url(../image/universe_bg02.jpg) no-repeat top center/cover;
  padding-top: clamp(160px, 66.6666666667px + 12.1527777778vw, 300px);
  padding-bottom: clamp(120px, 0px + 15.625vw, 300px);
  position: relative;
}
body .bg_mv_sec03 #about_sec03::before {
  content: "";
  width: clamp(160px, 92px + 8.8541666667vw, 262px);
  height: clamp(146px, 84px + 8.0729166667vw, 239px);
  position: absolute;
  top: clamp(-100px, -33.3333333333px + -3.4722222222vw, -60px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/strengths_img_01.png) no-repeat top center/contain;
}
body .bg_mv_sec03 #about_sec03 .ttl {
  position: relative;
  margin-bottom: clamp(20px, -33.3333333333px + 6.9444444444vw, 100px);
}
body .bg_mv_sec03 #about_sec03 .ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
  color: #fff;
}
body .bg_mv_sec03 #about_sec03 .ttl h2 .en_ttl {
  color: #fff;
}
body .bg_mv_sec03 #about_sec03 .ttl .ttl_bg {
  width: clamp(300px, 177.3333333333px + 15.9722222222vw, 484px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap {
  max-width: calc(1200px + 12%);
  margin: clamp(80px, -6.6666666667px + 11.2847222222vw, 210px) auto 0;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 0px + 5.2083333333vw, 100px);
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents {
  border-radius: 10px;
  padding: 0 6%;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .top_space {
  background: #DADADA;
  border: 1px solid #2C2C2C;
  border-radius: 10px 10px 0 0;
  padding-right: 20px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .top_space .deco_img {
  width: 24px;
  padding: 10px 0;
  margin-left: auto;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .top_space .deco_img .img {
  width: 100%;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner {
  border: 1px solid #2C2C2C;
  background: #fff;
  padding: 0 6% clamp(40px, 0px + 5.2083333333vw, 100px);
  border-radius: 0 0 10px 10px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner h3 {
  text-align: center;
  position: relative;
  z-index: 0;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner h3::after {
  z-index: -1;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner h3 .color {
  color: #C83F49;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap {
  margin: auto;
  max-width: 940px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap h4 {
  padding: 12px;
  text-align: center;
  border: 1px solid #2C2C2C;
  background-image: linear-gradient(#f0f0f0 1px, transparent 1px), linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
  background-size: clamp(10px, 4.6666666667px + 0.6944444444vw, 18px) clamp(10px, 4.6666666667px + 0.6944444444vw, 18px);
  background-repeat: repeat;
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap h4 {
    padding: 10px;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box1 {
  margin-top: clamp(20px, 10px + 1.3020833333vw, 35px);
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box1 .img_wrap {
  margin: auto;
  width: 174px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box1 .img_wrap .img {
  width: 100%;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box1 .ttl {
  font-size: clamp(22px, 18px + 0.5208333333vw, 28px);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #C83F49;
  margin-bottom: 15px;
  text-align: center;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box1 .txt {
  text-align: center;
}
@media (max-width: 600px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box1 .txt {
    text-align: left;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box2, body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box3 {
  margin-top: clamp(30px, 13.3333333333px + 2.1701388889vw, 55px);
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box2 .box_ttl, body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box3 .box_ttl {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #C83F49;
  font-size: clamp(18px, 15.3333333333px + 0.3472222222vw, 22px);
  font-weight: bold;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box2 .box_ttl::before, body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box3 .box_ttl::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(../image/strengths_icon_01.png) no-repeat top center/contain;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box2 .box_ttl::after, body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box3 .box_ttl::after {
  content: "";
  flex: 1;
  border-top: 1px dashed #BEBEBE;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box2 .list, body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box3 .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box2 .list li, body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box3 .list li {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #2C2C2C;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box2 .list li::before, body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box3 .list li::before {
  content: "";
  width: clamp(16px, 14.6666666667px + 0.1736111111vw, 18px);
  height: clamp(16px, 14.6666666667px + 0.1736111111vw, 18px);
  background: url(../image/deco_02.svg) no-repeat top center/contain;
  flex-shrink: 0;
  position: relative;
  top: 5px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box4 {
  margin-top: clamp(30px, 10px + 2.6041666667vw, 60px);
  margin-bottom: clamp(40px, 13.3333333333px + 3.4722222222vw, 80px);
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box4 a {
  display: block;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box4 a picture .img {
  border-radius: 10px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .txt {
  text-align: center;
  margin-top: clamp(20px, 10px + 1.3020833333vw, 35px);
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .txt {
    text-align: left;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .grid_box {
  margin-top: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
       column-gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .grid_box {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .grid_box .sub_box {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .grid_box .sub_box .img img {
  border-radius: 10px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .grid_box .sub_box .sub_ttl {
  color: #C83F49;
  font-size: clamp(18px, 15.3333333333px + 0.3472222222vw, 22px);
  font-weight: bold;
  text-align: center;
  padding: 20px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .grid_box .sub_box .sub_ttl {
    padding: 10px 0 2px;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .grid_box .sub_box .sub_txt {
  text-align: center;
}
@media (max-width: 1104px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents .inner .box_wrap .box.box5 .grid_box .sub_box .sub_txt {
    text-align: left;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_01 h3 {
  margin-top: clamp(70px, 50px + 2.6041666667vw, 100px);
  margin-bottom: clamp(30px, 16.6666666667px + 1.7361111111vw, 50px);
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_01 h3::after {
  content: "";
  background: url(../image/strengths_no_01.svg) no-repeat top center/contain;
  width: clamp(120px, 76px + 5.7291666667vw, 186px);
  height: clamp(63px, 40.3333333333px + 2.9513888889vw, 97px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_01 h3::after {
    top: 15%;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner {
  padding: clamp(40px, 0px + 5.2083333333vw, 100px) 6%;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap {
  max-width: unset;
  display: grid;
  grid-template-columns: 450fr 529fr;
  -moz-column-gap: clamp(30px, 13.3333333333px + 2.1701388889vw, 55px);
       column-gap: clamp(30px, 13.3333333333px + 2.1701388889vw, 55px);
  align-items: center;
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap .img_box {
    max-width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap .txt_box {
    margin-top: 50px;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap .txt_box h3 {
  text-align: left;
  margin-bottom: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap .txt_box h3::after {
  content: "";
  background: url(../image/strengths_no_02.svg) no-repeat top center/contain;
  width: clamp(120px, 82.6666666667px + 4.8611111111vw, 176px);
  height: clamp(55px, 38.3333333333px + 2.1701388889vw, 80px);
  position: absolute;
  top: clamp(-60px, -20px + -2.0833333333vw, -36px);
  left: 0;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap .txt_box dl dt {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap .txt_box dl dt::before {
  content: "";
  width: clamp(16px, 14.6666666667px + 0.1736111111vw, 18px);
  height: clamp(16px, 14.6666666667px + 0.1736111111vw, 18px);
  background: url(../image/deco_02.svg) no-repeat top center/contain;
  flex-shrink: 0;
  position: relative;
  top: 10px;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_02 .inner .box_wrap .txt_box dl dd {
  margin: 0 0 clamp(20px, 6.6666666667px + 1.7361111111vw, 40px) 0;
  letter-spacing: 0.08em;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner {
  padding: clamp(40px, 0px + 5.2083333333vw, 100px) 6%;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner h3 {
  margin-bottom: clamp(40px, 13.3333333333px + 3.4722222222vw, 80px);
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner h3::after {
  content: "";
  background: url(../image/strengths_no_03.svg) no-repeat top center/contain;
  width: clamp(140px, 88px + 6.7708333333vw, 218px);
  height: clamp(62px, 38.6666666667px + 3.0381944444vw, 97px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner h3::after {
    top: 15%;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, -6.6666666667px + 3.4722222222vw, 60px);
  margin: clamp(30px, 16.6666666667px + 1.7361111111vw, 50px) 0 clamp(40px, 13.3333333333px + 3.4722222222vw, 80px);
}
@media (max-width: 767px) {
  body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner .grid_box .sub_box.img_box .img {
  height: 100%;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner .grid_box .sub_box.img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .bg_mv_sec03 #about_sec03 .contents_wrap .contents.contents_03 .inner .grid_box .sub_box .txt_box {
  padding: 10px;
  background: #f9f9f9;
  margin: 10px 0 25px;
}
body {
  /* ===============================================
  # case
  =============================================== */
}
body .category_sec {
  margin: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px) auto clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
}
body .category_sec .category_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(16px, 13.3333333333px + 0.3472222222vw, 20px);
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  body .category_sec .category_list {
    padding: 0 6%;
  }
}
body .category_sec .category_list .category_item {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 600px) {
  body .category_sec .category_list .category_item {
    width: 100%;
  }
}
body .category_sec .category_list .category_item a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #2C2C2C;
  display: block;
  padding: clamp(14px, 13.3333333333px + 0.0868055556vw, 15px) clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  min-width: 220px;
  background: #EDEDED;
  border-radius: 50px;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
body .category_sec .category_list .category_item a:hover {
  background: #DF5C65;
  color: #fff;
  font-weight: 500;
}
body .works_sec {
  padding: 0 6%;
  margin-bottom: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
}
body .works_sec .anchor {
  margin-top: -100px;
  padding-top: 100px;
}
body .works_sec .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
  border-bottom: 1px solid #E6E6E6;
}
body .works_sec .inner .works_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
body .works_sec .inner .works_ttl::before {
  content: "";
  width: clamp(18px, 12.6666666667px + 0.6944444444vw, 26px);
  height: clamp(18px, 12.6666666667px + 0.6944444444vw, 26px);
  background: url(../image/deco_02.svg) no-repeat top center/contain;
  flex-shrink: 0;
}
body .works_sec .inner .works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(15px, -1.6666666667px + 2.1701388889vw, 40px);
       column-gap: clamp(15px, -1.6666666667px + 2.1701388889vw, 40px);
}
@media (max-width: 1023px) {
  body .works_sec .inner .works_list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 600px) {
  body .works_sec .inner .works_list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
body .works_sec .inner .works_list.works_list_02 {
  margin-top: clamp(40px, 26.6666666667px + 1.7361111111vw, 60px);
}
body .works_sec .inner .works_list .works_item .works_link {
  display: block;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  height: clamp(320px, 226.6666666667px + 12.1527777778vw, 460px);
}
@media (max-width: 1280px) {
  body .works_sec .inner .works_list .works_item .works_link {
    height: 300px;
  }
}
body .works_sec .inner .works_list .works_item .works_link picture {
  height: clamp(320px, 226.6666666667px + 12.1527777778vw, 460px);
}
@media (max-width: 1280px) {
  body .works_sec .inner .works_list .works_item .works_link picture {
    height: 300px;
  }
}
body .works_sec .inner .works_list .works_item .works_link picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s all;
  -o-object-position: center top;
     object-position: center top;
}
body .works_sec .inner .works_list .works_item .works_link picture img:hover {
  transform: scale(1.1);
}
body .works_sec .inner .works_list .works_item .works_meta {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 25px 0 20px;
}
body .works_sec .inner .works_list .works_item .works_meta p {
  font-size: clamp(16px, 14.6666666667px + 0.1736111111vw, 18px);
  font-weight: bold;
}
body .works_sec .inner .works_list .works_item .sub_category_box {
  display: flex;
  gap: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px);
}
body .works_sec .inner .works_list .works_item .sub_category_box .works_year {
  font-size: 14px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
body .works_sec .inner .works_list .works_item .sub_category_box .works_tag_list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 8px;
}
body .works_sec .inner .works_list .works_item .sub_category_box .works_tag_list .works_tag {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 11.3333333333px + 0.0868055556vw, 13px);
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #2C2C2C;
  background: #f7f7f7;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0 4px;
}
body {
  /* ===============================================
  # project
  =============================================== */
}
body .project_sec {
  padding: 0 6%;
}
body .project_sec .contents {
  max-width: 1200px;
  margin: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px) auto clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
}
body .project_sec .contents .box {
  margin-top: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
}
body .project_sec .contents .box.col_2 .wrap {
  display: flex;
  gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
@media (max-width: 767px) {
  body .project_sec .contents .box.col_2 .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
body .project_sec .contents .box.col_2 .wrap .sub_box {
  width: 50%;
}
@media (max-width: 767px) {
  body .project_sec .contents .box.col_2 .wrap .sub_box {
    width: 100%;
  }
}
body .project_sec .contents .box .txt_box {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
@media (max-width: 767px) {
  body .project_sec .contents .box .txt_box {
    flex-direction: column;
    gap: 30px;
  }
}
body .project_sec .contents .box .txt_box .wrap {
  width: 100%;
}
body .project_sec .contents .box .project_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
body .project_sec .contents .box .project_ttl::before {
  content: "";
  width: clamp(18px, 12.6666666667px + 0.6944444444vw, 26px);
  height: clamp(18px, 12.6666666667px + 0.6944444444vw, 26px);
  background: url(../image/deco_02.svg) no-repeat top center/contain;
  flex-shrink: 0;
}
body .project_sec .contents .box .wrap .project_txt {
  margin-top: clamp(20px, 16.6666666667px + 0.4340277778vw, 25px);
}
body .project_sec .contents .box .wrap .under_btn {
  margin: clamp(25px, 8.3333333333px + 2.1701388889vw, 50px) auto 0;
}
body .project_sec .contents .box .wrap .project_sub_ttl {
  background: #F2F2F2;
  padding: 10px 20px;
  position: relative;
}
body .project_sec .contents .box .wrap .project_sub_ttl::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #DF5C65;
  position: absolute;
  top: 0;
  left: 0;
}
body {
  /* ===============================================
  # single page
  =============================================== */
}
body .site_single .single_contents {
  padding: 0 6%;
  margin: clamp(50px, 3.3333333333px + 6.0763888889vw, 120px) auto clamp(50px, 3.3333333333px + 6.0763888889vw, 120px);
}
body .site_single .single_contents .contents {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 850fr 470fr;
  gap: clamp(20px, -20px + 5.2083333333vw, 80px);
  align-items: start;
}
@media (max-width: 767px) {
  body .site_single .single_contents .contents {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  body .site_single .single_contents .contents .img_box {
    width: 100%;
  }
}
body .site_single .single_contents .contents .info_box {
  position: sticky;
  top: 40px;
}
@media (max-width: 767px) {
  body .site_single .single_contents .contents .info_box {
    width: 100%;
    position: unset;
  }
}
body .site_single .single_contents .contents .info_box dl dt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #2C2C2C;
  margin-bottom: 4px;
}
body .site_single .single_contents .contents .info_box dl dt::before {
  content: "";
  width: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  height: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  background: url(../image/deco_02.svg) no-repeat top center/contain;
  flex-shrink: 0;
}
body .site_single .single_contents .contents .info_box dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #2C2C2C;
  margin-bottom: clamp(15px, 5px + 1.3020833333vw, 30px);
  margin-left: 0;
}
body .site_single .single_contents .sub_contents {
  max-width: 1400px;
  margin: auto;
}
body .site_single .single_contents .sub_contents .box {
  margin-top: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
}
body .site_single .single_contents .sub_contents .box.col_2 .wrap {
  display: flex;
  gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
@media (max-width: 767px) {
  body .site_single .single_contents .sub_contents .box.col_2 .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
body .site_single .single_contents .sub_contents .box.col_2 .wrap .sub_box {
  width: 50%;
}
@media (max-width: 767px) {
  body .site_single .single_contents .sub_contents .box.col_2 .wrap .sub_box {
    width: 100%;
  }
}
body .site_single .single_contents .sub_contents .box .txt_box {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
@media (max-width: 767px) {
  body .site_single .single_contents .sub_contents .box .txt_box {
    flex-direction: column;
    gap: 30px;
  }
}
body .site_single .single_contents .sub_contents .box .txt_box .wrap {
  width: 100%;
}
body .site_single .single_contents .sub_contents .box .project_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
body .site_single .single_contents .sub_contents .box .project_ttl::before {
  content: "";
  width: clamp(18px, 12.6666666667px + 0.6944444444vw, 26px);
  height: clamp(18px, 12.6666666667px + 0.6944444444vw, 26px);
  background: url(../image/deco_02.svg) no-repeat top center/contain;
  flex-shrink: 0;
}
body .site_single .single_contents .sub_contents .box .wrap .project_txt {
  margin-top: clamp(20px, 16.6666666667px + 0.4340277778vw, 25px);
}
body .site_single .single_contents .sub_contents .box .wrap .under_btn {
  margin: clamp(25px, 8.3333333333px + 2.1701388889vw, 50px) auto 0;
}
body .site_single .single_contents .sub_contents .box .wrap .project_sub_ttl {
  background: #F2F2F2;
  padding: 10px 20px;
  position: relative;
}
body .site_single .single_contents .sub_contents .box .wrap .project_sub_ttl::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #DF5C65;
  position: absolute;
  top: 0;
  left: 0;
}
body .site_single .single_contents .under_btn {
  margin: clamp(30px, -3.3333333333px + 4.3402777778vw, 80px) auto;
}

/* ===============================================
# footer bg
=============================================== */
.page-id-233 .footer_bg_add {
  background: #29335f;
}