@charset "UTF-8";
/* Break point
---------------------------------------------------------- */
/* Font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@300;400;500;600;700;800;900&family=Reem+Kufi:wght@400..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  -webkit-padding-start: initial;
          padding-inline-start: initial;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

mark {
  background: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  border: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
li {
  list-style: none;
}

/* Mixin
---------------------------------------------------------- */
/* animation
---------------------------------------------------------- */
.a-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.a-fadeIn.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================//
//
//　変数
//
// ========================================================================== */
:root {
  /* Color
  ---------------------------------------------------------- */
  --color-main: #059DC6;
  --color-sub: #E2F9FF;
  --color-sub2: #DEF2F8;
  --color-line: #7BCBE1;
  --color-point: #F9D770;
  --color-font: #2D2D2D;
  --color-grd1-blue: #C7F4FF;
  --color-grd1-yelow: #F8FFCF;
  --color-grd2: linear-gradient(145deg, rgba(225, 249, 255, 0.30) 14.08%, #E1F9FF 41.83%, #FAFFDD 76.07%, rgba(250, 255, 221, 0.30) 86.16%);
  /* font
  ---------------------------------------------------------- */
  --font-zenkaku: "Zen Kaku Gothic New", "noto sans jp", sans-serif;
  --font-en: "Caveat", "noto sans jp", sans-serif;
  --font-no: "Reem Kufi", "noto sans jp", sans-serif;
  --font-poppins: "Poppins", "noto sans jp", sans-serif;
  --font-r: 300;
  --font-m: 500;
  --font-b: 700;
  --font-bl: 900;
  --lhS: 1.2;
  --lhM: 1.5;
  --lhL: 1.8;
  --lhLL: 2.3;
  --font8: 0.5rem;
  --font9: 0.56rem;
  --font10: 0.62rem;
  --font11: 0.7rem;
  --font12: 0.79rem;
  --font13: 0.81rem;
  --font14: 0.88rem;
  --font15: 0.94rem;
  --font16: 1rem;
  --font18: 1.12rem;
  --font20: 1.25rem;
  --font22: 1.42rem;
  --font23: 1.5rem;
  --font24: 1.5rem;
  --font25: 1.6rem;
  --font26: 1.62rem;
  --font28: 1.8rem;
  --font29: 1.85rem;
  --font30: 1.87rem;
  --font32: 2rem;
  --font33: 2.06rem;
  --font36: 2.28rem;
  --font37: 2.31rem;
  --font38: 2.37rem;
  --font41: 2.56rem;
  --font46: 2.88rem;
  --font50: 3.12rem;
  --font52: 3.25rem;
  --font55: 3.43rem;
  --font61: 3.81rem;
  --font66: 4.12rem;
  --font70: 4.37rem;
  --font74: 4.62rem;
  --font85: 5.31rem;
  /* width
  ---------------------------------------------------------- */
  --maxWidth: 1040px;
  --sidePadding: 20px;
  --marginTop: 20px;
}
@media screen and (min-width: 768px) {
  :root {
    --sidePadding: 40px;
  }
}
@media screen and (min-width: 960px) {
  :root {
    --sidePadding: 80px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --marginTop: 30px;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}

.c-taC {
  text-align: center;
}

.c-taR {
  text-align: right;
}

.c-taL {
  text-align: left;
}

.c-colorBox {
  padding: 20px;
}

.c-of-hidden {
  overflow: hidden;
}

.c-note {
  padding-left: 1.2em;
  position: relative;
}
.c-note mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.-fwN {
  font-weight: 400;
}

.-fwM {
  font-weight: var(--font-m);
}

.-fwB {
  font-weight: var(--font-b);
}

.-fsSS {
  font-size: 0.8em;
}

.-fsS {
  font-size: 0.9em;
}

.-fsM {
  font-size: 1.2em;
}

.-fsL {
  font-size: 1.4em;
}

.-fc-red {
  color: var(--color-red);
}

.c-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-dot {
    gap: 25px;
  }
}
.c-dot span {
  background: #C1E7ED;
  border-radius: 9999px;
  aspect-ratio: 1/1;
  width: 4px;
}
@media screen and (min-width: 768px) {
  .c-dot span {
    width: 10px;
  }
}
.c-dot span:nth-child(2) {
  width: 6px;
}
@media screen and (min-width: 768px) {
  .c-dot span:nth-child(2) {
    width: 15px;
  }
}
.c-dot span:nth-child(3) {
  width: 8px;
}
@media screen and (min-width: 768px) {
  .c-dot span:nth-child(3) {
    width: 20px;
  }
}
@-webkit-keyframes dotAnime1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dotAnime1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes dotAnime2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dotAnime2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes dotAnime3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dotAnime3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-dot.c-dotAnime span {
  opacity: 0;
}
.c-dot.c-dotAnime.-start span {
  -webkit-animation: dotAnime1-2 1.5s ease forwards;
          animation: dotAnime1-2 1.5s ease forwards;
}
.c-dot.c-dotAnime.-start span:nth-child(2) {
  -webkit-animation: dotAnime2-2 1.5s ease forwards;
          animation: dotAnime2-2 1.5s ease forwards;
}
.c-dot.c-dotAnime.-start span:nth-child(3) {
  -webkit-animation: dotAnime3-2 1.5s ease forwards;
          animation: dotAnime3-2 1.5s ease forwards;
}
@media screen and (min-width: 960px) {
  .c-dot.c-dotAnime.-start span {
    -webkit-animation: dotAnime1 2.3s ease infinite;
            animation: dotAnime1 2.3s ease infinite;
  }
  .c-dot.c-dotAnime.-start span:nth-child(2) {
    -webkit-animation: dotAnime2 2.3s ease infinite;
            animation: dotAnime2 2.3s ease infinite;
  }
  .c-dot.c-dotAnime.-start span:nth-child(3) {
    -webkit-animation: dotAnime3 2.3s ease infinite;
            animation: dotAnime3 2.3s ease infinite;
  }
}

.js-scroll .c-dot span {
  opacity: 0;
}
.js-scroll.-start .c-dot span {
  -webkit-animation: dotAnime1-2 1.5s ease forwards;
          animation: dotAnime1-2 1.5s ease forwards;
}
@-webkit-keyframes dotAnime1-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dotAnime1-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes dotAnime2-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dotAnime2-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes dotAnime3-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes dotAnime3-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-scroll.-start .c-dot span:nth-child(2) {
  -webkit-animation: dotAnime2-2 1.5s ease forwards;
          animation: dotAnime2-2 1.5s ease forwards;
}
.js-scroll.-start .c-dot span:nth-child(3) {
  -webkit-animation: dotAnime3-2 1.5s ease forwards;
          animation: dotAnime3-2 1.5s ease forwards;
}

.c-circles span {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  position: absolute;
}
.c-circles span.-blue {
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #D1F7FF 0%, rgba(209, 247, 255, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #D1F7FF 0%, rgba(209, 247, 255, 0) 100%);
}
.c-circles span.-yellow {
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #FAFFD1 0%, rgba(250, 255, 209, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #FAFFD1 0%, rgba(250, 255, 209, 0) 100%);
}

.c-ttl-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 65px;
}
@media screen and (min-width: 768px) {
  .c-ttl-1 {
    min-height: 95px;
  }
}
.c-ttl-1 .-en {
  font-family: var(--font-en);
  font-size: var(--font16);
  color: var(--color-main);
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-ttl-1 .-en {
    font-size: var(--font20);
  }
}
.c-ttl-1 .-main {
  font-family: var(--font-zenkaku);
  font-size: var(--font18);
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-ttl-1 .-main {
    font-size: var(--font32);
  }
}
.c-ttl-1 .-main::before {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: var(--color-grd2);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-ttl-1 .-main::before {
  width: 65px;
  top: -30px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .c-ttl-1 .-main::before {
    width: 90px;
    top: -37px;
    left: -50px;
  }
}
.c-ttl-1 .-main .-small {
  font-size: 0.8em;
}
.c-ttl-1.js-scroll .-en {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
}
.c-ttl-1.js-scroll .-main > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s 1.2s;
  transition: all 0.8s 1.2s;
}
.c-ttl-1.js-scroll .-main::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.c-ttl-1.js-scroll.-start .-en {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-ttl-1.js-scroll.-start .-main > span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-ttl-1.js-scroll.-start .-main::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-ttl-2 {
  display: grid;
  grid-template-columns: 65px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-height: 65px;
}
@media screen and (min-width: 768px) {
  .c-ttl-2 {
    grid-template-columns: 90px 1fr;
    min-height: 90px;
  }
}
.c-ttl-2 .-no {
  font-family: var(--font-en);
  font-size: var(--font25);
  color: var(--color-main);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  position: relative;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-ttl-2 .-no {
    font-size: var(--font41);
  }
}
.c-ttl-2 .-no::before {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: var(--color-grd2);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-ttl-2 .-no::before {
  width: 65px;
  top: calc(50% - 32.5px);
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-2 .-no::before {
    width: 90px;
    top: calc(50% - 45px);
  }
}
.c-ttl-2 .-main {
  font-family: var(--font-zenkaku);
  font-size: var(--font18);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-ttl-2 .-main {
    font-size: var(--font32);
  }
}
.c-ttl-2.js-scroll .-no::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.c-ttl-2.js-scroll .-no > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
.c-ttl-2.js-scroll .-main > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s 1.2s;
  transition: all 0.8s 1.2s;
}
.c-ttl-2.js-scroll.-start .-no::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-ttl-2.js-scroll.-start .-no > span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-ttl-2.js-scroll.-start .-main > span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-ttl-3 {
  font-size: var(--font16);
  color: var(--color-main);
  font-weight: var(--font-m);
}
@media screen and (min-width: 768px) {
  .c-ttl-3 {
    font-size: var(--font20);
  }
}

.c-link-1 {
  text-decoration: underline;
  text-underline-position: from-font;
  color: var(--color-main);
}
@media screen and (min-width: 960px) {
  .c-link-1:hover {
    text-decoration: none;
  }
}

.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 20px;
}
.c-flex > * {
  margin-top: 0 !important;
}
.c-flex + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-flex.-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}

.c-grid {
  margin-top: 20px !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.c-grid > * {
  margin-top: 0 !important;
}
.c-grid + * {
  margin-top: 20px;
}
.c-grid > .-txt > *:first-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid {
    margin-top: 40px !important;
  }
}

.c-list-1 + * {
  margin-top: 20px;
}
.c-list-1 > li > ul {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.c-list-1 > li {
  padding-left: 1.2em;
  position: relative;
}
.c-list-1 > li + li {
  margin-top: 10px;
}
.c-list-1 > li mark {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-1.-em2 > li {
  padding-left: 2.2em;
}
.c-list-1.-em3 > li {
  padding-left: 3.2em;
}
.c-list-1.-em4 > li {
  padding-left: 4.2em;
}

.c-list-2 + * {
  margin-top: 20px;
}
.c-list-2 li {
  padding-left: 15px;
  font-weight: 400;
  position: relative;
}
.c-list-2 li + li {
  margin-top: 10px;
}
.c-list-2 li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #5EC0DB;
  border-radius: 9999px;
  position: absolute;
  top: calc(0.5em + 2.5px);
  left: 5px;
}

@media screen and (min-width: 768px) {
  .c-dlBox {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-dlBox + .c-dlBox {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-dlBox + .c-dlBox {
    margin-top: 0;
    border-top: 1px solid #D9D9D9;
  }
}
.c-dlBox dt {
  padding: 10px;
  background: var(--color-sub);
  font-size: var(--font16);
}
@media screen and (min-width: 768px) {
  .c-dlBox dt {
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-dlBox dt {
    padding: 20px 30px;
  }
}
.c-dlBox dd {
  padding: 10px 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-dlBox dd {
    padding: 20px 20px 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .c-dlBox dd {
    padding: 20px 30px 20px 0;
  }
}

.c-imgAndTxt .-img {
  float: left;
  width: 100%;
  margin-bottom: var(--marginTop);
}
@media screen and (min-width: 768px) {
  .c-imgAndTxt .-img {
    width: 50%;
    margin-right: 40px;
  }
}
.c-imgAndTxt .-img img {
  margin: auto;
}
.c-imgAndTxt .-txt > * + * {
  margin-top: var(--marginTop);
}
.c-imgAndTxt::after {
  content: "";
  display: block;
  clear: both;
}
.c-imgAndTxt.-right .-img {
  float: right;
  margin-left: 40px;
}

.c-btn-1 {
  text-align: center;
}
.c-btn-1 a {
  display: inline-block;
  padding: 20px 55px 20px 35px;
  border-radius: 9999px;
  background: #fff;
  min-width: 250px;
  font-size: var(--font16);
  font-family: var(--font-zenkaku);
  text-align: center;
  -webkit-box-shadow: 4px 4px 5px 0px #99D3E2;
          box-shadow: 4px 4px 5px 0px #99D3E2;
  position: relative;
}
.c-btn-1 a svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 25px;
}
@media screen and (min-width: 768px) {
  .c-btn-1 a {
    font-size: var(--font20);
  }
  .c-btn-1 a svg {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 30px;
  }
}
.c-btn-1.-blue a {
  background: var(--color-main);
  color: #fff;
}
@media screen and (min-width: 960px) {
  .c-btn-1 a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-1 a:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}

input[type=radio] {
  display: none;
}

.c-radioButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 20px;
}
.c-radioButton input + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  position: relative;
}
.c-radioButton input + label::before, .c-radioButton input + label::after {
  display: inline-block;
  border-radius: 9999px;
  position: absolute;
}
.c-radioButton input + label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-line);
  background: #fff;
  top: calc(50% - 5.25px);
  left: 0;
}
.c-radioButton input + label::after {
  width: 7px;
  height: 7px;
  background: var(--color-point);
  top: calc(50% - 1.75px);
  left: 3.5px;
}
.c-radioButton input:checked + label::after {
  content: "";
}

html {
  font-family: "noto sans jp", sans-serif;
  color: var(--color-font);
}

body {
  font-size: var(--font14);
  font-weight: var(--font-m);
  letter-spacing: 0.36px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: var(--font16);
  }
}

svg {
  width: 100%;
  height: 100%;
}

a {
  color: var(--color-font);
  text-decoration: none;
}

a.c-telLink {
  color: var(--color-font);
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  a.c-telLink {
    pointer-events: none;
    cursor: default;
  }
}

button {
  cursor: pointer;
}

.l-header {
  display: grid;
  grid-template-columns: 1fr 90px 50px;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0 0 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: fixed;
  z-index: 9999;
}
@media screen and (min-width: 960px) {
  .l-header {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 0;
    height: 90px;
    grid-template-columns: 590px 1fr 90px;
    gap: 15px;
  }
}
.l-header .-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .l-header .-logo {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 20px;
  }
  .l-header .-logo a {
    display: inline-block;
    width: 100%;
  }
  .l-header .-logo a img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .l-header .-logo a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-header .-logo a:hover {
    opacity: 0.7;
  }
}
.l-header .-logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-header .-logo a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .l-header .-logo a {
    gap: 20px;
  }
}
.l-header .-logo a img {
  max-width: 135px;
}
@media screen and (min-width: 768px) {
  .l-header .-logo a img {
    max-width: 350px;
  }
}
.l-header .-logo a span {
  display: inline-block;
  padding-left: 27px;
  font-family: var(--font-poppins);
  font-size: var(--font9);
}
@media screen and (min-width: 768px) {
  .l-header .-logo a span {
    padding-left: 0;
    font-size: var(--font16);
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) {
  .l-header .-logo a span {
    font-size: var(--font23);
  }
}
@media screen and (min-width: 960px) {
  .l-header__entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__entry a {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  font-family: var(--font-zenkaku);
  font-weight: var(--font-bl);
  color: #006B88;
  letter-spacing: 0.7px;
  background: -webkit-linear-gradient(305deg, var(--color-grd1-blue) 14.08%, var(--color-grd1-blue) 41.83%, var(--color-grd1-yelow) 76.07%, var(--color-grd1-yelow) 86.16%);
  background: linear-gradient(145deg, var(--color-grd1-blue) 14.08%, var(--color-grd1-blue) 41.83%, var(--color-grd1-yelow) 76.07%, var(--color-grd1-yelow) 86.16%);
  border-radius: 9999px;
}
@media screen and (min-width: 960px) {
  .l-header__entry a {
    width: auto;
    padding: 8px 33px;
    font-size: var(--font20);
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__entry a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.l-header__nav__btn {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .l-header__nav__btn {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    cursor: pointer;
  }
}
.l-header__nav__btn span {
  width: 25px;
  height: 2px;
  background: var(--color-main);
  border-radius: 9999px;
  position: absolute;
  right: 12.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .l-header__nav__btn span {
    width: 40px;
    height: 2px;
    right: 24px;
  }
}
.l-header__nav__btn span:nth-child(1) {
  top: 15px;
}
@media screen and (min-width: 960px) {
  .l-header__nav__btn span:nth-child(1) {
    top: 30px;
  }
}
.l-header__nav__btn span:nth-child(2) {
  width: 15px;
  top: calc(50% - 1px);
}
@media screen and (min-width: 960px) {
  .l-header__nav__btn span:nth-child(2) {
    width: 27px;
  }
}
.l-header__nav__btn span:nth-child(3) {
  bottom: 15px;
}
@media screen and (min-width: 960px) {
  .l-header__nav__btn span:nth-child(3) {
    bottom: 30px;
  }
}
.l-header__nav__btn.-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0.5px);
}
.l-header__nav__btn.-active span:nth-child(2) {
  opacity: 0;
}
.l-header__nav__btn.-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: calc(50% - 0.5px);
}
@media screen and (min-width: 960px) {
  .l-header__nav__btn span {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .l-header__nav__btn:hover span {
    opacity: 0.7;
  }
}
.l-header__nav {
  visibility: hidden;
  opacity: 0;
  width: calc(100% - 80px);
  max-width: 400px;
  background: #EFFCFF;
  border-radius: 30px;
  padding: 30px 20px 70px;
  position: fixed;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .l-header__nav {
    max-width: 1200px;
    top: 110px;
    padding: 50px 50px 100px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .l-header__nav {
    padding: 80px 80px 100px;
  }
}
.l-header__nav.-active {
  visibility: visible;
  opacity: 1;
}
.l-header__nav__list {
  max-height: 55svh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-areas: "top work people company guide" "news work people company guide" "faq work people company guide" "none work people company guide";
    gap: 35px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: calc(50svh - 100px);
    padding-right: 10px;
  }
}
.l-header__nav__list__item {
  padding: 5px 0;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item {
    padding: 0;
  }
  .l-header__nav__list__item.-top {
    grid-area: top;
  }
  .l-header__nav__list__item.-news {
    grid-area: news;
  }
  .l-header__nav__list__item.-work {
    grid-area: work;
  }
  .l-header__nav__list__item.-people {
    grid-area: people;
  }
  .l-header__nav__list__item.-company {
    grid-area: company;
  }
  .l-header__nav__list__item.-guide {
    grid-area: guide;
  }
  .l-header__nav__list__item.-faq {
    grid-area: faq;
  }
}
.l-header__nav__list__item + li {
  border-top: 1px solid var(--color-line);
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item + li {
    border-top: none;
  }
}
.l-header__nav__list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav__list__item a svg {
  width: 11px;
  height: 11px;
}
.l-header__nav__list__item > a {
  display: inline-grid;
  grid-template-areas: "en en" "ttl ico";
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 5px;
  height: 100%;
  padding: 5px 0;
  font-family: var(--font-zenkaku);
  font-size: var(--font16);
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item > a {
    height: auto;
    font-size: var(--font18);
    padding: 0;
  }
}
@media screen and (min-width: 1360px) {
  .l-header__nav__list__item > a {
    font-size: var(--font25);
  }
}
.l-header__nav__list__item > a .-en {
  grid-area: en;
  font-size: var(--font20);
  font-family: var(--font-en);
  color: var(--color-main);
  line-height: 1;
}
.l-header__nav__list__item > a svg {
  grid-area: ico;
}
@media screen and (min-width: 768px) {
  .l-header__nav__list__item > a svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item > a svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav__list__item > a:hover svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.l-header__nav__list__item__subList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 25px;
  margin-left: 10px;
  padding: 5px 0;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item__subList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 0;
    margin-top: 20px;
  }
}
.l-header__nav__list__item__subList li a {
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .l-header__nav__list__item__subList li a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .l-header__nav__list__item__subList li a:hover {
    color: var(--color-main);
  }
}
.l-header__nav__entry {
  margin-top: 45px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-header__nav__entry {
    margin-top: 0;
    text-align: right;
  }
}
.l-header__nav__entry figure {
  width: 85px;
  position: absolute;
  bottom: -7px;
  left: calc(50% + 40px);
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .l-header__nav__entry figure {
    width: 105px;
    bottom: calc(100% - 13px);
    right: 0;
    left: auto;
  }
}
.l-header__nav__entry figure img {
  width: 100%;
}
.l-header__nav__entry a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 180px;
  width: 100%;
  background: -webkit-linear-gradient(305deg, var(--color-grd1-blue) 14.08%, var(--color-grd1-blue) 41.83%, var(--color-grd1-yelow) 76.07%, var(--color-grd1-yelow) 86.16%);
  background: linear-gradient(145deg, var(--color-grd1-blue) 14.08%, var(--color-grd1-blue) 41.83%, var(--color-grd1-yelow) 76.07%, var(--color-grd1-yelow) 86.16%);
  border: 2px solid #fff;
  border-radius: 9999px;
  padding: 12px;
  margin-right: 75px;
  font-size: var(--font20);
  color: var(--color-main);
  font-weight: var(--font-bl);
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  .l-header__nav__entry a {
    max-width: 310px;
    margin-right: 10px;
    padding: 25px 35px 30px 20px;
    font-size: var(--font41);
  }
}
.l-header__nav__entry a svg {
  width: 35px;
  height: 35px;
  color: #fff;
  background: var(--color-main);
  padding: 10px;
  border-radius: 9999px;
}
@media screen and (min-width: 960px) {
  .l-header__nav__entry a svg {
    width: 52px;
    height: 52px;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav__entry a svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav__entry a:hover svg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.l-header__nav__close {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 17.5px);
}
@media screen and (min-width: 960px) {
  .l-header__nav__close {
    width: 50px;
    height: 50px;
    left: calc(50% - 20px);
    bottom: 30px;
    cursor: pointer;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav__close {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-header__nav__close:hover {
    opacity: 0.7;
  }
}
.l-header__nav__close::before, .l-header__nav__close::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 12.5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .l-header__nav__close::before, .l-header__nav__close::after {
    width: 35px;
    left: calc(50% - 17.5px);
  }
}
.l-header__nav__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__nav__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-footer {
  margin-top: 50px;
  background: -webkit-linear-gradient(top, rgba(226, 249, 255, 0) 0%, var(--color-sub) 90px, var(--color-sub) 100%);
  background: linear-gradient(180deg, rgba(226, 249, 255, 0) 0%, var(--color-sub) 90px, var(--color-sub) 100%);
  padding: 60px 20px 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 70px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: "logo list" "other other";
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1300px) {
  .l-footer__inner {
    grid-template-columns: 390px auto;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__logoBox {
    grid-area: logo;
  }
}
.l-footer__logo {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    max-width: 390px;
  }
}
.l-footer__logo a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.l-footer__logo a img {
  width: 100%;
}
.l-footer__logo a span {
  display: inline-block;
  margin-top: 5px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: var(--font18);
}
@media screen and (min-width: 768px) {
  .l-footer__logo a span {
    margin-top: 7px;
    font-size: var(--font23);
  }
}
@media screen and (min-width: 960px) {
  .l-footer__logo a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}
.l-footer__address {
  margin-top: 20px;
  font-size: var(--font12);
  font-weight: 400;
  text-align: center;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    margin-top: 30px;
    font-size: var(--font16);
  }
}
.l-footer__list {
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px 10px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    max-width: 900px;
    grid-template-columns: repeat(4, auto);
    grid-template-areas: "item1 item2 item3 item4" "item1 item2 item3 news" "item1 item2 item3 faq";
    margin-top: 50px;
    gap: 15px 10px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__list {
    grid-area: list;
    gap: 15px 40px;
  }
}
.l-footer__list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__list__item:nth-child(1) {
    grid-area: item1;
  }
  .l-footer__list__item:nth-child(2) {
    grid-area: item2;
  }
  .l-footer__list__item:nth-child(3) {
    grid-area: item3;
  }
  .l-footer__list__item:nth-child(4) {
    grid-area: item4;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__list__item.-news {
    grid-area: news;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__list__item.-faq {
    grid-area: faq;
  }
}
.l-footer__list__item .-en {
  display: block;
  font-family: var(--font-en);
  font-size: var(--font16);
  font-weight: 400;
  color: var(--color-main);
  padding-left: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__list__item .-en {
    font-size: var(--font20);
    padding-left: 20px;
  }
}
.l-footer__list__item > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__list__item > a {
    font-size: var(--font20);
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__list__item > a {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .l-footer__list__item > a:hover {
    color: #939393;
  }
}
.l-footer__list__item > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--color-line);
  border-radius: 9999px;
  position: absolute;
  bottom: 0.5em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__list__item > a::after {
    width: 10px;
    height: 10px;
  }
}
.l-footer__list__item__sub {
  padding-left: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__list__item__sub {
    padding-left: 20px;
    margin-top: 15px;
  }
}
.l-footer__list__item__sub li + li {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .l-footer__list__item__sub li + li {
    margin-top: 10px;
  }
}
.l-footer__list__item__sub li a {
  font-size: var(--font12);
  font-weight: 400;
}
.l-footer__list__item__sub li a .-small {
  font-size: var(--font10);
}
@media screen and (min-width: 768px) {
  .l-footer__list__item__sub li a .-small {
    font-size: var(--font14);
  }
}
@media screen and (min-width: 768px) {
  .l-footer__list__item__sub li a {
    font-size: var(--font16);
  }
}
@media screen and (min-width: 960px) {
  .l-footer__list__item__sub li a {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .l-footer__list__item__sub li a:hover {
    color: #939393;
  }
}
.l-footer__other {
  margin-top: 30px;
  border-top: 1px solid var(--color-line);
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__other {
    margin-top: 50px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__other {
    grid-area: other;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__other .-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__other .-list {
    gap: 10px 15px;
  }
}
.l-footer__other .-list li:not(:last-child) {
  margin-right: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__other .-list li:not(:last-child) {
    margin-right: 15px;
  }
}
.l-footer__other .-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: var(--color-line);
  position: absolute;
  right: -11px;
  top: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .l-footer__other .-list li:not(:last-child)::after {
    right: -16px;
  }
}
.l-footer__other .-list li a {
  font-size: var(--font10);
}
@media screen and (min-width: 768px) {
  .l-footer__other .-list li a {
    font-size: var(--font14);
  }
}
.l-footer__other .-list li a svg {
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .l-footer__other .-list li a svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__other .-list li a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-footer__other .-list li a:hover {
    opacity: 0.7;
  }
}
.l-footer__other .-copy {
  font-size: var(--font9);
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__other .-copy {
    font-size: var(--font11);
  }
}

.l-guideline {
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-guideline {
    margin-top: 70px;
  }
}
.l-guideline .l-sec-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 0 var(--sidePadding);
  min-height: 410px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-guideline .l-sec-inner {
    min-height: 775px;
  }
}
.l-guideline .l-sec-inner::before {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: var(--color-grd2);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-guideline .l-sec-inner::before {
  width: 400px;
  left: calc(50% - 200px);
}
@media screen and (min-width: 768px) {
  .l-guideline .l-sec-inner::before {
    width: 765px;
    left: calc(50% - 382.5px);
  }
}
.l-guideline__ttl {
  font-family: var(--font-zenkaku);
  font-size: var(--font30);
  color: var(--color-main);
  font-weight: var(--font-b);
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .l-guideline__ttl {
    font-size: var(--font46);
  }
}
.l-guideline__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  width: 100%;
  max-width: 353px;
}
@media screen and (min-width: 768px) {
  .l-guideline__list {
    margin-top: 50px;
    max-width: 1040px;
  }
}
.l-guideline__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  aspect-ratio: 1/1;
  max-height: 175px;
  padding: 10px;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-guideline__list a {
    max-height: 315px;
    padding: 40px 40px 40px 10px;
    width: 100%;
    aspect-ratio: none;
  }
}
.l-guideline__list a::after {
  content: "";
  display: inline-block;
  height: 80%;
  aspect-ratio: 1/1;
  background: -webkit-linear-gradient(315deg, rgba(5, 157, 198, 0) 45%, rgba(5, 157, 198, 0.6) 100%);
  background: linear-gradient(135deg, rgba(5, 157, 198, 0) 45%, rgba(5, 157, 198, 0.6) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-guideline__list a::after {
    height: 100%;
  }
}
.l-guideline__list a.-newGraduate {
  background-image: url(/recruit/assets/img/img-guideline-newgraduate.jpg);
}
.l-guideline__list a.-carrier {
  background-image: url(/recruit/assets/img/img-guideline-carrier.jpg);
}
.l-guideline__list a .-en {
  display: inline-block;
  font-family: var(--font-en);
  font-size: var(--font30);
  color: #fff;
  font-weight: 400;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  opacity: 0.8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-guideline__list a .-en {
    font-size: 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-guideline__list a .-en {
    font-size: 86px;
  }
}
.l-guideline__list a .-ttl {
  font-size: var(--font16);
  text-shadow: 0px 0px 2.7px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: right;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-guideline__list a .-ttl {
    font-size: var(--font23);
  }
}
@media screen and (min-width: 960px) {
  .l-guideline__list a {
    overflow: hidden;
  }
  .l-guideline__list a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-guideline__list a:hover::after {
    height: 300%;
  }
}
.l-guideline.js-scroll .l-sec-inner::before {
  opacity: 0;
  -webkit-transform: translateY(-100px) scale(0.5);
          transform: translateY(-100px) scale(0.5);
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
.l-guideline.js-scroll .l-guideline__ttl {
  overflow: hidden;
}
.l-guideline.js-scroll .l-guideline__ttl span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1s 2.2s;
  transition: all 1s 2.2s;
}
.l-guideline.js-scroll .l-guideline__list a {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.8s 2.8s;
  transition: all 0.8s 2.8s;
}
.l-guideline.js-scroll .l-guideline__list a:nth-child(2) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.l-guideline.js-scroll.-start .l-sec-inner::before {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.l-guideline.js-scroll.-start .l-guideline__ttl span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-guideline.js-scroll.-start .l-guideline__list a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-second-ttlBox {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .l-second-ttlBox {
    padding-top: 90px;
  }
}
.l-second-ttlBox__breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  max-width: calc(var(--maxWidth) + 160px);
  padding: 0 var(--sidePadding);
  margin: 5px auto;
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__breadcrumb {
    gap: 10px;
  }
}
.l-second-ttlBox__breadcrumb li {
  font-size: var(--font10);
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__breadcrumb li {
    font-size: var(--font14);
  }
}
.l-second-ttlBox__breadcrumb li + li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__breadcrumb li + li {
    gap: 10px;
  }
}
.l-second-ttlBox__breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: var(--color-main);
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__breadcrumb li + li::before {
    width: 5px;
    height: 5px;
  }
}
.l-second-ttlBox__breadcrumb li a {
  color: #818181;
}
@media screen and (min-width: 960px) {
  .l-second-ttlBox__breadcrumb li a:hover {
    text-decoration: underline;
    text-underline-position: from-font;
  }
}
.l-second-ttlBox__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0 60px;
  position: relative;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__ttl {
    padding: 100px 0 160px;
  }
}
.l-second-ttlBox__ttl::before {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: var(--color-grd2);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-second-ttlBox__ttl::before {
  width: 550px;
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #FBFBE9), color-stop(30%, #EAFBE9), color-stop(64.5%, #DAF8FF), color-stop(90.5%, #B7ECF9));
  background: -webkit-linear-gradient(right, #FBFBE9 10.5%, #EAFBE9 30%, #DAF8FF 64.5%, #B7ECF9 90.5%);
  background: linear-gradient(270deg, #FBFBE9 10.5%, #EAFBE9 30%, #DAF8FF 64.5%, #B7ECF9 90.5%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  top: auto;
  bottom: 0;
  left: calc(50% - 275px);
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__ttl::before {
    width: 1180px;
    left: calc(50% - 590px);
  }
}
.l-second-ttlBox__ttl .-en {
  display: inline-block;
  font-family: var(--font-en);
  font-size: var(--font33);
  color: var(--color-point);
  font-weight: 400;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  position: absolute;
  top: 0;
  left: calc(50% - 95px);
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__ttl .-en {
    font-size: var(--font74);
    left: calc(50% - 200px);
  }
}
.l-second-ttlBox__ttl .-main {
  font-size: var(--font20);
  font-family: var(--font-zenkaku);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__ttl .-main {
    font-size: var(--font35);
  }
}
.l-second-ttlBox__ttl .-main .-big {
  font-size: var(--font24);
  font-weight: var(--font-b);
}
@media screen and (min-width: 768px) {
  .l-second-ttlBox__ttl .-main .-big {
    font-size: var(--font50);
  }
}
.l-second-ttlBox__ttl .-main .-blue {
  color: var(--color-main);
}
.l-second-ttlBox.js-scroll .l-second-ttlBox__ttl::before {
  opacity: 0;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.l-second-ttlBox.js-scroll .l-second-ttlBox__ttl .-en {
  opacity: 0;
  -webkit-transform: translateY(50px) rotate(-13deg);
          transform: translateY(50px) rotate(-13deg);
  -webkit-transition: all 0.8s 1s;
  transition: all 0.8s 1s;
}
.l-second-ttlBox.js-scroll .l-second-ttlBox__ttl .-main {
  overflow: hidden;
}
.l-second-ttlBox.js-scroll .l-second-ttlBox__ttl .-main > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.8s 1.5s;
  transition: all 0.8s 1.5s;
}
.l-second-ttlBox.js-scroll.-start .l-second-ttlBox__ttl::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-second-ttlBox.js-scroll.-start .l-second-ttlBox__ttl .-en {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(-13deg);
          transform: translateY(0) rotate(-13deg);
}
.l-second-ttlBox.js-scroll.-start .l-second-ttlBox__ttl .-main > span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-second-main {
  padding-top: 30px;
}
.l-second-main > * + * {
  margin-top: var(--marginTop);
}
.l-second-main__inner {
  padding: 0 var(--sidePadding);
}
@media screen and (min-width: 768px) {
  .l-second-main__inner {
    max-width: calc(var(--maxWidth) + 160px);
    margin: 0 auto;
  }
}
.l-second-main__inner > * + * {
  margin-top: var(--marginTop);
}
.l-second-main__inner .c-ttl-1 + * {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-second-main__inner .c-ttl-1 + * {
    margin-top: var(--marginTop);
  }
}
.l-second-main__inner > * + .c-ttl-1 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-second-main__inner > * + .c-ttl-1 {
    margin-top: 100px;
  }
}
.l-second-main__tabBtn {
  padding: 0 var(--sidePadding);
  position: relative;
  overflow: hidden;
}
.l-second-main__tabBtn + * {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-second-main__tabBtn + * {
    margin-top: 90px;
  }
}
.l-second-main__tabBtn .-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-second-main__tabBtn .-inner {
    gap: 10px;
    max-width: var(--maxWidth);
    margin: 0 auto;
  }
}
.l-second-main__tabBtn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: var(--color-line);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-second-main__tabBtn::before {
    height: 3px;
    z-index: 1;
  }
}
.l-second-main__tabBtn a, .l-second-main__tabBtn button {
  display: inline-block;
  text-align: center;
  padding: 15px 10px 10px 10px;
  border-radius: 10px 10px 0 0;
  background: var(--color-sub);
  font-size: var(--font12);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-second-main__tabBtn a, .l-second-main__tabBtn button {
    padding: 30px 20px 35px;
    border-radius: 20px 20px 0 0;
    font-size: var(--font20);
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.l-second-main__tabBtn a.-active, .l-second-main__tabBtn button.-active {
  background: #fff;
  border: 2px solid var(--color-line);
  padding: 15px 10px;
  border-bottom: none;
  font-size: var(--font14);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-second-main__tabBtn a.-active, .l-second-main__tabBtn button.-active {
    padding: 35px 20px;
    font-size: var(--font23);
    border-width: 3px;
  }
  .l-second-main__tabBtn a.-active:hover, .l-second-main__tabBtn button.-active:hover {
    cursor: default;
  }
}
@media screen and (min-width: 960px) {
  .l-second-main__tabBtn a, .l-second-main__tabBtn button {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-second-main__tabBtn a:not(.-active):hover, .l-second-main__tabBtn button:not(.-active):hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-second-main__tabBox {
  display: none;
}
.l-second-main__tabBox.-active {
  display: block;
}
.l-second-main__tabBox > * + * {
  margin-top: var(--marginTop);
}
.l-second-main__tabBox > .l-second-main__inner {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-second-main__tabBox > .l-second-main__inner {
    margin-top: 90px;
  }
}
.l-second-main__tabBox .c-ttl-1 + * {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-second-main__tabBox .c-ttl-1 + * {
    margin-top: var(--marginTop);
  }
}
.l-second-main__tabBox > * + .c-ttl-1 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-second-main__tabBox > * + .c-ttl-1 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .l-second__imgAndTxt::after {
    content: "";
    display: block;
    clear: both;
  }
  .l-second__imgAndTxt .-img {
    float: right;
    width: 50%;
    margin-left: 40px;
  }
  .l-second__imgAndTxt.-right .-img {
    float: left;
    margin-right: 40px;
    margin-left: 0;
  }
  .l-second__imgAndTxt.-right .c-ttl-1 {
    margin-left: auto;
  }
}
.l-second__imgAndTxt + .l-second__imgAndTxt {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-second__imgAndTxt + .l-second__imgAndTxt {
    margin-top: 130px;
  }
}
.l-second__imgAndTxt .c-ttl-1 {
  grid-area: ttl;
}
@media screen and (min-width: 768px) {
  .l-second__imgAndTxt .c-ttl-1 {
    width: calc(50% - 40px);
  }
  .l-second__imgAndTxt .c-ttl-1 + * {
    margin-top: var(--marginTop);
  }
}
.l-second__imgAndTxt .-img {
  margin-top: var(--marginTop);
}
@media screen and (min-width: 768px) {
  .l-second__imgAndTxt .-img {
    margin-top: -95px;
    margin-bottom: 20px;
  }
}
.l-second__imgAndTxt .-img img {
  margin: auto;
}
.l-second__imgAndTxt.-noTtl {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-second__imgAndTxt.-noTtl {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-second__imgAndTxt.-noTtl .-img {
    margin-top: 0;
  }
}
.l-second__imgAndTxt .-txt {
  margin-top: var(--marginTop);
  font-weight: 400;
  line-height: var(--lhL);
}
.l-second__imgAndTxt .-txt > * + * {
  margin-top: calc(var(--marginTop) / 2);
}
.l-second__imgAndTxt .-txt .c-ttl-3 {
  font-size: var(--font18);
  margin-top: calc(var(--marginTop) + 10px);
}
@media screen and (min-width: 768px) {
  .l-second__imgAndTxt .-txt .c-ttl-3 {
    font-size: var(--font20);
  }
}
.l-second__imgAndTxt .-txt .c-ttl-3 > span {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.l-second__imgAndTxt .-txt .c-ttl-3 > span::before, .l-second__imgAndTxt .-txt .c-ttl-3 > span::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  background: var(--color-main);
  border-radius: 9999px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-second__imgAndTxt .-txt .c-ttl-3 > span::before, .l-second__imgAndTxt .-txt .c-ttl-3 > span::after {
    width: 10px;
    top: 0.7em;
  }
}
.l-second__imgAndTxt .-txt .c-ttl-3 > span .-small {
  font-size: 0.8em;
}
.l-second__imgAndTxt .-txt .-readtxt {
  font-size: var(--font16);
}
.l-second__imgAndTxt .-txt .-readtxt.-blue {
  color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .l-second__imgAndTxt .-txt .-readtxt {
    font-size: var(--font18);
  }
  .l-second__imgAndTxt .-txt .-readtxt + * {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-second__floatImg::after {
    content: "";
    display: block;
    clear: both;
  }
}
.l-second__floatImg + .l-second__floatImg {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .l-second__floatImg + .l-second__floatImg {
    margin-top: 130px;
  }
}
.l-second__floatImg .c-ttl-1 {
  grid-area: ttl;
}
@media screen and (min-width: 768px) {
  .l-second__floatImg .c-ttl-1 {
    margin-bottom: var(--marginTop);
  }
}
.l-second__floatImg .-img {
  margin-top: var(--marginTop);
}
@media screen and (min-width: 768px) {
  .l-second__floatImg .-img {
    grid-area: img;
    margin-top: 0;
    float: right;
    max-width: 50%;
    margin-left: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .l-second__floatImg .-img {
    margin-left: 60px;
  }
}
.l-second__floatImg .-img img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-second__floatImg.-right .-img {
    float: left;
    margin-right: 40px;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-second__floatImg.-right .-img {
    margin-right: 60px;
  }
}
.l-second__floatImg .-txt {
  margin-top: var(--marginTop);
  font-weight: 400;
  line-height: var(--lhL);
}
@media screen and (min-width: 768px) {
  .l-second__floatImg .-txt {
    grid-area: txt;
    margin-top: 0;
  }
}
.l-second__floatImg .-txt > * + * {
  margin-top: var(--marginTop);
}
.l-second__floatImg .-txt .-readtxt {
  font-size: var(--font16);
}
.l-second__floatImg .-txt .-readtxt.-blue {
  color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .l-second__floatImg .-txt .-readtxt {
    font-size: var(--font20);
  }
  .l-second__floatImg .-txt .-readtxt + * {
    margin-top: 20px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}