@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html {
  font-size: 0.0909090909vw;
  font-family: "zen kaku gothic new", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
}

dl dt {
  font-weight: bold;
}
dl dd {
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.6;
}

button {
  cursor: pointer;
}
button:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 0.14765vw;
  }
}
dl {
  margin: 0px;
}
dl dt {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}
ul li, ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
}
@media screen and (max-width: 860px) {
  body {
    font-size: 24rem;
    line-height: 42rem;
  }
}

figure {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 200;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
}

.p-center-full {
  width: calc(100% - 40rem);
  margin-left: auto;
  margin-right: auto;
}

.p-flex {
  display: flex;
  justify-content: space-between;
}
.p-flex.--align-center {
  align-items: center;
}
.p-flex.--text-right {
  justify-content: flex-end;
}
.p-flex.--text-left {
  justify-content: left;
}
.p-flex.--text-center {
  justify-content: center;
}
.p-flex.--align-bottom {
  align-items: flex-end;
}
.p-flex.--wrap {
  flex-wrap: wrap;
}
.p-flex.--justify-center {
  justify-content: center;
}
.p-flex.--justify-between {
  justify-content: space-between !important;
}
.p-flex.--align-top {
  align-items: flex-start;
}
.p-flex li:last-child .c-text-link_1 {
  margin-right: 0px;
}
.p-flex.--column-2 li, .p-flex.--column-2 article {
  width: 535rem;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-2 li, .p-flex.--column-2 article {
    width: 100%;
  }
}
.p-flex.--column-2 li figure, .p-flex.--column-2 article figure {
  width: 100%;
}
.p-flex.--column-2 li figure img, .p-flex.--column-2 article figure img {
  width: 100%;
}
.p-flex.--column-3 article, .p-flex.--column-3 li {
  width: 340rem;
  box-sizing: border-box;
  margin-right: calc((100% - 1020rem) / 2);
}
.p-flex.--column-3 article:nth-child(3n), .p-flex.--column-3 li:nth-child(3n) {
  margin-right: 0rem;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-3 article, .p-flex.--column-3 li {
    width: 100%;
  }
}
.p-flex.--column-3 article figure, .p-flex.--column-3 li figure {
  width: 100%;
}
.p-flex.--column-3 article figure img, .p-flex.--column-3 li figure img {
  width: 100%;
}
.p-flex.--column-3.--size-s article, .p-flex.--column-3.--size-s li {
  width: 31%;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-3.--flex-sp {
    display: flex;
    justify-content: left;
  }
  .p-flex.--column-3.--flex-sp li {
    width: 31% !important;
    margin-right: 0rem;
  }
  .p-flex.--column-3.--flex-sp.--flex-sp-space_between {
    justify-content: space-between;
  }
}
.p-flex.--column-3-pc article, .p-flex.--column-3-pc li {
  width: calc(33% - 10rem);
  margin-right: 19rem;
}
.p-flex.--column-3-pc article:nth-child(3n), .p-flex.--column-3-pc li:nth-child(3n) {
  margin-right: 0rem;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-3-pc article, .p-flex.--column-3-pc li {
    width: 100%;
    margin-right: 0rem;
  }
}
.p-flex.--column-3_l article, .p-flex.--column-3_l li {
  width: 353rem;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-3_l article, .p-flex.--column-3_l li {
    width: 100%;
  }
}
.p-flex.--column-3_l article figure, .p-flex.--column-3_l li figure {
  width: 100%;
}
.p-flex.--column-3_l article figure img, .p-flex.--column-3_l li figure img {
  width: 100%;
}
.p-flex.--column-4 li, .p-flex.--column-4 table, .p-flex.--column-4 article {
  width: calc(25% - 15rem);
  margin-right: 20rem;
  margin-bottom: 20rem;
}
.p-flex.--column-4 li:nth-child(4n), .p-flex.--column-4 table:nth-child(4n), .p-flex.--column-4 article:nth-child(4n) {
  margin-right: 0rem;
}
.p-flex.--column-4 li img, .p-flex.--column-4 table img, .p-flex.--column-4 article img {
  width: 100%;
}
.p-flex.--column-4 li figure, .p-flex.--column-4 table figure, .p-flex.--column-4 article figure {
  width: 100%;
}
.p-flex.--column-4 li figure img, .p-flex.--column-4 table figure img, .p-flex.--column-4 article figure img {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-4 li, .p-flex.--column-4 table, .p-flex.--column-4 article {
    width: 100%;
    margin-bottom: 40rem;
    margin-right: 0;
  }
}
.p-flex.--column-4.--no-padding table {
  width: 265rem;
  margin-right: 10rem;
  margin-bottom: 0rem;
}
.p-flex.--no-column li, .p-flex.--no-column artcile {
  width: auto;
}
@media screen and (max-width: 860px) {
  .p-flex {
    display: block;
  }
  .p-flex.--flex-sp {
    display: flex;
    justify-content: left;
  }
  .p-flex.--flex-sp.--flex-sp-space_between {
    justify-content: space-between;
  }
  .p-flex.--flex-sp.--flex-sp-center {
    justify-content: center !important;
  }
  .p-flex .--sp-align-top {
    align-items: flex-start;
  }
}
.p-flex.--text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .p-flex.--text-center {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 860px) {
  .p-flex.--sp-column-2 li {
    width: 48% !important;
    margin-right: 0rem;
  }
}
.p-flex.--reverse {
  flex-direction: row-reverse;
}

.p-title-box-2 {
  font-weight: bold;
  color: #4540A5;
}
.p-title-box-2 dt {
  font-size: 12rem;
  line-height: 24rem;
}
@media screen and (max-width: 860px) {
  .p-title-box-2 dt {
    font-size: 20rem;
    line-height: 30rem;
  }
}
.p-title-box-2 dd {
  line-height: 28rem;
  font-size: 18rem;
}
@media screen and (max-width: 860px) {
  .p-title-box-2 dd {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.p-center {
  max-width: 1100rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 860px) {
  .p-center {
    width: 90% !important;
  }
}

@media screen and (max-width: 860px) {
  .p-sp-center {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-center-s {
  max-width: 840rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-center-s2 {
  max-width: 980rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-list-inline-block li {
  display: inline-block;
}

.p-blog-side {
  width: calc(100% - 760rem);
}
@media screen and (max-width: 860px) {
  .p-blog-side {
    width: 100%;
  }
}

.p-article-mv {
  position: relative;
  margin-top: -150rem;
  margin-bottom: 60rem;
}
.p-article-mv img {
  width: 100%;
  border-radius: 10rem;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}

.ql-editor {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-all;
}
.ql-editor p {
  font-size: 16rem;
  padding-bottom: 40rem;
  line-height: 32rem;
}
.ql-editor p:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 860px) {
  .ql-editor p {
    font-size: 28rem;
    padding-bottom: 60rem;
    line-height: 56rem;
  }
}
.ql-editor img {
  width: 100%;
  height: auto;
}
.ql-editor figure {
  width: 100%;
  margin-bottom: 30rem;
  border: 10rem solid #f1f1f6;
  box-sizing: border-box;
  border-radius: 10rem;
  line-height: 0rem;
  font-size: 0rem;
}
.ql-editor ul,
.ql-editor ol {
  background: #fff;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04));
}
.ql-editor ul li,
.ql-editor ol li {
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 860px) {
  .ql-editor ul li,
.ql-editor ol li {
    font-size: 32rem;
    line-height: 46rem;
    margin-bottom: 20rem;
  }
}
.ql-editor ul li {
  list-style-type: disc;
}
.ql-editor ol li {
  list-style-type: decimal;
}
.ql-editor h2 {
  background: #11589D;
  font-size: 18rem;
  line-height: 30rem;
  color: #fff;
  padding: 15rem 20rem 15rem 20rem;
  border-radius: 10rem;
  margin-bottom: 50rem;
  margin-top: 20rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h2 {
    font-size: 36rem;
    line-height: 50rem;
    padding: 30rem 40rem 30rem 40rem;
  }
}
.ql-editor h3 {
  font-size: 18rem;
  line-height: 30rem;
  margin-bottom: 50rem;
  border-bottom: 2rem solid #EFEFEF;
  margin-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h3 {
    font-size: 36rem;
    line-height: 50rem;
    padding-bottom: 30rem;
  }
}
.ql-editor h3:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #11589D;
  width: 50rem;
  bottom: -2rem;
  left: 0rem;
}
.ql-editor h3:first-child {
  margin-top: 0rem;
}
.ql-editor h4 {
  font-size: 18rem;
  line-height: 30rem;
  padding-left: 20rem;
  margin-bottom: 50rem;
  border-left: 5rem solid #11589D;
  margin-top: 20rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h4 {
    font-size: 36rem;
    line-height: 50rem;
  }
}
.ql-editor #table-of-contents {
  text-align: center;
  background: none;
  color: #000;
  font-size: 16rem;
  line-height: 28rem;
  font-weight: bold;
  padding-bottom: 10rem;
  padding-top: 10rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 20rem;
  border-radius: 0rem;
}
.ql-editor .wp-block-quote {
  background: #C7C7C7;
  padding: 40rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
}
.ql-editor a {
  color: #11589D;
}
.ql-editor .syntaxhighlighter * {
  font-size: 14rem !important;
  line-height: 26rem !important;
}
.ql-editor .hcb_wrap {
  margin-bottom: 40rem !important;
}
.ql-editor .wp-block-group {
  background: #C7C7C7;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  font-size: 14rem;
  line-height: 26rem;
}
@media screen and (max-width: 860px) {
  .ql-editor .wp-block-group {
    font-size: 28rem;
    line-height: 42rem;
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 50rem;
}
@media screen and (max-width: 860px) {
  .ql-editor .movie-wrap {
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ql-editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40rem;
  border: 1px solid #EFEFEF;
  border-radius: 10rem;
  background: #fff;
}
.ql-editor table tr th {
  background: #EFEFEF;
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: 200rem;
}
.ql-editor table tr td {
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: calc(100% - 200rem);
}
.ql-editor.p-recruit-body ul,
.ql-editor.p-recruit-body ol {
  filter: none;
  padding-top: 0rem;
  padding-bottom: 20rem;
  padding-right: 0rem;
  padding-left: 20rem;
}

.p-side-base {
  background-color: #fff;
  padding: 20rem;
  font-size: 14rem;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04));
}
@media screen and (max-width: 860px) {
  .p-side-base {
    padding: 40rem;
  }
}
.p-side-base input {
  background: #F6F6F6;
  border: none;
  width: 74rem;
  padding: 10rem;
  box-sizing: border-box;
  width: calc(100% - 74rem);
  height: 43rem;
  border-radius: 20rem 0 0 20rem;
}
@media screen and (max-width: 860px) {
  .p-side-base input {
    width: calc(100% - 150rem);
    font-size: 24rem;
    line-height: 38rem;
    height: 80rem;
    border-radius: 40rem 0rem 0rem 40rem;
  }
}
.p-side-base button {
  background: #000;
  border: none;
  color: #fff;
  width: 74rem;
  padding: 10rem;
  height: 43rem;
  box-sizing: border-box;
  border-radius: 0 20rem 20rem 0;
}
@media screen and (max-width: 860px) {
  .p-side-base button {
    width: 150rem;
    font-size: 24rem;
    line-height: 38rem;
    height: 80rem;
    border-radius: 0 40rem 40rem 0;
  }
}

.p-side-list {
  padding-left: 24rem;
}
.p-side-list li {
  margin-bottom: 5rem;
  line-height: 28rem;
  font-size: 14rem;
  list-style: disc;
}
.p-side-list li:last-child {
  margin-bottom: 0rem;
}
@media screen and (max-width: 860px) {
  .p-side-list li {
    font-size: 24rem;
    line-height: 38rem;
    margin-bottom: 20rem;
  }
}

.p-recruit-header p {
  font-size: 14rem;
  line-height: 28rem;
}
.p-recruit-header h2 {
  font-size: 28rem;
  line-height: 38rem;
  font-weight: bold;
}

.p-list-tag li span {
  background: #5A55B9;
  color: #fff;
  border-radius: 20rem;
  padding: 5rem 20rem;
  border-radius: 20rem;
  font-size: 12rem;
  line-height: 20rem;
  margin-right: 5rem;
}
@media screen and (max-width: 860px) {
  .p-list-tag li span {
    font-size: 20rem;
    line-height: 34rem;
  }
}

.p-recruit-body {
  border: 1px solid #D1D1D1;
  padding: 40rem;
  box-sizing: border-box;
  height: 200rem;
  overflow: hidden;
  position: relative;
}
.p-recruit-body p {
  font-size: 14rem;
  line-height: 28rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .p-recruit-body p {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.p-recruit-body p:last-child {
  margin-bottom: 0rem;
}
.p-recruit-body h3 {
  font-size: 18rem;
  line-height: 28rem;
  font-weight: bold;
  padding-bottom: 10rem;
}
@media screen and (max-width: 860px) {
  .p-recruit-body h3 {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.p-recruit-body:after {
  /*下から上にグラデーションで透明になっていくオブジェクト*/
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, #fff 100%);
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}
.p-recruit-body.--open {
  height: auto;
}
.p-recruit-body.--open:after {
  display: none;
}

.p-recruit-btn {
  margin-top: -23rem;
  position: relative;
  z-index: 200;
}

.p-sns-list {
  position: fixed;
  top: 150rem;
  right: 0rem;
}
.p-sns-list li {
  padding: 15rem;
}
.p-sns-list li:first-child {
  background: #10448B;
}
.p-sns-list li:nth-child(2) {
  background: #135690;
}
.p-sns-list li:nth-child(3) {
  background: #1264A7;
}
.p-sns-list li:nth-child(4) {
  background: #237FC0;
}
@media screen and (max-width: 860px) {
  .p-sns-list {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .p-sp-nav-list {
    position: fixed;
    top: 0rem;
    left: 0rem;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
  }
  .p-sp-nav-list ul {
    width: 100%;
  }
  .p-sp-nav-list ul li {
    font-size: 24rem;
    line-height: 38rem;
    padding-bottom: 40rem;
  }
  .p-sp-nav-list a {
    margin-top: 20rem;
    width: 50% !important;
  }
}

.p-list-style-none li {
  list-style-type: none !important;
}

.p-share-title {
  padding-bottom: 15rem;
  font-size: 18rem;
  font-weight: bold;
}
.p-share-title:before {
  content: "";
  width: 3rem;
  height: 20rem;
  display: inline-block;
  transform: rotate(-45deg);
  background: #000;
  border-radius: 10rem;
  margin-left: 15rem;
  margin-right: 15rem;
}
@media screen and (max-width: 750px) {
  .p-share-title:before {
    width: 6rem;
    height: 40rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
}
.p-share-title:after {
  content: "";
  width: 3rem;
  height: 20rem;
  display: inline-block;
  transform: rotate(45deg);
  background: #000;
  border-radius: 10rem;
  margin-left: 15rem;
  margin-right: 15rem;
}
@media screen and (max-width: 750px) {
  .p-share-title:after {
    width: 6rem;
    height: 40rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
}
@media screen and (max-width: 750px) {
  .p-share-title {
    font-size: 28rem;
  }
}

.p-box-white-1 {
  background: #fff;
  box-sizing: border-box;
  border-radius: 5rem;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}

@media screen and (max-width: 860px) {
  .p-sp-pt-40 {
    padding-top: 40rem;
  }
}

@media screen and (max-width: 860px) {
  .p-sp-pb-60 {
    padding-bottom: 60rem;
  }
}

.p-width-60 {
  display: inline-block;
  width: 60rem;
  margin-right: 20rem;
}
.p-width-60 img {
  width: 100%;
  height: 100%;
}

.p-box-count-1 {
  font-weight: bold;
  font-size: 18rem;
}
@media screen and (max-width: 860px) {
  .p-box-count-1 {
    font-size: 28rem;
    line-height: 38rem;
  }
}
.p-box-count-1 span {
  font-size: 24rem;
  line-height: 34rem;
  color: #4540A5;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .p-box-count-1 span {
    font-size: 34rem;
    line-height: 48rem;
  }
}

.p-title-box-1 dt {
  color: #4540A5;
  font-size: 12rem;
}
@media screen and (max-width: 860px) {
  .p-title-box-1 dt {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.p-title-box-1 dd {
  font-weight: bold;
  color: #4540A5;
  font-size: 24rem;
}
@media screen and (max-width: 860px) {
  .p-title-box-1 dd {
    font-size: 34rem;
    line-height: 48rem;
  }
}

.p-list-mb-20 li, .p-list-mb-20 article {
  margin-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .p-list-mb-20 li, .p-list-mb-20 article {
    margin-bottom: 30rem;
  }
}

.p-main-header {
  height: 64rem;
  box-sizing: border-box;
  padding: 10rem;
}
@media screen and (max-width: 860px) {
  .p-main-header {
    padding: 0rem;
    overflow: auto;
    white-space: nowrap;
    box-sizing: border-box;
    height: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-main-header::-webkit-scrollbar {
    display: none;
  }
  .p-main-header nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  .p-main-header nav ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  .p-main-header nav ul li {
    white-space: nowrap;
  }
  .p-main-header nav ul li:last-child {
    margin-right: 20rem;
  }
  .p-main-header nav ul li a {
    padding-top: 20rem;
    padding-bottom: 20rem;
    display: block;
  }
}

.p-sidebar-wrapper {
  transition-duration: 0.3s;
}
@media screen and (max-width: 860px) {
  .p-sidebar-wrapper {
    position: fixed;
    left: -320rem;
    height: 100% !important;
    z-index: 100;
    width: 320rem !important;
    max-width: 320rem !important;
    top: 0rem;
  }
}
@media screen and (max-width: 860px) {
  .p-sidebar-wrapper.active {
    left: 0rem;
  }
}

.p-title-box-4 dt {
  font-size: 16rem;
  line-height: 28rem;
}
@media screen and (max-width: 860px) {
  .p-title-box-4 dt {
    font-size: 28rem;
    line-height: 38rem;
    padding-bottom: 5rem;
  }
}
.p-title-box-4 dd {
  font-size: 10rem;
  line-height: 20rem;
  color: #C2C2C2;
}
@media screen and (max-width: 860px) {
  .p-title-box-4 dd {
    font-size: 20rem;
    line-height: 30rem;
  }
}

.p-main-header-top {
  display: none;
}
@media screen and (max-width: 860px) {
  .p-main-header-top h1 {
    font-size: 28rem;
    line-height: 46rem;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width: 860px) {
  .p-main-header-top {
    display: flex;
    align-items: center;
    padding-left: 20rem;
    padding-right: 20rem;
    box-sizing: border-box;
    width: 100%;
    height: 70rem;
    background: #5A55B9;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 860px) {
  .p-flex-sp {
    display: flex;
    justify-content: space-between;
  }
}

.p-ctp-bar-bottom {
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  padding: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .p-ctp-bar-bottom {
    padding: 40rem;
  }
}

.p-tweet-images-1 li:only-child figure {
  width: 100%;
}
.p-tweet-images-1 li:first-child:nth-last-child(2), .p-tweet-images-1 li:first-child:nth-last-child(2) ~ * {
  width: 48%;
}
.p-tweet-images-1 li:first-child:nth-last-child(3):first-child, .p-tweet-images-1 li:first-child:nth-last-child(3) ~ *:first-child {
  width: 100%;
  margin-bottom: 3%;
}
.p-tweet-images-1 li:first-child:nth-last-child(3):nth-child(2), .p-tweet-images-1 li:first-child:nth-last-child(3) ~ *:nth-child(2) {
  width: 48%;
}
.p-tweet-images-1 li:first-child:nth-last-child(3):last-child, .p-tweet-images-1 li:first-child:nth-last-child(3) ~ *:last-child {
  width: 48%;
}
.p-tweet-images-1 li:first-child:nth-last-child(4), .p-tweet-images-1 li:first-child:nth-last-child(4) ~ * {
  width: 48%;
  margin-bottom: 3%;
}
.p-tweet-images-1 img {
  width: 100%;
}

/*ここに書いてね*/
/*C-はここから*/
.c-price-1 {
  font-size: 14rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .c-price-1 {
    font-size: 24rem;
    line-height: 38rem;
    display: flex;
    justify-content: flex-end;
  }
}

.c-title-box-1 .--sub {
  color: #4540A5;
  font-weight: bold;
  font-size: 12rem;
  line-height: 24rem;
}
@media screen and (max-width: 860px) {
  .c-title-box-1 .--sub {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.c-title-box-1 .--main {
  color: #4540A5;
  font-weight: bold;
  font-size: 18rem;
  line-height: 28rem;
}
@media screen and (max-width: 860px) {
  .c-title-box-1 .--main {
    font-size: 34rem;
    line-height: 46rem;
  }
}

@media screen and (max-width: 860px) {
  .c-nav-3 {
    position: absolute;
    top: 10rem;
    right: 80rem;
  }
  .c-nav-3 li {
    width: 54rem;
    height: 54rem;
    box-sizing: border-box;
  }
  .c-nav-3 li a {
    width: 54rem;
    height: 54rem;
    box-sizing: border-box;
    padding: 0rem !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .c-nav-3 li:last-child {
    margin-right: 0rem !important;
  }
}

.c-form_style-1 {
  border: 1px solid #D6D6D6;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 14rem;
  border-radius: 20rem;
  padding: 10rem 25rem 10rem 15rem;
  height: 35rem;
}
@media screen and (max-width: 860px) {
  .c-form_style-1 {
    font-size: 24rem;
    border-radius: 40rem;
    padding: 15rem 20rem 15rem 20rem;
    line-height: 38rem;
    height: 70rem;
  }
}
.c-form_style-1.--radius-1 {
  border-radius: 5rem 0rem 0rem 5rem;
}
.c-form_style-1.--height-1 {
  height: 40rem;
}
@media screen and (max-width: 860px) {
  .c-form_style-1.--height-1 {
    height: 70rem;
  }
}
.c-form_style-1.--size-s {
  font-size: 10rem;
  line-height: 10rem;
  padding: 5rem 10rem 5rem 10rem;
}
@media screen and (max-width: 860px) {
  .c-form_style-1.--size-s {
    width: 100%;
    font-size: 20rem;
    line-height: 20rem;
    padding: 13rem;
  }
}
.c-form_style-1.--no-radius {
  border-radius: 5rem;
}

.c-box-img-preview {
  width: 100%;
  padding-top: 100%;
  box-sizing: border-box;
  background: #F3F3F3;
  margin-top: 15rem;
  position: relative;
}
.c-box-img-preview:after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #BBBBBB;
  line-height: 0rem;
  font-size: 0rem;
  left: 10%;
  height: 0rem;
}
.c-box-img-preview:before {
  content: "";
  display: block;
  padding-top: 80%;
  position: absolute;
  top: 10%;
  border-right: 1px solid #BBBBBB;
  line-height: 0rem;
  font-size: 0rem;
  left: 50%;
  height: 0rem;
  width: 0px;
}

.c-form_style-2 {
  border: 1px solid #D6D6D6;
  width: 100%;
  box-sizing: border-box;
  font-size: 14rem;
  border-radius: 5rem;
  padding: 10rem 25rem 10rem 15rem;
}

.c-title-8 {
  font-size: 18rem;
  line-height: 28rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .c-title-8 {
    font-size: 36rem !important;
    line-height: 48rem !important;
  }
}
.c-title-8.--style-1 .--title {
  font-size: 16rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .c-title-8.--style-1 .--title {
    font-size: 28rem;
    line-height: 40rem;
  }
}
.c-title-8.--style-1 .--count {
  font-size: 16rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .c-title-8.--style-1 .--count {
    font-size: 28rem;
    line-height: 40rem;
  }
}
.c-title-8.--style-2 {
  font-size: 16rem;
  line-height: 26rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .c-title-8.--style-2 {
    font-size: 28rem;
    line-height: 40rem;
  }
  .c-title-8.--style-2 a {
    font-size: 28rem;
    line-height: 40rem;
  }
}

.c-prg-bar-1 {
  background: #EAE9F1;
  display: block;
  width: 100%;
  height: 10rem;
  border-radius: 5rem;
  box-sizing: border-box;
}
.c-prg-bar-1 span {
  display: block;
  background: #5A55B9;
  height: 100%;
  border-radius: 5rem;
  width: 40%;
}
@media screen and (max-width: 860px) {
  .c-prg-bar-1 {
    height: 15rem;
    border-radius: 8rem;
  }
  .c-prg-bar-1 span {
    height: 15rem;
  }
}

.c-nav-side-list-1 li {
  font-size: 14rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 15rem;
}
@media screen and (max-width: 860px) {
  .c-nav-side-list-1 li {
    font-size: 24rem;
    line-height: 38rem;
    padding-bottom: 30rem;
  }
}
.c-nav-side-list-1 li a {
  display: block;
}
.c-nav-side-list-1 li a:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 6rem;
  height: 6rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
  position: relative;
  top: -3rem;
}
.c-nav-side-list-1 li:last-child {
  border-bottom: none;
  padding-bottom: 10rem;
}
@media screen and (max-width: 860px) {
  .c-nav-side-list-1 li {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-btn-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #fff;
  color: #fff;
  max-width: 350rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem;
  box-sizing: border-box;
  font-size: 14rem;
  cursor: pointer;
  border-radius: 5rem;
}
.c-btn-5 svg {
  margin-right: 10rem;
}
.c-btn-5:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6rem;
  height: 6rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
  margin-top: 2rem;
}
@media screen and (max-width: 860px) {
  .c-btn-5 {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
  .c-btn-5:before {
    width: 10rem;
    height: 10rem;
    margin-top: 4rem;
    margin-right: 20rem;
  }
}

.c-btn-6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  background: #5A55B9;
  color: #fff;
  border: none;
  padding: 10rem 30rem;
  border-radius: 60rem;
  width: 90%;
  max-width: 400rem;
  font-size: 16rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .c-btn-6 {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-btn-6.--left {
  margin-left: 0;
  margin-right: 0;
}
.c-btn-6.--size-l {
  max-width: 1000rem;
}
.c-btn-6.--width-full {
  width: 100%;
}
.c-btn-6.--style-2 {
  border: 1px solid #5A55B9;
  background: #EAE9F4;
  color: #5A55B9;
}
.c-btn-6.--arrow:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #5A55B9;
  border-bottom: 1px solid #5A55B9;
  width: 6rem;
  height: 6rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
  position: relative;
  top: -3rem;
}

.c-btn-7 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 5rem 20rem 5rem 20rem;
  border-radius: 20rem;
}

.c-cv-base {
  width: 100%;
  position: relative;
  border-right: 1px solid #fff;
}
.c-cv-base:last-child {
  border-right: none;
}
.c-cv-base:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #5A55B9;
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0.8;
}
.c-cv-base .--inner {
  position: relative;
  z-index: 100;
  color: #fff;
  padding-top: 100rem;
  padding-bottom: 100rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-cv-base .--inner header {
  padding-bottom: 30rem;
}
.c-cv-base .--inner h3 {
  font-size: 28rem;
  line-height: 38rem;
  padding-bottom: 5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .c-cv-base .--inner h3 {
    font-size: 42rem;
    line-height: 58rem;
    padding-bottom: 40rem;
  }
}
.c-cv-base .--inner p {
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 860px) {
  .c-cv-base .--inner p {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-caution-1 {
  background: #5A55B9;
  color: #fff;
  text-align: center;
  padding: 20rem;
  font-size: 24rem;
  line-height: 38rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .c-caution-1 {
    font-size: 28rem;
    line-height: 46rem;
    text-align: left;
    padding: 40rem;
  }
}

.c-faq-box-1 {
  padding-bottom: 30rem;
}
.c-faq-box-1 dt {
  background: #5A55B9;
  color: #fff;
  position: relative;
  font-size: 16rem;
  line-height: 34rem;
  padding: 20rem;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 5rem;
}
@media screen and (max-width: 860px) {
  .c-faq-box-1 dt {
    font-size: 24rem;
    line-height: 38rem;
    padding: 40rem;
    box-sizing: border-box;
  }
}
.c-faq-box-1 dt:after {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  right: 30rem;
  transform: rotate(-45deg);
  margin: auto 0;
}
.c-faq-box-1 dd {
  padding-top: 30rem;
  padding-bottom: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14rem;
  line-height: 28rem;
  display: none;
}
@media screen and (max-width: 860px) {
  .c-faq-box-1 dd {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-list-text-box_2 dt {
  font-size: 14rem;
  font-weight: bold;
  color: #5A55B9;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-list-text-box_2 dt {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-list-text-box_2 dd {
  font-size: 18rem;
  line-height: 38rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-list-text-box_2 dd {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-title-4 {
  text-align: center;
}
.c-title-4 span {
  background: #5A55B9;
  color: #fff;
  display: inline-block;
  padding: 10rem 15rem 10rem 15rem !important;
}

.c-title-5 {
  font-size: 28rem;
  line-height: 38rem;
}
@media screen and (max-width: 860px) {
  .c-title-5 {
    font-size: 38rem;
    line-height: 48rem;
  }
}

.c-tab-1 {
  text-align: center;
  background: #fff;
}
.c-tab-1 li {
  width: 33.3333%;
  font-size: 14rem;
  border-right: 1px solid #F2F2F2;
}
.c-tab-1 li:last-child {
  border-right: none;
}
.c-tab-1 li.over {
  background: #5A55B9;
}
.c-tab-1 li.over a {
  color: #fff;
}
.c-tab-1 li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-tab-1 li:hover {
  background: #5A55B9;
}
.c-tab-1 li:hover a {
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .c-tab-1 li {
    font-size: 24rem;
    line-height: 38rem;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
  }
  .c-tab-1 li:last-child {
    border-bottom: none;
  }
}

.c-title-1 {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 10rem;
  margin-bottom: 20rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-title-2 {
  position: relative;
}
.c-title-2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: #D1D1D1;
  top: 20rem;
  position: absolute;
}
.c-title-2 span {
  padding-right: 20rem;
  display: inline-block;
  background: #F6F6F6;
  position: relative;
  z-index: 100;
}

.c-title-3 {
  font-size: 28rem;
  line-height: 38rem;
  padding-bottom: 40rem;
}
.c-title-3:after {
  margin-top: 20rem;
  content: "";
  display: block;
  width: 300rem;
  height: 1rem;
  background: #D1D1D1;
}
.c-title-3.--long-line:after {
  width: 100%;
}

.c-arrow-left:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 6rem;
  height: 6rem;
  transform: rotate(135deg);
  margin-right: 10rem;
  box-sizing: border-box;
  position: relative;
  top: -3rem;
}

.c-arrow-right:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 6rem;
  height: 6rem;
  transform: rotate(-45deg);
  margin-left: 10rem;
  box-sizing: border-box;
  position: relative;
  top: -3rem;
}

.c-list-style-1 li {
  margin-bottom: 15rem;
  font-size: 16rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-indent: -20rem;
  margin-left: 20rem;
}
.c-list-style-1 li:before {
  content: "";
  display: inline-block;
  width: 11rem;
  height: 11rem;
  background: url(../img/common/arrow_list.svg);
  background-repeat: no-repeat;
  color: #5A55B9;
  margin-right: 10rem;
}
@media screen and (max-width: 860px) {
  .c-list-style-1 li {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-list-style-1 li:last-child {
  margin-bottom: 0rem;
}
.c-list-style-1.--mb-0 li {
  margin-bottom: 0rem !important;
}

.c-list-style-2 li {
  margin-bottom: 15rem;
  font-size: 16rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-left: 20rem;
  list-style: decimal;
}
@media screen and (max-width: 860px) {
  .c-list-style-2 li {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-list-style-2 li:last-child {
  margin-bottom: 0rem;
}
.c-list-style-2.--mb-0 li {
  margin-bottom: 0rem !important;
}
.c-list-style-2.--size-small li {
  font-size: 14rem;
  line-height: 24rem;
  margin-bottom: 5rem;
}
.c-list-style-2.--size-small li:last-child {
  margin-bottom: 0rem;
}
@media screen and (max-width: 860px) {
  .c-list-style-2.--size-small li {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-pankuzu li {
  font-size: 12rem;
}
@media screen and (max-width: 860px) {
  .c-pankuzu li {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.c-pankuzu li:after {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 5rem;
  margin-right: 15rem;
  transform: rotate(-45deg);
}
.c-pankuzu li:last-child:after {
  display: none;
}

.c-table-base {
  width: 100%;
  border-collapse: collapse;
}
.c-table-base tr {
  text-align: left;
}
.c-table-base tr:nth-child(odd) {
  background: #F8F8FC;
}
.c-table-base tr th {
  background: #ECEBF6;
  padding: 10rem;
}
.c-table-base tr th:first-child {
  padding-left: 20rem;
}
.c-table-base tr th:last-child {
  padding-right: 20rem;
}
@media screen and (max-width: 860px) {
  .c-table-base tr th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem 30rem 20rem 30rem;
  }
}
.c-table-base tr th:last-child {
  text-align: center;
}
.c-table-base tr td {
  padding: 10rem;
  font-size: 14rem;
}
.c-table-base tr td:first-child {
  padding-left: 20rem;
}
.c-table-base tr td:last-child {
  padding-right: 20rem;
}
@media screen and (max-width: 860px) {
  .c-table-base tr td {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem 30rem 20rem 30rem;
  }
}
.c-table-base tr td:last-child {
  text-align: center;
}
.c-table-base tr td:last-child button {
  margin-left: auto;
  margin-right: auto;
}

.c-btn-8 {
  background: #5A55B9;
  color: #fff;
  width: 40rem;
  height: 40rem;
  border-radius: 20rem;
  border: 3rem solid #fff;
}
@media screen and (max-width: 860px) {
  .c-btn-8 {
    font-size: 24rem;
    line-height: 38rem;
    width: 80rem;
    height: 80rem;
    border-radius: 40rem;
  }
}

.c-table-1 {
  text-align: left;
  border-collapse: collapse;
}
@media screen and (max-width: 860px) {
  .c-table-1 {
    width: 100% !important;
  }
}
.c-table-1 th {
  background: #eeeeee;
  color: #000;
  font-size: 12rem;
  line-height: 16rem;
  padding: 5rem 10rem 5rem 10rem;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-table-1 th {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table-1 td {
  background: #fff;
  font-size: 12rem;
  line-height: 16rem;
  padding: 5rem 10rem 5rem 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-table-1 td {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table-1 tr {
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.c-table-1 tr.u-table-title-1 {
  border-bottom: none;
  border-right: 1px solid #5A55B9;
}
.c-table-1 tr.u-table-title-1 th {
  padding: 0rem;
  height: 26rem;
}
@media screen and (max-width: 860px) {
  .c-table-1 tr.u-table-title-1 th {
    height: auto;
  }
}
.c-table-1 tr.u-table-title-1 th div {
  background: #5A55B9;
  color: #fff;
  height: 26rem;
  padding: 5rem 10rem 5rem 10rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .c-table-1 tr.u-table-title-1 th div {
    height: auto;
  }
}
.c-table-1 tr.u-table-title-1.--text-center th div {
  justify-content: center;
}
.c-table-1.--no-border tr {
  border: none !important;
}
.c-table-1.--border-right tr th {
  border-right: 1px solid #d5d5d5;
}
.c-table-1.--border-right tr td {
  border-right: 1px solid #d5d5d5;
}
.c-table-1.--border-right tr:first-child th {
  border-right: 1px solid #2877c3 !important;
}
.c-table-1.--size-l th {
  font-size: 14rem;
  line-height: 26rem;
  padding: 10rem 20rem;
}
@media screen and (max-width: 860px) {
  .c-table-1.--size-l th {
    font-size: 20rem;
    line-height: 34rem;
    padding: 20rem 20rem;
  }
}
.c-table-1.--size-l td {
  font-size: 14rem;
  line-height: 26rem;
  padding: 10rem 20rem;
}
@media screen and (max-width: 860px) {
  .c-table-1.--size-l td {
    font-size: 20rem;
    line-height: 34rem;
    padding: 10rem 10rem;
  }
}
.c-table-1.--size-l tr.u-table-title-1 th {
  height: 50rem;
  padding: 0rem;
}
.c-table-1.--size-l tr.u-table-title-1 th div {
  padding: 10rem 20rem;
  height: 50rem;
  box-sizing: border-box;
}

.c-title-tag-1 {
  background: #5A55B9;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 12rem;
  line-height: 24rem;
  padding: 5rem;
  box-sizing: border-box;
  border-radius: 5rem;
  top: -20rem;
  position: relative;
}
@media screen and (max-width: 860px) {
  .c-title-tag-1 {
    font-size: 26rem;
    line-height: 38rem;
    padding: 15rem;
  }
}

.c-tag-1 {
  border: 1px solid #5A55B9;
  font-size: 12rem;
  line-height: 12rem;
  padding: 3rem 10rem 3rem 10rem;
  border-radius: 20rem;
}

.c-select-box-1 {
  position: relative;
}
.c-select-box-1:after {
  position: absolute;
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: calc(50% - 7rem);
  right: 20rem;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  transform: rotate(45deg);
}
@media screen and (max-width: 860px) {
  .c-select-box-1:after {
    width: 16rem;
    height: 16rem;
    top: calc(50% - 12rem);
    right: 25rem;
  }
}

.c-title-7 {
  font-size: 18rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
.c-title-7.--size-l {
  font-size: 28rem;
  line-height: 38rem;
}
@media screen and (max-width: 860px) {
  .c-title-7.--size-l {
    font-size: 42rem;
    line-height: 58rem;
  }
}
.c-title-7.--size-s {
  font-size: 12rem;
  line-height: 24rem;
}
@media screen and (max-width: 860px) {
  .c-title-7.--size-s {
    font-size: 24rem;
    line-height: 34rem;
  }
}
.c-title-7.--line-bottom {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 8rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 860px) {
  .c-title-7 {
    font-size: 28rem;
    line-height: 38rem;
  }
}
.c-title-7 span, .c-title-7 b {
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .c-title-7 span, .c-title-7 b {
    font-size: 20rem;
    line-height: 20rem;
  }
}

.u-all-zero {
  font-size: 0rem;
  line-height: 0rem;
}

.u-p-5 {
  padding: 5rem;
}

.u-white-space {
  white-space: nowrap;
}

.u-border-radius-10 {
  border-radius: 10rem;
}

.u-border-radius-5 {
  border-radius: 5rem;
}

.u-max-width-n-200 {
  max-width: calc(100% - 230rem);
}
@media screen and (max-width: 860px) {
  .u-max-width-n-200 {
    max-width: 100%;
  }
}

.c-title-sub-1 {
  font-size: 12rem;
  color: #C0C0C0;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .c-title-sub-1 {
    font-size: 24rem;
    line-height: 38rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.c-logo-header {
  width: 133rem;
  margin-right: 20rem;
}
@media screen and (max-width: 860px) {
  .c-logo-header {
    width: 180rem;
  }
}

.c-icon-1 {
  display: block;
  width: 37rem;
  height: 37rem;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
}

.c-btn-1 {
  background: #5A55B9;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14rem;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif !important;
  line-height: 20rem;
  padding: 5rem 10rem;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5rem;
  border: none;
}
.c-btn-1:hover {
  opacity: 0.8;
}
.c-btn-1 img {
  margin-right: 10rem;
}
.c-btn-1.--small {
  width: 190rem;
  height: 52rem;
  font-size: 14rem;
}
.c-btn-1.--normal {
  width: 375rem;
  height: 52rem;
  font-size: 14rem;
}
.c-btn-1.--center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn-1.--size-l {
  font-size: 14rem;
  line-height: 24rem;
  padding: 5rem 30rem;
}
@media screen and (max-width: 860px) {
  .c-btn-1.--size-l {
    font-size: 24rem;
    line-height: 38rem;
    padding: 15rem 40rem !important;
  }
}
.c-btn-1.--arrow:before {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6rem;
  height: 6rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
  margin-bottom: -2rem;
}
.c-btn-1.--white {
  background: #fff;
  color: #000;
}
.c-btn-1.--white:before {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.c-btn-1.--count-style span {
  display: inline-block;
  padding-right: 10rem;
  padding-left: 10rem;
  box-sizing: border-box;
}
.c-btn-1.--deep-blue {
  background: #5A55B9 !important;
}
@media screen and (max-width: 860px) {
  .c-btn-1 {
    font-size: 24rem !important;
    line-height: 34rem !important;
    padding: 10rem 20rem !important;
    height: auto !important;
  }
}
.c-btn-1.--height-1 {
  height: 40rem;
}
@media screen and (max-width: 860px) {
  .c-btn-1.--height-1 {
    height: 70rem !important;
  }
}
.c-btn-1.--radius-1 {
  border-radius: 0 5rem 5rem 0;
}
.c-btn-1.--bg-red {
  background: #E60012;
}
.c-btn-1.--p-5 {
  padding: 5rem;
}
.c-btn-1.--p-0 {
  padding: 0rem !important;
}
@media screen and (max-width: 860px) {
  .c-btn-1.--sp-p-8 {
    padding: 8rem !important;
  }
}

.c-icon-new {
  display: inline-block;
  background: #fff;
  color: #5A55B9;
  padding: 0rem 20rem;
  border-radius: 5rem;
  margin-left: 10rem;
  font-weight: bold;
}

.c-icon-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #AEAAD2;
  color: #fff;
  border-radius: 5rem;
  margin-left: 10rem;
  font-weight: bold;
  height: 30rem;
  width: 30rem;
  box-sizing: border-box;
}
.c-icon-2.active {
  background: #5A55B9;
}
.c-icon-2:hover {
  background: #5A55B9;
}
@media screen and (max-width: 860px) {
  .c-icon-2 {
    height: 60rem;
    width: 60rem;
  }
}

.c-btn-2 {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding-top: 25rem;
  padding-bottom: 25rem;
  box-sizing: border-box;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  width: 310rem;
  cursor: pointer;
}
.c-btn-2:before {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 8rem;
  height: 8rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .c-btn-2 {
    font-size: 24rem;
    line-height: 34rem;
  }
}

.c-header-tell .--number {
  font-size: 30rem;
  line-height: 30rem;
  font-family: "Oswald", sans-serif;
  padding-bottom: 5rem;
}
.c-header-tell .--number img {
  margin-right: 10rem;
}
.c-header-tell .--time {
  text-align: right;
  width: 100%;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12rem;
  line-height: 12rem;
}
@media screen and (max-width: 860px) {
  .c-header-tell {
    display: none;
  }
}

.c-btn-3 {
  display: block;
  cursor: pointer;
}
.c-btn-3:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 8rem;
  height: 8rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
}

.c-title-6 {
  font-size: 18rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 10rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .c-title-6 {
    font-size: 24rem;
    line-height: 38rem;
    margin-bottom: 40rem;
  }
}

.c-btn-4 {
  border: 1px solid #fff;
  width: 200rem;
  height: 150rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.c-btn-4 span {
  display: block;
  width: 100%;
  padding-right: 15rem;
  padding-left: 15rem;
  box-sizing: border-box;
}
.c-btn-4 img {
  width: auto !important;
  margin-right: 10rem;
  max-width: 13rem;
}
@media screen and (max-width: 860px) {
  .c-btn-4 img {
    max-width: 20rem;
  }
}
@media screen and (max-width: 860px) {
  .c-btn-4 {
    font-size: 24rem;
    line-height: 34rem;
    width: 100%;
    margin-top: 40rem;
  }
}

.c-breadcrumb li {
  margin-right: 10rem;
}
.c-breadcrumb li:last-child {
  margin-right: 0rem;
}
.c-breadcrumb li a {
  display: flex;
  width: 34rem;
  height: 34rem;
  font-size: 12rem;
  box-sizing: border-box;
  background: #fff;
  padding: 10rem;
  justify-content: center;
  align-items: center;
}
.c-breadcrumb li a.over {
  background: #0E4E8B;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .c-breadcrumb li a {
    font-size: 24rem;
    line-height: 34rem;
    width: 54rem;
    height: 54rem;
  }
}

.c-sidebar-1 {
  padding: 40rem;
}
.c-sidebar-1 li {
  margin-bottom: 30rem;
}
.c-sidebar-1 li a {
  display: flex;
}

.c-article-title {
  font-size: 28rem;
  line-height: 46rem;
}
@media screen and (max-width: 860px) {
  .c-article-title {
    font-size: 38rem;
    line-height: 58rem;
  }
}

.c-store-price-1 dt {
  color: #C1C1C1;
}
.c-store-price-1 dd {
  font-weight: bold;
}
.c-store-price-1 dd span {
  font-size: 30rem;
  line-height: 38rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-form-base {
  padding-bottom: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
}
.c-form-base input {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 40rem;
  border: none;
  background: #EFEFEF;
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .c-form-base input {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form-base.--width-half input {
  width: calc(50% - 5rem) !important;
}
.c-form-base textarea {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 10rem;
  border: none;
  background: #EFEFEF;
  font-size: 14rem;
  line-height: 28rem;
  min-height: 200rem;
}
@media screen and (max-width: 750px) {
  .c-form-base textarea {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form-base.--align-top {
  align-items: flex-start;
}
.c-form-base dt {
  width: 260rem;
  padding-right: 30rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16rem;
}
.c-form-base dt span {
  color: #F00;
  display: inline-block;
  margin-left: 10rem;
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .c-form-base dt span {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.c-form-base dd {
  width: calc(100% - 260rem);
}
@media screen and (max-width: 750px) {
  .c-form-base {
    display: block;
    padding-bottom: 20rem;
  }
  .c-form-base dt {
    width: 100%;
    padding-right: 0rem;
    margin-bottom: 20rem;
    font-size: 24rem;
    line-height: 38rem;
  }
  .c-form-base dd {
    width: 100%;
  }
}

.c-title-dl-1 dt {
  color: #8A8A8A;
}
.c-title-dl-1 dt span {
  display: inline-block;
}
.c-title-dl-1 dd {
  color: #000;
}

.c-form-base-dl dt {
  font-size: 14rem;
  line-height: 14rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .c-form-base-dl dt {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-btn-9 {
  border: 1px solid #5A55B9;
  color: #5A55B9;
  padding: 3rem;
  display: block;
  text-align: center;
  font-size: 12rem;
  border-radius: 5rem;
  cursor: pointer;
  background-color: #F6F5FD;
  min-width: 100rem;
}
.c-btn-9.--size-l {
  padding: 4rem 10rem;
  font-size: 14rem;
}
@media screen and (max-width: 750px) {
  .c-btn-9.--size-l {
    font-size: 24rem;
    line-height: 24rem;
    padding: 20rem 30rem;
  }
}
.c-btn-9.--arrow {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.c-btn-9.--arrow:before {
  content: "";
  display: block;
  border-right: 1px solid #5A55B9;
  border-bottom: 1px solid #5A55B9;
  width: 6rem;
  height: 6rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
  margin-bottom: -2rem;
}
.c-btn-9.--arrow.--red {
  border: 1px solid #E60012;
  color: #E60012;
  background-color: #fff;
}
.c-btn-9.--arrow.--red:before {
  border-right: 1px solid #E60012;
  border-bottom: 1px solid #E60012;
}
.c-btn-9.--arrow.--green {
  border: 1px solid #36B295;
  color: #36B295;
  background-color: #fff;
}
.c-btn-9.--arrow.--green:before {
  border-right: 1px solid #36B295;
  border-bottom: 1px solid #36B295;
}
@media screen and (max-width: 750px) {
  .c-btn-9 {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem;
    border-radius: 30rem;
  }
}
.c-btn-9.--no-center {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.c-btn-9.--style-2 {
  background: #5A55B9;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12rem;
  border-radius: 5rem;
  cursor: pointer;
}
.c-btn-9.--style-2:hover {
  background-color: #5A55B9;
  color: #fff;
}
.c-btn-9.--style-2.--arrow {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.c-btn-9.--style-2.--arrow:before {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6rem;
  height: 6rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
  margin-bottom: -2rem;
}
@media screen and (max-width: 750px) {
  .c-btn-9.--style-2 {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem;
    border-radius: 30rem;
  }
}
.c-btn-9.--style-2.--no-center {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.c-btn-9.--style-3 {
  padding: 5rem 20rem 5rem 20rem;
  border-radius: 3rem;
  width: auto;
  display: inline-block;
  min-width: auto;
  font-size: 12rem;
  line-height: 12rem;
}
@media screen and (max-width: 750px) {
  .c-btn-9.--style-3 {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem 20rem;
  }
}
.c-btn-9.--circle-1 {
  width: 37rem;
  height: 37rem;
  border-radius: 20rem;
  box-sizing: border-box;
  text-align: center;
  display: block;
  padding: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 750px) {
  .c-btn-9.--circle-1 {
    width: 80rem;
    height: 80rem;
    border-radius: 40rem;
  }
}
.c-btn-9.--style-4 {
  padding: 5rem 20rem 5rem 20rem;
  border-radius: 3rem;
  width: 90%;
  max-width: 200rem;
  display: inline-block;
  min-width: auto;
  font-size: 14rem;
  line-height: 24rem;
  border-radius: 20rem;
}
@media screen and (max-width: 750px) {
  .c-btn-9.--style-4 {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem 20rem;
    border-radius: 40rem;
  }
}

.c-dott-list-1 li span {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 1px solid #5A55B9;
  margin-right: 10rem;
}
@media screen and (max-width: 750px) {
  .c-dott-list-1 li span {
    width: 20rem;
    height: 20rem;
    margin-right: 20rem;
  }
}
.c-dott-list-1 li.--active span {
  background: #5A55B9;
}

.c-copybox-1 {
  border: 1px solid #5A55B9;
  color: #5A55B9;
  border-radius: 5rem;
}
.c-copybox-1 .--text {
  padding: 5rem;
  width: calc(100% - 30rem);
  overflow: auto;
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .c-copybox-1 .--text {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem;
    width: calc(100% - 60rem);
    box-sizing: border-box;
  }
}
.c-copybox-1 .--btn {
  display: block;
  width: 30rem;
  box-sizing: border-box;
  border-left: 1px solid #5A55B9;
  text-align: center;
  padding: 5rem;
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .c-copybox-1 .--btn {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem;
    width: 60rem;
    height: 60rem;
  }
  .c-copybox-1 .--btn.--sp-no-border-l {
    border-left: none;
  }
}

.c-nav-1 {
  padding: 0rem 15rem 0 15rem;
  border-bottom: 1px solid #E8E8E8;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .c-nav-1 {
    overflow: auto;
  }
}
.c-nav-1 li {
  margin-right: 20rem;
}
.c-nav-1 li a {
  display: block;
  padding-top: 15rem;
  padding-bottom: 15rem;
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .c-nav-1 li a {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-nav-1 li.--active a {
  font-weight: bold;
  color: #5A55B9;
  border-bottom: 2px solid #5A55B9;
}

.c-ctp-mv-1 {
  height: 225rem;
}
.c-ctp-mv-1 img {
  width: 100%;
  height: 225rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*ここまで書いてね*/
.u-width-full {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.u-display-block {
  display: block;
}

.u-p-30 {
  padding: 30rem;
}

.u-max-width-500 {
  max-width: 500rem;
}
@media screen and (max-width: 860px) {
  .u-max-width-500 {
    max-width: 100%;
  }
}

.u-max-width-n-500 {
  width: calc(100% - 520rem);
}
@media screen and (max-width: 860px) {
  .u-max-width-n-500 {
    width: 100%;
  }
}

.u-height-full {
  height: 100%;
}
@media screen and (max-width: 750px) {
  .u-height-full {
    height: auto;
  }
}

.u-pb-200 {
  padding-bottom: 200rem;
}

.u-position-fixed {
  position: fixed;
}
@media screen and (max-width: 860px) {
  .u-position-fixed.--sp-no-fixed {
    position: relative;
  }
}

.u-mb-20 {
  margin-bottom: 20rem;
}

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

.u-border-b-1-gray {
  border-bottom: 1px solid #DBDBDB;
}

.u-bg-white {
  background: #fff;
}

.u-pr-30 {
  padding-right: 30rem;
}

.u-pr-10 {
  padding-right: 10rem;
}

.u-bg-1 {
  background: url(../img/common/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.u-color-white {
  color: #fff;
}
.u-color-white a {
  color: #fff;
}

.u-bg-2 {
  background: url(../img/common/bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 860px) {
  .u-sp-mt-0 {
    margin-top: 0rem !important;
  }
}

.u-bg-4 {
  background: url(../img/common/img_contact_1.png);
  background-size: cover;
}

.u-bg-gray-3 {
  background: #F6F6F6;
}

.u-border-radius-5 {
  border-radius: 5rem;
}

.u-max-width-n-100 {
  width: calc(100% - 120rem);
}
@media screen and (max-width: 860px) {
  .u-max-width-n-100 {
    width: 100%;
  }
}

.u-color-ppl {
  color: #4540A5;
}

.u-last-pb-0 .u-pb-40:last-child {
  padding-bottom: 0rem;
}

.u-border-l-5-gray {
  border-left: 5px solid #EFEFEF;
}

.u-ml-40 {
  margin-left: 40rem;
}

.u-mt-10 {
  margin-top: 10rem;
}

.u-bg-trgl-left {
  overflow: hidden;
  position: relative;
}
.u-bg-trgl-left:before {
  content: "";
  display: block;
  width: 100rem;
  height: 100rem;
  background: #5A55B9;
  position: absolute;
  top: -80rem;
  left: -50rem;
  z-index: -1;
  transform: rotate(-45deg);
}
@media screen and (max-width: 860px) {
  .u-bg-trgl-left:before {
    left: -50rem;
    top: -50rem;
    width: 100rem;
    height: 100rem;
  }
}
.u-bg-trgl-left.--white:before {
  background: #F6F6F6 !important;
  z-index: 1;
  top: -520rem;
}
@media screen and (max-width: 860px) {
  .u-bg-trgl-left.--white:before {
    top: -5%;
  }
}
.u-bg-trgl-left.--pure-white:before {
  background: #fff !important;
  z-index: 1;
  top: -520rem;
}
@media screen and (max-width: 860px) {
  .u-bg-trgl-left.--pure-white:before {
    top: -5%;
  }
}
.u-bg-trgl-left * {
  position: relative;
  z-index: 100;
}

.u-bg-img-3 {
  background: url(../img/common/bg_footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.u-mb-30 {
  margin-bottom: 30rem;
}

.u-p-20 {
  padding: 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .u-p-20 {
    padding: 30rem;
  }
}

.u-p-15 {
  padding: 15rem;
}

.u-ml-10 {
  margin-left: 10rem;
}

.u-bg-gray {
  background: #EFEFEF;
}

.u-bg-gray-2 {
  background: #F8F8F8;
}

.u-pl-10 {
  padding-left: 10rem;
}

.u-ml-20 {
  margin-left: 20rem;
}

.u-pt-260 {
  padding-top: 260rem;
}

.u-pt-360 {
  padding-top: 360rem;
}

.u-n-mt-100 {
  margin-top: -100rem;
}

.u-n-mt-50 {
  margin-top: -50rem;
}
@media screen and (max-width: 860px) {
  .u-n-mt-50 {
    margin-top: -100rem;
  }
}

.u-sp-pb-20 {
  padding-bottom: 20rem;
}

.u-sp-mb-40 {
  margin-bottom: 40rem;
}

.u-mt-n-200 {
  margin-top: -200rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

.u-pb-100 {
  padding-bottom: 100rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

.u-mb-60 {
  margin-bottom: 60rem;
}

.u-pt-20 {
  padding-top: 20rem;
}

.u-pt-10 {
  padding-top: 10rem;
}

.u-pt-80 {
  padding-top: 80rem;
}

.u-max-width-300 {
  width: 90%;
  max-width: 300rem;
}
@media screen and (max-width: 860px) {
  .u-max-width-300.--sp-full {
    width: 100%;
    max-width: 100%;
  }
}

.u-color-gray {
  color: #8A8A8A;
}

@media screen and (max-width: 860px) {
  .u-max-width-full {
    width: 100%;
    max-width: 100%;
  }
}

.u-max-width-n-300 {
  width: calc(100% - 320rem);
}
@media screen and (max-width: 860px) {
  .u-max-width-n-300 {
    width: 100%;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-max-width-300 {
    width: 300rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-max-width-400 {
    width: 100%;
    max-width: 400rem;
  }
}

.u-max-width-100 {
  width: 90%;
  max-width: 100rem;
}

.u-max-width-70 {
  width: 90%;
  max-width: 70rem;
}

.u-pt-64 {
  padding-top: 64rem;
}

.u-no-border-bottom {
  border-bottom: none !important;
}

@media screen and (max-width: 860px) {
  .u-sp-pt-80 {
    padding-top: 80rem;
  }
}

.u-pt-15 {
  padding-top: 15rem;
}

.u-mt-80 {
  margin-top: 80rem;
}

@media screen and (max-width: 860px) {
  .u-sp-pt-20 {
    padding-top: 20rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pt-10 {
    padding-top: 10rem;
  }
}

.u-mt-150 {
  margin-top: 150rem;
}

.u-show-none {
  position: fixed;
  left: -9999rem;
}

.u-mr-20 {
  margin-right: 20rem;
}

.u-mt-100 {
  margin-top: 100rem;
}

.u-width-60 {
  width: 60rem;
}

.u-mt-200 {
  margin-top: 200rem;
}

.u-bg-lightred {
  background: #f6ebe8 !important;
}

.u-bg-lightblue {
  background: #d6e3f2 !important;
}

.u-pt-200 {
  padding-top: 200rem;
}

.u-position-relative {
  position: relative;
}

.u-top-n-50 {
  top: -50rem;
}

.u-mt-n-50 {
  margin-top: -50rem;
}

.u-p-60 {
  padding: 60rem;
}

.u-p-50 {
  padding: 50rem;
}

.u-pb-30 {
  padding-bottom: 30rem;
}

.u-pt-60 {
  padding-top: 60rem;
}

.u-pt-50 {
  padding-top: 50rem;
}

.u-pt-5 {
  padding-top: 5rem;
}

.u-text-center {
  text-align: center;
}

.u-width-640 {
  width: 640rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .u-width-640 {
    width: 100%;
  }
}

.u-width-n-640 {
  width: calc(100% - 660rem);
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .u-width-n-640 {
    width: 100%;
  }
}

.u-pl-60 {
  padding-left: 60rem;
}
@media screen and (max-width: 860px) {
  .u-pl-60 {
    padding-left: 0rem;
  }
}

.u-posiiton-r {
  position: relative;
}

.u-width-half {
  width: 50%;
}

.u-width-half_s {
  width: 48%;
}
@media screen and (max-width: 860px) {
  .u-width-half_s {
    width: 100%;
  }
}

.u-pt-20 {
  padding-top: 20rem;
}

.u-font-size-12 {
  font-size: 12rem;
  line-height: 24rem;
}
@media screen and (max-width: 860px) {
  .u-font-size-12 {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-font-size-14 {
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 860px) {
  .u-font-size-14 {
    font-size: 24rem;
    line-height: 38rem;
  }
}

@media screen and (max-width: 860px) {
  .u-max-sp-width-150 {
    max-width: 150rem !important;
  }
}

.u-pb-20 {
  padding-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .u-pb-20 {
    padding-bottom: 40rem;
  }
  .u-pb-20.--sp-pb-10 {
    padding-bottom: 10rem;
  }
  .u-pb-20.--sp-pb-15 {
    padding-bottom: 15rem;
  }
}

.u-pb-10 {
  padding-bottom: 10rem;
}

@media screen and (max-width: 860px) {
  .u-sp-pb-10 {
    padding-bottom: 10rem;
  }
}

.u-mt-100 {
  margin-top: 100rem;
}

.u-position-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.u-top-n-60 {
  top: -60rem;
}

.u-z-100 {
  z-index: 100;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-mr-30 {
  margin-right: 30rem;
}

.u-pb-80 {
  padding-bottom: 80rem;
}

.u-font-size-16 {
  font-size: 16rem;
}
.u-font-size-16 p {
  font-size: 16rem !important;
  line-height: 32rem !important;
}
@media screen and (max-width: 860px) {
  .u-font-size-16 p {
    font-size: 24rem !important;
    line-height: 46rem !important;
  }
}

.u-sp-overflow-auto {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}
.u-sp-overflow-auto::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 860px) {
  .u-sp-width-200 {
    width: 200rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-width-n-200 {
    width: calc(100% - 240rem);
  }
}

.u-mb-40 {
  margin-bottom: 40rem;
}

.u-text-box_1 {
  font-size: 14rem;
  line-height: 27rem;
}
@media screen and (max-width: 860px) {
  .u-text-box_1 {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-pb-15 {
  padding-bottom: 15rem;
}

.u-max-width-n-70 {
  width: calc(100% - 70rem);
}
@media screen and (max-width: 860px) {
  .u-max-width-n-70 {
    width: 100%;
  }
}

.u-min-height-100 {
  min-height: 100rem;
}

.u-placeholder-1[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block; /* For Firefox */
}

.u-pl-30 {
  padding-left: 30rem;
}

.u-pr-30 {
  padding-right: 30rem;
}

.u-width-720 {
  width: 720rem;
}
@media screen and (max-width: 860px) {
  .u-width-720 {
    width: 100%;
  }
}

.u-border-b1gray {
  border-bottom: 1px solid #EDEDED;
}

.u-border-b2gray {
  border-bottom: 1px solid #C7C7C7;
}

.u-pt-40 {
  padding-top: 40rem;
}

.u-pt-30 {
  padding-top: 30rem;
}

.u-max-width-470 {
  width: 100%;
  max-width: 470rem;
}
@media screen and (max-width: 860px) {
  .u-max-width-470.--sp-full {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-pb-120 {
  padding-bottom: 120rem;
}

.u-text-left {
  text-align: left;
}

.u-mt-n-80 {
  margin-top: -80rem;
}

.u-mt-n-140 {
  margin-top: -140rem;
}
@media screen and (max-width: 860px) {
  .u-mt-n-140.--sp-0 {
    margin-top: 0rem;
  }
}

.u-mt-n-90 {
  margin-top: -90rem;
}

.u-p-100 {
  padding: 100rem;
}
@media screen and (max-width: 860px) {
  .u-p-100.--sp-p-40 {
    padding: 40rem;
  }
}

.u-under-ml-5 li {
  margin-left: 5rem;
}

.u-under-ml-10 li {
  margin-left: 10rem;
}

.u-max-width-150 {
  width: 150rem;
  max-width: 150rem;
}
@media screen and (max-width: 860px) {
  .u-max-width-150 {
    width: 300rem !important;
    max-width: 300rem !important;
  }
}

.u-under-ml-20 li {
  margin-left: 20rem;
}

.u-under-ml-30 li {
  margin-left: 30rem;
}

.u-p-10 {
  padding: 10rem;
}

.u-mb-10 {
  margin-bottom: 10rem;
}

.u-link-size-full {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  display: block;
}
.u-link-size-full:hover {
  opacity: 0.4;
  background: #fff;
}

.u-p-10-20 {
  padding: 10rem 20rem;
}

.u-pb-180 {
  padding-bottom: 180rem;
}

.u-pr-40 {
  padding-right: 40rem;
}
.u-pr-40.--must {
  padding-right: 40rem !important;
}

.u-pr-60 {
  padding-right: 60rem;
}
.u-pr-60.--sp-0 {
  padding-right: 0rem;
}

.u-sp-pb-60 {
  padding-bottom: 60rem;
}

@media screen and (max-width: 860px) {
  .u-sp-pt-40 {
    padding-top: 40rem;
  }
}

.u-ml-30 {
  margin-left: 30rem;
}

.u-bg-white {
  background: #fff;
}

.u-bg-white-right_1:before {
  content: "";
  background: #fff;
  height: 430rem;
  display: block;
  border-radius: 10rem 0 0 10rem;
  position: absolute;
  top: 220rem;
  right: 0rem;
  width: calc(100% - (100% - 1100rem) / 2 + 80rem);
  opacity: 0.9;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}
@media screen and (max-width: 860px) {
  .u-bg-white-right_1.--sp-none:before {
    display: none;
  }
}

.u-bg-none {
  background: none;
}

.u-mt-n-60 {
  margin-top: -60rem;
}

.u-pt-160 {
  padding-top: 160rem;
}

.u-pt-100 {
  padding-top: 100rem;
}

.u-width-500 {
  width: 500rem;
}

.u-bg-pink_1 {
  position: relative;
}
.u-bg-pink_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 430rem;
  background: url(../img/common/img_salon_2.png);
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}

.u-bg-img_1 {
  position: relative;
}
.u-bg-img_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 430rem;
  background: url(../img/common/img_faq.png);
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.u-bg-img-2 {
  background: url(../img/common/img_resister.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bg-blue {
  background: #0E4E8B;
  color: #fff;
}

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

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

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

@media screen and (max-width: 860px) {
  .u-sp-pb-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-mt-n-5 {
    top: -5rem;
    position: relative;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pt-30 {
    padding-top: 30rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-mt-20 {
    margin-top: 20rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pb-20 {
    padding-bottom: 20rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pb-40 {
    padding-bottom: 40rem;
  }
}

.u-z-300 {
  z-index: 300;
}

.u-pb-255 {
  padding-bottom: 255rem;
}

.u-pt-90 {
  padding-top: 90rem;
}

.u-pb-90 {
  padding-bottom: 90rem;
}

.u-text-base {
  font-size: 14rem;
  line-height: 26rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-text-base.--white {
  color: #fff;
}
.u-text-base.--size-m {
  font-size: 16rem;
  line-height: 32rem;
}
.u-text-base.--size-l {
  font-size: 24rem;
  line-height: 38rem;
}
.u-text-base.--type-mincho {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 860px) {
  .u-text-base {
    font-size: 24rem;
    line-height: 42rem;
  }
  .u-text-base.--sp-line-s {
    line-height: 32rem;
  }
}

.u-pb-40 {
  padding-bottom: 40rem;
  box-sizing: border-box;
}

@media screen and (max-width: 860px) {
  .u-sp-mr-0 {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-overflow-n-auto {
    overflow: visible !important;
  }
}

.u-max-width-640 {
  max-width: 640rem;
}
@media screen and (max-width: 860px) {
  .u-max-width-640 {
    max-width: 100%;
  }
}

.list-sns {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.list-sns li {
  padding-right: 5rem;
  padding-left: 5rem;
}
.list-sns li a {
  width: 58rem;
  height: 58rem;
  display: block;
  padding: 5rem 20rem 5rem 20rem;
  color: #fff;
  text-decoration: none;
  border-radius: 40rem;
  font-size: 20rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 750px) {
  .list-sns li a {
    width: 80rem;
    height: 80rem;
    font-size: 40rem;
    font-size: 24rem;
    padding: 10rem 30rem 10rem 30rem;
    box-sizing: border-box;
    border-radius: 40rem;
  }
}
.list-sns .tw {
  display: inline-block;
}
.list-sns .tw a {
  background: #4A99E9;
}
.list-sns .fb {
  display: inline-block;
}
.list-sns .fb a {
  background: #3975EA;
}
.list-sns .line {
  display: inline-block;
}
.list-sns .line a {
  background: #3CB035;
}
.list-sns .inst {
  display: inline-block;
}
.list-sns .inst a {
  background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
@media screen and (max-width: 750px) {
  .list-sns.u-pt-40 {
    padding-top: 80rem;
  }
  .list-sns.u-pb-30 {
    padding-bottom: 60rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-text-left {
    text-align: left;
  }
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-max-width-550 {
  max-width: 550rem;
}

.u-max-width-400 {
  width: 90%;
  max-width: 400rem;
}
@media screen and (max-width: 750px) {
  .u-max-width-400 {
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mb-20 {
    margin-bottom: 20rem;
  }
}

.u-bg-ppl {
  background: #4540A5 !important;
  color: #fff;
}

.u-mb-100 {
  margin-bottom: 100rem;
}

.u-max-width-1100 {
  max-width: 1100rem;
  box-sizing: border-box;
  width: 90%;
}

@media screen and (max-width: 860px) {
  .u-sp-p-10 {
    padding: 10rem;
  }
}

.u-width-430 {
  width: 430rem;
}
@media screen and (max-width: 750px) {
  .u-width-430 {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-width-n-150 {
    width: calc(100% - 150rem);
  }
}

@media screen and (max-width: 750px) {
  .u-sp-width-full {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-max-width-930 {
  width: 930rem;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .u-max-width-930 {
    width: 100%;
  }
}

.u-max-width-900 {
  width: 900rem;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .u-max-width-900 {
    width: 100%;
  }
}

.u-width-n-430 {
  width: calc(100% - 430rem);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .u-width-n-430 {
    width: 100%;
  }
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-font-size-28 {
  font-size: 28rem;
  line-height: 46rem;
}
@media screen and (max-width: 860px) {
  .u-font-size-28 {
    font-size: 38rem;
    line-height: 58rem;
  }
}

.u-p-40 {
  padding: 40rem;
  box-sizing: border-box;
}

.u-sp-p-80-40 {
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .u-sp-p-80-40 {
    padding: 80rem 40rem;
  }
}

.u-bg-color-1 {
  background: #4540A5;
}

.u-width-40 {
  width: 40rem;
}

.u-width-250 {
  width: 250rem;
}

.u-width-n-250 {
  width: calc(100% - 250rem);
}
@media screen and (max-width: 860px) {
  .u-width-n-250 {
    width: 100%;
    box-sizing: border-box;
  }
}

.u-bg-3 {
  background: #5A55B9;
  color: #fff;
}
.u-bg-3 a {
  color: #fff;
}

.u-body-height {
  height: calc(100% - 64rem);
}

.u-overflow-auto {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.u-overflow-auto::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 860px) {
  .u-sp-pt-50 {
    padding-top: 50rem;
  }
}

.u-mt-n-40 {
  margin-top: -40rem;
}

.u-width-230 {
  width: 230rem;
}
@media screen and (max-width: 860px) {
  .u-width-230 {
    width: 100%;
  }
}

.u-width-n-230 {
  width: calc(100% - 230rem);
}
.u-width-n-230.--margin-side-20 {
  width: calc(100% - 250rem);
}
@media screen and (max-width: 860px) {
  .u-width-n-230.--margin-side-20 {
    width: 100%;
  }
}

.u-pt-0 {
  padding-top: 0rem;
}

.u-font-size-18 {
  font-size: 18rem;
  line-height: 30rem;
}
@media screen and (max-width: 860px) {
  .u-font-size-18 {
    font-size: 28rem;
    line-height: 46rem;
  }
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-pb-50 {
  padding-bottom: 50rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-link-full-1 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 860px) {
  .u-sp-pb-5 {
    padding-bottom: 5rem;
  }
}

.u-pr-20 {
  padding-right: 20rem;
}

.u-pl-20 {
  padding-left: 20rem;
}

.u-m-list-pr-19 li, .u-m-list-pr-19 article {
  margin-right: 19rem !important;
}
.u-m-list-pr-19 li:last-child, .u-m-list-pr-19 article:last-child {
  margin-right: 0rem !important;
}

.u-pr-15 {
  padding-right: 15rem;
}

@media screen and (max-width: 860px) {
  .u-max-sp-width-100 {
    width: 90%;
    max-width: 100rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pb-15 {
    padding-bottom: 15rem;
  }
}

.u-hidden {
  position: absolute;
  left: -9999rem;
  top: -9999rem;
}

@media screen and (max-width: 860px) {
  .u-sp-p-60 {
    padding: 60rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-p-30 {
    padding: 30rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-mr-40 {
    margin-right: 40rem;
  }
}

.u-max-width-200 {
  width: 100%;
  max-width: 200rem;
}
@media screen and (max-width: 860px) {
  .u-max-width-200 {
    max-width: 100%;
  }
}
.u-max-width-200.--n-full {
  max-width: 150rem;
  width: 150rem;
}
@media screen and (max-width: 860px) {
  .u-max-width-200.--n-full {
    max-width: 250rem;
    width: 250rem;
  }
}
.u-max-width-200.--n-full-2 {
  max-width: 200rem;
  width: 200rem;
}

.u-position-like-1 {
  position: absolute;
  top: -15rem;
  right: 0rem;
}

.u-pl-30 {
  padding-left: 30rem !important;
}

.u-mt-40 {
  margin-top: 40rem;
}

/*ライブラリ系*/
.openbtn1 {
  position: relative;
  background: #4540A5;
  cursor: pointer;
  width: 70rem;
  height: 70rem;
  z-index: 500;
  display: none;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .openbtn1 {
    position: fixed;
    display: block;
    top: 0rem;
    right: 0rem;
    width: 70rem;
    height: 70rem;
  }
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 27.5%;
  height: 3px;
  border-radius: 0rem;
  background: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 32.5%;
}

.openbtn1 span:nth-of-type(2) {
  top: 50%;
}

.openbtn1 span:nth-of-type(3) {
  top: 67.5%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 36%;
  left: 33.5%;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 66%;
  left: 34.5%;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.ql-editor {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-all;
}
.ql-editor p {
  font-size: 16rem;
  padding-bottom: 40rem;
  line-height: 32rem;
}
.ql-editor p:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 860px) {
  .ql-editor p {
    font-size: 28rem;
    padding-bottom: 60rem;
    line-height: 56rem;
  }
}
.ql-editor img {
  width: 100%;
  height: auto;
}
.ql-editor figure {
  width: 100%;
  margin-bottom: 30rem;
  border: 10rem solid #f1f1f6;
  box-sizing: border-box;
  border-radius: 10rem;
  line-height: 0rem;
  font-size: 0rem;
}
.ql-editor ul,
.ql-editor ol {
  background: #fff;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  border: 1px solid #5A55B9;
  margin: 0px 0px 40rem 0px;
  border-radius: 5rem;
}
.ql-editor ul li,
.ql-editor ol li {
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 860px) {
  .ql-editor ul li,
.ql-editor ol li {
    font-size: 32rem;
    line-height: 46rem;
    margin-bottom: 20rem;
  }
}
.ql-editor ul li {
  list-style-type: disc;
}
.ql-editor ol li {
  list-style-type: decimal;
}
.ql-editor h2 {
  background: #5A55B9;
  font-size: 18rem;
  line-height: 30rem;
  color: #fff;
  padding: 15rem 20rem 15rem 20rem;
  border-radius: 10rem;
  margin-bottom: 50rem;
  margin-top: 20rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h2 {
    font-size: 36rem;
    line-height: 50rem;
    padding: 30rem 40rem 30rem 40rem;
  }
}
.ql-editor h3 {
  font-size: 18rem;
  line-height: 30rem;
  margin-bottom: 50rem;
  border-bottom: 2rem solid #EFEFEF;
  margin-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h3 {
    font-size: 36rem;
    line-height: 50rem;
    padding-bottom: 30rem;
  }
}
.ql-editor h3:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #5A55B9;
  width: 50rem;
  bottom: -2rem;
  left: 0rem;
}
.ql-editor h4 {
  font-size: 18rem;
  line-height: 30rem;
  padding-left: 20rem;
  margin-bottom: 50rem;
  border-left: 5rem solid #5A55B9;
  margin-top: 20rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h4 {
    font-size: 36rem;
    line-height: 50rem;
  }
}
.ql-editor #table-of-contents {
  text-align: center;
  background: none;
  color: #000;
  font-size: 16rem;
  line-height: 28rem;
  font-weight: bold;
  padding-bottom: 10rem;
  padding-top: 10rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 20rem;
  border-radius: 0rem;
}
.ql-editor .wp-block-quote {
  background: #C7C7C7;
  padding: 40rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
}
.ql-editor a {
  color: #5A55B9;
}
.ql-editor .syntaxhighlighter * {
  font-size: 14rem !important;
  line-height: 26rem !important;
}
.ql-editor .hcb_wrap {
  margin-bottom: 40rem !important;
}
.ql-editor .wp-block-group {
  background: #C7C7C7;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  font-size: 14rem;
  line-height: 26rem;
}
@media screen and (max-width: 860px) {
  .ql-editor .wp-block-group {
    font-size: 28rem;
    line-height: 42rem;
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 50rem;
}
@media screen and (max-width: 860px) {
  .ql-editor .movie-wrap {
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ql-editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40rem;
  border: 1px solid #EFEFEF;
  border-radius: 10rem;
  background: #fff;
}
.ql-editor table tr th {
  background: #EFEFEF;
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: 200rem;
}
.ql-editor table tr td {
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: calc(100% - 200rem);
}

input:checked + label::after {
  opacity: 1;
}

label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 20rem;
  font-size: 14rem;
}

label::before,
label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label::before {
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

label::after {
  background-color: #5A55B9;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 8px;
}
/*# sourceMappingURL=common.css.map */