@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Shippori+Mincho:wght@600;700&display=swap");
/** *********************** **/
/*
R
SB
SB
B

font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: 'Shippori Mincho', serif;
	font-weight: 600;
font-family: 'Shippori Mincho', serif;
	font-weight: 700;
*/
/** *********************** **/
.pc_view {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

/** *********************** **/
.clearfix {
  display: block;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

/** *********************** **/
.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
  animation: loader 0.5s linear infinite;
  border: 5px solid rgb(8, 40, 101);
  border-radius: 50%;
  border-right: 5px solid rgba(8, 40, 101, 0.2);
  border-top: 5px solid rgba(8, 40, 101, 0.2);
  content: "";
  height: 50px;
  width: 50px;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/** *********************** **/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/** *********************** **/
header {
  width: 100%;
  height: 15.73vw;
}
header.fixed {
  width: 100%;
  height: 15.73vw;
  background: rgb(255, 255, 255);
  -webkit-animation: menufixed 0.5s linear;
          animation: menufixed 0.5s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

@-webkit-keyframes menufixed {
  0% {
    top: -15.73vw;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes menufixed {
  0% {
    top: -15.73vw;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.head {
  width: 100%;
  height: 15.73vw;
  padding: 0 3.2vw;
}
.head h1 {
  width: 27.2vw;
  position: absolute;
  top: 2.66vw;
  left: 3.2vw;
}
.head ul {
  width: 50.66vw;
  margin: 0 auto;
}
.head li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 4.53vw;
  line-height: 1;
  text-align: center;
}
.head li:last-child {
  margin-right: 0;
}
.head li:nth-of-type(1) a {
  border-top: 1px solid #eceef3;
}
.head li a {
  padding: 4.8vw 0;
  display: block;
  border-bottom: 1px solid #eceef3;
}

.head_request, .head_trial {
  display: none;
}

/** *********************** **/
.mv_area_wrap {
  width: 100%;
  height: 85.6vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), url("../sp_img/cnt_mv_bg.jpg");
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../sp_img/cnt_mv_bg.jpg");
  background-size: cover;
}

.mv_area {
  width: 100%;
  height: 185.6vw;
  margin: 0 auto;
}
.mv_area div {
  width: 100%;
  height: 185.6vw;
  padding-top: 7.73vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 0 auto;
}
.mv_area div figure:nth-of-type(1) {
  width: 85.33vw;
  margin: 0 auto 3.73vw auto;
}
.mv_area div figure:nth-of-type(2) {
  width: 64.08vw;
  margin: 0 auto 2.13vw auto;
}
.mv_area div figure:nth-of-type(3) {
  width: 88.26vw;
  margin: 0 auto;
}

/** *********************** **/
.mv_bottom_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 10vw;
}

.mv_bottom {
  width: 88vw;
  height: auto;
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.69);
  padding: 0 4.53vw 0 4.53vw;
  text-align: center;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.mv_bottom .mv_bottom__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  font-weight: 900;
}
.mv_bottom .mv_bottom__txt div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-bottom: 4px solid;
  background: rgba(255, 255, 255, 0.69);
  padding-top: 30px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.mv_bottom .mv_bottom__txt div .fs-x {
  font-size: 24px;
}
.mv_bottom .mv_bottom__txt div .fs-xl {
  font-size: 34px;
}
.mv_bottom .mv_bottom__txt div.tanimachi {
  color: #AB1C87;
  border-bottom-color: #AB1C87;
}
.mv_bottom .mv_bottom__txt div.kintetsu {
  color: #981E2D;
  border-bottom-color: #981E2D;
}
.mv_bottom .mv_bottom__images {
  display: none;
  width: 100%;
  height: 100%;
  background: url("../sp_img/mv_btm_bg.png") no-repeat top center;
  background-size: 78.93vw auto;
  padding-top: 23px;
}
.mv_bottom h3 {
  width: 74.93vw;
  margin: 0 auto 2.66vw auto;
}
.mv_bottom ul {
  width: 100%;
  font-size: 0;
}
.mv_bottom li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.mv_bottom li:nth-of-type(1) figure {
  width: 30.48vw;
  margin: 0 auto 0 auto;
}
.mv_bottom li:nth-of-type(2) figure {
  width: 29.15vw;
  margin: 0 auto 0 auto;
}

/* .mv_bottom::after {
    content: "";
    width: 6.04vw;
    height: 6.22vw;
    background: url("../sp_img/mv_btm_arrw.png") no-repeat;
    background-size: 6.04vw 6.22vw;
    position: absolute;
    top: 28.53vw;
    right: 1.33vw;
} */
/* .mv_bottom a {
    display: block;
    width: 100%;
    height: 100%;
} */
/** *********************** **/
.cnt_cv_wrap {
  width: 100%;
  height: 145.6vw;
  background: url("../sp_img/cnt_cv_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 44vw;
}

.cnt_cv {
  width: 88vw;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  padding: 8vw 6.66vw 8vw 6.66vw;
  text-align: center;
  position: relative;
}
.cnt_cv h3 {
  width: 75.73vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 7.46vw;
  color: #0b3993;
  text-align: center;
  position: relative;
  padding: 1.86vw 0 1.86vw 0;
  margin: 0 auto 5.33vw auto;
}
.cnt_cv h3::before, .cnt_cv h3::after {
  content: "";
  width: 2.66vw;
  height: 100%;
  position: absolute;
}
.cnt_cv h3::before {
  border-left: solid 1px #0b3993;
  border-top: solid 1px #0b3993;
  border-bottom: solid 1px #0b3993;
  top: 0;
  left: 0;
}
.cnt_cv h3::after {
  border-right: solid 1px #0b3993;
  border-top: solid 1px #0b3993;
  border-bottom: solid 1px #0b3993;
  top: 0;
  right: 0;
}

.cv_price {
  text-align: center;
  padding-bottom: 2.66vw;
  border-bottom: 1px solid #a3a3a2;
  position: relative;
  margin-bottom: 6.66vw;
}
.cv_price::after {
  content: "";
  width: 20.26vw;
  height: 20.26vw;
  border-radius: 10.13vw;
  background: rgba(255, 247, 0, 0.8) url("../sp_img/cnt_cv_txt_03.png") no-repeat center center;
  background-size: 12vw 10.66vw;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0.53vw;
  right: -10.66vw;
}
.cv_price dd {
  width: 100%;
  margin-bottom: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv_price dd figure {
  width: 28.8vw;
  height: auto;
}
.cv_price dd::before, .cv_price dd::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #a3a3a2;
}
.cv_price dd::before {
  margin-right: 2.66vw;
}
.cv_price dd::after {
  margin-left: 2.66vw;
}
.cv_price dt {
  width: 56.35vw;
  margin: 0 auto;
  position: relative;
}
.cv_price dt::after {
  content: "";
  width: 4.53vw;
  height: 2.4vw;
  background: url("../sp_img/cnt_cv_arrw.png") no-repeat;
  background-size: 4.53vw 2.4vw;
  position: absolute;
  top: -5.93vw;
  left: 50%;
  margin-left: -2.265vw;
}

.cv_trial {
  width: 100%;
  height: 18.66vw;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4.8vw;
}
.cv_trial span {
  display: none;
}
.cv_trial a {
  width: 100%;
  height: 18.66vw;
  border-radius: 5px;
  display: block;
  background: #f5002c url("../sp_img/cnt_cv_icn_02.png") no-repeat center left 10.13vw;
  background-size: 9.33vw auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 4.8vw;
  line-height: 18.66vw;
  text-align: left;
  padding-left: 24.33vw;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.cv_tel {
  width: 100%;
}
.cv_tel h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 4.26vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
.cv_tel dl {
  width: 100%;
  height: 18.66vw;
  border: 3px solid #0b3993;
  border-radius: 5px;
  padding: 2.6vw 9.33vw 3.2vw 9.33vw;
  background: #fff;
}
.cv_tel dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  line-height: 1;
  margin-bottom: 0.26vw;
}
.cv_tel dt::before {
  content: "";
  width: 4.53vw;
  height: 8.4vw;
  background: url("../sp_img/cnt_cv_icn_03.png") no-repeat center left;
  background-size: 4.53vw 6.4vw;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.33vw;
  margin-top: -0.26vw;
}
.cv_tel dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.93vw;
  line-height: 1;
}

/** *********************** **/
.cnt_02_wrap {
  width: 100%;
  padding: 0 0 11.73vw 0;
  background: #fff;
}

.cnt_02 {
  width: 88vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_02_txt {
  width: 100%;
  margin: 0 auto 20vw auto;
  position: relative;
}
.cnt_02_txt::after {
  content: "";
  width: 16.53vw;
  height: 2.75vw;
  background: url("../sp_img/cnt_01_title.png") no-repeat;
  background-size: 16.53vw auto;
  position: absolute;
  bottom: -6.66vw;
  left: 50%;
  margin-left: -8.265vw;
}
.cnt_02_txt h3 {
  font-weight: 700;
  font-size: 6.93vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
.cnt_02_txt p {
  width: 100%;
  text-align: center;
}
.cnt_02_txt p span:nth-of-type(1), .cnt_02_txt p span:nth-of-type(2), .cnt_02_txt p span:nth-of-type(3), .cnt_02_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_02_txt p span:nth-of-type(5) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}
.cnt_02_txt p span:nth-of-type(6) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_02_right_01 {
  width: 88vw;
  padding: 8vw 8vw 57vw 8vw;
  background: #f4f6f8 url("../sp_img/cnt_02_img_01.jpg") no-repeat bottom center;
  background-size: 88vw auto;
  margin: 0 auto 20vw auto;
  position: relative;
  text-align: left;
}

.cnt_02_right_02 {
  width: 88vw;
  padding: 8vw 8vw 57vw 8vw;
  background: #f4f6f8 url("../sp_img/cnt_02_img_03.jpg") no-repeat bottom center;
  background-size: 88vw auto;
  margin: 0 auto 0 auto;
  position: relative;
  text-align: left;
}

.cnt_02_left {
  width: 88vw;
  padding: 8vw 8vw 57vw 8vw;
  background: #f4f6f8 url("../sp_img/cnt_02_img_02.jpg") no-repeat bottom center;
  background-size: 88vw auto;
  position: relative;
  margin: 0 auto 20vw auto;
  text-align: left;
}

.cnt_02_right_01 figure, .cnt_02_right_02 figure, .cnt_02_left figure {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cnt_02_right_01 picture, .cnt_02_right_02 picture, .cnt_02_left picture {
  display: none;
}

.cnt_02_right_01 figure::after {
  content: "";
  width: 69.77vw;
  height: 7.37vw;
  background: url("../sp_img/cnt_01_txt_01.png") no-repeat;
  background-size: 69.77vw auto;
  position: absolute;
  bottom: -15vw;
  left: 0;
}

.cnt_02_left figure::after {
  content: "";
  width: 43.28vw;
  height: 8.88vw;
  background: url("../sp_img/cnt_01_txt_02.png") no-repeat;
  background-size: 43.28vw auto;
  position: absolute;
  bottom: -17vw;
  left: 0;
}

.cnt_02_right_02 figure::after {
  content: "";
  width: 42.66vw;
  height: 9.24vw;
  background: url("../sp_img/cnt_01_txt_03.png") no-repeat;
  background-size: 42.66vw auto;
  position: absolute;
  bottom: -17vw;
  left: 0;
}

.cnt_02_right_01 h4, .cnt_02_right_02 h4, .cnt_02_left h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 9.06vw;
  margin-bottom: 8vw;
  color: #000;
  margin-top: 0px;
}

.cnt_02_right_01 p, .cnt_02_right_02 p, .cnt_02_left p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 6.4vw;
}

.cnt_02_right_01::before, .cnt_02_right_02::before, .cnt_02_left::before {
  content: "";
  width: 1px;
  height: 36vw;
  background: #0b3993;
  position: absolute;
  top: -8vw;
  left: 4.8vw;
}

.cnt_02_right_01::after {
  content: "";
  background: url("../sp_img/cnt_02_txt_01.png") no-repeat;
  background-size: 11.82vw 12.17vw;
  width: 11.82vw;
  height: 12.17vw;
  position: absolute;
  top: -8vw;
  left: 8vw;
}

.cnt_02_left::after {
  content: "";
  background: url("../sp_img/cnt_02_txt_02.png") no-repeat;
  background-size: 11.82vw 12.17vw;
  width: 11.82vw;
  height: 12.17vw;
  position: absolute;
  top: -8vw;
  left: 8vw;
}

.cnt_02_right_02::after {
  content: "";
  background: url("../sp_img/cnt_02_txt_03.png") no-repeat;
  background-size: 11.82vw 12.17vw;
  width: 11.82vw;
  height: 12.17vw;
  position: absolute;
  top: -8vw;
  left: 8vw;
}

/** *********************** **/
.cnt_03_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 13.33vw 0 13.33vw 0;
}

.cnt_03_txt {
  width: 100%;
  margin: 0 auto 14.66vw auto;
  position: relative;
}
.cnt_03_txt::after {
  content: "";
  width: 28.62vw;
  height: 3.73vw;
  background: url("../pc_img/cnt_03_title.png") no-repeat;
  background-size: 28.62vw auto;
  position: absolute;
  bottom: -6.66vw;
  left: 50%;
  margin-left: -14.31vw;
}
.cnt_03_txt p {
  width: 100%;
  text-align: center;
}
.cnt_03_txt p span:nth-of-type(1), .cnt_03_txt p span:nth-of-type(2), .cnt_03_txt p span:nth-of-type(3), .cnt_03_txt p span:nth-of-type(4), .cnt_03_txt p span:nth-of-type(5) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_03_txt p span:nth-of-type(6) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}
.cnt_03_txt p span:nth-of-type(7) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_03 figure {
  width: 91.73vw;
  margin: 0 auto;
}

/** *********************** **/
.cnt_04_wrap {
  width: 100%;
  background: #082865;
  padding: 14.66vw 0 13.33vw 0;
}

.cnt_04 {
  width: 88vw;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.cnt_04_txt {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 15.46vw auto !important;
  position: relative !important;
}
.cnt_04_txt::after {
  content: "";
  width: 17.51vw;
  height: 2.93vw;
  background: url("../sp_img/cnt_04_title.png") no-repeat;
  background-size: 17.51vw auto;
  position: absolute;
  bottom: -6.66vw;
  left: 50%;
  margin-left: -8.755vw;
}
.cnt_04_txt p {
  width: 100%;
  text-align: center;
}
.cnt_04_txt p span:nth-of-type(1), .cnt_04_txt p span:nth-of-type(2), .cnt_04_txt p span:nth-of-type(3) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 1px;
}
.cnt_04_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_04 div {
  width: 42.66vw;
  display: inline-block;
  vertical-align: top;
}
.cnt_04 div:nth-of-type(2) {
  margin-right: 2.68vw;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(4) {
  margin-right: 2.68vw;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(5) {
  margin-right: 0;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(6) {
  margin-right: 2.68vw;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(7) {
  margin-right: 0;
  margin-bottom: 8vw;
}
.cnt_04 div:nth-of-type(8) {
  width: 88vw !important;
}
.cnt_04 div dl {
  margin-bottom: 20px;
}
.cnt_04 div dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  line-height: 1;
  color: #fff;
  margin-bottom: 2.66vw;
}
.cnt_04 div dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  line-height: 1;
  color: #fff700;
  position: relative;
  display: inline-block;
  padding: 0 8vw;
}
.cnt_04 div dd::before, .cnt_04 div dd::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.33vw;
  height: 1px;
  background-color: #fff700;
}
.cnt_04 div dd::before {
  left: 0;
}
.cnt_04 div dd::after {
  right: 0;
}
.cnt_04 div:nth-of-type(8) ul {
  display: inline-block;
  vertical-align: top;
}
.cnt_04 div:nth-of-type(8) ul:nth-of-type(1) {
  margin-right: 2.68vw;
}
.cnt_04 div li {
  width: 42.66vw;
  padding: 1.33vw 0 1.86vw 1.86vw;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.93vw;
  line-height: 3.2vw;
  text-align: left;
  color: #fff;
}
.cnt_04 div li span {
  display: block;
  width: 10.66vw;
  height: 3.2vw;
  float: right;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.cnt_04 div:nth-of-type(2) li:last-child, .cnt_04 div:nth-of-type(3) li:last-child, .cnt_04 div ul:nth-of-type(3) li:last-child, .cnt_04 div:nth-of-type(8) ul:nth-of-type(2) li:nth-of-type(16) {
  margin-bottom: 2.66vw;
}
.cnt_04 div i {
  width: 42.66vw;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.13vw;
  line-height: 1;
  font-style: normal;
  text-align: right;
  color: #fff;
}
.cnt_04 div h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  line-height: 6vw;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.06vw;
}
.cnt_04 div dl + h5 {
  margin-top: -1px;
}

/** *********************** **/
.cnt_05_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 13.33vw 0 80px 0;
}

.cnt_05 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cnt_05_txt {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 13.33vw auto !important;
  position: relative !important;
}
.cnt_05_txt::after {
  content: "";
  width: 9.77vw;
  height: 2.93vw;
  background: url("../sp_img/cnt_05_title.png") no-repeat;
  background-size: 9.77vw auto;
  position: absolute;
  bottom: -6.66vw;
  left: 50%;
  margin-left: -4.885vw;
}
.cnt_05_txt p {
  width: 100%;
  text-align: center;
}
.cnt_05_txt p span:nth-of-type(1), .cnt_05_txt p span:nth-of-type(2) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_05_txt p span:nth-of-type(3) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_05 figure {
  width: 85.33vw;
  margin: 0 auto;
}

/** *********************** **/
.cnt_06_wrap {
  width: 100%;
  background: #fff;
  padding: 13.33vw 0;
}

.cnt_06 {
  width: 80vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_06_txt {
  width: 100%;
  margin: 0 auto 33.33vw auto;
  position: relative;
}
.cnt_06_txt::after {
  content: "";
  width: 12.97vw;
  height: 2.84vw;
  background: url("../sp_img/cnt_06_title.png") no-repeat;
  background-size: 12.97vw auto;
  position: absolute;
  bottom: -6.66vw;
  left: 50%;
  margin-left: -6.485vw;
}
.cnt_06_txt p {
  width: 100%;
  text-align: center;
}
.cnt_06_txt p span:nth-of-type(1), .cnt_06_txt p span:nth-of-type(2), .cnt_06_txt p span:nth-of-type(3) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_06_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_06 li {
  width: 80vw;
  padding-top: 22.13vw;
  border: 1.33vw solid #082865;
}
.cnt_06 li:nth-of-type(1), .cnt_06 li:nth-of-type(2) {
  margin-bottom: 25.33vw;
  position: relative;
}
.cnt_06 li:nth-of-type(3) {
  position: relative;
}
.cnt_06 li:nth-of-type(1)::after {
  content: "";
  width: 36.53vw;
  height: 36.53vw;
  background: url("../sp_img/cnt_06_01.png") no-repeat;
  background-size: 36.53vw 36.53vw;
  position: absolute;
  top: -18.66vw;
  left: 50%;
  margin-left: -18.265vw;
}
.cnt_06 li:nth-of-type(2)::after {
  content: "";
  width: 36.53vw;
  height: 36.53vw;
  background: url("../sp_img/cnt_06_02.png") no-repeat;
  background-size: 36.53vw 36.53vw;
  position: absolute;
  top: -18.66vw;
  left: 50%;
  margin-left: -18.265vw;
}
.cnt_06 li:nth-of-type(3)::after {
  content: "";
  width: 36.53vw;
  height: 36.53vw;
  background: url("../sp_img/cnt_06_03.png") no-repeat;
  background-size: 36.53vw 36.53vw;
  position: absolute;
  top: -18.66vw;
  left: 50%;
  margin-left: -18.265vw;
}
.cnt_06 li dl {
  margin-bottom: 8vw;
}
.cnt_06 li dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6.66vw;
  line-height: 1;
  color: #082865;
  margin-bottom: 2.13vw;
}
.cnt_06 li dt span {
  display: inline-block;
  width: 17.15vw;
  height: 7.82vw;
  background: url("../sp_img/cnt_06_parts_01.png");
  background-size: 17.15vw 7.82vw;
  margin-left: 2.66vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 7.2vw;
  color: #fff;
  text-align: left;
  padding-left: 2.86vw;
}
.cnt_06 li dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  line-height: 1;
  color: #082865;
}
.cnt_06 li dd span {
  font-weight: 400;
}
.cnt_06 li p {
  width: 66.66vw;
  height: 28vw;
  padding: 5.33vw 5.33vw 6.66vw 5.33vw;
  background: #f4f6f8;
  border: 1px solid #ced6e5;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  line-height: 6.93vw;
  color: #082865;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
.cnt_06 li p::after {
  content: "";
  width: 9.86vw;
  height: 4vw;
  background: url("../sp_img/cnt_06_parts_03.png") no-repeat;
  background-size: 9.86vw 4vw;
  position: absolute;
  top: -3.73vw;
  left: 50%;
  margin-left: -4.93vw;
}
.cnt_06 li div {
  width: 100%;
  background: #082865;
  margin-top: -4.8vw;
  padding: 10.13vw 0 8vw 0;
}
.cnt_06 li div span {
  display: block;
  background: url("../sp_img/cnt_06_parts_02.png") no-repeat top center;
  background-size: 68.71vw 6.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  line-height: 1;
  color: #fff;
}

/** *********************** **/
.cnt_07_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 13.33vw 0;
}

.cnt_07 {
  width: 88vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_07_txt {
  width: 100%;
  margin: 0 auto 13.33vw auto;
  position: relative;
}
.cnt_07_txt::after {
  content: "";
  width: 15.55vw;
  height: 2.93vw;
  background: url("../sp_img/cnt_07_title.png") no-repeat;
  background-size: 15.55vw auto;
  position: absolute;
  bottom: -6.66vw;
  left: 50%;
  margin-left: -7.775vw;
}
.cnt_07_txt p {
  width: 100%;
  text-align: center;
}
.cnt_07_txt p span:nth-of-type(1), .cnt_07_txt p span:nth-of-type(2) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_07_txt p span:nth-of-type(3), .cnt_07_txt p span:nth-of-type(4) {
  width: 11.46vw;
  height: 11.46vw;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 9.6vw;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

.cnt_06_txt p span:nth-of-type(4) {
  margin-right: 0;
}

.cnt_07_main {
  width: 88vw;
  background: #fff;
  font-size: 0;
  padding: 8vw 0 10.33vw 0;
}
.cnt_07_main figure {
  width: 77.33vw;
  margin: 0 auto 5.33vw auto;
}
.cnt_07_main div {
  width: 100%;
  text-align: center;
}
.cnt_07_main div dl:nth-of-type(1) dt {
  width: 32vw;
  margin: 0 auto 2.93vw auto;
}
.cnt_07_main div dl:nth-of-type(1) dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10.33vw;
  line-height: 1;
  color: #082865;
  margin-bottom: 4vw;
}
.cnt_07_main div p:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 6.4vw;
  margin-bottom: 4vw;
}
.cnt_07_main div dl:nth-of-type(2) {
  margin-bottom: 5.33vw;
}
.cnt_07_main div dl:nth-of-type(2) a {
  width: 75.73vw;
  height: 18.66vw;
  border-radius: 1.33vw;
  display: block;
  margin: 0 auto;
  padding-top: 2.66vw;
  border: 3px solid #0b3993;
}
.cnt_07_main div dl:nth-of-type(2) dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
  line-height: 1;
  background: url("../sp_img/cnt_07_icn_01.png") no-repeat left bottom;
  background-size: 4.62vw auto;
  margin: 0 9.33vw 1.73vw 9.33vw;
  padding-left: 5.33vw;
}
.cnt_07_main div dl:nth-of-type(2) dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.93vw;
  line-height: 1;
}
.cnt_07_main div h4 {
  width: 32vw;
  height: 6.66vw;
  border-radius: 0 3.33vw 3.33vw 0;
  background: #082865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  line-height: 6.66vw;
  color: #fff;
  text-align: center;
  margin: 0 0 2.66vw 6.135vw;
}
.cnt_07_main div p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 6.4vw;
  margin: 0 6.135vw;
  text-align: left;
}
.cnt_07_main div p:nth-of-type(2) span {
  font-weight: 700;
  color: #082865;
}

/** *********************** **/
.cnt_08_wrap {
  width: 100%;
  padding: 0 0 11.73vw 0;
  background: #fff;
}

.cnt_08 {
  width: 100vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_08_txt {
  width: 100%;
  margin: 0 auto 20vw auto;
  position: relative;
}
.cnt_08_txt::after {
  content: "";
  width: 16.53vw;
  height: 3.85vw;
  background: url("../sp_img/cnt_08_title.png") no-repeat;
  background-size: 16.53vw auto;
  position: absolute;
  bottom: -6.66vw;
  left: 50%;
  margin-left: -8.265vw;
}
.cnt_08_txt h3 {
  font-weight: 700;
  font-size: 6.93vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
.cnt_08_txt p {
  width: 100%;
  text-align: center;
}
.cnt_08_txt p span {
  width: 10.46vw;
  height: 10.46vw;
  font-size: 8.4vw;
}
.cnt_08_txt p span:nth-of-type(1), .cnt_08_txt p span:nth-of-type(2), .cnt_08_txt p span:nth-of-type(3) {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_08_txt p span:nth-of-type(4), .cnt_08_txt p span:nth-of-type(5), .cnt_08_txt p span:nth-of-type(6), .cnt_08_txt p span:nth-of-type(7), .cnt_08_txt p span:nth-of-type(8) {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

.cnt_08_ikkan ul {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
}
.cnt_08_ikkan ul li {
  font-size: 20px;
  background-image: linear-gradient(45deg, #fff700, rgba(255, 247, 0, 0) 98%);
  padding: 10px 20px;
}

.cnt_08_course {
  margin-top: 20px;
}
.cnt_08_course .images {
  display: none;
}
.cnt_08_course .images img {
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt_08_course .course_title--sp {
  position: relative;
  display: block;
  text-align: left;
  padding: 13px 20px;
  font-size: 20px;
  color: #FFF;
}
.cnt_08_course .course_title--sp::after {
  position: absolute;
  width: 28px;
  height: 20px;
  content: "";
  background-image: url(../pc_img/cnt_09_img_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 33%;
  right: 10px;
}
.cnt_08_course .course_title--sp.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cnt_08_course .txt-area {
  display: none;
  width: 100%;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  opacity: 0.8;
}
.cnt_08_course .txt-area .course_title--pc {
  display: none;
}
.cnt_08_course .txt-area ul {
  min-height: 210px;
  max-width: 66vw;
  padding-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(39%, rgb(255, 255, 255)), color-stop(59%, rgba(255, 255, 255, 0.75)), color-stop(76%, rgba(255, 255, 255, 0.43)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 39%, rgba(255, 255, 255, 0.75) 59%, rgba(255, 255, 255, 0.43) 76%, rgba(255, 255, 255, 0));
}
.cnt_08_course .txt-area ul li {
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
}
.cnt_08_course .txt-area ul li::before {
  content: "●";
  font-size: 90%;
  margin-right: 0.2em;
}

.cnt_08_course.elementary-school .txt-area {
  background-image: url(../sp_img/cnt_08_img_02.jpg);
}
.cnt_08_course.elementary-school .course_title--sp {
  background: #3575EE;
}
.cnt_08_course.elementary-school ul li::before {
  color: #3575EE;
}
.cnt_08_course.juniorhigh-school .txt-area {
  background-image: url(../sp_img/cnt_08_img_03.jpg);
}
.cnt_08_course.juniorhigh-school .course_title--sp {
  background: #1147AD;
}
.cnt_08_course.juniorhigh-school ul li::before {
  color: #1147AD;
}
.cnt_08_course.high-school .txt-area {
  background-image: url(../sp_img/cnt_08_img_04.jpg);
}
.cnt_08_course.high-school .course_title--sp {
  background: #082865;
}
.cnt_08_course.high-school ul li::before {
  color: #082865;
}

/** *********************** **/
.cnt_09_wrap {
  width: 100%;
  padding: 13.33vw 0;
  background: #fff;
}

.cnt_09 {
  width: 98vw;
  margin: 0 auto;
  text-align: center;
}

.cnt_09_txt {
  width: 100%;
  margin: 0 auto 20vw auto;
  position: relative;
}
.cnt_09_txt::after {
  content: "";
  width: 16.53vw;
  height: 3.85vw;
  background: url("../sp_img/cnt_09_title.png") no-repeat;
  background-size: 16.53vw auto;
  position: absolute;
  bottom: -6.66vw;
  left: 50%;
  margin-left: -8.265vw;
}
.cnt_09_txt h3 {
  font-weight: 700;
  font-size: 6.93vw;
  line-height: 1;
  margin-bottom: 3.2vw;
}
.cnt_09_txt p {
  width: 100%;
  text-align: center;
}
.cnt_09_txt p span {
  width: 11.46vw;
  height: 11.46vw;
  font-size: 9.6vw;
}
.cnt_09_txt p span:nth-of-type(1), .cnt_09_txt p span:nth-of-type(2), .cnt_09_txt p span:nth-of-type(3), .cnt_09_txt p span:nth-of-type(4) {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 10.33vw;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_09_txt p span:nth-of-type(5), .cnt_09_txt p span:nth-of-type(6) {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  line-height: 10.33vw;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

.cnt_09_accordion {
  text-align: left;
  font-size: 18px;
}
.cnt_09_accordion li {
  background-color: #082865;
  color: #FFF;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.cnt_09_accordion li dl dt, .cnt_09_accordion li dl dd {
  position: relative;
  line-height: 1.5;
  padding-left: 25px;
}
.cnt_09_accordion li dl dt::before, .cnt_09_accordion li dl dd::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
}
.cnt_09_accordion li dl dt {
  font-weight: 500;
  padding-bottom: 5px;
  padding-right: 28px;
  cursor: pointer;
}
.cnt_09_accordion li dl dt::before {
  content: "Q.";
  font-weight: normal;
  top: -9px;
}
.cnt_09_accordion li dl dt::after {
  position: absolute;
  width: 28px;
  height: auto;
  content: "";
  background-image: url(../pc_img/cnt_09_img_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  bottom: 0;
  right: 0;
}
.cnt_09_accordion li dl dt.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cnt_09_accordion li dl dd {
  display: none;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.cnt_09_accordion li dl dd a {
  text-decoration: underline;
}
.cnt_09_accordion li dl dd::before {
  content: "A.";
}

.googlemap_link a {
  display: block;
  width: 61.33vw;
  height: 8vw;
  border-radius: 4vw;
  border: 1px solid #082865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  line-height: 7.2vw;
  color: #082865;
  text-align: center;
  margin: 4.8vw auto 0 auto;
}

/** *********************** **/
footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #0b3993;
  padding: 10.66vw 0 30vw 0;
  text-align: center;
}

.footer {
  width: 100%;
}
.footer h3 {
  width: 42.26vw;
  margin: 0 auto 8vw auto;
}
.footer small {
  font-size: 2.66vw;
  line-height: 1;
  color: #082865;
}
.footer ul {
  margin-bottom: 10.66vw;
}
.footer li {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  line-height: 1;
  margin-right: 6.66vw;
}
.footer li:last-child {
  margin-right: 0;
}

/** *********************** **/
#pagetop {
  position: fixed;
  bottom: 53px;
  right: 20px;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: url("../../dmac_ishin-kai_01/assets/sp_img/page_top.png") no-repeat center center;
  background-size: 49px auto;
  width: 49px;
  height: 49px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/** *********************** **/
.fixed_contact {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 4vw 0 5.33vw 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 79;
  text-align: center;
}
.fixed_contact li {
  display: inline-block;
  vertical-align: top;
  width: 45.33vw;
  height: 10.13vw;
  margin-right: 1.6vw;
}
.fixed_contact li a {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 8.13vw;
}
.fixed_contact li:nth-of-type(1) a {
  border: 3px solid #f5002c;
  background: #f5002c;
  border-radius: 5px;
  color: #fff;
}
.fixed_contact li:nth-of-type(2) a {
  border: 3px solid #0b3993;
  background: #fff;
  border-radius: 5px;
  color: #0b3993;
}

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