@charset "UTF-8";
/* ========================================
リセットCSS
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

span {
  font: inherit;
  letter-spacing: inherit;
}

ul,
ol {
  list-style: none;
}

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

address {
  font: inherit;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/* ========================================
変数・関数
======================================== */
:root {
  --color-black: #102120;
  --dorop-shadow: drop-shadow(calc(5 / 1366 * 100vw) calc(5 / 1366 * 100vw) calc(20 / 1366 * 100vw) color-mix(in srgb, #061B2C 16%, transparent));
  --font-base:"Noto Sans JP", sans-serif;
  --font-en:"Quicksand", "Noto Sans JP", sans-serif;
  --mg-sp: calc(20 / 390 * 100vw);
  --width-sp: calc((390 - 20 * 2) / 390 * 100vw);
  --z-index-navBtn: 13;
  --z-index-nav: 12;
  --z-index-header: 10;
}

/* ========================================
mixin
======================================== */
/* ========================================
ベースCSS
======================================== */
body {
  color: var(--color-black);
  font-family: var(--font-base);
  font-size: calc(16.5 / 1366 * 100vw);
  font-weight: 400;
  line-height: 1.8181818182;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(16.5 / 390 * 100vw);
  }
}

*,
*::before,
*::after {
  letter-spacing: 0.025em;
}

a {
  color: inherit;
  text-decoration: none;
}

/* CLEAR-FIX */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* ========================================
モジュール・パーツ m-
======================================== */
.m-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .m-inner {
    width: var(--width-sp);
  }
}
@media screen and (max-width: 767px) {
  .m-inner .m-inner--sp {
    margin-left: auto;
    margin-right: auto;
    width: var(--width-sp);
  }
}

.m-btn--blue, .m-btn--green {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(60 / 1366 * 100vw);
  background: #fff;
  padding: 0 calc(75 / 1366 * 100vw) 0 calc(38 / 1366 * 100vw);
  border: 2px solid #4FC4BC;
  border-radius: calc(30 / 1366 * 100vw);
  color: #4FC4BC;
  font-size: calc(20 / 1366 * 100vw);
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-btn--blue, .m-btn--green {
    padding: 0 calc(48 / 390 * 100vw) 0 calc(25 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    border-radius: calc(25 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
}
.m-btn--blue::after, .m-btn--green::after {
  content: "";
  display: block;
  width: calc(60 / 1366 * 100vw);
  height: calc(60 / 1366 * 100vw);
  background: #4FC4BC url(../image/common/btn_arrow.svg) center/calc(10 / 1366 * 100vw) no-repeat;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -2px;
}
@media screen and (max-width: 767px) {
  .m-btn--blue::after, .m-btn--green::after {
    width: calc(50 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    background-size: calc(7 / 390 * 100vw) auto;
  }
}

@media screen and (max-width: 767px) {
  .m-btn--green {
    background: #4FC4BC;
    color: #fff;
  }
}
.m-btn--blue {
  color: #54A7D9;
  border-color: #54A7D9;
}
@media screen and (max-width: 767px) {
  .m-btn--blue {
    background: #54A7D9;
    color: #fff;
  }
}
.m-btn--blue::after {
  background-color: #54A7D9;
}

.m-bottomIn {
  transform: translateY(calc(60 / 1366 * 100vw));
}
.m-bottomIn.is-on {
  transform: translateY(0);
  transition: transform 1.2s;
}

.m-pop {
  opacity: 0;
  transform: scale(0.6);
}
.m-pop.is-on {
  animation: pop 0.6s cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

@keyframes pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(1.08);
    opacity: 1;
  }
  80% {
    transform: scale(0.98);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ========================================
補助的に使用 u-
======================================== */
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-ib {
  display: inline-block !important;
}

.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}

.u-weight-100 {
  font-weight: 100 !important;
}

.u-weight-200 {
  font-weight: 200 !important;
}

.u-weight-300 {
  font-weight: 300 !important;
}

.u-weight-400 {
  font-weight: 400 !important;
}

.u-weight-500 {
  font-weight: 500 !important;
}

.u-weight-600 {
  font-weight: 600 !important;
}

.u-weight-700 {
  font-weight: 700 !important;
}

.u-weight-800 {
  font-weight: 800 !important;
}

.u-weight-900 {
  font-weight: 900 !important;
}

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

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

.u-mt-15 {
  margin-top: 15px !important;
}

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

.u-mt-25 {
  margin-top: 25px !important;
}

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

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

/* ========================================
header
======================================== */
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(1326 / 1366 * 100vw);
  position: fixed;
  top: calc(20 / 1366 * 100vw);
  left: calc(20 / 1366 * 100vw);
  z-index: var(--z-index-header);
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    position: static;
  }
}
.l-header__logo {
  width: calc(59 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: calc(46 / 390 * 100vw);
    position: fixed;
    top: calc(35 / 390 * 100vw);
    left: calc(20 / 390 * 100vw);
    z-index: var(--z-index-header);
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-navBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-navBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    border-radius: 50%;
    border: max(calc(1 / 390 * 100vw), 1px) solid #367390;
    position: fixed;
    top: calc(30 / 390 * 100vw);
    right: calc(20 / 390 * 100vw);
    z-index: var(--z-index-navBtn);
  }
  .l-navBtn span {
    display: block;
    width: calc(15 / 390 * 100vw);
    height: max(calc(1 / 390 * 100vw), 1px);
    background: #367390;
    transition: transform 0.3s;
  }
  .l-navBtn span + span {
    margin-top: calc(4 / 390 * 100vw);
  }
  .is-navActive .l-navBtn span:nth-child(1) {
    transform: translateY(calc(5 / 390 * 100vw)) rotate(45deg);
  }
  .is-navActive .l-navBtn span:nth-child(2) {
    opacity: 0;
  }
  .is-navActive .l-navBtn span:nth-child(3) {
    transform: translateY(calc(-5 / 390 * 100vw)) rotate(-45deg);
  }
}

.l-nav {
  position: fixed;
  top: calc(20 / 1366 * 100vw);
  right: calc(20 / 1366 * 100vw);
  z-index: var(--z-index-nav);
}
@media screen and (max-width: 767px) {
  .l-nav {
    width: 100%;
    height: 100%;
    padding: calc(10 / 390 * 100vw);
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.4s 0s, transform 0s 0.4s;
    top: 0;
    right: 0;
  }
  .is-navActive .l-nav {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s 0s, transform 0s 0s;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__overlay {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__overlay {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__container {
    display: block;
    padding: calc(80 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
    background: #F8FCFD;
    border-radius: calc(15 / 390 * 100vw);
    position: relative;
    z-index: 2;
  }
}
.l-nav__primary {
  display: flex;
  gap: 0 calc(30 / 1366 * 100vw);
  padding: calc(10 / 1366 * 100vw) calc(30 / 1366 * 100vw);
  background: transparent;
  border-radius: calc(25 / 1366 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-nav__primary {
    backdrop-filter: blur(30px);
  }
}
@media screen and (max-width: 767px) {
  .l-nav__primary {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(30 / 390 * 100vw) 0;
  }
}
.l-nav__primary li {
  font-size: calc(16 / 1366 * 100vw);
  font-weight: 500;
}
.l-nav__primary a {
  display: block;
  color: #357490;
  font-size: calc(15 / 1366 * 100vw);
  font-weight: 700;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-nav__primary a {
    font-size: calc(16.5 / 390 * 100vw);
  }
}
.l-nav__primary a::before {
  content: "";
  display: block;
  width: calc(8 / 1366 * 100vw);
  height: calc(8 / 1366 * 100vw);
  background: #0BB5FF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: calc(-13 / 1366 * 100vw);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-nav__primary a::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__logo {
    display: block;
    width: calc(46 / 390 * 100vw);
    margin: calc(60 / 390 * 100vw) auto 0;
  }
}
.l-nav__logo a {
  display: block;
}
.l-nav__logo img {
  width: 100%;
}

/* ========================================
footer
======================================== */
.l-footer {
  padding: calc(100 / 1366 * 100vw) 0 calc(39 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: calc(80 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
  }
}
.l-footer__copyright {
  display: block;
  text-align: center;
  color: #357490;
  font-size: calc(12 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: calc(12 / 390 * 100vw);
  }
}

/* ========================================
共通で使うレイアウト l-
======================================== */
/* ========================================
トップページ home
======================================== */
body:has(.p-home) {
  position: relative;
}
body:has(.p-home)::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(2492 / 1366 * 100vw);
  background: linear-gradient(0deg, #dfeef5 0%, #fff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-home {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-homeHead {
    width: calc(1186 / 1366 * 100vw);
    padding: calc(240 / 1366 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeHead {
    padding: calc(130 / 390 * 100vw) 0;
  }
}
.p-homeHead__mainTtl {
  font-size: calc(48 / 1366 * 100vw);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeHead__mainTtl {
    font-size: calc(28 / 390 * 100vw);
    margin-bottom: calc(20 / 390 * 100vw);
  }
}
.p-homeHead__mainTtl .__emp {
  display: inline-block;
  padding-top: calc(18 / 1366 * 100vw);
  color: #189FDB;
}
@media screen and (max-width: 767px) {
  .p-homeHead__mainTtl .__emp {
    padding-top: calc(10 / 390 * 100vw);
  }
}
.p-homeHead__mainTtl .__emp > span {
  display: inline-block;
  position: relative;
}
.p-homeHead__mainTtl .__emp > span::before {
  content: "";
  display: block;
  width: calc(10 / 1366 * 100vw);
  height: calc(10 / 1366 * 100vw);
  background: #189FDB;
  border-radius: 50%;
  position: absolute;
  top: calc(-10 / 1366 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-homeHead__mainTtl .__emp > span::before {
    width: calc(6 / 390 * 100vw);
    height: calc(6 / 390 * 100vw);
    top: calc(-6 / 390 * 100vw);
  }
}
.p-homeConcept {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeConcept .p-homeConcept__contBox {
    padding: calc(46 / 1366 * 100vw) calc(30 / 1366 * 100vw) calc(0 / 1366 * 100vw) calc(223 / 1366 * 100vw);
    background: color-mix(in srgb, #000 50%, transparent);
    filter: var(--dorop-shadow);
  }
}
.p-homeConcept__secTtl {
  font-size: calc(28 / 1366 * 100vw);
  font-weight: 700;
  line-height: 2.4;
  text-decoration-line: underline;
  text-decoration-color: var(--color-black);
  text-decoration-thickness: calc(10 / 1366 * 100vw);
  text-underline-offset: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeConcept__secTtl {
    padding: calc(34 / 390 * 100vw) 0 0 calc(20 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
    line-height: 2.5;
    text-decoration-thickness: calc(6 / 390 * 100vw);
    text-underline-offset: calc(8 / 390 * 100vw);
  }
}
.p-homeConcept__desc {
  margin-top: calc(35 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeConcept__desc {
    margin-top: calc(20 / 390 * 100vw);
    padding: calc(0 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
  }
}
.p-homeConcept__desc p + P {
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .p-homeConcept__desc p + P {
    margin-top: 0.6em;
  }
}
.p-homeConcept--sec01 {
  margin-top: calc(244 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec01 {
    margin-top: calc(135 / 390 * 100vw);
    padding-top: calc(285 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .p-homeConcept--sec01 .p-homeConcept__contBox {
    width: calc(888 / 1366 * 100vw);
    height: calc(530 / 1366 * 100vw);
    margin-left: auto;
    margin-right: calc(60 / 1366 * 100vw);
    border-radius: 0 calc(265 / 1366 * 100vw) calc(265 / 1366 * 100vw) 0;
    background: linear-gradient(230deg, #e9f8f7 0%, #fff 100%);
  }
}
.p-homeConcept--sec01 .p-homeConcept__secTtl {
  color: #019E95;
  text-decoration-color: #7FD4CE;
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec01 .p-homeConcept__secTtl {
    width: calc(340 / 390 * 100vw);
    height: calc(246 / 390 * 100vw);
    border-radius: 0 calc(123 / 390 * 100vw) calc(123 / 390 * 100vw) 0;
    background: linear-gradient(#e9f8f7 0%, #fff 100%);
  }
}
.p-homeConcept--sec01 .p-homeConcept--sec01__img01 {
  width: calc(598 / 1366 * 100vw);
  position: absolute;
  top: calc(-130 / 1366 * 100vw);
  left: calc(-61 / 1366 * 100vw);
  filter: var(--dorop-shadow);
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec01 .p-homeConcept--sec01__img01 {
    width: calc(477 / 390 * 100vw);
    max-width: calc(477 / 390 * 100vw);
    top: 0;
    left: auto;
    right: calc(10 / 390 * 100vw);
  }
}
.p-homeConcept--sec01 .p-homeConcept--sec01__img02 {
  width: calc(382 / 1366 * 100vw);
  position: absolute;
  top: calc(324 / 1366 * 100vw);
  left: calc(209 / 1366 * 100vw);
  filter: var(--dorop-shadow);
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec01 .p-homeConcept--sec01__img02 {
    display: block;
    width: calc(245 / 390 * 100vw);
    margin-top: calc(26 / 390 * 100vw);
    margin-left: calc(107 / 390 * 100vw);
    position: static;
  }
}
.p-homeConcept--sec02 {
  margin-top: calc(242 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec02 {
    margin-top: calc(60 / 390 * 100vw);
    padding-top: calc(285 / 390 * 100vw);
  }
}
.p-homeConcept--sec02 .p-homeConcept__secTtl {
  color: #0068B7;
  text-decoration-color: #A9D4ED;
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec02 .p-homeConcept__secTtl {
    width: calc(350 / 390 * 100vw);
    height: calc(246 / 390 * 100vw);
    border-radius: 0 calc(123 / 390 * 100vw) calc(123 / 390 * 100vw) 0;
    background: linear-gradient(#eaf5fc 0%, #fff 100%);
  }
}
@media screen and (min-width: 768px) {
  .p-homeConcept--sec02 .p-homeConcept__contBox {
    width: calc(918 / 1366 * 100vw);
    height: calc(592 / 1366 * 100vw);
    padding-left: calc(140 / 1366 * 100vw);
    border-radius: 0 calc(296 / 1366 * 100vw) calc(296 / 1366 * 100vw) 0;
    background: linear-gradient(230deg, #EBF5FC 0%, #fff 100%);
  }
}
.p-homeConcept--sec02 .p-homeConcept--sec02__img01 {
  width: calc(657 / 1366 * 100vw);
  position: absolute;
  top: calc(-150 / 1366 * 100vw);
  right: calc(-24 / 1366 * 100vw);
  filter: var(--dorop-shadow);
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec02 .p-homeConcept--sec02__img01 {
    width: calc(477 / 390 * 100vw);
    max-width: calc(477 / 390 * 100vw);
    top: 0;
    left: auto;
    right: calc(10 / 390 * 100vw);
  }
}
.p-homeConcept--sec02 .p-homeConcept--sec02__img02 {
  width: calc(375 / 1366 * 100vw);
  position: absolute;
  top: calc(321 / 1366 * 100vw);
  right: calc(-30 / 1366 * 100vw);
  filter: var(--dorop-shadow);
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec02 .p-homeConcept--sec02__img02 {
    display: block;
    margin-top: calc(24 / 390 * 100vw);
    margin-left: auto;
    margin-right: calc(-15 / 390 * 100vw);
    width: calc(243 / 390 * 100vw);
    position: static;
  }
}
.p-homeConcept--sec02 .p-homeConcept--sec02__img03 {
  width: calc(287 / 1366 * 100vw);
  position: absolute;
  top: calc(401 / 1366 * 100vw);
  left: calc(684 / 1366 * 100vw);
  filter: var(--dorop-shadow);
}
@media screen and (max-width: 767px) {
  .p-homeConcept--sec02 .p-homeConcept--sec02__img03 {
    display: block;
    width: calc(218 / 390 * 100vw);
    margin-top: calc(30 / 390 * 100vw);
    margin-left: calc(-20 / 390 * 100vw);
    position: static;
  }
}

.p-homeFlowText {
  padding: calc(430 / 1366 * 100vw) 0 calc(332 / 1366 * 100vw);
  position: relative;
  z-index: -2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-homeFlowText {
    padding: calc(170 / 390 * 100vw) 0 calc(253 / 390 * 100vw);
    width: calc(600 / 390 * 100vw);
  }
}
.p-homeFlowText::before {
  content: "";
  display: block;
  width: calc(700 / 1366 * 100vw);
  height: calc(200 / 1366 * 100vw);
  border-radius: calc(100 / 1366 * 100vw);
  background: radial-gradient(#fff 0%, transparent 90%);
  position: absolute;
  top: 57%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-homeFlowText::before {
    display: none;
  }
}
.p-homeFlowText .splide__slide img {
  width: calc(1302 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeFlowText .splide__slide img {
    width: 100%;
    max-width: none;
  }
}

.p-homeAbout {
  position: relative;
  z-index: 1;
}
.p-homeAbout .splide__slide img {
  width: 100%;
  border-radius: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeAbout .splide__slide img {
    border-radius: calc(10 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeAbout .splide__track {
    overflow: visible;
  }
}
.p-homeAbout__slide01 {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__slide01 {
    width: calc(291 / 390 * 100vw);
  }
}
.p-homeAbout__slide02 {
  pointer-events: none;
  margin-top: calc(25 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeAbout__slide02 {
    margin-top: 0;
    width: calc(291 / 390 * 100vw);
  }
}
.p-homeAbout__contBox {
  width: calc(590 / 1366 * 100vw);
  padding: calc(85 / 1366 * 100vw) 0 calc(85 / 1366 * 100vw);
  background: #fff;
  border-radius: calc(20 / 1366 * 100vw);
  text-align: center;
  filter: var(--dorop-shadow);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-homeAbout__contBox {
    width: 100%;
    padding: calc(50 / 390 * 100vw) var(--mg-sp);
    filter: none;
    position: static;
    transform: none;
  }
}
.p-homeAbout__logo {
  width: calc(120 / 1366 * 100vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__logo {
    width: calc(71 / 390 * 100vw);
  }
}
.p-homeAbout__logo img {
  width: 100%;
}
.p-homeAbout__secTtl {
  margin-top: calc(40 / 1366 * 100vw);
  color: #189FDB;
  font-size: calc(24 / 1366 * 100vw);
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-homeAbout__secTtl {
    margin-top: calc(30 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.8;
  }
}
.p-homeAbout__desc {
  margin-top: calc(29 / 1366 * 100vw);
}

.p-homeData {
  padding: calc(28 / 1366 * 100vw) calc(50 / 1366 * 100vw) calc(55 / 1366 * 100vw);
  background: #DFEEF5;
  margin-top: calc(40 / 1366 * 100vw);
  border-radius: calc(20 / 1366 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeData {
    width: calc(1286 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeData {
    margin-top: calc(25 / 390 * 100vw);
    padding: calc(30 / 390 * 100vw) calc(15 / 390 * 100vw) calc(22 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
  }
}
.p-homeData__secTtl {
  display: flex;
  align-items: center;
  gap: 0 calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeData__secTtl {
    display: block;
    text-align: center;
  }
}
.p-homeData__secTtl .__ja {
  display: flex;
  align-items: center;
  gap: 0 calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeData__secTtl .__ja {
    justify-content: center;
    gap: 0 calc(10 / 390 * 100vw);
    margin-top: calc(5 / 390 * 100vw);
  }
}
.p-homeData__secTtl .__ja::before {
  content: "";
  display: block;
  width: calc(14 / 1366 * 100vw);
  height: calc(14 / 1366 * 100vw);
  background: #189FDB;
  border-radius: 50%;
  transform: translateY(calc(1 / 1366 * 100vw));
}
@media screen and (max-width: 767px) {
  .p-homeData__secTtl .__ja::before {
    width: calc(14 / 390 * 100vw);
    height: calc(14 / 390 * 100vw);
    transform: translateY(calc(1 / 390 * 100vw));
  }
}
.p-homeData__secTtl .__en {
  color: #189FDB;
  font-family: var(--font-en);
  font-size: calc(42 / 1366 * 100vw);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-homeData__secTtl .__en {
    font-size: calc(32 / 390 * 100vw);
    line-height: 1;
    display: block;
  }
}
.p-homeData__note {
  font-size: calc(12 / 1366 * 100vw);
  position: absolute;
  top: calc(58 / 1366 * 100vw);
  right: calc(50 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeData__note {
    margin-top: calc(13 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    position: static;
  }
}

.p-homeDataList {
  display: flex;
  gap: 0 calc(10 / 1366 * 100vw);
  margin-top: calc(8 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeDataList {
    display: block;
    margin-top: calc(16 / 390 * 100vw);
  }
}
.p-homeDataList > li {
  width: calc(365 / 1366 * 100vw);
  padding: calc(21 / 1366 * 100vw) calc(30 / 1366 * 100vw) calc(15 / 1366 * 100vw) 0;
  background: #fff;
  border-radius: calc(10 / 1366 * 100vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeDataList > li {
    width: 100%;
    padding: calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) calc(9 / 390 * 100vw) 0;
    border-radius: calc(10 / 390 * 100vw);
  }
  .p-homeDataList > li + li {
    margin-top: calc(15 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .p-homeDataList > li:nth-child(1) {
    width: calc(436 / 1366 * 100vw);
  }
}
.p-homeDataList__ttl {
  width: -moz-fit-content;
  width: fit-content;
  height: calc(40 / 1366 * 100vw);
  padding: calc(8 / 1366 * 100vw) calc(10 / 1366 * 100vw) 0 calc(10 / 1366 * 100vw);
  border-radius: 0 calc(20 / 1366 * 100vw) calc(20 / 1366 * 100vw) 0;
  background: #189FDB;
  color: #fff;
  font-size: calc(20 / 1366 * 100vw);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-homeDataList__ttl {
    height: calc(35 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) calc(14 / 390 * 100vw) 0 calc(15 / 390 * 100vw);
    border-radius: 0 calc(18 / 390 * 100vw) calc(18 / 390 * 100vw) 0;
    font-size: calc(16.5 / 390 * 100vw);
  }
}
.p-homeDataList__ttl sup {
  font-size: calc(12 / 1366 * 100vw);
  margin-left: calc(5 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeDataList__ttl sup {
    font-size: calc(10 / 390 * 100vw);
    margin-left: calc(0 / 390 * 100vw);
  }
}
.p-homeDataList__img {
  position: absolute;
  left: calc(28 / 1366 * 100vw);
  bottom: calc(25 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeDataList__img {
    left: calc(20 / 390 * 100vw);
    bottom: calc(15 / 390 * 100vw);
  }
}
.p-homeDataList__img.--01 {
  width: calc(88 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeDataList__img.--01 {
    width: calc(56 / 390 * 100vw);
    transform: translate(0, calc(-7 / 390 * 100vw));
  }
}
.p-homeDataList__img.--02 {
  width: calc(55 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeDataList__img.--02 {
    width: calc(40 / 390 * 100vw);
    transform: translate(calc(8 / 390 * 100vw), calc(-1 / 390 * 100vw));
  }
}
.p-homeDataList__img.--03 {
  width: calc(75 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeDataList__img.--03 {
    width: calc(51 / 390 * 100vw);
    transform: translate(calc(2 / 390 * 100vw), calc(-14 / 390 * 100vw));
  }
}
.p-homeDataList__data {
  color: #189FDB;
  margin-top: calc(18 / 1366 * 100vw);
  font-size: calc(20 / 1366 * 100vw);
  font-weight: 700;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-homeDataList__data {
    margin-top: calc(11 / 390 * 100vw);
    font-size: calc(16.5 / 390 * 100vw);
  }
}
.p-homeDataList__num {
  font-family: var(--font-en);
  font-size: calc(94 / 1366 * 100vw);
  margin-top: calc(14 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeDataList__num {
    margin-top: 0;
    font-size: calc(70 / 390 * 100vw);
  }
}
.p-homeDataList__num span {
  font-size: 0.5957446809em;
}

.p-homeSec {
  margin-top: calc(185 / 1366 * 100vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeSec {
    margin-top: calc(157 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-homeSec + .p-homeSec {
    margin-top: calc(135 / 390 * 100vw);
  }
}
.p-homeSec__img {
  width: calc(653 / 1366 * 100vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeSec__img {
    width: calc(380 / 390 * 100vw);
  }
}
.p-homeSec__img img {
  width: 100%;
}
.p-homeSec__contBox {
  padding: calc(120 / 1366 * 100vw) 0 calc(60 / 1366 * 100vw);
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeSec__contBox {
    padding: calc(46 / 390 * 100vw) calc(30 / 390 * 100vw) calc(50 / 390 * 100vw);
  }
}
.p-homeSec__secTtl {
  font-family: var(--font-en);
  font-size: calc(55 / 1366 * 100vw);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-homeSec__secTtl {
    font-size: calc(28 / 390 * 100vw);
    z-index: 2;
  }
}
.p-homeSec__list li {
  padding-left: calc(53 / 1366 * 100vw);
  font-size: calc(20 / 1366 * 100vw);
  font-weight: 500;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeSec__list li {
    padding-left: calc(37 / 390 * 100vw);
    font-size: calc(16.5 / 390 * 100vw);
    line-height: 2;
  }
}
.p-homeSec__list li::before {
  content: "";
  display: block;
  width: calc(33 / 1366 * 100vw);
  height: calc(29 / 1366 * 100vw);
  background: url(../image/common/check-green.svg) center/contain no-repeat;
  position: absolute;
  top: calc(6 / 1366 * 100vw);
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-homeSec__list li::before {
    width: calc(27 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    top: calc(5 / 390 * 100vw);
  }
}
.p-homeSec__list li + li {
  margin-top: calc(19 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeSec__list li + li {
    margin-top: calc(16 / 390 * 100vw);
  }
}
.p-homeSec__balloon {
  filter: var(--dorop-shadow);
}
.p-homeSec__link {
  margin-top: calc(55 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeSec__link {
    margin-top: calc(35 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .p-homeSec.--workers .p-homeSec__contBox {
    width: calc(1050 / 1366 * 100vw);
    height: calc(566 / 1366 * 100vw);
    padding-left: calc(467 / 1366 * 100vw);
    border-radius: 0 calc(283 / 1366 * 100vw) calc(283 / 1366 * 100vw) 0;
    margin-left: auto;
    margin-right: calc(60 / 1366 * 100vw);
  }
}
.p-homeSec.--workers .p-homeSec__img {
  position: absolute;
  top: calc(-25 / 1366 * 100vw);
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-homeSec.--workers .p-homeSec__img {
    position: relative;
    top: auto;
  }
}
.p-homeSec.--workers .p-homeSec__balloon {
  width: calc(204 / 1366 * 100vw);
  position: absolute;
  top: calc(-60 / 1366 * 100vw);
  right: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeSec.--workers .p-homeSec__balloon {
    width: calc(116 / 390 * 100vw);
    top: calc(-50 / 390 * 100vw);
    right: calc(10 / 390 * 100vw);
  }
}
.p-homeSec.--workers .p-homeSec__secTtl {
  color: #D0EBEA;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-homeSec.--workers .p-homeSec__secTtl {
    right: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .p-homeSec.--institution .p-homeSec__contBox {
    width: calc(1152 / 1366 * 100vw);
    height: calc(646 / 1366 * 100vw);
    width: calc(1050 / 1366 * 100vw);
    height: calc(566 / 1366 * 100vw);
    padding-left: calc(160 / 1366 * 100vw);
    border-radius: 0 calc(323 / 1366 * 100vw) calc(323 / 1366 * 100vw) 0;
  }
}
.p-homeSec.--institution .p-homeSec__img {
  position: absolute;
  top: calc(-29 / 1366 * 100vw);
  right: calc(40 / 1366 * 100vw);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-homeSec.--institution .p-homeSec__img {
    position: relative;
    top: auto;
    right: auto;
  }
}
.p-homeSec.--institution .p-homeSec__balloon {
  width: calc(204 / 1366 * 100vw);
  position: absolute;
  top: calc(-60 / 1366 * 100vw);
  left: calc(30 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeSec.--institution .p-homeSec__balloon {
    width: calc(116 / 390 * 100vw);
    top: calc(-40 / 390 * 100vw);
    left: calc(20 / 390 * 100vw);
  }
}
.p-homeSec.--institution .p-homeSec__list li::before {
  background-image: url(../image/common/check-blue.svg);
}
.p-homeSec.--institution .p-homeSec__secTtl {
  color: #CAE1EF;
  left: calc(60 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-homeSec.--institution .p-homeSec__secTtl {
    left: auto;
    right: calc(17 / 390 * 100vw);
  }
}

.p-homeLine {
  position: absolute;
  top: calc(-86 / 1366 * 100vw);
  left: calc(-281 / 1366 * 100vw);
  z-index: -1;
  width: calc(1838 / 1366 * 100vw);
  height: calc(3206 / 1366 * 100vw);
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-homeLine {
    top: calc(45 / 390 * 100vw);
    left: calc(-452 / 390 * 100vw);
    z-index: -1;
    width: calc(1487 / 390 * 100vw);
    height: calc(3516 / 390 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */