@charset "UTF-8";
/* =============================
foundation
==============================*/
/* =============================

base

==============================*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  color: #192834;
  width: 100%;
  line-height: normal;
  overflow-x: initial;
}
body.about {
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  a:not([class]) {
    transition: 0.3s;
  }
  a:not([class]):hover {
    opacity: 0.7;
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0;
}

ul {
  list-style-type: none;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*
Theme Name: テーマの名前を記入します
Description: ここにテーマの説明文を記入します
*/
/* =============================
layout
==============================*/
/* =============================
foundation
==============================*/
/* =============================

main

==============================*/
.l-main {
  flex: 1;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .about .l-main {
    overflow-x: initial;
  }
}

/* =============================
foundation
==============================*/
/* =============================

section

==============================*/
.l-section {
  margin: 80px auto;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin: 100px auto;
  }
}
@media screen and (min-width: 992px) {
  .l-section {
    margin: 130px auto;
  }
}
.l-section__inner {
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-section__inner {
    max-width: 640px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .l-section__inner {
    max-width: 1000px;
    width: 100%;
  }
}

.l-page-header + .l-section {
  padding-top: 0;
}

/* =============================
component
==============================*/
/* =============================
foundation
==============================*/
/* =============================
button
==============================*/
.c-button {
  text-decoration: none;
  padding: 10px 48px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: linear-gradient(90deg, #04c3cb 0%, #1183e3 50%, #04c3cb 100%);
  background-size: 200% 100%;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  max-width: 300px;
  border-radius: 50px;
}
.c-button:hover {
  background-position: 100% 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-button {
    padding: 16px 48px;
  }
}
.c-button--arrow {
  text-decoration: none;
  padding: 10px 48px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: linear-gradient(90deg, #04c3cb 0%, #1183e3 50%, #04c3cb 100%);
  background-size: 200% 100%;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  max-width: 300px;
  border-radius: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 36px;
  z-index: 0;
}
.c-button--arrow:hover {
  background-position: 100% 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-button--arrow {
    padding: 16px 48px;
  }
}
@media screen and (min-width: 768px) {
  .c-button--arrow {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 992px) {
  .c-button--arrow {
    padding: 0;
    width: 72px;
    height: 72px;
  }
}
.c-button--arrow::after {
  content: "";
  width: 24px;
  height: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  margin: -4px 0 0 -12px;
}
@media screen and (min-width: 768px) {
  .c-button--arrow::after {
    width: 26px;
    height: 10px;
  }
}
@media screen and (min-width: 992px) {
  .c-button--arrow::after {
    width: 40px;
    height: 13px;
  }
}
.c-button--arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, #1183e3, #1183e3);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 36px;
}
.c-button--arrow:hover::before {
  opacity: 1;
}

.c-pagetop {
  position: fixed;
  bottom: 100px;
  right: 16px;
}
.c-pagetop__link {
  position: relative;
  text-decoration: none;
  padding: 10px 48px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: linear-gradient(90deg, #04c3cb 0%, #1183e3 50%, #04c3cb 100%);
  background-size: 200% 100%;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  max-width: 300px;
  border-radius: 50px;
  width: 100px;
  min-width: initial;
  letter-spacing: 1;
  display: block;
  font-size: 10px;
  padding: 24px 4px 10px 4px;
  text-decoration: none;
  color: rgb(199.7105263158, 204.7368421053, 214.7894736842);
  background: #fff;
  line-height: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}
.c-pagetop__link:hover {
  background-position: 100% 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-pagetop__link {
    padding: 16px 48px;
  }
}
.c-pagetop__link:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid rgb(199.7105263158, 204.7368421053, 214.7894736842);
  border-right: 2px solid rgb(199.7105263158, 204.7368421053, 214.7894736842);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c-pagetop__link:hover {
    background: #fff;
    opacity: 1;
  }
}

.c-bnr-uiturn {
  display: inline-block;
  width: 100%;
  border-radius: 106.5px;
  background-color: #f5fafd;
  position: relative;
  padding: 24px 16px 24px 32px;
  color: #192834;
  font-weight: bold;
  transition: 0.3s;
  border: 2px solid #f5fafd;
}
@media screen and (min-width: 768px) {
  .c-bnr-uiturn {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-bnr-uiturn {
    width: 740px;
    padding: 54px 66px;
  }
}
.c-bnr-uiturn:hover {
  border: 2px solid #1C80D5;
}
.c-bnr-uiturn::before {
  content: "";
  position: absolute;
  background: url("../images/common/concept2_photo1.jpg") no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  border-top-right-radius: 106.5px;
  border-bottom-right-radius: 106.5px;
}
.c-bnr-uiturn__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
}
.c-bnr-uiturn__title {
  align-self: end;
  grid-column: 1;
  grid-row: 1;
  font-size: clamp(1.4rem, 0.477rem + 2.56vw, 2.4rem);
}
.c-bnr-uiturn__title--sub {
  align-self: start;
  font-size: 1.3rem;
  grid-column: 1;
  grid-row: 2;
}
.c-bnr-uiturn .c-button--arrow {
  width: 34px;
  height: 34px;
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (min-width: 768px) {
  .c-bnr-uiturn .c-button--arrow::after {
    width: 24px;
    height: 8px;
  }
}
@media screen and (min-width: 992px) {
  .c-bnr-uiturn .c-button--arrow::after {
    width: 40px;
    height: 13px;
  }
}
@media screen and (min-width: 992px) {
  .c-bnr-uiturn .c-button--arrow {
    width: 72px;
    height: 72px;
  }
}

.c-button--skeleton {
  text-decoration: none;
  padding: 10px 48px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: linear-gradient(90deg, #04c3cb 0%, #1183e3 50%, #04c3cb 100%);
  background-size: 200% 100%;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  max-width: 300px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #A3ACB4;
  color: #192834;
}
.c-button--skeleton:hover {
  background-position: 100% 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-button--skeleton {
    padding: 16px 48px;
  }
}
.c-button--skeleton:hover {
  background: #192834;
  border: 1px solid #192834;
  color: #fff;
}

.c-button--ijuu-recruit,
.c-button--ijuu-line {
  text-decoration: none;
  padding: 10px 48px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: linear-gradient(90deg, #04c3cb 0%, #1183e3 50%, #04c3cb 100%);
  background-size: 200% 100%;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  max-width: 300px;
  border-radius: 50px;
  letter-spacing: 0.2rem;
  writing-mode: vertical-rl;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  font-size: 1.4rem;
}
.c-button--ijuu-recruit:hover,
.c-button--ijuu-line:hover {
  background-position: 100% 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-button--ijuu-recruit,
  .c-button--ijuu-line {
    padding: 16px 48px;
  }
}

.c-button--ijuu-recruit {
  background: linear-gradient(#04c3cb 0%, #08b1ed 51.23%, #1183e3 100%);
  padding: 24px 8px;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .c-button--ijuu-recruit {
    padding: 48px 12px;
    letter-spacing: 0.5rem;
  }
}
.c-button--ijuu-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 50px;
  background: linear-gradient(#1183e3 0%, #08b1ed 51.23%, #04c3cb 100%);
}
.c-button--ijuu-recruit:hover::before {
  opacity: 1;
}

.c-button--ijuu-line {
  background: linear-gradient(#fff 0%, #fff 100%);
  color: #192834;
  padding: 56px 6px 24px;
  position: relative;
  border: 2px solid #fff;
}
@media screen and (min-width: 992px) {
  .c-button--ijuu-line {
    padding: 56px 10px 24px;
  }
}
.c-button--ijuu-line::before {
  content: "";
  background: url("../images/common/icon_line.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.c-button--ijuu-line:hover {
  border: 2px solid #1C80D5;
}

.c-button--yellow {
  text-decoration: none;
  padding: 10px 48px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: linear-gradient(90deg, #04c3cb 0%, #1183e3 50%, #04c3cb 100%);
  background-size: 200% 100%;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  max-width: 300px;
  border-radius: 50px;
  background: linear-gradient(#E8C71D 0%, #E8C71D 100%);
  z-index: 0;
}
.c-button--yellow:hover {
  background-position: 100% 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .c-button--yellow {
    padding: 16px 48px;
  }
}
.c-button--yellow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 50px;
  background: linear-gradient(90deg, #E8C71D 0%, #e8721d 100%);
}
.c-button--yellow:hover::before {
  opacity: 1;
}

/* =============================
utility
==============================*/
/* =============================
foundation
==============================*/
@media screen and (min-width: 992px) {
  .u-hidden--pc {
    display: none;
  }
}

.u-hidden--mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-hidden--mobile {
    display: block;
  }
}

/* =============================
project
==============================*/
/* =============================
foundation
==============================*/
/* =============================

U・Iターン者向けLP

==============================*/
.p-ijuu {
  /* =============================
  fixボタン
    ==============================*/
  /* =============================
  hero
    ==============================*/
  /* =============================
  intro
  ==============================*/
  /* =============================
  menu
    ==============================*/
  /* =============================
  私たちについて
  ==============================*/
  /* =============================
  環境・制度
    ==============================*/
  /* =============================
  サポート
  ==============================*/
  /* =============================
  社員の紹介
    ==============================*/
}
.p-ijuu-fix {
  position: fixed;
  right: 2%;
  bottom: 12lvh;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-ijuu-fix {
    bottom: 10%;
  }
}
.p-ijuu-fix__button + .p-ijuu-fix__button {
  margin-top: 8px;
}
.p-ijuu .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.p-ijuu .text-anim.is-animation .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.p-ijuu-hero {
  height: 100%;
  background: #F0F6FC;
  position: relative;
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero {
    padding-top: 140px;
  }
}
.p-ijuu-hero__wrap {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(7, auto);
  padding: 0 5% 70px;
  row-gap: 8px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__wrap {
    grid-template-rows: repeat(10, auto);
    grid-template-columns: repeat(12, 1fr);
    padding: 0 0 100px;
  }
}
.p-ijuu-hero__img {
  width: 100%;
  height: 100%;
}
.p-ijuu-hero__img img {
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__img img {
    border-radius: 48px;
  }
}
.p-ijuu-hero__img--01 {
  grid-column: 1/4;
  grid-row: 2;
  height: 20vh;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__img--01 {
    grid-row: 2/6;
    grid-column: 1/5;
    margin: 60px 0 0 -24px;
    height: 90%;
  }
}
.p-ijuu-hero__img--02 {
  grid-column: 2/6;
  grid-row: 1;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__img--02 {
    height: 400px;
    grid-row: 1/5;
    grid-column: 7/13;
  }
}
.p-ijuu-hero__img--03 {
  grid-column: 3/6;
  grid-row: 6;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__img--03 {
    width: 85%;
    height: 120%;
    grid-row: 5/8;
    grid-column: 5/8;
    margin-left: 40px;
  }
}
.p-ijuu-hero__img--04 {
  grid-column: 2/4;
  grid-row: 7;
  height: 20vh;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__img--04 {
    grid-row: 7/11;
    grid-column: 8/11;
    height: 80%;
    width: 108%;
    margin-left: 24px;
  }
}
.p-ijuu-hero__catch {
  grid-column: 1/6;
  grid-row: 5;
  font-size: clamp(2.4rem, 1.355rem + 4.46vw, 4.7rem);
  font-weight: bold;
  line-height: clamp(4.5rem, 3.136rem + 5.82vw, 7.5rem);
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__catch {
    grid-row: 7/11;
    grid-column: 1/8;
    margin-top: 3vh;
    letter-spacing: 0.5rem;
  }
}
.p-ijuu-hero__deco--01 {
  position: absolute;
  width: 20lvh;
  z-index: 2;
  top: 43lvh;
  right: 6lvw;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__deco--01 {
    right: auto;
    left: 17%;
    top: 8%;
  }
}
.p-ijuu-hero__deco--02 {
  z-index: 0;
  width: 70vw;
  max-width: 446px;
  position: absolute;
  bottom: 0;
  left: -5%;
}
@media screen and (min-width: 992px) {
  .p-ijuu-hero__deco--02 {
    left: auto;
    right: -5%;
    z-index: 2;
  }
}
.p-ijuu-hero__deco--02 img {
  width: 100%;
}
.p-ijuu-intro {
  width: 100%;
  margin: 0;
  padding: 120px 0;
  background: linear-gradient(#1c80d5 0%, #58a7eb 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ijuu-intro {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-intro {
    margin: 0;
    padding: 160px 0;
  }
}
.p-ijuu-intro::after {
  content: "";
  position: absolute;
  background: url("../images/ijuu/ill_deco_03.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 64lvw;
  height: 12lvh;
  bottom: 0;
  left: -10%;
}
@media screen and (min-width: 768px) {
  .p-ijuu-intro::after {
    width: 368px;
    height: 142px;
    left: -3%;
  }
}
.p-ijuu-intro__text {
  color: #fff;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 992px) {
  .p-ijuu-intro__text {
    text-align: center;
    line-height: 4.2rem;
  }
}
.p-ijuu-intro__text + .p-ijuu-intro__text {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-intro__text + .p-ijuu-intro__text {
    margin-top: 60px;
  }
}
.p-ijuu-menu {
  background: #F0F6FC;
  padding: 60px 5%;
}
@media screen and (min-width: 768px) {
  .p-ijuu-menu {
    padding: 80px 0;
  }
}
.p-ijuu-menu__list {
  width: 100%;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  padding: 24px 8%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-menu__list {
    max-width: 640px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-menu__list {
    max-width: 800px;
    padding: 24px 54px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.p-ijuu-menu__item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-ijuu-menu__item {
    width: auto;
  }
}
.p-ijuu-menu__item a {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #192834;
  font-weight: bold;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}
.p-ijuu-menu__item a::before {
  content: "";
  width: 8px;
  height: 3px;
  position: relative;
  bottom: 0.5rem;
  border-bottom: solid 1px #1C80D5;
  border-right: solid 1px #1C80D5;
  transform: skew(45deg);
}
.p-ijuu-about {
  background: #F0F6FC;
  margin: 0;
  padding: 80px 0 120px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-about {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-about {
    margin: 0;
    padding: 133px 0 186px;
  }
}
.p-ijuu-about__intro {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ijuu-about__intro {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-ijuu-about__intro img {
  position: absolute;
  top: 18lvh;
  right: -5%;
  width: 80lvw;
  height: auto;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-about__intro img {
    flex: 1;
    margin-right: calc(50% - 50vw);
    top: 9lvh;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-about__intro img {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    width: 60lvw;
    top: 5lvh;
  }
}
.p-ijuu-about__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-ijuu-about__catch .inn {
  font-weight: bold;
  display: inline-block;
  background: #fff;
  font-size: clamp(2rem, 1.455rem + 2.33vw, 3.2rem);
  padding: 4px;
  z-index: 1;
  position: relative;
}
.p-ijuu-about__intro-message {
  padding: 24px;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 3.4rem;
  margin-top: 25lvh;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .p-ijuu-about__intro-message {
    padding: 40px;
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-about__intro-message {
    width: 65%;
    padding: 70px 60px;
  }
}
.p-ijuu-about__intro-message .inn {
  font-weight: bold;
  display: inline-block;
  background: #1C80D5;
  font-size: 1.6rem;
  padding: 4px;
  z-index: 1;
  position: relative;
  padding: 0 2px;
  color: #fff;
  font-weight: 500;
}
.p-ijuu-about__future {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-about__future {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 64px;
    margin-top: 208px;
  }
}
.p-ijuu-about__future img {
  width: 70%;
  margin: 0 auto 40px;
  max-width: 340px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-about__future img {
    width: 100%;
    margin: 0;
    grid-column: 1;
    grid-row: 1/4;
  }
}
.p-ijuu-about__future-message {
  line-height: 3.4rem;
}
@media screen and (min-width: 992px) {
  .p-ijuu-about__future-message {
    grid-column: 2;
  }
}
.p-ijuu-about__future-message + .p-ijuu-about__future-message {
  margin-top: 24px;
}
.p-ijuu-about__future-message .inn {
  font-weight: bold;
  display: inline-block;
  background: #1C80D5;
  font-size: clamp(1.8rem, 1.527rem + 1.16vw, 2.4rem);
  padding: 4px;
  z-index: 1;
  position: relative;
  padding: 0 2px;
  color: #fff;
  font-weight: 500;
}
.p-ijuu-system {
  background: #F0F6FC;
  margin: 0;
  padding: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-system {
    margin: 0;
    padding: 0 0 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-system {
    margin: 0;
    padding: 0 0 120px;
  }
}
.p-ijuu-system__intro {
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-system__intro {
    margin-bottom: 340px;
  }
}
.p-ijuu-system__intro img {
  position: absolute;
  top: 16lvh;
  left: -5%;
  width: 90lvw;
  height: auto;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-system__intro img {
    flex: 1;
    margin-left: calc(50% - 50vw);
    left: 0;
    top: 9lvh;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-system__intro img {
    top: 0;
    position: relative;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }
}
.p-ijuu-system__catch {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .p-ijuu-system__catch {
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.p-ijuu-system__catch .inn {
  font-weight: bold;
  display: inline-block;
  background: #fff;
  font-size: clamp(2rem, 1.455rem + 2.33vw, 3.2rem);
  padding: 4px;
  z-index: 1;
  position: relative;
}
.p-ijuu-system__message {
  padding: 24px;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 3.4rem;
  margin-top: 34lvh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ijuu-system__message {
    width: 80%;
    margin: 24lvh 0 0 auto;
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-system__message {
    position: absolute;
    right: 0;
    bottom: -40%;
    width: 57%;
    margin: 0;
    padding: 70px 60px;
  }
}
.p-ijuu-system__message::before {
  content: "";
  position: absolute;
  background: url("../images/ijuu/ill_deco_01.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 40lvw;
  height: 8lvh;
  bottom: -10px;
  right: -3%;
}
@media screen and (min-width: 768px) {
  .p-ijuu-system__message::before {
    right: auto;
    left: -126px;
    bottom: -24px;
    width: 205px;
    height: 65px;
  }
}
.p-ijuu-system__pickup-item {
  background: #fff;
  border-radius: 24px;
  padding: 24px 32px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  /*
        &:nth-child(2){
          margin-left: auto;
          margin-right: auto;
        }
        &:nth-child(3){
          margin-left: auto;
          margin-right: 0;
        }
  */
}
@media screen and (min-width: 768px) {
  .p-ijuu-system__pickup-item {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-system__pickup-item {
    padding: 54px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
}
.p-ijuu-system__pickup-item img {
  width: 50%;
  max-width: 200px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-system__pickup-item img {
    width: 200px;
  }
}
.p-ijuu-system__pickup-desc {
  margin-top: 24px;
}
.p-ijuu-system__pickup-title {
  font-size: clamp(1.8rem, 1.618rem + 0.78vw, 2.2rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-system__pickup-title {
    text-align: left;
  }
}
.p-ijuu-system__pickup-text {
  line-height: 3.2rem;
}
.p-ijuu-support {
  margin: 0;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-ijuu-support {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-support {
    margin: 0;
  }
}
.p-ijuu-support::before {
  content: "";
  background: url("../images/ijuu/bg_grd_01.jpg") no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-ijuu-support::before {
    height: 280px;
  }
}
.p-ijuu-support__head {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  padding-top: 180px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-support__head {
    padding-top: 210px;
  }
}
.p-ijuu-support__catch {
  background: #fff;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding: 32px 40px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-support__catch {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 48px 118px;
  }
}
.p-ijuu-support__catch::before {
  content: "";
  background: url("../images/ijuu/ill_shikoku.svg") no-repeat;
  background-size: contain;
  height: 103px;
  width: 127px;
  position: absolute;
  top: -84px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.p-ijuu-support__message {
  line-height: 3.2rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-support__message {
    text-align: center;
  }
}
.p-ijuu-support__list {
  margin-top: 64px;
}
.p-ijuu-support__item {
  background: #F0F6FC;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 24px;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 992px) {
  .p-ijuu-support__item {
    border-radius: 80px;
  }
}
.p-ijuu-support__item-head {
  display: flex;
  align-items: center;
}
.p-ijuu-support__item-head::marker {
  display: none;
}
.p-ijuu-support__item-head::after {
  content: "＋";
  margin-left: auto;
  margin-right: 0;
}
details[open] .p-ijuu-support__item-head::after {
  content: "−";
}
.p-ijuu-support__item-title {
  font-size: clamp(1.8rem, 1.618rem + 0.78vw, 2.2rem);
  text-align: center;
  font-weight: bold;
}
.p-ijuu-support__desc {
  margin-top: 40px;
}
.p-ijuu-support__desc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-support__desc-list {
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-ijuu-support__desc-item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-ijuu-support__desc-item {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
  }
}
.p-ijuu-support__desc-item a {
  display: block;
  font-weight: bold;
  background: #fff;
  border-radius: 24px;
  display: block;
  padding: 24px;
  width: 100%;
  color: #192834;
  text-decoration: none;
  text-align: center;
  line-height: 3.2rem;
}
@media screen and (min-width: 992px) {
  .p-ijuu-support__desc-item a {
    padding: 32px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-ijuu-support__note {
  margin-bottom: 16px;
  text-align: center;
}
.p-ijuu-support__note span {
  position: relative;
  display: inline-block;
  color: #ED8E1E;
  text-align: center;
  font-weight: 500;
  padding: 0 40px;
}
.p-ijuu-support__note span::before, .p-ijuu-support__note span::after {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  width: 2px;
  height: 100%;
  background: #ED8E1E;
}
.p-ijuu-support__note span::before {
  left: 29px;
  transform: rotate(-30deg);
}
.p-ijuu-support__note span::after {
  right: 29px;
  transform: rotate(30deg);
}
.p-ijuu-support__desc-line {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px 0 24px;
}
.p-ijuu-support__desc-line::before, .p-ijuu-support__desc-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #919DA7 0, #919DA7 2px, transparent 2px, transparent 4px);
}
.p-ijuu-support__desc-line span {
  color: #919DA7;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  display: inline-block;
  padding: 0 12px;
  white-space: nowrap;
}
.p-ijuu-support .note {
  word-break: break-all;
  display: block;
  font-weight: normal;
  color: #919DA7;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.p-ijuu-case {
  margin-top: 0;
}
.p-ijuu-case__intro {
  position: relative;
  z-index: 1;
}
.p-ijuu-case__intro::before {
  content: "";
  background: url("../images/ijuu/img_case_01.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  width: 90lvw;
  height: 40lvh;
  position: absolute;
  right: -5%;
  top: 0;
  z-index: -1;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__intro::before {
    width: 110%;
    right: -8lvw;
    border-radius: 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__intro::before {
    right: -5%;
    border-radius: 48px;
    height: 50lvh;
  }
}
.p-ijuu-case__intro-main {
  position: relative;
  z-index: 1;
  padding-top: 25lvh;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__intro-main {
    margin-left: -5%;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__intro-main {
    padding-top: calc(50lvh - 162px);
  }
}
.p-ijuu-case__intro-img {
  position: absolute;
}
.p-ijuu-case__intro-img img {
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__intro-img img {
    border-radius: 48px;
  }
}
.p-ijuu-case__intro-img--01 {
  top: 80%;
  left: 2lvw;
  width: 46%;
  height: 18lvh;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__intro-img--01 {
    top: 76%;
    width: 60%;
    height: 19%;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__intro-img--01 {
    top: calc(50lvh + 177px);
    width: 269px;
    height: 164px;
    left: -10%;
  }
}
.p-ijuu-case__intro-img--02 {
  top: 74%;
  right: 2lvw;
  width: 162px;
  height: 163px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__intro-img--02 {
    top: 71%;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__intro-img--02 {
    top: calc(50lvh + 113px);
    left: 42%;
    right: auto;
  }
}
.p-ijuu-case__intro-img--03 {
  top: 52%;
  right: 6lvw;
  width: 66%;
  height: 20%;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__intro-img--03 {
    top: 50%;
    width: 74%;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__intro-img--03 {
    top: calc(50lvh + 18px);
    right: 0;
    width: 402px;
    height: 223px;
  }
}
.p-ijuu-case__intro-deco--01 {
  position: absolute;
  top: 71%;
  left: -2lvw;
  width: 38%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__intro-deco--01 {
    top: 54%;
    width: 26%;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__intro-deco--01 {
    top: calc(50lvh + 163px);
    left: 13%;
    z-index: 0;
    width: 198px;
    height: 96px;
  }
}
.p-ijuu-case__intro-deco--02 {
  width: 34%;
  margin: 100% 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__intro-deco--02 {
    margin-top: 82%;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__intro-deco--02 {
    margin: 120px -44px 0 auto;
    width: 163px;
    height: 52px;
  }
}
.p-ijuu-case__catch .inn {
  font-weight: bold;
  display: inline-block;
  background: #fff;
  font-size: clamp(2rem, 1.455rem + 2.33vw, 3.2rem);
  padding: 4px;
  z-index: 1;
  position: relative;
}
.p-ijuu-case__message {
  margin-top: 24px;
  padding: 24px;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 3.4rem;
  width: 85%;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__message {
    padding: 54px 54px 54px 0;
    width: 45%;
  }
}
.p-ijuu-case__list {
  margin: 80px 0 40px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__item {
    display: flex;
  }
}
.p-ijuu-case__item + .p-ijuu-case__item {
  margin-top: 64px;
}
.p-ijuu-case__item img {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-left: -5%;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__item img {
    width: 100%;
    max-width: 640px;
    margin: 0;
    border-radius: 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__item img {
    width: 520px;
    height: 370px;
    max-width: initial;
    border-radius: 48px;
    margin-left: -10%;
    z-index: 1;
  }
}
.p-ijuu-case__desc {
  background: #F0F6FC;
  padding: 56px 24px 32px;
  margin-top: -24px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__desc {
    width: 110%;
    margin: -64px 0 0 -5%;
    padding: 96px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__desc {
    padding: 40px 48px 50px 122px;
    margin: 43px -40px 0 -65px;
  }
}
.p-ijuu-case__number {
  font-family: "Roboto", sans-serif;
  color: #1C80D5;
  font-weight: bold;
  font-style: italic;
  font-size: clamp(2.4rem, 2.127rem + 1.16vw, 3rem);
  margin: 0 0 10px;
  letter-spacing: 0.3rem;
}
.p-ijuu-case__career {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  border-bottom: 1px dotted #6E9EC7;
  margin-bottom: 20px;
}
.p-ijuu-case__career-item {
  color: #6E9EC7;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-right: 16px;
}
.p-ijuu-case__career-item::after {
  content: "";
  width: 8px;
  height: 3px;
  position: absolute;
  bottom: 0.8rem;
  right: 0;
  border-bottom: solid 1px #6E9EC7;
  border-right: solid 1px #6E9EC7;
  transform: skew(45deg);
}
.p-ijuu-case__career-item:last-child {
  padding-right: 0;
}
.p-ijuu-case__career-item:last-child::after {
  border: none;
}
.p-ijuu-case__career-item span {
  display: block;
  width: 100%;
  border: 1px solid #6E9EC7;
  border-radius: 48px;
  font-size: 1.2rem;
  text-align: center;
  padding: 2px 8px;
}
.p-ijuu-case__career-item p {
  text-align: center;
}
.p-ijuu-case__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3.6rem;
  margin-bottom: 16px;
  text-align: left;
}
.p-ijuu-case__data {
  font-size: 1.5rem;
}
.p-ijuu-case__more {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__more {
    flex-direction: row;
  }
}
.p-ijuu-case__other {
  background: #F0F6FC;
  border-radius: 24px;
  padding: 32px;
}
@media screen and (min-width: 768px) {
  .p-ijuu-case__other {
    width: 100%;
    padding: 80px 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__other {
    width: 70%;
    padding: 70px 60px;
    border-radius: 48px;
    margin: 72px auto 0;
  }
}
.p-ijuu-case__other-title {
  font-size: clamp(1.8rem, 1.618rem + 0.78vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-case__other-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.p-ijuu-case__other-more {
  text-align: center;
}
.p-ijuu-case__other-more .c-button {
  padding: 10px 32px;
}
.p-ijuu-schedule {
  position: relative;
  padding-top: 80px;
}
.p-ijuu-schedule::before {
  content: "";
  position: absolute;
  background: url("../images/ijuu/ill_deco_01.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100px;
  height: 31px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-ijuu-schedule__catch {
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-schedule__catch {
    margin-bottom: 34px;
  }
}
.p-ijuu-schedule__message {
  line-height: 3.4rem;
}
@media screen and (min-width: 992px) {
  .p-ijuu-schedule__message {
    text-align: center;
  }
}
.p-ijuu-schedule__block {
  background: #F0F6FC;
  border-radius: 24px;
  padding: 32px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-ijuu-schedule__block {
    margin: 72px 0;
    flex-direction: row;
    border-radius: 48px;
    padding: 0;
    width: 110%;
    margin-left: -5%;
  }
}
.p-ijuu-schedule__timeline {
  order: 2;
}
@media screen and (min-width: 992px) {
  .p-ijuu-schedule__timeline {
    order: 1;
    flex: 1;
    padding: 80px 60px;
  }
}
.p-ijuu-schedule__timeline-item {
  position: relative;
  width: 100%;
  padding: 0 0 30px 30px;
}
.p-ijuu-schedule__timeline-item::before {
  content: "";
  border-radius: 50%;
  border: solid 3px #1C80D5;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}
.p-ijuu-schedule__timeline-item::after {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  background: #1C80D5;
  left: 7px;
  top: 25%;
  z-index: 0;
}
.p-ijuu-schedule__timeline-item:last-child::after {
  background: none;
}
.p-ijuu-schedule__timeline-title {
  font-family: "Roboto", sans-serif;
  color: #1C80D5;
  font-weight: bold;
  font-size: clamp(1.8rem, 1.255rem + 2.33vw, 3rem);
}
.p-ijuu-schedule__timeline-content {
  margin-top: 10px;
}
.p-ijuu-schedule__timeline-desc {
  line-height: 2.8rem;
}
.p-ijuu-schedule__img {
  order: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-schedule__img {
    order: 2;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.p-ijuu-schedule__img img {
  border-radius: 24px;
}
@media screen and (min-width: 992px) {
  .p-ijuu-schedule__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
}
.p-ijuu-recruit {
  background: url(../images/ijuu/bg_grd_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 80px 5%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-ijuu-recruit {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-ijuu-recruit {
    margin-bottom: 0;
    padding: 117px 0;
  }
}
.p-ijuu-recruit__catch {
  text-align: center;
  color: #fff;
  font-size: clamp(2.2rem, 1.745rem + 1.94vw, 3.2rem);
}
.p-ijuu-recruit__more {
  margin-top: 32px;
  text-align: center;
}

.c-bnr-uiturn {
  display: inline-block;
  width: 100%;
  border-radius: 106.5px;
  background-color: #f5fafd;
  position: relative;
  padding: 24px 16px 24px 32px;
  color: #192834;
  font-weight: bold;
  transition: 0.3s;
  border: 2px solid #f5fafd;
}
@media screen and (min-width: 768px) {
  .c-bnr-uiturn {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-bnr-uiturn {
    width: 740px;
    padding: 54px 66px;
  }
}
.c-bnr-uiturn:hover {
  border: 2px solid #1C80D5;
}
.c-bnr-uiturn::before {
  content: "";
  position: absolute;
  background: url("images/ijuu/concept2_main.jpg") no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  border-top-right-radius: 106.5px;
  border-bottom-right-radius: 106.5px;
}
.c-bnr-uiturn__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
}
.c-bnr-uiturn__title {
  align-self: end;
  grid-column: 1;
  grid-row: 1;
  font-size: clamp(1.4rem, 0.477rem + 2.56vw, 2.4rem);
}
.c-bnr-uiturn__title--sub {
  align-self: start;
  font-size: 1.3rem;
  grid-column: 1;
  grid-row: 2;
}
.c-bnr-uiturn .c-button--arrow {
  width: 34px;
  height: 34px;
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (min-width: 768px) {
  .c-bnr-uiturn .c-button--arrow::after {
    width: 24px;
    height: 8px;
  }
}
@media screen and (min-width: 992px) {
  .c-bnr-uiturn .c-button--arrow::after {
    width: 40px;
    height: 13px;
  }
}
@media screen and (min-width: 992px) {
  .c-bnr-uiturn .c-button--arrow {
    width: 72px;
    height: 72px;
  }
}