@charset "UTF-8";

/****************************************************************************************************
▼style▼
 ****************************************************************************************************/

@charset "UTF-8";
/* CSS Document */

/*  -------------------------------z------------------------------------------------------------------------------------- */
/* ベースレイアウト設定 */
/*  -------------------------------------------------------------------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
  margin: 0;
  width: 100%;
}

html {
  font-size: 100%;
}

body {
  font-weight: 400;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1.6;
  background: #eeeeee;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 735px) {
  body {
    letter-spacing: 0.05em;
    font-size: 100%;
  }
}

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.wrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap {
    max-width: 90%;
  }
}

._full {
  width: 100%;
}

.txt_nomal {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  color: #262D5A;
}
@media (max-width: 1025px) {
  .txt_nomal {
    font-size: 1rem;
  }
}

.yellowB {
  display: inline-block;
  line-height: 1.2em;
  padding: 5px;
  background: #FCD345;
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* メイン */
/*  -------------------------------------------------------------------------------------------------------------------- */
main {
  max-width: 2600px;
  width: 100%;
  background: url("https://space-co.info/common/upload_data/space-coinfo/image/20210818133732.png") no-repeat center top;
  background-size: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 1600px) {
  main {
    min-height: 960px;
  }
}
@media screen and (min-width: 1800px) {
  main {
    min-height: 1000px;
  }
}
@media (max-width: 1025px) {
  main {
    padding: 1rem 0;
    min-height: 520px;
  }
}
@media (max-width: 735px) {
  main {
    background: url("https://space-co.info/common/upload_data/space-coinfo/image/20210818133854.png") no-repeat;
    background-size: 100%;
    padding: 0.5rem 0;
  }
}
main .wrap {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  main .wrap {
    max-width: 90%;
    padding: 0 5%;
  }
}
@media (max-width: 735px) {
  main .wrap {
    max-width: 94%;
    padding: 0;
  }
}
main h1 {
  padding: 0px 50px;
}
@media (max-width: 1025px) {
  main h1 {
    width: 18%;
    padding: 0px 20px;
  }
  main h1 img {
    width: 100%;
  }
}
@media (max-width: 735px) {
  main h1 {
    width: 24%;
    padding: 0px 20px;
  }
}
main h2.mainTitle {
  font-size: 4.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #262e5b;
  margin: 40px 0;
}
@media screen and (max-width: 1200px) {
  main h2.mainTitle {
    font-size: 3.4rem;
  }
}
@media (max-width: 1025px) {
  main h2.mainTitle {
    font-size: 2.4rem;
    margin: 15px 0;
  }
}
@media (max-width: 735px) {
  main h2.mainTitle {
    margin: 12rem 0 0 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 320px) {
  main h2.mainTitle {
    margin: 10rem 0 0 0;
    font-size: 1.6rem;
  }
}
main h2.mainTitle mark {
  color: #262e5b;
  display: inline-block;
  position: relative;
  background: 0 0;
  z-index: 1;
  margin: 0 10px;
}
main h2.mainTitle mark:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -6px;
  width: 106%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-14deg);
  transform: skewX(-14deg);
  padding: 7px;
  z-index: -1;
}
@media (max-width: 735px) {
  main h2.mainTitle mark:before {
    left: -10px;
    width: 104%;
  }
}
main h2.mainTitle mark span.marker {
  position: relative;
}
main h2.mainTitle mark span.marker:before {
  background-color: #fcd345;
  content: "";
  position: absolute;
  left: 10px;
  bottom: 3px;
  display: inline-block;
  opacity: 0.75;
  width: 220px;
  height: 50px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: -1;
}
@media (max-width: 1025px) {
  main h2.mainTitle mark span.marker:before {
    left: 5px;
    width: 120px;
    height: 40px;
  }
}
@media (max-width: 735px) {
  main h2.mainTitle mark span.marker:before {
    left: 5px;
    bottom: -5px;
    width: 90px;
    height: 30px;
  }
}
main h2.mainTitle mark.sub {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 1025px) {
  main h2.mainTitle mark.sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 735px) {
  main h2.mainTitle mark.sub {
    font-size: 1.15rem;
  }
}
@media (max-width: 1025px) {
  main .img01 {
    width: 60%;
    margin: 20px 0;
  }
  main .img01 img {
    width: 100%;
  }
}
@media (max-width: 735px) {
  main .img01 {
    width: 80%;
    margin: 20px 0;
  }
}

/* ---------------------------------------------------------------------- */
/* mainbox */
.mainBox {
  background: #fff;
  max-width: 1100px;
  border-radius: 10px 10px 0 0;
  margin: 40px auto 0px;
  text-align: center;
  color: #272f5c;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1025px) {
  .mainBox {
    font-size: 1.4rem;
    margin: 25px auto 0px;
  }
}
@media (max-width: 735px) {
  .mainBox {
    font-size: 1rem;
    margin: 20px auto 0px;
  }
}
.mainBox .txtBox {
  margin: 20px auto 10px;
}
@media (max-width: 735px) {
  .mainBox .txtBox {
    margin: 10px auto 10px;
  }
}
.mainBox .txtBox .txtMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0px;
  margin: 0px auto 10px;
  line-height: 1.35;
  max-width: 800px;
}
.mainBox .txtBox .txtMain div:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 735px) {
  .mainBox .txtBox .txtMain div:not(:last-child) {
    margin-right: 4px;
  }
}
.mainBox .txtBox .txtMain .lsS {
  letter-spacing: 0.05rem;
}
.mainBox .txtBox .txtMain .txtL {
  font-size: 4rem;
}
@media (max-width: 1025px) {
  .mainBox .txtBox .txtMain .txtL {
    font-size: 2.8rem;
  }
}
@media (max-width: 735px) {
  .mainBox .txtBox .txtMain .txtL {
    font-size: 1.76rem;
  }
}
@media (max-width: 320px) {
  .mainBox .txtBox .txtMain .txtL {
    font-size: 1.6rem;
  }
}
.mainBox .txtBox .txtMain .txtLLL {
  font-size: 6.4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  .mainBox .txtBox .txtMain .txtLLL {
    font-size: 4rem;
  }
}
@media (max-width: 735px) {
  .mainBox .txtBox .txtMain .txtLLL {
    font-size: 2.4rem;
  }
}
@media (max-width: 320px) {
  .mainBox .txtBox .txtMain .txtLLL {
    font-size: 2rem;
  }
}
.mainBox .txtBox .txtMain .txtLLL:before {
  background-color: #fcd345;
  content: "";
  position: absolute;
  left: 10px;
  bottom: 3px;
  display: inline-block;
  opacity: 0.75;
  width: 320px;
  height: 50px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: -1;
}
@media (max-width: 1025px) {
  .mainBox .txtBox .txtMain .txtLLL:before {
    left: 5px;
    width: 200px;
    height: 30px;
  }
}
@media (max-width: 735px) {
  .mainBox .txtBox .txtMain .txtLLL:before {
    left: 5px;
    bottom: 3px;
    width: 110px;
    height: 20px;
  }
}
@media (max-width: 320px) {
  .mainBox .txtBox .txtMain .txtLLL:before {
    left: 5px;
    bottom: 2px;
    width: 90px;
    height: 20px;
  }
}

.img02 {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 735px) {
  .img02 {
    padding: 0px 10px 8px;
  }
}

.img02Btn {
  font-size: 0;
  line-height: 0;
  max-width: 1100px;
  margin: 0 auto 90px;
}
.img02Btn img {
  width: 100%;
}
@media (max-width: 1025px) {
  .img02Btn {
    margin: 0 auto 40px;
  }
}
@media (max-width: 735px) {
  .img02Btn {
    margin: 0 auto 1.45rem;
  }
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* box01 */
/*  -------------------------------------------------------------------------------------------------------------------- */
.glayBox {
  background: #DDDDDD;
}

.box01 {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1025px) {
  .box01 {
    padding: 40px 0;
  }
}
@media (max-width: 735px) {
  .box01 {
    padding: 1.6rem 0;
  }
}
.box01:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #DDDDDD transparent transparent transparent;
  border-width: 100px 200px 0 200px;
}
@media (max-width: 1025px) {
  .box01:after {
    bottom: -40px;
    border-width: 60px 120px 0 120px;
  }
}
@media (max-width: 735px) {
  .box01:after {
    bottom: -20px;
    border-width: 30px 60px 0 60px;
  }
}
.box01 .child {
  width: 350px;
  background: #fff;
  text-align: center;
  padding: 0 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  letter-spacing: 0.03rem;
  margin: 0 auto 10px;
}
@media (max-width: 1025px) {
  .box01 .child {
    width: 32%;
  }
}
@media (max-width: 735px) {
  .box01 .child {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.box01 .child .headBox {
  background: #272F5C;
  border-radius: 10px 10px 0 0;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  color: #fff;
}
.box01 .child .headBox .mitumoriTxt {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .box01 .child .headBox .mitumoriTxt {
    font-size: 1rem;
  }
}
.box01 .child .headBox .mitumoriTxt .txtL {
  font-size: 2rem;
  color: #FCD245;
}
@media (max-width: 1025px) {
  .box01 .child .headBox .mitumoriTxt .txtL {
    font-size: 1.4rem;
  }
}
.box01 .child .img {
  padding: 20px 0 10px;
}
@media (max-width: 1025px) {
  .box01 .child .img {
    padding: 10px 10px 10px;
  }
}
.box01 .child .txt {
  font-size: 1.3rem;
  color: #262D5A;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .box01 .child .txt {
    font-size: 1rem;
  }
}
.box01 .child .txt .txtL {
  font-size: 1.6rem;
}
@media (max-width: 1025px) {
  .box01 .child .txt .txtL {
    font-size: 1.3rem;
  }
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* ボタン */
/*  -------------------------------------------------------------------------------------------------------------------- */
.btnBox {
  width: 100%;
  margin: 20px auto;
  padding: 40px 0 0 0;
}
@media (max-width: 735px) {
  .btnBox {
    margin: 10px auto 70px;
    padding: 20px 0 0 0;
  }
}
.btnBox.type2 {
  padding: 100px 0 0 0;
  margin: 0 auto 80px;
}
@media (max-width: 1025px) {
  .btnBox.type2 {
    padding: 180px 0 0 0;
    margin: 0 auto 50px;
  }
}
@media (max-width: 735px) {
  .btnBox.type2 {
    padding: 140px 0 0 0;
    margin: 0 auto 1.6rem;
  }
}
.btnBox.type3 {
  padding: 100px 0 80px;
  margin: -20px auto 0px;
}
@media (max-width: 1025px) {
  .btnBox.type3 {
    padding: 40px 0;
    margin: 0 auto 0px;
  }
}
@media (max-width: 735px) {
  .btnBox.type3 {
    padding: 40px 0 20px;
    margin: 0 auto;
  }
}

.btn {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .btn {
    width: 90%;
  }
}
@media (max-width: 735px) {
  .btn {
    width: 100%;
  }
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* h */
/*  -------------------------------------------------------------------------------------------------------------------- */
.title {
  text-align: center;
  width: 100%;
  margin: 30px auto;
}
@media (max-width: 1025px) {
  .title img {
    width: 100%;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------- */
/* box02 */
/*  -------------------------------------------------------------------------------------------------------------------- */
.box02 {
  margin: -30px 0 0 0;
  max-width: 2600px;
  width: 100%;
  background: url("https://space-co.info/common/upload_data/space-coinfo/image/20210818133734.png") no-repeat center top;
  background-size: 100%;
  padding: 100px 0;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .box02 {
    min-height: 1000px;
  }
}
@media (max-width: 1025px) {
  .box02 {
    padding: 2rem 0 1rem;
  }
}
@media (max-width: 735px) {
  .box02 {
    background: #FCD345;
    background-size: 100%;
    margin: 40px 0 0 0;
    padding: 200px 0 0.5rem;
  }
  .box02:before {
    content: "";
    display: block;
    width: 100%;
    height: 265px;
    background-image: url(https://space-co.info/common/upload_data/space-coinfo/image/20210818133735.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.box02:after {
  content: "";
  display: block;
  width: 740px;
  height: 380px;
  background-image: url(https://space-co.info/common/upload_data/space-coinfo/image/20210818133730_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1025px) {
  .box02:after {
    width: 460px;
    height: 200px;
  }
}
@media (max-width: 735px) {
  .box02:after {
    width: 100%;
    height: 200px;
    bottom: -150px;
  }
}
.box02 .logo {
  text-align: right;
  padding: 40px 20px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .box02 .logo {
    padding: 20px 20px 20px 20px;
    position: absolute;
    right: 15px;
    top: 40px;
    width: 22%;
  }
}
@media (max-width: 735px) {
  .box02 .logo {
    padding: 0;
    position: absolute;
    left: 50%;
    top: -15px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40%;
  }
}
@media (max-width: 1025px) {
  .box02 .title {
    padding: 70px 0px 0px 0px;
    width: 80%;
  }
}
@media (max-width: 735px) {
  .box02 .title {
    padding: 0px 0px 0px 0px;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 65px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0.5rem auto 1rem;
  }
}
.box02 .child {
  width: 350px;
  background: #fff;
  text-align: center;
  padding: 0 0 0px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  letter-spacing: 0.03rem;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  .box02 .child {
    width: 32%;
  }
}
@media (max-width: 735px) {
  .box02 .child {
    width: 100%;
    margin: 0 auto 1.8rem;
    border-radius: 10px 10px 0 0;
    line-height: 0;
  }
}
.box02 .child:before {
  content: "";
  display: block;
  width: 326px;
  height: 74px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -15px;
}
@media (max-width: 1025px) {
  .box02 .child:before {
    background-size: 100% !important;
    width: 160px;
    height: 36px;
  }
}
@media (max-width: 735px) {
  .box02 .child:before {
    width: 175px;
    height: 39px;
  }
}
.box02 .child.number01:before {
  background: url(https://space-co.info/common/upload_data/space-coinfo/image/20210818133911.png);
}
.box02 .child.number02:before {
  background: url(https://space-co.info/common/upload_data/space-coinfo/image/20210818133912.png);
}
.box02 .child.number03:before {
  background: url(https://space-co.info/common/upload_data/space-coinfo/image/20210818133912_1.png);
}
.box02 .txt {
  text-align: left;
  padding: 75px 20px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .box02 .txt {
    padding: 35px 10px 15px 10px;
  }
  .box02 .txt br {
    display: none;
  }
}
@media (max-width: 735px) {
  .box02 .txt {
    padding: 35px 10px 15px 10px;
    line-height: 1.4;
  }
  .box02 .txt br {
    display: block;
  }
}
.box02 .block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 735px) {
  .box02 .block .img03 {
    width: 100%;
  }
}
.box02 .block .txt03 {
  text-align: center;
  font-size: 2.4rem;
  width: 100%;
}
@media (max-width: 735px) {
  .box02 .block .txt03 {
    font-size: 1.4rem;
  }
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* box03 */
/*  -------------------------------------------------------------------------------------------------------------------- */
.box03 {
  margin: 0px 0 0 0;
  max-width: 2600px;
  width: 100%;
  background: url(https://space-co.info/common/upload_data/space-coinfo/image/20210818133736.jpg) #272F5C no-repeat center top;
  background-size: 100%;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .box03 {
    min-height: 1000px;
  }
}
@media (max-width: 1025px) {
  .box03 {
    padding: 1rem 0;
  }
}
@media (max-width: 735px) {
  .box03 {
    background: url(https://space-co.info/common/upload_data/space-coinfo/image/20210818133737.jpg);
    background-size: 100%;
    margin: 40px 0 0 0;
    padding: 30px 0 0.5rem;
  }
}
.box03:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #272F5C transparent transparent transparent;
  border-width: 100px 200px 0 200px;
}
@media (max-width: 1025px) {
  .box03:after {
    bottom: -30px;
    border-width: 30px 80px 0 80px;
  }
}
@media (max-width: 735px) {
  .box03:after {
    bottom: -20px;
    border-width: 30px 60px 0 60px;
  }
}
.box03 .leftBox {
  position: relative;
  margin: -30px 0 0 0;
}
@media (max-width: 735px) {
  .box03 .leftBox {
    margin: -20px 0 0 0;
  }
}
.box03 .leftBox .baloomBox {
  position: absolute;
  left: 46%;
  top: 60px;
}
@media (max-width: 735px) {
  .box03 .leftBox .baloomBox {
    position: static;
    margin: -30px 0 0 0;
  }
}
.box03 .leftBox .baloomBox .baloom {
  background: #FFF;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 530px;
}
@media (max-width: 1025px) {
  .box03 .leftBox .baloomBox .baloom {
    padding: 20px;
    max-width: 320px;
    font-size: 94%;
  }
}
@media (max-width: 735px) {
  .box03 .leftBox .baloomBox .baloom {
    padding: 20px;
    max-width: 90%;
    margin: 0 0 0 auto;
    font-size: 94%;
  }
}
.box03 .leftBox .baloomBox .baloom:before {
  content: "";
  border-top: 30px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 735px) {
  .box03 .leftBox .baloomBox .baloom:before {
    border-right: 30px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 30px solid transparent;
    top: -15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.box03 .imgBg {
  width: 48%;
}
.box03 .imgBg img {
  width: 100%;
}
@media (max-width: 1025px) {
  .box03 .imgBg {
    width: 60%;
  }
}
@media (max-width: 735px) {
  .box03 .imgBg {
    width: 90%;
  }
}
@media (max-width: 735px) {
  .box03 .title {
    width: 90%;
    margin: 15px auto;
  }
  .box03 .title img {
    width: 100%;
  }
}
.box03 .rightBox {
  position: relative;
  margin: -260px 0 0 auto;
}
@media (max-width: 1025px) {
  .box03 .rightBox {
    margin: -80px 0 0 0;
  }
}
@media (max-width: 735px) {
  .box03 .rightBox {
    margin: -20px 0 0 0;
  }
}
.box03 .rightBox .imgBg {
  text-align: right;
  margin-left: auto;
}
.box03 .rightBox .baloomBox {
  position: absolute;
  right: 46%;
  top: 280px;
}
@media (max-width: 1025px) {
  .box03 .rightBox .baloomBox {
    right: 55%;
    top: 140px;
  }
}
@media (max-width: 735px) {
  .box03 .rightBox .baloomBox {
    position: static;
    margin: -30px 0 0 0;
  }
}
.box03 .rightBox .baloomBox .baloom {
  background: #FFF;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 530px;
}
@media (max-width: 1025px) {
  .box03 .rightBox .baloomBox .baloom {
    padding: 20px;
    max-width: 320px;
    font-size: 94%;
  }
}
@media (max-width: 735px) {
  .box03 .rightBox .baloomBox .baloom {
    padding: 20px;
    max-width: 90%;
    margin: 0 0 0 0;
    font-size: 94%;
  }
}
.box03 .rightBox .baloomBox .baloom:before {
  content: "";
  border-top: 30px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 50%;
  right: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 735px) {
  .box03 .rightBox .baloomBox .baloom:before {
    border-right: 40px solid transparent;
    border-bottom: 30px solid #fff;
    border-left: 40px solid transparent;
    top: -24%;
    left: 86%;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}
.box03 .number {
  position: absolute;
  top: -40px;
}
@media (max-width: 1025px) {
  .box03 .number {
    width: 20%;
  }
  .box03 .number img {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .box03 .number {
    top: -30px;
    width: 16%;
  }
}
.box03 .titleTxt {
  padding: 30px 0 0px;
  letter-spacing: 0.025rem;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 600;
  color: #272F5C;
  line-height: 1.3;
}
@media (max-width: 1025px) {
  .box03 .titleTxt {
    font-size: 1.5rem;
    padding: 10px 0 0px;
  }
}
.box03 .box03Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 735px) {
  .box03 .box03Flex {
    display: block;
    margin: 1.4rem auto;
  }
}
.box03 .child {
  width: 530px;
  border: 5px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  border-radius: 10px;
}
@media (max-width: 1025px) {
  .box03 .child {
    width: 49%;
  }
}
@media (max-width: 735px) {
  .box03 .child {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.box03 .child .number {
  position: static;
  margin: -40px 0 0 0;
}
.box03 .child .txt {
  padding: 15px 15px 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .box03 .child .txt {
    padding: 15px 10px 22px 10px;
  }
}
@media (max-width: 735px) {
  .box03 .child .txt {
    padding: 14px 8px 14px 8px;
  }
}
.box03 .child .titleTxt {
  padding: 0;
  font-size: 2rem;
}
@media (max-width: 1025px) {
  .box03 .child .titleTxt {
    font-size: 1.4rem;
  }
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* box04 */
/*  -------------------------------------------------------------------------------------------------------------------- */
.box04 {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 1025px) {
  .box04 {
    padding: 40px 0;
  }
}
@media (max-width: 735px) {
  .box04 {
    padding: 1rem 0;
  }
}

.title.type2 {
  margin: 0 auto;
  padding: 80px 0 30px;
}
@media (max-width: 1025px) {
  .title.type2 {
    padding: 40px 0 20px;
    width: 45%;
  }
}
@media (max-width: 735px) {
  .title.type2 {
    padding: 20px 0 20px;
    width: 65%;
  }
}

.staffBox {
  background: #262D5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  margin: 0 auto 30px;
}
@media (max-width: 1025px) {
  .staffBox {
    margin: 0 auto 15px;
  }
}
@media (max-width: 735px) {
  .staffBox {
    display: block;
    padding: 0.4rem 2% 0.5rem;
    margin: 0 auto 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.staffBox .staffImg {
  width: 30%;
  position: relative;
}
@media (max-width: 1025px) {
  .staffBox .staffImg {
    width: 40%;
  }
  .staffBox .staffImg img {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .staffBox .staffImg {
    width: 100%;
  }
}
.staffBox .staffImg .markBox {
  position: absolute;
  right: -20px;
  bottom: 20px;
}
@media (max-width: 1025px) {
  .staffBox .staffImg .markBox {
    right: 30px;
  }
}
@media (max-width: 1025px) {
  .staffBox .staffImg .markBox {
    right: 0px;
  }
}
.staffBox .txtBox {
  position: relative;
  width: 67%;
  padding: 30px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .staffBox .txtBox {
    padding: 5px 0 0 0;
    width: 70%;
  }
}
@media (max-width: 735px) {
  .staffBox .txtBox {
    padding: 0 0 0 0;
    width: 100%;
  }
}
.staffBox .txtBox:before {
  content: "";
  display: block;
  width: 163px;
  height: 170px;
  background-image: url(https://space-co.info/common/upload_data/space-coinfo/image/20210818133917.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 20%;
  top: 0px;
}
@media (max-width: 735px) {
  .staffBox .txtBox:before {
    left: 0%;
    top: -11%;
    width: 140px;
    height: 130px;
  }
}
.staffBox .txtBox .title {
  color: #FFF;
  font-style: italic;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 1025px) {
  .staffBox .txtBox .title {
    font-size: 1rem;
    margin: 15px auto 10px;
  }
}
@media (max-width: 735px) {
  .staffBox .txtBox .title {
    margin: 15px auto 10px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.staffBox .mark {
  color: #262e5b;
  display: inline-block;
  position: relative;
  font-style: italic;
  font-weight: 600;
  font-size: 1.3rem;
  background: 0 0;
  z-index: 1;
  margin: 0 10px;
}
.staffBox .mark:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -8px;
  width: 106%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-14deg);
  transform: skewX(-14deg);
  padding: 7px;
  z-index: -1;
}
@media (max-width: 1025px) {
  .staffBox .mark:before {
    font-size: 0.8rem;
  }
}
@media (max-width: 735px) {
  .staffBox .mark:before {
    left: -10px;
    width: 104%;
  }
}
.staffBox .baloom {
  background: #FFF;
  border-radius: 8px;
  padding: 20px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 720px;
  letter-spacing: 0.02rem;
}
@media (max-width: 1025px) {
  .staffBox .baloom {
    padding: 20px;
    max-width: 420px;
    font-size: 94%;
  }
}
@media (max-width: 735px) {
  .staffBox .baloom {
    padding: 15px;
    max-width: 100%;
    margin: 0 0 0 0;
  }
}
.staffBox .baloom:before {
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  left: -2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 735px) {
  .staffBox .baloom:before {
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    top: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 735px) {
  .staffBox .baloom.type2:before {
    top: -14%;
  }
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* box05 */
/*  -------------------------------------------------------------------------------------------------------------------- */
.box05 {
  margin: 0px 0 0 0;
  max-width: 2600px;
  width: 100%;
  background: url(../common/upload_data/space-coinfo/image/20210818133737_1.jpg) #FCD345 no-repeat center top;
  background-size: 100%;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .box05 {
    min-height: 1000px;
  }
}
@media (max-width: 1025px) {
  .box05 {
    padding: 1rem 0;
  }
}
@media (max-width: 735px) {
  .box05 {
    background: url(../common/upload_data/space-coinfo/image/20210818133737_1.jpg) #FCD345;
    background-size: 100%;
    margin: 40px 0 0 0;
    padding: 10px 0 0.5rem;
  }
}
.box05 .box {
  background: #FFF;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 1025px) {
  .box05 .box {
    margin: 0 auto 60px;
  }
}
@media (max-width: 735px) {
  .box05 .box {
    display: block;
    border: none;
    margin: 0 auto 54px;
  }
}
.box05 .box:after {
  content: "";
  display: block;
  width: 297px;
  height: 153px;
  background-image: url(../common/upload_data/space-coinfo/image/20210818133731.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1025px) {
  .box05 .box:after {
    width: 200px;
    height: 99px;
    bottom: -55px;
  }
}
@media (max-width: 735px) {
  .box05 .box:after {
    width: 160px;
    height: 80px;
    bottom: -40px;
  }
}
.box05 .box:last-child {
  margin: 0 auto 20px;
}
.box05 .box:last-child:after {
  content: none;
}
.box05 .box h4 {
  position: absolute;
  left: -40px;
  top: -40px;
}
@media (max-width: 1025px) {
  .box05 .box h4 {
    width: 30%;
  }
}
@media (max-width: 735px) {
  .box05 .box h4 {
    width: 50%;
    left: -15px;
    top: -15px;
  }
}
.box05 .box .img {
  max-width: 510px;
}
.box05 .box .txtBlock {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.box05 .box .txtWrap {
  margin: 20px auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .box05 .box .txtWrap {
    width: 440px;
  }
}
@media (max-width: 735px) {
  .box05 .box .txtWrap {
    width: 94%;
    padding: 0 3% 4%;
    margin: 10px auto;
  }
}
.box05 .box .kodawari {
  background: #E8E8E8;
  border-radius: 10px;
  position: relative;
  width: 500px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 20px;
  font-size: 94%;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .box05 .box .kodawari {
    width: 400px;
  }
}
@media (max-width: 735px) {
  .box05 .box .kodawari {
    width: 94%;
    margin: 30px auto 20px;
    padding: 26px 10px 10px 15px;
  }
}
.box05 .box .kodawari:before {
  content: "";
  display: block;
  width: 237px;
  height: 30px;
  background-image: url(../common/upload_data/space-coinfo/image/20210818133853.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box05 .box .kodawari .color {
  color: #F25248;
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* box06 */
/*  -------------------------------------------------------------------------------------------------------------------- */
.box06 {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 1025px) {
  .box06 {
    padding: 20px 0;
  }
}
@media (max-width: 735px) {
  .box06 {
    padding: 1rem 0;
  }
}

.title.type3 {
  margin: 0 auto;
  padding: 80px 0 30px;
}
@media (max-width: 1025px) {
  .title.type3 {
    padding: 40px 0 20px;
    width: 66%;
  }
}
@media (max-width: 735px) {
  .title.type3 {
    padding: 20px 0 20px;
    width: 100%;
  }
}

.voiceBox {
  background: #e8e8e8;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
}
@media (max-width: 1025px) {
  .voiceBox {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 735px) {
  .voiceBox {
    display: block;
    margin: 0 auto 20px;
  }
}
.voiceBox .plan {
  position: absolute;
  margin: 20px 0 0 0;
  left: -40px;
  top: -40px;
}
@media (max-width: 1025px) {
  .voiceBox .plan {
    width: 48%;
    left: -20px;
  }
}
@media (max-width: 735px) {
  .voiceBox .plan {
    width: 84%;
    left: -10px;
    top: -25px;
  }
}
.voiceBox .txtBlock {
  max-width: 520px;
  padding: 60px 10px 60px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .voiceBox .txtBlock {
    max-width: 400px;
    padding: 40px 10px 30px 20px;
  }
}
@media (max-width: 735px) {
  .voiceBox .txtBlock {
    padding: 40px 5% 10px 5%;
  }
}
.voiceBox .title {
  color: #272f5c;
  font-style: italic;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
  margin: 20px 0 10px;
}
@media (max-width: 1025px) {
  .voiceBox .title {
    font-size: 1.3rem;
    margin: 15px auto 10px;
  }
}
@media (max-width: 735px) {
  .voiceBox .title {
    margin: 10px auto 10px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.voiceBox .img {
  position: absolute;
  top: -30px;
  right: 40px;
}
@media (max-width: 1025px) {
  .voiceBox .img {
    width: 40%;
    top: -30px;
    right: 10px;
  }
}
@media (max-width: 735px) {
  .voiceBox .img {
    position: static;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/*  -------------------------------------------------------------------------------------------------------------------- */
/* box07 */
/*  -------------------------------------------------------------------------------------------------------------------- */
.box07 {
  background: #272f5c;
  padding: 20px 0 40px;
}
@media (max-width: 1025px) {
  .box07 {
    padding: 20px 0;
  }
}
@media (max-width: 735px) {
  .box07 {
    padding: 1rem 0;
  }
}

.rowBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px auto 30px;
}
.rowBlock:after {
  content: "";
  display: block;
  width: 207px;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.rowBlock .child {
  position: relative;
  width: 207px;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 60px;
}
@media (max-width: 735px) {
  .rowBlock .child {
    max-width: 48%;
  }
}
.rowBlock .child .img {
  position: absolute;
  left: 0;
  top: -50px;
}
.rowBlock .child .txt {
  padding: 180px 7% 10px 7%;
  font-size: 94%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.02rem;
  line-height: 1.5;
}
@media (max-width: 735px) {
  .rowBlock .child .txt {
    padding: 171px 5% 10px 5%;
  }
}
.rowBlock .child:after {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  z-index: 1;
  background-image: url(../common/upload_data/space-coinfo/image/20210818133729_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 10px;
}
@media (max-width: 735px) {
  .rowBlock .child:after {
    width: 32px;
    height: 32px;
    right: -20px;
  }
}
.rowBlock .child:last-child:after {
  content: none;
}

/****************************************************************************************************
 ****************************************************************************************************/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}



/****************************************************************************************************
▼common▼
 ****************************************************************************************************/




.pcVew {
  display: block;
}

.spVew {
  display: none;
}

@media screen and (max-width: 735px) {
  .pcVew {
    display: none;
  }

  .spVew {
    display: block;
  }

  .spNone {
    display: none !important;
  }
}
/*--------------------------------------------------*/
.padBr {
  display: block;
}

@media screen and (min-width: 1025px) {
  .padBr {
    display: none;
  }
}
/*--------------------------------------------------*/
@media screen and (min-width: 321px) {
  .spS {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .spS {
    display: block;
  }
}
/*--------------------------------------------------*/
.displayNone {
  display: none;
}

/*--------------------------------------------------*/
.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.lineS {
  line-height: 1.5;
}

@media print, screen and (max-width: 1000px) {
  .sp100per {
    width: 100%;
  }

  .sp100perImg img {
    width: 100%;
  }
}
@media screen and (max-width: 735px) {
  .spOnly100perImg img {
    width: 100%;
  }
}
img[usemap] {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 1001px) {
  .pcOnly {
    display: block;
  }
}
@media print, screen and (max-width: 1000px) {
  .pcOnly {
    display: none;
  }
}
/*--------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb400 {
  margin-bottom: 400px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 735px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }

  .spmb5 {
    margin-bottom: 5px !important;
  }

  .spmb10 {
    margin-bottom: 10px !important;
  }

  .spmb15 {
    margin-bottom: 15px !important;
  }

  .spmb20 {
    margin-bottom: 20px !important;
  }

  .spmb25 {
    margin-bottom: 25px !important;
  }

  .spmb30 {
    margin-bottom: 30px !important;
  }

  .spmb40 {
    margin-bottom: 40px !important;
  }

  .spmb50 {
    margin-bottom: 50px !important;
  }

  .spmb60 {
    margin-bottom: 60px !important;
  }

  .spmb70 {
    margin-bottom: 70px !important;
  }

  .spmt30 {
    margin-top: 30px !important;
  }

  .spmr0 {
    margin-right: 0 !important;
  }

  .spmr30 {
    margin-right: 30px !important;
  }
}
.per10 {
  width: 10%;
}

.per14 {
  width: 14%;
}

.per15 {
  width: 15%;
}

.per16 {
  width: 16%;
}

.per18 {
  width: 18%;
}

.per20 {
  width: 20%;
}

.per30 {
  width: 30%;
}

.per40 {
  width: 40%;
}

.per43 {
  width: 43%;
}

.per45 {
  width: 45%;
}

.per50 {
  width: 50%;
}

.per60 {
  width: 60%;
}

.per70 {
  width: 70%;
}

.per75 {
  width: 75%;
}

.per80 {
  width: 80%;
}

.per100 {
  width: 100%;
}

.w100per {
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .pcPer10 {
    width: 10% !important;
  }

  .pcPer15 {
    width: 15% !important;
  }

  .pcPer20 {
    width: 20% !important;
  }

  .pcPer25 {
    width: 25% !important;
  }

  .pcPer30 {
    width: 30% !important;
  }

  .pcPer40 {
    width: 40% !important;
  }

  .pcPer50 {
    width: 50% !important;
  }

  .pcPer60 {
    width: 60% !important;
  }

  .pcPer70 {
    width: 70% !important;
  }

  .pcPer75 {
    width: 75% !important;
  }

  .pcPer80 {
    width: 80% !important;
  }

  .pcPer85 {
    width: 85% !important;
  }

  .pcPer90 {
    width: 90% !important;
  }

  .pcmt55 {
    margin-top: 55px !important;
  }

  .pcmr70 {
    margin-right: 70px !important;
  }

  .pcmr120 {
    margin-right: 120px !important;
  }
}
@media print, screen and (max-width: 735px) {
  .spPer10 {
    width: 10% !important;
  }

  .spPer20 {
    width: 20% !important;
  }

  .spPer25 {
    width: 25% !important;
  }

  .spPer30 {
    width: 30% !important;
  }

  .spPer40 {
    width: 40% !important;
  }

  .spPer45 {
    width: 45% !important;
  }

  .spPer50 {
    width: 50% !important;
  }

  .spPer55 {
    width: 55% !important;
  }

  .spPer60 {
    width: 60% !important;
  }

  .spPer70 {
    width: 70% !important;
  }

  .spPer75 {
    width: 75% !important;
  }

  .spPer80 {
    width: 80% !important;
  }

  .spPer100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 736px) {
  .width800 {
    width: 800px;
    margin: 0 auto;
  }
}
.fontB {
  font-weight: 600;
}

.txtBS {
  font-size: 100%;
  font-weight: 600;
}

.txtB {
  font-size: 108%;
  font-weight: 600;
  margin: 0 0 1rem;
}

.txtBB {
  font-size: 116%;
  font-weight: 500;
  margin: 0 0 1rem;
}

.txtBBB {
  font-size: 132%;
  font-weight: 500;
  margin: 0 0 1rem;
}

.txtSS {
  font-size: 60%;
}

.lineS {
  line-height: 1.5;
}

.lineM {
  line-height: 1.7;
}

.colorAqua {
  color: #00C5DF;
}

.colorRed {
  color: #FF0000;
}

.colorBlue {
  color: #0057B2;
}

.colorSociology {
  color: #0096DF;
}

a.linkNone {
  pointer-events: none;
}
@media (min-width: 1026px) {
  a.linkNone {
    pointer-events: auto;
  }
}

@media screen and (max-width: 735px) {
  .sp_lineS {
    line-height: 1.5;
  }
}
.spPer100 img {
  width: 100%;
}

@media (min-width: 1026px) {
  .width50 {
    width: 50px !important;
  }

  .width100 {
    width: 100px !important;
  }

  .width120 {
    width: 120px !important;
  }

  .width140 {
    width: 140px !important;
  }

  .width150 {
    width: 150px !important;
  }

  .width200 {
    width: 200px !important;
  }

  .width250 {
    width: 250px !important;
  }

  .width300 {
    width: 300px !important;
  }

  .width400 {
    width: 400px !important;
  }

  .width700 {
    width: 700px !important;
  }

  .width800 {
    width: 800px !important;
  }

  .width900 {
    width: 900px !important;
  }
}
/*--------------------------------------------------

flex

--------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.typeStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

/*--------------------------------------------------*/
.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

ul.indent li:before {
  content: inherit;
  padding-right: 0rem;
}

ul.indent li {
  padding-left: 0;
  margin-bottom: 0.1rem;
}

.caution {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
}

ul.caution li:before {
  content: inherit;
  padding-right: 0rem;
}

ul.caution li {
  padding-left: 0;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

/*--------------------------------------------------*/
ul {
  list-style: none;
}

ul.listType {
  list-style: none;
}

ul.listType li {
  position: relative;
  padding-left: 1.3rem;
  text-indent: 0;
  margin-bottom: 3px;
}

ul.listType li:before {
  content: "●";
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #3FB045;
}

ul.listType.type2 li:before {
  content: "○";
  color: #1F1913;
}

/*--------------------------------------------------*/
@media (max-width: 1025px) {
  .img100 img {
    width: 100%;
  }
}
.italic {
  font-style: italic;
}