.imain_content {
  font-size: 0.938rem;
  letter-spacing: 0.5px;
}
.hero_area {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .hero_area {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 420px) {
  .hero_area {
    margin-bottom: 120px;
  }
}
.hero_area > .hero_img_wrap {
  width: 100%;
  height: auto;
  max-height: 472px;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .hero_area > .hero_img_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1801px) {
  .hero_area > .hero_img_wrap {
    width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .hero_area > .hero_img_wrap {
    aspect-ratio: 375/260;
  }
}
.hero_area > .hero_img_wrap > .hero_img {
  width: 100%;
  height: 100%;
}
.hero_area > .hero_img_wrap > .hero_img img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.hero_area.inited > .hero_area_inner > .hero_text,
.hero_area.inited > .hero_area_inner > .hero_text > .hero_text_inner:after {
  opacity: 1;
  clip-path: inset(0);
}
.hero_area > .hero_area_inner {
  width: 100vw;
  height: auto;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 1800px) {
  .hero_area > .hero_area_inner {
    width: 100vw;
  }
}
@media screen and (min-width: 1801px) {
  .hero_area > .hero_area_inner {
    width: 1800px;
  }
}
.hero_area > .hero_area_inner > .hero_text_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  left: 6%;
  margin-left: 50px;
}
@media screen and (max-width: 999px) {
  .hero_area > .hero_area_inner > .hero_text_wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .hero_area > .hero_area_inner > .hero_text_wrap {
    width: 80px;
    margin: 0 auto;
    left: auto;
    top: -10px;
  }
}
@media screen and (max-width: 420px) {
  .hero_area > .hero_area_inner > .hero_text_wrap {
    width: 70px;
    top: 0;
  }
}
.hero_area > .hero_area_inner > .hero_text_wrap > .hero_text {
  font-family: IBM Plex Sans JP, sans-serif;
  height: auto;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(
    0deg,
    #0fd48b 0,
    #48d164 25%,
    #299cce 75%,
    #2aa2f0
  );
  padding: 8px;
  position: absolute;
  z-index: 0;
  line-height: 1;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  clip-path: inset(0 0 100% 0);
  animation-name: showup;
  animation-timing-function: cubic-bezier(0.3, 0.05, 0.75, 0.76);
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}
@keyframes showup {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._01 {
  animation-delay: 0.8s;
  left: 60px;
  top: 13.5%;
}
.hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._02 {
  animation-delay: 1.2s;
  left: 0;
  top: 13.5%;
}
@media screen and (max-width: 1400px) {
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 999px) {
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text {
    font-size: 1rem;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._01 {
    top: 12%;
    left: 50px;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._02 {
    top: 12%;
  }
}
@media screen and (max-width: 767px) {
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text {
    font-size: 0.7rem;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._01 {
    top: 8%;
    left: 45px;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._02 {
    top: 8%;
  }
}
@media screen and (max-width: 575px) {
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text {
    font-size: 1.5rem;
    padding: 6px;
    display: inline-block;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._01 {
    top: 12%;
    left: 45px;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._02 {
    top: 12%;
  }
}
@media screen and (max-width: 420px) {
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text {
    font-size: 1.25rem;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._01 {
    top: 10%;
    left: 38px;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._02 {
    top: 10%;
  }
}
@media screen and (max-width: 374px) {
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text {
    font-size: 1.25rem;
  }
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._01,
  .hero_area > .hero_area_inner > .hero_text_wrap > .hero_text._02 {
    top: 5%;
  }
}
.hero_area > .hero_area_inner > .hero_logo {
  position: absolute;
  width: 25%;
  height: auto;
  max-width: 350px;
  right: 5%;
  bottom: -13%;
}
@media screen and (max-width: 1500px) {
  .hero_area > .hero_area_inner > .hero_logo {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 575px) {
  .hero_area > .hero_area_inner > .hero_logo {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 38%;
    bottom: -30%;
  }
}
.hero_area > .hero_area_inner img {
  width: 100%;
  height: auto;
}
.hero_area > .hero_area_inner .sp_deco {
  position: absolute;
  bottom: -42%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}
@media screen and (max-width: 575px) {
  .hero_area > .hero_area_inner .sp_deco {
    display: block;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  to {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.hero_bottom_area {
  position: relative;
  width: 100%;
  height: 180px;
  margin-top: -60px;
}
@media screen and (max-width: 999px) {
  .hero_bottom_area {
    height: 135px;
  }
}
@media screen and (max-width: 575px) {
  .hero_bottom_area {
    height: 100px;
  }
}
@media screen and (max-width: 420px) {
  .hero_bottom_area {
    height: 80px;
  }
}
@media screen and (max-width: 374px) {
  .hero_bottom_area {
    height: 70px;
  }
}
.hero_bottom_area .hero_bottom_area_inner {
  max-width: 1200px;
  height: 175px;
  position: absolute;
  inset: 0;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .hero_bottom_area .hero_bottom_area_inner {
    height: 130px;
  }
}
@media screen and (max-width: 575px) {
  .hero_bottom_area .hero_bottom_area_inner {
    height: 100px;
  }
}
@media screen and (max-width: 420px) {
  .hero_bottom_area .hero_bottom_area_inner {
    height: 80px;
  }
}
@media screen and (max-width: 374px) {
  .hero_bottom_area .hero_bottom_area_inner {
    height: 70px;
  }
}
.hero_bottom_area .hero_bottom_area_inner:before {
  display: block;
  content: "";
  width: 110px;
  height: 120px;
  background: url(../img/index/bg_text_b.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .hero_bottom_area .hero_bottom_area_inner:before {
    transform: scale(0.8);
    left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .hero_bottom_area .hero_bottom_area_inner:before {
    transform: scale(0.6);
    top: -40px;
    left: -10px;
  }
}
@media screen and (max-width: 420px) {
  .hero_bottom_area .hero_bottom_area_inner:before {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 374px) {
  .hero_bottom_area .hero_bottom_area_inner:before {
    transform: scale(0.4);
    top: -55px;
    left: -20px;
  }
}
.hero_bottom_area .hero_bottom_area_inner:after {
  display: block;
  content: "";
  width: 90px;
  height: 80px;
  background: url(../img/index/bg_text_h.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 38%;
  top: 50px;
}
@media screen and (max-width: 999px) {
  .hero_bottom_area .hero_bottom_area_inner:after {
    transform: scale(0.8);
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .hero_bottom_area .hero_bottom_area_inner:after {
    left: 55%;
  }
}
@media screen and (max-width: 575px) {
  .hero_bottom_area .hero_bottom_area_inner:after {
    transform: scale(0.6);
    left: auto;
    right: -10px;
    top: 60px;
  }
}
@media screen and (max-width: 420px) {
  .hero_bottom_area .hero_bottom_area_inner:after {
    transform: scale(0.5);
    top: 70px;
    transform: scale(0.4);
  }
}
.hero_bottom_area .scrolldown1 {
  position: absolute;
  width: 85px;
  left: 50%;
  top: 25px;
  height: 32px;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .hero_bottom_area .scrolldown1 {
    top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .hero_bottom_area .scrolldown1 {
    display: none;
  }
}
.hero_bottom_area .scrolldown1 span {
  position: absolute;
  display: block;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #111;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .hero_bottom_area .scrolldown1 span {
    font-size: 0.75rem;
  }
}
.hero_bottom_area .scrolldown1:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 32px;
  background: #e0e0e0;
  z-index: 4;
}
@keyframes pointmove {
  0% {
    top: 28px;
  }
  to {
    top: 50px;
  }
}
@keyframes pointmovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
  }
}
.hero_bottom_area .scrolldown1:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 10px;
  background: #000;
  animation: pointmove 1.4s ease-in-out infinite,
    pointmovehide 1.4s ease-out infinite;
  z-index: 5;
}
.h1,
h1:not(.cancel) {
  font-family: Shippori Mincho, serif;
  font-size: 2.188rem;
  font-weight: 400;
  color: #111;
  margin-top: -0.3em;
  margin-bottom: 0.6em;
  padding-bottom: 1em;
  position: relative;
  letter-spacing: 5px;
  line-height: 1.4;
}
.h1:after,
h1:not(.cancel):after {
  content: none;
}
.h1 span,
h1:not(.cancel) span {
  font-family: IBM Plex Sans JP, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-top: 0.9em;
  display: block;
}
@media screen and (max-width: 575px) {
  .h1 span,
  h1:not(.cancel) span {
    font-size: 0.75rem;
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 999px) {
  .h1,
  h1:not(.cancel) {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .h1,
  h1:not(.cancel) {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  .h1,
  h1:not(.cancel) {
    font-size: 1.25rem;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
}
.index_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1349px) {
  .index_inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .index_inner {
    padding: 0 20px;
  }
}
.index2 {
  width: 100vw;
  margin-bottom: 110px;
}
@media screen and (max-width: 999px) {
  .index2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .index2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .index2 {
    margin-bottom: 30px;
  }
}
.index2 .index2_column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .index2 .index2_column {
    flex-direction: column;
  }
}
.index2 .index2_column .left {
  min-width: 50%;
  max-width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .index2 .index2_column .left {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.index2 .index2_column .left:after {
  display: block;
  content: "";
  width: 90px;
  height: 80px;
  background: url(../img/index/bg_text_c.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 15%;
}
@media screen and (max-width: 999px) {
  .index2 .index2_column .left:after {
    transform: scale(0.8);
    bottom: -40px;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .index2 .index2_column .left:after {
    transform: scale(0.6);
    bottom: -20px;
  }
}
@media screen and (max-width: 420px) {
  .index2 .index2_column .left:after {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 374px) {
  .index2 .index2_column .left:after {
    transform: scale(0.4);
  }
}
.index2 .index2_column .right {
  margin-right: calc(50% - 50vw);
  margin-left: 95px;
  min-width: 708px;
  max-width: 708px;
  height: 508px;
  background-image: url(/common/img/index/index2_img_01.webp);
  background-repeat: no-repeat;
  background-size: 708px 508px;
  background-position: 50%;
}
@media screen and (max-width: 1499px) {
  .index2 .index2_column .right {
    background-position: -50px;
  }
}
@media screen and (max-width: 1349px) {
  .index2 .index2_column .right {
    background-position: -90px;
  }
}
@media screen and (max-width: 1259px) {
  .index2 .index2_column .right {
    background-position: -130px;
  }
}
@media screen and (max-width: 999px) {
  .index2 .index2_column .right {
    margin-left: 40px;
    background-position: -160px;
  }
}
@media screen and (max-width: 767px) {
  .index2 .index2_column .right {
    margin: 0 auto;
    width: 100%;
    height: 450px;
    min-width: auto;
    min-height: auto;
    background-size: cover;
    background-position: 50%;
  }
}
@media screen and (max-width: 575px) {
  .index2 .index2_column .right {
    height: 300px;
  }
}
@media screen and (max-width: 420px) {
  .index2 .index2_column .right {
    height: 250px;
  }
}
@media screen and (max-width: 374px) {
  .index2 .index2_column .right {
    height: 200px;
  }
}
.index3 {
  width: 100vw;
}
.index3 .index3_column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .index3 .index3_column {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.index3 .index3_column .left {
  position: relative;
  width: 100%;
  min-height: 560px;
  max-height: 560px;
}
@media screen and (max-width: 999px) {
  .index3 .index3_column .left {
    min-height: 450px;
    max-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .index3 .index3_column .left {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.index3 .index3_column .left img {
  width: 100%;
}
.index3 .index3_column .right {
  min-width: 30%;
  max-width: 30%;
  margin-left: 95px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .index3 .index3_column .right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index3 .index3_column .right {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.index3 .index3_column .right .btn {
  min-width: 100%;
}
.index3 .index3_column .image_set {
  position: absolute;
  width: 950px;
  height: 560px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .index3 .index3_column .image_set {
    width: 772px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .index3 .index3_column .image_set {
    width: 100%;
    height: 100%;
    position: static;
    margin-bottom: 30px;
  }
}
.index3 .index3_column .image_set .left_img {
  width: calc(36% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index3 .index3_column .image_set .left_img img {
  display: block;
  width: 100%;
}
.index3 .index3_column .image_set .right_img {
  width: calc(64% - 10px);
}
.index3 .index3_column .image_set .right_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.index4 .news_column {
  display: flex;
  justify-content: space-between;
  gap: 86px;
  margin-top: 90px;
  margin-bottom: 40px;
  position: relative;
}
.index4 .news_column:before {
  display: block;
  content: "";
  width: 110px;
  height: 120px;
  background: url(../img/index/bg_text_b.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: -57px;
  left: -50px;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .index4 .news_column:before {
    left: -30px;
  }
}
@media screen and (max-width: 575px) {
  .index4 .news_column:before {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .index4 .news_column {
    margin-top: 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index4 .news_column {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .index4 .news_column {
    flex-direction: column;
  }
}
.index4 .news_column .left {
  width: calc(26% - 43px);
  background: #f9f8f1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.438rem;
  max-width: 264px;
}
@media screen and (max-width: 999px) {
  .index4 .news_column .left {
    width: calc(26% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .index4 .news_column .left {
    width: calc(26% - 5px);
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .index4 .news_column .left {
    width: 100%;
    max-width: 100%;
    height: 100px;
  }
}
.index4 .news_column .left a {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  margin: 0 auto;
  color: #111;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.index4 .news_column .left span {
  position: absolute;
  width: 100px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .index4 .news_column .left span {
    width: 74px;
    height: 48px;
  }
}
@media screen and (max-width: 575px) {
  .index4 .news_column .left span {
    width: 100px;
    height: 25px;
  }
}
.index4 .news_column .left span:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/icon/arrow/btn_arrow_black.webp) no-repeat;
  background-size: contain;
  background-position: 0 0;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  padding-bottom: 10px;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 575px) {
  .index4 .news_column .left span:after {
    inset: 8px 0 auto auto;
  }
}
.index4 .news_column .left:hover {
  background-color: #ececec;
}
.index4 .news_column .left:hover a span:after {
  transform: translateX(calc(-50% + 2px));
}
.index4 .news_column .right {
  width: calc(74% - 43px);
}
@media screen and (max-width: 999px) {
  .index4 .news_column .right {
    width: calc(74% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .index4 .news_column .right {
    width: calc(74% - 5px);
  }
}
@media screen and (max-width: 575px) {
  .index4 .news_column .right {
    width: 100%;
  }
}
.index4 .news_column .right .news_tab {
  border-bottom: 1px solid #e2e2e2;
}
.index4 .news_column .right .news_tab__list {
  display: flex;
}
.index4 .news_column .right .news_tab__list li {
  width: 110px;
}
@media screen and (max-width: 999px) {
  .index4 .news_column .right .news_tab__list li {
    width: unset;
  }
  .index4 .news_column .right .news_tab__list li:not(:last-child) {
    margin-right: 10px;
  }
}
.index4 .news_column .right .news_tab__list a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #505050;
  padding: 10px 0 4px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .index4 .news_column .right .news_tab__list a {
    padding: 6px 3px 2px;
  }
}
.index4 .news_column .right .news_tab__list a.active {
  color: #0ec5b0;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  position: relative;
}
.index4 .news_column .right .news_tab__list a.active:before {
  content: "";
  display: block;
  height: 30px;
  width: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(-50%, -50%);
}
.index4 .news_column .right .news_tab__list a.active:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.index4 .news_column .right .news_tab__list a:not(.active):before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: #e2e2e2;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(-50%, -50%);
}
.index4 .news_column .right .news_tab__list a:hover {
  opacity: 0.7;
}
.index4 .news_column .right .news_area {
  margin-bottom: 0;
}
.index4 .news_column .right .news_area .newsline_list {
  margin: 0;
}
.index4 .news_column .right .news_area .newsline_list .newsline {
  padding: 16px 40px 14px 10px;
}
.index4 .news_column .right .news_area .newsline_list .no_news {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .index4 .news_column .right .news_area .newsline_list .no_news {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .index4 .news_column .right .news_area .newsline_list .no_news {
    padding-top: 20px;
  }
}
.index5 .index5_image_column {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .index5 .index5_image_column {
    margin-bottom: 40px;
  }
}
.index5 .index5_image_column .left {
  width: calc(64% - 10px);
}
.index5 .index5_image_column .right {
  width: calc(36% - 10px);
}
.index5 .index5_image_column img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.index6 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .index6 {
    padding-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .index6 {
    margin-bottom: 60px;
  }
}
.index6 .index_inner {
  position: relative;
}
.index6 .gradient-text {
  font-family: IBM Plex Sans JP, sans-serif;
  position: absolute;
  background: linear-gradient(
    90deg,
    #0fd48b 0,
    #48d164 25%,
    #299cce 75%,
    #2aa2f0
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  top: -20px;
  right: 0;
}
@media screen and (max-width: 1499px) {
  .index6 .gradient-text {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index6 .gradient-text {
    top: -55px;
    right: auto;
    left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .index6 .gradient-text {
    font-size: 1.125rem;
    top: -50px;
    right: auto;
  }
}
.index6 .index_img_link_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 40px;
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list {
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index6 .index_img_link_list {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 575px) {
  .index6 .index_img_link_list {
    row-gap: 40px;
  }
}
.index6 .index_img_link_list li {
  position: relative;
  width: calc(50% - 40px);
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .index6 .index_img_link_list li {
    width: 100%;
  }
}
.index6 .index_img_link_list li .num {
  font-family: Shippori Mincho, serif;
  position: absolute;
  content: "";
  color: #003852;
  font-size: 50px;
  font-weight: 700;
  top: -45px;
  right: 25px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list li .num {
    top: -32px;
    font-size: 40px;
    right: 15px;
  }
}
.index6 .index_img_link_list li:nth-child(2n) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .index6 .index_img_link_list li:nth-child(2n) {
    margin-top: 0;
  }
}
.index6 .index_img_link_list a.img_link.ext .img_link__text:after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon/ext_icon_gnav.webp) no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 29px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list a.img_link.ext .img_link__text:after {
    right: 24px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .index6 .index_img_link_list a.img_link.ext .img_link__text:after {
    right: 20px;
  }
}
.index6 .index_img_link_list .img_link {
  display: block;
  position: relative;
  padding-left: 20px;
}
.index6 .index_img_link_list .img_link__img {
  overflow: hidden;
  position: relative;
}
.index6 .index_img_link_list .img_link__img img {
  vertical-align: bottom;
  transition: transform 0.3s linear;
}
.index6 .index_img_link_list .img_link__text {
  font-family: Shippori Mincho, serif;
  position: absolute;
  display: inline-flex;
  align-items: center;
  font-size: 1.563rem;
  font-weight: 500;
  text-decoration: none;
  color: #111;
  line-height: 1.3;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  min-height: 125px;
  min-width: 206px;
  padding: 10px 58px 0 0;
  margin-bottom: 0;
  text-align: left;
  border-radius: 0;
  bottom: 0;
  right: auto;
  left: -20px;
}
@media screen and (max-width: 1349px) {
  .index6 .index_img_link_list .img_link__text {
    padding: 10px 58px 0 15px;
  }
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list .img_link__text {
    font-size: 1.25rem;
    min-height: 50px;
    min-width: 50%;
    padding: 20px 40px 20px 10px;
    bottom: 0;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .index6 .index_img_link_list .img_link__text {
    min-width: 40%;
    bottom: 0;
    left: -10px;
  }
}
@media screen and (max-width: 575px) {
  .index6 .index_img_link_list .img_link__text {
    padding: 10px 40px 10px 10px;
  }
}
.index6 .index_img_link_list .img_link__text span {
  font-family: IBM Plex Sans JP, sans-serif;
  font-size: 0.813rem;
  display: block;
  font-weight: 400;
  margin-top: 1em;
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list .img_link__text span {
    margin-top: 0.5em;
  }
}
.index6 .index_img_link_list .img_link__text:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/icon/arrow/btn_arrow_black.webp) no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 27px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list .img_link__text:after {
    right: 22px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .index6 .index_img_link_list .img_link__text:after {
    right: 18px;
  }
}
.index6 .index_img_link_list .img_link__text .inner:after {
  display: block;
  content: "";
  width: 130px;
  height: 1px;
  background: linear-gradient(
    90deg,
    #36dea0 0,
    #4ed76a 25%,
    #24a7df 75%,
    #63c1ff
  );
  position: absolute;
  bottom: 0;
}
.index6 .index_img_link_list .img_link:hover .img_link__img > img {
  transform: scale(1.1);
  opacity: 0.8;
}
.index6 .index_img_link_list .img_link:hover .img_link__text {
  background: #fff;
  color: #111;
  border: none;
}
.index6 .index_img_link_list .img_link:hover .img_link__text:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/icon/arrow/btn_arrow_black.webp) no-repeat;
  background-size: contain;
  background-position: 0 0;
  right: 27px;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list .img_link:hover .img_link__text:after {
    right: 22px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .index6 .index_img_link_list .img_link:hover .img_link__text:after {
    right: 18px;
  }
}
@media screen and (max-width: 999px) {
  .index6 .index_img_link_list .img_link__text {
    min-height: 60px;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .index6 .index_img_link_list .img_link__text {
    font-size: 1rem;
    min-height: 40px;
    max-width: 80%;
  }
}
.index7 {
  margin-bottom: 90px;
}
@media screen and (max-width: 575px) {
  .index7 {
    margin-bottom: 70px;
  }
}
.index_link {
  width: 130px;
  text-align: right;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .index_link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .index_link {
    margin-top: 10px;
  }
}
.index_link:before {
  display: block;
  content: "";
  width: 130px;
  height: 1px;
  background: linear-gradient(
    90deg,
    #36dea0 0,
    #4ed76a 25%,
    #24a7df 75%,
    #63c1ff
  );
  top: 0;
  right: 0;
}
.index_link .link {
  display: inline-block;
  padding-top: 35px;
}
@media screen and (max-width: 999px) {
  .index_link .link {
    padding-top: 20px;
  }
}
.index_link .link:after {
  inset: 35px 0 0 auto;
}
@media screen and (max-width: 999px) {
  .index_link .link:after {
    inset: 20px 0 0 auto;
  }
}
.index_sns .sns_box {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .index_sns .sns_box {
    margin-bottom: 20px;
  }
}
.index_sns .sns_box:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #0fd48b 0,
    #48d164 25%,
    #299cce 75%,
    #2aa2f0
  );
  top: calc(50% - 3px);
  z-index: -1;
}
.index_sns .sns_box .sns_inner {
  display: flex;
  max-width: 480px;
  gap: 40px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .index_sns .sns_box .sns_inner {
    gap: 30px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .index_sns .sns_box .sns_inner {
    flex-direction: column;
    gap: 10px;
    max-width: 210px;
  }
}
.index_sns .sns_box .icon {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 999px) {
  .index_sns .sns_box .icon {
    gap: 20px;
  }
}
.index_sns .sns_box .icon > div {
  width: 60px;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 999px) {
  .index_sns .sns_box .icon > div {
    width: 50px;
  }
}
.index_sns .sns_box .icon > div:hover {
  opacity: 0.7;
}
.index_sns .sns_box .icon > div img {
  width: 100%;
}
.iinstagram_area {
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .iinstagram_area {
    margin-bottom: 80px;
  }
}
@media screen and (width <= 860px) {
  .iinstagram_area {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .iinstagram_area {
    margin-bottom: 0;
  }
}
.iinstagram_area .instafeed_wrapper {
  width: 100%;
  height: 530px;
  min-height: 530px;
}
@media screen and (max-width: 999px) {
  .iinstagram_area .instafeed_wrapper {
    height: 450px;
    min-height: 450px;
  }
}
@media screen and (width <= 860px) {
  .iinstagram_area .instafeed_wrapper {
    height: 1100px;
    min-height: 1100px;
  }
}
@media screen and (width <= 800px) {
  .iinstagram_area .instafeed_wrapper {
    height: 1050px;
    min-height: 1050px;
  }
}
@media screen and (width <= 750px) {
  .iinstagram_area .instafeed_wrapper {
    height: 1000px;
    min-height: 1000px;
  }
}
@media screen and (width <= 700px) {
  .iinstagram_area .instafeed_wrapper {
    height: 950px;
    min-height: 950px;
  }
}
@media screen and (width <= 650px) {
  .iinstagram_area .instafeed_wrapper {
    height: 900px;
    min-height: 900px;
  }
}
@media screen and (width <= 600px) {
  .iinstagram_area .instafeed_wrapper {
    height: 850px;
    min-height: 850px;
  }
}
@media screen and (width <= 550px) {
  .iinstagram_area .instafeed_wrapper {
    height: 800px;
    min-height: 800px;
  }
}
@media screen and (width <= 520px) {
  .iinstagram_area .instafeed_wrapper {
    height: 1280px;
    min-height: 1280px;
  }
}
@media screen and (width <= 500px) {
  .iinstagram_area .instafeed_wrapper {
    height: 1220px;
    min-height: 1220px;
  }
}
@media screen and (width <= 480px) {
  .iinstagram_area .instafeed_wrapper {
    height: 1180px;
    min-height: 1180px;
  }
}
@media screen and (width <= 450px) {
  .iinstagram_area .instafeed_wrapper {
    height: 1100px;
    min-height: 1100px;
  }
}
@media screen and (width <= 420px) {
  .iinstagram_area .instafeed_wrapper {
    height: 1050px;
    min-height: 1050px;
  }
}
@media screen and (width <= 400px) {
  .iinstagram_area .instafeed_wrapper {
    height: 980px;
    min-height: 980px;
  }
}
@media screen and (width <= 375px) {
  .iinstagram_area .instafeed_wrapper {
    height: 930px;
    min-height: 930px;
  }
}
@media screen and (width <= 350px) {
  .iinstagram_area .instafeed_wrapper {
    height: 880px;
    min-height: 880px;
  }
}
@media screen and (width <= 320px) {
  .iinstagram_area .instafeed_wrapper {
    height: 800px;
    min-height: 800px;
  }
}
.iinstagram_area .instafeed_wrapper iframe {
  display: block;
  height: 100%;
}
.blog_area .blog_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .blog_area .blog_list {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 45px;
  }
}
@media screen and (max-width: 575px) {
  .blog_area .blog_list {
    grid-template-columns: 1fr;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 420px) {
  .blog_area .blog_list {
    grid-template-columns: 1fr;
    margin: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .blog_area .blog_list .card {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
  }
}
.blog_area .blog_list .card > a {
  display: block;
}
.blog_area .blog_list .card > a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.blog_area .blog_list .thum_area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 248px;
}
@media screen and (max-width: 999px) {
  .blog_area .blog_list .thum_area {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .blog_area .blog_list .thum_area {
    width: 100%;
    max-width: 390px;
    height: 200px;
  }
}
.blog_area .blog_list .thum_area .new {
  position: absolute;
  width: 80px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #9480f6;
  letter-spacing: 0.15em;
  line-height: 40px;
  font-size: 12px;
  font-weight: 600;
}
.blog_area .blog_list .thum_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 575px) {
  .blog_area .blog_list .thum_area img {
    height: 100%;
  }
}
.blog_area .blog_list .thum_area .cate_area {
  height: unset;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 22, 44, 0.66);
  padding: 16px 10px 15px 20px;
  line-height: 1.3;
}
.blog_area .blog_list .thum_area .cate_area > .inner {
  color: #fff;
}
.blog_area .blog_list .explain_area {
  padding-top: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .blog_area .blog_list .explain_area {
    padding-top: 8px;
  }
}
.blog_area .blog_list .explain_area .post_date {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 700;
}
.blog_area .blog_list .explain_area .title_area {
  font-weight: 700;
  color: #111;
  padding-top: 4px;
}
.blog_area_wrapper {
  position: relative;
}
.blog_area__all {
  position: absolute;
  top: 35%;
  right: 0;
}
.blog_area__all a {
  color: #111;
  position: relative;
  padding-right: 50px;
}
.blog_area__all a:after {
  background: url(../img/icon/arrow/newsline_arrow.webp) no-repeat;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background-size: contain;
  position: absolute;
  inset: 0 8px 0 auto;
  margin: auto;
  padding-left: 10px;
}
@media screen and (max-width: 575px) {
  .blog_area__all._pc {
    display: none;
  }
}
.blog_area__all._sp {
  display: none;
}
@media screen and (max-width: 575px) {
  .blog_area__all._sp {
    display: block;
    text-align: right;
    position: unset;
  }
}
@media screen and (max-width: 575px) {
  .blog_area__all._sp a {
    padding-right: 40px;
  }
}
h2.insta {
  position: relative;
  font-family: IBM Plex Sans JP, sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  letter-spacing: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  h2.insta {
    font-size: 1.375rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
h2.insta span {
  margin-left: 50px;
}
@media screen and (max-width: 575px) {
  h2.insta span {
    margin-left: 40px;
  }
}
h2.insta:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/icon/icon_h2_insta.webp) no-repeat;
  background-size: contain;
  background-position: 0 0;
  left: 0;
  top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  h2.insta:before {
    width: 28px;
    height: 28px;
    top: 0;
  }
}
h2.insta:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #36dea0 0,
    #4ed76a 25%,
    #24a7df 75%,
    #63c1ff
  );
  position: absolute;
  bottom: 0;
}
h2.blog {
  position: relative;
  font-size: 1.875rem;
  font-weight: 300;
  font-family: Shippori Mincho, serif;
  letter-spacing: 5px;
  padding-bottom: 32px;
  margin-bottom: 50px;
  line-height: 1.35;
}
@media screen and (max-width: 575px) {
  h2.blog {
    font-size: 1.375rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
h2.blog span {
  font-size: 1.063rem;
  font-family: IBM Plex Sans JP, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 400;
}
h2.blog:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #36dea0 0,
    #4ed76a 25%,
    #24a7df 75%,
    #63c1ff
  );
  position: absolute;
  bottom: 0;
}
/*# sourceMappingURL=index.css.map */
