@charset "utf-8";
 /*---------------------ベース--------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* clearfix */
.clearfix:after { content:""; display:block; clear:both; }
	/* for IE6 */
	* html .clearfix { display:inline-block; }
	/* for IE7 */
	*+html .clearfix { display:inline-block; }

img {
    border-style:none;
	height:auto;
	max-width:100%;
}
br{
	letter-spacing:0;}
.clear {
    clear:both; height:0; line-height:0;}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;}  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 


/*--margin--*/
body{font-family: 'Noto Sans JP', 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root body{
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.mi{font-family:YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.center{text-align:center;}
p{line-height:180%;}
.block{display:block;}
.m_over:hover{opacity:0.8;}
@media screen and (max-width: 767px) {
.m_over:hover{opacity:1;}
}
.m_overimg {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
	overflow: hidden;
	display:block;
}
.m_overimg:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.moblock{display:block; overflow:hidden;}
.rad{border-radius: 10px 10px 0 0;}


.disp_pc{display:block;}
.disp_sp{display:none;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}

@media screen and (max-width: 768px) {
.disp_pc{display:none;}
.disp_sp{display:block;}
.disp_in_pc{display:none;}
.disp_in_sp{display:inline-block;}
}


/*page*/

.mv {
  background: url("/with-you/shingaku/img/mv_bg.png") no-repeat scroll center center;
  background-size: cover;
  padding: 9% 0;
}
.mv h1 {
  text-align: center;
  padding: 0 10px 0;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1440px) {
  .mv {
    padding: 5% 0;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    background: none;
    padding: 0;
  }
  .mv h1 {
    max-width: 100%;
    text-align: center;
    padding:0;
  }
  .mv h1 img{
    width: 100%;
    display: block;
  }
}

.contbg {
  background: url("/with-you/shingaku/img/cont_bg.png") repeat-y scroll center top;
  background-size: 100%;
  padding: 100px 10px 0;
}
@media screen and (max-width: 768px) {
  .contbg {
    background: #e8edb0;
    padding: 0 0 0;
  }
}


/*cont01*/
.cont_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.w_box {
  background: #fff;
  border-radius: 10px;
  padding: 0 10px 50px;
}
.cont_subttl {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  top: -70px;
  font-size: 30px;
  color: #004831;
  background: #fcd776;
  padding: 13px;
  line-height: 140%;
}
.w_box p{
  font-size: 22.4px;
  color: #000;
  text-align: center;
  position: relative;
  top:-30px;
}
.w_box p:last-child {
  top:0;
}
.w_box span {
  font-size: 25.2px;
  font-weight: 500;
  background: linear-gradient(transparent 70%, #e8edb0 70%);
}

@media screen and (max-width: 768px) {
  .cont_inner {
    max-width: 92%;
    margin: 0 auto;
  }
  .w_box {
    border-radius: 8px;
    padding: 0 4vw 8vw;
  }
  .cont_subttl {
    max-width: 85%;
    top: -40px;
    font-size: 5.600vw;
    padding: 2vw;
    line-height: 140%;
  }
  .w_box p{
    font-size: 4.266vw;
    top:-25px;
  }
  .w_box p:last-child {
    top:0;
  }
  .w_box span {
    font-size: 4.8vw;
  }
}

/*ancer*/
.anc_area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 105px 0 140px;
  background: url("/with-you/shingaku/img/icon_pt01.png") no-repeat scroll 27% top;
}
.anc_area ul {
  display: flex;
  justify-content: space-between;
}
.anc_area ul li{
  width: 29.63%;
  border:4px solid #004831;
  border-radius: 10px;
  display: flex;
}
.anc_link {
  font-size: 26px;
  color: #004831;
  font-weight: bold;
  background: #fff;
  padding: 20px 5px 30px;
  border-bottom: 4px solid #ccdad6;
  border-radius: 6px 6px 6px 6px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.anc_link span {
  display: block;
  text-align: center;
  font-size: 18px;
  width: 100%
}
.anc_link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: calc(50% - 5px);
  border: 8px solid transparent;
  border-top: 10px solid #004831;
}
.anc_link:hover{
  color: #fff;
  border-bottom: 4px solid #2e694a;
  background: #004831;
}
.anc_link:hover:before {
  border-top: 10px solid #fff;
}

@media screen and (max-width: 768px) {
  .anc_area {
    max-width: 100%;
    margin: 0;
    padding: 8vw 4% 16vw;
    background: url("/with-you/shingaku/img/cont_bg_sp.png") no-repeat scroll center bottom;
    background-size: 100%;
  }
  .anc_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .anc_area ul li{
    width: 48%;
    border:2px solid #004831;
    margin-bottom: 4vw;
  }
  .anc_area ul li:first-child {
    margin-right: 4%;
  }
  .anc_link {
    font-size: 4.933vw;
    padding: 5vw 5px 10.5vw;
    border-bottom: 3px solid #ccdad6;
    border-radius: 6px 6px 6px 6px;
  }
  .anc_area ul li:last-child .anc_link {
    padding: 3vw 5px 7vw;
  }
  .anc_link span {
    font-size: 3.599vw;
  }
}

/*cont02*/
.co02_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  background: url("/with-you/shingaku/img/icon_pt02.png") no-repeat scroll 39% bottom;
}
.co02_flex li{
  margin-bottom: 70px;
  width: 47%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
  padding: 0 10px 20px;
}
.co02_flex h3 {
  width: 72%;
  margin: 0 auto;
  position: relative;
  top: -30px;
  background: #fcd776;
  color: #004831;
  font-size: 30px;
  text-align: center;
  padding: 10px 5px;
}
.co02_txt01 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #004831;
  line-height: 120%;
}
.co02_txt01 span{
  font-size: 70px;
  font-weight: bold;
  color: #ee7800;
}
.co02_txt02 {
  font-size: 22.4px;
  color: #004831;
  text-align: center;
  line-height: 150%;
  position: relative;
  top: -10px;
}
.co02_txt02.co02pt {
  padding-top: 35px;
}
.co02_txt03 {
  margin-left: 6%;
  font-size: 19px;
  color: #000000;
  margin-top: 8px;
}
.co02_txt03 a{
  font-size: 19px;
}
.pdf {
  color: #0000ff;
  text-decoration: underline;
  padding-right: 20px;
  background: url("/with-you/shingaku/img/icon_pdf.png") no-repeat scroll;
  background-size: 14px auto;
  background-position: calc(100% - 3px) center;
}

@media screen and (max-width: 768px) {
  .cont02 {
    background: url("/with-you/shingaku/img/cont_bg02_sp.png") no-repeat scroll center top #e8edb0;
    background-size: 100%;
  }
  .co02_flex {
    display: block;
    padding-bottom: 0;
    background: none;
  }
  .co02_flex li{
    margin-bottom: 9vw;
    width: 100%;
    padding: 0 5vw 3vw;
  }
  .co02_flex li:last-child {
    margin-bottom: 0;
  }
  .co02_flex h3 {
    width: 80%;
    top: -20px;
    font-size: 5.600vw;
    padding: 5px 5px;
  }
  .co02_txt01 {
    font-size: 5.333vw;
    line-height: 120%;
  }
  .co02_txt01 span{
    font-size: 13.33vw;
  }
  .co02_txt02 {
    font-size: 4.266vw;
    top: -10px;
  }
  .co02_txt02.co02pt {
    padding-top: 0vw;
  }
  .co02_txt03 {
    margin-left: 0;
    font-size:3.733vw;
    color: #000000;
    margin-top: 8px;
  }
  .co02_txt03 a{
    font-size:3.733vw;
  }
  .pdf {
    background-size: 3.5vw auto;
    background-position: calc(100% - 3px) center;
  }
  
}

/*cont03*/
.cont03 {
  margin-top: 15px;
}
.cont_inner02 {
  max-width: 1200px;
  margin: 0 auto;
}
.cont_ttl {
  text-align: center;
  font-size: 39.2px;
  font-weight: 900;
  color: #fff;
  background: #004831;
  padding: 25px 10px;
}
.w_box02 {
  padding: 50px 10px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.w_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.step_ttl {
  font-size: 19.6px;
  font-weight: bold;
  text-align: center;
  color: #004831;
  border-radius: 20px;
  padding: 5px;
  background: #e8edb0;
}
.step_ttl.smt {
  margin-top: 50px;
}
.w_flex01 {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.w_flex01 div:first-child{
  margin-right: 4%;
}
.w_txt {
  font-size: 22.4px;
  font-weight: bold;
  color: #000;
}
.smt .w_txt{
  margin-top: 25px;
}
.w_list {
  margin-top: 20px;
}
.w_list li {
  font-size: 22.4px;
  font-weight: bold;
  color: #000;
  margin-bottom: 3px;
}
.smt .w_list li {
  text-align: center;
}
.w_list li a{
  font-size: 22.4px;
  font-weight: bold;
  color: #0000ff;
  padding-right: 35px;
  background: url("/with-you/shingaku/img/icon_01.png") no-repeat scroll right center;
}
.w_list li a span {
  text-decoration: underline;
}
.w_list li a:hover span {
  text-decoration: none;
}
.w_txt02 {
  font-size: 19.6px;
  color: #000;
}
.o_box {
  margin: 30px auto 0;
  max-width: 960px;
  background: #fee6a8;
  border-radius: 10px;
  padding: 35px 30px;
}
.o_ttl {
  font-size: 28px;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.o_list {
  margin-top: 20px;
}
.o_list li{
  margin-bottom: 10px;
  font-size: 22.4px;
  color: #004831;
  padding-left:1em;
  text-indent:-1em;
}
.o_list li:last-child {
  margin-bottom: 0;
}
.w_txt03 {
  font-size: 19.6px;
  color: #000;
  margin-top: 20px;
  padding-left:1em;
  text-indent:-1em;
}
.o_txt {
  font-size: 22.4px;
}
.pdf.wid {
  background-size: 20px auto;
  padding-right: 24px;
  background-position: calc(100% - 2px) center;
}
.word{
  color: #0000ff;
  text-decoration: underline;
  background: url("/with-you/shingaku/img/icon_word.png") no-repeat scroll;
  background-size: 20px auto;
  padding-right: 24px;
  background-position: calc(100% - 2px) center;
}
.w_box03 {
  margin: 20px auto 0;
  max-width: 430px;
  border-radius: 8px;
  background: #fff;
  padding: 20px 20px 20px 30px;
}
.w_box03 li {
  font-size: 22.4px;
  font-weight: 500;
  color: #004831;
  margin-bottom: 3px;
}
.link_btn {
  margin: 50px auto 20px;
  max-width: 600px;
}
.link_btn p {
  font-size: 22.4px;
  font-weight: bold;
  color: #ee7800;
  text-align: center;
}
.link_btn a {
  margin-top: 10px;
  font-size: 31.5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #ee7800;
  padding: 20px 20px;
  box-shadow: 0px 5px 15px -5px #ee7800;
  display: block;
  border-radius: 50px;
  position: relative;
}
.link_btn a::before{
  content: "»";
  border-radius: 50%;
  font-size: 28px;
  color: #ee7800;
  padding: 0px 10px 8px;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 16px);
  right: 17%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .cont03 {
    margin-top: 15vw;
  }
  .cont_inner02 {
    max-width: 100%;
    margin: 0 auto;
  }
  .cont_ttl {
    font-size: 7.466vw;;
    padding: 9vw 2vw;
  }
  .w_box02 {
    padding: 6vw 8vw;
    border-radius: 0 0 5px 5px;
  }
  .w_inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .step_ttl {
    font-size: 3.733vw;
    border-radius: 20px;
    padding: 5px;
  }
  .step_ttl.smt {
    margin-top: 10vw;
  }
  .w_flex01 {
    display: block;
    margin-top: 6vw;
  }
  .w_flex01 div:first-child{
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .w_txt {
    font-size: 4.266vw;
    text-align: center;
    margin-bottom: 3vw;
    font-weight: bold;
  }
  .smt .w_txt{
    margin-top: 25px;
  }
  .w_list {
    margin-top: 0;
    margin-left: 1em;
  }
  .w_list li {
    font-size: 4.266vw;
    margin-bottom: 3px;
  }
  .w_list li a{
    font-size: 4.266vw;
    padding-right: 7vw;
    background-size: 4vw auto;
    
  }
  .w_txt02 {
    font-size: 3.733vw;;
  }
  .o_box {
    margin: 5vw auto 0;
    border-radius: 5px;
    padding: 5vw 3vw;
  }
  .o_ttl {
    font-size: 5.333vw;
  }
  .o_list {
    margin-top: 4vw;
  }
  .o_list li{
    margin-bottom: 1vw;
    font-size: 4.266vw;
  }
  .o_list li:last-child {
    margin-bottom: 0;
  }
  .w_txt03 {
    font-size: 3.733vw;
    margin-top: 4vw;
  }
  .o_txt {
    font-size: 4.266vw;
  }
  .pdf.wid {
    background-size: 3.5vw auto;
    padding-right: 5vw;
    background-position: calc(100% - 2px) center;
  }
  .word {
    background-size: 3.5vw auto;
    padding-right: 5vw;
    background-position: calc(100% - 2px) center;
  }
  .w_box03 {
    margin: 4vw auto 0;
    max-width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 4vw;
  }
  .w_box03 li {
    font-size: 4.266vw;
  }
  .link_btn {
    margin: 8vw auto 3vw;
    max-width: 100%;
  }
  .link_btn p {
    font-size: 4.266vw;
  }
  .link_btn a {
    margin-top: 10px;
    font-size: 6vw;
    padding: 4vw;
    border-radius: 50px;
  }
  .link_btn a::before{
    content: "»";
    border-radius: 50%;
    font-size: 5vw;
    color: #ee7800;
    padding: 0vw 2vw 1.4vw;
    background: #ffffff;
    position: absolute;
    top: calc(50% - 3vw);
    right: 5%;
    line-height: 100%;
  }
  .sp_wid01 {
    display: block;
    margin: 1vw auto 0;
    max-width: 70%;
  }
  .sp_wid02 {
    display: block;
    margin: 1vw auto 0;
    max-width: 60%;
  }
  .sp_wid03 {
    display: block;
    margin: 3vw auto 0;
    max-width: 25%;
  }
  
}

/*cont04*/
.cont04 {
}
.cont04 .cont_inner02 {
  padding-top:100px;
  background: url(/with-you/shingaku/img/icon_pt03.png) no-repeat scroll 90% 25px;
}
.img_box {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cont04 .cont_inner02 {
    padding-top: 0px;
    background: url(/with-you/shingaku/img/cont_bg04_sp.png) no-repeat scroll center top;
    background-size: 100%;
    margin-top: 15vw;
  }
  .img_box {
    margin: 5vw auto 15vw;
    text-align: center;
    max-width: 92%;
  }
  
}

/*cont05*/
.cont05 {
  margin-top: 100px;
}
.cont05 .cont_inner02 {
  padding-bottom: 100px;
  position: relative;
  background: url("/with-you/shingaku/img/icon_pt03.png") no-repeat scroll 11% bottom;
}
.cont_ttl.pt_n {
  padding: 10px 10px;
}
.cont_ttl.pt_n span {
  display: block;
  text-align: center;
  font-size: 28px;
}
.qa_cont {
  max-width: 1080px;
  margin: 0 auto;
}
.qa_cont dl {
  margin-top: 40px;
  box-shadow: 0px 5px 15px -5px #adadad;
  background: #fff;
  border-radius: 5px;
}
.qa_cont dt {
  background: #60bd96;
  padding: 25px 10px 25px 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.qa_cont dt.eve {
  background: #93c74c;
}
.qa_cont dt span:first-child {
  width: 31px;
  margin-right: 3%;
  flex: none;
}
.qa_cont dt span:first-child img {
  display: block;
}
.qa_cont dt span {
  font-size: 29.4px;
  color: #fff;
  font-weight: bold;
  flex: 1;
}
.qa_cont dd {
  padding: 25px 10px 25px 50px;
  display: flex;
}
.qa_cont dd div:first-child {
  width: 35px;
  margin-right: 3%;
  flex: none;
}
.qa_cont dd div:first-child img {
  display: block;
}
.qa_cont dd div {
  font-size: 22.4px;
  color: #004831;
  flex: 1;
}
.qa_cont dd span {
  display: block;
  margin-top: 20px;
  font-size: 19.6px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .cont05 {
    margin-top: 10vw;
  }
  .cont05 .cont_inner02 {
    padding-bottom: 10vw;
    position: relative;
    background: url("/with-you/shingaku/img/cont_bg05_sp.png") no-repeat scroll center bottom;
    background-size: 100%;
  }
  .cont_ttl.pt_n {
    padding: 2.5vw 2.5vw;
  }
  .cont_ttl.pt_n span {
    font-size: 5.333vw;
  }
  .qa_cont {
    max-width: 84%;
    margin: 0 auto;
  }
  .qa_cont dl {
    margin-top: 5vw;
  }
  .qa_cont dt {
    padding: 4.5vw 2vw 4.5vw 2vw;
  }
  .qa_cont dt.eve {
    background: #93c74c;
  }
  .qa_cont dt span:first-child {
    width: 5vw;
    margin-right: 3%;
    flex: none;
  }
  .qa_cont dt span {
    font-size: 5.600vw;
  }
  .qa_cont dd {
    padding: 6.5vw 2vw 6.5vw 2vw;
  }
  .qa_cont dd div:first-child {
    width: 5.4vw;
  }
  .qa_cont dd div {
    font-size: 4.266vw;
  }
  .qa_cont dd span {
    margin-top: 3vw;
    font-size: 3.733vw;
    padding-left:1em;
		text-indent:-1em;
  }
  .cont05 .link_btn {
    max-width: 84%;
  }
}

/*fix_area*/
.fix_area {
  width: 100%;
  position: fixed;
  background: #ee7800;
  padding: 10px;
  bottom: 0;
}
.fix_inner {
  margin: 0 auto;
  max-width: 600px;
}
.fix_area p{
  color: #fff;
  font-size: 22.4px;
  font-weight: bold;
  text-align: center;
}
.fix_area a {
  margin-top: 10px;
  font-size: 31.5px;
  color: #ee7800;
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 20px 20px;
  display: block;
  border-radius: 50px;
  position: relative;
}
.fix_area a::before{
  content: "»";
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  padding: 0px 10px 8px;
  background: #ee7800;
  position: absolute;
  top: calc(50% - 16px);
  right: 17%;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .fix_area {
    width: 100%;
    position: fixed;
    background: #ee7800;
    padding: 2vw;
    bottom: 0;
  }
  .fix_inner {
    margin: 0 auto;
    max-width: 85%;
  }
  .fix_area p{
    font-size: 4.266vw;
  }
  .fix_area a {
    margin-top: 1.2vw;
    font-size: 6vw;
    padding: 4vw;
    border-radius: 50px;
  }
  .fix_area a::before{
    content: "»";
    border-radius: 50%;
    font-size: 5vw;
    padding: 0vw 2vw 1.4vw;
    position: absolute;
    top: calc(50% - 3vw);
    right: 5%;
    line-height: 100%;
  }
}

#footer {
  padding-bottom: 157px;
}
@media screen and (max-width: 768px) {
  #footer {
  padding-bottom: 31vw;
}
}
.pdf:hover {
  text-decoration: none;
}
.word:hover {
  text-decoration: none;
}