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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
figure,
dl,
dd,
dt,
hr,
table,
tr,
td,
th,
blockquote {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all ease 0.3s;
  color: inherit;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.forPC {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .forSP {
    display: inline-block;
  }
}

li {
  list-style: none;
}

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

body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #333333;
  line-height: 1.5;
}
body.fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
}

.cm__btn {
  background-color: #3B579D;
  border-radius: 4px;
  width: fit-content;
  padding: 1rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.cm__btn a {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  gap: 8px;
}
.cm__btn a::after {
  content: "";
  display: block;
  background-image: url(../images/icon_arrow_wh_r.svg);
  width: 20px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.cm__inner {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .cm__inner {
    max-width: calc(100vw - 40px);
  }
}

.foPC {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .foPC .forPC {
    display: none;
  }
}

.foSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .foSP .foSP {
    display: inline-block;
  }
}

.header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 130px;
  }
}
.header__btn {
  padding: 0;
}
.header__btn a {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .header__btn a {
    font-size: 0.875rem;
    padding: 12px 16px;
  }
}
.header__desc {
  font-size: 0.875rem;
}

.content {
  padding-top: 62px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .content {
    padding-top: 64px;
    background-color: #3B579D;
  }
}

.mv {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #3B579D;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 20px;
    position: unset;
  }
}
.mv__inner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    position: unset;
  }
}
.mv__heading {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv__heading {
    width: 100vw;
    margin: calc(50% - 50vw);
  }
}
.mv__heading-catch {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .mv__heading-catch {
    font-size: 0.75rem;
    margin-right: 16px;
    margin-left: 16px;
    border-bottom: none;
  }
}
.mv__heading-ttl {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .mv__heading-ttl {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 14px;
    font-size: 29px;
    letter-spacing: 0.01em;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  }
}
.mv__heading-list {
  display: flex;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: -24px;
  transform: rotate(-5deg);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv__heading-list {
    margin-top: 0;
    transform: rotate(-2deg);
    position: absolute;
    right: 0;
    flex-direction: column;
    align-items: center;
    right: 16px;
  }
}
.mv__heading-item {
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 24px;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__heading-item {
    font-size: 0.8125rem;
    white-space: nowrap;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}
.mv__heading-item p {
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  .mv__heading-item p {
    display: none;
  }
}
.mv__heading-item-01 {
  padding: 28px 35px;
  background-image: url(../images/mv_bg01.svg);
}
@media screen and (max-width: 768px) {
  .mv__heading-item-01 {
    background-image: url(../images/mv_bg01-sp.svg);
    padding: 0;
    width: 118px;
    height: 93px;
    max-width: 30.7vw;
    top: 24px;
  }
}
.mv__heading-item-02 {
  padding: 28px 35px;
  background-image: url(../images/mv_bg02.svg);
}
@media screen and (max-width: 768px) {
  .mv__heading-item-02 {
    background-image: url(../images/mv_bg02-sp.svg);
    padding: 0;
    width: 140px;
    height: 96px;
    max-width: 36.5vw;
    top: 12px;
  }
}
.mv__heading-item-03 {
  padding: 28px 35px;
  background-image: url(../images/mv_bg03.svg);
}
@media screen and (max-width: 768px) {
  .mv__heading-item-03 {
    background-image: url(../images/mv_bg03-sp.svg);
    padding: 0;
    width: 140px;
    height: 96px;
    max-width: 36.5vw;
  }
}
.mv__heading-item .bg {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .mv__heading-item .bg {
    font-size: 1.5rem;
  }
}
.mv__person {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .mv__person {
    flex-direction: column;
    margin-top: 32px;
  }
}
.mv__person-img {
  max-width: 218px;
  z-index: 3;
}
@media screen and (min-width: 1080px) {
  .mv__person-img {
    position: absolute;
    left: 0;
    bottom: -18px;
  }
}
@media screen and (max-width: 768px) {
  .mv__person-img {
    max-width: 208px;
  }
}
.mv__person-box {
  color: #fff;
  background-color: #000;
  padding: 13px 40px 13px 114px;
  max-width: 662px;
  width: 100%;
  margin-top: 64px;
  margin-left: 114px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv__person-box {
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding: 32px 24px;
    position: relative;
    z-index: 4;
  }
}
.mv__person-box-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  position: relative;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .mv__person-box-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: initial;
  }
}
.mv__person-box-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mv__person-box-heading {
    margin-top: -60px;
  }
}
.mv__person-box-name {
  font-size: 2rem;
  font-weight: bold;
}
.mv__person-box-list {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .mv__person-box-list {
    flex-direction: column;
    gap: 0;
  }
}
.mv__images {
  display: flex;
  gap: 24px;
  margin-top: 18px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv__images {
    flex-direction: column;
    margin-top: 32px;
  }
}
.mv__images img {
  max-width: 600px;
  width: 100%;
}
.mv__images-txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .mv__images-txt {
    font-size: 1rem;
    text-align: center;
  }
}
.mv__video {
  position: absolute;
  right: 20px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .mv__video {
    right: initial;
    left: 0;
    top: 0;
  }
  .mv__video::after {
    content: "";
    display: block;
    width: 100%;
    height: 90vh;
    background-color: rgba(59, 87, 157, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mv__video video {
  object-fit: cover;
  width: 378px;
  height: 491px;
}
@media screen and (max-width: 768px) {
  .mv__video video {
    width: 100vw;
    height: 90vh;
  }
}
.mv__txt {
  position: absolute;
  right: -50px;
  top: -30px;
}
@media screen and (max-width: 1079px) {
  .mv__txt {
    display: none;
  }
}

.nayami {
  background-image: url(../images/nayami_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 46px;
  padding-bottom: 76px;
  position: relative;
  z-index: 2;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .nayami {
    background-image: url(../images/nayami_bg-sp.png);
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.nayami__inner {
  position: relative;
}
.nayami__heading {
  display: table;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nayami__heading {
    padding-left: 80px;
  }
}
.nayami__heading-txt {
  text-align: center;
}
.nayami__heading-ttl {
  margin-top: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .nayami__heading-ttl {
    font-size: 1.125rem;
    text-align: left;
  }
}
.nayami__heading::before, .nayami__heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 120px;
  background-size: 80px 120px;
  background-repeat: no-repeat;
  position: absolute;
}
.nayami__heading::before {
  background-image: url(../images/icon_nayami01.svg);
  top: -20px;
  left: -100px;
}
@media screen and (max-width: 768px) {
  .nayami__heading::before {
    top: -10px;
    left: -7px;
  }
}
.nayami__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 32px;
  margin-top: 54px;
}
@media screen and (max-width: 1079px) {
  .nayami__list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .nayami__list {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
}
.nayami__item {
  color: #3B579D;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.05em;
  padding: 24px 20px;
}
@media screen and (max-width: 768px) {
  .nayami__item {
    font-size: 0.875rem;
    padding: 12px 20px;
  }
}
.nayami__item::before {
  content: "";
  display: block;
  background-image: url(../images/icon_check.svg);
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

.solution {
  position: relative;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .solution__heading {
    background-color: #fff;
    padding-top: 20px;
  }
  .solution__heading .sp__arrow {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.solution__wrap {
  background-image: url(../images/solution_bg.png);
  background-size: 100% 100%;
  padding-bottom: 185px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .solution__wrap {
    background: none;
    padding-bottom: 24px;
    background-color: #3B579D;
    padding-top: 40px;
  }
}
.solution__logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 393px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .solution__logo {
    display: none;
    max-width: 260px;
    width: 100%;
  }
}
.solution__ttl {
  text-align: center;
  color: #3B579D;
  font-weight: bold;
  font-size: 2rem;
  background-color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 24px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .solution__ttl {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
    margin-top: 1.25rem;
  }
}
.solution__list {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .solution__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 32px;
  }
}
.solution__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 174px;
}
@media screen and (max-width: 768px) {
  .solution__item {
    flex-direction: row;
    max-width: 100%;
  }
  .solution__item img {
    min-width: 104px;
    max-width: 104px;
  }
}
.solution__item-txt {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .solution__item-txt {
    font-size: 1rem;
    text-align: left;
    color: #fff;
  }
}

.authority {
  padding-top: 67px;
  padding-bottom: 67px;
}
@media screen and (min-width: 769px) {
  .authority {
    background-image: url(../images/authority_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .authority {
    padding-top: 0;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .authority__inner {
    max-width: 100vw;
    width: 100%;
  }
}
.authority__ttl {
  text-align: center;
  color: #3B579D;
  letter-spacing: 0.05em;
  font-size: 2rem;
  background-image: url(../images/authority_bg-ttl.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 32px;
  background-size: cover;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .authority__ttl {
    display: none;
  }
}
.authority__list {
  display: flex;
  margin-top: 42px;
  align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .authority__list {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.authority__list div {
  display: flex;
  flex-direction: column;
}
.authority__list div .authority__item:last-of-type img {
  width: 367px;
  height: 189px;
}
@media screen and (max-width: 768px) {
  .authority__list div .authority__item:last-of-type img {
    width: 100%;
    height: auto;
  }
}
.authority__list img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .authority__list img {
    width: 100vw;
  }
}
.authority__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .authority__item-catch {
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    letter-spacing: 0.11em;
  }
}
.authority .youtube {
  width: 367px;
  height: 189px;
  position: relative;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .authority .youtube {
    width: 100%;
    margin-top: 0;
  }
}
.authority .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .authority iframe {
    width: 100%;
  }
}

.contents {
  background-color: #3B579D;
  padding-top: 70px;
  padding-bottom: 78px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contents {
    margin-top: 0;
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
.contents__heading {
  text-align: center;
  color: #fff;
}
.contents__heading-jp {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .contents__heading-jp {
    font-size: 1.5rem;
  }
}
.contents__desc {
  text-align: center;
  color: #fff;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contents__desc {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.contents__icons {
  display: flex;
  justify-content: center;
  gap: 72px;
  background-color: #5777c7;
  margin-top: 42px;
  width: fit-content;
  padding: 30px 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .contents__icons {
    gap: 40px;
    padding: 30px 40px;
    margin-top: 20px;
    width: 100%;
  }
}
.contents__item {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.contents__item img {
  margin-bottom: 7px;
}
.contents__item-txt {
  margin-top: auto;
  line-height: 1.75;
}
.contents__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  margin-top: 120px;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .contents__cards {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
}
.contents__card {
  position: relative;
  padding: 50px 44px;
}
@media screen and (max-width: 768px) {
  .contents__card {
    padding: 35px 30px 30px;
  }
}
.contents__card-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.contents__card::before, .contents__card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.contents__card::before {
  background-color: #5777c7;
  top: 10px;
  left: 10px;
}
.contents__card::after {
  border: 1px solid #fff;
  top: 0;
  left: 0;
}
.contents__card-heading {
  position: absolute;
  top: 0;
  right: 0;
}
.contents__card-ttl {
  background-color: #fff;
  color: #3B579D;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  display: table;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .contents__card-ttl {
    font-size: 1.125rem;
  }
}
.contents__card-list {
  margin-top: 10px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.contents__card-item {
  font-size: 0.875rem;
}
.contents__card-img {
  margin-top: 24px;
}
.contents__card-btn {
  background-color: #333;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 24px;
  border-radius: 4px;
  border: 1px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contents__card-btn {
    gap: 8px;
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 16px;
    transform: initial;
    width: 100%;
    justify-content: center;
    padding: 7px 24px;
    letter-spacing: 0.01em;
  }
  .contents__card-btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 16px;
  }
}
.contents__card-btn.open::after {
  background-image: url(../images/icon_minus.svg);
}
.contents__card-btn img {
  width: 18px;
  height: 18px;
}
.contents__card-circle {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents__card-circle {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.contents__card-circle::before {
  content: "";
  display: block;
  width: 268px;
  height: 268px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .contents__card-circle::before {
    content: none;
  }
}
.contents__card-circle-ttl {
  color: #3B579D;
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .contents__card-circle-ttl {
    padding-top: 0;
  }
}
.contents__card-circle-ttl p {
  background-color: #fff;
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 8px;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents__card-circle-ttl p {
    font-size: 0.875rem;
  }
}
.contents__card-circle-ttl p + p {
  margin-top: 10px;
}
.contents__card-circle img {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.price {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .price {
    margin-top: 0;
    background-color: #fff;
    padding-bottom: 40px;
  }
}
.price__cont {
  background-image: url(../images/price__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .price__cont {
    padding-top: 40px;
    background-image: url(../images/price_bg-sp.png);
    background-size: cover;
    padding-bottom: 16px;
  }
}
.price__cont-wrap {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: center;
  gap: 77px;
}
@media screen and (max-width: 768px) {
  .price__cont-wrap {
    flex-direction: column;
    gap: 18px;
  }
}
.price__cont-wrap img {
  width: 240px;
}
.price__cont-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .price__cont-img {
    margin-top: 20px;
    max-width: 335px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.price__heading {
  text-align: center;
}
.price__heading-jp {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 2rem;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .price__heading-jp {
    font-size: 1.5rem;
  }
}
.price__desc {
  text-align: center;
  color: #fff;
  line-height: 1.75;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .price__desc {
    margin-top: 24px;
  }
}
.price__btn {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #3B579D;
  border-radius: 100px;
  border: 1px solid #000;
  padding: 24px;
  line-height: 1;
  max-width: 432px;
  width: 100%;
  text-align: center;
}
.price__btn-woman {
  background-color: #b80a07;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .price__btn {
    font-size: 2.3125rem;
    padding: 16px;
  }
}
.price__btn .sm {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .price__btn .sm {
    font-size: 1.5rem;
  }
}
.price__list {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .price__list {
    margin-top: 20px;
    gap: 4px;
  }
}
.price__item {
  background-image: url(../images/price_list_bg.svg);
  background-size: 135px 120px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 33px;
  font-weight: bold;
  width: 138px;
  height: 120px;
}
.price__item p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .price__item {
    font-size: 0.8125rem;
    background-size: 111px 96px;
    padding: 0;
    width: 111px;
    height: 96px;
    white-space: nowrap;
  }
}
.price__caution {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 16px;
  display: block;
  text-align: center;
}
.price__box {
  max-width: 640px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #3B579D;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin-right: auto;
  margin-left: auto;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  text-align: center;
  padding: 36px 24px;
}
@media screen and (max-width: 768px) {
  .price__box {
    max-width: calc(100vw - 40px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
.price__box-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: table;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #3B579D;
}
.price__box-desc {
  margin-top: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__box-desc {
    font-size: 0.875rem;
  }
}
.price__box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
  gap: 20px;
}
.price__box-item {
  padding: 18px 22px;
  color: #3B579D;
  border: 1px solid #acacac;
  width: 48%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .price__box-item {
    width: 100%;
  }
}
.price__box-item dt {
  color: #3B579D;
  line-height: 1.25;
  font-weight: bold;
  font-size: 0.8125rem;
  letter-spacing: -0.1px;
}
.price__box-item dd {
  margin-top: 16px;
}
.price__box-item-01 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 24px;
}
.price__box-item-01 .price__box-item-btn {
  color: #fff;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  padding: 16px 24px;
}
.price__box-item-01 img {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .price__box-item-01 {
    flex-direction: column;
    gap: 12px;
  }
}
.price__box-item-03 img {
  width: 80px;
}
.price__box-item-04 img {
  width: 120px;
}

.member {
  background-color: #3B579D;
  margin-top: 120px;
  padding-top: 115px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .member {
    padding-top: 40px;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.member__heading {
  background-image: url(../images/member_ttl_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.member__heading-jp {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .member__heading-jp {
    font-size: 1.5rem;
  }
}
.member__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .member__list {
    justify-content: center;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-top: 30px;
    gap: 24px;
  }
}
.member__item {
  max-width: 480px;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .member__item {
    max-width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .member__item-02 .member__item-name {
    width: 180px;
  }
}
.member__item-heading {
  display: flex;
  border: 2px solid #fff;
  justify-content: space-between;
  background-color: #3B579D;
}
@media screen and (max-width: 768px) {
  .member__item-heading {
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    height: 100%;
  }
}
.member__item-heading-name {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 8px;
  padding-left: 76px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .member__item-heading-name {
    padding-left: initial;
    font-size: 1rem;
    text-align: center;
    margin-top: 24px;
  }
}
.member__item-img {
  max-width: 196px;
}
@media screen and (max-width: 768px) {
  .member__item-img {
    object-fit: cover;
    max-width: 111px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.member__item-spimg {
  max-width: 96px;
}
.member__item-txt {
  background-color: #fff;
  padding: 32px;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 2px solid #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .member__item-txt {
    padding: 16px;
    font-size: 0.75rem;
    border-radius: 0;
    line-height: 1.5;
  }
}
.member__item-txt .color {
  color: #3B579D;
}
.member__item-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .member__item-wrap {
    flex-direction: column;
  }
}
.member__item-wrap .member__item-txt {
  border-radius: 4px 0 0 0;
  width: 50%;
  padding-right: 24px;
  padding-top: 20px;
  width: 59%;
  padding-bottom: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .member__item-wrap .member__item-txt {
    width: 100%;
    padding-left: 24px;
  }
}
.member__item-child {
  display: flex;
}
@media screen and (max-width: 768px) {
  .member__item-child {
    flex-direction: column;
  }
}
.member__item-child div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .member__item-child div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .member__item-01 .member__item-img, .member__item-03 .member__item-img, .member__item-04 .member__item-img, .member__item-07 .member__item-img {
    height: 255px;
  }
}
@media screen and (max-width: 768px) {
  .member__item-05 .member__item-img, .member__item-06 .member__item-img {
    height: 111px;
  }
}
.member__item-07 {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .member__item-07 .member__item-heading {
    border-right: none;
    border-bottom: none;
    width: 50%;
  }
}

.voice {
  padding-top: 90px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice {
    background-color: #fff;
    padding-bottom: 40px;
  }
}
.voice::before {
  content: "";
  display: block;
  background-image: url(../images/voice_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 583px;
  height: 227px;
  max-width: 100%;
}
.voice::after {
  content: "";
  display: block;
  background-image: url(../images/voice_bg02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 583px;
  height: 227px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.voice__heading {
  text-align: center;
}
.voice__heading-jp {
  text-align: center;
  font-weight: bold;
  color: #3B579D;
  margin-top: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .voice__heading-jp {
    font-size: 1.5rem;
  }
}
.voice__desc {
  text-align: center;
  margin-top: 40px;
  color: #3B579D;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.voice__list {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .voice__list {
    flex-direction: column;
    gap: 40px;
  }
}
.voice__item {
  flex: 1;
}
.voice__item-heading {
  display: flex;
}
.voice__item-heading-txt {
  color: #3B579D;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #333333;
  margin-bottom: 6px;
  padding-bottom: 4px;
}
.voice__item-heading-name {
  font-size: 0.875rem;
  font-weight: bold;
}
.voice__item-heading img {
  width: 100px;
  height: 100px;
}
.voice__item-cont {
  color: #3B579D;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 24px;
  padding: 24px;
  border: 2px solid #3B579D;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice__item-cont {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.voice__item-cont::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 40px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 13px solid #fff;
  z-index: 2;
}
.voice__item-cont::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 40px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #3B579D;
  z-index: 1;
}

.flow {
  background-image: url(../images/flow_bg-sp.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  padding-top: 70px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.flow__heading {
  text-align: center;
}
.flow__heading-jp {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .flow__heading-jp {
    font-size: 1.5rem;
  }
}
.flow__list {
  display: grid;
  gap: 36px;
  margin-top: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .flow__list {
    flex-direction: column;
    display: flex;
  }
}
.flow__item {
  background-color: #fff;
  padding: 43px 20px 20px;
  letter-spacing: 0.05em;
}
.flow__item-ttl {
  color: #3B579D;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .flow__item-ttl {
    font-size: 1.25rem;
  }
}
.flow__item-num {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.flow__item-txt {
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .flow__item-txt {
    font-size: 0.875rem;
  }
}
.flow__item-btn {
  color: #fff;
  background-color: #3B579D;
  border-radius: 8px;
  width: 100%;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 56px;
  border: 1px solid #3B579D;
}
.flow__item-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #fff;
  position: absolute;
}
.flow__item-btn::after {
  content: "";
  display: block;
  background-image: url(../images/icon_arrow_wh_r.svg);
  width: 26px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.media {
  padding-top: 75px;
  background-image: url(../images/media_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .media {
    padding-bottom: 50px;
  }
}
.media__heading {
  text-align: center;
}
.media__heading-jp {
  margin-top: 24px;
  font-size: 2rem;
  color: #3B579D;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .media__heading-jp {
    font-size: 1.5rem;
  }
}
.media__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .media__list {
    flex-direction: column;
    display: flex;
    margin-top: 40px;
    max-width: 292px;
    margin-right: auto;
    margin-left: auto;
  }
}
.media__item {
  display: flex;
  flex-direction: column;
}
.media__item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.75;
  pointer-events: none;
}
.media__item-date {
  margin-top: 16px;
  font-size: 0.875rem;
}
.media__item-ttl {
  color: #3B579D;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .media__item-ttl {
    font-size: 0.875rem;
  }
}
.media__item .youtube {
  position: relative;
  width: 297px;
  height: 153px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .media__item .youtube {
    width: 100%;
  }
}
.media__item .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.media__item-03 .media__item-date {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .media__item-03 .media__item-date {
    margin-top: 16px;
  }
}
.media__item-03 .media__item-ttl {
  text-decoration: none;
}

.join {
  margin-top: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  border-radius: 16px;
  padding-bottom: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .join {
    max-width: 100vw;
    margin-top: 0;
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.join__heading {
  text-align: center;
}
.join__heading-jp {
  color: #3B579D;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .join__heading-jp {
    font-size: 1.25rem;
  }
}
.join__img {
  display: block;
  margin: 0 auto;
}
.join__desc {
  margin-top: 36px;
  color: #3B579D;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .join__desc {
    padding: 0 40px;
    font-size: 0.875rem;
    text-align: left;
    margin-top: 20px;
  }
}
.join__btn {
  display: block;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 30px;
  padding: 0;
  max-width: 245px;
  width: 100%;
}
.join__btn a {
  position: relative;
  padding: 20px;
  justify-content: center;
  border-radius: 16px;
}
.join__btn a::before {
  content: "";
  display: block;
  width: 99%;
  height: 97%;
  border: 1px solid #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 8px;
}
.join__btn a::after {
  right: 20px;
  position: absolute;
}

.footer {
  background-color: #222222;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 36px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__block {
    text-align: center;
  }
}
.footer__wrap {
  display: flex;
  gap: 160px;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: center;
  }
}
.footer__address {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    text-align: left;
    line-height: 1.8;
  }
}
.footer__sns {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 285px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    gap: 15px;
  }
}
.footer__nav a {
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  width: 100%;
}
.footer__copy {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.swiper {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
}
.swiper .swiper-button-prev:after,
.swiper .swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.swiper .swiper-button-next:after,
.swiper .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 48px; /* ボタンの幅 */
  height: 48px; /* ボタンの高さ */
  background-size: 48px 48px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}
.swiper .swiper-button-next {
  background-image: url(../images/icon_slider.svg);
  transform: scale(-1, 1); /* 左右反転 */
  right: 20px;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-next {
    right: 12px;
  }
}
.swiper .swiper-button-prev {
  background-image: url(../images/icon_slider.svg);
  left: 20px;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-prev {
    left: 12px;
  }
}

/* ---------------------------- */
/* --- ModalSection --- */
/* ---------------------------- */
.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}

.ModalLayer.isShow {
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}

.ModalLayer-Mask {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100vh;
}

.modal {
  width: 100%;
  z-index: 9999;
  height: 100vh;
}
.modal__txt {
  position: absolute;
  top: 4px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .modal__txt {
    display: none;
  }
}
.modal__content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .modal__content {
    border-radius: 25px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
  }
  .modal__content.acc__sp {
    display: none;
  }
}
.modal__boxcontent {
  width: calc(100% - 200px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .modal__boxcontent {
    flex-direction: column;
    width: 100%;
    padding-top: 24px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .modal__boxcontent img {
    width: 400px;
    height: auto;
  }
}
.modal__boxcontent-images {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .modal__boxcontent-images {
    flex-direction: column;
    align-items: center;
  }
}
.modal__boxcontent-ttl {
  color: #3B579D;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .modal__boxcontent-ttl {
    display: none;
  }
}
.modal__boxcontent-video {
  max-width: 480px;
  width: 100%;
}
.modal__close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__close-icon {
    display: none;
  }
}
.modal#modal04 .modal__boxcontent {
  display: block;
}

.single {
  background-color: #3B579D;
  color: #fff;
  height: 100vh;
  /* ooo, css circles*/
  /* here be the animations matey! */
}
.single p {
  text-align: center;
  font-size: 1.25rem;
}
.single__inner {
  max-width: 380px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single__inner {
    max-width: calc(100vw - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
.single__logo {
  text-align: center;
}
.single__box {
  text-align: center;
  font-weight: bold;
  margin-top: 100px;
  border: 1px solid #fff;
  padding: 20px;
}
.single__box p {
  line-height: 1.5;
  font-size: 0.875rem;
}
.single__box a {
  text-decoration: underline;
}
.single p.copyright {
  font-size: 0.75rem;
  margin-top: 80px;
}
.single .container {
  height: 100px;
  margin-top: 100px;
  display: block;
  padding-left: 30px;
}
.single .loader {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 38px;
}
.single .circle {
  display: inline-block;
  position: relative;
  /* key up the animations! */
  -webkit-animation: dotloader 2.5s infinite;
  -moz-animation: dotloader 2.5s infinite;
  -ms-animation: dotloader 2.5s infinite;
  -o-animation: dotloader 2.5s infinite;
  animation: dotloader 2.5s infinite;
}
.single .circle + .circle {
  margin-left: -25px;
  /* staggered effect cause by delay property */
  -webkit-animation: dotloader 2.5s 0.2s infinite;
  -moz-animation: dotloader 2.5s 0.2s infinite;
  -ms-animation: dotloader 2.5s 0.2s infinite;
  -o-animation: dotloader 2.5s 0.2s infinite;
  animation: dotloader 2.5s 0.2s infinite;
}
.single .circle + .circle + .circle {
  margin-left: -25px;
  -webkit-animation: dotloader 2.5s 0.4s infinite;
  -moz-animation: dotloader 2.5s 0.4s infinite;
  -ms-animation: dotloader 2.5s 0.4s infinite;
  -o-animation: dotloader 2.5s 0.4s infinite;
  animation: dotloader 2.5s 0.4s infinite;
}
.single .circle + .circle + .circle + .circle {
  margin-left: -25px;
  -webkit-animation: dotloader 2.5s 0.6s infinite;
  -moz-animation: dotloader 2.5s 0.6s infinite;
  -ms-animation: dotloader 2.5s 0.6s infinite;
  -o-animation: dotloader 2.5s 0.6s infinite;
  animation: dotloader 2.5s 0.6s infinite;
}
@keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: #fff;
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
@-moz-keyframes dotloader {
  0%, 20% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: #fff;
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: #fff;
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
@-ms-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: #fff;
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}
@-o-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: #fff;
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}

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