@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
/*---RESET---------------------------------------------------------------------------------------------------------------------*/
body {
  margin: 0 auto;
  padding: 0;
  color: #0A0A0A;
  background: #fff;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  transform: none;
  overflow: visible;
  opacity: 0 !important;
  transition: opacity 2.5s ease;
}

html {
  margin: 0 auto;
  padding: 0;
  font-size: 0.95vw;
  line-height: 1.85vw;
  letter-spacing: 0vw;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.85vw;
    line-height: 7.15vw;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, ol, ul, li, dl, dt, dd, p {
  display: block;
  box-sizing: border-box;
}

fieldset {
  border: none;
}

::-moz-selection {
  background: #fff;
  color: #0A0A0A;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

a img, a {
  transition: all 0.4s ease;
}

ol, ul {
  list-style: none;
}

li img {
  vertical-align: top;
}

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

address {
  font-style: inherit;
}

a {
  text-decoration: none;
  transition: .6s;
}

a[href^='tel:'] {
  pointer-events: auto;
  color: #0A0A0A;
}

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

.clear {
  zoom: 100%;
}

.clear:after,
hr:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

button {
  border: 0;
  transition: .6s;
  cursor: pointer;
}
button:hover {
  opacity: .65;
}

.mb--5 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mb--5 {
    margin-bottom: 3.5vw;
  }
}

.mb--10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mb--10 {
    margin-bottom: 7vw;
  }
}

.mb--15 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mb--15 {
    margin-bottom: 10.5vw;
  }
}

.mb--20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mb--20 {
    margin-bottom: 14vw;
  }
}

.mb--25 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mb--25 {
    margin-bottom: 17.5vw;
  }
}

.mb--30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .mb--30 {
    margin-bottom: 21vw;
  }
}

.mb--35 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .mb--35 {
    margin-bottom: 24.5vw;
  }
}

.mb--40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mb--40 {
    margin-bottom: 28vw;
  }
}

.mb--45 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mb--45 {
    margin-bottom: 31.5vw;
  }
}

.mb--50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mb--50 {
    margin-bottom: 35vw;
  }
}

.mb--55 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .mb--55 {
    margin-bottom: 38.5vw;
  }
}

.mb--60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mb--60 {
    margin-bottom: 42vw;
  }
}

.mb--65 {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .mb--65 {
    margin-bottom: 45.5vw;
  }
}

.mb--70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .mb--70 {
    margin-bottom: 49vw;
  }
}

.mb--75 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mb--75 {
    margin-bottom: 52.5vw;
  }
}

.mb--80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mb--80 {
    margin-bottom: 56vw;
  }
}

.mb--85 {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .mb--85 {
    margin-bottom: 59.5vw;
  }
}

.mb--90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .mb--90 {
    margin-bottom: 63vw;
  }
}

.mb--95 {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .mb--95 {
    margin-bottom: 66.5vw;
  }
}

.mb--100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mb--100 {
    margin-bottom: 70vw;
  }
}

.mb--5 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mb--5 {
    margin-bottom: 3.5vw;
  }
}

.mb--10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mb--10 {
    margin-bottom: 7vw;
  }
}

.mb--15 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mb--15 {
    margin-bottom: 10.5vw;
  }
}

.mb--20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mb--20 {
    margin-bottom: 14vw;
  }
}

.mb--25 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .mb--25 {
    margin-bottom: 17.5vw;
  }
}

.mb--30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .mb--30 {
    margin-bottom: 21vw;
  }
}

.mb--35 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .mb--35 {
    margin-bottom: 24.5vw;
  }
}

.mb--40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mb--40 {
    margin-bottom: 28vw;
  }
}

.mb--45 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mb--45 {
    margin-bottom: 31.5vw;
  }
}

.mb--50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mb--50 {
    margin-bottom: 35vw;
  }
}

.mb--55 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .mb--55 {
    margin-bottom: 38.5vw;
  }
}

.mb--60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mb--60 {
    margin-bottom: 42vw;
  }
}

.mb--65 {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .mb--65 {
    margin-bottom: 45.5vw;
  }
}

.mb--70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .mb--70 {
    margin-bottom: 49vw;
  }
}

.mb--75 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mb--75 {
    margin-bottom: 52.5vw;
  }
}

.mb--80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mb--80 {
    margin-bottom: 56vw;
  }
}

.mb--85 {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .mb--85 {
    margin-bottom: 59.5vw;
  }
}

.mb--90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .mb--90 {
    margin-bottom: 63vw;
  }
}

.mb--95 {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .mb--95 {
    margin-bottom: 66.5vw;
  }
}

.mb--100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mb--100 {
    margin-bottom: 70vw;
  }
}

em {
  font-style: normal;
}

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

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

.reverse {
  flex-direction: row-reverse;
}

.inner {
  max-width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 6.5vw;
    max-width: 100%;
  }
}

/* 初期状態：非表示（プリロード中） */
body.is-loaded {
  opacity: 1 !important;
  transition: opacity 1.5s ease;
}

/*head--------------------------------*/
.head {
  background-image: url("../images/kv-bg.jpg");
  background-size: cover;
  position: relative;
}
@supports (background-image: url("../images/kv-bg.webp")) {
  .head {
    background-image: url("../images/kv-bg.webp");
  }
}
@media screen and (max-width: 767px) {
  .head {
    background-image: url("../images/kv-bg_sp.jpg");
    background-size: cover;
  }
  @supports (background-image: url("../images/kv-bg_sp.webp")) {
    .head {
      background-image: url("../images/kv-bg_sp.webp");
    }
  }
}
.head::before {
  content: "";
  display: block;
  width: 65%;
  height: 11vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #48B8B1;
}
@media screen and (max-width: 767px) {
  .head::before {
    content: unset;
  }
}
.head > .inner {
  position: relative;
  padding-top: 5vw;
}
@media screen and (max-width: 767px) {
  .head > .inner {
    padding: 8.5vw 0 0;
  }
}
.head__title {
  color: #fff;
  font-weight: 900;
  font-size: 2.15vw;
  line-height: 3.15vw;
  margin-bottom: 3.5vw;
}
@media screen and (max-width: 767px) {
  .head__title {
    font-size: 7.5vw;
    line-height: 11vw;
    text-align: center;
    margin: 0 0 5vw 2vw;
  }
}
.head__txt {
  color: #fff;
  padding-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .head__txt {
    font-size: 4.25vw;
    line-height: 7.5vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .head__txt--wrap {
    padding: 5vw 4vw 8vw;
    background: #48B8B1;
    position: relative;
    z-index: 8;
  }
}
.head__wrap {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .head__wrap {
    width: 100%;
  }
}
.head__logo {
  width: 55%;
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .head__logo {
    display: block;
    width: 75%;
    margin: 0 auto 2vw;
    transform: translateX(-2vw);
  }
}
.head__logo--wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .head__logo--wrap {
    margin-bottom: 2.5vw;
    display: block;
  }
}
.head__read {
  background: #FC4B4B;
  text-align: center;
  color: #fff;
  padding: .15vw 1vw;
  font-size: .95vw;
  font-weight: 900;
  border-radius: 2vw;
}
@media screen and (max-width: 767px) {
  .head__read {
    padding: 1.25vw 0;
    font-size: 3.75vw;
    border-radius: 10vw;
    display: block;
    width: 55%;
    text-align: center;
    margin: 0 auto 3.5vw;
  }
}
.head__app--wrap {
  width: 58%;
  position: absolute;
  right: -11.5vw;
  top: 2.25vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .head__app--wrap {
    width: 90%;
    margin: 0 auto;
    position: static;
  }
}
.head__app--icon {
  z-index: 3;
  width: 53%;
}
@media screen and (max-width: 767px) {
  .head__app--icon {
    width: 68%;
  }
}
.head__app--charactor {
  z-index: 5;
  width: 80%;
  margin-left: -4vw;
}
@media screen and (max-width: 767px) {
  .head__app--charactor {
    width: 100%;
    margin-left: -8vw;
  }
}

/*app--------------------------------*/
.app {
  background: #fff;
  padding: 1.35vw 0;
}
@media screen and (max-width: 767px) {
  .app {
    padding: 10vw 0;
  }
}
.app__title {
  color: #005A77;
  font-size: 1.25vw;
  font-weight: 800;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .app__title {
    font-size: 5.5vw;
    line-height: 7.5vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}
.app__list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .app__list {
    display: flex;
    justify-content: space-between;
  }
}
.app__list li {
  margin-right: 1vw;
}
.app__list li:nth-child(3) img {
  height: 4vw;
}
@media screen and (max-width: 767px) {
  .app__list li {
    margin-right: 0;
  }
}
.app__list li img {
  height: 3.5vw;
}
@media screen and (max-width: 767px) {
  .app__list li img {
    height: 13.5vw;
  }
}

/*function--------------------------------*/
.function {
  background: #48B8B1;
  padding: 3.5vw 0 5vw;
  color: #fff;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .function {
    padding: 10vw 0 5vw;
  }
}
.function__title {
  font-size: 2.25vw;
  text-align: center;
  font-weight: 800;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 767px) {
  .function__title {
    font-size: 6.75vw;
    line-height: 9vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}
.function__desc {
  text-align: center;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 767px) {
  .function__desc {
    margin-bottom: 8.5vw;
    text-align: left;
  }
}
.function__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .function__list {
    display: block;
  }
}
.function__list li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .function__list li {
    width: 100%;
    margin-bottom: 12.5vw;
  }
}
.function__list--wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
@media screen and (max-width: 767px) {
  .function__list--wrap {
    display: block;
  }
}
.function__list--icon {
  width: 25%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .function__list--icon {
    width: 25%;
    margin: 0 auto 3.5vw;
  }
}
.function__list--deta {
  width: 68%;
  font-size: .9vw;
  line-height: 1.35vw;
}
@media screen and (max-width: 767px) {
  .function__list--deta {
    width: 100%;
    font-size: 4.5vw;
    line-height: 7vw;
  }
  .function__list--deta p {
    text-align: center;
  }
}
.function__list--read {
  font-weight: 900;
  font-size: 1.15vw;
  margin-bottom: .85vw;
}
@media screen and (max-width: 767px) {
  .function__list--read {
    font-size: 5.5vw;
    margin-bottom: 1vw;
    text-align: center;
  }
}

/*explan--------------------------------*/
.explan {
  padding: 2vw 0;
}
@media screen and (max-width: 767px) {
  .explan {
    padding: 12.5vw 0;
  }
}
.explan > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .explan > .inner {
    display: block;
  }
}
.explan > .inner section {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .explan > .inner section {
    width: 100%;
  }
}
.explan__app {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .explan__app {
    margin-top: 7.5vw;
  }
}
.explan__app p {
  width: 48%;
}
.explan__title {
  font-size: 1.75vw;
  line-height: 2.5vw;
  font-weight: 900;
  margin-bottom: 1.5vw;
  color: #005A77;
}
@media screen and (max-width: 767px) {
  .explan__title {
    font-size: 5.15vw;
    line-height: 7.5vw;
    text-align: center;
    margin-bottom: 7.5vw;
  }
}
.explan.withBg {
  color: #fff;
  background: #005A77;
}
.explan.withBg .explan__title {
  color: #fff;
}

/*utilization--------------------------------*/
.utilization {
  padding: 3vw 0;
  /*ダウンロード*/
}
@media screen and (max-width: 767px) {
  .utilization {
    padding: 10vw 0;
  }
}
.utilization__howList {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .utilization__howList {
    display: block;
  }
}
.utilization__wrap {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .utilization__wrap {
    width: 100%;
    margin-bottom: 18.5vw;
  }
}
.utilization__title {
  font-size: 1.25vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .utilization__title {
    font-size: 5vw;
  }
}
.utilization__title--wrap {
  padding: 1.5vw 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .utilization__title--wrap {
    padding: 4vw 0;
  }
}
.utilization__title--wrap.user {
  color: #fff;
  background: #48B8B1;
}
.utilization__title--wrap.user::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5vw;
  width: 0;
  height: 0;
  border-left: 2.5vw solid transparent;
  border-right: 2.5vw solid transparent;
  border-top: 3vw solid #48B8B1;
}
@media screen and (max-width: 767px) {
  .utilization__title--wrap.user::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -5vw;
    width: 0;
    height: 0;
    border-left: 5vw solid transparent;
    border-right: 5vw solid transparent;
    border-top: 6vw solid #48B8B1;
  }
}
.utilization__title--wrap.master {
  color: #0A0A0A;
  background: #FED84D;
}
.utilization__title--wrap.master::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5vw;
  width: 0;
  height: 0;
  border-left: 2.5vw solid transparent;
  border-right: 2.5vw solid transparent;
  border-top: 3vw solid #FED84D;
}
@media screen and (max-width: 767px) {
  .utilization__title--wrap.master::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -5vw;
    width: 0;
    height: 0;
    border-left: 5vw solid transparent;
    border-right: 5vw solid transparent;
    border-top: 6vw solid #FED84D;
  }
}
.utilization__title::before {
  content: '';
  display: inline-block;
  height: .1vw;
  width: 1.75vw;
  background: #fff;
  transform: rotate(60deg);
  vertical-align: .5vw;
}
@media screen and (max-width: 767px) {
  .utilization__title::before {
    height: .7vw;
    width: 7vw;
    vertical-align: 1.5vw;
  }
}
.utilization__title::after {
  content: '';
  display: inline-block;
  height: .1vw;
  width: 1.75vw;
  background: #fff;
  transform: rotate(-60deg);
  vertical-align: .5vw;
}
@media screen and (max-width: 767px) {
  .utilization__title::after {
    height: .7vw;
    width: 7vw;
    vertical-align: 1.5vw;
  }
}
.utilization .master .utilization__title::before {
  content: '';
  display: inline-block;
  height: .1vw;
  width: 1.75vw;
  background: #0A0A0A;
  transform: rotate(60deg);
  vertical-align: .5vw;
}
@media screen and (max-width: 767px) {
  .utilization .master .utilization__title::before {
    height: .7vw;
    width: 7vw;
    vertical-align: 1.5vw;
  }
}
.utilization .master .utilization__title::after {
  content: '';
  display: inline-block;
  height: .1vw;
  width: 1.75vw;
  background: #0A0A0A;
  transform: rotate(-60deg);
  vertical-align: .5vw;
}
@media screen and (max-width: 767px) {
  .utilization .master .utilization__title::after {
    height: .7vw;
    width: 7vw;
    vertical-align: 1.5vw;
  }
}
.utilization__detail {
  margin-top: 3vw;
  padding: 2vw 1.5vw 0;
  position: relative;
  border-radius: 1vw;
}
@media screen and (max-width: 767px) {
  .utilization__detail {
    margin-top: 7vw;
    padding: 10vw 5vw 0;
    border-radius: 2.5vw;
  }
}
.utilization__detail.user {
  background: #EBF9F8;
}
.utilization__detail.master {
  background: #FBF6E7;
}
.utilization__detail.master .utilization__detail--app {
  margin-top: 2.5vw !important;
}
@media screen and (max-width: 767px) {
  .utilization__detail.master .utilization__detail--app {
    margin-top: 5vw !important;
  }
}
.utilization__detail--title {
  font-size: 1.5vw;
  line-height: 2.15vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .utilization__detail--title {
    font-size: 5.5vw;
    line-height: 8.5vw;
    text-align: center;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #b2b2b2;
  }
}
.utilization__detail--title.user {
  color: #1E8F88;
}
.utilization__detail--title.master {
  color: #CEA70C;
}
.utilization__detail--raad {
  font-size: 1.25vw;
  line-height: 2vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .utilization__detail--raad {
    font-size: 4.85vw;
    line-height: 8vw;
    margin-bottom: 5vw;
  }
}
.utilization__detail--app {
  width: 60%;
  margin: 1.5vw auto 0;
}
@media screen and (max-width: 767px) {
  .utilization__detail--app {
    width: 70%;
    margin: 5vw auto 0;
  }
}
.utilization__app {
  background: #48B8B1;
  margin-top: -10vw;
  padding: 13vw 0 3vw;
}
@media screen and (max-width: 767px) {
  .utilization__app {
    margin-top: -45vw;
    padding: 38.5vw 0 5vw;
  }
}
.utilization__app > .inner {
  position: relative;
}
.utilization__app--title {
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-size: 1.55vw;
  line-height: 2.65vw;
  margin-bottom: 2.25vw;
}
@media screen and (max-width: 767px) {
  .utilization__app--title {
    font-size: 5.5vw;
    line-height: 8.5vw;
    margin-bottom: 10vw;
  }
}
.utilization__app--read {
  color: #FCFFE2;
  text-align: center;
  font-weight: bold;
  font-size: 1.65vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 767px) {
  .utilization__app--read {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.utilization__app--read::before {
  content: '';
  display: inline-block;
  height: .1vw;
  width: 1.75vw;
  background: #FCFFE2;
  transform: rotate(60deg);
  vertical-align: .5vw;
}
@media screen and (max-width: 767px) {
  .utilization__app--read::before {
    height: .7vw;
    width: 7vw;
    vertical-align: 1.5vw;
  }
}
.utilization__app--read::after {
  content: '';
  display: inline-block;
  height: .1vw;
  width: 1.75vw;
  background: #FCFFE2;
  transform: rotate(-60deg);
  vertical-align: .5vw;
}
@media screen and (max-width: 767px) {
  .utilization__app--read::after {
    height: .7vw;
    width: 7vw;
    vertical-align: 1.5vw;
  }
}
.utilization__app--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .utilization__app--list {
    margin-bottom: 5vw;
    display: flex;
    justify-content: space-between;
  }
}
.utilization__app--list li {
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .utilization__app--list li {
    margin-right: 0;
  }
}
.utilization__app--list li img {
  height: 4.25vw;
}
@media screen and (max-width: 767px) {
  .utilization__app--list li img {
    height: 13.5vw;
  }
}
.utilization__app--character {
  position: absolute;
  bottom: -6vw;
  right: 0;
  width: 16vw;
}
@media screen and (max-width: 767px) {
  .utilization__app--character {
    position: static;
    margin: 0 auto -13vw;
    width: 80%;
    display: block;
  }
}

/*voice----------------------------*/
.voice {
  padding: 1.5vw 0 5vw;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 7.5vw 0 15vw;
  }
}
.voice__title {
  font-size: 1.85vw;
  font-weight: 900;
  text-align: center;
  color: #005A77;
  margin-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 5.85vw;
    margin-bottom: 7.5vw;
  }
}
.voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice__list {
    display: block;
  }
}
.voice__list li {
  width: 47.5%;
  margin-bottom: 1.5vw;
  border-radius: .65vw;
  padding: 1.5vw;
  font-size: .9vw;
  line-height: 1.65vw;
}
@media screen and (max-width: 767px) {
  .voice__list li {
    width: 100%;
    margin-bottom: 8vw;
    border-radius: 3.5vw;
    padding: 7.5vw;
    font-size: 4vw;
    line-height: 6vw;
  }
}
.voice__list li:nth-child(1) {
  background: #EBF9F8;
}
.voice__list li:nth-child(1) h5 {
  color: #1E8F88;
}
.voice__list li:nth-child(2) {
  background: #FBF6E7;
}
.voice__list li:nth-child(2) h5 {
  color: #CEA70C;
}
.voice__list li:nth-child(3) {
  background: #FBF6E7;
}
@media screen and (max-width: 767px) {
  .voice__list li:nth-child(3) {
    background: #EBF9F8;
  }
}
.voice__list li:nth-child(3) h5 {
  color: #CEA70C;
}
@media screen and (max-width: 767px) {
  .voice__list li:nth-child(3) h5 {
    color: #1E8F88;
  }
}
.voice__list li:nth-child(4) {
  background: #EBF9F8;
}
@media screen and (max-width: 767px) {
  .voice__list li:nth-child(4) {
    background: #FBF6E7;
  }
}
.voice__list li:nth-child(4) h5 {
  color: #1E8F88;
}
@media screen and (max-width: 767px) {
  .voice__list li:nth-child(4) h5 {
    color: #CEA70C;
  }
}
.voice__list--read {
  font-size: 1.15vw;
  line-height: 1.65vw;
  font-weight: 800;
  text-align: center;
  margin-bottom: .85vw;
}
@media screen and (max-width: 767px) {
  .voice__list--read {
    font-size: 4.5vw;
    line-height: 7vw;
    margin-bottom: 4.5vw;
  }
}

/*footer----------------------------*/
.footer {
  background: #F8F2DD;
  padding: 3vw 0 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5vw 0 0;
  }
}
.footer__app {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__app {
    width: 100%;
  }
}
.footer__app--wrap {
  padding-bottom: 1.85vw;
}
@media screen and (max-width: 767px) {
  .footer__app--wrap {
    padding-bottom: 10vw;
  }
}
.footer__app--wrap > .inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__app--wrap > .inner {
    position: static;
  }
}
.footer__app--photo {
  position: absolute;
  width: 45%;
  right: 1%;
  top: -6vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .footer__app--photo {
    position: static;
    width: 90%;
    margin: -12.5vw auto 0;
    display: block;
  }
}
.footer__app--title {
  font-size: 1.95vw;
  line-height: 1.95vw;
  font-weight: 900;
  color: #005A77;
  margin-bottom: 1.85vw;
}
@media screen and (max-width: 767px) {
  .footer__app--title {
    font-size: 6.5vw;
    line-height: 8.5vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}
.footer__app--txt {
  margin-bottom: 1vw;
  line-height: 1.65vw;
}
@media screen and (max-width: 767px) {
  .footer__app--txt {
    font-size: 4.25vw;
    margin-bottom: 8.5vw;
    line-height: 6.25vw;
  }
}
.footer__dl--head {
  color: #FBF6E7;
  font-weight: 900;
  font-size: 1.15vw;
  text-align: center;
  margin-bottom: .5vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__dl--head {
    font-size: 5vw;
    line-height: 8vw;
    text-align: center;
    margin-bottom: 3.5vw;
  }
}
.footer__dl--wrap {
  background: #48B8B1;
  border-radius: .5vw;
  padding: 1vw 1.5vw;
}
@media screen and (max-width: 767px) {
  .footer__dl--wrap {
    border-radius: 2.5vw;
    padding: 5.5vw 3.5vw;
  }
}
.footer__dl--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__dl--list {
    display: flex;
    justify-content: space-between;
  }
}
.footer__dl--list li {
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .footer__dl--list li {
    margin-right: 0;
  }
}
.footer__dl--list li:nth-child(3) img {
  height: 4vw;
}
.footer__dl--list img {
  height: 3.65vw;
}
@media screen and (max-width: 767px) {
  .footer__dl--list img {
    height: 12.5vw;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__nav li:nth-child(2)::before, .footer__nav li:nth-child(2) ::after {
  content: "|";
  color: #fff;
  margin: 0 .5vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__nav li:nth-child(2)::before, .footer__nav li:nth-child(2) ::after {
    margin: 0 .5vw;
  }
}
.footer__nav--wrap {
  background: #48B8B1;
  padding: 1.5vw 0;
}
@media screen and (max-width: 767px) {
  .footer__nav--wrap {
    padding: 7.5vw 0;
  }
}
.footer__nav--wrap a {
  color: #fff;
}
.footer__nav--wrap a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__nav--wrap a:hover {
    text-decoration: none;
  }
}
.footer__nav--wrap address {
  text-align: center;
  margin-bottom: .5vw;
}
@media screen and (max-width: 767px) {
  .footer__nav--wrap address {
    margin-bottom: 2.25vw;
  }
}

/*# sourceMappingURL=style.css.map */
