@charset "UTF-8";

/* ==== root ========================== */
:root {
  --color-black: #555555;
  --color-white: #fff;
  /* --color-primary: #fff; */
  --color-navy: #485E87;
  --color-bgBlue: #EFF3F5;

  --zen-mincho: "Zen Old Mincho", serif;
  --zen-kaku: "Zen Kaku Gothic New", sans-serif;

  --medium: 500;
  --regular: 400;

  --fs-35: 2.33em;
  --fs-13: 0.866em;
  --fs-12: 0.8em;

  --l-100: 6.66em;
  --l-80: 5.33em;
  --l-75: 5em;
  --l-70: 4.66em;
  --l-60: 4em;
  --l-50: 3.33em;
  --l-40: 2.66em;
  --l-30: 2em;
  --l-25: 1.66em;
  --l-20: 1.33em;
  --l-10: 0.66em;

  --max-wid: 2000px;

  --header: clamp(0.1rem, 5.13vw, 20rem);
  scroll-padding: var(--header);
}

@media screen and (max-width:767px) {
  :root {
    --fs-35: 2.5em;
    --fs-13: 0.928em;
    --fs-12: 0.85em;

    --l-100: 7.12em;
    --l-75: 5.35em;
    --l-70: 5em;
    --l-60: 4.28em;
    --l-50: 3.57em;
    --l-40: 2.85em;
    --l-30: 2.14em;
    --l-25: 1.78em;
    --l-20: 1.42em;
    --l-10: 0.71em;

    --header: 16.53vw;
    scroll-padding: var(--header);
  }
}

/* **** *****  ====================================
 * pattern__rich
 ======================================= **** ***** */

/*================================================
 * subVisual
 ================================================*/
#subVisual {
  padding-top: 11.66em;
}

#subVisual.--rich {
  padding-top: 7.33em;
}

#subVisual.--pages {
  padding-top: 8.066em;
  padding-bottom: 0;
}

#subVisual.--rich .wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 30em;
  border-radius: var(--l-25);
  position: relative;
  display: grid;
  place-content: center;
}

#subVisual.--rich .wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .14;
  border-radius: var(--l-25);
}

#subVisual.--rich .wrap div {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--color-white);
}

#subVisual.--pages .wrap {
  border-bottom: 1px solid #707070;
  padding-bottom: 2em;
}

#subVisual .wrap h3 {
  font-size: 2.73em;
  line-height: 1.03;
  color: #000000;
}

#subVisual .wrap h2.en {
  font-size: 3.66em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.45;
  margin: 0.3em 0;
  color: #000000;
}

#subVisual .wrap h2.ja {
  font-family: var(--zen-mincho);
  font-size: 1.933em;
  line-height: 1.5;
  font-weight: bold;
  color: #000000;
}

#subVisual .subVisual__inner {
  margin-top: var(--l-70);
  padding-top: var(--l-40);
  border-top: 1px solid #707070;
}

#subVisual.--rich .subVisual__inner {
  margin-top: 4.2em;
  padding-top: 0;
  border-top: none;
}

#subVisual .subVisual__inner h4 {
  font-size: 2em;
  font-family: var(--zen-mincho);
  line-height: 1.66;
  color: #000000;
  width: 38.2%;
}

#subVisual.--rich .wrap h2.en,
#subVisual.--rich .wrap h2.ja,
#subVisual.--rich .wrap h3 {
  color: var(--color-white);
}

#subVisual .subVisual__inner p {
  width: 46.3%;
  margin-right: var(--l-25);
}

#subVisual.--rich .subVisual__inner p {
  width: 50.7%;
  margin-right: 0;
}

#subVisual.--other .subVisual__inner div {
  width: 56.5%;
}

#subVisual.--other .subVisual__inner h4 {
  margin-bottom: 1.45em;
  width: 100%;
}

#subVisual.--other .subVisual__inner p {
  margin-top: 1em;
  margin-right: 0;
  width: 100%;
}

#subVisual.--other .subVisual__inner img {
  width: 36.4%;
  border-radius: 1em;
}

@media screen and (max-width:767px) {
  #subVisual {
    padding-top: 9em;
  }

  #subVisual.--rich {
    padding-top: 6em;
  }

  #subVisual.--rich .subVisual__inner {
    margin-top: var(--l-40);
  }

  #subVisual.--rich .wrap div {
    font-size: 0.7em;
  }

  #subVisual .subVisual__inner h4 {
    font-size: 1.42em;
    margin-bottom: 1em;
    width: 100%;
  }

  #subVisual.--rich .subVisual__inner p,
  #subVisual .subVisual__inner p {
    width: 100%;
    margin-right: 0;
  }

  #subVisual .wrap h2.en {
    font-size: 2.66em;
  }

  #subVisual .wrap h2.ja {
    font-size: 1.6em;
  }


  #subVisual.--other .subVisual__inner div {
    width: 100%;
  }

  #subVisual.--other .subVisual__inner h4 {
    width: 100%;
  }

  #subVisual.--other .subVisual__inner p {
    width: 100%;
  }

  #subVisual.--other .subVisual__inner img {
    width: 100%;
    margin-top: var(--l-20);
  }
}

/*================================================
 * whatis
================================================*/

#whatis {
  background: var(--color-bgBlue);
  padding-top: 1px;
}

#whatis.--rich {
  background: var(--color-white);
}

#whatis .wrap {
  padding: var(--l-30) 0 0;
  border-top: 1px solid #707070;
  position: relative;
}

#whatis .wrap::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/what_triangle.svg);
  width: 1.933em;
  height: 1.66em;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.whatis__2clm {
  width: 90.9%;
  margin: var(--l-60) auto 1px;
}

.whatis__2clm.narrow {
  width: 73.2%;
}

.whatis__2clm div {
  width: 50.7%;
}

.whatis__2clm div h2 {
  margin-bottom: var(--l-40);
}

.whatis__2clm div h3 {
  font-family: var(--zen-mincho);
  font-size: var(--l-20);
  line-height: 1.65;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}

.whatis__2clm div h3::before {
  position: absolute;
  content: "";
  width: 11.25em;
  height: 2px;
  background: rgb(100, 232, 176);
  background: linear-gradient(90deg, rgba(100, 232, 176, 1) 0%, rgba(0, 147, 255, 1) 100%);
  bottom: 0;
  left: 0;
}

.whatis__2clm>img {
  width: 40.3%;
  height: auto;
  border-radius: 1em;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width:767px) {
  .whatis__2clm.narrow {
    width: 90.84%;
    margin: var(--l-70) auto 1px;
  }

  .whatis__2clm {
    width: 100%;
    margin: var(--l-40) auto 1px;
  }

  .whatis__2clm div {
    width: 100%;
  }

  .whatis__2clm>img {
    width: 100%;
    margin-top: var(--l-20);
  }

  .whatis__2clm div h2 {
    margin-bottom: var(--l-20);
  }
}

/*================================================
 * charm
================================================*/
/* card__2clm */
.card__2clm {
  display: grid;
  gap: var(--l-20);
  grid-template-columns: repeat(2, 1fr);
  margin-top: var(--l-60);
}

.card__2clm:not(.--circle) li {
  background: var(--color-bgBlue);
  border-radius: 1em;
  padding: 1em;
}

.card__2clm h3 {
  font-size: 1.2em;
  line-height: 1.66;
  margin-bottom: 1.44em;
}

.card__2clm h4 {
  font-size: 1.6em;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.833em;
  width: 51.3%;
}

.card__2clm h4 span {
  font-size: 2.5em;
  margin-left: 0.1em;
}

/* --circle */
.card__2clm.--circle {
  gap: var(--l-80) 5.66em;
  margin-top: var(--l-80);
}

.card__2clm.--circle li {
  position: relative;
}

.card__2clm.--circle h3 {
  width: 54%;
}

.card__2clm.--circle h4 {
  margin-bottom: 2.5em;
}

.card__2clm.--circle li div {
  width: 37.2%;
  border-radius: 1000px;
  position: absolute;
  top: -13%;
  right: 15%;
}

.card__2clm.--circle li div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background: rgb(100, 232, 176);
  background: linear-gradient(90deg, rgba(100, 232, 176, 1) 0%, rgba(0, 147, 255, 1) 100%);
  z-index: -1;
  top: var(--l-10);
  left: var(--l-10);
}

.card__2clm.--circle li div img {
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 1000px;
}

@media screen and (max-width:767px) {
  .card__2clm {
    display: grid;
    gap: var(--l-20);
    grid-template-columns: 1fr;
    margin-top: var(--l-60);
  }

  .card__2clm h4 {
    width: 64%;
  }

  .card__2clm.--circle {
    gap: var(--l-70) 5.66em;
    margin-top: var(--l-70);
  }

  .card__2clm.--circle li div {
    right: 5%;
  }

  .card__2clm.--circle h3 {
    width: 100%;
    margin-bottom: 1em;
  }

  .card__2clm.--circle h4 {
    margin-bottom: 2em;
  }
}

/*================================================
 * type
================================================*/
#type {
  background: var(--color-bgBlue);
  padding: var(--l-70) 0 8em;
}

/* card__list */
.card__list {
  margin-top: 2em;
}

.card__list li {
  background: var(--color-white);
  border-radius: var(--l-20);
  padding: var(--l-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: var(--l-30);
}

.card__list li img {
  width: 46.8%;
  aspect-ratio: 468 / 289;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 1em;
}

.card__list li div {
  width: 49.2%;
}

.card__list li h3 {
  margin-bottom: 3em;
}

.card__list li h3 span {
  display: block;
  font-size: var(--l-20);
  margin-top: 5px;
}

@media screen and (max-width:767px) {
  #type {
    padding: var(--l-70) 0;
  }

  .card__list li {
    padding: var(--l-20) var(--l-20) var(--l-25) var(--l-20);
  }

  .card__list li img {
    width: 100%;
  }

  .card__list li div {
    width: 100%;
  }

  .card__list li h3 {
    margin: var(--l-25) 0 1em;
  }
}

/*================================================
 * qa
================================================*/
.qa__list li {
  background: var(--color-bgBlue);
  padding: var(--l-10);
  margin-top: var(--l-30);
}

.qa__list li div {
  background: var(--color-white);
  padding: 1.43em 1em;
}

.qa__list li div h3 {
  font-size: 1.2em;
  line-height: 1.66;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width:767px) {}


/*================================================
 * pre
================================================*/
.pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4em auto 0;
  width: 100%;
}

.pnav a,
.pnav span {
  display: block;
  font-size: 1em;
  width: 2em;
  height: 2em;
  display: grid;
  place-content: center;
  border-radius: 1000px;
  margin: 0 0.55em;
  line-height: 1;
}

.pnav a.prev,
.pnav a.next {
  display: none;
}

.pnav span {
  background: var(--color-black);
  color: var(--color-white);
}

@media screen and (max-width:767px) {
  .pnav {
    margin: 1em auto 2em;
    width: 100%;
  }
}

/*================================================
 * afterArea
================================================*/
#afterArea {
  padding-top: var(--l-10);
}

.sp__scroll {
  margin-bottom: var(--l-60);
}

#afterArea h3 {
  text-align: center;
  font-size: 2em;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: var(--zen-mincho);
}

#afterArea table {
  table-layout: fixed;
  margin-top: var(--l-50);
}

#afterArea table,
#afterArea tbody,
#afterArea tr {
  width: 100%;
}

#afterArea table td {
  border: 1px solid #485E87;
  vertical-align: middle;
  padding: 1em;
  font-size: 0.933em;
}

#afterArea table .td01 {
  width: 11.8%;
  background: #EFF3F5;
}

#afterArea table .td02 {
  width: 24.5%;
  background: #EFF3F5;
}

#afterArea table .td03 {
  width: 13%;
  text-align: center;
}

#afterArea table td:nth-of-type(3) {
  text-align: center;
}

#afterArea table .td04 {
  width: 50.7%;
}

#afterArea table td.ac {
  text-align: center;
  background: var(--color-white);
}

#afterArea table td.al {
  text-align: left;
}

#afterArea table tr:first-of-type td {
  text-align: center;
  background: #485E87;
  color: var(--color-white);
  border-color: #485E87;
}

#afterArea h4 {
  font-size: 1.33em;
  font-weight: bold;
  margin-bottom: 1em;
}


@media screen and (max-width:767px) {

  .sp__scroll {
    overflow-x: scroll;
  }

  .tableArea {
    width: 100%;
    min-width: 1370px;
  }

  .scroll-hint {
    white-space: nowrap;
  }

  #afterArea table td {
    white-space: break-spaces;
  }
}

/*================================================
 * flow
================================================*/
.flow__list {
  margin-top: var(--l-10);
  width: 82.2%;
  margin-left: auto;
}

.flow__list dt {
  font-size: 1.733em;
  font-weight: bold;
  color: #485E87;
  margin-top: var(--l-70);
  width: calc(100% - 80.6%);
  position: relative;
}

.flow__list dt:not(:last-of-type)::before {
  position: absolute;
  content: "";
  background: #485E87;
  width: 0.115em;
  height: 5.4em;
  border-radius: 10px;
  top: 1.5em;
  left: 22%;
}

.flow__list dd {
  margin-top: var(--l-70);
  width: 80.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background: #EFF3F5;
  border-radius: var(--l-30);
  padding: 1.66em var(--l-40) var(--l-20) var(--l-30);
}

.flow__list dd div {
  width: 84.5%;
}

.flow__list dd h3 {
  color: #485E87;
  font-weight: bold;
  margin-bottom: 0.5em;
}


.flow__list dd img {
  width: 10.6%;
}

.flow__list dd.logo img {
  width: 11.6%;
}

@media screen and (max-width:767px) {
  .flow__list {
    width: 100%;
  }

  .flow__list dt {
    margin-top: var(--l-40);
    font-size: 1.1em;
    /* width: 16%; */
  }

  .flow__list dd {
    /* width: 84%; */
    padding: 1.5em 1em;
    margin-top: var(--l-40);
  }

  .flow__list dt:not(:last-of-type)::before {
    width: 0.15em;
    height: 12.4em;
    top: 2em;
    left: 33%;
  }

  .flow__list dd div {
    width: 100%;
  }

  .flow__list dd div p {
    font-size: var(--fs-13);
  }

  .flow__list dd img,
  .flow__list dd.logo img {
    width: 26%;
    margin: 0 0 1em;
  }
}