/*
body {
  margin: 0;
  padding: 73px 0 0 0;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}*/

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
h2 {
	border: none;
}
input, textarea {
  font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #555;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #daffc6 inset;
}

img {
  max-width: 100%;
}

.containerInner {
  width: 1000px;
  margin: 0 auto;
}

br.sp {
  display: none;
}

.sp{
	display: none;
}

.pc{
	display: block;
}

/* form validation */
label.error {
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: 100%;
  margin-bottom: 10px;
  background-color: #c3272a;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  width: auto;
}
label.error:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 100%;
  margin: 0;
  left: 20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #c3272a transparent transparent;
}


/*
header {
  background: url(../images/header_bg.png);
  height: 73px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 5px -3px #999;
}
  header > .container {
    position: relative;
  }
  #header-logo {
    position: absolute;
    left: 0;
    top: 4px;
  }
  #header-phone {
    position: absolute;
    right: 300px;
    top: 20px;
  }
  #header-button {
    position: absolute;
    right: 0;
    top: 7px;
  }
*/

.btn-area {
	padding: 0;
}

#sec01 {
  background: url(../images/sec01_bg.png);
  background-size: cover;
  background-position: center;
  padding: 110px 0 40px;
  text-align: center;
}
  .sec01-copies {
    margin: 30px 0 0 0;
  }
    .sec01-copies img {
      margin: 0 40px;
    }
.edo {
	position: absolute;
	right: 0px;
	top:80px;

}
#sec01 h1 {
	background: url(../images/sec01_h1.png) no-repeat center center ;
	color:#fff ;
	font-size: 60px;
	min-height: 228px;
	padding-top: 100px;
	font-weight: bold;
}
#sec01 h2 {
	color: #fff;
	font-size: 35px;
}
#sec02 {
  text-align: center;
  background: url(../images/sec02_bg.png);
  padding-bottom: 50px;
  margin-bottom: 0px;
}
  #sec02 h1 {
    font-size: 34px;
    font-weight: 900;
    color: #10a13c;
    padding: 50px 0;
  }
.sec02-cols {
	display: flex;
	justify-content:space-between;
}
.sec02-col {
  width: 200px;
}
.sec02-col h2 {
  font-weight: 900;
  color: #10a13c;
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: -1px;
  height: 3em;
  line-height: 3;
}
.sec02-col:nth-child(4) h2,
.sec02-col:nth-child(5) h2 {
  line-height: 1;
  padding-top: .5em;
}
.sec02-col p {
  font-size: 14px;
}

#sec03 {
  background: #10a13c;
  padding: 50px 0 50px 0;
  margin-bottom: 0px;
}
.sec03-container {
  background: #fff;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto;
  height: 160px;
  position: relative;
}
.sec03-copy {
  position: absolute;
  left: 30px;
  bottom: 0;
}
.sec03-phone {
  position: absolute;
  right: 65px;
  top: 25px;
}

.sec03-button {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

#sec04 {
  background: url(../images/sec04_bg.png);
  background-size: cover;
  background-position: center;
  padding: 50px 0 80px 0;
  margin-bottom: 0px;
}
#sec04 h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 50px;
}
#sec04 .sec04-cols {
  text-align: center;
}
#sec04 .sec04-col {
  width: 320px;
  border: 3px solid #10a13c;
  background: rgba(255,255,255,.6);
  display: inline-block;
  position: relative;
  margin-right: 1%;
  height: 250px;
  vertical-align: top;
  text-align: left;
}
#sec04 .sec04-col:nth-child(3) {
  margin-right: 0;
}
#sec04 h2 {
  color: #1ca646;
  font-weight: 900;
  font-size: 19px;
  position: absolute;
  right: 00px;
  top: 10px;
  width: 10em;
  line-height: 1.2;
  padding: .5em 0;
  letter-spacing: -1px;
}
#sec04 h2 span {
  color: #ee4545;
}
#sec04 p {
  color: #444;
  font-weight: normal;
  font-size: 14px;
  margin-top: 100px;
  padding: 0 20px;
}
#sec04 .icon {
  position: absolute;
  top: -30px;
  left: 15px;
}

#sec05{
  padding: 80px 0;
  text-align: center;
  background: url(../images/sec05_bg.png);
  margin-bottom: 0px;
}

#sec05 .container {
  position: relative;
  display: block;
}
#sec05 h1 {
  margin-bottom: 60px;
}
#sec05 .sec05-cols {
	display: flex;
	justify-content:space-between;
} 
#sec05 .sec05-col {
  background: url(../images/sec05_col_bg.png) no-repeat;
  width: 230px;
  height: 250px;
  position: relative;
  vertical-align: top;
  margin-right: 2%;
}
#sec05 .sec05-col .icon {
  margin-top: 20px;
}
#sec05 .sec05-col h2 {
  color: #ee4545;
  font-weight: 900;
  font-size: 22px;
  padding: 15px 0 5px;
}
#sec05 .sec05-col p {
  font-weight: 900;
  font-size: 14px;
  color: #444;
  padding: 0 15px;
}
#sec05 .sec05-illust-01 {
  position: absolute;
  left: 0;
  top: -150px;
}

#sec05 .sec05-illust-02 {
  position: absolute;
  right: -60px;
  top: -200px;
}

#sec06 {
  background: #10a13c;
  padding: 50px 0 50px 0;
}
.sec06-container {
  background: #fff;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto;
  height: 160px;
  position: relative;
}
.sec06-copy {
  position: absolute;
  left: 30px;
  bottom: 0;
}
.sec06-phone {
  position: absolute;
  right: 65px;
  top: 25px;
}
.sec06-button {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

#sec07 {
  background: url(../images/sec07_bg.png);
}
#sec07 > .container {
  position: relative;
}

#sec07 h1 {
  color: #10a13c;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  padding: 40px 0 30px 0;
}
#sec07 .subtxt {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}
#sec07 .subtxt span {
  color: #ee4545;
}

#sec07 #sliderContainer {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#slider-prev,
#slider-next {
  position: absolute;
  width: 19px;
  height: 143px;
  z-index: 8;
  cursor: pointer;
}
#slider-prev:hover,
#slider-next:hover {
  opacity: .5;
}
#slider-prev {
  left: 0;
  top: 65px;
}
#slider-next {
  right: 0;
  top: 65px;
}

#sec07 .sec07-col {
  padding-top: 20px;
}
#sec07 .sec07-col-inner {
  background: #fff;
  position: relative;
  height: 200px;
  margin: 0 5px;
  box-shadow: 5px 5px #ccc;
}
#sec07 .sec07-col img {
  position: absolute;
  top: -20px;
  left: 10px;
}
#sec07 .sec07-col h2 {
  font-size: 16px;
  color: #10a13c;
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0 20px;
  padding-left: 80px;
}

#sec07 .sec07-col table {
  position: absolute;
  top: 70px;
  left: 25px;
  width: 300px;
  border-collapse: separate;
  border-spacing: 5px;
  border-top: 2px solid #ccc;
  padding-top: 20px;
}

#sec07 .sec07-col th,
#sec07 .sec07-col td {
  font-size: 12px;
  border: none;
}
#sec07 .sec07-col th {
  width: 6em;
  text-align: center;
  background: #dadada;
}
#sec07 .sec07-col td {
  padding: .2em;
  vertical-align: middle;
}

#sec07 .sec07_illust_01,
#sec07 .sec07_illust_02 {
  position: absolute;
  top: 0;
}
#sec07 .sec07_illust_02 {
  right: 50px;
  top: 0;
}

#sec07 .sec07-schools {
  background: url(../images/sec07_illust_04.png) #fff;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: bottom;
  position: relative;
  /* margin-top: 70px; */
  margin-top: 40px;
  padding: 1em 60px 1em 60px;
  color: #6e6e6e;
  margin-bottom: 50px;
}
#sec07 .sec07-schools h2 {
  color: #10a13c;
  font-size: 30px;
  font-weight: 900;
  /* position: absolute; */
  /* left: 120px; */
  /* top: -10px; */
  padding-left: 0;
}

.sec07_illust_03 {
  position: absolute;
  bottom: -20px;
  left: -100px;
}

#sec08 {
  background: url(../images/sec08_bg.png);
  text-align: center;
  padding-bottom: 60px;
}
#sec08 h1 {
  color: #10a13c;
  font-size: 45px;
  font-weight: 900;
  padding: 40px 0 30px 0;
}
#sec08 .sec08-images img {
  margin: 0 3px;
  margin-top: -8px;
  vertical-align: top;
}
#sec08 .sec08-images img:first-child {
  margin-bottom: 20px;
}

#sec09 {
  background: url(../images/sec09_bg.png);
  text-align: center;
  background-size: cover;
  background-position: center;
}
#sec09 h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  padding: 60px 0 30px 0;
}
#sec09 .sec09-images img {
  margin: 0 3px;
}


/* 新規 */
#price {
  background: url(../images/sec11_bg.png);
  text-align: center;
  padding-bottom: 60px;
}
#price h1 {
  color: #10a13c;
  font-size: 45px;
  font-weight: 900;
  padding: 40px 0 30px 0;
}
#price .subtxt {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}
#price table {
  background-color: #fff;
  text-align: center;
  width: 90%;
  border: 1px solid #333;
  height: 300px;
  margin: 40px auto 5px;
}
#price table th {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #10a13c;
  padding: 5px 0;
  margin: 0;
  border: 1px solid #fff;
  vertical-align: middle;
}
#price table th.dark {
  background: #118b36;
}
#price table td {
  font-weight: bold;
  text-align: center;
  background: none;
  padding: 5px 0;
  margin: 0;
  border: 1px solid #aed3ba;
  vertical-align: middle;
}
#price .unit {
  text-align: right;
  width: 90%;
  margin: 0 auto 30px;
}
#price .txt {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
#price .txt p {
  font-size: 13px;
  line-height: 1rem;
  margin-bottom: 5px;
}


#sec10 {
  background: url(../images/sec10_bg.png);
  text-align: center;
  padding-bottom: 60px;
}
#sec10 h1 {
  color: #10a13c;
  font-size: 45px;
  font-weight: 900;
  padding: 40px 0 30px 0;
}

#sec10 .sec10-images {
  background: #fff;
  position: relative;
  padding-bottom: 50px;
  width: 90%;
  margin: 0 auto;
}
#sec10 h2 {
  background: #10a13c;
  color: #fff;
  font-size: 25px;
  text-align: left;
  font-weight: 900;
  padding: 15px .5em;
  margin: 2em auto 1em auto;
  position: relative;
  padding-left: 110px;
}
#sec10 h2 img {
  position: absolute;
}
#sec10 .sec10-copy {
  color: #10a13c;
  font-size: 16px;
  font-weight: 900;
  width: 70%;
  position: absolute;
  left: 220px;
  top: 80px;
  text-align: left;
}

#sec11 {
  background: url(../images/sec11_bg.png);
  text-align: center;
  padding-bottom: 60px;
}
#sec11 h1 {
  color: #10a13c;
  font-size: 45px;
  font-weight: 900;
  padding: 40px 0 20px 0;
}
#sec11 h2 {
  font-size: 25px;
  font-weight: 800;
}
#sec11 h3 {
  background: #10a13c;
  color: #fff;
  font-size: 20px;
  text-align: left;
  font-weight: 900;
  padding: 10px 15px;
  margin: 1em auto 0 auto;
  width: 90%;
}
#sec11 .sec11-images {
  background: #fff;
  position: relative;
  padding: 10px 5px 1px 5px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
#sec11 a {
  display: block;
  font-size: 16px;
  text-align: right;
  width: 90%;
  color: #10a13c;
  margin: 20px auto 0;
}

#sec12 {
	background: url(../images/sec10_bg.png);
	padding-bottom: 200px;
}
#sec12 h1 {
	color: #10a13c;
	font-size: 45px;
	font-weight: 900;
	padding: 40px 0 10px 0;
	text-align: center;
}
#sec12 .qa{
	background: #fff;
	padding: 20px 30px 10px 30px;
	margin: 20px 0;
}
#sec12 h2{
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 20px;
}
#sec12 .qa p .img{
	float: right;
	margin-top: -30px; 
}
#sec12 .qa ol li{
	list-style-type: lower-latin;
}
#sec12 a{
	color: #10a13c;
	font-size: 20px;
}
#sec12 .qa p a {
  font-size: 16px;
}

#sec99 {
  background: #e2ffeb;
  padding-bottom:50px;
}
#sec99 .formContainer {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  padding: 2em;
}
#sec99 h1 {
  color: #10a13c;
  font-size: 45px;
  font-weight: 900;
  padding: 40px 0 30px 0;
  text-align: center;
}
#sec99 .container > p {
  color: #888;
  text-align: center;
  padding: 0 2em;
}


#sec99 #toiawase .note {
	text-align: center;
	border: 3px solid #50b660;
	padding: 3px;
	margin: 0 20px ;
}


#sec99 .label {
  margin: .8em 0 0 0;
}

#sec99 .label span {
  float: right;
  margin-right: 1em;
  color: #10a13c;
}
#sec99 .label span.require {
  color: #f00;
}
.submitContainer {
  text-align: center;
  padding: 30px;
}
#sec99 #submit {
  background: none;
  border: none;
}

#sec99 form p {
  color: #444;
  text-align: left;
  padding: 0;
  margin: 1em 0 0 0;
}

input, textarea {
  border: 1px solid #888;
  border-radius: 4px;
  width: 90%;
  margin: 0;
  padding: 0;
}
input:focus, textarea:focus {
  border: 1px solid #666;
}
input[type=checkbox],
input[type=radio] {
  width: auto;
  margin: 0 0 0 0;
}

/*-------------------------------
footer
-------------------------------*/
footer {
	width: 100%;
	background-color:#ffffff;
	} 
#footer2 {
	display: none;
	width: 1000px;
	margin: 0 auto;
	} 
footer p {
  padding-bottom: 5px;
  margin-bottom: 0;
	}   
footer .left{
	float: left;
	background-color:#ffffff;
	padding:0 5px;
	color:#000000;
	margin-top:20px;
}
footer .left .f_logo{
	margin-bottom: 0px;
}
footer .right{
	float: right;
	width: 490px;
	text-align: right;
	background-color:#ffffff;
	padding:0 5px;
	color:#000000;
	margin-top:10px;
}
footer .right .f_r_logo{
	margin-bottom: 0px;
}
footer .right p{
	font-size: 10px;
}
.copy{
	display: none;
	background-color:#2fa954;
	text-align: center;
	color:#ffffff;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: .7em 0;
}
section#footer_tagline {
	display: none;
}
section#action {
	display: none;
}


/*-------------------------------
レスポンシブ
-------------------------------*/
@media screen and (max-width: 1000px) {	
	.sp{
	  display: block;
  }
  .pc{
    display: none;
  }
	.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
	article{
		overflow:hidden;
	}
	body{
		padding: 0px 0 0 0;
		font-size: 1.2rem;
  }
  
	header{
		position: inherit;
		text-align: center;
	}
	#header-logo {
    	position: inherit;
    	left: 0;
    	top: 14px;
	}
	
	.containerInner {
    width: 100%;
    margin: 0 auto;
	}
	
	.sec03-container {
    	width: 100%;
		height: 270px;
	}
	.sec03-button {
    	position: absolute;
    	right: 30px;
        bottom: 133px;
  }
  .sec02-cols {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec02-col {
    width: 50%;
    margin-bottom: 20px;
  }
  .sec02:last-child {
    margin-bottom: 0;
  }
  .sec02-col h2 {
    font-weight: 900;
    color: #10a13c;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: -1px;
    height: 3em;
    line-height: 3;
  }

	#sec04 .sec04-col {
    width: 100%;
    border: 3px solid #10a13c;
    background: rgba(255,255,255,.6);
    display: inline-block;
    position: relative;
    margin-bottom: 5%;
    height: auto;
    vertical-align: top;
    text-align: left;
  }
	
	.sec06-container {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    height: 270px;
    position: relative;
  }

  #sec07 .sec07_illust_01{
      left: -120px;
      display: none;
  }

  #sec07 .sec07_illust_02{
      right: -120px;
      display: none;
  }

  #sec07 .sec07-schools {
      background-position: bottom right;
  }

  #sec10 .sec10-copy {
      color: #10a13c;
      font-size: 16px;
      font-weight: 900;
      width: 70%;
      position: relative;
      top: 0px;
    left:20px;
      text-align: left;
  }

  #sec99 .formContainer {
      width: 100%;
  }

	#footer2 {
    width: 600px;
    margin: 0 auto;
  }
	
	footer{
		margin-bottom: 50px;
	}
	
	.fixed_foot {
    background: url(../images/header_bg.png);
    /*height: 70px;*/
		border-top:3px solid #10a13c;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 2px 5px -3px #999;
		padding: 10px 5px;
  }
	
	.fixed_foot a{
		display: inline-block;
		width:49%;
  }
  
  #sec01 h1 {
    background: url(../images/sec01_h1.png) no-repeat center center ;
    color:#fff ;
    font-size: 1.6rem;
    min-height: 228px;
    padding-top: 100px;
    font-weight: bold;
  }
  #sec01 h2 {
    color: #fff;
    font-size: 1.1rem;
  }
	.edo {
   display: none;
  }
  .sec01-copies img {
      margin: 0px 10px;
      width: 40%;
  }
  #sec02 h1 {
    font-size: 1.6rem;
    line-height: 2.0rem;
    font-weight: 900;
    color: #10a13c;
    padding: 80px 0 50px;
  }
  #sec03 {
    background: #10a13c;
    padding: 50px 10px 50px;
  }
  .sec03-copy {
    position: absolute;
    left: 6px;
    bottom: 0;
  }
  #sec04 {
    background: url(../images/sec04_bg.png);
    background-size: cover;
    background-position: center;
    padding: 50px 10px 80px;
  }
  #sec04 h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 50px;
  }
  #sec04 h2 {
    color: #1ca646;
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    right: auto;
    top: 85px;
    /* width: 10em; */
    width: 90%;
    text-align: center;
    line-height: 1.2;
    padding: .5em 0;
    letter-spacing: -1px;
    /* left: 20px; */
    left: 50%;
    transform: translateX(-50%);
  }
  #sec04 .icon {
    position: absolute;
    top: -30px;
    /* left: 100px; */
    left: 50%;
    transform: translateX(-50%);
  }
  #sec04 p {
    color: #444;
    font-weight: normal;
    font-size: 14px;
    margin: 160px 0 20px;
    padding: 0 20px;
  }
  #sec05 .sec05-illust-01 {
    top: -120px;
    left: -20px;
    width: 40%;
  }
  #sec05 .sec05-illust-02 {
    top: -145px;
    right: -20px;
    width: 45%;
  }
  #sec05 h1 {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
  }
    #sec05 .sec05-cols {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }
    #sec05 .sec05-col {
    background: url(../images/sec05_col_bg.png) no-repeat;
    background-position: center;
    width: 50%;
    height: 220px;
    position: relative;
    vertical-align: top;
    margin: 10px auto;
  }
  #sec06 {
    background: #10a13c;
    padding: 50px 10px 50px;
  }
  #sec07 {
    padding: 0 15px;
  }
  #sec07 h1 {
    color: #10a13c;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    padding: 40px 0 30px 0;
  }
  #sec07 .sec07-schools {
    background: #FFF;
    /* background-repeat: no-repeat; */
    background-position: right;
    position: relative;
    /* margin-top: 0px; */
    padding: 20px 20px 20px;
    color: #6e6e6e;
    margin-bottom: 50px;
  }
  #sec07 .sec07-schools h2 {
    color: #10a13c;
    font-size: 22px;
    font-weight: 900;
    position: unset;
    padding: 0 0 10px;
  }
  .sec07-schools .list {
    display: flex;
  }
  .sec07-schools p{
    font-size: 14px;
    width: 50%;
  }
  .sec07_illust_03 {
    position: absolute;
    bottom: 0;
    /* left: 160px; */
    left: 73%;
  }
 #sec08 {
    background: url(../images/sec08_bg.png);
    text-align: center;
    padding: 0 15px 60px; 
  }
  #sec08 h1 {
    color: #10a13c;
    font-size: 32px;
    font-weight: 900;
    padding: 40px 0 30px 0;
  }
  #sec08 .sec08-images img {
    margin: 0;
    vertical-align: top;
  }
  #sec09 {
    padding: 0 20px;
  }
  #sec09 h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    padding: 60px 0 30px 0;
  }
  #sec09 .sec09-images img {
    margin: 0;
  }
  #sec10 h1 {
    color: #10a13c;
    font-size: 32px;
    font-weight: 900;
    padding: 40px 0 30px 0;
  }
  #sec10 h2 {
    background: #10a13c;
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-weight: 900;
    padding: 15px .5em;
    margin: 2em auto 1em auto;
    position: relative;
    padding-left: 110px;
  }
  #sec10 .sec10-copy {
    color: #10a13c;
    font-size: 16px;
    font-weight: 900;
    width: 85%;
    position: relative;
    top: 0px;
    left: 20px;
    text-align: left;
  }
  #sec11 h1 {
    color: #10a13c;
    font-size: 32px;
    font-weight: 900;
    padding: 40px 0 20px 0;
  }
  #sec11 h2 {
    font-size: 18px;
    font-weight: 800;
  }
  #sec11 h3 {
    background: #10a13c;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 900;
    padding: 10px 15px;
    margin: 1em auto 0 auto;
    width: 90%;
  }
  #sec11 .sec11-images {
      background: #fff;
      position: relative;
      padding: 10px 15px;
      width: 90%;
      margin: 0 auto;
      text-align: left;
  }
  .sec11-images{
    font-size: 14px;
    line-height: 20px;
  }

  #sec12 {
   padding: 0 20px 60px;
  }
  #sec12 .qa {
    background: #fff;
    padding: 20px 15px;
    margin: 20px 0;
}
  #sec12 h2 {
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 0px;
  }
  #sec12 h2 img{
    display: block;
    margin-bottom: 10px;
  }
  #sec12 .qa p .img {
      float: right;
      margin-top: 0px;
  }
  #sec12 .qa p{
    font-size: 14px;
    line-height: 1.4rem;
  }
  #sec12 .qa p img{
    margin: 20px 0 10px;
    display: block;
  }
  #sec12 .qa ol{
    width: 98%;
      font-size: 14px;
      padding-left: 20px;
  }
  #sec99 .formContainer{
      padding: 30px 15px 50px;
      font-size: 13px;
  }
  #sec99 h1 {
      color: #10a13c;
      font-size: 26px;
      font-weight: 900;
      padding: 20px 20px 10px; 
      text-align: center;
  }

  .footer_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer_contact .foot_logo {
    margin-bottom: 10px;
  }

}

.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
@media screen and (max-width: 640px) {
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
  }

  #sitemap .container.base {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #sitemap .container.base nav {
    width: 45%;
  }

}

#sec99{
  margin-top:-100px;
  padding-top:100px;
}


input[type=checkbox], input[type=radio] {
    width: auto;
    margin: 0 0 0 0;
    display: inline-block;
    width: 20px;
}
span.wpcf7-list-item-label {
    display: inline-block;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    width: 100%;
}

p.form_privacy {
    margin: 10px 0;
    font-size: 0.7em;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .post-password-form input[type="submit"], .widecolumn #submit, .widecolumn .mu_register input[type="submit"] {
    font-size: 13px;
    font-size: 1.6rem;
    padding: 20px 10px;
    vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
    padding: 10px;
}
input[type="submit"] {
    background: tomato;
    margin-bottom: 80px;
    transition: 0.3s;
}
.nyuryoku-ran a{
  text-decoration: underline;
  color: dodgerblue;
}


@media screen and (max-width: 750px){
  header h1 {
      margin-right: 227px;
      position: absolute;
      left: 20px;
      top: 0px;
      padding: 0;
  }
  h1, .h1 {
    font-size: none;
}
header {
  text-align: left;
}
header .nav_area.active {
  top: 60px;
}
header .header_btn_sp .position_btn_sp {
  margin-top: 60px;
}
#price h1 {
  font-size: 32px;
}
.sec03-phone,
.sec03-button {
  position: static;
  display: block;
  padding-top: 20px;
  text-align: center;
  max-width: 290px;
  margin: 0 auto;
}
#sec05 .sec05-col {
  width: 48%;
  background-size: contain;
}
#sec05 .sec05-col p {
  padding: 0;
  font-size: 14px;
}
#sec05 .sec05-col h2 {
  font-size: 18px;
  padding: 15px 0 0;
}
#sec07 .subtxt {
  font-size: 24px;
}
#sec11 h2 {
  margin-bottom: 20px;
}
#sec12 .qa p .img {
  float: none;
}

}


/*--  追記_220202  --*/
.sec01-copies ul {
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
.sec01-copies ul li {
  font-size: 16px;
  font-weight: bold;
  width: 178px;
  height: 178px;
  background: url(../images/sec01_copy_01.png) no-repeat;
  background-size: 100%;
  position: relative;
  margin: 0 30px;
  color: #e03535;
}
.sec01-copies ul li span {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.2rem;
}
.sec01-copies ul li:nth-child(2) {
  background: url(../images/sec01_copy_02.png) no-repeat;
  background-size: 100%;
}
.sec01-copies ul li:nth-child(3) {
  background: url(../images/sec01_copy_03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  header {
    height: 130px!important;
  }
  header h1 {
    top: -20px;
  }
  #sec01 h2 {
    font-size: 1.3rem;
  }
  header .header_btn_sp .position_btn_sp {
    margin-top: 65px;
  }
  .sec01-copies ul li {
    margin: 0 5px;
}
}
@media screen and (max-width: 360px) {
  .sec01-copies ul li {
    width: 158px;
    height: 158px;
  }
}

/*--230117__追従フッターとハンバーガーメニュー位置変更に伴う追記--*/
@media screen and (max-width: 767px){
	header {
    height: 60px!important;
  }
  header h1 {
    top: 0px;
  }
  header .nav_area.active {
    top: 0px;
  }
}


/* 230222 */
.flex {
  display: flex;
}

.chkbox span.wpcf7-list-item {
  width:auto;
}

#toiawase dl .privacy-check {
  width: 100%;
}

.privacy-check label {
  text-align: center;
  display: block;
}

.privacy-check br {
  display: none;
 }

.contact_caution {
  height: 50px;
    overflow-y: scroll;
    border: 1px solid #dbdbdb;
}


/*---------------------------*/
/*---- gakujutu-tuika_2310 ----*/
/*--------------------------*/
.gakujutu-tuika_2310 .edo {
  position: absolute;
  right: 40px;
  top: 150px;
}
.gakujutu-tuika_2310 #sec01 {
  padding: 0;
  margin-top: 110px;
}
.gakujutu-tuika_2310 #sec01 .container {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .gakujutu-tuika_2310 #sec01 {
    margin-top: 0px;
  }
  .gakujutu-tuika_2310 #sec01 .container {
    padding: 50px 20px;
  }
}
.gakujutu-tuika_2310 #sec01 .box01 {
  background: url(../images/sec01_h1.png) no-repeat center center;
}
.gakujutu-tuika_2310 #sec01 h1  {
  background: none;
  padding: 0;
  line-height: 72px;
  font-size: 52px;
  min-height: auto;
}
.gakujutu-tuika_2310 #sec01 h2  {
  font-size: 24px;
  padding: 0;
  padding-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gakujutu-tuika_2310 #sec01 h1  {
    font-size: 32px;
    line-height: 42px;
  }
  .gakujutu-tuika_2310 #sec01 h1 small  {
    font-size: 26px;
    font-weight: bold;
  }
  .gakujutu-tuika_2310 #sec01 h2  {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .sec01-copies ul li {
    width: 46%;
  }
}
.gakujutu-tuika_2310 #sec01 .cta a {
  margin: 0 auto;
  margin-top: 40px;
  padding: 30px 0;
  border-radius: 6px;
  display: block;
  max-width: 480px;
  width: 100%;
  background: #f41128;
  border-bottom: 6px solid #cf2729;
  color: #ffffff;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  transition-duration: .3s;
}
@media screen and (max-width: 767px) {
  .gakujutu-tuika_2310 #sec01 .cta a {
    margin: 0 auto;
    margin-top: 20px;
  }
}
/*---------------------------*/
.gakujutu-tuika_2310 #sec_tuika {
  padding: 80px 0;
}
.gakujutu-tuika_2310 #sec_tuika h2 {
  padding: 0;
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  color: #10a13c;
}
.gakujutu-tuika_2310 #sec_tuika p.is-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
	.gakujutu-tuika_2310 #sec_tuika {
    padding: 50px 20px;
  }
  .gakujutu-tuika_2310 #sec_tuika h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
  }
  .gakujutu-tuika_2310 #sec_tuika p.is-center {
    text-align: left;
  }
}
.gakujutu-tuika_2310 .sec_tuikaContent {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border: 4px solid #10a13d;
}
.gakujutu-tuika_2310 .sec_tuikaContent h3 {
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #b9dfc3;
}
.gakujutu-tuika_2310 .sec_tuikaContent ul {
  margin-bottom: 0px;
}
.gakujutu-tuika_2310 .sec_tuikaContent ul li {
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.gakujutu-tuika_2310 .sec_tuikaContent ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 4px;
  background: #10a13d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*---------------------------*/
#sec07 > .container {
  padding-bottom: 60px;
}
.gakujutu-tuika_2310 .sec07-tuikaContent h2 {
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 20px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #10a13c;
}
@media screen and (max-width: 767px) {
	.gakujutu-tuika_2310 .sec07-tuikaContent h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.gakujutu-tuika_2310 .sec07-tuikaContent ul {
  margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
	.gakujutu-tuika_2310 .sec07-tuikaContent ul {
    gap: 5px;
  }
}
.gakujutu-tuika_2310 .sec07-tuikaContent ul li {
	width: 32%;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 20px;
  padding-left: 65px;
  background: #fff;
	position: relative;
}
@media screen and (max-width: 767px) {
	.gakujutu-tuika_2310 .sec07-tuikaContent ul li {
		width: 100%;
	}
}
@media screen and (max-width: 390px) {
	.aboutBlcok_zisseki dl dd {
		padding-left: 15px;
	}
}
.gakujutu-tuika_2310 .sec07-tuikaContent ul li::before {
	position: absolute;
  top: 16px;
  left: 20px;
	content: "";
	display: inline-block;
	width: 35px;
  height: 30px;
	background: url(../images/icon_01.png) no-repeat;
}
.gakujutu-tuika_2310 .sec07-tuikaContent ul li.hospital::before {
	background: url(../images/icon_02.png) no-repeat;
}
.gakujutu-tuika_2310 .sec07-tuikaContent ul li.building::before {
	background: url(../images/icon_03.png) no-repeat;
}
.gakujutu-tuika_2310 .sec07-tuikaContent ul li.office::before {
	background: url(../images/icon_04.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .gakujutu-tuika_2310 .sec07_illust_03 {
    position: absolute;
    bottom: -20px;
    /* left: 160px; */
    left: 80%;
    width: 70px;
  }
}