@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5;
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

button {
  padding: 0;
}

/* l-btn */
.l-btn {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-btn {
    margin-top: 3.125rem;
  }
}

/* l-cards */
.l-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

/* l-content */
.l-content {
  width: 940px;
  width: 58.75rem;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner {
  width: 100%;
  max-width: 1150px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-section */
.l-section {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 3.75rem 0;
  }
}

/* area */
.area .entitle {
  color: #1C76D9;
}
.area .title {
  color: #1C76D9;
  font-weight: 600;
}

.area__wrapper {
  background: #fff;
  border-radius: 1.25rem;
  padding: 55px 80px 80px;
  padding: 3.4375rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .area__wrapper {
    padding: 2.5rem 0;
  }
}

.area__header {
  width: 750px;
  width: 46.875rem;
  max-width: 100%;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area__header {
    width: 100%;
  }
}

.area__text {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 50px;
  left: 3.125rem;
  width: 398px;
  width: 24.875rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: #F7F7F7;
  border-radius: 0.625rem;
  padding: 15px 24px 20px;
  padding: 0.9375rem 1.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .area__text {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    font-size: 1rem;
    padding: 0.9375rem 0.9375rem;
    margin-left: auto;
  }
  .area__text .u-sp {
    display: inline-block;
  }
}
.area__text::before, .area__text::after {
  position: absolute;
  content: "";
}
.area__text::before {
  width: 155px;
  width: 9.6875rem;
  height: 195px;
  height: 12.1875rem;
  left: -140px;
  left: -8.75rem;
  bottom: -150px;
  bottom: -9.375rem;
  background: url(../img/common/area-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .area__text::before {
    width: 5rem;
    height: 6.25rem;
    left: -1.25rem;
    bottom: -5rem;
    z-index: 1;
  }
}
.area__text::after {
  width: 48px;
  width: 3rem;
  height: 46px;
  height: 2.875rem;
  bottom: -25px;
  bottom: -1.5625rem;
  left: 45px;
  left: 2.8125rem;
  background: url(../img/common/area-arrow.png) no-repeat center/contain;
}

.area__subtitle {
  position: absolute;
  top: -130px;
  top: -8.125rem;
  right: -75px;
  right: -4.6875rem;
  z-index: 2;
  text-align: center;
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
  font-size: 28px;
  font-size: 1.75rem;
  color: #1C76D9;
  line-height: 1.1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .84);
  border: 1px solid #1C76D9;
  border: 0.0625rem solid #1C76D9;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .area__subtitle {
    position: static;
    width: 6.25rem;
    height: 6.25rem;
    font-size: 1.125rem;
    padding-top: 1.25rem;
    margin-top: 2.5rem;
    margin-left: 3.75rem;
  }
}
.area__subtitle span {
  font-family: "din-2014", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .area__subtitle span {
    font-size: 1.875rem;
  }
}

.area__map-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .area__map-wrapper {
    margin-top: -3.75rem;
  }
}

.area__map01 {
  opacity: 0;
}

.area__map02, .area__map03, .area__map04, .area__map05, .area__map06, .area__map07, .area__map08 {
  position: absolute;
  display: block;
  width: 100%;
}
.area__map02:hover, .area__map03:hover, .area__map04:hover, .area__map05:hover, .area__map06:hover, .area__map07:hover, .area__map08:hover {
  opacity: 1;
}
.area__map02:hover img:first-child, .area__map03:hover img:first-child, .area__map04:hover img:first-child, .area__map05:hover img:first-child, .area__map06:hover img:first-child, .area__map07:hover img:first-child, .area__map08:hover img:first-child {
  display: none;
}
.area__map02:hover img:nth-child(2), .area__map03:hover img:nth-child(2), .area__map04:hover img:nth-child(2), .area__map05:hover img:nth-child(2), .area__map06:hover img:nth-child(2), .area__map07:hover img:nth-child(2), .area__map08:hover img:nth-child(2) {
  display: block;
}
.area__map02 img:nth-child(2), .area__map03 img:nth-child(2), .area__map04 img:nth-child(2), .area__map05 img:nth-child(2), .area__map06 img:nth-child(2), .area__map07 img:nth-child(2), .area__map08 img:nth-child(2) {
  display: none;
}

.area__map02 {
  width: 29.3%;
  top: 0;
  right: 0;
}

.area__map03 {
  width: 18.4%;
  top: 30%;
  right: 14%;
}

.area__map04 {
  width: 15%;
  top: 69%;
  right: 19%;
}

.area__map05 {
  width: 18.3%;
  top: 58.5%;
  right: 30.5%;
}

.area__map06 {
  width: 14.2%;
  top: 66%;
  right: 45.5%;
}

.area__map07 {
  width: 18.4%;
  top: 66%;
  right: 58%;
}

.area__map08 {
  width: 23.3%;
  top: 69%;
  right: 76.5%;
}

.area__contents {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .area__contents {
    margin-top: 1.875rem;
  }
}

.area__content {
  border-radius: 0.625rem;
  display: none;
}
.area__content.active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.area__content:first-child {
  border: 3px solid #E61214;
  border: 0.1875rem solid #E61214;
}
.area__content:first-child .area__list-title {
  color: #E61214;
}
.area__content:first-child .area__list-item:not(:first-child) {
  border-top: 1px solid #E61214;
  border-top: 0.0625rem solid #E61214;
}
.area__content:first-child .area__hp-link span {
  background: url(../img/common/home-icon01.png) no-repeat center top/20px;
  background: url(../img/common/home-icon01.png) no-repeat center top/1.25rem;
}
.area__content:nth-child(2) {
  border: 3px solid #FF9404;
  border: 0.1875rem solid #FF9404;
}
.area__content:nth-child(2) .area__list-title {
  color: #FF9404;
}
.area__content:nth-child(2) .area__list-item:not(:first-child) {
  border-top: 1px solid #FF9404;
  border-top: 0.0625rem solid #FF9404;
}
.area__content:nth-child(2) .area__hp-link span {
  background: url(../img/common/home-icon02.png) no-repeat center top/20px;
  background: url(../img/common/home-icon02.png) no-repeat center top/1.25rem;
}
.area__content:nth-child(3) {
  border: 3px solid #02922F;
  border: 0.1875rem solid #02922F;
}
.area__content:nth-child(3) .area__list-title {
  color: #02922F;
}
.area__content:nth-child(3) .area__list-item:not(:first-child) {
  border-top: 1px solid #02922F;
  border-top: 0.0625rem solid #02922F;
}
.area__content:nth-child(3) .area__hp-link span {
  background: url(../img/common/home-icon03.png) no-repeat center top/20px;
  background: url(../img/common/home-icon03.png) no-repeat center top/1.25rem;
}
.area__content:nth-child(4) {
  border: 3px solid #466CDE;
  border: 0.1875rem solid #466CDE;
}
.area__content:nth-child(4) .area__list-title {
  color: #466CDE;
}
.area__content:nth-child(4) .area__list-item:not(:first-child) {
  border-top: 1px solid #466CDE;
  border-top: 0.0625rem solid #466CDE;
}
.area__content:nth-child(4) .area__hp-link span {
  background: url(../img/common/home-icon04.png) no-repeat center top/20px;
  background: url(../img/common/home-icon04.png) no-repeat center top/1.25rem;
}
.area__content:nth-child(5) {
  border: 3px solid #8D00AF;
  border: 0.1875rem solid #8D00AF;
}
.area__content:nth-child(5) .area__list-title {
  color: #8D00AF;
}
.area__content:nth-child(5) .area__list-item:not(:first-child) {
  border-top: 1px solid #8D00AF;
  border-top: 0.0625rem solid #8D00AF;
}
.area__content:nth-child(5) .area__hp-link span {
  background: url(../img/common/home-icon05.png) no-repeat center top/20px;
  background: url(../img/common/home-icon05.png) no-repeat center top/1.25rem;
}
.area__content:nth-child(6) {
  border: 3px solid #8C67C2;
  border: 0.1875rem solid #8C67C2;
}
.area__content:nth-child(6) .area__list-title {
  color: #8C67C2;
}
.area__content:nth-child(6) .area__list-item:not(:first-child) {
  border-top: 1px solid #8C67C2;
  border-top: 0.0625rem solid #8C67C2;
}
.area__content:nth-child(6) .area__hp-link span {
  background: url(../img/common/home-icon06.png) no-repeat center top/20px;
  background: url(../img/common/home-icon06.png) no-repeat center top/1.25rem;
}
.area__content:nth-child(7) {
  border: 3px solid #FC007A;
  border: 0.1875rem solid #FC007A;
}
.area__content:nth-child(7) .area__list-title {
  color: #FC007A;
}
.area__content:nth-child(7) .area__list-item:not(:first-child) {
  border-top: 1px solid #FC007A;
  border-top: 0.0625rem solid #FC007A;
}
.area__content:nth-child(7) .area__hp-link span {
  background: url(../img/common/home-icon07.png) no-repeat center top/20px;
  background: url(../img/common/home-icon07.png) no-repeat center top/1.25rem;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .area__inner {
    display: block;
  }
}

.area__list {
  width: 100%;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}

.area__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .area__list-item {
    display: block;
  }
}
.area__list-item + .area__list-item {
  padding-top: 15px;
  padding-top: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.area__list-title {
  min-width: 195px;
  min-width: 12.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .area__list-title {
    font-size: 1rem;
  }
}

.area__list-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .area__list-body {
    display: block;
    padding-right: 0;
  }
}

.area__list-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .area__list-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
.area__list-text a, .area__list-text span {
  display: inline-block;
  padding-left: 29px;
  padding-left: 1.8125rem;
}
.area__list-text .tel {
  background: url(../img/common/tel-icon.png) no-repeat center left/20px;
  background: url(../img/common/tel-icon.png) no-repeat center left/1.25rem;
}
.area__list-text .fax {
  background: url(../img/common/fax-icon.png) no-repeat center left/20px;
  background: url(../img/common/fax-icon.png) no-repeat center left/1.25rem;
  padding-left: 29px;
  padding-left: 1.8125rem;
}

.area__hp-link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 128px;
  width: 8rem;
  min-width: 128px;
  min-width: 8rem;
  height: inherit;
  border-radius: 0.625rem;
  background: #F7F7F7;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .area__hp-link {
    width: 100%;
    padding: 1.25rem 0.625rem;
    margin-top: 1.25rem;
  }
}
.area__hp-link span {
  text-decoration: underline;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 32px;
  padding-top: 2rem;
}

.area__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .area__heading {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.area__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  gap: 1.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .area__links {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin-top: 0.625rem;
  }
}

.area__link:first-child a {
  border: 3px solid #E61214;
  border: 0.1875rem solid #E61214;
}
.area__link:first-child a::before {
  background: url(../img/common/map-icon01.png) no-repeat center/contain;
}
.area__link:first-child a:hover {
  background: #E61214;
}
.area__link:first-child a:hover::before {
  background: url(../img/common/map-icon01_hover.png) no-repeat center/contain;
}
.area__link:nth-child(2) a {
  border: 3px solid #FF9404;
  border: 0.1875rem solid #FF9404;
}
.area__link:nth-child(2) a::before {
  background: url(../img/common/map-icon02.png) no-repeat center/contain;
}
.area__link:nth-child(2) a:hover {
  background: #FF9404;
}
.area__link:nth-child(2) a:hover::before {
  background: url(../img/common/map-icon02_hover.png) no-repeat center/contain;
}
.area__link:nth-child(3) a {
  border: 3px solid #02922F;
  border: 0.1875rem solid #02922F;
}
.area__link:nth-child(3) a::before {
  background: url(../img/common/map-icon03.png) no-repeat center/contain;
}
.area__link:nth-child(3) a:hover {
  background: #02922F;
}
.area__link:nth-child(3) a:hover::before {
  background: url(../img/common/map-icon03_hover.png) no-repeat center/contain;
}
.area__link:nth-child(4) a {
  border: 3px solid #466CDE;
  border: 0.1875rem solid #466CDE;
}
.area__link:nth-child(4) a::before {
  background: url(../img/common/map-icon04.png) no-repeat center/contain;
}
.area__link:nth-child(4) a:hover {
  background: #466CDE;
}
.area__link:nth-child(4) a:hover::before {
  background: url(../img/common/map-icon04_hover.png) no-repeat center/contain;
}
.area__link:nth-child(5) a {
  border: 3px solid #8D00AF;
  border: 0.1875rem solid #8D00AF;
}
.area__link:nth-child(5) a::before {
  background: url(../img/common/map-icon05.png) no-repeat center/contain;
}
.area__link:nth-child(5) a:hover {
  background: #8D00AF;
}
.area__link:nth-child(5) a:hover::before {
  background: url(../img/common/map-icon05_hover.png) no-repeat center/contain;
}
.area__link:nth-child(6) a {
  border: 3px solid #8C67C2;
  border: 0.1875rem solid #8C67C2;
}
.area__link:nth-child(6) a::before {
  background: url(../img/common/map-icon06.png) no-repeat center/contain;
}
.area__link:nth-child(6) a:hover {
  background: #8C67C2;
}
.area__link:nth-child(6) a:hover::before {
  background: url(../img/common/map-icon06_hover.png) no-repeat center/contain;
}
.area__link:nth-child(7) a {
  border: 3px solid #FC007A;
  border: 0.1875rem solid #FC007A;
}
.area__link:nth-child(7) a::before {
  background: url(../img/common/map-icon07.png) no-repeat center/contain;
}
.area__link:nth-child(7) a:hover {
  background: #FC007A;
}
.area__link:nth-child(7) a:hover::before {
  background: url(../img/common/map-icon07_hover.png) no-repeat center/contain;
}
.area__link a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  border-radius: 0.625rem;
  padding: 4px 5px 4px 35px;
  padding: 0.25rem 0.3125rem 0.25rem 2.1875rem;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .area__link a {
    font-size: 1rem;
  }
}
.area__link a::before {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 26px;
  height: 1.625rem;
  left: 10px;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.area__link a:hover {
  color: #fff;
  opacity: 1;
}

/* bg */
.bg {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1650px;
  width: 103.125rem;
  height: 680px;
  height: 42.5rem;
  background: url(../img/common/bg01.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg {
    display: none;
  }
}

.bg--under {
  top: 40%;
  width: 1750px;
  width: 109.375rem;
  height: 700px;
  height: 43.75rem;
  background: url(../img/common/bg02.png) no-repeat center/contain;
}

/* breadcrumb */
.breadcrumb {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.breadcrumb__item {
  display: inline;
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 25px;
  margin-left: 1.5625rem;
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  top: 10px;
  top: 0.625rem;
  left: -16px;
  left: -1rem;
  background: url(../img/common/title-bg02.png) no-repeat center/contain;
}
.breadcrumb__item a, .breadcrumb__item span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a, .breadcrumb__item span {
    display: inline;
  }
}
.breadcrumb__item a {
  color: #1C76D9;
  font-weight: 600;
  text-decoration: underline;
}

/* btn */
.btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background: #1C76D9;
  border-radius: 3.125rem;
  padding: 13px 32px;
  padding: 0.8125rem 2rem;
}
.btn[target=_blank] span {
  display: inline-block;
  background: url(../img/common/link-icon02.png) no-repeat center right/17px;
  background: url(../img/common/link-icon02.png) no-repeat center right/1.0625rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.btn--pdf[target=_blank] span {
  background: url(../img/common/pdf-icon.png) no-repeat center right/21px;
  background: url(../img/common/pdf-icon.png) no-repeat center right/1.3125rem;
}

/* card */
.card {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
          box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .card {
    padding: 1.25rem;
  }
}

.card__youtube {
  width: 100%;
  padding-top: 56.2222222222%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card__youtube {
    padding-top: 55.9322033898%;
  }
}
.card__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}

.card__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .card__name {
    margin-top: 1.25rem;
  }
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .card__info {
    font-size: 1rem;
  }
}

.card__position {
  background: url(../img/common/position-icon.png) no-repeat center left/29px;
  background: url(../img/common/position-icon.png) no-repeat center left/1.8125rem;
  padding-left: 32px;
  padding-left: 2rem;
}

.card__address {
  background: url(../img/common/map-icon.png) no-repeat center left/17px;
  background: url(../img/common/map-icon.png) no-repeat center left/1.0625rem;
  padding-left: 19px;
  padding-left: 1.1875rem;
}

.card__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  border-top: 1px solid #D5D5D5;
  border-top: 0.0625rem solid #D5D5D5;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .card__points {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.card__point {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C76D9;
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 5px 14px 5px 34px;
  padding: 0.3125rem 0.875rem 0.3125rem 2.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card__point {
    font-size: 0.9375rem;
  }
}
.card__point::before {
  position: absolute;
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 10px;
  height: 0.625rem;
  top: 15px;
  top: 0.9375rem;
  left: 14px;
  left: 0.875rem;
  background: url(../img/common/check-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .card__point::before {
    top: 0.75rem;
  }
}

/* category */
.category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
  gap: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .category {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem;
  }
}
.category button, .category a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  background: #fff;
  border-radius: 0.625rem;
  padding: 16px;
  padding: 1rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .category button, .category a {
    padding: 0.6875rem;
  }
}
.category button span, .category a span {
  display: inline-block;
  padding-right: 23px;
  padding-right: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .category button span, .category a span {
    padding-right: 1.25rem;
  }
}
.category button:first-child span, .category a:first-child span {
  background: url(../img/common/dropdown-icon02.png) no-repeat center right/13px;
  background: url(../img/common/dropdown-icon02.png) no-repeat center right/0.8125rem;
}
.category button:first-child.current, .category a:first-child.current {
  background: #1C76D9;
}
.category button:first-child:hover, .category a:first-child:hover {
  background: #1C76D9;
}
.category button:nth-child(2) span, .category a:nth-child(2) span {
  background: url(../img/common/dropdown-icon03.png) no-repeat center right/13px;
  background: url(../img/common/dropdown-icon03.png) no-repeat center right/0.8125rem;
}
.category button:nth-child(2).current, .category a:nth-child(2).current {
  background: #FF9300;
}
.category button:nth-child(2):hover, .category a:nth-child(2):hover {
  background: #FF9300;
}
.category button:nth-child(3) span, .category a:nth-child(3) span {
  background: url(../img/common/dropdown-icon04.png) no-repeat center right/13px;
  background: url(../img/common/dropdown-icon04.png) no-repeat center right/0.8125rem;
}
.category button:nth-child(3).current, .category a:nth-child(3).current {
  background: #1F9B45;
}
.category button:nth-child(3):hover, .category a:nth-child(3):hover {
  background: #1F9B45;
}
.category button:nth-child(4) span, .category a:nth-child(4) span {
  background: url(../img/common/dropdown-icon05.png) no-repeat center right/13px;
  background: url(../img/common/dropdown-icon05.png) no-repeat center right/0.8125rem;
}
.category button:nth-child(4).current, .category a:nth-child(4).current {
  background: #EB6AAF;
}
.category button:nth-child(4):hover, .category a:nth-child(4):hover {
  background: #EB6AAF;
}
.category button.current, .category a.current {
  color: #fff;
}
.category button.current span, .category a.current span {
  background: url(../img/common/dropdown-icon01.png) no-repeat center right/13px;
  background: url(../img/common/dropdown-icon01.png) no-repeat center right/0.8125rem;
}
.category button:hover, .category a:hover {
  color: #fff;
  opacity: 1;
}
.category button:hover span, .category a:hover span {
  background: url(../img/common/dropdown-icon01.png) no-repeat center right/13px;
  background: url(../img/common/dropdown-icon01.png) no-repeat center right/0.8125rem;
}
.category button a.current, .category a a.current {
  pointer-events: none;
}

/* contact-btn */
.contact-btn {
  text-align: center;
  display: block;
  border: 3px solid #1F9B45;
  border: 0.1875rem solid #1F9B45;
  background: #1F9B45;
  width: 320px;
  width: 20rem;
  max-width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  border-radius: 3.125rem;
  padding: 19px 0 19px 60px;
  padding: 1.1875rem 0 1.1875rem 3.75rem;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    text-align: left;
    width: 21.25rem;
    margin: 0 auto;
    padding: 1.1875rem 0 1.1875rem 6.25rem;
  }
}
.contact-btn::before {
  position: absolute;
  content: "";
  width: 120px;
  width: 7.5rem;
  height: 96px;
  height: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  left: -1.25rem;
  background: url(../img/common/cv-icon02.png) no-repeat center/contain;
}
.contact-btn:hover {
  opacity: 1;
  color: #1F9B45;
  background: #fff;
}

/* cv */
.cv {
  padding: 80px 0 160px;
  padding: 5rem 0 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 10.3125rem 0 4.375rem;
  }
}
.cv::before {
  position: absolute;
  content: "";
  width: 1680px;
  width: 105rem;
  height: 935px;
  height: 58.4375rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/common/cv-bg01_pc.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cv::before {
    width: 30.625rem;
    height: 56.875rem;
    left: 48%;
    background: url(../img/common/cv-bg01_sp.png) no-repeat center/contain;
  }
}
.cv .title {
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .cv .title {
    color: #000;
  }
}

.cv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .cv__items {
    display: block;
    width: 20.9375rem;
    max-width: 100%;
    padding-left: 0.625rem;
    margin: 0.9375rem auto 0;
    position: relative;
    z-index: -1;
  }
}

.cv__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  width: 20rem;
  min-height: 320px;
  min-height: 20rem;
  background: url(../img/common/cv-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cv__item {
    width: 15.1875rem;
    min-height: 15.1875rem;
  }
}
.cv__item:nth-child(2) {
  margin: 0 -40px;
  margin: 0 -2.5rem;
}
@media screen and (max-width: 767px) {
  .cv__item:nth-child(2) {
    margin-left: auto;
    margin-right: -3.75rem;
    margin-top: -6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .cv__item:nth-child(3) {
    margin-top: -6.25rem;
  }
}

.cv__item-number {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #A6C8F0;
}
@media screen and (max-width: 767px) {
  .cv__item-number {
    font-size: 0.9375rem;
  }
}

.cv__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C76D9;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .cv__item-title {
    font-size: 1.125rem;
  }
}

.cv__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cv__item-text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.cv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 60px;
  gap: 0 3.75rem;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .cv__btns {
    display: block;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .cv__btn + .cv__btn {
    margin-top: 2.1875rem;
  }
}
.cv__btn a {
  text-align: center;
  display: block;
  max-width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  border-radius: 3.125rem;
  padding: 19px 0 19px 60px;
  padding: 1.1875rem 0 1.1875rem 3.75rem;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .cv__btn a {
    text-align: left;
    margin: 0 auto;
    padding: 1.1875rem 0 1.1875rem 6.875rem;
  }
}
.cv__btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  left: -1.25rem;
}
.cv__btn a:hover {
  opacity: 1;
  background: #fff;
}

.cv__btn--request a {
  width: 340px;
  width: 21.25rem;
  border: 3px solid #FF9300;
  border: 0.1875rem solid #FF9300;
  background: #FF9300;
}
.cv__btn--request a::before {
  width: 112px;
  width: 7rem;
  height: 96px;
  height: 6rem;
  background: url(../img/common/cv-icon01.png) no-repeat center/contain;
}
.cv__btn--request a:hover {
  color: #FF9300;
}

.cv__btn--join a {
  width: 320px;
  width: 20rem;
  border: 3px solid #1F9B45;
  border: 0.1875rem solid #1F9B45;
  background: #1F9B45;
}
@media screen and (max-width: 767px) {
  .cv__btn--join a {
    width: 21.25rem;
  }
}
.cv__btn--join a::before {
  width: 120px;
  width: 7.5rem;
  height: 96px;
  height: 6rem;
  background: url(../img/common/cv-icon02.png) no-repeat center/contain;
}
.cv__btn--join a:hover {
  color: #1F9B45;
}

.cv__btn--contact a {
  width: 272px;
  width: 17rem;
  border: 3px solid #1C76D9;
  border: 0.1875rem solid #1C76D9;
  background: #1C76D9;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .cv__btn--contact a {
    width: 21.25rem;
    padding-left: 6.875rem;
  }
}
.cv__btn--contact a::before {
  width: 76px;
  width: 4.75rem;
  height: 100px;
  height: 6.25rem;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  left: 0;
  bottom: 0;
  background: url(../img/common/cv-icon03.png) no-repeat center/contain;
}
.cv__btn--contact a:hover {
  color: #1C76D9;
}

.cv__modal {
  text-align: center;
  display: block;
  width: 480px;
  width: 30rem;
  max-width: 100%;
  background: #fff;
  border: 1px solid #1C76D9;
  border: 0.0625rem solid #1C76D9;
  border-radius: 0.625rem;
  margin: 80px auto 0;
  margin: 5rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__modal {
    width: 25rem;
    margin-top: 3.75rem;
  }
}
.cv__modal::before, .cv__modal::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.cv__modal::before {
  width: 91px;
  width: 5.6875rem;
  height: 101px;
  height: 6.3125rem;
  left: -75px;
  left: -4.6875rem;
  bottom: 39px;
  bottom: 2.4375rem;
  background: url(../img/common/cv-border01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cv__modal::before {
    display: none;
  }
}
.cv__modal::after {
  width: 18px;
  width: 1.125rem;
  height: 100px;
  height: 6.25rem;
  left: 317px;
  left: 19.8125rem;
  top: -60px;
  top: -3.75rem;
  background: url(../img/common/cv-border02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cv__modal::after {
    left: 1.875rem;
    top: -3.125rem;
  }
}
.cv__modal span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1C76D9;
  background: url(../img/common/cv-icon.png) no-repeat center left/44px;
  background: url(../img/common/cv-icon.png) no-repeat center left/2.75rem;
  padding: 25px 0 25px 50px;
  padding: 1.5625rem 0 1.5625rem 3.125rem;
}
.cv__modal:hover {
  opacity: 1;
  text-decoration: underline;
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 270px;
  width: 16.875rem;
  max-width: 100%;
  height: 100vh;
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__icon {
  position: absolute;
  top: 35px;
  top: 2.1875rem;
  left: -45px;
  left: -2.8125rem;
  z-index: 1;
  width: 125px;
  width: 7.8125rem;
  max-width: 100%;
}

.drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #1C76D9;
  padding: 70px 20px 0;
  padding: 4.375rem 1.25rem 0;
  position: relative;
  z-index: 2;
}
.drawer__content::before {
  position: absolute;
  content: "";
  width: 29px;
  width: 1.8125rem;
  height: 20px;
  height: 1.25rem;
  left: -15px;
  left: -0.9375rem;
  top: 100px;
  top: 6.25rem;
  background: url(../img/common/drawer-icon01-2.png) no-repeat center/contain;
  z-index: 1;
}

.drawer__items {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.drawer__item + .drawer__item {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.drawer__item a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.drawer__btns {
  margin-top: 80px;
  margin-top: 5rem;
}

.drawer__btn:first-child a {
  background: #fff;
  color: #1C76D9;
}
.drawer__btn:nth-child(2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.drawer__btn:nth-child(2) a {
  background: #FF9300;
  color: #fff;
}
.drawer__btn a {
  text-align: center;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 3.125rem;
  padding: 16px;
  padding: 1rem;
  margin: 0 auto;
}

.drawer__link {
  text-align: center;
  display: block;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #1B9D4B;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-bottom: none;
  padding: 15px 0 15px 35px;
  padding: 0.9375rem 0 0.9375rem 2.1875rem;
  position: relative;
  margin-top: auto;
}

.drawer__link-icon {
  position: absolute;
  left: -6px;
  left: -0.375rem;
  bottom: -25px;
  bottom: -1.5625rem;
  width: 68px;
  width: 4.25rem;
}

.drawer__link-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

/* entitle */
.entitle {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .entitle {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }
}

/* faq */
.faq {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3.75rem 0;
  }
}
.faq .title {
  color: #1C76D9;
  font-weight: 600;
}

.faq__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .faq__items {
    margin-top: 2.5rem;
  }
}

.faq__item {
  background: #fff;
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.faq__item + .faq__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .faq__item + .faq__item {
    margin-top: 1.25rem;
  }
}

.faq__item-header, .faq__item-body {
  padding: 30px 100px 25px 40px;
  padding: 1.875rem 6.25rem 1.5625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq__item-header, .faq__item-body {
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  }
}

.faq__item-header {
  cursor: pointer;
  position: relative;
}
.faq__item-header::after, .faq__item-header::before {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 4px;
  height: 0.25rem;
  background: #1C76D9;
  top: 45px;
  top: 2.8125rem;
  right: 40px;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq__item-header::after, .faq__item-header::before {
    width: 1.125rem;
    height: 0.1875rem;
    top: 2.0625rem;
    right: 1.25rem;
  }
}
.faq__item-header::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__item-header.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq__item-title, .faq__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .faq__item-title, .faq__item-text {
    font-size: 1rem;
  }
}
.faq__item-title span:first-child, .faq__item-text span:first-child {
  min-width: 60px;
  min-width: 3.75rem;
  font-family: "Jost", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 500;
  color: #1C76D9;
  line-height: 1;
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .faq__item-title span:first-child, .faq__item-text span:first-child {
    font-size: 2rem;
    min-width: 2.5rem;
    margin-top: -0.125rem;
  }
}
.faq__item-title a, .faq__item-text a {
  text-decoration: underline;
  color: #1C76D9;
}

.faq__item-title {
  font-weight: 700;
}

.faq__item-body {
  display: none;
}

.faq__box {
  border-radius: 1.25rem;
  background: #F7F7F7;
  margin-top: 85px;
  margin-top: 5.3125rem;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .faq__box {
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem;
  }
}

.faq__box-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq__box-text {
    font-size: 1rem;
  }
}

a.faq__box-btn {
  width: 390px;
  width: 24.375rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  a.faq__box-btn {
    font-size: 1.125rem;
    padding-left: 5rem;
    margin-top: 1.5625rem;
  }
  a.faq__box-btn::before {
    width: 5.625rem;
    height: 4.375rem;
  }
}

/* floating */
.floating {
  position: fixed;
  right: 0;
  bottom: 150px;
  bottom: 9.375rem;
  z-index: 50;
}

.floating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  width: 3.75rem;
  border-radius: 1.25rem 0 0 1.25rem;
  border: 1px solid #1B9D4B;
  border: 0.0625rem solid #1B9D4B;
  border-right: none;
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .37);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 12px 0 15px;
  padding: 0.75rem 0 0.9375rem;
}
.floating__inner:hover {
  opacity: 1;
  background: #1B9D4B;
}
.floating__inner:hover .floating__icon img:first-child {
  opacity: 0;
}
.floating__inner:hover .floating__icon img:nth-child(2) {
  opacity: 1;
}
.floating__inner:hover .floating__text {
  color: #fff;
}

.floating__icon {
  width: 57px;
  width: 3.5625rem;
  height: 45px;
  height: 2.8125rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.floating__icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.floating__icon img:nth-child(2) {
  opacity: 0;
}

.floating__text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1B9D4B;
  margin-top: 12px;
  margin-top: 0.75rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* fnav */
.fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .fnav {
    display: block;
  }
}

.fnav__unit {
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .fnav__unit {
    width: 100%;
    border-bottom: 0.0625rem solid #fff;
    padding: 1.5625rem 0.9375rem;
  }
  .fnav__unit:last-child .fnav__subtitle::before, .fnav__unit:last-child .fnav__subtitle::after {
    display: none;
  }
}

.fnav__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 600;
  background: url(../img/common/title-bg01.png) no-repeat center left/8px;
  background: url(../img/common/title-bg01.png) no-repeat center left/0.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .fnav__subtitle {
    position: relative;
  }
  .fnav__subtitle::after, .fnav__subtitle::before {
    position: absolute;
    content: "";
    width: 0.625rem;
    height: 0.125rem;
    background: #fff;
    top: 50%;
    right: 0.3125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fnav__subtitle::before {
    top: 48%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .fnav__subtitle.active::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.fnav__subtitle a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .fnav__body {
    display: none;
  }
}

.fnav__items {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .fnav__items {
    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;
  }
}

@media screen and (max-width: 767px) {
  .fnav__item {
    width: 45%;
  }
}
.fnav__item a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}

.fnav__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .fnav__text {
    margin-top: 0.625rem;
  }
}

/* footer */
.footer {
  color: #fff;
  background: #1C76D9;
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 1.875rem;
  }
  .footer .l-inner {
    padding: 0 1.5625rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}

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

.footer__box {
  width: 555px;
  width: 34.6875rem;
  max-width: 100%;
  color: #D9EAFF;
  border-radius: 0.625rem;
  border: 1px solid #D9EAFF;
  border: 0.0625rem solid #D9EAFF;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 20px 20px 15px;
  padding: 1.25rem 1.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__box {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.footer__box-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__box-units {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer__box-unit + .footer__box-unit {
    margin-top: 0.9375rem;
  }
}

.footer__box-unit-title {
  font-weight: 600;
}

.footer__box-unit-text {
  line-height: 2.25;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer__box-unit-text {
    line-height: 2;
    margin-top: 0.3125rem;
  }
}

.footer__sdgs {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.footer__sdgs-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.footer__sdgs-logo {
  display: block;
  width: 328px;
  width: 20.5rem;
  max-width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.footer__sdgs-link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: underline;
  background: url(../img/common/arrow-icon01.png) no-repeat center right/6px;
  background: url(../img/common/arrow-icon01.png) no-repeat center right/0.375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.footer__logos {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .footer__logos {
    width: 100%;
    margin-top: 3.75rem;
  }
}

.footer__logo {
  width: 272px;
  width: 17rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto;
  }
}

.footer__btn {
  text-align: center;
  display: block;
  width: 262px;
  width: 16.375rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  background: #fff;
  color: #1C76D9;
  border-radius: 3.125rem;
  padding: 12px;
  padding: 0.75rem;
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__btn {
    margin: 3.75rem auto 0;
  }
}

.footer__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.footer__text:first-of-type {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__text:first-of-type {
    margin-top: 3.125rem;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #3383DA;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    line-height: 1.2;
    padding: 0.3125rem 0;
    margin-top: 5rem;
  }
}

/* form */
.form__wrapper {
  background: #fff;
  border: 3px solid #F7F7F7;
  border: 0.1875rem solid #F7F7F7;
  border-radius: 1.25rem;
  padding: 60px 80px;
  padding: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .form__wrapper {
    padding: 2.5rem 1.25rem;
  }
}

.form__lead {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__lead {
    font-size: 1rem;
  }
}
.form__lead::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  top: 2px;
  top: 0.125rem;
  right: -12px;
  right: -0.75rem;
  background: url(../img/common/warning-icon.png) no-repeat center/contain;
}

.form__tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  gap: 1.875rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .form__tab {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin-top: 2.5rem;
  }
}

.form__tab-item button {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C76D9;
  background: #fff;
  border: 3px solid #1C76D9;
  border: 0.1875rem solid #1C76D9;
  border-radius: 0.625rem;
  padding: 14px;
  padding: 0.875rem;
}
@media screen and (max-width: 767px) {
  .form__tab-item button {
    font-size: 1rem;
  }
}
.form__tab-item button:hover {
  opacity: 1;
}
.form__tab-item.current button {
  color: #fff;
  background: #1C76D9;
}

.form__content {
  display: none;
}
.form__content.active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .form__items {
    margin-top: 2.5rem;
  }
}
.form__items + .form__items {
  border-top: 3px solid #F7F7F7;
  border-top: 0.1875rem solid #F7F7F7;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .form__items + .form__items {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

.form__item + .form__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 1.5625rem;
  }
}
.form__item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form__item.flex {
    display: block;
  }
}
.form__item.flex .form__item-label {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .form__item.flex .form__item-label {
    width: 100%;
  }
}
.form__item.flex .form__item-input {
  width: 77%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .form__item.flex .form__item-input {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.form__item-label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form__item-label {
    font-size: 1rem;
  }
}
.form__item-label label {
  display: inline-block;
}
.form__item-label label.required {
  position: relative;
}
.form__item-label label.required::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  top: 2px;
  top: 0.125rem;
  right: -12px;
  right: -0.75rem;
  background: url(../img/common/warning-icon.png) no-repeat center/contain;
}
.form__item-label span {
  display: inline-block;
  color: #717273;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .form__item-label span {
    display: block;
    margin-left: 0;
    font-size: 0.9375rem;
  }
}

.form__item-input {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__item-input {
    margin-top: 0.625rem;
  }
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email], .form__item-input select, .form__item-input textarea {
  width: 100%;
  border-radius: 0.625rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email] {
  height: 60px;
  height: 3.75rem;
  background: #F7F7F7;
}
.form__item-input textarea {
  height: 110px;
  height: 6.875rem;
  background: #fff;
  border: 3px solid #F7F7F7;
  border: 0.1875rem solid #F7F7F7;
  resize: none;
}
.form__item-input select {
  height: 60px;
  height: 3.75rem;
  border: 3px solid #F7F7F7;
  border: 0.1875rem solid #F7F7F7;
  background: url(../img/common/select-icon.png) no-repeat center right 15px/13px;
  background: url(../img/common/select-icon.png) no-repeat center right 0.9375rem/0.8125rem;
  color: #000;
}

.form__text {
  color: #717273;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .form__text {
    font-size: 0.9375rem;
  }
}

.form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__name span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form__name span {
    font-size: 0.9375rem;
    margin-right: 0;
  }
}
.form__name input[type=text] {
  width: 185px;
  width: 11.5625rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__name input[type=text] {
    width: 6.875rem;
    margin-right: 0.625rem;
  }
}

.form__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__post {
    gap: 0.625rem;
  }
}
.form__post input[type=text] {
  width: 220px;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .form__post input[type=text] {
    width: 9.375rem;
  }
}
.form__post button {
  text-align: center;
  display: block;
  width: 140px;
  width: 8.75rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.625rem;
  color: #fff;
  background: #1C76D9;
  padding: 15px 0;
  padding: 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .form__post button {
    width: 7.5rem;
    font-size: 1rem;
    padding: 1.0625rem 0;
  }
}
.form__post button:hover {
  opacity: 1;
}

.form__radio {
  margin-top: -15px;
  margin-top: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .form__radio {
    margin-top: 0;
  }
}
.form__radio .wpcf7-not-valid-tip {
  display: none;
}
.form__radio .wpcf7-list-item {
  min-width: 125px;
  min-width: 7.8125rem;
  margin-right: 60px;
  margin-right: 3.75rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .form__radio .wpcf7-list-item {
    display: block;
    margin-right: 0;
  }
}
.form__radio label {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form__radio label {
    display: block;
  }
}
.form__radio label:not(:last-child) {
  margin-right: 76px;
  margin-right: 4.75rem;
}
@media screen and (max-width: 767px) {
  .form__radio label:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.form__radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 33px;
  padding-left: 2.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__radio input[type=radio] + span {
    font-size: 1rem;
    padding-left: 1.75rem;
  }
}
.form__radio input[type=radio] + span::before, .form__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
}
.form__radio input[type=radio] + span::before {
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .form__radio input[type=radio] + span::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.form__radio input[type=radio] + span::after {
  height: 15px;
  height: 0.9375rem;
  width: 15px;
  width: 0.9375rem;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 7px;
  left: 0.4375rem;
  top: 6px;
  top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .form__radio input[type=radio] + span::after {
    width: 0.75rem;
    height: 0.75rem;
    left: 0.3125rem;
  }
}
.form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.form__checkbox {
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .form__checkbox {
    margin-top: -0.625rem;
  }
}
.form__checkbox .wpcf7-list-item {
  width: 24%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .form__checkbox .wpcf7-list-item {
    width: 45%;
  }
}
.form__checkbox label {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__checkbox label {
    margin-top: 0.625rem;
  }
}
.form__checkbox input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 33px;
  padding-left: 2.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__checkbox input[type=checkbox] + span {
    font-size: 1rem;
    padding-left: 1.75rem;
  }
}
.form__checkbox input[type=checkbox] + span::before, .form__checkbox input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__checkbox input[type=checkbox] + span::before {
  display: block;
  background: #fff;
  border-radius: 0.3125rem;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .form__checkbox input[type=checkbox] + span::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.form__checkbox input[type=checkbox] + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  height: 10px;
  height: 0.625rem;
  width: 15px;
  width: 0.9375rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 6px;
  left: 0.375rem;
  top: 7px;
  top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .form__checkbox input[type=checkbox] + span::after {
    height: 0.5rem;
    width: 0.75rem;
  }
}
.form__checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.form__privacy {
  margin: 60px -40px 0;
  margin: 3.75rem -2.5rem 0;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    margin: 2.5rem 0 0;
  }
}

.form__privacy-text {
  height: 200px;
  height: 12.5rem;
  overflow-y: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: #F7F7F7;
  border-radius: 0.625rem;
  padding: 35px 40px;
  padding: 2.1875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__privacy-text {
    font-size: 1rem;
    padding: 1.875rem 1.25rem;
  }
}
.form__privacy-text a {
  color: #1C76D9;
  text-decoration: underline;
}

.form__privacy-check {
  text-align: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .form__privacy-check {
    margin-top: 1.5625rem;
  }
}
.form__privacy-check label {
  position: relative;
}
.form__privacy-check label::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  right: -10px;
  right: -0.625rem;
  top: -3px;
  top: -0.1875rem;
  background: url(../img/common/warning-icon.png) no-repeat center/contain;
}
.form__privacy-check input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 33px;
  padding-left: 2.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__privacy-check input[type=checkbox] + span {
    font-size: 1rem;
    padding-left: 1.75rem;
  }
}
.form__privacy-check input[type=checkbox] + span::before, .form__privacy-check input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  display: block;
}
.form__privacy-check input[type=checkbox] + span::before {
  background: #f6f8f9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 0.3125rem;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .form__privacy-check input[type=checkbox] + span::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.form__privacy-check input[type=checkbox] + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  height: 10px;
  height: 0.625rem;
  width: 15px;
  width: 0.9375rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 6px;
  left: 0.375rem;
  top: 7px;
  top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .form__privacy-check input[type=checkbox] + span::after {
    height: 0.5rem;
    width: 0.75rem;
  }
}
.form__privacy-check input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.form__btn {
  text-align: center;
  display: block;
  width: 216px;
  width: 13.5rem;
  max-width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 3.125rem;
  color: #fff;
  background: #1C76D9;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .form__btn {
    font-size: 1.125rem;
  }
}

.form__confirm {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

.form__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  gap: 4.375rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}

.form__back {
  background: #1E4A72;
}

.form__confirm-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #1C76D9;
  border-bottom: 1px solid #1C76D9;
  border-bottom: 0.0625rem solid #1C76D9;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .form__confirm-title {
    font-size: 1.25rem;
    padding-bottom: 0.3125rem;
    margin-bottom: 1.875rem;
  }
}

.form__confirm-area {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.error-text {
  font-size: 18px;
  font-size: 1.125rem;
  color: #FF0100;
}
@media screen and (max-width: 767px) {
  .error-text {
    font-size: 1rem;
  }
}

.is-hidden {
  display: none !important;
}

/* gnav */
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 0 50px;
  gap: 0 3.125rem;
}

.gnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.gnav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  font-weight: 600;
  position: relative;
}
.gnav__item a::after {
  position: absolute;
  content: "";
  opacity: 0;
  left: 0;
  bottom: 25px;
  bottom: 1.5625rem;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #1C76D9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gnav__item a:hover {
  opacity: 1;
}
.gnav__item a:hover::after {
  opacity: 1;
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 20px;
  right: 1.25rem;
  top: 12px;
  top: 0.75rem;
  width: 20px;
  width: 1.25rem;
  height: 26px;
  height: 1.625rem;
  cursor: pointer;
}
.hamburger.active .hamburger__border {
  top: 12px;
  top: 0.75rem;
  background: #fff;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2), .hamburger.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  background: #1C76D9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 0;
}
.hamburger__border:nth-child(2) {
  top: 12px;
  top: 0.75rem;
}
.hamburger__border:nth-child(3) {
  top: 24px;
  top: 1.5rem;
}

/* header */
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  height: 5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    height: 3.125rem;
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, .15);
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.header__logo {
  width: 199px;
  width: 12.4375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 8.25rem;
  }
}
.header__logo a {
  display: block;
}

.header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  gap: 0 0.625rem;
  margin-left: 50px;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .header__btns {
    display: none;
  }
}

.header__btn:first-child a {
  border: 3px solid #1C76D9;
  border: 0.1875rem solid #1C76D9;
  background: #1C76D9;
}
.header__btn:first-child a:hover {
  color: #1C76D9;
}
.header__btn:nth-child(2) a {
  border: 3px solid #FF9300;
  border: 0.1875rem solid #FF9300;
  background: #FF9300;
}
.header__btn:nth-child(2) a:hover {
  color: #FF9300;
}
.header__btn a {
  text-align: center;
  display: block;
  width: 160px;
  width: 10rem;
  max-width: 100%;
  color: #fff;
  font-weight: 600;
  border-radius: 3.125rem;
  padding: 10px;
  padding: 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.header__btn a:hover {
  opacity: 1;
  background: #fff;
}

/* heading */
.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .heading {
    display: block;
  }
}
.heading .title {
  text-align: left;
}

.heading__inner {
  display: inline-block;
}

/* instagram */
.instagram {
  background: #fff;
  border-radius: 1.25rem;
  padding: 60px 80px;
  padding: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .instagram {
    border-radius: 0;
    padding: 3.125rem 0 3.75rem;
  }
}
.instagram .l-btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.instagram__logo {
  width: 139px;
  width: 8.6875rem;
  max-width: 100%;
  margin: 0 auto;
}

.instagram__feed {
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* lead */
.lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .lead {
    text-align: left;
    line-height: 1.56;
    margin-top: 0.9375rem;
  }
}

/* main */
.main {
  overflow: hidden;
}

/* merit */
.merit {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 2.8125rem 0 4.375rem;
  }
}

.merit__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 78px;
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .merit__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 3.125rem -0.625rem 0;
  }
}

.merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
          box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .merit__item {
    display: block;
    padding: 1.25rem 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .merit__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.merit__item-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .merit__item-title {
    text-align: left;
    margin-left: 1.25rem;
  }
}

.merit__item-icon {
  width: 110px;
  width: 6.875rem;
  max-width: 100%;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
}
@media screen and (max-width: 767px) {
  .merit__item-icon {
    min-width: 6.875rem;
    margin: 0;
  }
}

.merit__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.56;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .merit__item-text {
    margin-top: 1.125rem;
    margin-bottom: 0;
  }
}

.merit__item-subtext {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.56;
  background: #F7F7F7;
  border-radius: 0.625rem;
  margin-top: auto;
  padding: 19px 20px;
  padding: 1.1875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .merit__item-subtext {
    margin-top: 1.125rem;
    padding: 0.625rem 1.25rem;
  }
}
.merit__item-subtext span {
  color: #1C76D9;
  font-weight: 700;
}

/* mv */
.mv {
  padding: 200px 0 80px;
  padding: 12.5rem 0 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 5rem 0 3.75rem;
  }
}
.mv::before {
  position: absolute;
  content: "";
  width: 102px;
  width: 6.375rem;
  height: 102px;
  height: 6.375rem;
  top: 110px;
  top: 6.875rem;
  left: 90px;
  left: 5.625rem;
  background: url(../img/common/mv-bg01.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv::before {
    display: none;
  }
}

.mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    display: block;
  }
}
.mv__inner::before {
  position: absolute;
  content: "";
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  left: 210px;
  left: 13.125rem;
  bottom: -65px;
  bottom: -4.0625rem;
  background: url(../img/common/mv-bg02.png) no-repeat center/contain;
  z-index: -1;
}

.mv__body {
  width: 50%;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__body {
    width: 100%;
    padding-top: 0;
  }
}

.mv__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  color: #1C76D9;
  background: url(../img/common/title-bg02.png) no-repeat left top 16px/8px;
  background: url(../img/common/title-bg02.png) no-repeat left top 1rem/0.5rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    font-size: 1.25rem;
    background-position: left top 0.6875rem;
  }
}

.mv__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.mv__header .mv__title {
  margin-top: 0;
}

.mv__year {
  width: 147px;
  width: 9.1875rem;
  max-width: 100%;
  border-right: 1px solid #1C76D9;
  border-right: 0.0625rem solid #1C76D9;
  padding-right: 14px;
  padding-right: 0.875rem;
  margin-right: 23px;
  margin-right: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .mv__year {
    width: 7.5rem;
    margin-right: 0.9375rem;
  }
}

.mv__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.125;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 2rem;
  }
}

.mv__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.9;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
}

.mv__subtext {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .mv__subtext {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.mv__subtext .warning {
  display: inline-block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background: url(../img/common/warning-icon.png) no-repeat center/contain;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.mv__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mv__img {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.mv__img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .mv__img img {
    border-radius: 0.625rem;
  }
}

/* news */
.news__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D6D6D6;
  border-bottom: 0.0625rem solid #D6D6D6;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .news__item-inner {
    display: block;
  }
}

.news__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__item-date {
  display: inline-block;
  min-width: 110px;
  min-width: 6.875rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .news__item-date {
    min-width: unset;
  }
}

.news__item-category {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news__item-category {
    margin-left: 0.625rem;
  }
}
.news__item-category span {
  text-align: center;
  display: inline-block;
  width: 116px;
  width: 7.25rem;
  max-width: 100%;
  font-weight: 600;
  color: #1C76D9;
  background: #fff;
  border: 1px solid #1C76D9;
  border: 0.0625rem solid #1C76D9;
  border-radius: 1.25rem;
  padding: 3px 3px;
  padding: 0.1875rem 0.1875rem;
}
.news__item-category span.orange {
  color: #FF9300;
  border-color: #FF9300;
}
.news__item-category span.blue {
  color: #1C76D9;
  border-color: #1C76D9;
}
.news__item-category span.green {
  color: #1F9B45;
  border-color: #1F9B45;
}
.news__item-category span.pink {
  color: #EB6AAF;
  border-color: #EB6AAF;
}

.news__item-title {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-left: 18px;
  margin-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    margin-left: 0;
    margin-top: 0.375rem;
  }
}
.news__item-title.pdf {
  display: inline;
  padding-right: 30px;
  padding-right: 1.875rem;
  background: url(../img/common/pdf-icon.png) no-repeat center right/24px;
  background: url(../img/common/pdf-icon.png) no-repeat center right/1.5rem;
}

/* notice */
.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 1.25rem;
  border: 3px solid #F7F7F7;
  border: 0.1875rem solid #F7F7F7;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .notice {
    display: block;
    padding: 1rem 1rem;
  }
}

.notice__heading {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  background: url(../img/common/notice-icon.png) no-repeat center top/28px;
  background: url(../img/common/notice-icon.png) no-repeat center top/1.75rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
  white-space: nowrap;
}

.notice__body {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-left: 30px;
  margin-left: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .notice__body {
    line-height: 1.56;
    margin-left: 0;
    padding-left: 0;
    margin-top: 1.25rem;
  }
}
.notice__body::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 62px;
  height: 3.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  .notice__body::before {
    display: none;
  }
}

.notice__title {
  font-weight: 700;
}

.notice__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* pagetop */
.pagetop {
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 50;
}

.pagetop__inner {
  display: block;
  width: 85px;
  width: 5.3125rem;
}
.pagetop__inner:hover {
  opacity: 1;
}

/* pagination */
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .pagination ul {
    gap: 0.375rem;
  }
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  width: 3.75rem;
  min-width: 60px;
  min-width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.75rem;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .pagination a, .pagination span {
    width: 3.125rem;
    min-width: 3.125rem;
    height: 3.125rem;
  }
}
.pagination .current {
  color: #fff;
  background: #1C76D9;
}
.pagination .dots {
  font-size: 24px;
  font-size: 1.5rem;
  color: #1C76D9;
  background: none;
  width: unset;
  min-width: unset;
}
.pagination .prev, .pagination .next {
  width: 100px;
  width: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagination .prev, .pagination .next {
    width: 5rem;
  }
}
.pagination .prev::before, .pagination .next::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 13px;
  height: 0.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination .prev {
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    padding-left: 0.9375rem;
  }
}
.pagination .prev::before {
  background: url(../img/common/prev-icon.png) no-repeat center/contain;
  left: 23px;
  left: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .pagination .prev::before {
    left: 0.9375rem;
  }
}
.pagination .next {
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    padding-right: 0.9375rem;
  }
}
.pagination .next::before {
  background: url(../img/common/next-icon.png) no-repeat center/contain;
  right: 23px;
  right: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .pagination .next::before {
    right: 0.9375rem;
  }
}

/* result */
.result {
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .result {
    padding-top: 3.4375rem;
  }
}
.result .title, .result .lead {
  color: #fff;
}

.result__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 557px;
  height: 34.8125rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .result__bg {
    height: 31.25rem;
  }
}
.result__bg video, .result__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.result__content {
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
          box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 60px 75px 80px;
  padding: 3.75rem 4.6875rem 5rem;
}
@media screen and (max-width: 1200px) {
  .result__content {
    padding: 3.75rem 2.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .result__content {
    border-radius: 0.625rem;
    margin-top: 2.1875rem;
    padding: 1.875rem 1.25rem 2.5rem;
  }
}

.result__lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .result__lead {
    text-align: left;
  }
}

.result__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .result__subtitle {
    font-size: 1.25rem;
  }
}

.result__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .result__text {
    font-size: 1rem;
  }
}

.result__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 40px;
  gap: 1.875rem 2.5rem;
  margin: 35px 0;
  margin: 2.1875rem 0;
}
@media screen and (max-width: 767px) {
  .result__units {
    display: block;
    margin: 1.5625rem 0;
  }
}

.result__unit {
  width: 450px;
  width: 28.125rem;
  max-width: 100%;
  background: #F7F7F7;
  border-radius: 1.25rem;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .result__unit {
    width: 100%;
    padding: 1.25rem 0.9375rem;
  }
  .result__unit + .result__unit {
    margin-top: 0.625rem;
  }
}

.result__unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C76D9;
  background: url(../img/common/check-icon03.png) no-repeat left top 8px/24px;
  background: url(../img/common/check-icon03.png) no-repeat left top 0.5rem/1.5rem;
  padding-left: 34px;
  padding-left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .result__unit-title {
    font-size: 1.25rem;
    background: url(../img/common/check-icon03.png) no-repeat left top 0.3125rem/1.25rem;
    padding-left: 1.5625rem;
  }
}

.result__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-left: 35px;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .result__unit-text {
    font-size: 1rem;
    margin-left: 0;
  }
}

.result__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 30px 20px 30px 40px;
  padding: 1.875rem 1.25rem 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .result__box {
    display: block;
    border-radius: 0.625rem;
    padding: 1.5625rem 1.25rem;
  }
}

.result__box-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C76D9;
  background: url(../img/common/result-icon.png) no-repeat center top/99px;
  background: url(../img/common/result-icon.png) no-repeat center top/6.1875rem;
  padding-top: 52px;
  padding-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .result__box-title {
    font-size: 1.25rem;
    background-size: 4.375rem;
    padding-top: 2.1875rem;
  }
}

.result__box-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C76D9;
  line-height: 1.78;
  padding-left: 35px;
  padding-left: 2.1875rem;
  margin-left: 50px;
  margin-left: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .result__box-text {
    font-size: 1rem;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0.625rem;
    padding-top: 0.625rem;
  }
}
.result__box-text::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 95%;
  background: #1C76D9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .result__box-text::before {
    width: 100%;
    height: 0.0625rem;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.result__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .result__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin-top: 3.125rem;
  }
}

.result__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf5ff), to(#1c76d9));
  background: linear-gradient(#edf5ff 0%, #1c76d9 100%);
  border-radius: 50%;
  padding: 6px;
  padding: 0.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .result__item {
    padding: 0.3125rem;
    border-radius: 0.625rem;
  }
}
.result__item::before {
  position: absolute;
  content: "";
}
.result__item:first-child::before {
  width: 104px;
  width: 6.5rem;
  height: 145px;
  height: 9.0625rem;
  top: -55px;
  top: -3.4375rem;
  left: -28px;
  left: -1.75rem;
  background: url(../img/common/result-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .result__item:first-child::before {
    width: 4.1875rem;
    height: 5.875rem;
    left: unset;
    top: -3.4375rem;
    right: 0.5625rem;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .result__item:first-child .result__item-inner {
    gap: 0 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .result__item:nth-child(2) .result__item-inner {
    gap: 0 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .result__item:nth-child(3) .result__item-inner {
    gap: 0 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .result__item:nth-child(4) .result__item-inner {
    gap: 0 2.125rem;
  }
}
.result__item:nth-child(5)::before {
  width: 94px;
  width: 5.875rem;
  height: 100px;
  height: 6.25rem;
  left: -25px;
  left: -1.5625rem;
  bottom: 30px;
  bottom: 1.875rem;
  background: url(../img/common/result-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .result__item:nth-child(5)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .result__item:nth-child(5) .result__item-inner {
    gap: 0 0.8125rem;
  }
}
.result__item:nth-child(6)::before {
  width: 82px;
  width: 5.125rem;
  height: 108px;
  height: 6.75rem;
  bottom: 22px;
  bottom: 1.375rem;
  right: -46px;
  right: -2.875rem;
  background: url(../img/common/result-icon03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .result__item:nth-child(6)::before {
    width: 3.3125rem;
    height: 4.375rem;
    bottom: unset;
    top: -1.875rem;
    right: -1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .result__item:nth-child(6) .result__item-inner {
    gap: 0 0.9375rem;
  }
}

.result__item-inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 290px;
  min-height: 18.125rem;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .result__item-inner {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 0.625rem;
    min-height: 5.75rem;
    border-radius: 0.625rem;
    padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
  }
}

.result__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .result__item-title {
    font-size: 1.125rem;
  }
}

.result__item-number {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .result__item-number {
    font-size: 1.125rem;
  }
}
.result__item-number span {
  font-family: "din-2014", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .result__item-number span {
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.result__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .result__item-text {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 0;
  }
}

/* section-bg */
.section-bg {
  position: relative;
  z-index: 1;
}
.section-bg::before {
  position: absolute;
  content: "";
  width: 96%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-bg::before {
    display: none;
  }
}

/* subheading */
.subheading {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .subheading {
    font-size: 1.375rem;
  }
}

/* subtitle */
.subtitle {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  color: #fff;
  background: url(../img/common/title-bg01.png) no-repeat left top 16px/8px;
  background: url(../img/common/title-bg01.png) no-repeat left top 1rem/0.5rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}

.subtitle--blue {
  color: #1C76D9;
  background: url(../img/common/title-bg02.png) no-repeat left top 16px/8px;
  background: url(../img/common/title-bg02.png) no-repeat left top 1rem/0.5rem;
}

/* text */
.text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .text {
    line-height: 1.78;
    font-size: 1rem;
  }
}

/* title */
.title {
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.625rem;
    line-height: 1.38;
  }
}

/* youtube */
.youtube {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .youtube {
    background: -webkit-gradient(linear, left bottom, left top, from(#edf5ff), to(#1c76d9));
    background: linear-gradient(to top, #edf5ff 0%, #1c76d9 100%);
    padding: 3.75rem 0;
  }
}
.youtube::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#edf5ff), to(#1c76d9));
  background: linear-gradient(to top, #edf5ff 0%, #1c76d9 100%);
}
.youtube .heading {
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .youtube .heading {
    padding-left: 0;
  }
}
.youtube .heading::before {
  position: absolute;
  content: "";
  width: 132px;
  width: 8.25rem;
  height: 157px;
  height: 9.8125rem;
  left: 60px;
  left: 3.75rem;
  top: 5px;
  top: 0.3125rem;
  background: url(../img/common/youtube-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .youtube .heading::before {
    width: 7rem;
    height: 8.375rem;
    left: unset;
    top: -6.5625rem;
    right: 0.9375rem;
  }
}
.youtube .title, .youtube .lead {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .youtube__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(#edf5ff), to(#1c76d9));
    background: linear-gradient(to top, #edf5ff 0%, #1c76d9 100%);
    padding: 3.75rem 0 3.125rem;
  }
}

.youtube__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .youtube__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin: 3.125rem -0.625rem 0;
  }
}

.youtube__item {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.youtube__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}

.youtube__body {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .youtube__body {
    margin-top: 0;
  }
  .youtube__body .l-inner {
    padding: 0 0.625rem;
  }
}

.youtube__text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .youtube__text {
    text-align: left;
  }
}
.youtube__text a {
  text-decoration: underline;
}

.youtube__btn {
  background: #fff;
  color: #1C76D9;
}

/* about */
.about__result {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .about__result {
    padding-bottom: 3.75rem;
  }
}
.about__result .result__item:nth-child(5)::before {
  left: -85px;
  left: -5.3125rem;
  bottom: 0;
}
.about__result .result__item:nth-child(6)::before {
  right: -35px;
  right: -2.1875rem;
  bottom: 0;
}
.about__result .result__item:nth-child(6) .result__item-text {
  margin-top: 0;
}

/* history */
.history {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .history {
    padding-bottom: 5rem;
  }
}
.history .title {
  color: #1C76D9;
}

.history__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__items {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
  }
}
.history__item {
  position: relative;
}
.history__item::before {
  position: absolute;
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  background: #1C76D9;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .history__item::before {
    -webkit-transform: unset;
            transform: unset;
    left: -1.625rem;
    top: 0.9375rem;
  }
}
.history__item:nth-child(even) .history__item-year-wrapper {
  margin-left: auto;
}
.history__item:nth-child(even) .history__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history__item:not(:last-child) {
  position: relative;
}
.history__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  top: 40px;
  top: 2.5rem;
  bottom: -120px;
  bottom: -7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1C76D9;
}
@media screen and (max-width: 767px) {
  .history__item:not(:last-child)::after {
    top: 1.25rem;
    left: -1.25rem;
    bottom: -5rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.history__item + .history__item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .history__item + .history__item {
    margin-top: 3.75rem;
  }
}
.history__item:nth-child(2) .history__item-img-wrapper::before {
  width: 142px;
  width: 8.875rem;
  height: 118px;
  height: 7.375rem;
  right: 10px;
  right: 0.625rem;
  top: -120px;
  top: -7.5rem;
  background: url(../img/about/history-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(2) .history__item-img-wrapper::before {
    width: 7.5rem;
    height: 5rem;
    top: unset;
    bottom: -5.625rem;
    right: -0.625rem;
  }
}
.history__item:nth-child(3)::before {
  top: 80px;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(3)::before {
    top: 3.125rem;
  }
}
.history__item:nth-child(3) .history__item-img-wrapper::before {
  width: 181px;
  width: 11.3125rem;
  height: 134px;
  height: 8.375rem;
  right: 0;
  top: -140px;
  top: -8.75rem;
  background: url(../img/about/history-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(3) .history__item-img-wrapper::before {
    width: 6.25rem;
    height: 5rem;
    top: unset;
    bottom: -5.625rem;
    right: -1.25rem;
  }
}
.history__item:nth-child(3) .history__item-year {
  width: 410px;
  width: 25.625rem;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(3) .history__item-year {
    width: 15rem;
  }
}
.history__item:nth-child(4) .history__item-year {
  width: 410px;
  width: 25.625rem;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(4) .history__item-year {
    width: 15rem;
  }
}
.history__item:nth-child(5) .history__item-img-wrapper::before {
  width: 108px;
  width: 6.75rem;
  height: 136px;
  height: 8.5rem;
  right: 20px;
  right: 1.25rem;
  top: -150px;
  top: -9.375rem;
  background: url(../img/about/history-icon03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(5) .history__item-img-wrapper::before {
    width: 5rem;
    height: 6.25rem;
    right: -0.625rem;
    top: unset;
    bottom: -6.875rem;
  }
}
.history__item:nth-child(5) .history__item-year {
  width: 400px;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(5) .history__item-year {
    width: 13.75rem;
  }
}
.history__item:nth-child(6) .history__item-year {
  width: 390px;
  width: 24.375rem;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(6) .history__item-year {
    width: 13.125rem;
  }
}
.history__item:nth-child(7) .history__item-year {
  width: 390px;
  width: 24.375rem;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(7) .history__item-year {
    width: 13.125rem;
  }
}
.history__item:nth-child(8) .history__item-year {
  width: 274px;
  width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .history__item:nth-child(8) .history__item-year {
    width: 11.25rem;
  }
}

.history__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .history__item-inner {
    display: block;
    margin-top: 1.25rem;
  }
}

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

.history__item-year-wrapper {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .history__item-year-wrapper {
    width: 100%;
  }
}

.history__item-year {
  width: 380px;
  width: 23.75rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .history__item-year {
    width: 12.5rem;
  }
}

.history__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .history__item-title {
    font-size: 1.25rem;
  }
}

.history__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .history__item-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.history__item-img-wrapper {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__item-img-wrapper {
    width: 100%;
    margin-top: 1.5625rem;
  }
}
.history__item-img-wrapper::before {
  position: absolute;
  content: "";
}

.history__item-youtube {
  width: 100%;
  padding-top: 56.3636363636%;
  position: relative;
}
.history__item-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.history__item-caption {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .history__item-caption {
    font-size: 0.9375rem;
  }
}

/* organization */
.organization {
  padding: 75px 0 100px;
  padding: 4.6875rem 0 6.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .organization {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#61a8f7));
    background: linear-gradient(#fff 0%, #61a8f7 100%);
    padding: 3.75rem 0;
  }
}
.organization::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#61a8f7));
  background: linear-gradient(#fff 0%, #61a8f7 100%);
}
.organization::after {
  position: absolute;
  content: "";
  width: 833px;
  width: 52.0625rem;
  height: 862px;
  height: 53.875rem;
  top: 56%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/about/organization-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .organization::after {
    width: 25rem;
    height: 25rem;
  }
}
.organization .title {
  color: #1C76D9;
}

.organization__blocks {
  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;
  gap: 80px 20px;
  gap: 5rem 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .organization__blocks {
    display: block;
    margin-top: 1.875rem;
  }
}

.organization__block {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0px 0px 20px rgba(28, 118, 217, .37);
          box-shadow: 0px 0px 20px rgba(28, 118, 217, .37);
  padding: 40px 40px 20px;
  padding: 2.5rem 2.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .organization__block {
    padding: 1.875rem 1.25rem;
  }
  .organization__block + .organization__block {
    margin-top: 1.875rem;
  }
}
.organization__block:first-child {
  padding: 50px 50px 40px;
  padding: 3.125rem 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .organization__block:first-child {
    padding: 1.875rem 1.25rem;
  }
}
.organization__block:nth-child(2) .organization__subtitle {
  background: url(../img/about/organization-icon01.png) no-repeat center left/30px;
  background: url(../img/about/organization-icon01.png) no-repeat center left/1.875rem;
  padding-left: 36px;
  padding-left: 2.25rem;
}
.organization__block:nth-child(3) .organization__subtitle {
  background: url(../img/about/organization-icon02.png) no-repeat center left/26px;
  background: url(../img/about/organization-icon02.png) no-repeat center left/1.625rem;
  padding-left: 32px;
  padding-left: 2rem;
}
.organization__block:nth-child(4) .organization__unit:first-child .organization__subtitle {
  background: url(../img/about/organization-icon03.png) no-repeat center left/20px;
  background: url(../img/about/organization-icon03.png) no-repeat center left/1.25rem;
  padding-left: 26px;
  padding-left: 1.625rem;
}
.organization__block:nth-child(4) .organization__unit:nth-child(2) .organization__subtitle {
  background: url(../img/about/organization-icon04.png) no-repeat center left/22px;
  background: url(../img/about/organization-icon04.png) no-repeat center left/1.375rem;
  padding-left: 28px;
  padding-left: 1.75rem;
}
.organization__block:nth-child(4) .organization__box {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.organization__block:first-child, .organization__block:nth-child(4) {
  width: 100%;
}
.organization__block:nth-child(2), .organization__block:nth-child(3) {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .organization__block:nth-child(2), .organization__block:nth-child(3) {
    width: 100%;
  }
}

.organization__lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .organization__lead {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.organization__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .organization__subtitle {
    font-size: 1.25rem;
  }
}

.organization__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .organization__text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.organization__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .organization__items {
    margin-top: 1.25rem;
  }
}

.organization__item {
  width: 50%;
  text-align: center;
  color: #1F9B45;
  font-weight: 700;
}
.organization__item + .organization__item {
  position: relative;
}
.organization__item + .organization__item::before {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 86px;
  height: 5.375rem;
  background: #1F9B45;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .organization__item + .organization__item::before {
    height: 4.0625rem;
  }
}
.organization__item:first-child {
  padding-right: 20px;
  padding-right: 1.25rem;
}
.organization__item:nth-child(2) {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.organization__item-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.organization__item-text {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .organization__item-text {
    font-size: 1.25rem;
  }
}
.organization__item-text span {
  font-size: 46px;
  font-size: 2.875rem;
}
@media screen and (max-width: 767px) {
  .organization__item-text span {
    font-size: 2.25rem;
  }
}

.organization__box {
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid #1C76D9;
  border: 0.0625rem solid #1C76D9;
  padding: 16px;
  padding: 1rem;
  margin: 45px -20px 0;
  margin: 2.8125rem -1.25rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .organization__box {
    margin: 1.5625rem 0 0;
  }
}

.organization__box-title {
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: -25px;
  top: -1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 50%;
  background: #1C76D9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .organization__box-title {
    top: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}

.organization__box-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .organization__box-text {
    font-size: 1rem;
  }
}

.organization__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  gap: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .organization__box-list {
    display: block;
  }
}

.organization__box-list-item {
  width: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../img/common/check-icon02.png) no-repeat center left/16px;
  background: url(../img/common/check-icon02.png) no-repeat center left/1rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .organization__box-list-item {
    width: 100%;
    font-size: 1rem;
  }
  .organization__box-list-item + .organization__box-list-item {
    margin-top: 0.625rem;
  }
}

.organization__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .organization__units {
    display: block;
  }
}

.organization__unit {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .organization__unit {
    width: 100%;
  }
  .organization__unit + .organization__unit {
    margin-top: 1.875rem;
  }
}

.organization__bottom {
  text-align: center;
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .organization__bottom {
    margin-top: 2.5rem;
  }
}

.organization__bottom-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .organization__bottom-title {
    font-size: 1.25rem;
  }
}

.organization__bottom-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .organization__bottom-text {
    font-size: 1rem;
  }
}

.organization__bottom-btn {
  width: 226px;
  width: 14.125rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

/* philosophy */
.philosophy {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .philosophy {
    background: -webkit-gradient(linear, left top, left bottom, from(#edf5ff), to(#80b5f0));
    background: linear-gradient(#edf5ff 0%, #80b5f0 100%);
    padding: 3.75rem 0;
  }
}
.philosophy::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf5ff), to(#80b5f0));
  background: linear-gradient(#edf5ff 0%, #80b5f0 100%);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .philosophy::before {
    display: none;
  }
}
.philosophy .title {
  color: #1F9B45;
}

.philosophy__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .philosophy__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.philosophy__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  gap: 3.75rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .philosophy__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.philosophy__item {
  background: #fff;
  border-radius: 1.25rem;
  border: 3px solid #1F9B45;
  border: 0.1875rem solid #1F9B45;
  padding: 35px 35px;
  padding: 2.1875rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .philosophy__item {
    padding: 1.875rem 1.25rem;
  }
}

.philosophy__item-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 84px;
  min-height: 5.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .philosophy__item-title {
    min-height: unset;
    font-size: 1.25rem;
  }
}

.philosophy__item-icon {
  width: 152px;
  width: 9.5rem;
  max-width: 100%;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}

.philosophy__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .philosophy__item-text {
    font-size: 1rem;
  }
}

/* reason */
.reason {
  padding: 115px 0 125px;
  padding: 7.1875rem 0 7.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 5rem 0;
  }
}
.reason::before {
  position: absolute;
  content: "";
  width: 220px;
  width: 13.75rem;
  height: 220px;
  height: 13.75rem;
  left: 250px;
  left: 15.625rem;
  bottom: 40px;
  bottom: 2.5rem;
  background: url(../img/about/reason-bg05.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason::before {
    display: none;
  }
}

.reason__inner {
  position: relative;
}
.reason__inner::before, .reason__inner::after {
  position: absolute;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason__inner::before, .reason__inner::after {
    display: none;
  }
}
.reason__inner::before {
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  top: 280px;
  top: 17.5rem;
  left: -80px;
  left: -5rem;
  background: url(../img/about/reason-bg03.png) no-repeat center/contain;
}
.reason__inner::after {
  width: 219px;
  width: 13.6875rem;
  height: 219px;
  height: 13.6875rem;
  top: 75px;
  top: 4.6875rem;
  right: -140px;
  right: -8.75rem;
  background: url(../img/about/reason-bg04.png) no-repeat center/contain;
}

.reason__header {
  position: relative;
}
.reason__header::before {
  position: absolute;
  content: "";
  width: 108px;
  width: 6.75rem;
  height: 137px;
  height: 8.5625rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 220px;
  left: 13.75rem;
  background: url(../img/about/reason-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .reason__header::before {
    width: 3.75rem;
    height: 5rem;
    top: 0;
    left: -1.5625rem;
  }
}

.reason__content {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .58);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="20" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(28,118,217,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 20px rgba(28, 118, 217, .2));
          filter: drop-shadow(0px 0px 20px rgba(28, 118, 217, .2));
  padding: 60px 80px 80px;
  padding: 3.75rem 5rem 5rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason__content {
    padding: 2.5rem 1.25rem;
    margin-top: 2.1875rem;
  }
}
.reason__content::before, .reason__content::after {
  position: absolute;
  content: "";
}
.reason__content::before {
  width: 256px;
  width: 16rem;
  height: 256px;
  height: 16rem;
  top: -76px;
  top: -4.75rem;
  left: -48px;
  left: -3rem;
  background: url(../img/about/reason-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .reason__content::before {
    width: 6.25rem;
    height: 6.25rem;
    top: -1.875rem;
    left: -1.875rem;
  }
}
.reason__content::after {
  width: 337px;
  width: 21.0625rem;
  height: 337px;
  height: 21.0625rem;
  top: -179px;
  top: -11.1875rem;
  right: -18px;
  right: -1.125rem;
  background: url(../img/about/reason-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .reason__content::after {
    width: 7.5rem;
    height: 7.5rem;
    top: -3.125rem;
    right: -1.5625rem;
  }
}

.reason__heading {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .reason__heading {
    font-size: 1.25rem;
  }
}

.reason__subheading {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .reason__subheading {
    font-size: 1rem;
  }
}

.reason__list {
  width: 765px;
  width: 47.8125rem;
  max-width: 100%;
  margin: 0 auto;
  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;
  gap: 45px 0;
  gap: 2.8125rem 0;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .reason__list {
    display: block;
    margin-top: 1.875rem;
  }
}

.reason__list-item {
  width: 44%;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../img/common/check-icon03.png) no-repeat left top 2px/24px;
  background: url(../img/common/check-icon03.png) no-repeat left top 0.125rem/1.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .reason__list-item {
    width: 100%;
    font-size: 1rem;
    background: url(../img/common/check-icon03.png) no-repeat left top 0.1875rem/1.25rem;
    padding-left: 1.5625rem;
  }
  .reason__list-item + .reason__list-item {
    margin-top: 0.625rem;
  }
}

.reason__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7F7F7;
  border-radius: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 60px 60px;
  padding: 3.75rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .reason__box {
    display: block;
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem;
  }
}

.reason__box-body {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #919191;
}
@media screen and (max-width: 767px) {
  .reason__box-body {
    width: 100%;
  }
}

.reason__box-title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .reason__box-title {
    font-size: 1.25rem;
  }
}

.reason__box-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .reason__box-subtitle {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
}

.reason__box-list {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .reason__box-list {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.reason__box-list-item {
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../img/common/check-icon04.png) no-repeat left top/24px;
  background: url(../img/common/check-icon04.png) no-repeat left top/1.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .reason__box-list-item {
    font-size: 1rem;
    background: url(../img/common/check-icon04.png) no-repeat left top 0.1875rem/1.25rem;
    padding-left: 1.5625rem;
  }
}
.reason__box-list-item + .reason__box-list-item {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .reason__box-list-item + .reason__box-list-item {
    margin-top: 0.625rem;
  }
}

/* activities */
.activities__cv {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 170px 0 160px;
  padding: 10.625rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .activities__cv {
    margin-top: 0;
    padding: 10rem 0 3.75rem;
  }
}
.activities__cv::before {
  width: 1674px;
  width: 104.625rem;
  height: 606px;
  height: 37.875rem;
  background: url(../img/common/cv-bg03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .activities__cv::before {
    width: 29.6875rem;
    height: 17.5rem;
    background: url(../img/common/cv-bg_sp.png) no-repeat center/contain;
  }
}
.activities__cv .cv__btns {
  gap: 40px;
  gap: 2.5rem;
  margin-left: 60px;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .activities__cv .cv__btns {
    margin-left: 0;
    gap: 3.75rem;
  }
}
.activities__cv .cv__btn:first-child a {
  width: 330px;
  width: 20.625rem;
  padding-left: 80px;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .activities__cv .cv__btn:first-child a {
    width: 21.25rem;
    padding-left: 6.875rem;
  }
}
.activities__cv .cv__btn:nth-child(2) a {
  width: 280px;
  width: 17.5rem;
  padding-left: 80px;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .activities__cv .cv__btn:nth-child(2) a {
    width: 21.25rem;
    padding-left: 6.875rem;
  }
}
.activities__cv .title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .activities__cv .title {
    text-align: left;
  }
}

/* activity */
@media screen and (max-width: 767px) {
  .activity {
    background: -webkit-gradient(linear, left bottom, left top, from(#edf5ff), to(#1c76d9));
    background: linear-gradient(to top, #edf5ff 0%, #1c76d9 100%);
  }
}
.activity::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#edf5ff), to(#1c76d9));
  background: linear-gradient(to top, #edf5ff 0%, #1c76d9 100%);
}
.activity .title, .activity .lead {
  color: #fff;
}

.activity__body {
  background: #fff;
  border-radius: 1.25rem;
  padding: 60px 80px;
  padding: 3.75rem 5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .activity__body {
    padding: 1.875rem 1.25rem;
    margin-top: 1.875rem;
  }
}
.activity__body::after {
  position: absolute;
  content: "";
  width: 105px;
  width: 6.5625rem;
  height: 164px;
  height: 10.25rem;
  right: 80px;
  right: 5rem;
  top: -16px;
  top: -1rem;
  background: url(../img/activities/activity-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .activity__body::after {
    width: 3.75rem;
    height: 6.25rem;
    right: 0.625rem;
    top: -1.875rem;
  }
}

.activity__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .activity__text {
    font-size: 1rem;
  }
}

.activity__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  gap: 2rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .activity__imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.activity__img img {
  border-radius: 0.625rem;
}

.activity__units {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  gap: 0.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .activity__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
}

.activity__unit {
  background: #fff;
  border-radius: 1.25rem;
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .activity__unit {
    padding: 1.875rem 1.25rem;
  }
}
.activity__unit::after {
  position: absolute;
  content: "";
}
.activity__unit:nth-child(2)::after {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  right: 26px;
  right: 1.625rem;
  bottom: 16px;
  bottom: 1rem;
  background: url(../img/activities/activity-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .activity__unit:nth-child(4) {
    padding-bottom: 5rem;
  }
}
.activity__unit:nth-child(4)::after {
  width: 59px;
  width: 3.6875rem;
  height: 52px;
  height: 3.25rem;
  right: 30px;
  right: 1.875rem;
  bottom: 20px;
  bottom: 1.25rem;
  background: url(../img/activities/activity-icon03.png) no-repeat center/contain;
}

.activity__unit-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .activity__unit-title {
    font-size: 1.25rem;
  }
}

.activity__unit-list {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .activity__unit-list {
    margin-top: 1.25rem;
  }
}

.activity__unit-list-item {
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../img/common/check-icon02.png) no-repeat center left/18px;
  background: url(../img/common/check-icon02.png) no-repeat center left/1.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .activity__unit-list-item {
    font-size: 1rem;
  }
}
.activity__unit-list-item + .activity__unit-list-item {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .activity__unit-list-item + .activity__unit-list-item {
    margin-top: 0.625rem;
  }
}

.activity__unit-btn {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  border-radius: 1.875rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, #edf5ff), to(#1c76d9));
  background: linear-gradient(to right, #edf5ff -100%, #1c76d9 100%);
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 13px;
  padding: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .activity__unit-btn {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.activity__unit-btn span {
  font-size: 22px;
  font-size: 1.375rem;
}

.activity__btn {
  width: 440px;
  width: 27.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  margin: 85px auto 0;
  margin: 5.3125rem auto 0;
}
@media screen and (max-width: 767px) {
  .activity__btn {
    width: 21.25rem;
    font-size: 1.125rem;
    padding: 1.1875rem 0 1.1875rem 5.625rem;
    margin-top: 3.75rem;
  }
}
.activity__btn::before {
  left: -50px;
  left: -3.125rem;
}
@media screen and (max-width: 767px) {
  .activity__btn::before {
    width: 6.25rem;
    height: 5rem;
    left: -1.25rem;
  }
}
.activity__btn::after {
  position: absolute;
  content: "";
  width: 653px;
  width: 40.8125rem;
  height: 107px;
  height: 6.6875rem;
  top: 40%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/activities/activity-bg.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .activity__btn::after {
    display: none;
  }
}

.activity__subtext {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .activity__subtext {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
}

/* anchor */
.anchor {
  padding: 10px 0;
  padding: 0.625rem 0;
  background: #1C76D9;
}
@media screen and (max-width: 767px) {
  .anchor .l-inner {
    padding: 0 0.625rem;
  }
}

.anchor__items {
  width: 880px;
  width: 55rem;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .anchor__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.anchor__item a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  background: #fff;
  border: 3px solid #fff;
  border: 0.1875rem solid #fff;
  border-radius: 0.625rem;
  padding: 14px;
  padding: 0.875rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .anchor__item a {
    font-size: 1rem;
    padding: 0.625rem 0.3125rem;
  }
}
.anchor__item a:hover {
  opacity: 1;
  color: #fff;
  background: #1C76D9;
}
.anchor__item a:hover span {
  background: url(../img/common/dropdown-icon01.png) no-repeat center right/13px;
  background: url(../img/common/dropdown-icon01.png) no-repeat center right/0.8125rem;
}
.anchor__item a span {
  display: inline-block;
  background: url(../img/common/dropdown-icon02.png) no-repeat center right/13px;
  background: url(../img/common/dropdown-icon02.png) no-repeat center right/0.8125rem;
  padding-right: 23px;
  padding-right: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .anchor__item a span {
    padding-right: 1.25rem;
  }
}

/* business */
.business .title, .business .subheading {
  color: #1F9B45;
}

.business__header {
  margin-top: 70px;
  margin-top: 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business__header {
    margin-top: 1.875rem;
    padding-bottom: 6.25rem;
  }
}
.business__header::after {
  position: absolute;
  content: "";
  width: 219px;
  width: 13.6875rem;
  height: 140px;
  height: 8.75rem;
  bottom: 0;
  right: 0;
  background: url(../img/activities/business-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .business__header::after {
    width: 9.375rem;
    height: 6.25rem;
  }
}

.business__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .business__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.business__units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 32px;
  gap: 2.6875rem 2rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .business__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.business__unit {
  background: #fff;
  border: 2px solid #1F9B45;
  border: 0.125rem solid #1F9B45;
  border-radius: 1.25rem;
  padding: 30px 18px 25px;
  padding: 1.875rem 1.125rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .business__unit {
    padding: 1.875rem 1.25rem;
  }
}
.business__unit:first-child .business__unit-icon {
  width: 100px;
  width: 6.25rem;
}

.business__unit-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .business__unit-title {
    font-size: 1.25rem;
  }
}

.business__unit-icon {
  width: 145px;
  width: 9.0625rem;
  max-width: 100%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

.business__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .business__unit-text {
    font-size: 1rem;
  }
}

.business__box {
  border-radius: 1.25rem;
  background: #F7F7F7;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .business__box {
    padding: 1.5625rem 1.25rem;
    margin-top: 1.25rem;
  }
}

.business__box-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .business__box-text {
    font-size: 1rem;
  }
}

/* calender */
.calender {
  text-align: center;
}
.calender .l-section {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
.calender .title, .calender .lead {
  color: #fff;
}

.calender__content {
  background: #1C76D9;
  border-radius: 1.25rem;
  padding: 60px 80px;
  padding: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .calender__content {
    padding: 2.5rem 1.25rem;
  }
}

.calender__body {
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 60px 20px 70px;
  padding: 3.75rem 1.25rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .calender__body {
    padding: 1.875rem 0.9375rem;
    margin-top: 1.25rem;
  }
}

.calender__subtitle {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .calender__subtitle {
    font-size: 1.25rem;
  }
}

.calender__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .calender__text {
    text-align: left;
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.calender__btn {
  width: 440px;
  width: 27.5rem;
  background: #1C76D9;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  border-color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .calender__btn {
    width: 17.5rem;
    font-size: 1rem;
    padding: 1.1875rem 0 1.1875rem 2.8125rem;
    margin-top: 1.875rem;
  }
}
.calender__btn::before {
  background: url(../img/activities/calender-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .calender__btn::before {
    width: 5rem;
    height: 4.375rem;
    left: -2.5rem;
  }
}
.calender__btn:hover {
  color: #1C76D9;
}

/* event */
.event {
  background: #F6FAFF;
}
.event .subheading {
  color: #1C76D9;
}

.event__groups {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .event__groups {
    margin-top: 2.5rem;
  }
}

.event__group + .event__group {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.event__header {
  position: relative;
}
@media screen and (max-width: 767px) {
  .event__header {
    padding-bottom: 6.25rem;
  }
}
.event__header::after {
  position: absolute;
  content: "";
  width: 119px;
  width: 7.4375rem;
  height: 150px;
  height: 9.375rem;
  bottom: 0;
  right: 0;
  background: url(../img/activities/event-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .event__header::after {
    width: 5rem;
    height: 7.5rem;
  }
}

.event__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .event__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.event__box {
  background: #fff;
  border-radius: 1.25rem;
  padding: 60px 80px 55px;
  padding: 3.75rem 5rem 3.4375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .event__box {
    padding: 2.5rem 1.25rem;
    margin-top: 0.9375rem;
  }
}

.event__youtube-wrapper {
  width: 560px;
  width: 35rem;
  max-width: 100%;
  margin: 0 auto;
}

.event__youtube {
  width: 100%;
  padding-top: 55.3571428571%;
  position: relative;
}
.event__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}

.event__box-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .event__box-title {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.event__box-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .event__box-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.event__units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 32px;
  gap: 2.6875rem 2rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .event__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.event__unit {
  background: #fff;
  border: 2px solid #1C76D9;
  border: 0.125rem solid #1C76D9;
  border-radius: 1.25rem;
  padding: 30px 18px 25px;
  padding: 1.875rem 1.125rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .event__unit {
    padding: 1.875rem 1.25rem;
  }
}

.event__unit-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .event__unit-title {
    font-size: 1.25rem;
  }
}

.event__unit-icon {
  width: 100px;
  width: 6.25rem;
  max-width: 100%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

.event__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .event__unit-text {
    font-size: 1rem;
  }
}

/* system */
.system .subheading {
  color: #1C76D9;
}

.system__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  gap: 1.0625rem;
  background: #fff;
  border-radius: 1.25rem;
  border: 3px solid #1C76D9;
  border: 0.1875rem solid #1C76D9;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 14px 30px;
  padding: 0.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .system__link {
    display: block;
    margin-top: 1.875rem;
    padding: 0.625rem 1.25rem 0.9375rem;
  }
}

.system__link-logo {
  width: 283px;
  width: 17.6875rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .system__link-logo {
    width: 15.625rem;
    padding-right: 1.25rem;
    margin: 0 auto;
  }
}

.system__link-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .system__link-text {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0.625rem;
  }
}

.system__link-more-wrapper {
  text-align: right;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.system__link-more {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C76D9;
  text-decoration: underline;
  background: url(../img/common/arrow-icon02.png) no-repeat center right/25px;
  background: url(../img/common/arrow-icon02.png) no-repeat center right/1.5625rem;
  padding-right: 32px;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .system__link-more {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.system__groups {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .system__groups {
    margin-top: 2.5rem;
  }
}

.system__group + .system__group {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .system__group + .system__group {
    margin-top: 3.75rem;
  }
}

.system__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .system__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.system__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 1.25rem;
  padding: 35px 65px 35px 0;
  padding: 2.1875rem 4.0625rem 2.1875rem 0;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .system__box {
    display: block;
    padding: 0 0 6.25rem;
    margin-top: 1.875rem;
  }
}
.system__box::after {
  position: absolute;
  content: "";
  width: 186px;
  width: 11.625rem;
  height: 139px;
  height: 8.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 65px;
  right: 4.0625rem;
  background: url(../img/activities/system-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .system__box::after {
    width: 7.5rem;
    height: 6.25rem;
    top: unset;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -0.625rem;
  }
}

.system__box-text {
  width: 615px;
  width: 38.4375rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  border-left: 3px solid #1C76D9;
  border-left: 0.1875rem solid #1C76D9;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .system__box-text {
    width: 100%;
    font-size: 1rem;
    padding-left: 0.9375rem;
  }
}
.system__box-text span {
  background: #FFFCB2;
  font-weight: 700;
}

.system__box-img {
  width: 186px;
  width: 11.625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .system__box-img {
    width: 9.375rem;
    margin: 1.875rem auto 0;
  }
}

.system__units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 60px;
  gap: 2.875rem 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .system__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.system__unit {
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
          box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
  padding: 40px 40px;
  padding: 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .system__unit {
    padding: 1.875rem 1.25rem;
  }
}

.system__unit-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .system__unit-title {
    font-size: 1.25rem;
  }
}

.system__unit-icon {
  width: 152px;
  width: 9.5rem;
  max-width: 100%;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}
@media screen and (max-width: 767px) {
  .system__unit-icon {
    margin-top: 0.9375rem;
  }
}

.system__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .system__unit-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.system__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .system__items {
    margin-top: 1.875rem;
  }
}

.system__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .system__item {
    display: block;
  }
}
.system__item + .system__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}

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

.system__item-body {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .system__item-body {
    width: 100%;
    margin-top: 0.9375rem;
  }
}

.system__item-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .system__item-title {
    font-size: 1.25rem;
  }
}

.system__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .system__item-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

/* confirm */
/* contact */
.contact {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 5rem;
  }
}

/* flow */
.flow {
  padding: 80px 0;
  padding: 5rem 0;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .flow {
    background: -webkit-gradient(linear, left top, left bottom, from(#edf5ff), to(#1c76d9));
    background: linear-gradient(#edf5ff 0%, #1c76d9 100%);
    padding: 3.75rem 0;
    margin-top: 1.25rem;
  }
}
.flow::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf5ff), to(#1c76d9));
  background: linear-gradient(#edf5ff 0%, #1c76d9 100%);
  opacity: 0.6;
}
.flow .title {
  color: #1C76D9;
}

.flow__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .flow__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    margin-top: 3.125rem;
  }
}

.flow__item {
  background: #fff;
  border-radius: 1.25rem;
  padding: 45px 20px 25px;
  padding: 2.8125rem 1.25rem 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__item {
    padding: 2.5rem 1.25rem 1.25rem;
  }
}
.flow__item:nth-child(3) .flow__item-text {
  text-align: center;
}

.flow__item-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  top: -2.5rem;
  font-family: "din-2014", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  color: #1C76D9;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow__item-number {
    font-size: 3.75rem;
    top: -1.875rem;
  }
}

.flow__item-title {
  text-align: center;
  min-height: 55px;
  min-height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1C76D9;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .flow__item-title {
    font-size: 1.25rem;
  }
}

.flow__item-icon {
  width: 71px;
  width: 4.4375rem;
  max-width: 100%;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
}

.flow__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .flow__item-text {
    font-size: 1rem;
  }
}

/* fv */
.fv {
  padding-top: 150px;
  padding-top: 9.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 7.5rem;
  }
}
.fv::before {
  position: absolute;
  content: "";
  width: 700px;
  width: 43.75rem;
  height: 406px;
  height: 25.375rem;
  top: 118px;
  top: 7.375rem;
  right: 0;
  background: url(../img/join/fv-bg01.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 13.125rem;
    height: 7.5rem;
    top: 3.125rem;
  }
}

.fv__entitle {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  color: #1C76D9;
  background: url(../img/common/title-bg02.png) no-repeat left top 16px/8px;
  background: url(../img/common/title-bg02.png) no-repeat left top 1rem/0.5rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .fv__entitle {
    font-size: 1.25rem;
    background-position: left top 0.6875rem;
  }
}

.fv__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.125;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 2rem;
  }
}

.fv__subtitle {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  background: #1C76D9;
  border-radius: 1.4375rem;
  padding: 0 20px 1px;
  padding: 0 1.25rem 0.0625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .fv__subtitle {
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 0.3125rem 1.25rem;
    border-radius: 2.5rem;
  }
}

.fv__heading {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.29;
  font-weight: 700;
  color: #1C76D9;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fv__heading {
    font-size: 2rem;
    margin-top: 0.9375rem;
  }
}

.fv__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.9;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
}

.fv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 21.875rem;
    max-width: 100%;
    margin: 2.1875rem auto 0;
  }
}
.fv__items::before, .fv__items::after {
  position: absolute;
  content: "";
}
.fv__items::before {
  width: 103px;
  width: 6.4375rem;
  height: 144px;
  height: 9rem;
  top: 0;
  left: 40px;
  left: 2.5rem;
  background: url(../img/join/fv-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .fv__items::before {
    width: 3.25rem;
    height: 4.5rem;
    top: -0.625rem;
    left: -0.9375rem;
  }
}
.fv__items::after {
  width: 94px;
  width: 5.875rem;
  height: 100px;
  height: 6.25rem;
  bottom: 0;
  right: 70px;
  right: 4.375rem;
  background: url(../img/join/fv-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .fv__items::after {
    width: 2.9375rem;
    height: 3.125rem;
    bottom: -0.625rem;
    right: -0.625rem;
  }
}

.fv__item {
  text-align: center;
  width: 240px;
  width: 15rem;
  height: 240px;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/join/fv-bg02.png) no-repeat center/contain;
  border-radius: 50%;
  margin: 0 -15px;
  margin: 0 -0.9375rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .fv__item {
    width: 11.25rem;
    height: 11.25rem;
    margin: -0.625rem;
  }
}
.fv__item:first-child .fv__item-number span {
  letter-spacing: -0.03em;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.fv__item-title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__item-title {
    font-size: 1.125rem;
  }
}

.fv__item-number {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .fv__item-number {
    font-size: 1.125rem;
  }
}
.fv__item-number span {
  font-family: "din-2014", sans-serif;
  font-size: 76px;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__item-number span {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}

/* join */
.join__voice {
  background: #F6FAFF;
}
.join__voice .card:nth-child(n+5) {
  display: none;
}

.join__faq {
  background: #F6FAFF;
}

.join__cv::before {
  background: url(../img/common/cv-bg05.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .join__cv::before {
    background: url(../img/common/cv-bg01_sp.png) no-repeat center/contain;
  }
}

/* price */
.price {
  padding: 100px 0 50px;
  padding: 6.25rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 3.75rem 0;
  }
}

.price__content {
  width: 860px;
  width: 53.75rem;
  max-width: 100%;
  background: #1C76D9;
  border-radius: 1.25rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  padding: 15px 40px 40px;
  padding: 0.9375rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .price__content {
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.price__subtitle {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .price__subtitle {
    font-size: 1.375rem;
  }
}

.price__text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .price__text {
    font-size: 1rem;
  }
}

.price__body {
  background: #fff;
  border-radius: 1.25rem;
  padding: 40px 40px 20px;
  padding: 2.5rem 2.5rem 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .price__body {
    padding: 1.875rem 1.25rem;
  }
}

.price__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .price__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.price__item {
  text-align: center;
  background: #F7F7F7;
  border-radius: 1.25rem;
  padding: 19px 20px;
  padding: 1.1875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .price__item {
    padding: 0.9375rem 0.9375rem;
  }
}
.price__item + .price__item {
  position: relative;
}
.price__item + .price__item::before {
  position: absolute;
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  left: -3.125rem;
  background: url(../img/common/plus-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .price__item + .price__item::before {
    width: 1.875rem;
    height: 1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.5rem;
  }
}

.price__item-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .price__item-subtitle {
    font-size: 1rem;
  }
}

.price__item-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .price__item-title {
    font-size: 1.125rem;
  }
}
.price__item-title span {
  font-family: "din-2014", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .price__item-title span {
    font-size: 2.25rem;
  }
}

.price__item-text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .price__item-text {
    font-size: 1rem;
  }
}

.price__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  color: #1C76D9;
  border-top: 1px solid #1C76D9;
  border-top: 0.0625rem solid #1C76D9;
  padding-top: 50px;
  padding-top: 3.125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .price__sum {
    display: block;
    font-size: 1.125rem;
    padding-top: 1.875rem;
    margin-top: 1.875rem;
  }
}
.price__sum span {
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 8px 0 33px;
  margin: 0 0.5rem 0 2.0625rem;
}
@media screen and (max-width: 767px) {
  .price__sum span {
    font-size: 3.75rem;
    line-height: 1;
    margin: 0;
  }
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  gap: 1.6875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: #F7F7F7;
  border-radius: 1.25rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .price__box {
    display: block;
    font-size: 1rem;
    margin-top: 2.5rem;
    padding: 0.9375rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .price__box-text {
    margin-top: 0.3125rem;
  }
}

/* target */
.target {
  padding: 100px 0 70px;
  padding: 6.25rem 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .target {
    padding: 3.75rem 0;
  }
}
.target .title {
  color: #1C76D9;
}

.target__units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .target__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.target__unit {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
          box-shadow: 0px 0px 20px rgba(28, 118, 217, .2);
  padding: 40px 40px 50px;
  padding: 2.5rem 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .target__unit {
    padding: 1.875rem 1.25rem;
  }
}
.target__unit:first-child .target__unit-text::after {
  width: 125px;
  width: 7.8125rem;
  height: 174px;
  height: 10.875rem;
  top: -70px;
  top: -4.375rem;
  right: -108px;
  right: -6.75rem;
  background: url(../img/join/target-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .target__unit:first-child .target__unit-text::after {
    width: 5rem;
    height: 5.625rem;
    top: -3.75rem;
    right: -2.5rem;
  }
}
.target__unit:nth-child(2) .target__unit-text::after {
  width: 136px;
  width: 8.5rem;
  height: 172px;
  height: 10.75rem;
  top: -65px;
  top: -4.0625rem;
  right: -105px;
  right: -6.5625rem;
  background: url(../img/join/target-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .target__unit:nth-child(2) .target__unit-text::after {
    width: 5rem;
    height: 5.625rem;
    top: -3.75rem;
    right: -2.5rem;
  }
}

.target__unit-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .target__unit-title {
    font-size: 1.25rem;
  }
}

.target__unit-img {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.target__unit-img img {
  border-radius: 1.25rem;
}

.target__unit-list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .target__unit-list {
    margin-top: 1.5625rem;
  }
}

.target__unit-list-item {
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../img/common/check-icon03.png) no-repeat left top/24px;
  background: url(../img/common/check-icon03.png) no-repeat left top/1.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .target__unit-list-item {
    font-size: 1rem;
    background: url(../img/common/check-icon03.png) no-repeat left top 0.1875rem/1.25rem;
    padding-left: 1.5625rem;
  }
}
.target__unit-list-item + .target__unit-list-item {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .target__unit-list-item + .target__unit-list-item {
    margin-top: 0.625rem;
  }
}

.target__unit-text {
  width: 375px;
  width: 23.4375rem;
  max-width: 100%;
  height: 95px;
  height: 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C76D9;
  line-height: 1.78;
  background: url(../img/join/target-bg.png) no-repeat center/contain;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .target__unit-text {
    width: 18.75rem;
    height: 5rem;
    font-size: 0.9375rem;
    padding: 0.3125rem 0.9375rem;
    margin-top: 1.875rem;
  }
}
.target__unit-text::after {
  position: absolute;
  content: "";
}

/* members */
.members .title {
  color: #1C76D9;
  font-weight: 600;
}
.members .entitle {
  color: #1C76D9;
}
.members .area {
  padding: 0;
}

.members__content {
  background: #F7F7F7;
  padding: 170px 0 100px;
  padding: 10.625rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .members__content {
    padding: 5rem 0 3.75rem;
  }
}

.members__unit {
  background: #fff;
  border-radius: 1.25rem;
  padding: 55px 80px 70px;
  padding: 3.4375rem 5rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .members__unit {
    padding: 2.5rem 1.25rem;
  }
}
.members__unit + .members__unit {
  margin-top: 80px;
  margin-top: 5rem;
}
.members__unit .area__wrapper {
  padding: 0;
}
.members__unit .l-inner {
  padding: 0;
}

.members__info {
  min-height: 220px;
  min-height: 13.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .members__info {
    min-height: unset;
    margin-top: 2.5rem;
  }
}
.members__info::after {
  position: absolute;
  content: "";
  width: 231px;
  width: 14.4375rem;
  height: 149px;
  height: 9.3125rem;
  top: 70px;
  top: 4.375rem;
  right: 40px;
  right: 2.5rem;
  background: url(../img/members/members-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .members__info::after {
    width: 6.25rem;
    height: 3.75rem;
    right: -1.25rem;
    top: -1.25rem;
  }
}

.members__info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  background: url(../img/common/flag-icon.png) no-repeat center left/54px;
  background: url(../img/common/flag-icon.png) no-repeat center left/3.375rem;
  padding-left: 55px;
  padding-left: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .members__info-header {
    background: url(../img/common/flag-icon.png) no-repeat center left/2.5rem;
    padding-left: 2.5rem;
  }
}

.members__info-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .members__info-subtitle {
    font-size: 1.375rem;
  }
}

.members__info-title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .members__info-title {
    font-size: 1.25rem;
  }
}

.members__info-items {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 55px;
  margin-left: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .members__info-items {
    margin-left: 0;
  }
}

.members__info-item + .members__info-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .members__info-item + .members__info-item {
    margin-top: 1.25rem;
  }
}

.members__info-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .members__info-item-inner {
    display: block;
    font-size: 1rem;
  }
}

.members__info-item-date {
  text-decoration: underline;
  min-width: 155px;
  min-width: 9.6875rem;
  color: #1C76D9;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .members__info-item-date {
    min-width: unset;
  }
}

.members__info-item-title {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .members__info-item-title {
    margin-top: 0.3125rem;
  }
}

.members__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  gap: 1.4375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .members__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
}

.members__item-inner {
  text-align: center;
  display: block;
  height: 100%;
  min-height: 264px;
  min-height: 16.5rem;
  background: #fff;
  border-radius: 1.25rem;
  border: 3px solid #1c76d9;
  border: 0.1875rem solid #1c76d9;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  padding: 30px 20px 25px;
  padding: 1.875rem 1.25rem 1.5625rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .members__item-inner {
    min-height: unset;
    padding: 1.875rem 1.25rem;
  }
}
.members__item-inner:hover {
  opacity: 1;
  background: #D9EAFF;
}

.members__item-icon {
  max-width: 100%;
  margin: 0 auto;
}
.members__item-icon img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.members__item-title {
  min-height: 62px;
  min-height: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .members__item-title {
    min-height: unset;
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.members__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.56;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .members__item-text {
    font-size: 1rem;
  }
}

/* news-archive */
.news-archive__header {
  background: #F7F7F7;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.news-archive__notice {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .news-archive__notice {
    margin-top: 2.5rem;
  }
}

.news-archive__content {
  padding: 60px 0 140px;
  padding: 3.75rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .news-archive__content {
    padding: 2.5rem 0 5rem;
  }
}

.news-archive__pagination {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .news-archive__pagination {
    margin-top: 3.75rem;
  }
}

/* news-single */
.news-single {
  padding: 200px 0 180px;
  padding: 12.5rem 0 11.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news-single {
    padding: 6.25rem 0 5rem;
  }
}
.news-single::before {
  position: absolute;
  content: "";
  width: 102px;
  width: 6.375rem;
  height: 102px;
  height: 6.375rem;
  left: 90px;
  left: 5.625rem;
  top: 110px;
  top: 6.875rem;
  background: url(../img/news/news-single-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news-single::before {
    display: none;
  }
}

.news-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-single__category span {
  text-align: center;
  display: inline-block;
  width: 148px;
  width: 9.25rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1C76D9;
  background: #fff;
  border: 1px solid #1C76D9;
  border: 0.0625rem solid #1C76D9;
  border-radius: 1.875rem;
  padding: 3px 3px;
  padding: 0.1875rem 0.1875rem;
}
@media screen and (max-width: 767px) {
  .news-single__category span {
    width: 8.125rem;
    font-size: 0.9375rem;
  }
}
.news-single__category span.orange {
  color: #FF9300;
  border-color: #FF9300;
}
.news-single__category span.blue {
  color: #1C76D9;
  border-color: #1C76D9;
}
.news-single__category span.green {
  color: #1F9B45;
  border-color: #1F9B45;
}
.news-single__category span.pink {
  color: #EB6AAF;
  border-color: #EB6AAF;
}

.news-single__date {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #717273;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__date {
    font-size: 0.9375rem;
    padding-right: 0;
  }
}

.news-single__title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  margin: 20px 0 40px;
  margin: 1.25rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}

.news-single__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__content {
    margin-top: 1.25rem;
  }
}
.news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5, .news-single__content h6 {
  font-weight: 700;
  margin: 0;
}
.news-single__content h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #1C76D9;
  border-bottom: 1px solid #1C76D9;
  border-bottom: 0.0625rem solid #1C76D9;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__content h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.news-single__content h2:not(:first-child) {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .news-single__content h2:not(:first-child) {
    margin-top: 3.125rem;
  }
}
.news-single__content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .news-single__content h3 {
    font-size: 1.25rem;
  }
}
.news-single__content h4, .news-single__content h5, .news-single__content h6 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .news-single__content h4, .news-single__content h5, .news-single__content h6 {
    font-size: 1.125rem;
  }
}
.news-single__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .news-single__content p {
    font-size: 1rem;
  }
}
.news-single__content p:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__content p a {
  display: inline-block;
  color: #1C76D9;
  text-decoration: underline;
}
.news-single__content p a[target=_blank] {
  background: url(../img/common/link-icon.png) no-repeat top 8px right/16px;
  background: url(../img/common/link-icon.png) no-repeat top 0.5rem right/1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .news-single__content p a[target=_blank] {
    background-position: top 0.375rem right;
  }
}
.news-single__content figure:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__content .wp-block-image {
  width: 720px;
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
}
.news-single__content img {
  border-radius: 1.25rem;
}
.news-single__content figcaption {
  text-align: center;
  color: #717273;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news-single__content figcaption {
    font-size: 0.9375rem;
  }
}
.news-single__content ul:not(:last-child), .news-single__content ol:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__content ul li {
  padding-left: 1em;
  position: relative;
}
.news-single__content ul li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.news-single__content ol {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.news-single__content ol li {
  list-style: decimal;
}
.news-single__content ol li::marker {
  font-weight: 700;
}
.news-single__content li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .news-single__content li {
    font-size: 1rem;
  }
}
.news-single__content li:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .news-single__content li:not(:first-child) {
    margin-top: 0.3125rem;
  }
}
.news-single__content .wp-block-table {
  width: 100%;
}
.news-single__content .wp-block-table:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 3px solid #F7F7F7;
  border: 0.1875rem solid #F7F7F7;
  border-radius: 1.25rem;
}
.news-single__content table tr:not(:first-child) td {
  border-top: 3px solid #F7F7F7;
  border-top: 0.1875rem solid #F7F7F7;
}
.news-single__content table th, .news-single__content table td {
  font-size: 18px;
  font-size: 1.125rem;
  border: none;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .news-single__content table th, .news-single__content table td {
    font-size: 1rem;
    padding: 0.9375rem 1.25rem;
  }
}
.news-single__content table td {
  background: #fff;
}
.news-single__content table td:first-child {
  background: #FBFBFB;
  color: #1C76D9;
  font-weight: 700;
}
.news-single__content table td a {
  display: inline-block;
  color: #1C76D9;
  text-decoration: underline;
}
.news-single__content table td a[target=_blank] {
  background: url(../img/common/link-icon.png) no-repeat top 8px right/16px;
  background: url(../img/common/link-icon.png) no-repeat top 0.5rem right/1rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__content table td a[target=_blank] {
    background-position: top 0.375rem right;
  }
}
.news-single__content .wp-block-buttons:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__content .wp-block-button {
    width: 100%;
  }
}
.news-single__content .wp-block-button.pdf .wp-block-button__link {
  padding-right: 85px;
  padding-right: 5.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-single__content .wp-block-button.pdf .wp-block-button__link {
    padding-right: 2.5rem;
  }
}
.news-single__content .wp-block-button.pdf .wp-block-button__link::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 28px;
  height: 1.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/pdf-icon.png) no-repeat center/contain;
  right: 40px;
  right: 2.5rem;
}
.news-single__content .wp-block-button__link {
  display: block;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 13px 30px;
  padding: 0.8125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .news-single__content .wp-block-button__link {
    font-size: 1rem;
    margin: 0 auto;
    padding: 0.9375rem 1.25rem;
  }
}
.news-single__content .wp-block-group {
  border-radius: 0.625rem;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__content .wp-block-group {
    padding: 1.25rem;
  }
}
.news-single__content .wp-block-group:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__content .wp-block-group p:not(:last-child) {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news-single__content .wp-block-group p.pdf {
  background: #fff;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
}
.news-single__content .wp-block-group a[target=_blank] {
  text-decoration: none;
  background: url(../img/common/pdf-icon.png) no-repeat center right/24px;
  background: url(../img/common/pdf-icon.png) no-repeat center right/1.5rem;
  padding-right: 34px;
  padding-right: 2.125rem;
}
.news-single__content .wp-block-quote {
  border: 3px solid #F7F7F7;
  border: 0.1875rem solid #F7F7F7;
  border-radius: 0.625rem;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
}
.news-single__content .wp-block-quote:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.news-single__btn {
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .news-single__btn {
    margin-top: 3.75rem;
  }
}

.news-single__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__links {
    margin-top: 3.75rem;
  }
}

.news-single__link {
  width: 150px;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .news-single__link {
    width: 8.125rem;
  }
}
.news-single__link a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  background: #F7F7F7;
  border-radius: 0.625rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-single__link a {
    font-size: 1rem;
  }
}
.news-single__link a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 13px;
  height: 0.8125rem;
}

.news-single__prev {
  text-align: right;
}
.news-single__prev a::before {
  background: url(../img/common/prev-icon.png) no-repeat center/contain;
  left: 20px;
  left: 1.25rem;
}

.news-single__next a::before {
  background: url(../img/common/next-icon.png) no-repeat center/contain;
  right: 20px;
  right: 1.25rem;
}

/* notfound */
.notfound {
  padding: 200px 0;
  padding: 12.5rem 0;
}

/* thanks */
.thanks {
  text-align: center;
  padding: 260px 0 120px;
  padding: 16.25rem 0 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 9.375rem 0 5rem;
  }
}
.thanks::before {
  position: absolute;
  content: "";
  width: 102px;
  width: 6.375rem;
  height: 102px;
  height: 6.375rem;
  top: 110px;
  top: 6.875rem;
  left: 90px;
  left: 5.625rem;
  background: url(../img/common/mv-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .thanks::before {
    display: none;
  }
}

.thanks__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 1.625rem;
  }
}

.thanks__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 1.125rem;
  }
}

.thanks__download {
  text-align: left;
  display: block;
  width: 398px;
  width: 24.875rem;
  max-width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background: #FF9300;
  border-radius: 3.125rem;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
  padding: 14px 37px;
  padding: 0.875rem 2.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks__download {
    font-size: 1.25rem;
    padding: 0.9375rem 1.875rem;
  }
}
.thanks__download::after {
  position: absolute;
  content: "";
  width: 26px;
  width: 1.625rem;
  height: 31px;
  height: 1.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 37px;
  right: 2.3125rem;
  background: url(../img/common/pdf-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .thanks__download::after {
    right: 1.875rem;
  }
}

.thanks__icon {
  width: 108px;
  width: 6.75rem;
  max-width: 100%;
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .thanks__icon {
    margin-top: 3.75rem;
  }
}

.thanks__btn {
  font-size: 24px;
  font-size: 1.5rem;
  width: 240px;
  width: 15rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    font-size: 1.25rem;
  }
}

/* modal */
.modal {
  display: none;
  z-index: 100;
  position: relative;
}
.modal.is-open {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(28, 118, 217, .7);
  left: 0;
  top: 0;
  z-index: 100;
}

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 1100px;
  width: 68.75rem;
  max-width: 90%;
  max-height: 90vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 1.25rem;
  border: 6px solid #D9EAFF;
  border: 0.375rem solid #D9EAFF;
  z-index: 100;
  overflow-y: auto;
  padding: 100px 80px 80px;
  padding: 6.25rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .modal__content {
    display: block;
    padding: 1.25rem 1.25rem;
  }
}

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

.modal__img {
  width: 238px;
  width: 14.875rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal__img {
    width: 6.25rem;
  }
}

.modal__caption {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #717273;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .modal__caption {
    font-size: 0.9375rem;
  }
}

.modal__body {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .modal__body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.modal__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1C76D9;
  line-height: 1.92;
}
@media screen and (max-width: 767px) {
  .modal__title {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.modal__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .modal__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }
}

.modal__close {
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 14px;
  top: 0.875rem;
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
  border-radius: 50%;
  background: url(../img/common/close-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.625rem;
    right: 0.625rem;
  }
}
.modal__close:hover {
  opacity: 1;
}

/* top-merit */
.top-merit .merit__items {
  position: relative;
  z-index: 1;
}
.top-merit .merit__items::before {
  position: absolute;
  content: "";
  width: 170px;
  width: 10.625rem;
  height: 170px;
  height: 10.625rem;
  left: 260px;
  left: 16.25rem;
  top: 20px;
  top: 1.25rem;
  background: url(../img/top/top-merit-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-merit .merit__items::before {
    display: none;
  }
}

/* top-mv */
.top-mv {
  text-align: center;
  padding: 200px 0 140px;
  padding: 12.5rem 0 8.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding-bottom: 5rem;
  }
  .top-mv .l-inner {
    padding: 0 0.625rem;
  }
}
.top-mv::before {
  position: absolute;
  content: "";
  width: 1870px;
  width: 116.875rem;
  height: 970px;
  height: 60.625rem;
  top: 30px;
  top: 1.875rem;
  left: 41%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/top/top-mv-bg01_pc.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-mv::before {
    width: 31.25rem;
    height: 62.5rem;
    top: -1.875rem;
    left: 42%;
    background: url(../img/top/top-mv-bg01_sp.png) no-repeat center/contain;
  }
}

.top-mv__subtitle {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1C76D9;
}

.top-mv__title {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 62px;
  font-size: 3.875rem;
  font-weight: 700;
  color: #1C76D9;
  line-height: 1.3;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 2rem;
    margin-top: 0.3125rem;
  }
}
.top-mv__title span {
  display: inline-block;
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (max-width: 767px) {
  .top-mv__title span {
    font-size: 2.25rem;
  }
}
.top-mv__title span:nth-child(2) {
  margin-left: -30px;
  margin-left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .top-mv__title span:nth-child(2) {
    margin-left: -0.625rem;
  }
}

.top-mv__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 600;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    margin-top: 2.1875rem;
  }
}

.top-mv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-mv__items {
    margin-top: 13.125rem;
  }
}

.top-mv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  width: 13.125rem;
  min-height: 210px;
  min-height: 13.125rem;
  background: url(../img/top/top-mv-bg02_pc.png) no-repeat center/contain;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-mv__item {
    width: 7.875rem;
    min-height: 7.875rem;
    background: url(../img/top/top-mv-bg02_sp.png) no-repeat center/contain;
    padding-top: 0.3125rem;
  }
}
.top-mv__item:first-child .top-mv__item-icon {
  width: 108px;
  width: 6.75rem;
}
@media screen and (max-width: 767px) {
  .top-mv__item:first-child .top-mv__item-icon {
    width: 4.0625rem;
  }
}
.top-mv__item:nth-child(2) {
  margin: 0 -20px;
  margin: 0 -1.25rem;
}
@media screen and (max-width: 767px) {
  .top-mv__item:nth-child(2) {
    margin: 0 -0.625rem;
  }
}
.top-mv__item:nth-child(2) .top-mv__item-icon {
  width: 56px;
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .top-mv__item:nth-child(2) .top-mv__item-icon {
    width: 2.125rem;
  }
}
.top-mv__item:nth-child(3) .top-mv__item-icon {
  width: 56px;
  width: 3.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-mv__item:nth-child(3) .top-mv__item-icon {
    width: 2.125rem;
    margin-top: 0.625rem;
  }
}

.top-mv__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1C76D9;
}
@media screen and (max-width: 767px) {
  .top-mv__item-text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.top-mv__item-icon {
  max-width: 100%;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-mv__item-icon {
    margin-top: 0.3125rem;
  }
}

.top-mv__box {
  position: absolute;
  bottom: 92px;
  bottom: 5.75rem;
  right: 30px;
  right: 1.875rem;
  width: 380px;
  width: 23.75rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  background: rgba(255, 252, 222, .86);
  border: 3px solid #fff;
  border: 0.1875rem solid #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .12);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .12);
  padding: 16px 10px;
  padding: 1rem 0.625rem;
}
@media screen and (max-width: 1200px) {
  .top-mv__box {
    bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__box {
    display: none;
  }
}

.top-mv__box-title {
  font-weight: 600;
  background: url(../img/common/comment-icon.png) no-repeat center top/28px;
  background: url(../img/common/comment-icon.png) no-repeat center top/1.75rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  white-space: nowrap;
}

.top-mv__box-text {
  text-align: left;
  display: block;
  font-weight: 600;
  line-height: 1.75;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-mv__box-text::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 50px;
  height: 3.125rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
}

/* top-news */
.top-news {
  padding: 95px 0 100px;
  padding: 5.9375rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 3.75rem 0 4.375rem;
  }
}
.top-news::before, .top-news::after {
  position: absolute;
  content: "";
}
.top-news::before {
  background: -webkit-gradient(linear, left top, right top, from(#edf5ff), to(#bfdeff));
  background: linear-gradient(to right, #edf5ff 0%, #bfdeff 100%);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .top-news::before {
    display: block;
    width: 100%;
    border-radius: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#edf5ff), to(#bfdeff));
    background: linear-gradient(to top, #edf5ff 0%, #bfdeff 100%);
    opacity: 0.3;
  }
}
.top-news .heading {
  display: block;
}
.top-news .lead {
  text-align: left;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-news .lead {
    margin-top: 0.9375rem;
  }
}

.top-news__inner {
  position: relative;
}
.top-news__inner::before, .top-news__inner::after {
  position: absolute;
  content: "";
}
.top-news__inner::before {
  width: 110px;
  width: 6.875rem;
  height: 110px;
  height: 6.875rem;
  top: -10px;
  top: -0.625rem;
  left: -110px;
  left: -6.875rem;
  background: url(../img/top/top-news-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-news__inner::before {
    top: 0.625rem;
    left: 1.25rem;
  }
}
.top-news__inner::after {
  width: 210px;
  width: 13.125rem;
  height: 210px;
  height: 13.125rem;
  right: -120px;
  right: -7.5rem;
  top: 60px;
  top: 3.75rem;
  background: url(../img/top/top-news-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-news__inner::after {
    top: unset;
    bottom: -6.25rem;
    right: -5rem;
  }
}

.top-news__wrapper {
  padding: 0 80px;
  padding: 0 5rem;
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news__wrapper {
    margin-top: 3.125rem;
    padding: 0;
  }
}
.top-news__wrapper::before {
  position: absolute;
  content: "";
  width: 168px;
  width: 10.5rem;
  height: 108px;
  height: 6.75rem;
  top: -100px;
  top: -6.25rem;
  right: 35px;
  right: 2.1875rem;
  background: url(../img/top/top-news-icon.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-news__wrapper::before {
    display: none;
  }
}

.top-news__notice {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.top-news__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-news__contents {
    margin-top: 1.25rem;
  }
}
.top-news__contents .news__item-title {
  margin-left: 50px;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-news__contents .news__item-title {
    margin-left: 0;
  }
}

.top-news__content {
  display: none;
}
.top-news__content.active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* top-result */
@media screen and (max-width: 767px) {
  .top-result .subtitle {
    font-size: 1.375rem;
    background-position: left top 0.875rem;
  }
}

/* top-voice */
.top-voice {
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding: 4.375rem 0 3.75rem;
  }
}
.top-voice .l-cards {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top-voice .l-cards {
    margin-top: 1.875rem;
  }
}
.top-voice .card:nth-child(n+5) {
  display: none;
}

/* top-youtube */
.top-youtube {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-youtube {
    background: none;
    padding: 0;
    margin-top: 0;
  }
}

/* voice */
.voice {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .voice {
    background: -webkit-gradient(linear, left bottom, left top, from(#edf5ff), to(#1c76d9));
    background: linear-gradient(to top, #edf5ff 0%, #1c76d9 100%);
    padding: 3.75rem 0;
  }
}
.voice::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf5ff), to(#80b5f0));
  background: linear-gradient(#edf5ff 0%, #80b5f0 100%);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .voice::before {
    display: none;
  }
}
.voice .title {
  color: #1C76D9;
}

.voice__cards {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .voice__cards {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .voice__youtube {
    padding: 0;
  }
}

.voice__cv {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 200px 0 160px;
  padding: 12.5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .voice__cv {
    padding: 10rem 0 3.75rem;
  }
}
.voice__cv::before {
  width: 1674px;
  width: 104.625rem;
  height: 573px;
  height: 35.8125rem;
  background: url(../img/common/cv-bg04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .voice__cv::before {
    width: 29.6875rem;
    height: 17.5rem;
    background: url(../img/common/cv-bg_sp.png) no-repeat center/contain;
  }
}
.voice__cv .title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__cv .title {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */
