@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

[hidden] {
  display: none;
}

.about__inner, .about__wrap, .entry__inner, .cont__container {
  box-sizing: content-box !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .about__inner, .about__wrap, .entry__inner, .cont__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about__link, .about__btn, .header__logo, .award__btn, .entry__btn {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.about__link:hover, .about__btn:hover, .header__logo:hover, .award__btn:hover, .entry__btn:hover {
  opacity: 0.7;
}

.about__bg-top::before, .about__bg-btm::before, .about__wrap::after, .entry__bg::before, .entry__bg::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.award__btn, .entry__btn {
  display: block;
  width: 400px;
  margin: 0 auto;
  background-color: #0068b7;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .award__btn, .entry__btn {
    max-width: 240px;
    width: 100%;
    border-radius: 25px;
  }
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/notosansjp-400.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/notosansjp-700.woff2") format("woff2");
}
/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* header:start */
.header {
  position: relative;
  z-index: 1;
  padding: 15px 0 16px;
  box-shadow: 0px 0px 20px 0 rgba(51, 51, 51, 0.12);
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2.4% 0;
    box-shadow: 0px 0px 2.6666666667vw 0 rgba(51, 51, 51, 0.12);
  }
}
.header__logo {
  display: block;
  width: 226px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 33.6%;
  }
}

/* header:end */
/* kv:start */
.kv {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .kv {
    max-width: 100%;
  }
}

/* kv:end */
.entry::after, .entry::before {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(200, 244, 255) 90%);
  width: 100%;
}

/* entry:start */
.entry {
  position: relative;
  overflow: hidden;
  padding: 120px 0 315px;
}
@media screen and (max-width: 768px) {
  .entry {
    overflow: visible;
    padding: 50px 0 80px;
  }
}
.entry::before {
  top: 0;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .entry::before {
    height: 50px;
  }
}
.entry::after {
  transform: scaleY(-1);
  bottom: 0;
  height: 335px;
}
@media screen and (max-width: 768px) {
  .entry::after {
    height: 80px;
  }
}
.entry__bg {
  position: relative;
}
.entry__bg::before {
  top: 0;
  left: 0;
  width: 683px;
  height: 296px;
  background-image: url(../images/pc/cont_bg_dec-01.png);
}
@media screen and (max-width: 980px) {
  .entry__bg::before {
    width: 69.693877551vw;
    height: 30.2040816327vw;
  }
}
@media screen and (max-width: 768px) {
  .entry__bg::before {
    max-width: 164px;
    width: 100%;
    height: 70px;
    background-image: url(../images/sp/cont_bg_dec-01.png);
  }
}
.entry__bg::after {
  bottom: 13px;
  right: 0;
  z-index: 1;
  width: 764px;
  height: 247px;
  background-image: url(../images/pc/cont_bg_dec-02.png);
}
@media screen and (max-width: 980px) {
  .entry__bg::after {
    width: 77.9591836735vw;
    height: 25.2040816327vw;
  }
}
@media screen and (max-width: 768px) {
  .entry__bg::after {
    bottom: -10px;
    max-width: 190px;
    width: 100%;
    height: 61px;
    background-image: url(../images/sp/cont_bg_dec-02.png);
  }
}
.entry__inner {
  padding-top: 385px;
  padding-bottom: 350px;
}
@media screen and (max-width: 980px) {
  .entry__inner {
    padding-top: 39.2857142857vw;
    padding-bottom: 35.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .entry__inner {
    padding-top: 95px;
    padding-bottom: 82px;
  }
}
.entry__ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .entry__ttl {
    margin-bottom: 22px;
  }
}
.entry__txt {
  margin: 0 -6px 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.9166666667;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .entry__txt {
    margin: 0 -10px 25px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.entry__txt-blue {
  display: inline-block;
  margin-top: -5px;
  font-size: 1.2em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .entry__txt-blue {
    margin: -5px 0;
  }
}
.entry__period {
  max-width: 750px;
  margin: 0 auto 50px;
  padding: 13px 5px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4285714286;
  color: #0068b7;
  border: 2px solid #0068b7;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .entry__period {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .entry__period {
    max-width: 335px;
    width: 100%;
    margin-bottom: 30px;
    padding: 7px 0;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    border-width: 1px;
    border-radius: 5px;
  }
}
/* entry:end */
.award__inner::after, .award__inner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 216px;
  background-image: url(../images/pc/cont_bg_award.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1921px) {
  .award__inner::after, .award__inner::before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .award__inner::after, .award__inner::before {
    height: 8vw;
    background-image: url(../images/sp/cont_bg_award.png);
  }
}

.award__ttl::after, .award__ttl::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 31px;
  height: 49px;
  background-image: url(../images/pc/cont_ttl_dec_award.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .award__ttl::after, .award__ttl::before {
    bottom: -0.6666666667vw;
    width: 4.2666666667vw;
    height: 6.6666666667vw;
    background-image: url(../images/sp/cont_ttl_dec_award.png);
  }
}

@media screen and (max-width: 980px) {
  .award__img--passport, .award__img {
    width: 30.3267973856%;
  }
}
@media screen and (max-width: 768px) {
  .award__img--passport, .award__img {
    width: 100%;
    margin-bottom: 6.4814814815%;
  }
}

.award__count--yellow, .award__count--blue, .award__count--pink {
  margin: -10px 0 30px;
  font-size: 2.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .award__count--yellow, .award__count--blue, .award__count--pink {
    text-align: center;
    margin: 0 0 5.5555555556%;
    font-size: 4.8vw;
  }
}

/* award:start */
.award {
  background-color: #d4e5a0;
}
.award__inner {
  position: relative;
  margin: -85px 0 215px;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .award__inner {
    margin: 0;
    padding-top: 6.6666666667%;
    padding-bottom: 8%;
  }
}
.award__inner::before {
  top: -130px;
}
@media screen and (max-width: 768px) {
  .award__inner::before {
    top: -8vw;
  }
}
.award__inner::after {
  bottom: -215px;
  transform: scaleY(-1);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .award__inner::after {
    bottom: -7.8666666667vw;
  }
}
.award__wrap {
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .award__wrap {
    margin-bottom: 10.447761194%;
  }
}
.award__ttl {
  position: relative;
  display: inline-block;
  font-size: 4.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00974e;
}
@media screen and (max-width: 768px) {
  .award__ttl {
    font-size: 5.8666666667vw;
  }
}
.award__ttl::before {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .award__ttl::before {
    left: -6vw;
  }
}
.award__ttl::after {
  transform: scaleX(-1);
  right: -40px;
}
@media screen and (max-width: 768px) {
  .award__ttl::after {
    right: -6vw;
  }
}
.award__ttl-num {
  font-size: 1.4em;
}
.award__ttl-large {
  font-size: 1.2em;
}
.award__box {
  position: relative;
  padding: 55px 75px 60px 60px;
  background-color: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .award__box {
    width: 89.552238806%;
    margin: 0 auto;
    padding: 8.9552238806% 4.4776119403% 8.2089552239%;
    border-radius: 4vw;
  }
}
.award__box + .award__box {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .award__box + .award__box {
    margin-top: 9.8507462687%;
  }
}
.award__icon {
  position: absolute;
  top: -26px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .award__icon {
    top: -3.4666666667vw;
    left: -4.6666666667vw;
    width: 18.9333333333vw;
  }
}
.award__head {
  text-align: center;
  margin-left: 10px;
  margin-bottom: 35px;
  padding: 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4166666667;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .award__head {
    margin-left: 0;
    margin-bottom: 1.8518518519%;
    padding: 0;
    font-size: 4vw;
    line-height: 1.3333333333;
  }
}
.award__area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .award__area {
    flex-direction: column;
  }
}
.award__img--passport {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .award__img--passport {
    margin-top: 0;
  }
}
.award__txtarea {
  width: 490px;
}
@media screen and (max-width: 980px) {
  .award__txtarea {
    width: 64.0522875817%;
  }
}
@media screen and (max-width: 768px) {
  .award__txtarea {
    width: 100%;
  }
}
.award__count--pink {
  color: #fe607b;
}
.award__count--blue {
  color: #45a6d3;
}
.award__count--yellow {
  color: #f5a700;
}
.award__count-num {
  font-size: 1.5em;
}
.award__count-small {
  font-size: 0.8em;
}
.award__count-person {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .award__count-person {
    font-size: 2.4vw;
  }
}
.award__detail {
  margin-bottom: 20px;
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.7;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .award__detail {
    text-align: center;
    margin: 0 -3.7037037037% 4.6296296296%;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.award__note {
  margin-left: -3px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  color: #4c4948;
}
@media screen and (min-width: 769px) {
  .award__note {
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .award__note {
    text-align: center;
    margin-left: 0;
    font-size: 2.6666666667vw;
  }
}
.award__note-period {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .award__note-period {
    margin-top: 1.1111111111%;
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
}
.award__note-top {
  text-align: center;
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 2.125;
  font-feature-settings: "palt";
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .award__note-top {
    margin-top: 5.9701492537%;
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
}
.award__btn {
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .award__btn {
    position: static;
    transform: none;
    margin-top: 11.9402985075%;
  }
}

/* award:end */
/* about:start */
.about {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    overflow: visible;
  }
}
.about__bg-top {
  position: relative;
}
.about__bg-top::before {
  top: 30px;
  right: 0;
  width: 735px;
  height: 291px;
  background-image: url(../images/pc/cont_bg_dec-03.png);
}
@media screen and (max-width: 980px) {
  .about__bg-top::before {
    width: 75vw;
    height: 29.693877551vw;
  }
}
@media screen and (max-width: 768px) {
  .about__bg-top::before {
    top: 55px;
    max-width: 197px;
    width: 100%;
    height: 82px;
    background-image: url(../images/sp/cont_bg_dec-03.png);
  }
}
.about__bg-btm {
  position: relative;
}
.about__bg-btm::before {
  top: 80px;
  left: 0;
  width: 783px;
  height: 297px;
  background-image: url(../images/pc/cont_bg_dec-04.png);
}
@media screen and (max-width: 980px) {
  .about__bg-btm::before {
    width: 79.8979591837vw;
    height: 30.306122449vw;
  }
}
@media screen and (max-width: 768px) {
  .about__bg-btm::before {
    top: 30px;
    max-width: 205px;
    width: 100%;
    height: 75px;
    background-image: url(../images/sp/cont_bg_dec-04.png);
  }
}
.about__inner {
  padding-top: 395px;
}
@media screen and (max-width: 980px) {
  .about__inner {
    padding-top: 40.306122449vw;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding-top: 153px;
  }
}
.about__ttl {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
  font-size: 3.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.7647058824;
  color: #0068b7;
  border-bottom: 2px solid #0068b7;
}
@media screen and (max-width: 768px) {
  .about__ttl {
    width: 89.552238806%;
    margin: 0 auto 20px;
    padding-left: 5px;
    padding-bottom: 15px;
    font-size: 4.8vw;
    line-height: 1.6666666667;
    border-bottom-width: 0.2666666667vw;
  }
}
.about__detail {
  margin-bottom: 55px;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  line-height: 1.6666666667;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .about__detail {
    width: 89.552238806%;
    margin: 0 auto 28px;
    font-size: 1.2rem;
  }
}
.about__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 585px;
  margin: 0 auto 50px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .about__area {
    max-width: 282px;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 133px;
    margin-right: 22px;
  }
}
.about__txtarea {
  width: 275px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about__txtarea {
    max-width: 128px;
    width: 100%;
  }
}
.about__character {
  position: relative;
  margin-bottom: 7px;
  padding: 0 0 18px 5px;
  font-size: 2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .about__character {
    margin-bottom: 5px;
    padding: 0 0 10px 0;
    font-size: 1rem;
  }
}
.about__character::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 256px;
  height: 5px;
  background-image: url(../images/pc/cont_line_about.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about__character::before {
    left: -4px;
    width: 100%;
    height: 3px;
    background-image: url(../images/sp/cont_line_about.png);
    background-size: contain;
  }
}
.about__character-green {
  letter-spacing: 0.1em;
}
.about__character-year {
  letter-spacing: 0.04em;
}
.about__character-large {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .about__character-large {
    font-size: 1.1rem;
  }
}
.about__name {
  font-size: 3.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .about__name {
    margin-left: -3px;
    font-size: 1.8rem;
  }
}
.about__info {
  text-align: center;
  padding-right: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.6923076923;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .about__info {
    margin: 0 -5px;
    padding-right: 7px;
    font-size: 1.3rem;
  }
}
.about__wrap {
  position: relative;
  padding-top: 480px;
  padding-bottom: 495px;
}
@media screen and (max-width: 980px) {
  .about__wrap {
    padding-top: 48.9795918367vw;
  }
}
@media screen and (max-width: 768px) {
  .about__wrap {
    padding-top: 145px;
    padding-bottom: 155px;
  }
}
.about__wrap::after {
  bottom: -53px;
  right: -430px;
  z-index: -1;
  width: 1468px;
  height: 489px;
  background-image: url(../images/pc/cont_bg_dec-05.png);
}
@media screen and (max-width: 768px) {
  .about__wrap::after {
    bottom: -14px;
    right: 0;
    width: 100%;
    height: 141px;
    background-image: url(../images/sp/cont_bg_dec-05.png);
    background-size: cover;
  }
}
.about__box {
  margin-bottom: 70px;
  padding: 55px 40px;
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #4c4948;
  background-color: #e0f9ff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .about__box {
    margin-bottom: 35px;
    padding: 25px 17px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    border-radius: 15px;
  }
}
.about__note {
  text-indent: -1em;
  padding-left: 1em;
}
.about__list {
  text-indent: -0.5em;
  margin-left: 5px;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .about__list {
    margin-left: 3px;
  }
}
.about__award {
  text-indent: -2.4em;
  padding-left: 2.4em;
}
.about__link {
  color: #0068b7;
}
.about__inquiry {
  text-align: center;
  margin-bottom: 75px;
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.7;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .about__inquiry {
    margin-bottom: 35px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.about__btn {
  display: block;
  width: 540px;
  margin: 0 auto 25px;
  background-color: #00a28f;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .about__btn {
    max-width: 270px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
  }
}
.about__bobun {
  text-align: center;
  font-size: 1.8rem;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .about__bobun {
    font-size: 1rem;
  }
}
.about__bobun-num {
  font-family: "メイリオ", serif;
}

/* about:end */
/* footer:start */
.footer {
  padding: 45px 0 180px;
  background-color: #00a18f;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 3.3333333333% 0 10.6666666667%;
  }
}
.footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.footer__copyright-expo {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__copyright-expo {
    margin-bottom: 2.6666666667%;
  }
}

/* footer:end */