@charset "UTF-8";
:root {
  --text_shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.main {
  margin-top: calc(100dvh - var(--head_height));
}

.hero-block {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  inset: 0;
  -webkit-padding-before: clamp(3.75rem, -2.1323529412rem + 29.4117647059vw, 16.25rem);
          padding-block-start: clamp(3.75rem, -2.1323529412rem + 29.4117647059vw, 16.25rem);
  -webkit-padding-after: 80px;
          padding-block-end: 80px;
  background-image: url(../img/top_balloon.png), url(../img/main-img01-2.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 1440px auto, 40vh auto;
  background-position: center -180px, right -50px bottom;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .hero-block {
    background-size: 1440px auto, 50vw auto;
    background-position: center -100px, right -50px bottom;
  }
}
@media screen and (min-width: 870px) {
  .hero-block {
    background-size: 1440px auto, 418px auto;
    background-position: center -100px, right -50px bottom;
  }
}
.hero-block .text-catch {
  padding-inline: 16px;
  text-shadow: var(--text_shadow);
}
.hero-block .text-catch .text1 {
  color: #FFF;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(1.875rem, 0.9926470588rem + 4.4117647059vw, 3.75rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.hero-block .text-catch .text1 span {
  display: inline-block;
}
.hero-block .text-catch .text1 span.tight {
  display: inline-block;
  margin-right: -0.4em; /* 微調整用 */
}
.hero-block .text-catch .text1 + .text2 {
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
}
@media screen and (min-width: 1061px) {
  .hero-block .text-catch .text1 + .text2 {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.hero-block .text-catch .text2 {
  color: #FFF;
  text-align: center;
  font-size: clamp(1.25rem, 0.8970588235rem + 1.7647058824vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.hero-block .text-catch .text2 span {
  display: inline-block;
}
@media screen and (min-width: 1061px) {
  .hero-block .text-catch {
    padding-inline: 0;
  }
}

.marquee {
  position: relative;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  color: #D9F5FF;
  font-family: "Kaisei Opti";
  font-size: clamp(5rem, 3.5882352941rem + 7.0588235294vw, 8rem);
  font-style: normal;
  font-weight: 500;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}

.marquee-inner {
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
/* サービス
==========================*/
#service {
  position: relative;
  -webkit-padding-after: 140px;
          padding-block-end: 140px;
}
#service .section-header {
  color: #fff;
  text-align: left;
}
#service .sub-title {
  color: #FFF600;
}
#service .card {
  grid-row: span 2;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  border-bottom: 0;
}
#service .card .thumbnail {
  z-index: 1;
}
#service .card-title {
  color: var(--text_color);
  font-size: 22px;
  padding-block: 0.5em;
}
@media screen and (min-width: 768px) {
  #service .card-title {
    font-size: 26px;
  }
}
#service .text {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #service .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #service {
    -webkit-padding-after: 200px;
            padding-block-end: 200px;
  }
}

.service-group1 {
  position: relative;
  display: grid;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .service-group1 {
    grid-template-columns: 1fr 1fr;
  }
}
.service-group1 .text-area {
  background-color: rgba(255, 255, 255, 0.712);
  -webkit-margin-before: -60px;
          margin-block-start: -60px;
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: 1.5lh;
  padding-block: 1lh 1.5lh;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .service-group1 .text-area {
    padding-inline: 1.5lh;
    padding-block: 1.5lh 2lh;
  }
}
@media screen and (min-width: 1200px) {
  .service-group1 .text-area {
    padding: 1.5lh 3lh;
  }
}

:root {
  --negative_margin: calc(50% - 50cqi);
}

.service-group2 {
  position: relative;
  -webkit-padding-before: clamp(60px, 5.2083333333vw, 100px);
          padding-block-start: clamp(60px, 5.2083333333vw, 100px);
  z-index: 1;
}
.service-group2::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -20px;
  display: block;
  width: clamp(380px, 54.6875vw, 800px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #FFF;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service-group2::before {
    left: -50px;
    border: 2px solid #FFF;
  }
}
.service-group2 .col-2 {
  display: grid;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  margin-inline: auto;
}
@media screen and (min-width: 870px) {
  .service-group2 .col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .service-group2 .col-2 {
    padding: 0;
  }
}
.service-group2 .sub-title {
  font-size: clamp(1.875rem, 1.6985294118rem + 0.8823529412vw, 2.25rem);
}
.service-group2 .sub-title .large {
  display: block;
  font-size: clamp(3.375rem, 3.1985294118rem + 0.8823529412vw, 3.75rem);
}
@media screen and (min-width: 1200px) {
  .service-group2 .group-l {
    -webkit-padding-start: 20vw;
            padding-inline-start: 20vw;
  }
}

.tuyomi-block {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 870px) {
  .tuyomi-block {
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .tuyomi-block > div:nth-child(2) {
    -webkit-margin-start: -100px;
            margin-inline-start: -100px;
    -webkit-padding-end: -100px;
            padding-inline-end: -100px;
  }
  .tuyomi-block > div:nth-child(3) {
    -webkit-margin-start: -200px;
            margin-inline-start: -200px;
    -webkit-padding-end: -200px;
            padding-inline-end: -200px;
  }
}

.tuyomi-box-wrap {
  container: tuyomi-box/inline-size;
}

.tuyomi-box {
  border-radius: 100px 0 0 100px;
  background: #FFF;
  padding: 16px;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.tuyomi-box .pic {
  grid-area: 1/1/3/2;
  width: 150px;
  aspect-ratio: 1;
  display: block;
}
.tuyomi-box .box-title {
  grid-area: 1/2/2/3;
  color: #00A2D9;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.tuyomi-box .box-title span {
  display: inline-block;
}
.tuyomi-box .box-title span:first-child {
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.tuyomi-box .box-title .text-bk {
  font-size: clamp(1rem, 0.8823529412rem + 0.5882352941vw, 1.25rem);
}
.tuyomi-box .text-area {
  grid-area: 2/2/3/3;
  text-align: left;
  display: grid;
}
@media screen and (min-width: 1200px) {
  .tuyomi-box .text-area {
    max-width: calc(100% - 200px);
  }
}
.tuyomi-box .text-area p {
  font-size: clamp(0.9375rem, 0.9080882353rem + 0.1470588235vw, 1rem);
}
.tuyomi-box .box-subtitle {
  color: #E5007F;
  font-size: clamp(1.125rem, 1.0661764706rem + 0.2941176471vw, 1.25rem);
  font-family: "Kaisei Opti";
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
}

@container tuyomi-box (max-width: 400px) {
  .tuyomi-box {
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto;
    border-radius: 80px 0 0 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .tuyomi-box .text-area {
    grid-area: 2/1/3/3;
    padding-inline: 8px;
    max-width: none;
  }
  .tuyomi-box .pic {
    grid-area: 1/1/2/2;
    width: 120px;
  }
  .tuyomi-box .box-title {
    grid-area: 1/2/2/3;
    margin-block: auto;
  }
}
/* 事例
==========================*/
#case {
  -webkit-padding-after: clamp(40px, 2.6041666667vw, 60px);
          padding-block-end: clamp(40px, 2.6041666667vw, 60px);
}
#case .section-header {
  text-align: left;
  margin-inline: 0;
}
#case .sub-title {
  color: #E5007F;
}
#case .section-col {
  position: relative;
  -webkit-padding-before: clamp(40px, 2.6041666667vw, 60px);
          padding-block-start: clamp(40px, 2.6041666667vw, 60px);
  -webkit-margin-end: calc(-50vw + 50%);
          margin-inline-end: calc(-50vw + 50%);
}
#case .section-col .section-header {
  -webkit-padding-end: clamp(16px, 0.455rem + 2.73vw, 40px);
          padding-inline-end: clamp(16px, 0.455rem + 2.73vw, 40px);
}
#case .section-col .section-body {
  margin-inline: calc(clamp(16px, 0.455rem + 2.73vw, 40px) * -1);
}
@media screen and (min-width: 1061px) {
  #case .section-col {
    display: flex;
    gap: 40px;
    overflow: visible;
  }
  #case .section-col .section-header {
    min-width: 45%;
  }
  #case .section-col .section-body {
    min-width: 0;
  }
}

.scroll-area {
  width: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-inline: clamp(16px, 0.455rem + 2.73vw, 40px) 40px;
}
.scroll-area::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  display: flex;
  gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.scroll-wrapper .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  width: 280px;
  aspect-ratio: 9/15;
}
.scroll-wrapper .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .scroll-wrapper .item {
    width: 575px;
    aspect-ratio: 1.618/1;
  }
}

/* 採用情報
==========================*/
#careers {
  padding: 40px 0 0;
}

.careers-box {
  max-width: 1360px;
  margin-inline: auto;
  border-radius: 50px;
  padding: clamp(40px, 2.6041666667vw, 60px) 0;
  background: url(../img/wakuwaku2.png) #80D1EC;
  background-size: auto 100%;
  background-position: calc(100% + 100px) center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  /*background:
  linear-gradient(rgba(0, 162, 217, 0.6), rgba(0, 162, 217, 0.6)),
  url(../img/wakuwaku2.png) right center / cover no-repeat;*/
}
@media screen and (min-width: 768px) {
  .careers-box {
    background-size: auto 160%;
  }
}
.careers-box .section-header {
  text-align: left;
}
.careers-box .sub-title {
  color: #E5007F;
}
.careers-box .sub-title span {
  display: inline-block;
}

/* お知らせ
==========================*/
#info {
  padding-block: clamp(60px, 13.0208333333vw, 160px);
}
#info .section-header {
  min-width: 100%;
  text-align: left;
}
#info .section-header .section-title::before {
  font-size: clamp(2.25rem, 1.5441176471rem + 3.5294117647vw, 3.75rem);
}
#info .section-header p {
  margin-top: 1rem;
}
#info .section-col {
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 16px;
}
@media screen and (min-width: 1061px) {
  #info .section-col {
    display: flex;
  }
  #info .section-col .section-header {
    min-width: 40%;
  }
  #info .section-col .section-body {
    width: 100%;
  }
}
/*# sourceMappingURL=home.css.map */