@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 {
  /* ===============================================
    # 共通
    =============================================== */
  overflow-x: clip;
  overscroll-behavior-x: none;
  width: 100%;
}
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 {
  /* ===============================================
    #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 {
  /* ===============================================
    # header
    =============================================== */
  /* ===============================================
  # 버블
  =============================================== */
  /* ===============================================
    # bg_1
    =============================================== */
}
body .bg_mv_sec03 {
  background: url(../image/top_bg_01.jpg) no-repeat top center/cover;
}
body .bg_sec01_sec02 {
  background: url(../image/top_bg_02.jpg) no-repeat top center/cover;
  border-radius: 2000px 2000px 0 0;
}
body {
  /* ===============================================
    # mv
    =============================================== */
}
body #mv {
  padding: 110px 0 clamp(40px, 13.3333333333px + 3.4722222222vw, 80px);
}
body #mv .me {
  max-width: 1614px;
  width: 90%;
  margin: auto;
}
body {
  /* ===============================================
    # 共通
    =============================================== */
}
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;
}
@media (max-width: 767px) {
  body .ttl h2 .en_ttl {
    top: 4px;
  }
}
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 {
  /* ===============================================
    # front_sec01
    =============================================== */
}
body #front_sec01 {
  padding: clamp(100px, -23.3333333333px + 16.0590277778vw, 285px) 6% clamp(80px, 13.3333333333px + 8.6805555556vw, 180px);
}
body #front_sec01 .top_slogan picture {
  max-width: 834px;
  width: 70%;
  margin: 0 auto clamp(40px, -8px + 6.25vw, 112px);
}
@media (max-width: 767px) {
  body #front_sec01 .top_slogan picture {
    width: 80%;
  }
}
body #front_sec01 .intro_txt {
  position: relative;
  background: url(../image/top_bg_03.png) no-repeat top center/contain;
  max-width: 912px;
  height: clamp(620px, 414.6666666667px + 26.7361111111vw, 928px);
  margin: auto;
}
@media (max-width: 600px) {
  body #front_sec01 .intro_txt {
    background: url(../image/sp_top_bg_03.png) no-repeat top center/contain;
  }
}
body #front_sec01 .intro_txt .airplane {
  position: absolute;
  width: clamp(85px, 5px + 10.4166666667vw, 205px);
  height: clamp(64px, 4px + 7.8125vw, 154px);
  top: clamp(23px, 1.6666666667px + 2.7777777778vw, 55px);
  left: clamp(8px, 244.6666666667px + -12.3263888889vw, 150px);
}
@media (max-width: 767px) {
  body #front_sec01 .intro_txt .airplane {
    left: 8%;
  }
}
body #front_sec01 .intro_txt .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 6%;
}
body #front_sec01 .intro_txt .txt_box .txt {
  text-align: center;
  font-size: clamp(16px, 10.6666666667px + 0.6944444444vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: clamp(25px, 5px + 2.6041666667vw, 55px);
  line-height: 1.8;
  white-space: nowrap;
}
body #front_sec01 .intro_txt .txt_box .txt:nth-last-of-type(1) {
  margin-bottom: 0;
}
body #front_sec01 .intro_txt .txt_box .txt .strong_txt {
  font-size: clamp(18px, 7.3333333333px + 1.3888888889vw, 34px);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #DF5C65;
  padding: 0 clamp(2px, -0.6666666667px + 0.3472222222vw, 6px);
}
body #front_sec01 .intro_txt .txt_box .top_btn {
  background: url(../image/top_bg04.svg) no-repeat center center/contain;
  width: clamp(210px, 135.3333333333px + 9.7222222222vw, 322px);
  height: clamp(60px, 38.6666666667px + 2.7777777778vw, 92px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(20px, 3.3333333333px + 2.1701388889vw, 45px) auto 0;
  position: relative;
}
body #front_sec01 .intro_txt .txt_box .top_btn p {
  color: #fff;
  font-size: clamp(16px, 10.6666666667px + 0.6944444444vw, 24px);
  font-weight: 600;
  letter-spacing: 0.12em;
}
body #front_sec01 .intro_txt .txt_box .top_btn::after {
  content: "";
  position: absolute;
  right: clamp(-30px, -6.6666666667px + -1.2152777778vw, -16px);
  bottom: clamp(-40px, -6.6666666667px + -1.7361111111vw, -20px);
  width: clamp(48px, 34.6666666667px + 1.7361111111vw, 68px);
  height: clamp(48px, 34.6666666667px + 1.7361111111vw, 68px);
  background: url(../image/top_cursor.png) no-repeat center center/contain;
}
body {
  /* ===============================================
    # front_sec02
    =============================================== */
}
body #front_sec02 {
  background: #fff;
  padding: clamp(120px, 0px + 15.625vw, 300px) 0 clamp(80px, 36.6666666667px + 5.6423611111vw, 145px);
  border-radius: 2000px 2000px 0 0;
}
body #front_sec02 .ttl {
  margin-bottom: clamp(80px, 66.6666666667px + 1.7361111111vw, 100px);
}
body #front_sec02 .ttl .ttl_bg {
  max-width: 939px;
}
body #front_sec02 .contents {
  margin-top: clamp(160px, 133.3333333333px + 3.4722222222vw, 200px);
}
body #front_sec02 .contents #side_anchor {
  position: fixed;
  right: clamp(10px, -10px + 2.6041666667vw, 40px);
  top: 50%;
  z-index: 10;
}
@media (max-width: 767px) {
  body #front_sec02 .contents #side_anchor {
    display: none;
  }
}
body #front_sec02 .contents #side_anchor ul.pagination {
  display: flex;
  flex-direction: column;
}
body #front_sec02 .contents #side_anchor ul.pagination li {
  list-style: none;
  padding: 8px;
  text-align: center;
}
body #front_sec02 .contents #side_anchor ul.pagination li a {
  color: #2C2C2C;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(15px, 14.3333333333px + 0.0868055556vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
body #front_sec02 .contents #side_anchor ul.pagination li a.selected {
  color: #DF5C65;
}
body #front_sec02 .contents .here {
  color: #DF5C65 !important;
  transition: 0.4s;
  padding: 8px;
  border-radius: 50px;
  border: 2px solid #DF5C65;
}
body #front_sec02 .contents .scrollify_area {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(80px, 13.3333333333px + 8.6805555556vw, 180px);
  min-width: 0;
  overflow: hidden;
}
body #front_sec02 .contents .scrollify_area .js_section {
  min-width: 0;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box {
  max-width: calc(1400px + 12%);
  padding: 0 6%;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 720fr) minmax(0, 580fr);
  -moz-column-gap: clamp(30px, -16.6666666667px + 6.0763888889vw, 100px);
       column-gap: clamp(30px, -16.6666666667px + 6.0763888889vw, 100px);
  align-items: center;
  min-width: 0;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box > * {
  min-width: 0;
}
@media (max-width: 1023px) {
  body #front_sec02 .contents .scrollify_area .js_section .grid_box {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .img_box {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .img_box .img {
  height: clamp(480px, 426.6666666667px + 6.9444444444vw, 560px);
}
@media (max-width: 600px) {
  body #front_sec02 .contents .scrollify_area .js_section .grid_box .img_box .img {
    height: 65.0195058518vw;
  }
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .img_box .img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box {
  min-width: 0;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .small_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 9.3333333333px + 0.3472222222vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #DF5C65;
  padding-left: clamp(15px, 10.3333333333px + 0.6076388889vw, 22px);
  position: relative;
  margin-bottom: clamp(10px, 0px + 1.3020833333vw, 25px);
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .small_txt::after {
  content: "";
  width: clamp(12px, 10.6666666667px + 0.1736111111vw, 14px);
  height: clamp(12px, 10.6666666667px + 0.1736111111vw, 14px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../image/deco_02.svg) no-repeat center center/contain;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box h3 {
  margin-bottom: clamp(20px, 10px + 1.3020833333vw, 35px);
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .txt {
  margin-bottom: clamp(20px, 10px + 1.3020833333vw, 35px);
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .sub_box_wrap {
  margin-bottom: clamp(30px, 20px + 1.3020833333vw, 45px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .sub_box_wrap .sub_box {
  width: calc(50% - 5px);
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  min-height: 140px;
  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: 600px) {
  body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .sub_box_wrap .sub_box {
    width: 100%;
    min-height: 120px;
  }
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .sub_box_wrap .sub_box .sub_ttl {
  padding: 8px clamp(15px, 5px + 1.3020833333vw, 30px);
  background: #DF5C65;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .sub_box_wrap .sub_box .sub_ttl .sub_ttl_txt {
  color: #fff;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .sub_box_wrap .sub_box .sub_ttl .sub_ttl_txt.duration::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../image/web_project_icon_01.svg) no-repeat center center/contain;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .sub_box_wrap .sub_box .sub_ttl .sub_ttl_txt.tools::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../image/web_project_icon_02.svg) no-repeat center center/contain;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .sub_box_wrap .sub_box .sub_txt {
  padding: clamp(15px, 11.6666666667px + 0.4340277778vw, 20px) clamp(15px, 5px + 1.3020833333vw, 30px);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .btn_01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  padding: 0 110px 10px 0;
  position: relative;
  transition: color 0.3s ease, border-color 0.3s ease;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .btn_01::after {
  content: "";
  width: 16px;
  height: 13px;
  position: absolute;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  background-color: #2C2C2C;
  mask: url(../image/arrow_01.svg) no-repeat center center/contain;
  -webkit-mask: url(../image/arrow_01.svg) no-repeat center center/contain;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .btn_01:hover {
  color: #C83F49;
  border-bottom-color: #C83F49;
}
body #front_sec02 .contents .scrollify_area .js_section .grid_box .txt_box .btn_01:hover::after {
  background-color: #C83F49;
  transform: translate(8px, -50%);
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: clamp(480px, 426.6666666667px + 6.9444444444vw, 560px);
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 600px) {
  body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper {
    height: 65.0195058518vw;
  }
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper-wrapper {
  height: 100%;
  min-width: 0;
  transition-timing-function: linear !important;
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper-slide {
  width: auto;
  height: 100%;
  min-width: 0;
  flex-shrink: 0;
  overflow: visible;
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper-slide picture {
  display: block;
  width: auto;
  height: 100%;
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper-slide img,
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper-slide .mv-image {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .slide_pc {
    display: none;
  }
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .slide_sp {
  display: none;
}
@media (max-width: 600px) {
  body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .slide_sp {
    display: inherit;
  }
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper-pagination {
  display: none !important;
}
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper-button-next,
body #front_sec02 .contents .scrollify_area #s02 .slide_box .main_slider .swiper-button-prev {
  display: none;
}
body {
  /* ===============================================
    # front_sec03
    =============================================== */
}
body #front_sec03 {
  background: #fff;
  padding: clamp(120px, 53.3333333333px + 8.6805555556vw, 220px) 0 clamp(80px, 36.6666666667px + 5.6423611111vw, 145px);
  border-radius: 2000px 2000px 0 0;
  margin-top: clamp(80px, 26.6666666667px + 6.9444444444vw, 160px);
}
body #front_sec03 .ttl {
  margin-bottom: clamp(80px, 13.3333333333px + 8.6805555556vw, 180px);
}
body #front_sec03 .ttl .ttl_bg {
  max-width: 706px;
}
body #front_sec03 .contents {
  max-width: calc(1400px + 12%);
  margin: auto;
  padding: 0 6%;
}
body #front_sec03 .contents .txt .color {
  color: #DF5C65;
}
body #front_sec03 .contents .graphic_box {
  margin-top: 30px;
}
body #front_sec03 .contents .graphic_box .masonry-item {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
}
body #front_sec03 .contents .graphic_box .masonry-item img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  body #front_sec03 .contents .graphic_box .masonry-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 600px) {
  body #front_sec03 .contents .graphic_box .masonry-item {
    width: calc((100% - 20px) / 2);
  }
}