@charset "UTF-8";
/*----------------色指示----------------*/
.color_gr {
  color: #009459;
}

.color_or {
  color: #F08300;
}

.color_yl {
  color: #FEDC5E;
}

.grad, .midashi_2__case-line, .midashi_2__course-line, .mobimenuline, #nav-open-middle, #nav-open:after, #nav-open:before, .barsection, .barsep {
  background: linear-gradient(to right, #009459, #F9BE00);
}

.grad135deg, .kazariobj__hexagon-ana, .mfotter {
  background: linear-gradient(135deg, #009459, #F9BE00);
}

.grador, .fukidashi_right {
  background: linear-gradient(to right, #F7B649, #FBCA4D);
}

.circlegrad, .cardbox, .cardbox__2, .btn__retop {
  display: inline-block;
  aspect-ratio: 1/1;
  position: relative;
}
.circlegrad::before, .cardbox::before, .cardbox__2::before, .btn__retop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #009459, #F9BE00) border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
}

/*----------------共通----------------*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #4D4D4D;
}
h1, h2, h3, h4, h5, h6 ,p.old-h1{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0px;
}

p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: #4D4D4D;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 1px;
  margin: 0px;
}
li {
  list-style: none;
}

body {
  margin: 0;
  position: relative;
}

.bgimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bgborder_or-1, .btn__side-or, .btn__header {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1) 1px, #F08300 0, #F08300 4px);
  background-color: #F08300;
}
.bgborder_or-2, .contactrow__column-or {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 6px, #F08300 0, #F08300 12px);
  background-color: #F08300;
}

.bgborder_aq-1, .btn__side-aq {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1) 1px, #81CBD9 0, #81CBD9 4px);
  background-color: #81CBD9;
}
.bgborder_aq-2, .contactrow__column-aq {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 6px, #81CBD9 0, #81CBD9 12px);
  background-color: #81CBD9;
}

.bgborder_gr-1 {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05) 1px, #009459 0, #009459 4px);
  background-color: #009459;
}
.bgborder_gr-2, .container__course, .container__dev {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 6px, #009459 0, #009459 12px);
  background-color: #009459;
}
.bgborder_gr-3, .faqrow__q {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 5px, #009459 0, #009459 10px);
  background-color: #009459;
}

.linedot, .midashi__faq-line, .midashi__course-linesp, .midashi__course-line, .midashi__bunseki-linesp, .midashi__bunseki-line, .subtitlebox .line {
  background: radial-gradient(circle farthest-side, #009459, #009459 40%, transparent 40%, transparent);
  background-size: 10px;
  height: 10px;
  width: 100%;
}

.bgdot, .container__faq, .container__flow, .container__main, .bgillfotter {
  background-image: radial-gradient(#CCEADE 10%, transparent 10%), radial-gradient(#CCEADE 10%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.divlink, .contactrow__column, .contactrow__column-aq, .contactrow__column-or, .btn__side, .btn__side-aq, .btn__side-or, .btn__header, .retopbtngroup {
  position: relative;
}

.divlink a, .contactrow__column a, .contactrow__column-aq a, .contactrow__column-or a, .btn__side a, .btn__side-aq a, .btn__side-or a, .btn__header a, .retopbtngroup a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.line_vertical {
  width: 1px;
  position: relative;
}

.line_horizontal, .jobrow__linesp, .jobrow__line, .midashi_3__course-line, .midashi_2__case-line, .midashi_2__course-line {
  position: relative;
  height: 1px;
}

.mozikan1 {
  letter-spacing: -5px;
}

.mozikan2 {
  letter-spacing: -10px;
}

.mozikan3 {
  letter-spacing: -10px;
}

.mozikan4 {
  letter-spacing: -13px;
}
@media screen and (max-width: 991px) {
  .mozikan4 {
    letter-spacing: -13px;
  }
}
@media screen and (max-width: 640px) {
  .mozikan4 {
    letter-spacing: 0px;
  }
}

.mozikan5 {
  letter-spacing: -17px;
}
@media screen and (max-width: 991px) {
  .mozikan5 {
    letter-spacing: -15px;
  }
}
@media screen and (max-width: 640px) {
  .mozikan5 {
    letter-spacing: -12px;
  }
}

@media screen and (max-width: 640px) {
  .mozikan6 {
    margin-left: -13px;
  }
}

.mozikancyosei::before {
  content: "";
  margin-left: -5px;
}
.mozikancyosei::after {
  content: "";
  margin-left: -5px;
}

.mozikancyosei2::before {
  content: "";
  margin-left: -9px;
}
.mozikancyosei2::after {
  content: "";
  margin-left: -9px;
}

/*----------------図形----------------*/
.triangle, .fukidashimidashi__sankaku {
  background: #606060;
  height: 51.9615242271px;
  width: 60px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*----------------ヘッダー＆サイドボタン----------------*/
.mheader {
  position: relative;
  width: 100%;
  height: 95px;
  z-index: 2;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .mheader {
    position: fixed;
    height: 80px;
    top: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 480px) {
  .mheader {
    height: 75px;
  }
}

.headerlogo {
  position: relative;
  height: 80px;
  background-color: white;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .headerlogo {
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .headerlogo {
    height: 70px;
    justify-content: flex-start;
    padding-left: 27px;
  }
}
@media screen and (max-width: 480px) {
  .headerlogo {
    height: 65px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .headerlogo-img {
    width: 225px;
  }
}
@media screen and (max-width: 480px) {
  .headerlogo-img {
    width: 195px;
  }
}

.barsection, .barsep {
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: 0px;
}
@media screen and (max-width: 991px) {
  .barsection, .barsep {
    height: 10px;
  }
}

.sidebtngroup {
  position: fixed;
  right: 0px;
  position: fixed;
  right: 0px;
  top: 168px;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .sidebtngroup {
    display: none;
  }
}

.spmenu-nav-group {
  width: 80%;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 480px) {
  .spmenu-nav-group {
    margin-top: 35px;
  }
}

.spnavbtngroup {
  display: flex;
  height: 52px;
  margin-top: 25px;
}

.retopbtngroup {
  position: fixed;
  bottom: 40px;
  right: 5%;
  z-index: 15;
}
.retopbtngroup:hover {
  opacity: 0.7;
}

.btn:hover, .contactrow__column:hover, .contactrow__column-aq:hover, .contactrow__column-or:hover, .btn__retop:hover, .btn__side:hover, .btn__side-aq:hover, .btn__side-or:hover, .btn__header:hover {
  opacity: 0.7;
}
.btn__header {
  width: 170px;
  height: 35px;
  border-radius: 17.5px;
  position: absolute;
  top: 23px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .btn__header {
    display: none;
  }
}
.btn__side, .btn__side-aq, .btn__side-or {
  width: 55px;
  display: flex;
  justify-content: center;
  border-radius: 20px 0px 0px 20px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .btn__side, .btn__side-aq, .btn__side-or {
    width: 50%;
    border-radius: 0px;
  }
}
.btn__side-or {
  height: 150px;
}
@media screen and (max-width: 991px) {
  .btn__side-or {
    height: auto;
  }
}
.btn__side-aq {
  height: 195px;
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .btn__side-aq {
    height: auto;
    margin-top: 0px;
  }
}
.btn__retop {
  width: 63px;
  height: 63px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn__retop::before {
  background: linear-gradient(135deg, #FBCA4D, #FBCA4D) border-box;
}
@media screen and (max-width: 991px) {
  .btn__retop {
    width: 50px;
    height: 50px;
    margin-top: 2px;
  }
}
.btn__retop-arrow-top {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 4px solid #FBCA4D;
  border-left: 4px solid #FBCA4D;
  transform: rotate(45deg);
  -o-border-image: linear-gradient(to right, #FBCA4D, #FBCA4D) 1;
     border-image: linear-gradient(to right, #FBCA4D, #FBCA4D) 1;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 991px) {
  .btn__retop-arrow-top {
    border-top: 3px solid #FBCA4D;
    border-left: 3px solid #FBCA4D;
    width: 15px;
    height: 15px;
  }
}
.btn__txt, .btn__txt-vertical {
  color: white;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 5px;
  position: relative;
  top: -1px;
  left: 4px;
}
.btn__txt-vertical {
  writing-mode: vertical-rl;
  left: 1px;
  top: 2px;
}
@media screen and (max-width: 991px) {
  .btn__txt-vertical {
    font-family: "Zen Kaku Gothic New", sans-serif;
    writing-mode: initial;
    font-weight: 700;
    letter-spacing: 1px;
    top: -1px;
    left: 4px;
  }
}
.btn__txt-retop {
  text-align: center;
  color: #FBCA4D;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .btn__txt-retop {
    left: 2px;
    font-size: 12px;
  }
}

/*----------------ハンバーガーナビ部分----------------*/
.spmenu {
  display: none;
}
@media screen and (max-width: 991px) {
  .spmenu {
    display: block;
    position: absolute;
    margin-left: 16px;
    right: 3%;
    top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .spmenu {
    right: 4%;
  }
}
@media screen and (max-width: 480px) {
  .spmenu {
    right: 5%;
    top: 20px;
  }
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

.mobimenuline, #nav-open-middle, #nav-open:after, #nav-open:before {
  height: 1px;
  width: 100%;
  position: absolute;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 34px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10000;
}
#nav-open:before {
  content: "";
  top: 0px;
}
#nav-open:after {
  content: "";
  bottom: 0px;
}
#nav-open-middle {
  content: "";
  top: 8.5px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%; /*右側に隙間を作る（閉じるカバーを表示）*/
  background: #fff; /*背景色*/
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  transform: translateY(-100%); /*左に隠しておく*/
  padding-left: 24px;
}
.spmenu-nav {
  list-style: none;
  font-size: 16px;
  color: #009459;
  line-height: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 2px;
}
.spmenu-nav-line {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 23px;
  background-image: url(../img/spmenuline.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 2px;
}
@media screen and (max-width: 480px) {
  .spmenu-nav-line {
    margin-top: 17px;
    margin-bottom: 17px;
    height: 1px;
  }
}

#nav-content li a {
  text-decoration: none;
  color: #009459;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
  opacity: 0.5;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-open:before {
  transform: rotate(45deg);
  width: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 6px;
  bottom: auto;
  transition: 0.1s;
}
#nav-input:checked ~ #nav-open:after {
  transform: rotate(-45deg);
  width: 50%;
  right: 0;
  left: 0;
  top: 6px;
  margin: 0 auto;
  bottom: auto;
  transition: 0.1s;
}
#nav-input:checked ~ #nav-open span {
  display: none;
}

#nav-input:checked ~ #nav-content {
  transform: translateY(20%); /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

/*----------------フッター----------------*/
.contactrow {
  position: relative;
  display: flex;
}
@media screen and (max-width: 640px) {
  .contactrow {
    flex-direction: column;
  }
}
.contactrow__column, .contactrow__column-aq, .contactrow__column-or {
  width: 50%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .contactrow__column, .contactrow__column-aq, .contactrow__column-or {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .contactrow__column-or {
    height: 200px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 3px, #F08300 0, #F08300 6px);
    background-color: #F08300;
  }
}
@media screen and (max-width: 991px) {
  .contactrow__column-aq {
    height: 200px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 3px, #81CBD9 0, #81CBD9 6px);
    background-color: #81CBD9;
  }
}

.textbox {
  position: relative;
  max-height: 20px;
  width: 90%;
  max-width: 585px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .textbox {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.textbox__txt, .textbox__txt-2 {
  text-align: center;
  font-size: 25px;
  color: white;
  max-width: 84%;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .textbox__txt, .textbox__txt-2 {
    font-size: 19px;
  }
}
.textbox__txt br, .textbox__txt-2 br {
  display: none;
}
@media screen and (max-width: 1300px) {
  .textbox__txt br, .textbox__txt-2 br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .textbox__txt-2 {
    text-align: left;
  }
}

.arrowbox {
  width: 35px;
  position: relative;
  top: -12px;
}
.arrowbox__1 {
  background-color: white;
  height: 2px;
  rotate: -45deg;
  top: 13px;
  position: absolute;
  left: 3.5px;
  width: 35px;
}
@media screen and (max-width: 991px) {
  .arrowbox__1 {
    height: 1px;
  }
}
.arrowbox__2 {
  border-top: 2px solid white;
  border-right: 2px solid white;
  height: 19px;
  width: 19px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .arrowbox__2 {
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
}

.bgillfotter {
  background-color: #E5F4EE;
}

.illfotter {
  max-width: 350px;
  min-width: 210px;
  width: 27%;
  position: relative;
  z-index: 1;
  left: 4%;
  top: 50px;
  margin-top: -85px;
}
@media screen and (max-width: 1600px) {
  .illfotter {
    top: 22px;
    margin-top: -2px;
    left: 7%;
  }
}
@media screen and (max-width: 480px) {
  .illfotter {
    padding-top: 25px;
  }
}

.mfotter {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .mfotter {
    height: 120px;
  }
}
.mfotter__txt {
  font-size: 13px;
  line-height: 20px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mfotter__txt {
    font-size: 12px;
  }
}
.mfotter__txt br {
  display: none;
}
@media screen and (max-width: 640px) {
  .mfotter__txt br {
    display: block;
  }
}

/*----------------中身----------------*/
.container, .container__ana, .container__ana-2, .container__faq, .container__course, .container__flow, .container__dev, .container__concept, .container__main {
  position: relative;
}
.container__main {
  overflow: hidden;
  height: 950px;
  background-color: #EBF6F2;
}
@media screen and (max-width: 1600px) {
  .container__main {
    height: 850px;
  }
}
@media screen and (max-width: 1300px) {
  .container__main {
    height: 650px;
  }
}
@media screen and (max-width: 991px) {
  .container__main {
    margin-top: 80px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .container__main {
    margin-top: 75px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.container__concept {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1300px) {
  .container__concept {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .container__concept {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 480px) {
  .container__concept {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.container__dev {
  padding-top: 146px;
  padding-bottom: 146px;
}
@media screen and (max-width: 1300px) {
  .container__dev {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .container__dev {
    padding-top: 80px;
  }
}
.container__dev .illbox-1 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: -119px;
  z-index: 1;
  left: 25%;
}
@media screen and (max-width: 1920px) {
  .container__dev .illbox-1 {
    left: 20%;
  }
}
@media screen and (max-width: 1600px) {
  .container__dev .illbox-1 {
    left: 13%;
  }
}
@media screen and (max-width: 1300px) {
  .container__dev .illbox-1 {
    width: 11%;
    top: -80px;
  }
}
@media screen and (max-width: 991px) {
  .container__dev .illbox-1 {
    top: -62px;
    left: 11%;
    width: 16%;
    max-width: 110px;
  }
}
@media screen and (max-width: 640px) {
  .container__dev .illbox-1 {
    width: 21%;
    max-width: 82px;
  }
}
@media screen and (max-width: 480px) {
  .container__dev .illbox-1 {
    width: 18%;
    top: -33px;
    max-width: 70px;
  }
}
.container__flow {
  background-color: #EBF6F2;
  padding-top: 168px;
  padding-bottom: 186px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .container__flow {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 480px) {
  .container__flow {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}
.container__course {
  padding-top: 215px;
  padding-bottom: 235px;
}
@media screen and (max-width: 1300px) {
  .container__course {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .container__course {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.container__faq {
  background-color: #E5F4EE;
  padding-top: 215px;
  padding-bottom: 235px;
}
@media screen and (max-width: 1300px) {
  .container__faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.container__ana, .container__ana-2 {
  background-color: #F4F3EF;
  overflow: hidden;
  padding-bottom: 238px;
}
@media screen and (max-width: 480px) {
  .container__ana, .container__ana-2 {
    padding-bottom: 161px;
  }
}
.container__ana .bgen, .container__ana-2 .bgen, .container__ana .bgen-6, .container__ana-2 .bgen-6, .container__ana .bgen-5, .container__ana-2 .bgen-5, .container__ana .bgen-4, .container__ana-2 .bgen-4, .container__ana .bgen-3, .container__ana-2 .bgen-3, .container__ana .bgen-2, .container__ana-2 .bgen-2, .container__ana .bgen-1, .container__ana-2 .bgen-1 {
  background-color: #F9F8F4;
  width: 200%;
  height: 70%;
  position: absolute;
  border-radius: 100%;
}
@media screen and (max-width: 1600px) {
  .container__ana .bgen, .container__ana-2 .bgen, .container__ana .bgen-6, .container__ana-2 .bgen-6, .container__ana .bgen-5, .container__ana-2 .bgen-5, .container__ana .bgen-4, .container__ana-2 .bgen-4, .container__ana .bgen-3, .container__ana-2 .bgen-3, .container__ana .bgen-2, .container__ana-2 .bgen-2, .container__ana .bgen-1, .container__ana-2 .bgen-1 {
    height: 54%;
  }
}
@media screen and (max-width: 991px) {
  .container__ana .bgen, .container__ana-2 .bgen, .container__ana .bgen-6, .container__ana-2 .bgen-6, .container__ana .bgen-5, .container__ana-2 .bgen-5, .container__ana .bgen-4, .container__ana-2 .bgen-4, .container__ana .bgen-3, .container__ana-2 .bgen-3, .container__ana .bgen-2, .container__ana-2 .bgen-2, .container__ana .bgen-1, .container__ana-2 .bgen-1 {
    height: 30%;
  }
}
@media screen and (max-width: 480px) {
  .container__ana .bgen, .container__ana-2 .bgen, .container__ana .bgen-6, .container__ana-2 .bgen-6, .container__ana .bgen-5, .container__ana-2 .bgen-5, .container__ana .bgen-4, .container__ana-2 .bgen-4, .container__ana .bgen-3, .container__ana-2 .bgen-3, .container__ana .bgen-2, .container__ana-2 .bgen-2, .container__ana .bgen-1, .container__ana-2 .bgen-1 {
    height: 20%;
  }
}
.container__ana .bgen-1, .container__ana-2 .bgen-1 {
  right: 20%;
  top: -35%;
}
@media screen and (max-width: 1920px) {
  .container__ana .bgen-1, .container__ana-2 .bgen-1 {
    right: 5%;
    top: -42%;
  }
}
@media screen and (max-width: 1600px) {
  .container__ana .bgen-1, .container__ana-2 .bgen-1 {
    right: 0%;
    top: -26%;
  }
}
@media screen and (max-width: 991px) {
  .container__ana .bgen-1, .container__ana-2 .bgen-1 {
    top: -15%;
  }
}
@media screen and (max-width: 640px) {
  .container__ana .bgen-1, .container__ana-2 .bgen-1 {
    top: -11%;
    right: -6%;
  }
}
@media screen and (max-width: 480px) {
  .container__ana .bgen-1, .container__ana-2 .bgen-1 {
    top: -7%;
    right: -6%;
  }
}
.container__ana .bgen-2, .container__ana-2 .bgen-2 {
  left: 38%;
  bottom: 0%;
}
@media screen and (max-width: 1920px) {
  .container__ana .bgen-2, .container__ana-2 .bgen-2 {
    left: 36%;
  }
}
@media screen and (max-width: 1600px) {
  .container__ana .bgen-2, .container__ana-2 .bgen-2 {
    left: 0%;
    bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  .container__ana .bgen-2, .container__ana-2 .bgen-2 {
    left: -4%;
  }
}
.container__ana .bgen-3, .container__ana-2 .bgen-3 {
  display: none;
}
@media screen and (max-width: 991px) {
  .container__ana .bgen-3, .container__ana-2 .bgen-3 {
    display: block;
    top: 15%;
  }
}
.container__ana .bgen-4, .container__ana-2 .bgen-4 {
  display: none;
}
@media screen and (max-width: 480px) {
  .container__ana .bgen-4, .container__ana-2 .bgen-4 {
    display: block;
    top: 25%;
    right: 0;
  }
}
.container__ana .bgen-5, .container__ana-2 .bgen-5 {
  display: none;
}
@media screen and (max-width: 480px) {
  .container__ana .bgen-5, .container__ana-2 .bgen-5 {
    display: block;
    top: 47%;
  }
}
.container__ana .bgen-6, .container__ana-2 .bgen-6 {
  display: none;
}
@media screen and (max-width: 480px) {
  .container__ana .bgen-6, .container__ana-2 .bgen-6 {
    display: block;
    top: 70%;
    right: 0;
  }
}
.container__ana-2 {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .container__ana-2 {
    padding-bottom: 161px;
  }
}

.maintitlebox {
  position: absolute;
  top: 110px;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .maintitlebox {
    top: 85px;
  }
}
@media screen and (max-width: 1300px) {
  .maintitlebox {
    top: 9%;
  }
}
@media screen and (max-width: 991px) {
  .maintitlebox {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .maintitlebox {
    width: 85%;
  }
}
.maintitlebox p {
  font-size: 46px;
  line-height: 46px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  background-color: white;
  box-shadow: 3px 2px 2px #dae4d9;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .maintitlebox p {
    background-color: initial;
    box-shadow: none;
  }
}
@media screen and (max-width: 640px) {
  .maintitlebox p .spkaigyomain, .maintitlebox p .spkaigyomain-2 {
    padding: 10px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .maintitlebox p .spkaigyomain, .maintitlebox p .spkaigyomain-2 {
    padding: 5px;
    padding-left: 9px;
    padding-right: 8px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 640px) {
  .maintitlebox p .spkaigyomain-2 {
    margin-top: 15px;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .maintitlebox p .spkaigyomain-2 {
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .maintitlebox p .spkaigyomain, .maintitlebox p .spkaigyomain-2 {
    display: block;
    background-color: white;
    box-shadow: 3px 2px 2px #dae4d9;
  }
}
@media screen and (max-width: 1600px) {
  .maintitlebox p {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1300px) {
  .maintitlebox p {
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .maintitlebox p {
    font-size: 32px;
    line-height: 33px;
  }
}
@media screen and (max-width: 640px) {
  .maintitlebox p {
    padding: 0px;
  }
}
@media screen and (max-width: 480px) {
  .maintitlebox p {
    font-size: 27px;
    line-height: 24px;
  }
}
.maintitlebox p.old-h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  background-color: white;
  box-shadow: 3px 2px 2px #dae4d9;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0px;
  margin-top: 16px;
}
.maintitlebox p.old-h1 span {
  letter-spacing: 8px;
}
@media screen and (max-width: 480px) {
  .maintitlebox p.old-h1 span {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1600px) {
  .maintitlebox p.old-h1 {
    font-size: 54px;
    line-height: 54px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 1300px) {
  .maintitlebox p.old-h1 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 991px) {
  .maintitlebox p.old-h1 {
    font-size: 45px;
    line-height: 45px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .maintitlebox p.old-h1 {
    margin-top: 16px;
    font-size: 39px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .maintitlebox p.old-h1 {
    margin-top: 10px;
    font-size: 29px;
    line-height: 40px;
    letter-spacing: 0px !important;
    padding-top: 4px;
    padding-bottom: 6px;
  }
}

.mainarrow {
  width: 35px;
  height: 35px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(225deg);
  -o-border-image: linear-gradient(to right, #659400, #d3ab2b) 1;
     border-image: linear-gradient(to right, #659400, #d3ab2b) 1;
  position: relative;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .mainarrow {
    width: 23px;
    height: 23px;
    top: -18px;
  }
}

.mainillcont {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  position: absolute;
  bottom: 100px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .mainillcont {
    bottom: 110px;
  }
}
@media screen and (max-width: 1300px) {
  .mainillcont {
    bottom: 9%;
  }
}
@media screen and (max-width: 991px) {
  .mainillcont {
    flex-direction: column;
    position: relative;
    bottom: auto;
    margin-top: 25px;
  }
}

.illmain1 {
  position: relative;
  width: 75%;
  max-width: 1100px;
}
@media screen and (max-width: 1600px) {
  .illmain1 {
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .illmain1 {
    width: 100%;
    left: 5%;
  }
}
.subtitlebox {
  position: relative;
  width: 25%;
  top: -40px;
}
@media screen and (max-width: 1600px) {
  .subtitlebox {
    top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .subtitlebox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 37px;
         column-gap: 37px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .subtitlebox {
    width: 85%;
    margin: 0 auto;
    -moz-column-gap: 0px;
         column-gap: 0px;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.subtitlebox__txt {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.subtitlebox h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height:2;
}
@media screen and (max-width: 1300px) {
  .subtitlebox h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .subtitlebox h1 {
    font-size: 23px;
  }
}
.subtitlebox h1.gyo2 {
  margin-top: 8px;
}
@media screen and (max-width: 1600px) {
  .subtitlebox h1.gyo2 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .subtitlebox h1.gyo2 {
    margin-top: 9px;
  }
}
.subtitlebox .line {
  background-size: 6px;
  height: 6px;
  margin-top: 3px;
}
.border-dot{
  display:inline-block;
  border-bottom:3px dotted #009459;
  /* padding:0.01em 0; */
}
.subtitlebox .illbox, .subtitlebox .devcont .illbox-sp, .devcont .subtitlebox .illbox-sp, .subtitlebox .devcont .illbox-pc, .devcont .subtitlebox .illbox-pc {
  margin-top: 30px;
  max-width: 400px;
}
@media screen and (max-width: 1600px) {
  .subtitlebox .illbox, .subtitlebox .devcont .illbox-sp, .devcont .subtitlebox .illbox-sp, .subtitlebox .devcont .illbox-pc, .devcont .subtitlebox .illbox-pc {
    margin-top: 56px;
    max-width: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .subtitlebox .illbox, .subtitlebox .devcont .illbox-sp, .devcont .subtitlebox .illbox-sp, .subtitlebox .devcont .illbox-pc, .devcont .subtitlebox .illbox-pc {
    margin-top: 10%;
  }
}
@media screen and (max-width: 991px) {
  .subtitlebox .illbox, .subtitlebox .devcont .illbox-sp, .devcont .subtitlebox .illbox-sp, .subtitlebox .devcont .illbox-pc, .devcont .subtitlebox .illbox-pc {
    margin-top: 0px;
    max-width: 250px;
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .subtitlebox .illbox, .subtitlebox .devcont .illbox-sp, .devcont .subtitlebox .illbox-sp, .subtitlebox .devcont .illbox-pc, .devcont .subtitlebox .illbox-pc {
    width: 46%;
    left: 14px;
    position: relative;
  }
}

.frowlinebox {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .frowlinebox {
    display: none;
  }
}

.frowline, .frowline__bottom, .frowline__bottom-2, .frowline__top, .frowline__top-2 {
  width: 40%;
  height: 30%;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .frowline, .frowline__bottom, .frowline__bottom-2, .frowline__top, .frowline__top-2 {
    width: 46%;
  }
}
@media screen and (max-width: 991px) {
  .frowline, .frowline__bottom, .frowline__bottom-2, .frowline__top, .frowline__top-2 {
    height: 17%;
  }
}
.frowline__top, .frowline__top-2 {
  border-top: 4px dotted #009459;
  border-right: 4px dotted #009459;
  border-bottom: 4px dotted #009459;
  border-radius: 0 200px 200px 0;
  top: 20%;
  right: 10%;
}
@media screen and (max-width: 1600px) {
  .frowline__top, .frowline__top-2 {
    right: 4%;
  }
}
@media screen and (max-width: 991px) {
  .frowline__top, .frowline__top-2 {
    top: 15%;
    border-radius: 0 250px 250px 0;
  }
}
.frowline__top-2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .frowline__top-2 {
    display: block;
    top: 49.75%;
  }
}
.frowline__bottom, .frowline__bottom-2 {
  border-top: 4px dotted #009459;
  border-bottom: 4px dotted #009459;
  border-left: 4px dotted #009459;
  border-radius: 200px 0px 0px 200px;
  top: 50.5%;
  left: 10%;
}
@media screen and (max-width: 1600px) {
  .frowline__bottom, .frowline__bottom-2 {
    left: 4%;
  }
}
@media screen and (max-width: 991px) {
  .frowline__bottom, .frowline__bottom-2 {
    top: 32.3%;
    border-radius: 250px 0px 0px 250px;
  }
}
.frowline__bottom-2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .frowline__bottom-2 {
    display: block;
    top: 67%;
  }
}
.frowline__start {
  position: absolute;
  border-top: 4px dotted #009459;
  width: 50%;
  left: 0;
  top: 20%;
}
@media screen and (max-width: 991px) {
  .frowline__start {
    top: 15%;
  }
}
.frowline__end {
  position: absolute;
  border-bottom: 4px dotted #009459;
  width: 50%;
  top: 81%;
  right: 0;
}
@media screen and (max-width: 991px) {
  .frowline__end {
    top: 84.3%;
  }
}

.frowline_sp {
  border-top: 4px dotted #009459;
  border-right: 4px dotted #009459;
  position: absolute;
  width: 50%;
  height: 100%;
  position: absolute;
  border-radius: 0 200px 0 0;
  top: -167px;
  display: none;
}
@media screen and (max-width: 640px) {
  .frowline_sp {
    display: block;
  }
}

.row, .row__faq, .row__dr, .row__ana, .row__ana-2, .row__ana-1, .row__bubseki, .row__job, .row__course, .row__dev, .row__concept {
  position: relative;
  width: 77%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .row, .row__faq, .row__dr, .row__ana, .row__ana-2, .row__ana-1, .row__bubseki, .row__job, .row__course, .row__dev, .row__concept {
    max-width: 1000px;
  }
}
@media screen and (max-width: 480px) {
  .row, .row__faq, .row__dr, .row__ana, .row__ana-2, .row__ana-1, .row__bubseki, .row__job, .row__course, .row__dev, .row__concept {
    width: 85%;
  }
}
.row__main {
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  max-width: 1500px;
}
@media screen and (max-width: 1920px) {
  .row__main {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1600px) {
  .row__main {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .row__main {
    width: 100%;
  }
}
.row__dev .illbox-3 {
  position: absolute;
  bottom: -186px;
  left: 5%;
  z-index: 4;
}
@media screen and (max-width: 1600px) {
  .row__dev .illbox-3 {
    left: -32px;
  }
}
@media screen and (max-width: 1300px) {
  .row__dev .illbox-3 {
    width: 10%;
    left: 4%;
    bottom: -146px;
  }
}
@media screen and (max-width: 991px) {
  .row__dev .illbox-3 {
    bottom: -148px;
    left: -13px;
    width: 16%;
    max-width: 80px;
  }
}
@media screen and (max-width: 640px) {
  .row__dev .illbox-3 {
    width: 16%;
    max-width: 65px;
  }
}
@media screen and (max-width: 480px) {
  .row__dev .illbox-3 {
    width: 17%;
    left: 5%;
    max-width: 52px;
    bottom: -119px;
  }
}
.row__course {
  margin-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .row__course {
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  .row__course .midashikaigyo {
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .row__course .midashikaigyo .midashi__course-linesp {
    margin-top: 3px;
  }
}
.row__job {
  max-width: 1100px;
}
@media screen and (max-width: 1600px) {
  .row__job {
    max-width: 1000px;
  }
}
@media screen and (max-width: 640px) {
  .row__job .mozikancyosei {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .row__job .midashikaigyo {
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .row__job .midashikaigyo .midashi__course-linesp {
    margin-top: 3px;
  }
}
.row__flowchart {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .row__flowchart {
    background-image: none;
  }
}
@media screen and (max-width: 1920px) {
  .row__bubseki {
    max-width: 1100px;
  }
}
.row__ana, .row__ana-2, .row__ana-1 {
  background-color: white;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.0901960784);
  padding-top: 86px;
  padding-bottom: 72px;
  padding: 40px;
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  max-width: 1100px;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .row__ana, .row__ana-2, .row__ana-1 {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1600px) {
  .row__ana, .row__ana-2, .row__ana-1 {
    padding: 35px;
  }
}
.row__ana-1 {
  margin-top: 151px;
}
@media screen and (max-width: 991px) {
  .row__ana-1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .row__ana-1 {
    margin-top: 80px;
  }
}
.row__ana-1 .illbox, .row__ana-1 .devcont .illbox-sp, .devcont .row__ana-1 .illbox-sp, .row__ana-1 .devcont .illbox-pc, .devcont .row__ana-1 .illbox-pc {
  position: absolute;
  bottom: -36px;
  left: -86px;
}
@media screen and (max-width: 991px) {
  .row__ana-1 .illbox, .row__ana-1 .devcont .illbox-sp, .devcont .row__ana-1 .illbox-sp, .row__ana-1 .devcont .illbox-pc, .devcont .row__ana-1 .illbox-pc {
    width: 16%;
    max-width: 88px;
    left: -7%;
  }
}
@media screen and (max-width: 480px) {
  .row__ana-1 .illbox, .row__ana-1 .devcont .illbox-sp, .devcont .row__ana-1 .illbox-sp, .row__ana-1 .devcont .illbox-pc, .devcont .row__ana-1 .illbox-pc {
    width: 22%;
    left: auto;
    z-index: 1;
    right: 22px;
  }
  .row__ana-1 .illbox img, .row__ana-1 .devcont .illbox-sp img, .devcont .row__ana-1 .illbox-sp img, .row__ana-1 .devcont .illbox-pc img, .devcont .row__ana-1 .illbox-pc img {
    transform: scale(-1, 1);
  }
}
.row__ana-2 {
  margin-top: 147px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .row__ana-2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .row__ana-2 {
    margin-top: 87px;
  }
}
.row__ana-2 .illbox, .row__ana-2 .devcont .illbox-sp, .devcont .row__ana-2 .illbox-sp, .row__ana-2 .devcont .illbox-pc, .devcont .row__ana-2 .illbox-pc {
  position: absolute;
  bottom: -31px;
  right: -98px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .row__ana-2 .illbox, .row__ana-2 .devcont .illbox-sp, .devcont .row__ana-2 .illbox-sp, .row__ana-2 .devcont .illbox-pc, .devcont .row__ana-2 .illbox-pc {
    width: 16%;
    max-width: 88px;
    right: -5%;
  }
}
@media screen and (max-width: 480px) {
  .row__ana-2 .illbox, .row__ana-2 .devcont .illbox-sp, .devcont .row__ana-2 .illbox-sp, .row__ana-2 .devcont .illbox-pc, .devcont .row__ana-2 .illbox-pc {
    width: 17%;
    right: auto;
    left: 5px;
    bottom: -29px;
  }
}
.row__ana .txtbox, .row__ana-1 .txtbox, .row__ana-2 .txtbox {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .row__ana .txtbox, .row__ana-1 .txtbox, .row__ana-2 .txtbox {
    width: 100%;
  }
}
.row__ana .picbox, .row__ana .picbox-2, .row__ana .picbox-1, .row__ana-1 .picbox, .row__ana-1 .picbox-2, .row__ana-1 .picbox-1, .row__ana-2 .picbox, .row__ana-2 .picbox-2, .row__ana-2 .picbox-1 {
  width: 40%;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .row__ana .picbox, .row__ana .picbox-2, .row__ana .picbox-1, .row__ana-1 .picbox, .row__ana-1 .picbox-2, .row__ana-1 .picbox-1, .row__ana-2 .picbox, .row__ana-2 .picbox-2, .row__ana-2 .picbox-1 {
    width: 100%;
    height: 300px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .row__ana .picbox, .row__ana .picbox-2, .row__ana .picbox-1, .row__ana-1 .picbox, .row__ana-1 .picbox-2, .row__ana-1 .picbox-1, .row__ana-2 .picbox, .row__ana-2 .picbox-2, .row__ana-2 .picbox-1 {
    height: 195px;
    margin-top: 18px;
  }
}
.row__ana .picbox-1, .row__ana-1 .picbox-1, .row__ana-2 .picbox-1 {
  background-image: url(../img/pic_bunseki1.jpg);
}
.row__ana .picbox-2, .row__ana-1 .picbox-2, .row__ana-2 .picbox-2 {
  background-image: url(../img/pic_bunseki2.jpg);
}
.row__dr {
  display: flex;
  max-width: 1100px;
  align-items: center;
  margin-top: 161px;
  justify-content: flex-end;
  margin-bottom: 270px;
}
@media screen and (max-width: 991px) {
  .row__dr {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .row__dr {
    width: 100%;
    margin-top: 111px;
  }
}
@media screen and (max-width: 480px) {
  .row__dr {
    margin-top: 72px;
    margin-bottom: 225px;
  }
}
@media screen and (max-width: 640px) {
  .row__faq {
    width: 100%;
  }
}

.midashikaigyo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.midashi, .midashi-yl, .midashi__faq, .midashi__course, .midashi__bunseki, .midashi__bunseki-1, .midashi__bunseki-2, .midashi__oisii {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 3px;
}
.midashi__oisii {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.midashi__oisii br.sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .midashi__oisii br.sp {
    display: block;
  }
}
.midashi__oisii .fist {
  position: relative;
  left: 11px;
}
@media screen and (max-width: 991px) {
  .midashi__oisii .fist {
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .midashi__oisii .fist {
    left: 10px;
  }
}
.midashi__oisii span.mozikan {
  margin-left: -15px;
}
@media screen and (max-width: 1300px) {
  .midashi__oisii {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .midashi__oisii {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
  }
}
.midashi__bunseki, .midashi__bunseki-1, .midashi__bunseki-2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.midashi__bunseki-2 {
  text-align: left;
  margin-left: 0;
}
.midashi__bunseki-2 .midashikaigyo {
  margin-left: 0;
}
@media screen and (max-width: 1300px) {
  .midashi__bunseki, .midashi__bunseki-1, .midashi__bunseki-2 {
    font-size: 28px;
  }
}
.midashi__bunseki-1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .midashi__bunseki-1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .midashi__bunseki-1 {
    font-size: 24px;
  }
}
.midashi__bunseki-line, .midashi__bunseki-linesp {
  background: radial-gradient(circle farthest-side, #009459, #009459 40%, transparent 40%, transparent);
  background-size: 8px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .midashi__bunseki-line, .midashi__bunseki-linesp {
    display: none;
    background: radial-gradient(circle farthest-side, #009459, #009459 22%, transparent 22%, transparent);
    background-size: 5px;
    height: 10px;
    margin-top: 3px;
    margin-bottom: 6px;
  }
}
.midashi__bunseki-linesp {
  display: none;
}
@media screen and (max-width: 640px) {
  .midashi__bunseki-linesp {
    display: block;
  }
}
.midashi__course {
  color: white;
  letter-spacing: 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .midashi__course {
    font-size: 31px;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .midashi__course {
    font-size: 28px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .midashi__course {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .midashi__course {
    font-size: 23px;
  }
}
.midashi__course-line, .midashi__course-linesp {
  background: radial-gradient(circle farthest-side, #ffffff, #ffffff 30%, transparent 30%, transparent);
  background-size: 8px;
  position: relative;
  left: -6px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .midashi__course-line, .midashi__course-linesp {
    background: radial-gradient(circle farthest-side, #ffffff, #ffffff 20%, transparent 20%, transparent);
    background-size: 5px;
    height: 10px;
  }
}
.midashi__course-linesp {
  display: none;
}
@media screen and (max-width: 991px) {
  .midashi__course-linesp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .midashi__course-linesp {
    background: radial-gradient(circle farthest-side, #ffffff, #ffffff 20%, transparent 20%, transparent);
    background-size: 5px;
    height: 10px;
  }
}
.midashi__faq {
  font-size: 52px;
  color: #009459;
  letter-spacing: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .midashi__faq {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .midashi__faq {
    font-size: 30px;
  }
}
.midashi__faq-line {
  background: radial-gradient(circle farthest-side, #009459, #009459 40%, transparent 40%, transparent);
  background-size: 8px;
  position: relative;
  margin-top: 10px;
  margin-bottom: -38px;
  left: -3px;
}
@media screen and (max-width: 480px) {
  .midashi__faq-line {
    background: radial-gradient(circle farthest-side, #009459, #009459 22%, transparent 22%, transparent);
    background-size: 5px;
    height: 10px;
    margin-top: 3px;
  }
}
.midashi-yl {
  color: #FEDC5E;
}
@media screen and (max-width: 1300px) {
  .midashi-yl {
    font-size: 31px;
  }
}

.caseline {
  margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
  .spnone {
    display: none;
  }
}

.midashi_2, .midashi_2__ana, .midashi_2__case, .midashi_2__course {
  font-size: 28px;
  font-weight: 600px;
}
@media screen and (max-width: 1600px) {
  .midashi_2, .midashi_2__ana, .midashi_2__case, .midashi_2__course {
    font-size: 24px;
  }
}
.midashi_2__course {
  color: #009459;
  letter-spacing: 3px;
}
@media screen and (max-width: 480px) {
  .midashi_2__course {
    font-size: 20px;
  }
}
.midashi_2__course-line {
  margin-top: 10px;
  height: 1.5px;
}
.midashi_2__case {
  color: #009459;
  font-size: 27px;
  letter-spacing: 2px;
}
.midashi_2__case span.cyosei {
  margin-left: -14px;
}
@media screen and (max-width: 1600px) {
  .midashi_2__case {
    font-size: 24px;
    line-height: 39px;
  }
}
@media screen and (max-width: 1300px) {
  .midashi_2__case {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .midashi_2__case {
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .midashi_2__case {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
  }
}
.midashi_2__case-line {
  margin-top: 10px;
}
.midashi_2__ana {
  font-size: 30px;
  color: #009459;
  letter-spacing: 6px;
}
@media screen and (max-width: 1300px) {
  .midashi_2__ana {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .midashi_2__ana {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .midashi_2__ana {
    font-size: 21px;
    letter-spacing: 2px;
    width: 100%;
    position: relative;
    top: -8px;
  }
  .midashi_2__ana.l2 {
    letter-spacing: 3px;
  }
}

.midashi_3__course {
  color: #F08300;
  font-size: 20px;
  line-height: 17px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1600px) {
  .midashi_3__course {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .midashi_3__course {
    font-size: 16px;
  }
}
.midashi_3__course-line {
  margin-top: 15px;
  margin-bottom: 16px;
  background-color: #E6E6E6;
}

.midashibox {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .midashibox {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 480px) {
  .midashibox {
    align-items: flex-start;
    margin-bottom: 38px;
  }
}

.midribox {
  width: 226px;
  height: 46px;
  background-color: #009459;
  position: absolute;
  top: -46px;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 0% 100%);
  border-radius: 5px 0px 0 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .midribox {
    width: 189px;
    height: 40px;
    top: -40px;
  }
}
@media screen and (max-width: 480px) {
  .midribox {
    width: 161px;
    height: 33px;
    top: -31px;
  }
}
.midribox .old-h5 {
  position: relative;
  font-size: 24px;
  text-align: center;
  color: white;
  font-weight: 600;
  left: -5px;
  letter-spacing: 2px;
}
.midribox .old-h5 span {
  color: #FEDC5E;
}
@media screen and (max-width: 1300px) {
  .midribox .old-h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .midribox .old-h5 {
    font-size: 17px;
  }
}

.txt__concept {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .txt__concept {
    font-size: 16px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .txt__concept {
    text-align: justify;
    font-size: 15px;
    line-height: 37px;
  }
  .txt__concept br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .txt__concept {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 0px;
  }
}
.txt__ana {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .txt__ana {
    line-height: 29px;
  }
}
@media screen and (max-width: 640px) {
  .txt__ana {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .txt__ana br {
    display: none;
  }
}
.txt__ana2 {
  font-size: 17px;
  font-weight: 500;
}
.txt__ana2-sankaku {
  color: #F08300;
}
@media screen and (max-width: 991px) {
  .txt__ana2 {
    font-size: 16px;
    line-height: 25px;
  }
}
.txt__course {
  font-size: 17px;
  line-height: 40px;
  color: white;
  margin-top: 52px;
}
@media screen and (max-width: 1300px) {
  .txt__course {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .txt__course {
    line-height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .txt__course {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 25px;
  }
}
.txt__course2 {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.txt__course3 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .txt__course3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 640px) {
  .txt__course3 {
    font-size: 14px;
    line-height: 22px;
  }
}

.contana, .contana__2, .contana__1 {
  background-color: white;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.0901960784);
  padding-top: 86px;
  padding-bottom: 72px;
  max-width: 1200px;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 1600px) {
  .contana, .contana__2, .contana__1 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contana__1 {
  border-radius: 10px 10px 10px 10px;
  margin: 0 auto;
  left: -3%;
}
.contana__1-row {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .contana__1-row {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .contana__1 {
    border-radius: 0px 10px 10px 0px;
    margin-right: auto;
    margin-left: 0;
    left: auto;
    padding-left: 18%;
    padding-right: 115px;
  }
}
@media screen and (max-width: 991px) {
  .contana__1 {
    padding-left: 10%;
    width: 70%;
    padding-right: 10%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .contana__1 {
    padding-left: 9%;
    width: 72%;
    padding-right: 9%;
    margin: 0;
  }
}
.contana__2 {
  border-radius: 10px 10px 10px 10px;
  margin: 0 auto;
  margin-top: 100px;
  right: -3%;
}
.contana__2-row {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .contana__2-row {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .contana__2 {
    border-radius: 10px 0px 0px 10px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 180px;
    right: auto;
    padding-left: 90px;
    padding-right: 18%;
  }
}
@media screen and (max-width: 991px) {
  .contana__2 {
    padding-right: 10%;
    width: 70%;
    padding-left: 10%;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .contana__2 {
    padding-right: 10%;
    width: 70%;
    padding-left: 10%;
    margin-left: auto;
    margin-top: 140px;
  }
}

.photogrid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 41px;
  margin: 0 auto;
  margin-top: 57px;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .photogrid {
    max-width: 911px;
  }
}
@media screen and (max-width: 480px) {
  .photogrid {
    max-width: none;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .photogrid.photo {
    position: relative;
  }
}
.photogrid__box {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .photogrid__box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .photogrid__box.photobox {
    width: 120%;
  }
}
.photogrid__box-img {
  max-width: 420px;
  max-height: 290px;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .photogrid__box-img {
    border-radius: 10px 0px 0px 10px;
  }
}

.devcont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 37px;
  -moz-column-gap: 37px;
       column-gap: 37px;
  margin-top: 60px;
}
.devcont .illbox, .devcont .illbox-sp, .devcont .illbox-pc {
  position: absolute;
  z-index: 1;
  bottom: 75%;
  right: -35px;
  max-width: 98px;
  width: 38%;
}
@media screen and (max-width: 1300px) {
  .devcont .illbox-pc {
    bottom: 79%;
    right: -30px;
    max-width: 82px;
  }
}
@media screen and (max-width: 991px) {
  .devcont .illbox-pc {
    display: none;
  }
}
.devcont .illbox-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .devcont .illbox-sp {
    display: block;
    max-width: 82px;
    bottom: 78%;
    right: -30px;
  }
}
@media screen and (max-width: 640px) {
  .devcont .illbox-sp {
    bottom: 80%;
    right: -24px;
    max-width: 65px;
  }
}
@media screen and (max-width: 480px) {
  .devcont .illbox-sp {
    bottom: 80%;
    right: -19px;
    max-width: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .devcont {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 480px) {
  .devcont {
    -moz-column-gap: 6%;
         column-gap: 6%;
    row-gap: 19px;
    margin-top: 37px;
  }
}

.devbox {
  position: relative;
  width: 30%;
  height: 150px;
  background-color: #FEF7E4;
  border: 3px solid #FEDC5E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width: 1600px) {
  .devbox {
    max-width: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .devbox {
    width: 29%;
  }
}
@media screen and (max-width: 991px) {
  .devbox {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .devbox {
    height: 140px;
  }
}
@media screen and (max-width: 640px) {
  .devbox {
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .devbox {
    height: 90px;
  }
}
.devbox p {
  text-align: center;
  font-size: 25px;
  line-height: 41px;
  color: #F08300;
  font-weight: 700;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .devbox p {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 640px) {
  .devbox p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .devbox p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

.bgdevbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.bgdevbox::after {
  content: " ";
  -webkit-clip-path: circle(40%);
  clip-path: circle(40%);
  width: 700px;
  height: 700px;
  background-color: white;
  position: absolute;
  bottom: -22px;
}

@media screen and (max-width: 640px) {
  .devboxlast {
    width: 51%;
    max-width: 227px;
  }
}

.contflow {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .contflow {
    flex-direction: column;
    width: 100%;
  }
}
.contflow .txtbox {
  position: relative;
  width: 60%;
  max-width: 775px;
}
@media screen and (max-width: 1600px) {
  .contflow .txtbox {
    width: 69%;
    max-width: 694px;
  }
}
@media screen and (max-width: 1300px) {
  .contflow .txtbox {
    width: 60%;
    max-width: 694px;
  }
}
@media screen and (max-width: 991px) {
  .contflow .txtbox {
    width: 100%;
  }
}
.contflow .txtbox h2 {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .contflow .txtbox h2 {
    font-size: 24px;
  }
}
.contflow .txtbox p {
  font-size: 17px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .contflow .txtbox p {
    font-size: 16px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .contflow .txtbox p {
    font-size: 15px;
    line-height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .contflow .txtbox p {
    font-size: 14px;
    line-height: 31px;
  }
}
.contflow .illbox, .contflow .devcont .illbox-pc, .devcont .contflow .illbox-pc, .contflow .devcont .illbox-sp, .devcont .contflow .illbox-sp {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 1600px) {
  .contflow .illbox, .contflow .devcont .illbox-pc, .devcont .contflow .illbox-pc, .contflow .devcont .illbox-sp, .devcont .contflow .illbox-sp {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  .contflow .illbox, .contflow .devcont .illbox-pc, .devcont .contflow .illbox-pc, .contflow .devcont .illbox-sp, .devcont .contflow .illbox-sp {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .contflow .illbox, .contflow .devcont .illbox-pc, .devcont .contflow .illbox-pc, .contflow .devcont .illbox-sp, .devcont .contflow .illbox-sp {
    width: 45%;
    margin-top: 39px;
  }
}
@media screen and (max-width: 640px) {
  .contflow .illbox, .contflow .devcont .illbox-pc, .devcont .contflow .illbox-pc, .contflow .devcont .illbox-sp, .devcont .contflow .illbox-sp {
    width: 54%;
    margin-top: 20px;
    margin-left: auto;
  }
}

.startfukidashi {
  background-color: white;
  height: 50px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  left: -5%;
  top: 86px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .startfukidashi {
    left: -4%;
  }
}
@media screen and (max-width: 640px) {
  .startfukidashi {
    left: -14%;
    top: -115px;
  }
}
@media screen and (max-width: 480px) {
  .startfukidashi {
    left: -5%;
    top: -75px;
    height: 40px;
    width: 92px;
  }
}
.startfukidashi:after {
  content: "";
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 100%, 26% 100%);
  width: 19px;
  height: 22px;
  position: absolute;
  background-color: white;
  transform: rotate(180deg);
  bottom: -21px;
  right: 26px;
  box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.0901960784);
}
.startfukidashi p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .startfukidashi p {
    font-size: 16px;
  }
}

.contflowchart {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 120px;
  margin-top: 110px;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (max-width: 1300px) {
  .contflowchart {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .contflowchart {
    row-gap: 90px;
  }
}
@media screen and (max-width: 640px) {
  .contflowchart {
    width: 64%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 50px;
    flex-wrap: nowrap;
    margin-top: 52px;
  }
}
@media screen and (max-width: 480px) {
  .contflowchart {
    width: 80%;
  }
}

.cardbox-waku {
  width: 22%;
  height: 100%;
  position: relative;
  display: flex;
  align-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .cardbox-waku {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .cardbox-waku {
    width: 100%;
    max-width: none;
  }
}
.cardbox-waku__2 {
  position: relative;
  width: 40%;
  height: 100%;
  max-width: 390px;
  display: flex;
  align-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .cardbox-waku__2 {
    max-width: 350px;
  }
}
@media screen and (max-width: 640px) {
  .cardbox-waku__2 {
    width: 100%;
    max-width: none;
  }
}

.ura {
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.cardbox, .cardbox__2 {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  min-height: 300px;
  position: relative;
  aspect-ratio: initial;
}
@media screen and (max-width: 640px) {
  .cardbox, .cardbox__2 {
    width: 100%;
    max-width: none;
    min-height: auto;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .cardbox, .cardbox__2 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cardbox::before, .cardbox__2::before {
  border: 4px solid transparent;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .cardbox::before, .cardbox__2::before {
    border: 3px solid transparent;
  }
}
.cardbox .midashibox, .cardbox__2 .midashibox {
  border-bottom: 2px solid #009459;
  margin-bottom: 0px;
  padding-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .cardbox .midashibox, .cardbox__2 .midashibox {
    margin-bottom: 21px;
    width: 60%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .cardbox .midashibox, .cardbox__2 .midashibox {
    margin-bottom: 12px;
    width: 58%;
  }
}
.cardbox h6, .cardbox__2 h6 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  color: #4D4D4D;
}
@media screen and (max-width: 1300px) {
  .cardbox h6, .cardbox__2 h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .cardbox h6, .cardbox__2 h6 {
    font-size: 18px;
    letter-spacing: 5px;
  }
}
.cardbox p, .cardbox__2 p {
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1300px) {
  .cardbox p, .cardbox__2 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .cardbox p, .cardbox__2 p {
    text-align: justify;
  }
  .cardbox p br, .cardbox__2 p br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .cardbox p, .cardbox__2 p {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .cardbox p, .cardbox__2 p {
    width: 58%;
  }
}
.cardbox .illbox, .cardbox__2 .illbox, .cardbox .devcont .illbox-pc, .cardbox__2 .devcont .illbox-pc, .devcont .cardbox .illbox-pc, .devcont .cardbox__2 .illbox-pc, .cardbox .devcont .illbox-sp, .cardbox__2 .devcont .illbox-sp, .devcont .cardbox .illbox-sp, .devcont .cardbox__2 .illbox-sp {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width: 1300px) {
  .cardbox .illbox, .cardbox__2 .illbox, .cardbox .devcont .illbox-pc, .cardbox__2 .devcont .illbox-pc, .devcont .cardbox .illbox-pc, .devcont .cardbox__2 .illbox-pc, .cardbox .devcont .illbox-sp, .cardbox__2 .devcont .illbox-sp, .devcont .cardbox .illbox-sp, .devcont .cardbox__2 .illbox-sp {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .cardbox .illbox, .cardbox__2 .illbox, .cardbox .devcont .illbox-pc, .cardbox__2 .devcont .illbox-pc, .devcont .cardbox .illbox-pc, .devcont .cardbox__2 .illbox-pc, .cardbox .devcont .illbox-sp, .cardbox__2 .devcont .illbox-sp, .devcont .cardbox .illbox-sp, .devcont .cardbox__2 .illbox-sp {
    width: 28%;
    position: absolute;
    right: 6%;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 480px) {
  .cardbox .illbox, .cardbox__2 .illbox, .cardbox .devcont .illbox-pc, .cardbox__2 .devcont .illbox-pc, .devcont .cardbox .illbox-pc, .devcont .cardbox__2 .illbox-pc, .cardbox .devcont .illbox-sp, .cardbox__2 .devcont .illbox-sp, .devcont .cardbox .illbox-sp, .devcont .cardbox__2 .illbox-sp {
    width: 32%;
  }
}
@media screen and (max-width: 640px) {
  .cardbox__2 {
    width: 100%;
    max-width: none;
    min-height: auto;
  }
}
.cardbox__2 .illbox, .cardbox__2 .devcont .illbox-pc, .devcont .cardbox__2 .illbox-pc, .cardbox__2 .devcont .illbox-sp, .devcont .cardbox__2 .illbox-sp {
  position: relative;
  left: 7px;
}
@media screen and (max-width: 991px) {
  .cardbox__2 .illbox, .cardbox__2 .devcont .illbox-pc, .devcont .cardbox__2 .illbox-pc, .cardbox__2 .devcont .illbox-sp, .devcont .cardbox__2 .illbox-sp {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .cardbox__2 .illbox, .cardbox__2 .devcont .illbox-pc, .devcont .cardbox__2 .illbox-pc, .cardbox__2 .devcont .illbox-sp, .devcont .cardbox__2 .illbox-sp {
    display: none;
  }
}
.cardbox__2 .illbox-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .cardbox__2 .illbox-sp {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 8px;
    width: 92%;
    position: relative;
    left: 8px;
  }
}
.cardbox__2 p {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .cardbox__2 .midashibox {
    width: 100% !important;
  }
}

.btnmore {
  width: 147px;
  height: 35px;
  border-radius: 17.5px;
  background-color: #F7B649;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -15px;
  right: -13px;
}
@media screen and (max-width: 480px) {
  .btnmore {
    width: 130px;
  }
}
.btnmore:hover {
  background-color: #FEDC5E;
}
.btnmore span.arrow:before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1px solid #0B6FAD;
  border-right: 1px solid #0B6FAD;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  bottom: 12px;
  right: 30px;
}
@media screen and (max-width: 480px) {
  .btnmore span.arrow:before {
    right: 22px;
  }
}
.btnmore span.arrow:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1px solid #0B6FAD;
  border-right: 1px solid #0B6FAD;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  bottom: 12px;
  right: 20px;
}
@media screen and (max-width: 480px) {
  .btnmore span.arrow:after {
    right: 15px;
  }
}
.btnmore p {
  font-size: 17px;
  color: #0B6FAD;
  font-weight: 700;
  position: relative;
  left: -7px;
}
@media screen and (max-width: 1300px) {
  .btnmore p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .btnmore p {
    width: auto;
  }
}

div#learning {
  position: relative;
  top: -130px;
}

.check, .check-s {
  position: absolute;
  bottom: -137px;
  left: 10%;
  max-width: 230px;
  width: 21%;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .check, .check-s {
    width: 13%;
    bottom: -94px;
  }
}
@media screen and (max-width: 991px) {
  .check, .check-s {
    bottom: -75px;
    left: 10%;
    width: 18%;
  }
}
@media screen and (max-width: 640px) {
  .check, .check-s {
    bottom: -75px;
    left: 10%;
    width: 18%;
  }
}
@media screen and (max-width: 480px) {
  .check, .check-s {
    bottom: -2.5%;
    left: 4%;
    width: 25%;
  }
}
.check-s {
  position: absolute;
  top: -52px;
  left: 17px;
  width: 100px;
  height: 100px;
  background-image: url(../img/check.gif);
  background-size: contain;
  background-repeat: no-repeat;
}
.check-s:hover {
  background-image: url(../img/check_hover.png);
}
@media screen and (max-width: 991px) {
  .check-s {
    top: -33px;
    left: -3px;
    width: 85px;
    height: 85px;
  }
}
@media screen and (max-width: 640px) {
  .check-s {
    top: -40px;
    left: -41px;
    width: 84px;
  }
}
@media screen and (max-width: 480px) {
  .check-s {
    top: -23px;
    left: -25px;
    width: 72px;
  }
}

.barsep {
  position: relative;
  height: 10px;
  margin-bottom: 178px;
}
@media screen and (max-width: 991px) {
  .barsep {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 480px) {
  .barsep {
    margin-bottom: 80px;
  }
}

.contbunseki {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin-top: 68px;
  margin-bottom: 178px;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .contbunseki {
    flex-direction: column;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 480px) {
  .contbunseki {
    margin-top: 39px;
    margin-bottom: 100px;
  }
}
.contbunseki p {
  position: relative;
  max-width: 770px;
  width: 65%;
  font-size: 17px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0px;
}
@media screen and (max-width: 1600px) {
  .contbunseki p {
    max-width: 640px;
  }
}
@media screen and (max-width: 1300px) {
  .contbunseki p {
    font-size: 16px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .contbunseki p {
    font-size: 15px;
    line-height: 36px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contbunseki p {
    font-size: 14px;
    line-height: 31px;
  }
}
.contbunseki .illbox, .contbunseki .devcont .illbox-pc, .devcont .contbunseki .illbox-pc, .contbunseki .devcont .illbox-sp, .devcont .contbunseki .illbox-sp {
  position: relative;
  width: 33%;
}
@media screen and (max-width: 991px) {
  .contbunseki .illbox, .contbunseki .devcont .illbox-pc, .devcont .contbunseki .illbox-pc, .contbunseki .devcont .illbox-sp, .devcont .contbunseki .illbox-sp {
    width: 46%;
    margin-top: 82px;
  }
}
@media screen and (max-width: 480px) {
  .contbunseki .illbox, .contbunseki .devcont .illbox-pc, .devcont .contbunseki .illbox-pc, .contbunseki .devcont .illbox-sp, .devcont .contbunseki .illbox-sp {
    width: 67%;
    margin-top: 36px;
    margin-left: auto;
  }
}

.fukidashimidashi {
  position: relative;
  background-color: #F08300;
  height: 35px;
  border-radius: 17.5px;
  margin-bottom: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.fukidashimidashi__txt {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .fukidashimidashi__txt {
    font-size: 16px;
  }
}
.fukidashimidashi__sankaku {
  background-color: #F08300;
  width: 23px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  transform: rotate(180deg);
  left: 33px;
}

.ill_ana, .ill_ana-3, .ill_ana-2, .ill_ana-1 {
  position: absolute;
  z-index: 1;
}
.ill_ana-1 {
  top: -100px;
  left: -5%;
}
@media screen and (max-width: 1600px) {
  .ill_ana-1 {
    left: 13%;
  }
}
@media screen and (max-width: 991px) {
  .ill_ana-1 {
    left: 12%;
    top: -137px;
  }
}
@media screen and (max-width: 480px) {
  .ill_ana-1 {
    right: -3%;
    left: auto;
    top: -102px;
    width: 44%;
  }
}
.ill_ana-2 {
  bottom: -330px;
  max-width: 240px;
  right: -3%;
}
@media screen and (max-width: 1600px) {
  .ill_ana-2 {
    bottom: -291px;
    right: -5%;
    width: 19%;
  }
}
@media screen and (max-width: 991px) {
  .ill_ana-2 {
    bottom: -27%;
    right: -2%;
    width: 27%;
    max-width: 190px;
  }
}
@media screen and (max-width: 480px) {
  .ill_ana-2 {
    bottom: -16%;
    right: -2%;
    width: 34%;
    max-width: 190px;
  }
}
.ill_ana-3 {
  top: -169px;
  left: 12%;
}
@media screen and (max-width: 991px) {
  .ill_ana-3 {
    top: -169px;
    left: 12%;
    width: 33%;
    max-width: 208px;
  }
}

.midashiline {
  height: 1px;
  background-color: #009459;
  margin-top: 25px;
  margin-bottom: 25px;
}

.illdrbox {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 21%;
}
@media screen and (max-width: 991px) {
  .illdrbox {
    width: 32%;
    top: 54px;
    left: -10%;
  }
}
@media screen and (max-width: 640px) {
  .illdrbox {
    top: 110px;
    width: 33%;
    left: 2%;
  }
}
@media screen and (max-width: 640px) {
  .illdrbox {
    top: 109px;
  }
}
@media screen and (max-width: 640px) {
  .illdrbox {
    top: 145px;
  }
}

.fukidashicont {
  display: flex;
  align-items: flex-end;
  position: relative;
  max-width: 1000px;
  height: 170px;
  width: 90%;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .fukidashicont {
    height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .fukidashicont {
    height: 195px;
  }
}
@media screen and (max-width: 640px) {
  .fukidashicont {
    height: 180px;
    margin-left: auto;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .fukidashicont {
    height: 180px;
    width: 82%;
  }
}

.fukidashi_left {
  width: 170px;
  height: 100%;
  border-radius: 100%;
  position: relative;
  background-color: #F4F3EF;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .fukidashi_left {
    webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(-143deg);
    position: absolute;
    left: 155px;
    background-color: #F7B649;
    bottom: -35px;
    width: 71px;
    height: 44%;
    z-index: -1;
  }
}
@media screen and (max-width: 640px) {
  .fukidashi_left {
    left: 37%;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi_left {
    left: 79px;
    bottom: -27px;
  }
}

.fukidashi_right {
  max-width: 840px;
  width: 80%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .fukidashi_right {
    padding-left: 70px;
    padding-right: 40px;
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .fukidashi_right {
    width: 60%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 640px) {
  .fukidashi_right {
    padding-left: 10%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi_right {
    width: 80%;
    padding-left: 19%;
    padding-right: 7%;
  }
}
.fukidashi_right p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  line-height: 50px;
  color: #0B6FAD;
  text-align: center;
  font-weight: 600;
  letter-spacing: 3px;
}
.fukidashi_right p span.mozikandr {
  margin-left: -20px;
}
@media screen and (max-width: 480px) {
  .fukidashi_right p span.mozikandr {
    margin-left: -10px;
  }
}
.fukidashi_right p span.mozikandr2 {
  margin-left: -10px;
}
.fukidashi_right p br.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .fukidashi_right p br.sp {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .fukidashi_right p {
    font-size: 23px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .fukidashi_right p {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .fukidashi_right p {
    font-size: 20px;
    line-height: 31px;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi_right p {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 991px) {
  .fukidashi_right p br {
    display: none;
  }
}
.fukidashi_right:after {
  content: "";
  width: 170px;
  height: 50%;
  background: linear-gradient(to right, #F7B649, #F7B649);
  -webkit-clip-path: polygon(50% 0, 100% -8%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0, 100% -8%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  left: -85px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .fukidashi_right:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .fukidashi_right:after {
    left: -97px;
    background: linear-gradient(to right, #F7B649, #fcbd54);
    width: 205px;
  }
}

.papercontainer, .papercontainer__up {
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.papercontainer__up {
  margin: 0 auto;
  margin-top: 110px;
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .papercontainer__up {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 47px;
  }
}
.papercontainer__down {
  margin: 0 auto;
  padding: 0px;
  position: relative;
  display: flex;
}

.bgwhite {
  background-color: white;
  height: 60px;
  width: 95%;
}

.orime {
  min-width: 60px;
}
.orime:before {
  content: " ";
  display: block;
  border-width: 0 60px 60px 0;
  border-style: solid;
  width: 0;
  transform: rotate(90deg);
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #D8D3C8 #D8D3C8;
}

.skillrow {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-top: 100px;
}
@media screen and (max-width: 1600px) {
  .skillrow {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .skillrow {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.skillbox {
  position: relative;
  background-color: white;
  width: 325px;
  height: 325px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .skillbox {
    width: 313px;
    height: 313px;
  }
}
@media screen and (max-width: 991px) {
  .skillbox {
    width: 225px;
    height: 225px;
  }
}
@media screen and (max-width: 480px) {
  .skillbox {
    width: 170px;
    height: 170px;
  }
}
.skillbox__text, .skillbox__text-cyosei {
  color: #4D4D4D;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 991px) {
  .skillbox__text, .skillbox__text-cyosei {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0;
  }
}
.skillbox__text-cyosei {
  top: 7px;
}
@media screen and (max-width: 480px) {
  .skillbox__text, .skillbox__text-cyosei {
    font-size: 16px;
    line-height: 25px;
  }
}
.skillbox__img {
  position: absolute;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 133px;
}

@media screen and (max-width: 991px) {
  .sb1 {
    top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .sb2 {
    top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .sb2 {
    top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .sb4 {
    top: 140px;
  }
}
@media screen and (max-width: 480px) {
  .sb4 {
    top: 125px;
  }
}

@media screen and (max-width: 991px) {
  .sb5 {
    top: 80px;
    left: -127.5px;
  }
}
@media screen and (max-width: 480px) {
  .sb5 {
    top: 80px;
    left: -80px;
  }
}

.kazariobj, .kazariobj__circle, .kazariobj__circle-6, .kazariobj__circle-5, .kazariobj__circle-4, .kazariobj__circle-3, .kazariobj__circle-2, .kazariobj__circle-1, .kazariobj__hexagon, .kazariobj__hexagon-ana, .kazariobj__hexagon-3, .kazariobj__hexagon-2, .kazariobj__hexagon-1 {
  position: absolute;
  z-index: 1;
}
.kazariobj__hexagon, .kazariobj__hexagon-ana, .kazariobj__hexagon-3, .kazariobj__hexagon-2, .kazariobj__hexagon-1 {
  -webkit-clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
          clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
  transform: rotate(90deg);
}
.kazariobj__hexagon-1 {
  width: 46px;
  height: 40px;
  background: #B2DFCD;
  top: 38px;
  right: 0px;
}
@media screen and (max-width: 991px) {
  .kazariobj__hexagon-1 {
    top: -40px;
    right: 0px;
    background: #FBCA4D;
    width: 36px;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .kazariobj__hexagon-1 {
    top: -18px;
    right: 50px;
  }
}
.kazariobj__hexagon-1.sp {
  left: 26px;
  right: 0;
  top: auto;
  margin: 0 auto;
  bottom: 63px;
  z-index: 0;
  display: none;
  position: absolute;
  width: 40px;
  height: 34px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 480px) {
  .kazariobj__hexagon-1.sp {
    display: block;
  }
}
.kazariobj__hexagon-2 {
  width: 57px;
  height: 50px;
  background: #FBCA4D;
  bottom: 150px;
  right: 0px;
}
@media screen and (max-width: 640px) {
  .kazariobj__hexagon-2 {
    bottom: 30px;
    right: 15%;
  }
}
@media screen and (max-width: 480px) {
  .kazariobj__hexagon-2 {
    display: none;
  }
}
.kazariobj__hexagon-3 {
  width: 56px;
  height: 49px;
  background: white;
  bottom: 150px;
  left: 0px;
}
@media screen and (max-width: 991px) {
  .kazariobj__hexagon-3 {
    left: auto;
    bottom: auto;
    right: -5%;
    width: 50px;
    height: 43px;
    top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .kazariobj__hexagon-3 {
    left: auto;
    bottom: auto;
    right: 5%;
    width: 40px;
    height: 33px;
    top: 20px;
  }
}
.kazariobj__hexagon-ana {
  position: relative;
  width: 31px;
  height: 27px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .kazariobj__hexagon-ana {
    position: relative;
    width: 25px;
    height: 20px;
    margin-right: 8px;
    top: -2px;
  }
}
.kazariobj__circle, .kazariobj__circle-6, .kazariobj__circle-5, .kazariobj__circle-4, .kazariobj__circle-3, .kazariobj__circle-2, .kazariobj__circle-1 {
  border-radius: 100%;
}
.kazariobj__circle-1 {
  width: 22px;
  height: 22px;
  background: #B2DFCD;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 480px) {
  .kazariobj__circle-1 {
    display: none;
  }
}
.kazariobj__circle-2 {
  width: 94px;
  height: 94px;
  background: #B2DFCD;
  left: -111px;
  bottom: 227px;
}
@media screen and (max-width: 991px) {
  .kazariobj__circle-2 {
    left: auto;
    bottom: auto;
    right: -5%;
    top: -70px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .kazariobj__circle-2 {
    right: 20%;
  }
}
@media screen and (max-width: 480px) {
  .kazariobj__circle-2 {
    width: 58px;
    height: 58px;
  }
}
.kazariobj__circle-3 {
  width: 39px;
  height: 39px;
  background: #FBCA4D;
  left: -12px;
  top: 62px;
}
@media screen and (max-width: 991px) {
  .kazariobj__circle-3 {
    width: 20px;
    height: 20px;
    left: -108%;
    top: 98px;
  }
}
@media screen and (max-width: 480px) {
  .kazariobj__circle-3 {
    width: 20px;
    height: 20px;
    left: -83%;
    top: 70px;
  }
}
.kazariobj__circle-4 {
  width: 54px;
  height: 54px;
  background: #B2DFCD;
  left: 70px;
  right: 0px;
  margin: 0 auto;
  bottom: 26px;
  z-index: 0;
}
.kazariobj__circle-5 {
  width: 22px;
  height: 22px;
  background: #B2DFCD;
  right: -50px;
  bottom: 210px;
}
@media screen and (max-width: 480px) {
  .kazariobj__circle-5 {
    width: 15px;
    height: 15px;
    right: 50px;
    bottom: 270px;
  }
}
.kazariobj__circle-6 {
  width: 54px;
  height: 54px;
  background: white;
  right: -100px;
  bottom: 300px;
}
@media screen and (max-width: 991px) {
  .kazariobj__circle-6 {
    right: auto;
    bottom: 100px;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .kazariobj__circle-6 {
    width: 10px;
    height: 10px;
    bottom: 100px;
    left: 20px;
  }
}

.jobrow, .jobrow__2, .jobrow__2-1, .jobrow__1 {
  display: flex;
  width: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
  width: 95%;
  margin: 0 auto;
}
.jobrow__1 {
  margin-top: 55px;
}
@media screen and (max-width: 480px) {
  .jobrow__1 {
    width: 100%;
    flex-direction: column;
  }
}
.jobrow__2, .jobrow__2-1 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1300px) {
  .jobrow__2, .jobrow__2-1 {
    -moz-column-gap: 50px;
         column-gap: 50px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .jobrow__2, .jobrow__2-1 {
    row-gap: 0px;
  }
}
.jobrow__2-1 {
  margin-top: 55px;
}
@media screen and (max-width: 991px) {
  .jobrow__2-1 {
    flex-direction: column;
  }
}
.jobrow__line {
  background-color: #E6E6E6;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .jobrow__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.jobrow__linesp {
  background-color: #E6E6E6;
  margin-top: 25px;
  margin-bottom: 25px;
  display: none;
}
@media screen and (max-width: 991px) {
  .jobrow__linesp {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.jobbox {
  width: 48%;
}
@media screen and (max-width: 991px) {
  .jobbox {
    width: 45%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .jobbox {
    width: 100%;
  }
}

.industrybox-1 {
  width: 40%;
}
@media screen and (max-width: 1300px) {
  .industrybox-1 {
    width: 47%;
  }
}
@media screen and (max-width: 991px) {
  .industrybox-1 {
    width: 100%;
  }
}
.industrybox-2 {
  width: 30%;
}
@media screen and (max-width: 1300px) {
  .industrybox-2 {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .industrybox-2 {
    width: 100%;
  }
}
.industrybox-3 {
  width: 25%;
  max-width: 200px;
}
@media screen and (max-width: 1300px) {
  .industrybox-3 {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .industrybox-3 {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .industrybox-4 {
    width: 47%;
  }
}
@media screen and (max-width: 991px) {
  .industrybox-4 {
    width: 100%;
  }
}

.nado {
  float: right;
}

.illcourse, .illcourse-pc, .illcourse__2 {
  position: absolute;
}
.illcourse__2 {
  right: -84px;
  bottom: -294px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .illcourse__2 {
    right: -3%;
    bottom: -179px;
    width: 13%;
    max-width: 130px;
  }
}
@media screen and (max-width: 991px) {
  .illcourse__2 {
    right: -2%;
    bottom: -162px;
    width: 17%;
    max-width: 130px;
  }
}
@media screen and (max-width: 640px) {
  .illcourse__2 {
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .illcourse__2 {
    bottom: -136px;
    width: 21%;
  }
}
.illcourse-pc {
  bottom: -145px;
  left: -100px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .illcourse-pc {
    left: -10%;
    width: 22%;
  }
}
@media screen and (max-width: 480px) {
  .illcourse-pc {
    left: auto;
    right: 40px;
    width: 22%;
    bottom: auto;
    top: -44%;
  }
}
.faqcontainer, .faqcontainer__a, .faqcontainer__q {
  max-width: 800px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .faqcontainer__q {
    width: 100%;
  }
}
.faqcontainer__a {
  margin-left: auto;
  top: -32px;
}
@media screen and (max-width: 640px) {
  .faqcontainer__a {
    width: 100%;
  }
}

.faqill, .faqill__a, .faqill__q {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.faqill__q {
  left: 33px;
}
@media screen and (max-width: 640px) {
  .faqill__q {
    transform: scale(-1, 1);
    margin-left: auto;
    left: -65px;
    width: 25%;
  }
}
.faqill__a {
  margin-left: auto;
  left: -35px;
}
@media screen and (max-width: 640px) {
  .faqill__a {
    transform: scale(-1, 1);
    margin-right: auto;
    left: -28%;
    width: 20%;
  }
}

.faqrow, .faqrow__a, .faqrow__q {
  display: flex;
  border-radius: 50px;
  padding-left: 34px;
  padding-right: 50px;
}
@media screen and (max-width: 640px) {
  .faqrow, .faqrow__a, .faqrow__q {
    width: 80%;
  }
}
.faqrow__q {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .faqrow__q.left {
    border-radius: 0px 50px 50px 0px;
  }
  .faqrow__q.right {
    border-radius: 50px 0px 0px 50px;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .faqrow__q {
    width: 74%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 33px;
  }
}
.faqrow__a {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .faqrow__a.left {
    border-radius: 0px 50px 50px 0px;
  }
  .faqrow__a.right {
    border-radius: 50px 0px 0px 50px;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .faqrow__a {
    width: 74%;
    padding-top: 37px;
    padding-bottom: 32px;
    padding-left: 18px;
    padding-right: 33px;
  }
}

.faq__midashi, .faq__midashi-a, .faq__midashi-a-1, .faq__midashi-q {
  font-size: 50px;
  font-weight: 700;
  margin-right: 35px;
  max-width: 43px;
  position: relative;
}
.faq__midashi-q {
  color: #FEDC5E;
  top: -5px;
}
@media screen and (max-width: 480px) {
  .faq__midashi-q {
    font-size: 36px;
    margin-right: 14px;
  }
}
.faq__midashi-a, .faq__midashi-a-1 {
  color: #F08300;
}
@media screen and (max-width: 480px) {
  .faq__midashi-a, .faq__midashi-a-1 {
    font-size: 36px;
    margin-right: 10px;
  }
}
.faq__txt-q {
  font-size: 20px;
  color: white;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .faq__txt-q {
    font-size: 15px;
    line-height: 27px;
  }
}
.faq__txt-a {
  font-size: 15px;
  line-height: 37px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .faq__txt-a {
    font-size: 14px;
    line-height: 29px;
  }
}
.faq__txt-a .zikan {
  margin-left: -6px;
}
.faq__txt-a .zikan2 {
  margin-left: -6px;
}
@media screen and (max-width: 480px) {
  .faq__txt-a .zikan2 {
    margin-left: -12px;
  }
}
.faq__txt-cyusyaku {
  font-size: 13px;
  font-weight: 100;
}

.spkaigyo {
  display: none;
}
@media screen and (max-width: 480px) {
  .spkaigyo {
    display: block;
  }
}

.kadomaru {
  border-radius: 13em 13em 13em 13em;
}

.kadomaru.is-show {
  border-radius: 13em 13em 13em 13em;
}
@media screen and (max-width: 640px) {
  .kadomaru.is-show {
    animation: kadomaru 2s ease-in-out;
    animation-fill-mode: forwards;
  }
}

@keyframes kadomaru {
  0% {
    border-radius: 13em 13em 13em 13em;
  }
  30% {
    border-radius: 13em 13em 13em 13em;
  }
  100% {
    border-radius: 13em 0em 0em 13em;
  }
}
.fuwafuwa01, .fuwafuwa01-3, .fuwafuwa01-2, .fuwafuwa01-1 {
  animation: fuwafuwa01 2s infinite ease-in-out;
}
.fuwafuwa01-1 {
  animation-delay: 0s;
}
.fuwafuwa01-2 {
  animation-delay: 1s;
}
.fuwafuwa01-3 {
  animation-delay: 2s;
}

@keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
.hukidashi-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  transform: scale(0);
  transform-origin: bottom left;
}

.hukidashi-fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px, 0);
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.load-bottom {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -20px);
  transition: all 1s;
}

.load-bottom.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.load-right {
  opacity: 0;
  visibility: hidden;
  transform: translate(70px, 0px);
  transition: all 1s;
}

.load-right.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition-delay: 0.3s;
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 0px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.scroll-bottom {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -20px);
  transition: all 1s;
}

.scroll-bottom.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.scroll-top {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
  transition: all 1s;
}

.scroll-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.scroll-left {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px, 0);
  transition: all 1.5s;
}

.scroll-left.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.cardrotating {
  transform: rotateY(180deg);
  transition-duration: 1300ms;
  backface-visibility: hidden;
}

.cardrotating.is-show {
  transform: rotateY(0deg);
}

.cardopacity {
  transition-duration: 1300ms;
  transform: rotateY(-180deg);
}

.cardopacity.is-show {
  transform: rotateY(0deg);
}

.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    transition-delay: 0.4s;
  }
}

.delay4 {
  transition-delay: 0.8s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    transition-delay: 0.5s;
  }
}

.delay5 {
  transition-delay: 1s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    transition-delay: 0.5s;
  }
}

.delay6 {
  transition-delay: 1.2s;
}
@media screen and (max-width: 480px) {
  .delay6 {
    transition-delay: 0.5s;
  }
}

.delay7 {
  transition-delay: 1.4s;
}
@media screen and (max-width: 480px) {
  .delay7 {
    transition-delay: 0.5s;
  }
}

.carddelay1 {
  transition-delay: 0s;
}

.carddelay2 {
  transition-delay: 0.3s;
}

.carddelay3 {
  transition-delay: 0.5s;
}
@media screen and (max-width: 480px) {
  .carddelay3 {
    transition-delay: 0.4s;
  }
}

.carddelay4 {
  transition-delay: 0.2s;
}
@media screen and (max-width: 480px) {
  .carddelay4 {
    transition-delay: 0.4s;
  }
}

.carddelay5 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 480px) {
  .carddelay5 {
    transition-delay: 0.5s;
  }
}

.carddelay6 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 480px) {
  .carddelay6 {
    transition-delay: 0.5s;
  }
}

.carddelay7 {
  transition-delay: 0.8s;
}
@media screen and (max-width: 480px) {
  .carddelay7 {
    transition-delay: 0.5s;
  }
}