@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Specify the box size calculation method */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Improved responsiveness of links and buttons on touch devices */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* --------------------
	Settings
	変数・mixin設定
-------------------- */
/*
	書体
-------------------- */
/*
	カラー
-------------------- */
/*
	その他
-------------------- */
/* --------------------
	Base
	基本設定
-------------------- */
html {
  font-size: 1.8vw; }
  @media screen and (min-width: 1000px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 3.86vw; } }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal; }
  body a {
    color: inherit;
    text-decoration: none;
    /*&[href^="tel:"] {
    	pointer-events: none;
    }*/ }
  body img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  body em {
    font-style: normal; }
  body li {
    list-style: none; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: inherit; }

.wrap {
  background: white;
  width: 100%;
  color: #000000; }
  @media screen and (max-width: 768px) {
    .wrap {
      /*a {
      	&[href^="tel:"] {
      		pointer-events: auto;
      	}
      }*/ } }

/* --------------------
	Layout
-------------------- */
/* Mixin */
/* common parts */
/* button */
/*
	Wrap
------------------------------------------------------------ */
body a {
  transition: all .2s ease-in-out;
  cursor: pointer; }
  body a:hover {
    opacity: .7; }
  @media screen and (max-width: 768px) {
    body a:hover {
      opacity: 1; } }

.wrap {
  overflow: hidden; }
  .wrap img {
    width: 100%;
    height: auto; }
  .wrap .pc {
    display: block; }
  .wrap .sp {
    display: none; }
  .wrap .font {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal; }
  @media screen and (max-width: 768px) {
    .wrap .sp {
      display: block; }
    .wrap .pc {
      display: none; } }

/*
	Header
------------------------------------------------------------ */
.header {
  background: white;
  width: 100%;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden; }
  .header.active {
    opacity: 1;
    visibility: visible; }
  .header__inner {
    padding: .5rem 2rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
    .header__inner02 {
      padding: .5rem 6%;
      align-items: flex-start; }
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .header__logo .head {
      width: 10rem; }
      .header__logo .head02 {
        margin: 2vw 0 0;
        width: 14vw; }
    .header__logo .text {
      font-size: .7rem;
      line-height: 1.3;
      padding: .5rem 0 0 1rem; }
      .header__logo .text02 {
        margin: 2vw 0 0;
        font-size: .7vw; }
  .header__button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: stretch; }
    .header__button-item {
      width: 15rem;
      filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4)); }
      .header__button-item a {
        line-height: 1.8;
        display: block;
        font-size: .9rem;
        font-weight: 700;
        letter-spacing: .075em;
        border-radius: 100rem;
        text-align: center;
        padding: 1rem 0 1rem 1.5rem;
        position: relative; }
        .header__button-item a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 2rem;
          height: 2rem;
          left: 1.5rem;
          top: 0;
          bottom: 0;
          margin: auto; }
      .header__button-item01 a {
        color: white;
        background: #19349D; }
        .header__button-item01 a::before {
          background-image: url("../images/icon_request.svg"); }
      .header__button-item02 a {
        color: #19349D;
        background: #EEEF00; }
        .header__button-item02 a::before {
          background-image: url("../images/icon_contact.svg"); }
  @media screen and (max-width: 768px) {
    .header {
      display: none; }
      .header__inner02 {
        padding: .5rem 1rem; }
      .header__logo .head02 {
        margin: 0;
        width: 24%; }
      .header__logo .text02 {
        margin: 0 0 1.5vw;
        font-size: 2.6vw; } }

/* visual */
.visual {
  position: relative;
  z-index: 2;
  aspect-ratio: 140 / 83;
  width: 100%; }
  .visual::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 41vw;
    height: 100%;
    right: 0;
    top: 2rem;
    background-image: url("../images/visual_image.webp");
    z-index: -1; }
  .visual::after {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120%;
    height: 100%;
    left: 50%;
    top: -2rem;
    transform: translateX(-50%);
    background-image: url("../images/bg_blue.svg");
    z-index: -2; }
  .visual__inner {
    margin: 0 auto;
    padding: 0 0 7vw;
    max-width: 90vw;
    position: relative; }
    .visual__inner::before {
      position: absolute;
      content: "";
      background-position: center;
      width: 200%;
      height: 64%;
      left: 50%;
      bottom: 18%;
      transform: translateX(-50%);
      background: #F2F2F2;
      z-index: -3; }
  .visual__heading {
    width: 53vw;
    padding: 2vw 4vw 4vw 16vw; }
    .visual__heading-sub {
      width: 46vw;
      padding: 0vw 4vw 2vw 16vw; }
  .visual__text {
    font-size: 1.1vw;
    margin: 0 0 0 16vw;
    letter-spacing: .05em; }
    .visual__text .marker {
      line-height: 0;
      background: #19349D;
      color: white;
      padding: 0 .25rem; }
    .visual__text .font {
      font-size: 1.5vw; }
  .visual__list {
    margin: 2vw 0 3vw 21vw;
    letter-spacing: .075em;
    line-height: 1.8; }
    .visual__list .marker {
      background: linear-gradient(transparent 70%, #EEEF00 70%); }
    .visual__list-item {
      position: relative;
      padding-left: 2rem; }
      .visual__list-item::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 1.5rem;
        height: 1.5rem;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url("../images/icon_check01.svg"); }
  .visual__button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: stretch;
    width: fit-content;
    margin: 0 auto; }
    .visual__button-item {
      width: 19vw;
      filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4)); }
      .visual__button-item a {
        line-height: 1.8;
        display: block;
        font-size: 1.2vw;
        font-weight: 700;
        letter-spacing: .075em;
        border-radius: 100rem;
        text-align: center;
        padding: 1vw 0 1vw 1.5vw;
        position: relative; }
        .visual__button-item a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 2.5vw;
          height: 2.5vw;
          left: 1.5vw;
          top: 0;
          bottom: 0;
          margin: auto; }
      .visual__button-item01 a {
        color: white;
        background: #19349D; }
        .visual__button-item01 a::before {
          background-image: url("../images/icon_request.svg"); }
      .visual__button-item02 a {
        color: #19349D;
        background: #EEEF00; }
        .visual__button-item02 a::before {
          background-image: url("../images/icon_contact.svg"); }
  @media screen and (max-width: 768px) {
    .visual {
      aspect-ratio: auto; }
      .visual::before {
        width: 100%;
        height: 25%;
        bottom: 45vw;
        top: auto;
        background-image: url("../images/visual_image-sp.webp"); }
      .visual::after {
        width: 160%;
        height: 56%;
        top: 0; }
      .visual__inner {
        padding: 10vw 0; }
        .visual__inner::before {
          height: 68%; }
      .visual__button {
        display: block;
        align-items: stretch;
        width: 74%;
        margin: 0 auto;
        padding-top: 58vw; }
        .visual__button02 {
          display: none; }
        .visual__button-item {
          width: 100%;
          margin-bottom: 2vw; }
          .visual__button-item a {
            font-size: 4.3vw;
            padding: 3vw 0 3vw 4.5vw; }
            .visual__button-item a::before {
              width: 7vw;
              height: 7vw;
              left: 4vw; }
      .visual__heading {
        width: 90%;
        padding: 0 0 10vw;
        margin: 0 auto; }
        .visual__heading-sub {
          width: 72%;
          padding: 0 0 3.5vw;
          margin: 0 auto; }
      .visual__text {
        font-size: 3.6vw;
        margin: 0 0 0 12.5vw; }
        .visual__text .font {
          font-size: 5vw; }
      .visual__list {
        margin: 6vw auto 0;
        width: fit-content;
        font-size: 3.4vw; }
        .visual__list-item {
          padding-left: 4.2vw; }
          .visual__list-item::before {
            width: 3.8vw;
            height: 3.8vw; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .youtube,
  .contents .map {
    width: 100%;
    max-width: 1000px;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden; }
    .contents .youtube iframe,
    .contents .map iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  padding: 4rem 0;
  background-image: url("../images/cv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #444444; }
  @media screen and (max-width: 768px) {
    .cv {
      padding: 8vw 0; } }
  .cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700; }
  .cv__heading {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .075em;
    margin: 2rem 0 1.5rem;
    color: white; }
  .cv__text {
    color: white; }
  .cv__button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    align-items: stretch;
    width: fit-content;
    margin: 0 auto; }
    .cv__button-item {
      width: 22rem; }
      .cv__button-item .text {
        letter-spacing: .05em;
        margin-bottom: .5rem;
        color: white; }
      .cv__button-item a {
        filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4));
        line-height: 1.8;
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: .075em;
        border-radius: 100rem;
        text-align: center;
        padding: 1rem 0 1rem 1.5rem;
        position: relative; }
        .cv__button-item a::before {
          position: absolute;
          content: "";
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 2.5rem;
          height: 2.5rem;
          left: 1.5rem;
          top: 0;
          bottom: 0;
          margin: auto; }
      .cv__button-item01 a {
        color: white;
        background: #19349D; }
        .cv__button-item01 a::before {
          background-image: url("../images/icon_request.svg"); }
      .cv__button-item02 a {
        color: #19349D;
        background: #EEEF00; }
        .cv__button-item02 a::before {
          background-image: url("../images/icon_contact.svg"); }
  .cv__line {
    width: 22rem;
    margin: 1rem auto 0; }
    .cv__line a {
      filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4));
      line-height: 1.8;
      display: block;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: .075em;
      border-radius: 100rem;
      text-align: center;
      padding: 1rem 0 1rem 1.5rem;
      color: white;
      background: #06C755;
      position: relative; }
      .cv__line a::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 2.5rem;
        height: 2.5rem;
        left: 1.5rem;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url("../images/icon_line.svg"); }
  @media screen and (max-width: 768px) {
    .cv {
      background-image: url("../images/cv-sp.webp");
      padding: 15vw 0; }
      .cv__heading {
        font-size: 4.6vw;
        margin: 2rem 0 1.5rem; }
      .cv__text {
        font-size: 3.1vw;
        line-height: 1.5; }
      .cv__button {
        display: block;
        align-items: stretch;
        width: 80%;
        margin: 0 auto; }
        .cv__button-item {
          width: 100%; }
          .cv__button-item01 {
            margin-bottom: 2rem; }
          .cv__button-item .text {
            font-size: 3.4vw; }
          .cv__button-item a {
            font-size: 4.3vw; }
            .cv__button-item a::before {
              width: 9vw;
              height: 9vw; }
      .cv__line {
        width: 80%; }
        .cv__line a {
          font-size: 3.6vw;
          padding: .75rem 0 .75rem 1.5rem; }
          .cv__line a::before {
            width: 7vw;
            height: 7vw;
            left: 3rem; } }

/* 全ブロック共通 */
.point,
.system,
.schedule,
.interview,
.faq {
  padding: 4rem 0;
  padding: 8rem 0 4rem; }
  @media screen and (max-width: 768px) {
    .point,
    .system,
    .schedule,
    .interview,
    .faq {
      padding: 8vw 0; } }
  .point__inner,
  .system__inner,
  .schedule__inner,
  .interview__inner,
  .faq__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .point__inner::before,
    .system__inner::before,
    .schedule__inner::before,
    .interview__inner::before,
    .faq__inner::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 44rem;
      height: 7rem;
      left: 50%;
      transform: translateX(-50%);
      top: -4rem;
      z-index: -1; }
  .point__eng,
  .system__eng,
  .schedule__eng,
  .interview__eng,
  .faq__eng {
    text-align: center;
    color: #19349D;
    font-weight: 600;
    letter-spacing: .075em;
    font-size: 1.1rem;
    margin-bottom: 1rem; }
  .point__heading,
  .system__heading,
  .schedule__heading,
  .interview__heading,
  .faq__heading {
    text-align: center;
    font-weight: 700;
    letter-spacing: .075em;
    font-size: 2.2rem;
    line-height: 1.3; }
    .point__heading-sub,
    .system__heading-sub,
    .schedule__heading-sub,
    .interview__heading-sub,
    .faq__heading-sub {
      text-align: center;
      font-weight: 700;
      letter-spacing: .075em;
      font-size: 1.3rem;
      margin-bottom: 1rem; }
    .point__heading .font,
    .system__heading .font,
    .schedule__heading .font,
    .interview__heading .font,
    .faq__heading .font {
      font-size: 2.6rem; }
  @media screen and (max-width: 768px) {
    .point,
    .system,
    .schedule,
    .interview,
    .faq {
      padding: 20vw 0 16vw; }
      .point__inner::before,
      .system__inner::before,
      .schedule__inner::before,
      .interview__inner::before,
      .faq__inner::before {
        width: 124%;
        height: 17vw;
        top: -8vw; }
      .point__eng,
      .system__eng,
      .schedule__eng,
      .interview__eng,
      .faq__eng {
        font-size: 3.1vw;
        margin-bottom: .75rem; }
      .point__heading,
      .system__heading,
      .schedule__heading,
      .interview__heading,
      .faq__heading {
        font-size: 5.8vw; }
        .point__heading-sub,
        .system__heading-sub,
        .schedule__heading-sub,
        .interview__heading-sub,
        .faq__heading-sub {
          font-size: 3.6vw;
          margin-bottom: .75rem; }
        .point__heading .font,
        .system__heading .font,
        .schedule__heading .font,
        .interview__heading .font,
        .faq__heading .font {
          font-size: 7.2vw; } }

/* 各ブロック個別 */
.intro {
  position: relative;
  z-index: 2; }
  .intro::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/bg_gray.svg");
    z-index: -1; }
  .intro__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    .intro__inner::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 28rem;
      height: 26rem;
      left: -200px;
      background-image: url("../images/ondemand_image.webp");
      border-radius: 10px; }
    .intro__inner::after {
      position: absolute;
      content: "On Demand";
      transform: rotate(90deg);
      font-family: "Plus Jakarta Sans", sans-serif;
      font-style: normal;
      font-weight: 500;
      letter-spacing: .075em;
      top: 11rem;
      left: 28%; }
  .intro__detail {
    margin: 0 0 0 auto;
    width: fit-content; }
  .intro__heading {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1.7; }
    .intro__heading .blue {
      color: #19349D; }
    .intro__heading-sub {
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: .075em;
      border: 2px solid #000000;
      width: fit-content;
      padding: .5rem;
      margin: 1.5rem 0; }
  .intro__text {
    line-height: 1.8;
    padding-top: 2rem;
    letter-spacing: .05em; }
  .intro__list {
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2));
    width: fit-content;
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 1.1rem; }
    .intro__list .font {
      font-weight: 500;
      font-size: 1.2rem; }
    .intro__list-item {
      background: #dce0ed;
      width: 12rem;
      height: 12rem;
      border-radius: 50%; }
      .intro__list-item .icon {
        padding: 2rem 0 .5rem;
        width: 1.5rem;
        margin: 0 auto; }
  .intro__box {
    background: #19349D;
    border-radius: 30px;
    padding: 3rem 3rem 4rem; }
    .intro__box .head {
      text-align: center;
      font-size: 1.5rem;
      font-weight: 700;
      color: white;
      letter-spacing: .075em; }
    .intro__box .line {
      margin: 1rem auto;
      width: 34rem; }
    .intro__box .list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2rem; }
      .intro__box .list-item {
        position: relative; }
        .intro__box .list-item .image {
          width: 86%;
          margin: 0  auto; }
        .intro__box .list-item .text {
          color: #19349D;
          line-height: 1.8;
          font-weight: 700;
          letter-spacing: .05em;
          position: absolute;
          bottom: -.5rem; }
          .intro__box .list-item .text01 {
            left: 0; }
          .intro__box .list-item .text02, .intro__box .list-item .text03 {
            right: 0; }
          .intro__box .list-item .text .marker {
            background: white; }
  @media screen and (max-width: 768px) {
    .intro::before {
      width: 100%;
      height: 90%;
      background-image: url("../images/bg_gray01-sp.svg"); }
    .intro__inner::before {
      width: 76%;
      height: 51vw;
      left: -6.5vw;
      top: 47vw;
      background-image: url("../images/ondemand_image-sp.webp"); }
    .intro__inner::after {
      top: 70vw;
      left: 63%;
      font-size: 2.9vw; }
    .intro__heading {
      font-size: 4.6vw; }
      .intro__heading-sub {
        font-size: 4.6vw;
        margin: 1.5rem 0 60vw; }
    .intro__text {
      font-size: 3.4vw; }
    .intro__list {
      margin: 0 auto;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      column-gap: 2rem;
      row-gap: 0;
      font-size: 3.4vw;
      justify-content: center;
      padding: 2rem 0; }
      .intro__list .font {
        font-size: 3.6vw; }
      .intro__list-item {
        width: 40vw;
        height: 40vw; }
        .intro__list-item:first-child {
          grid-column: 1 / 3;
          justify-self: center; }
        .intro__list-item .icon {
          width: 6vw; }
    .intro__box {
      border-radius: 20px;
      padding: 3rem 2rem 1rem; }
      .intro__box .head {
        font-size: 4.3vw; }
      .intro__box .line {
        margin: 1rem auto;
        width: 100%; }
      .intro__box .list {
        display: block;
        width: 84%;
        margin: 0 auto; }
        .intro__box .list-item .image {
          width: 64%;
          margin: 2rem auto; }
        .intro__box .list-item .text {
          font-size: 3.4vw; } }

.intro02 {
  background: #dce0ed;
  transform: translateY(-10rem);
  margin-bottom: -10rem;
  padding: 12rem 0 4rem; }
  .intro02__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  .intro02__heading {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .075em;
    font-weight: 700; }
    .intro02__heading-sub {
      font-weight: 700;
      text-align: center;
      letter-spacing: .075em;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 3rem; }
      .intro02__heading-sub .marker {
        color: #19349D;
        background: linear-gradient(transparent 70%, #EEEF00 70%); }
  .intro02__line {
    width: 30rem;
    margin: 1rem auto; }
  .intro02__box {
    background: white;
    padding: 3rem;
    text-align: center; }
    .intro02__box .head {
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: .075em;
      color: #19349D;
      border-bottom: 2px solid #19349D;
      padding-bottom: .5rem;
      width: 90%;
      margin: 0 auto 1.5rem; }
    .intro02__box .list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1rem;
      width: fit-content;
      margin: 0 auto; }
      .intro02__box .list-item {
        background: #19349D;
        color: white;
        width: 16rem;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: .075em;
        padding: .5rem 0; }
    .intro02__box .text {
      letter-spacing: .05em;
      line-height: 1.5;
      margin-top: 2rem; }
  @media screen and (max-width: 768px) {
    .intro02 {
      transform: translateY(-16rem);
      margin-bottom: -16rem;
      padding: 18rem 0 4rem; }
      .intro02__heading {
        font-size: 4.3vw; }
        .intro02__heading-sub {
          font-size: 3.8vw;
          margin-bottom: 2rem; }
      .intro02__line {
        width: 80%; }
      .intro02__box {
        padding: 2rem 1rem; }
        .intro02__box .head {
          font-size: 3.4vw; }
        .intro02__box .list {
          display: block; }
          .intro02__box .list-item {
            font-size: 3.8vw;
            width: 44vw;
            margin: .5rem 0; }
        .intro02__box .text {
          margin-top: 1rem;
          font-size: 3.1vw; } }

.point__inner::before {
  background-image: url("../images/head_point.svg"); }
.point__box01 .inner .top .number, .point__box03 .inner .top .number, .point__box05 .inner .top .number {
  color: #F2F2F2; }
.point__box02, .point__box04, .point__box06 {
  background: #F2F2F2; }
  .point__box02 .inner .top, .point__box04 .inner .top, .point__box06 .inner .top {
    flex-flow: row-reverse; }
    .point__box02 .inner .top .number, .point__box04 .inner .top .number, .point__box06 .inner .top .number {
      color: white; }
.point__box .inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 0; }
  .point__box .inner .top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .point__box .inner .top .image {
      width: 38%; }
    .point__box .inner .top .detail {
      position: relative;
      z-index: 2;
      width: 56%; }
      .point__box .inner .top .detail .number {
        z-index: -1;
        position: absolute;
        font-size: 8.1rem;
        font-weight: 600;
        right: 0; }
      .point__box .inner .top .detail .head {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: .075em;
        padding: 0 0 1.5rem; }
        .point__box .inner .top .detail .head .marker {
          background: #19349D;
          color: white;
          padding: 0 .25rem; }
      .point__box .inner .top .detail .text {
        text-align: justify;
        line-height: 1.5;
        letter-spacing: .05em; }
  .point__box .inner .title {
    font-weight: 700;
    text-align: center;
    letter-spacing: .075em;
    font-size: 1.3rem;
    margin: 2rem 0 1rem; }
  .point__box .inner .line {
    width: 30rem;
    margin: 1rem auto; }
  .point__box .inner .video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem; }
    .point__box .inner .video .note {
      text-align: center;
      background: linear-gradient(transparent 60%, #EEEF00 60%);
      width: 70%;
      margin: 1rem auto;
      font-weight: 700;
      letter-spacing: .075em;
      font-size: 1.1rem; }
  .point__box .inner .list,
  .point__box .inner .rate {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem; }
  .point__box .inner .list,
  .point__box .inner .graph {
    margin-top: 3rem; }
  .point__box .inner .middle {
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid #000000;
    width: 24rem;
    margin: 2rem auto 1rem;
    padding: 1rem 0 .5rem;
    font-size: 1.1rem; }
  .point__box .inner .rate {
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)); }
    @media screen and (max-width: 768px) {
      .point__box .inner .rate {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); } }
    .point__box .inner .rate-item {
      background: white;
      border-radius: 20px;
      padding: 2rem;
      text-align: center; }
      .point__box .inner .rate-item .icon {
        width: 34%;
        margin: 0 auto; }
      .point__box .inner .rate-item .text {
        font-weight: 600;
        font-size: 2.9rem; }
        .point__box .inner .rate-item .text .large {
          font-size: 4.7rem; }
        .point__box .inner .rate-item .text .medium {
          font-size: 3.2rem; }
      .point__box .inner .rate-item .note {
        letter-spacing: .075em;
        font-size: 1.3rem;
        font-weight: 700;
        margin-top: .25rem; }
  .point__box .inner .note02 {
    font-size: .8rem;
    text-align: end;
    line-height: 1.3;
    margin-top: 1rem; }
.point__box06 .inner {
  padding: 4rem 0 16rem; }
@media screen and (max-width: 768px) {
  .point__box .inner {
    padding: 2rem 1rem; }
    .point__box .inner .top {
      display: flex;
      flex-direction: column; }
      .point__box .inner .top .image {
        width: 100%;
        order: 2; }
      .point__box .inner .top .detail {
        order: 1;
        width: 100%;
        margin-bottom: 2rem; }
        .point__box .inner .top .detail .number {
          font-size: 25.6vw;
          top: -1rem;
          right: -.5rem; }
        .point__box .inner .top .detail .head {
          font-size: 4.8vw; }
        .point__box .inner .top .detail .text {
          font-size: 3.4vw; }
    .point__box .inner .title {
      font-size: 4.3vw; }
    .point__box .inner .line {
      width: 80%; }
    .point__box .inner .video {
      grid-template-columns: 1fr; }
      .point__box .inner .video .note {
        width: 80%;
        font-size: 3.4vw; }
    .point__box .inner .list,
    .point__box .inner .rate {
      grid-template-columns: 1fr;
      grid-gap: .5rem; }
    .point__box .inner .list,
    .point__box .inner .graph {
      margin-top: 2rem; }
    .point__box .inner .middle {
      width: 80%;
      font-size: 4.3vw; }
    .point__box .inner .rate-item {
      padding: 1.5rem; }
      .point__box .inner .rate-item .icon {
        width: 30%; }
      .point__box .inner .rate-item .text {
        font-size: 4.3vw; }
        .point__box .inner .rate-item .text .large {
          font-size: 9.2vw; }
        .point__box .inner .rate-item .text .medium {
          font-size: 7vw; }
      .point__box .inner .rate-item .note {
        font-size: 4.3vw; }
    .point__box .inner .note02 {
      font-size: 2.4vw; }
  .point__box06 .inner {
    padding: 2rem 0 12rem; } }

.voice {
  padding: 4rem 0;
  background: #dce0ed;
  border-radius: 150px 150px 0 0;
  transform: translateY(-14rem);
  margin-bottom: -14rem;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .voice {
      padding: 8vw 0; } }
  .voice__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 0 14rem; }
    .voice__inner::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 100%;
      height: 35%;
      left: 50%;
      transform: translateX(-50%);
      bottom: -6rem;
      background-image: url("../images/voice_illust.svg"); }
    .voice__inner::after {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 12%;
      height: 70%;
      right: 0;
      bottom: 4rem;
      background-image: url("../images/head_voice.svg");
      z-index: -1; }
    .voice__inner02::before {
      bottom: -3.5rem; }
  .voice__heading {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1.5;
    padding: 4rem 0 2rem; }
    .voice__heading-sub {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 14rem;
      top: -2rem; }
    .voice__heading .marker {
      background: linear-gradient(transparent 70%, white 70%); }
  .voice__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    text-align: center;
    line-height: 1.8;
    width: fit-content;
    margin: 0 auto; }
    .voice__list-item {
      display: flex;
      align-items: center;
      justify-content: center;
      background: white;
      border-radius: 50%;
      width: 13rem;
      height: 13rem;
      position: relative; }
      .voice__list-item::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 2rem;
        height: 2rem; }
      .voice__list-item01::before, .voice__list-item04::before, .voice__list-item05::before, .voice__list-item08::before, .voice__list-item09::before {
        left: 1.5rem;
        top: .5rem; }
      .voice__list-item01::before, .voice__list-item05::before, .voice__list-item09::before {
        background-image: url("../images/voice_deco-blue01.svg"); }
      .voice__list-item04::before, .voice__list-item08::before {
        background-image: url("../images/voice_deco-yellow02.svg"); }
      .voice__list-item02::before, .voice__list-item03::before, .voice__list-item06::before, .voice__list-item07::before {
        right: 1rem;
        bottom: .5rem; }
      .voice__list-item03::before, .voice__list-item07::before {
        background-image: url("../images/voice_deco-blue02.svg"); }
      .voice__list-item02::before, .voice__list-item06::before {
        background-image: url("../images/voice_deco-yellow01.svg"); }
      .voice__list-item01 {
        bottom: -2rem; }
      .voice__list-item03 {
        bottom: -3rem; }
      .voice__list-item04 {
        bottom: -2rem;
        left: -4rem; }
      .voice__list-item05 {
        left: -3rem; }
      .voice__list-item06 {
        bottom: -3rem;
        left: -3rem; }
      .voice__list-item07 {
        bottom: -1rem;
        right: -2rem; }
      .voice__list-item08 {
        right: -2rem; }
      .voice__list-item09 {
        bottom: -3rem;
        right: -2.5rem; }
  @media screen and (max-width: 768px) {
    .voice {
      border-radius: 70px 70px 0 0;
      transform: translateY(-12rem);
      margin-bottom: -12rem; }
      .voice__inner {
        padding: 0 0 46vw; }
        .voice__inner::before {
          width: 82%;
          height: 18%;
          left: 50%;
          bottom: -9vw;
          background-image: url("../images/voice_illust-sp.svg"); }
        .voice__inner::after {
          width: 15%;
          height: 70%;
          right: auto;
          left: 17vw;
          bottom: -38vw;
          transform: rotate(-90deg); }
        .voice__inner02::before {
          bottom: -9vw;
          height: 27%; }
      .voice__heading {
        font-size: 5.8vw;
        padding: 0 0 1rem; }
        .voice__heading-sub {
          width: 42%;
          top: -13vw; }
      .voice__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: .5rem; }
        .voice__list-item {
          font-size: 3.1vw;
          width: 40vw;
          height: 40vw; }
          .voice__list-item::before {
            width: 14%; }
          .voice__list-item01::before, .voice__list-item04::before, .voice__list-item05::before, .voice__list-item08::before, .voice__list-item09::before {
            left: 4vw;
            top: 1vw; }
          .voice__list-item02::before, .voice__list-item03::before, .voice__list-item06::before, .voice__list-item07::before {
            right: 4vw;
            bottom: 0; }
          .voice__list-item01 {
            bottom: -12vw; }
          .voice__list-item03 {
            bottom: -12vw;
            right: -4vw; }
          .voice__list-item04 {
            bottom: -1vw;
            left: auto;
            right: -5vw; }
          .voice__list-item05 {
            left: -4vw;
            bottom: -13vw; }
          .voice__list-item06 {
            bottom: -2vw;
            left: 0; }
          .voice__list-item07 {
            bottom: -14vw;
            right: 0; }
          .voice__list-item08 {
            right: -4vw;
            bottom: -6vw; }
          .voice__list-item09 {
            bottom: -7vw;
            right: -34vw; } }

.system {
  position: relative;
  z-index: 2;
  padding: 8rem 0 19rem; }
  .system::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120%;
    height: 85%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/bg_blue.svg");
    z-index: -1; }
  .system__inner::before {
    background-image: url("../images/head_system.svg"); }
  .system__detail {
    margin: 0 0 0 auto;
    width: fit-content;
    position: relative;
    padding: 3rem 0 0 2.5rem; }
    .system__detail::before {
      position: absolute;
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 28rem;
      height: 26rem;
      left: -83%;
      background-image: url("../images/system_image01.webp");
      border-radius: 10px; }
    .system__detail::after {
      position: absolute;
      content: "KEISHIN.net";
      transform: rotate(90deg);
      font-family: "Plus Jakarta Sans", sans-serif;
      font-style: normal;
      font-weight: 500;
      letter-spacing: .075em;
      top: 15rem;
      left: -12%; }
    .system__detail .image {
      width: 34rem; }
    .system__detail .list {
      position: relative;
      bottom: 1.5rem;
      display: flex;
      justify-content: flex-start; }
      .system__detail .list-item {
        position: relative;
        z-index: 2;
        color: white;
        text-align: center;
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 1.3rem;
        font-weight: 700;
        margin: 0 2rem; }
        .system__detail .list-item::before {
          position: absolute;
          content: "";
          background: #19349D;
          border-radius: 50%;
          width: 12rem;
          height: 12rem;
          z-index: -1; }
        .system__detail .list-item .icon {
          width: 2rem; }
        .system__detail .list-item .font {
          font-size: 2.2rem; }
        .system__detail .list-item .border {
          border-bottom: 1px solid white; }
  .system__logo {
    width: 18rem;
    margin: 2rem auto; }
  .system__text {
    text-align: center;
    letter-spacing: .075em;
    line-height: 1.6; }
  .system__box .head {
    font-weight: 700;
    text-align: center;
    letter-spacing: .075em;
    font-size: 1.4rem;
    margin: 2rem 0 1rem; }
    .system__box .head .font {
      font-size: 1.5rem;
      font-weight: 600; }
  .system__box .line {
    width: 30rem;
    margin: 1rem auto 0; }
  .system__box .title {
    width: 20rem;
    border-radius: 100rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    padding: .5rem 0;
    color: white; }
    .system__box .title01 {
      background: #19349D;
      margin: 1rem auto; }
    .system__box .title02 {
      background: #828282;
      margin: 2rem auto 1rem; }
  .system__box .list {
    display: grid; }
    .system__box .list-item {
      background: white;
      filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2));
      padding: 2rem; }
      @media screen and (max-width: 768px) {
        .system__box .list-item {
          filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); } }
    .system__box .list .icon {
      width: 5rem;
      margin: 1rem auto; }
    .system__box .list .text {
      text-align: center;
      font-size: 1.1rem;
      font-weight: 700; }
    .system__box .list01 {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2rem; }
      .system__box .list01 .text {
        color: #19349D; }
      .system__box .list01 .detail {
        width: fit-content;
        margin: 0 auto; }
        .system__box .list01 .detail-item {
          position: relative;
          padding: 0 0 0 1rem;
          margin-bottom: 1rem;
          letter-spacing: .05em; }
          .system__box .list01 .detail-item::before {
            position: absolute;
            content: "";
            background: #19349D;
            border-radius: 50%;
            width: .5rem;
            height: .5rem;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
        .system__box .list01 .detail .small {
          font-size: .8rem; }
    .system__box .list02 {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: .75rem; }
      .system__box .list02-item {
        background: #F2F2F2; }
      .system__box .list02 .text {
        line-height: 1.3;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #828282; }
      .system__box .list02 .note {
        font-size: .9rem;
        text-align: justify;
        color: #828282;
        line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .system {
      padding: 20vw 0 64vw; }
      .system::before {
        width: 120%;
        height: 85%;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/bg_blue.svg");
        z-index: -1; }
      .system__detail {
        margin: 0 auto;
        width: 100%;
        padding: 64vw 0 2rem; }
        .system__detail::before {
          width: 76%;
          height: 51vw;
          left: -6.5vw;
          top: 7vw;
          background-image: url("../images/system_image01-sp.webp"); }
        .system__detail::after {
          top: 31vw;
          left: 63%;
          font-size: 2.9vw; }
        .system__detail .image {
          width: 94%;
          margin: 0 auto; }
        .system__detail .list {
          bottom: 1.5rem;
          justify-content: space-evenly; }
          .system__detail .list-item {
            line-height: 1.6;
            font-size: 3.4vw;
            margin: 0 auto; }
            .system__detail .list-item::before {
              width: 40vw;
              height: 40vw; }
            .system__detail .list-item .icon {
              width: 7vw;
              margin-bottom: 2vw; }
            .system__detail .list-item .font {
              font-size: 6vw;
              line-height: 1; }
      .system__logo {
        width: 66%; }
      .system__text {
        font-size: 3.6vw; }
      .system__box .head {
        font-size: 4.3vw;
        margin: 2rem 0 1rem; }
        .system__box .head .font {
          font-weight: 4.6vw; }
      .system__box .line {
        width: 90%;
        margin: 1rem auto 0; }
      .system__box .title {
        width: 80%;
        font-size: 3.1vw; }
      .system__box .list .icon {
        width: 38%; }
      .system__box .list .text {
        font-size: 4vw; }
      .system__box .list01 {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        width: 84%;
        margin: 0 auto; }
        .system__box .list01 .detail-item {
          font-size: 3.4vw;
          padding: 0 0 0 4vw; }
          .system__box .list01 .detail-item::before {
            width: 2vw;
            height: 2vw; }
        .system__box .list01 .detail .small {
          font-size: 2.9vw; }
      .system__box .list02 {
        grid-template-columns: repeat(2, 1fr); }
        .system__box .list02 .note {
          font-size: 2.9vw; }
        .system__box .list02 .icon {
          width: 50%; } }

.schedule {
  position: relative;
  z-index: 2; }
  .schedule::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/bg_gray02.svg");
    z-index: -1; }
  .schedule__inner::before {
    background-image: url("../images/head_schedule.svg"); }
  .schedule__image {
    padding: 2rem 0 0; }
  .schedule__point {
    width: 5%;
    margin: 2rem auto 1rem; }
  .schedule__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    max-width: 900px;
    margin: 0 auto; }
    .schedule__list-item {
      border: 2px solid #19349D;
      background: white;
      padding: 2rem;
      border-radius: 20px; }
      .schedule__list-item .icon {
        width: 10%;
        margin: 0 auto; }
      .schedule__list-item .head {
        color: #19349D;
        font-weight: 700;
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.3;
        padding: 1rem 0; }
      .schedule__list-item .text {
        font-size: .9rem;
        line-height: 1.5;
        text-align: justify; }
  @media screen and (max-width: 768px) {
    .schedule::before {
      width: 160%;
      height: 54%; }
    .schedule__point {
      width: 14%; }
    .schedule__list {
      grid-template-columns: 1fr;
      grid-gap: 1rem; }
      .schedule__list-item .icon {
        width: 8%; }
      .schedule__list-item .head {
        font-size: 4.3vw; }
      .schedule__list-item .text {
        font-size: 3.1vw; } }

.interview {
  background: #19349D;
  background-image: url("../images/interview.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .interview__inner::before {
    background-image: url("../images/head_interview.svg"); }
  .interview__eng, .interview__heading, .interview__text {
    color: white; }
  .interview__text {
    text-align: center;
    letter-spacing: .075em;
    padding: 2rem 0; }
  .interview__list {
    max-width: 900px;
    margin: 0 auto; }
    .interview__list-item {
      background: white;
      border-radius: 20px;
      padding: 2rem 3rem;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 1rem; }
      .interview__list-item:last-child {
        margin-bottom: 0; }
      .interview__list-item .prof {
        width: 30%;
        text-align: center; }
        .interview__list-item .prof .image {
          margin: 0 auto; }
          .interview__list-item .prof .image img {
            border-radius: 12px; }
        .interview__list-item .prof .name,
        .interview__list-item .prof .text {
          letter-spacing: .025em;
          font-size: .8rem;
          margin: 0.5rem 0; }
        .interview__list-item .prof .name {
          color: #19349D;
          border-bottom: 1px solid #19349D;
          padding-bottom: .75rem; }
        .interview__list-item .prof .text {
          line-height: 1.5; }
      .interview__list-item .detail {
        width: 64%; }
        .interview__list-item .detail .number {
          color: #19349D;
          letter-spacing: .075em;
          font-weight: 600;
          font-size: .9rem; }
        .interview__list-item .detail .head {
          font-size: 1.3rem;
          font-weight: 700;
          line-height: 1.6;
          letter-spacing: .05em;
          padding: .5rem 0 1rem; }
        .interview__list-item .detail .text {
          line-height: 1.8;
          text-align: justify;
          font-size: .9rem; }
  @media screen and (max-width: 768px) {
    .interview {
      background-image: url("../images/interview-sp.webp"); }
      .interview__text {
        line-height: 1.5; }
      .interview__list-item {
        padding: 2rem;
        display: block; }
        .interview__list-item .prof {
          width: 100%;
          text-align: center;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 1rem; }
          .interview__list-item .prof .image {
            width: 38%; }
          .interview__list-item .prof .textbox {
            width: 62%; }
          .interview__list-item .prof .name,
          .interview__list-item .prof .text {
            display: block;
            font-size: 3.4vw; }
        .interview__list-item .detail {
          width: 100%; }
          .interview__list-item .detail .number {
            font-size: 2.9vw; }
          .interview__list-item .detail .head {
            font-size: 4.6vw; }
          .interview__list-item .detail .text {
            font-size: 3.1vw; } }

.faq {
  background: #F2F2F2; }
  .faq__inner::before {
    background-image: url("../images/head_faq.svg"); }
  .faq__eng {
    color: #828282; }
  .faq__heading {
    padding: 0 0 2rem; }
  .faq__list {
    margin: 0 auto 1rem;
    max-width: 860px;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.2)); }
    @media screen and (max-width: 768px) {
      .faq__list {
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2)); } }
    .faq__list .icon {
      font-size: 1.6rem;
      font-weight: 600;
      margin-right: .5rem; }
      .faq__list .icon-a {
        transform: translateY(-0.5rem); }
    .faq__list .head {
      background: #000000;
      border-radius: 15px 15px 0 0;
      color: white;
      padding: 1rem 1.5rem;
      letter-spacing: .05em;
      font-size: 1.2rem;
      font-weight: 700; }
    .faq__list .text {
      background: white;
      border-radius: 0 0 15px 15px;
      padding: 1rem 1.5rem 1.5rem;
      letter-spacing: .025em;
      font-size: .9rem;
      display: flex;
      line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .faq {
      padding: 20vw 0 8vw; }
      .faq__list .icon {
        font-size: 5.5vwm; }
        .faq__list .icon-q {
          transform: translateY(-0.25rem); }
      .faq__list .head {
        align-items: center;
        display: flex;
        font-size: 4vw;
        line-height: 1.3; }
      .faq__list .text {
        font-size: 3.1vw; } }

/*
	Footer
------------------------------------------------------------ */
.footer {
  background: #000000;
  color: white; }
  .footer__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0; }
  .footer .head {
    display: flex;
    align-items: end; }
    .footer .head-item {
      width: 4rem; }
    .footer .head .text {
      width: 10rem;
      letter-spacing: .05em;
      font-size: .8rem;
      margin-left: 1rem;
      line-height: 1.5; }
  .footer .list {
    border-left: 2px solid white;
    padding-left: 1.5rem; }
    .footer .list-item01 {
      font-size: 1.5rem;
      letter-spacing: .025em;
      line-height: .5;
      padding-left: 1.5rem;
      position: relative; }
      .footer .list-item01::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 1.3rem;
        height: 1.3rem;
        left: 0;
        top: -.25rem;
        background-image: url("../images/icon_tel.svg"); }
      .footer .list-item01 .small {
        font-size: .7rem; }
    .footer .list-item02 {
      font-size: .7rem;
      padding-top: 3rem; }
  .footer .copyright {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    font-size: .7rem;
    text-align: end;
    padding: 0 0 2rem; }
  @media screen and (max-width: 768px) {
    .footer__inner {
      display: block;
      margin: 0 auto; }
    .footer .head {
      display: block; }
      .footer .head-item {
        width: 16%;
        margin: 0 auto; }
      .footer .head .text {
        font-size: 2.9vw;
        text-align: center;
        margin-left: 0;
        width: 100%;
        padding: 1rem 0; }
    .footer .list {
      text-align: center;
      border-top: 2px solid white;
      border-left: none;
      padding-left: 0;
      width: 80%;
      margin: 0 auto;
      padding: 1.5rem 0; }
      .footer .list-item01 {
        font-size: 5.8vw;
        padding-left: 5vw;
        width: fit-content;
        margin: 0 auto;
        line-height: 1.1; }
        .footer .list-item01::before {
          width: 5vw;
          height: 5vw; }
        .footer .list-item01 .small {
          font-size: 3.1vw; }
      .footer .list-item02 {
        font-size: 3.1vw;
        padding-top: 2rem; }
    .footer .copyright {
      font-size: 2.9vw;
      text-align: center;
      padding: 0 0 7rem; } }

/* Floating area */
.floating {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .floating__button {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .floating__button-item a {
      line-height: 1.1;
      display: block;
      font-size: 4.8vw;
      font-weight: 700;
      letter-spacing: .075em;
      text-align: center;
      padding: 3vw 0 3vw 5.5vw;
      position: relative; }
      .floating__button-item a::before {
        position: absolute;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 10.5vw;
        height: 10.5vw;
        left: 3.5vw;
        top: 0;
        bottom: 0;
        margin: auto; }
    .floating__button-item01 a {
      color: white;
      background: #19349D; }
      .floating__button-item01 a::before {
        background-image: url("../images/icon_request.svg"); }
    .floating__button-item02 a {
      color: #19349D;
      background: #EEEF00; }
      .floating__button-item02 a::before {
        background-image: url("../images/icon_contact.svg"); }
  @media screen and (max-width: 768px) {
    .floating {
      display: block; } }
