*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
body{
    background: #f6f6f6;
}
p,
img{
    display: block;
}
img{
    width: 100%;
    object-fit: contain;
}
.wrapper{
    padding: 3%;
    max-width: 700px;
    margin-inline: auto;
    overflow: hidden;
    background: #fff;
}
.wrapper2{
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
        padding-bottom: 1px;
}
.bgY{
    background: #e7ffaf;
}
.fsL{
    font-size:20px;
}
body .txlink{
    text-align:right;
    margin-top: 1em;
}
h1{
    max-width: 700px;
        margin: auto;
}
h2.mid_ttl{
    margin: 15px auto;
    line-height: 1.6;
    padding: 2px 0 2px 18px;
    border-bottom: solid 3px #80db00;
    font-size: 21px;
    background-color: #eee;
    position: relative;
    margin-left: 34px;
    text-align: left;
}
.number {
    background: #80db00;
    color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.8em;
    border-radius: 100px;
    position: absolute;
    margin-top: -63px;
    align-content: center;
    font-weight: bold;
}
.taC{
    text-align:center;
}
.red{
    color: #ff2500;
}
.point_box .red{
    color: #ff2500;
    font-size: 18px;
}
.orange{
    color: #ff6600;
}
.pink{
    background: #FF0044;
    color: #fff;
    padding: 3px 10px;
    border-radius: 0 14px 14px 0;
    width: 100px;
    text-align: center;
    margin: 10px 0 0px;
}
.blue{
    color: #16698a;
}
.deme{
    background: #16698a;
    color: #fff;
    padding: 3px 10px;
    border-radius: 0 14px 14px 0;
    width: 100px;
    text-align: center;
    margin: 10px 0 0px;
}
.merit_txt{
        background: #ffebf0;
    padding: 10px;
}
.deme_txt{
        background: #e5f7ff;
    padding: 10px;
}
.green{
    color: #91e718;
}
.marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}
.dotbox{
        padding: 3%;
        margin: 20px 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px -3px #c4c4c4;
}
.dotbox p{
        margin-bottom: 10px;

}
.jobbox{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #e7ffaf;
    padding: 1%;
    border-radius: 10px;
    max-height: 100px;
}
.jobbox img{
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.jobbox .salary{
    font-size: 25px;
    margin-right: 10px;
    color: #007200;
}
.jobbox p{
    text-align:left;
}
/*バクダン付きの見出し*/
.burst span.outer, 
.burst span.outer:after, 
.burst span.outer:before, 
.burst span.outer span {
  content:"";
  width:70px;
  height:70px;
  background-color:#ffff00;
  position:absolute;
  top:0px;
}
.burst, 
.burst span.outer, 
.burst span.outer:after, 
.burst span.outer:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}
.burst span.outer span{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
      line-height: 3;
    font-weight: 600;
    font-size: 20px;
    color:#ff3200;
}
.burst {
  position:relative;
  width:70px;
  height:70px;
  background-color:#ffff00;
  margin-right: 0.5em;
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}
.burst_box{
  display: flex;
  align-items: center; /* バクダンとテキストを上下中央揃え */
}
.burst_wrapper{
  /* 幅・高さは.burstで指定した高さ×1.5にするとテキストと上下中央がほぼ揃う*/
  width: 75px;
  height: 75px;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.anno{
    text-align: right;
    font-size: 10px;
    margin-top: 0;
}
.safe{
        text-align: center;
    margin: 1em 0 2em;
}
.lead_box{
    border-radius: 20px;
    background-color: #e7ffaf;
    padding: 15px;
    margin: 20px auto 0;
}
.lead_box h3{
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #007200;
    margin-bottom: 10px;
    line-height: 1.3;
    position: relative;
    z-index: 100;
}

.lead_box h3 span {
	position: relative;
	z-index: 2;
}

.lead_box h3::before {
	    content: attr(data-en);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(145, 231, 24, 0.41);
    font-size: 60px;
    font-style: italic;
    z-index: -1;
}
.lead_box p{
    font-size: 14px;
}
.circle p{
    background: #e7ffaf;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    align-content: center;
    margin: 3% 1%;
    line-height: 1.2;
}
.wrapper .dotbox .speechBubble {
  position: relative;
    display: inline-block;
    margin-bottom: 13px;
    padding: 15px;
    border-radius: 4px;
    background-color: #000000;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 0.5;
    color: #ffffff;
    margin-top: 20px;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: -1;
  left: 50%;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.what{
    background: #fff;
    padding: 0 3% 3%;
    margin-top: 0;
        padding-top: 1px;
}
.what img{
max-width:300px;
margin:auto;
}
.what h2{
    line-height: 1.2;
    font-size: 1.5em;
    position: relative;
    margin-top: 3em;
    text-align: center;
}
.what h2::before{
    content: '';
    position: absolute;
    width: 28px;
    height: 47px;
    background-image: url(../img/hatena.png);
    background-size: contain;
    vertical-align: middle;
    top: -55px;
    right: 0;
    left: 0;
    margin: auto;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 50px;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;/*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child,.cp_arrows .cp_arrow:nth-child(2){
 left: 25%;
}
.cp_arrows .cp_arrow:nth-child(5),.cp_arrows .cp_arrow:nth-child(6){
 left: 75%;
}
.cp_arrows .cp_arrow:first-child,.cp_arrows .cp_arrow:nth-child(3),.cp_arrows .cp_arrow:nth-child(5){
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2),.cp_arrows .cp_arrow:nth-child(4),.cp_arrows .cp_arrow:nth-child(6) {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 50px;
  height: 5px;
  background: #91e718;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: -13px;
  transform: rotate(40deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: -13px;
  transform: rotate(-40deg);
}


.cp_arrows2 {
  position: relative;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
}
.cp_arrows2 .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;/*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows2 .cp_arrow:first-child,.cp_arrows2 .cp_arrow:nth-child(2){
 left: 15%;
}
.cp_arrows2 .cp_arrow:nth-child(4),.cp_arrows2 .cp_arrow:nth-child(5){
 left: 85%;
}
.cp_arrows2 .cp_arrow:first-child,.cp_arrows2 .cp_arrow:nth-child(3),.cp_arrows2 .cp_arrow:nth-child(5){
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows2 .cp_arrow:nth-child(2),.cp_arrows2 .cp_arrow:nth-child(4) {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows2 .cp_arrow:before,
.cp_arrows2 .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 50px;
  height: 5px;
  background: #ff6600;
}
.cp_arrows2 .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: -13px;
  transform: rotate(40deg);
}
.cp_arrows2 .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: -13px;
  transform: rotate(-40deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 20%;/*スタート地点(cp_arrowsの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
.conclusion{
    position: relative;
    margin: 1em auto;
    padding: 0.8em 1em 0.6em;
    border: solid 2px #007200;
    border-radius: 8px;
    font-weight: bold;
    max-width: 500px;
    text-align: center;
}
.conclusion .conclusion-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #007200;
    font-weight: bold;
}
.conclusion .conclusion-title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 31px;
    background-image: url(../img/denkyu.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.conclusion p {
    margin: 0; 
    padding: 0;
}
.speechBubble2 {
      position: relative;
    padding: 16px;
    border-radius: 4px;
    background-color: #e7ffaf;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
    left: 0;
    right: 0;
    margin: 20px auto;
}

.speechBubble2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #e7ffaf;
  translate: -50% -100%;
}
.how{
    width: 94%;
    max-width: 700px;
    margin-inline: auto;
        padding: 0.5em 0 1.5em;
}
.how h3{
    text-align: center;
    padding: 1%;
    line-height: 1.3;
    border-radius: 100px;
}
.how p{
    margin-top:10px;
}
.regret{
    position: relative;
    margin: 0 auto;
    padding: 1em;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
    color: #000;
    margin-bottom: 2em;
    max-width: 600px;
    background: #fff;
    background-image: linear-gradient(transparent 0, transparent 94%, #ddd 100%);
    background-size: 100% 15px;
}

.regret::before,
.regret::after {
    position: absolute;
    content: '';
}

.regret::before {
    top: -15px;
    right: 10px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}

.regret::after {
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px #fff;
}
.container {
  max-width: 500px;
  margin: 0 auto;
}
.support {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 3% 0;
}
.support p{
    background: #e7ffaf;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 3px 12px;
    width: 32%;
    line-height: 1.2;
}

.block p {
    margin: 0;
    padding: 1em 0 0;
    background-color: #ff9600;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #fff;
}

.block::after {
        content: '';
    display: block;
    background-color: #ff9600;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 32px;
    margin-top: -1px;
}
.choice_point h2 {
    position: relative;
    padding: .5em 1em;
    color: #000;
    max-width: 400px;
    margin: auto;
        line-height: 1.3;
}

.choice_point h2::before,
.choice_point h2::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 3px solid #91e718;
    box-sizing: border-box;
    content: '';
}

.choice_point h2::before {
    top: 0;
    left: 0;
    border-right: none;
}

.choice_point h2::after {
    bottom: 0;
    right: 0;
    border-left: none;
}

.choice_point h2{
    text-align:center;
    margin-top: 30px;
}
.ranking{
    text-align:center;
}
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.rec_school_box .rsb_child{
    border-radius: 20px;
    margin-bottom: 10px;
}
.rec_school_box .rsb_child>img{
    width: 65%;
    margin: 0 auto;
}
.rec_school_box .rsb_child ul{
    list-style: none;
    padding: 20px 15px;
}
.rec_school_box .rsb_child.gma{
    border: 2px solid #38b000;
}
.rec_school_box .rsb_child.gma ul{
    border-top: 2px solid #38b000;
}
.rec_school_box .rsb_child.bmp{
    border: 2px solid #353F68;
}
.rec_school_box .rsb_child.bmp ul{
    border-top: 2px solid #353F68;
}
.rec_school_box .rsb_child.wnb{
    border: 2px solid #1F677F;
}
.rec_school_box .rsb_child.wnb ul{
    border-top: 2px solid #1F677F;
}
@media screen and (min-width:769px){
    .rec_school_box{
        display: flex;
        gap: 10px;
    }
    .pc_dpn{
        display:none;
    }
    .cp_arrows {
      height: 80px;
    }
    .cp_arrows .cp_arrow:first-child,.cp_arrows .cp_arrow:nth-child(2){
     left: 37%;
    }
    .cp_arrows .cp_arrow:nth-child(5),.cp_arrows .cp_arrow:nth-child(6){
     left: 63%;
    }
    .jobbox .salary {
    margin-right: 20px;
}
}
.bg_yellow{
    border-radius: 10px;
    padding: 10px;
    background-color: #fffae6;
    text-align:center;
    margin-bottom: 15px;
}
.rankTable{
        margin: 0 auto 30px;
}
.rankTable table{
    border-collapse: collapse;
    width: 100%;
}
.rankTable table th,
.rankTable table td{
    text-align: center;
    line-height: 1.2;
    padding: 10px 3px;
}
.rankTable table th{
    background-color: #e7ffaf;
    font-size: 14px;
}
.rankTable table tr:last-child th{
    background: none;
}
.rankTable table td{
    font-size: 12px;
    width: 28%;
    border-left: 1px solid #38b000;
    border-right: 1px solid #38b000;
    border-bottom: 1px dashed #ddd;
}
.rankTable table tr:first-child td{
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #38b000;
}
.rankTable table tr:last-child td{
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #38b000;
}
table td .great,
table td .good,
table td .soso{
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
}
table td .great{
    color: #fe493c;
}
table td .good{
    color: #4fcdff;
}
table td .soso{
    color: #ffd34f;
}
table td .min{
    font-size: 0.7em;
}
.rankTable table td .cta{
    display: block;
    border-radius: 10px;
    padding: 10px 0;
    background-color: #ff6600;
    box-shadow: 0 4px 0 #823400;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 90%;
    margin-inline: auto;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.choice_point h3{
    margin: 1em 0;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: .4em .7em;
    overflow: hidden;
    border: 2px solid #91e718;
    border-radius: 5px;
    color: #000;
}

.choice_point h3:before {
    position: absolute;
        top: -100%;
    left: -45px;
    z-index: -1;
    transform: rotate(25deg);
    width: 100px;
    height: 200%;
    background-color: #91e718;
    content: '';
    z-index: 100;
}

.choice_point h3 span {
    margin-right: 1.1em;
    color: #fff;
    font-size: 1.1em;
    z-index: 200;
}
.choice_point h3{
    margin-top: 25px;
}
.choice_point p{
    text-align: justify;
}
.choice_point .txt+.txt{
    margin-top: 10px;
}
.choice_point .point_box{
    margin: 20px auto 10px;
}
.choice_point .point_box h4{
    display: inline;
    background-color: #007200;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px 10px 0 0;
}
.choice_point .point_box h4+div{
    border: 2px dashed #007200;
    padding: 0 10px 10px;
}
.choice_point .point_box h4+div h5{
    font-size: 17px;
    margin: 8px 0 3px;
    font-weight: normal;
}
.choice_point .point_box h4+div p+h5{
    margin-top: 20px;
}
.choice_point .point_box h4+div p{
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .choice_point .point_box h4+div p{
        font-size: 12px;
    }
}
.choice_point .bg_yellow{
    border-radius: 10px;
    padding: 10px;
    background-color: #fffae6;
}

.ranking .bg_yellow{
    border-radius: 10px;
    padding: 10px;
    background-color: #fffae6;
    text-align:center;
    margin-bottom: 15px;
}
.cta_btn{
    display: block;
    margin: 20px auto 40px;
    background-color: #ff6600;
    border-radius: 15px;
    padding: 15px 0;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-weight: bold;
    box-shadow: 0 10px 0 #823400;
  animation: poyoyon2 2s ease-in-out infinite;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  10% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  20% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  35% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  50% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  70% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.cta_btn span{
    color: #fff;
    font-size: 1.5em;
}

.arrow{
    margin-bottom: -35px;
}

.school_detail .gma,
.school_detail .bmp{
    margin-bottom: 60px;
}

.school_detail h3{
    background-color: #dfffd0;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    border-bottom: 2px dashed #38b000;
    margin-bottom: 10px;
}
.school_detail .min_table{
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    text-align: center;
    border: 2px solid #007200;
    margin: 20px auto 5px;
}
.school_detail .min_table th{
    background-color: #007200;
    color: #fff;
    width: 33%;
    padding: 5px 0;
}
.school_detail .min_table td{
    padding: 10px 0;
    border-left: 1px dotted #bbb;
}
.school_detail .recommend_box{
    border-radius: 10px;
    padding: 15px;
    background-color: #fffae6;
    margin: 20px auto;
    line-height: 2;
}
.school_detail .recommend_box h4{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
.school_detail .recommend_box ul{
    list-style: none;
}
.school_detail .recommend_box ul li{
    display: flex;
    gap: 5px;
    align-items: flex-start;
    padding-bottom: 5px;
    border-bottom: 1px dashed #999;
}
.school_detail .recommend_box ul li+li{
    margin-top: 10px;
}
.school_detail .recommend_box ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.school_detail h4.min_ttl{
    background-color: #007200;
    color: #fff;
    line-height: 1;
    padding: 15px 20px;
    font-size: 18px;
    margin: 25px auto 10px;
    border-radius: 10px 10px 0 0;
}
.school_detail .txt+.txt{
    margin-top: 10px;
}
.school_detail .pics{
    margin: 15px auto;
}
.recommend_box h5{
    background:#fff;
    border-left:3px solid #38b000;
    font-size:18px;
}
.message {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6600;
    text-align: center;
    margin: 1em 0;
}

.message::before,
.message::after {
        width: 3px;
    height: 80px;
    background-color: #91e718;
    content: '';
}

.message::before {
    transform: rotate(-35deg);
    margin-right: 40px;
}

.message::after {
    transform: rotate(35deg);
    margin-left: 40px;
}
footer{
        background: #91e718;
    text-align: center;
    padding: 1em 0;
}
footer a{
        color: #fff;
}
.regret h3{
    text-align: center;
    padding: 0;
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: solid 2px #007200;
    color: #007200;
}
.school_detail .heading-8 {
    display: inline-block;
    position: relative;
    padding: .5em .7em;
    border-radius: 50px 0 0 50px;
    background-color: #38b000;
    color: #fff;
    width: 100%;
    text-align: left;
    border-bottom: none;
}

.heading-8::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 13px;
    border-radius: 50%;
    background: #fff;
}
.hoge{
    color: #9ef01a;
    color: #38b000;
    color: #007200;
    color: #ffff3f;
}
