@charset "utf-8";
.page_title_bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2em;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1.5em;
/*  background-color: #29ac6e;
*/}
.page_title {}
.page_title h2 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  color: #FFFFFF;
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: center;
}
.page_title span {
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
}
.contact_intro {
  width: 85%;
  margin: 2.5em auto;
  display: flex;
  justify-content: space-between;
	gap:20px;
}
.contact_txt {
	width: 80%;
}
.contact_txt h2{
	font-size: 1.5em;
	font-weight: bold;
	color: red;
}
.contact_txt h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #1E1CD1;
}
.contact_txt .shuji{
	color:#FF9B1D;
}
.contact_intro p {
  width: 100%;
	padding:1em 0 2em 1em;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 2em;
  transition: .8s;
}
.contact_intro_figure {
  width: 25%;
  transition: .8s;
}
.contact_intro_figure img {
  width: 100%;
  height: auto;
}
.contact_intro span {
  display: block;
  text-align: right;
  margin-top: 0.8em;
}
.form{
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	padding:0 0 0 40px;
}
.form-boshu {
  max-width: 900px;
  width: 60%;
  margin: 0 auto 2.5em;
}
.form-boshu iframe {
  width: 100%;
  height: 1300px;
}
.form-trial {
  width: 80%;
  margin: 0 auto 2.5em;
}
.form-trial iframe {
  width: 100%;
  height: 1420px;
}
.form-request {
  width: 80%;
  margin: 0 auto 0;
}
.form-request iframe {
  width: 100%;
  height: 1450px;
}
.request_Box {
	max-width: 1000px;
  width: 80%;
  margin: 50px auto 0;
}
.request_Title {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .2em;
  text-indent: .5em;
  border-bottom: 2px solid #0071BC;
}
.request_Txt1 {
  margin: 1em;
  letter-spacing: .1em;
}
.contact_telImg {
  width: 90%;
  margin: 50px auto;
  display: block;
}
.contact_telImg img {
  width: 100%;
  height: auto;
}
.request_Title2, .trial-Title2 {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center;
}
.request_Txt2, .trial_Txt2 {
  line-height: 1.8;
  letter-spacing: .1em;
  margin: 1em;
}
.contact_note {
  width: 75%;
  margin: 0 auto 30px;
}
.contact_note p {
  font-size: 0.9em;
  line-height: 1.5;
}
.trial_Box {
  width: 80%;
  margin: 50px auto 0;
}
.trial_Title1 {
  margin-bottom: 30px;
  padding: .75em 1em .5em;
  background-color: #E8F0E6;
  font-size: 1.7em;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
.trial_Txt1 {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 1.1em;
  line-height: 1.6;
  letter-spacing: .05em;
  padding: 0 .5em 0 1em;
}
.note_title {
  line-height: 1.7;
  font-weight: bold;
}
.red {
  color: red;
  font-weight: bold;
}
.pink {
  color: hotpink;
  font-weight: bold;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
@media screen and (max-width:1000px) {
  .page_title_bg {
    padding-top: 90px;
  }
  .page_title h2 {
    padding-top: 1.5em;
    font-size: 1.8em;
  }
  .contact_intro {
   width: 90%;
  margin: 2.5em auto;
  display: flex;
  justify-content: space-between;
	gap:10px;
  }
.contact_txt {
	width: 80%;
}
  .contact_intro p {
    width: 100%;
	  padding:1em 0 2em 1em;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 2em;
  transition: .8s;
  }
.contact_intro_figure {
  width: 25%;
  transition: .8s;
}
  .form {
    width: 100%;
    margin: 2em auto;
  }
  .form iframe{
	  width: 100%;
	  height: 1200px;
	}
  .request_Box {
    width: 90%;
    margin: 50px auto 0;
  }
  .request_Txt1 {
    margin: 1em;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  .form-boshu {
    max-width: auto;
    width: 90%;
    margin: 0 auto 1.5em;
  }
  .form-boshu iframe {
    width: 100%;
    height: 1300px;
  }
  .form-trial {
    width: 90%;
    margin: 0 auto 2.5em;
  }
  .form-trial iframe {
    width: 100%;
    height: 1420px;
  }
  .form-request {
    width: 90%;
    margin: 0 auto 0;
  }
  .form-request iframe {
    width: 100%;
    height: 1470px;
  }
}
@media screen and (max-width:800px) {
  .page_title_bg {
    padding-bottom: 1em;
  }
  .page_title h2 {
    font-size: 1.6em;
    padding-top: 1.5em;
  }
  .study_intro {
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    flex-wrap: wrap;
  }
.contact_intro {
  width: 90%;
  margin: 2em auto;
  display: flex;
  justify-content: center;
	flex-direction: column;
	gap:20px;
}
.contact_txt {
	width: 100%;
}
  .contact_intro p {
    width: 100%;
	  padding:1em 0 2em 1em;
    font-size: 1em;
    line-height: 2em;
  }
  .contact_intro_figure {
    width: 60%;
	  margin: 0 auto;
  }
  .contact_intro_figure img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-top: 1em;
  }
  .form-boshu {
    max-width: auto;
    width: 90%;
    margin: 0 auto 1.5em;
  }
  .form-boshu iframe {
    width: 100%;
    height: 1300px;
  }
  .form-trial {
    width: 90%;
    margin: 0 auto 2.5em;
  }
  .form-trial iframe {
    width: 100%;
    height: 1420px;
  }
  .form-request {
    width: 90%;
    margin: 0 auto 0;
  }
  .form-request iframe {
    width: 100%;
    height: 1470px;
  }
  .request_Box {
    width: 90%;
    margin: 30px auto 0;
  }
  .request_Txt1 {
    font-size: .9em;
    margin: 1em auto 0;
    letter-spacing: .1em;
  }
  .request_Txt2 {
    font-size: .9em;
    line-height: 1.8;
    letter-spacing: .1em;
    margin: 1em;
  }
  .request_Box {
    width: 85%;
    margin: 50px auto 0;
  }
  .trial_Box {
    width: 90%;
    margin: 50px auto;
  }
}
@media screen and (max-width:480px) {
  .page_title_bg {
    padding-top: 60px;
    padding-bottom: 0.5em;
  }
  .page_title h2 {
    font-size: 1.3em;
    padding-top: 1em;
  }
  .page_title span {
    font-size: 1em;
  }
.contact_intro {
  width: 100%;
  margin: 1.5em auto;
  display: flex;
  justify-content: space-between;
	gap:20px;
}
.contact_txt h2{
	font-size: 1.15em;
	font-weight: bold;
	color: red;
}
.contact_txt h3{
	font-size: 1em;
	font-weight: bold;
	color: #1E1CD1;
	text-align: center;
}
  .contact_intro p {
    width: 100%;
	  padding:1em 0 2em 1em;
    font-size: 1em;
  line-height: 1.8em;
  transition: .8s;
  }
  .contact_intro_figure {
    width: 250px;
	  margin: 0 auto;
  }
  .contact_intro_figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 1em;
  }
	.form {
    width: 100%;
    margin: 2em auto;	
	}
  .form iframe{
	  width: 100%;
	  height: 1250px;
	}
  .request_Box {
    width: 100%;
    margin: 30px auto 0;
  }
  .contact_telImg {
    width: 100%;
    margin: 15px auto 50px;
    display: block;
  }
  .request_note {
    width: 100%;
    margin: 0 auto 30px;
  }
.form{
	width: 95%;
	margin: 0 auto;
	padding:0 0 0 10px;
}

  .form-boshu {
    max-width: auto;
    width: 90%;
    margin: 0 auto 1.5em;
  }
  .form-boshu iframe {
    width: 100%;
    height: 1300px;
  }
  .form-trial {
    width: 100%;
    margin: 0 auto 2.5em;
  }
  .form-trial iframe {
    width: 100%;
    height: 1570px;
  }
  .form-request {
    width: 100%;
    margin: 0 auto 0;
  }
  .form-request iframe {
    width: 100%;
    height: 1600px;
  }
  .contact_note {
    width: 95%;
    margin: 0 auto 30px;
  }
  .contact_note p {
    font-size: 0.9em;
    line-height: 1.5;
  }
  .trial_Box {
    width: 100%;
    margin: 50px auto 0;
  }
  .trial_Title1 {
    margin-bottom: 30px;
    padding: .6em .5em .35em;
    background-color: #E8F0E6;
    font-size: 1.4em;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .trial_Txt1 {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.05em;
    line-height: 1.6;
    letter-spacing: .05em;
    padding: 0 .5em 0 1em;
  }
  .request_Title2, .trial-Title2 {
    font-size: 1.175em;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
  }
}
@media screen and (max-width:380px) {
  .page_title_bg {
    padding-top: 75px;
  }
  .page_title h2 {
    font-size: 1.2em;
    padding-top: .5em;
  }
  .page_title span {
    font-size: 0.9em;
  }
  .contact_intro p {
    line-height: 1.9em;
    letter-spacing: 0em;
  }
  .form {
    margin: 1em auto;
  }
}