@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;
*/
/** *********************** **/
a[href^="tel:"] {
  pointer-events: none !important;
}

.sp_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: 100px;
  width: 100px;
}

@-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;
  min-width: 1100px;
  font-weight: 400;
  color: #000;
  background: #fff;
  position: relative;
  border-top: 5px solid #0b3993;
  -webkit-font-smoothing: antialiased;
  padding-top: 88px;
}

/** *********************** **/
header {
  width: 100%;
  height: 88px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
header.fixed {
  width: 100%;
  height: 88px;
  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: -88px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes menufixed {
  0% {
    top: -88px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
.head {
  width: 100%;
  height: 88px;
  padding: 0 25px 0 25px;
}
.head h1 {
  width: 160px;
  position: absolute;
  top: 13px;
  left: 20px;
}
.head ul {
  position: absolute;
  top: 35px;
  right: 310px;
}
.head li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  margin-right: 30px;
}
.head li:last-child {
  margin-right: 0;
}

header.fixed a {
  border-radius: 5px !important;
}

.head_trial {
  width: 260px;
  height: 60px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 14px;
  right: 20px;
}
.head_trial a:link, .head_trial a:visited, .head_trial a:active {
  width: 260px;
  height: 60px;
  display: block;
  border-radius: 5px;
  background: #f5002c url("../pc_img/head_icn_01.png") no-repeat center left 48px;
  background-size: 27px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: left;
  padding-left: 90px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.head_trial a:hover {
  width: 260px;
  height: 60px;
  display: block;
  border-radius: 5px;
  background: #ff4768 url("../pc_img/head_icn_01.png") no-repeat center left 48px;
  background-size: 27px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: left;
  padding-left: 90px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/** *********************** **/
.mv_area_wrap {
  width: 100%;
  min-width: 1300px;
  height: 679px;
  background: #f8f8f8 url("../pc_img/cnt_mv_bg.jpg") no-repeat top center;
  background-size: cover;
}

.mv_area {
  width: 1100px;
  height: 679px;
  margin: 0 auto;
}
.mv_area div {
  width: 605px;
  height: 679px;
  padding-top: 69px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 auto;
}
.mv_area div figure:nth-of-type(1) {
  width: 579px;
  margin: 0 auto 23px auto;
}
.mv_area div figure:nth-of-type(2) {
  width: 593px;
  margin: 0 auto 17px auto;
}
.mv_area div figure:nth-of-type(3) {
  width: 602px;
  margin: 0 auto;
}

/** *********************** **/
.mv_bottom_wrap {
  width: 100%;
  height: 450px;
  position: relative;
}

.mv_bottom {
  width: 1100px;
  height: 510px;
  -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: 44px 59px 0 59px;
  text-align: center;
  position: absolute;
  top: -120px;
  left: 50%;
  margin-left: -550px;
}
.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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  font-weight: 900;
  margin-bottom: 40px;
}
.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: 15px;
}
.mv_bottom .mv_bottom__txt div .fs-x {
  font-size: 30px;
}
.mv_bottom .mv_bottom__txt div .fs-xl {
  font-size: 40px;
}
.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 {
  width: 100%;
  height: 100%;
  background: url("../pc_img/mv_btm_bg.png") no-repeat top center;
  background-size: 982px auto;
  padding-top: 23px;
}
.mv_bottom h3 {
  width: 581px;
  margin: 0 auto 14px 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: 306px;
  margin: 0 auto 0 auto;
}
.mv_bottom li:nth-of-type(2) figure {
  width: 341px;
  margin: 0 auto 0 auto;
}

/* .mv_bottom::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../pc_img/mv_btm_arrw.png") no-repeat;
    background-size: 40px 40px;
    position: absolute;
    top: 152px;
    right: 38px;
} */
/* .mv_bottom a:link,
.mv_bottom a:visited,
.mv_bottom a:active {
    display: block;
    width: 100%;
    height: 100%;
     background: url("../pc_img/mv_btm_bg.png") no-repeat top center;
     background-size: 982px auto;
     padding-top: 23px;
    transition: all 0.3s linear;
}

.mv_bottom_wrap a:hover {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
     background: url("../pc_img/mv_btm_bg.png") no-repeat top center;
     background-size: 982px auto;
     padding-top: 23px;
    transition: all 0.3s linear;
} */
/** *********************** **/
.cnt_cv_wrap {
  width: 100%;
  height: 395px;
  background: url("../pc_img/cnt_cv_bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 77px;
}

.cnt_cv {
  width: 790px;
  height: 241px;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  padding: 29px 55px 0 55px;
  text-align: center;
  position: relative;
}
.cnt_cv h3 {
  width: 480px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #0b3993;
  text-align: center;
  position: relative;
  padding: 10px 0 10px 0;
  margin: 0 auto 12px auto;
}
.cnt_cv h3::before, .cnt_cv h3::after {
  content: "";
  width: 10px;
  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: 10px;
  border-bottom: 1px solid #a3a3a2;
  position: relative;
  margin-bottom: 25px;
}
.cv_price::after {
  content: "";
  width: 104px;
  height: 104px;
  border-radius: 52px;
  background: rgba(255, 247, 0, 0.8) url("../pc_img/cnt_cv_txt_03.png") no-repeat center center;
  background-size: 61px 55px;
  -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: 5px;
  right: 20px;
}
.cv_price dd {
  width: 100%;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv_price dd figure {
  width: 140px;
  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: 10px;
}
.cv_price dd::after {
  margin-left: 10px;
}
.cv_price dt {
  width: 321px;
  margin: 0 auto;
  position: relative;
}
.cv_price dt::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url("../pc_img/cnt_cv_arrw.png") no-repeat;
  background-size: 15px 8px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -8px;
}

.cv_trial {
  width: 678px;
  height: 72px;
  margin: 0 auto 20px auto;
}
.cv_trial a:link, .cv_trial a:visited, .cv_trial a:active {
  width: 678px;
  height: 72px;
  border-radius: 5px;
  display: block;
  background: #f5002c url("../pc_img/cnt_cv_icn_02.png") no-repeat center left 214px;
  background-size: 36px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 21px;
  line-height: 72px;
  text-align: center;
  padding-left: 60px;
  -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);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cv_trial a:hover {
  width: 678px;
  height: 72px;
  border-radius: 5px;
  display: block;
  background: #ff4768 url("../pc_img/cnt_cv_icn_02.png") no-repeat center left 214px;
  background-size: 36px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 21px;
  line-height: 72px;
  text-align: center;
  padding-left: 60px;
  -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);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cv_tel {
  width: 680px;
}
.cv_tel h4 {
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  padding-right: 22px;
  margin-right: 22px;
  border-right: 1px solid #cecece;
}
.cv_tel dl {
  display: inline-block;
  vertical-align: top;
}
.cv_tel dt {
  display: inline-block;
  vertical-align: top;
  background: url("../pc_img/cnt_cv_icn_03.png") no-repeat center left;
  background-size: 22px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  margin-right: 15px;
  padding-left: 30px;
}
.cv_tel dd {
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
}

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

.cnt_02 {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.cnt_02_txt {
  width: 100%;
  margin: 0 auto 104px auto;
  position: relative;
}
.cnt_02_txt::after {
  content: "";
  width: 95px;
  height: 17px;
  background: url("../pc_img/cnt_01_title.png") no-repeat;
  background-size: 95px auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -47px;
}
.cnt_02_txt h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
}
.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: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_02_txt p span:nth-of-type(5) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}
.cnt_02_txt p span:nth-of-type(6) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_02_right_01 {
  width: 1060px;
  height: 360px;
  padding: 58px 46px 58px 80px;
  background: #f4f6f8;
  margin: 0 auto 70px 0;
  position: relative;
  text-align: left;
}

.cnt_02_right_02 {
  width: 1060px;
  height: 360px;
  padding: 58px 46px 58px 80px;
  background: #f4f6f8;
  margin: 0 auto 0 0;
  position: relative;
  text-align: left;
}

.cnt_02_left {
  width: 1060px;
  height: 360px;
  padding: 58px 80px 58px 46px;
  background: #f4f6f8;
  position: relative;
  margin: 0 0 70px auto;
  text-align: right;
}

.cnt_02_right_01 figure, .cnt_02_right_02 figure {
  width: 454px;
  height: 244px;
  position: absolute;
  top: 58px;
  right: 46px;
}

.cnt_02_left figure {
  width: 454px;
  height: 244px;
  position: absolute;
  top: 58px;
  left: 46px;
}

.cnt_02_right_01 picture, .cnt_02_right_02 picture, .cnt_02_left picture {
  display: block;
  width: 454px;
  height: 244px;
  position: relative;
}

.cnt_02_right_01 picture::after {
  content: "";
  width: 425px;
  height: 44px;
  background: url("../pc_img/cnt_01_txt_01.png") no-repeat;
  background-size: 425px auto;
  position: absolute;
  top: -37px;
  right: -23px;
}

.cnt_02_left picture::after {
  content: "";
  width: 263px;
  height: 52px;
  background: url("../pc_img/cnt_01_txt_02.png") no-repeat;
  background-size: 263px auto;
  position: absolute;
  top: -37px;
  left: -23px;
}

.cnt_02_right_02 picture::after {
  content: "";
  width: 260px;
  height: 55px;
  background: url("../pc_img/cnt_01_txt_03.png") no-repeat;
  background-size: 260px auto;
  position: absolute;
  top: -37px;
  right: -23px;
}

.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: 35px;
  line-height: 45px;
  margin-bottom: 35px;
  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: 16px;
  line-height: 32px;
}

.cnt_02_right_01::before, .cnt_02_right_02::before {
  content: "";
  width: 1px;
  height: 195px;
  background: #0b3993;
  position: absolute;
  top: -46px;
  left: 54px;
}

.cnt_02_left::before {
  content: "";
  width: 1px;
  height: 195px;
  background: #0b3993;
  position: absolute;
  top: -46px;
  right: 44px;
}

.cnt_02_right_01::after {
  content: "";
  background: url("../pc_img/cnt_02_txt_01.png") no-repeat;
  background-size: 64px 65px;
  width: 64px;
  height: 65px;
  position: absolute;
  top: -46px;
  left: 76px;
}

.cnt_02_left::after {
  content: "";
  background: url("../pc_img/cnt_02_txt_02.png") no-repeat;
  background-size: 69px 64px;
  width: 69px;
  height: 64px;
  position: absolute;
  top: -46px;
  right: 65px;
}

.cnt_02_right_02::after {
  content: "";
  background: url("../pc_img/cnt_02_txt_03.png") no-repeat;
  background-size: 69px 65px;
  width: 69px;
  height: 65px;
  position: absolute;
  top: -46px;
  left: 76px;
}

/** *********************** **/
.cnt_03_wrap {
  width: 100%;
  background: url("../pc_img/cnt_03_bg.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 75px 0 50px 0;
}

.cnt_03 {
  width: 1080px;
  padding-bottom: 20px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.cnt_03_txt {
  width: 470px;
  margin: 0 auto 72px auto;
  position: relative;
}
.cnt_03_txt::after {
  content: "";
  width: 161px;
  height: 21px;
  background: url("../pc_img/cnt_03_title.png") no-repeat;
  background-size: 161px auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -80px;
}
.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: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_03_txt p span:nth-of-type(6) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}
.cnt_03_txt p span:nth-of-type(7) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_03 figure {
  width: 825px;
  display: inline-block;
  vertical-align: top;
}

/** *********************** **/
.cnt_04_wrap {
  width: 100%;
  background: #082865;
  padding: 80px 0 85px 0;
}

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

.cnt_04_txt {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 84px auto !important;
  position: relative !important;
}
.cnt_04_txt::after {
  content: "";
  width: 101px;
  height: 17px;
  background: url("../pc_img/cnt_04_title.png") no-repeat;
  background-size: 101px auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
}
.cnt_04_txt p {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.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: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 1px;
}
.cnt_04_txt p span:nth-of-type(4) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_04 div {
  width: 246px;
  display: inline-block;
  vertical-align: top;
}
.cnt_04 div:nth-of-type(2), .cnt_04 div:nth-of-type(3), .cnt_04 div:nth-of-type(4) {
  margin-right: 22px;
  margin-bottom: 50px;
}
.cnt_04 div:nth-of-type(5) {
  margin-right: 0;
  margin-bottom: 50px;
}
.cnt_04 div:nth-of-type(6), .cnt_04 div:nth-of-type(7) {
  margin-right: 22px;
}
.cnt_04 div:nth-of-type(8) {
  width: 514px !important;
}
.cnt_04 div dl {
  margin-bottom: 20px;
}
.cnt_04 div dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}
.cnt_04 div dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #fff700;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.cnt_04 div dd::before, .cnt_04 div dd::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  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: 22px;
}
.cnt_04 div li {
  width: 246px;
  padding: 10px 0 10px 17px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #fff;
}
.cnt_04 div li span {
  display: block;
  width: 60px;
  height: 18px;
  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(4) li:last-child, .cnt_04 div:nth-of-type(8) ul:nth-of-type(2) li:nth-of-type(16) {
  margin-bottom: 13px;
}
.cnt_04 div i {
  width: 246px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  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: 18px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 7px;
}
.cnt_04 div dl + h5 {
  margin-top: -1px;
}

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

.cnt_05 {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.cnt_05_txt {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 84px auto !important;
  position: relative !important;
}
.cnt_05_txt::after {
  content: "";
  width: 56px;
  height: 17px;
  background: url("../pc_img/cnt_05_title.png") no-repeat;
  background-size: 56px auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -28px;
}
.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: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_05_txt p span:nth-of-type(3) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_05 figure {
  width: 994px;
  margin: 0 auto;
}

/** *********************** **/
.cnt_06_wrap {
  width: 100%;
  background: #fff;
  padding: 60px 0 85px 0;
}

.cnt_06 {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.cnt_06_txt {
  width: 100%;
  margin: 0 auto 148px auto;
  position: relative;
}
.cnt_06_txt::after {
  content: "";
  width: 76px;
  height: 18px;
  background: url("../pc_img/cnt_06_title.png") no-repeat;
  background-size: 76px auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -38px;
}
.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: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #082865;
  border: 1px solid #082865;
  margin-right: 1px;
}
.cnt_06_txt p span:nth-of-type(4) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
  margin-right: 0;
}

.cnt_06 li {
  width: 326px;
  padding-top: 90px;
  border: 5px solid #082865;
  display: inline-block;
  vertical-align: top;
}
.cnt_06 li:nth-of-type(1), .cnt_06 li:nth-of-type(2) {
  margin-right: 34px;
  position: relative;
}
.cnt_06 li:nth-of-type(3) {
  position: relative;
}
.cnt_06 li:nth-of-type(1)::after {
  content: "";
  width: 152px;
  height: 152px;
  background: url("../pc_img/cnt_06_01.png") no-repeat;
  background-size: 152px 152px;
  position: absolute;
  top: -79px;
  left: 50%;
  margin-left: -76px;
}
.cnt_06 li:nth-of-type(2)::after {
  content: "";
  width: 152px;
  height: 152px;
  background: url("../pc_img/cnt_06_02.png") no-repeat;
  background-size: 152px 152px;
  position: absolute;
  top: -79px;
  left: 50%;
  margin-left: -76px;
}
.cnt_06 li:nth-of-type(3)::after {
  content: "";
  width: 152px;
  height: 152px;
  background: url("../pc_img/cnt_06_03.png") no-repeat;
  background-size: 152px 152px;
  position: absolute;
  top: -79px;
  left: 50%;
  margin-left: -76px;
}
.cnt_06 li dl {
  margin-bottom: 30px;
}
.cnt_06 li dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #082865;
  margin-bottom: 8px;
}
.cnt_06 li dt span {
  display: inline-block;
  width: 77px;
  height: 32px;
  background: url("../pc_img/cnt_06_parts_01.png");
  background-size: 77px 32px;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  padding-left: 13px;
}
.cnt_06 li dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #082865;
}
.cnt_06 li dd span {
  font-weight: 400;
}
.cnt_06 li p {
  width: 280px;
  height: 120px;
  padding: 20px 20px 25px 20px;
  background: #f4f6f8;
  border: 1px solid #ced6e5;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #082865;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
.cnt_06 li p::after {
  content: "";
  width: 40px;
  height: 16px;
  background: url("../pc_img/cnt_06_parts_03.png") no-repeat;
  background-size: 40px 16px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -20px;
}
.cnt_06 li div {
  width: 100%;
  background: #082865;
  margin-top: -20px;
  padding: 40px 0 20px 0;
}
.cnt_06 li div span {
  display: block;
  background: url("../pc_img/cnt_06_parts_02.png") no-repeat top center;
  background-size: 286px 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}

/** *********************** **/
.cnt_07_wrap {
  width: 100%;
  background: #f4f6f8;
  padding: 75px 0 80px 0;
}

.cnt_07 {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.cnt_07_txt {
  width: 100%;
  margin: 0 auto 72px auto;
  position: relative;
}
.cnt_07_txt::after {
  content: "";
  width: 92px;
  height: 18px;
  background: url("../pc_img/cnt_07_title.png") no-repeat;
  background-size: 92px auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -46px;
}
.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: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  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: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  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: 1060px;
  background: #fff;
  font-size: 0;
  padding: 55px 50px 55px 50px;
}
.cnt_07_main figure {
  width: 496px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.cnt_07_main div {
  width: 424px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cnt_07_main div dl:nth-of-type(1) dt {
  width: 160px;
  margin-bottom: 14px;
}
.cnt_07_main div dl:nth-of-type(1) dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  color: #082865;
  margin-bottom: 25px;
}
.cnt_07_main div p:nth-of-type(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 15px;
}
.cnt_07_main div dl:nth-of-type(2) {
  margin-bottom: 30px;
}
.cnt_07_main div dl:nth-of-type(2) dt {
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  background: url("../pc_img/cnt_07_icn_01.png") no-repeat left bottom;
  background-size: 20px auto;
  padding-left: 25px;
  margin-right: 15px;
}
.cnt_07_main div dl:nth-of-type(2) dd {
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.cnt_07_main div h4 {
  width: 140px;
  height: 30px;
  border-radius: 0 15px 15px 0;
  background: #082865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 13px;
}
.cnt_07_main div p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.cnt_07_main div p:nth-of-type(2) span {
  font-weight: 700;
  color: #082865;
}

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

.cnt_08 {
  width: 1104px;
  margin: 0 auto;
  text-align: center;
}

.cnt_08_txt {
  width: 100%;
  margin: 0 auto 72px auto;
  position: relative;
}
.cnt_08_txt::after {
  content: "";
  width: 92px;
  height: 20px;
  background: url("../pc_img/cnt_08_title.png") no-repeat;
  background-size: 91px auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -46px;
}
.cnt_08_txt p {
  width: 100%;
  text-align: center;
}
.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) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  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) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

.cnt_08_ikkan {
  background-image: url(../../assets_01/pc_img/cnt_08_img_01.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.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: 10px;
  width: 80%;
}
.cnt_08_ikkan ul li {
  font-size: 22px;
  background-image: linear-gradient(45deg, #fff700, rgba(255, 247, 0, 0) 70%);
  padding: 13px 20px;
}

.cnt_08_course {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt_08_course .images {
  width: 40%;
}
.cnt_08_course .images img {
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt_08_course .course_title--sp {
  display: none;
}
.cnt_08_course .txt-area {
  width: 60%;
  text-align: left;
  padding-top: 10px;
  margin-left: -20px;
}
.cnt_08_course .txt-area .course_title--pc {
  display: block;
  padding: 13px 20px;
  font-size: 22px;
  color: #FFF;
}
.cnt_08_course .txt-area ul {
  margin-top: 5px;
  margin-left: 70px;
  font-size: 20px;
}
.cnt_08_course .txt-area ul li {
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cnt_08_course .txt-area ul li::before {
  content: "●";
  font-size: 90%;
  margin-right: 0.2em;
}

.cnt_08_course.elementary-school .txt-area div {
  background: linear-gradient(271deg, rgba(53, 117, 238, 0) 1.26%, #3575EE 53.9%);
}
.cnt_08_course.elementary-school .txt-area ul li::before {
  color: #3575EE;
}
.cnt_08_course.juniorhigh-school .txt-area div {
  background: linear-gradient(271deg, rgba(53, 117, 238, 0) 1.26%, #1147AD 53.9%);
}
.cnt_08_course.juniorhigh-school .txt-area ul li::before {
  color: #1147AD;
}
.cnt_08_course.high-school .txt-area div {
  background: linear-gradient(271deg, rgba(53, 117, 238, 0) 1.26%, #082865 53.9%);
}
.cnt_08_course.high-school .txt-area ul li::before {
  color: #082865;
}

/** *********************** **/
.cnt_09_wrap {
  width: 100%;
  padding: 75px 0 80px 0;
  background: #fff;
}

.cnt_09 {
  width: 1104px;
  margin: 0 auto;
  text-align: center;
}

.cnt_09_txt {
  width: 100%;
  margin: 0 auto 72px auto;
  position: relative;
}
.cnt_09_txt::after {
  content: "";
  width: 92px;
  height: 20px;
  background: url("../pc_img/cnt_09_title.png") no-repeat;
  background-size: 91px auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -46px;
}
.cnt_09_txt p {
  width: 100%;
  text-align: center;
}
.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) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  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), .cnt_09_txt p span:nth-of-type(7), .cnt_09_txt p span:nth-of-type(8) {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #082865;
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  background: #fff;
  border: 1px solid #aab5ca;
  margin-right: 1px;
}

.cnt_09_accordion {
  text-align: left;
  font-size: 20px;
}
.cnt_09_accordion li {
  background-color: #082865;
  color: #FFF;
  padding: 20px;
  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: 40px;
}
.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: 32px;
  margin-right: 10px;
  text-align: center;
}
.cnt_09_accordion li dl dt {
  font-weight: 700;
  padding-bottom: 5px;
  padding-right: 28px;
  cursor: pointer;
}
.cnt_09_accordion li dl dt::before {
  content: "Q.";
  font-weight: normal;
  top: -17px;
}
.cnt_09_accordion li dl dt::after {
  position: absolute;
  width: 28px;
  height: auto;
  content: url(../pc_img/cnt_09_img_01.svg);
  text-align: center;
  -webkit-transform: translateY(-3px) rotate(180deg);
          transform: translateY(-3px) 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:link, .googlemap_link a:visited, .googlemap_link a:active {
  display: block;
  width: 230px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #082865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #082865;
  text-align: center;
  margin-top: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.googlemap_link a:hover {
  display: block;
  width: 230px;
  height: 30px;
  border-radius: 15px;
  background: #f4f6f8;
  border: 1px solid #082865;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #082865;
  text-align: center;
  margin-top: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/** *********************** **/
footer {
  width: 100%;
  background: #fff;
  border-top: 2px solid #0b3993;
  padding: 55px 0 65px 0;
  text-align: left;
}

.footer {
  width: 100%;
  padding: 0 35px;
  position: relative;
}
.footer h3 {
  width: 160px;
  margin-bottom: 45px;
}
.footer small {
  font-size: 10px;
  line-height: 1;
  color: #0b3993;
}
.footer ul {
  float: right;
}
.footer li {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-right: 30px;
}
.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_02/assets/pc_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 {
  display: none;
}

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