@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body * {
  max-height: 99999em;
	font-size:16px;
}
.f-maru { font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", Hiragino Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.ie body {
  font-family: Meiryo, "小塚ゴシック Pro", "Kozuka Gothic Pro", Hiragino Sans, sans-serif;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1300px;
  overflow: hidden;
}

.wrapper {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .tel {
    display: inline-block;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    /*font-size: 0.24rem;*/
    font-size: 14px;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    /*padding-left: 0.45rem;
    padding-right: 0.45rem;*/
  }
}

/* common
 * ----------------------------------------------- */

.clear {
	clear:both;
	display:none;
	margin: 0px;
	padding: 0px;
}  
 
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }

a:link{
	color:#790000;
	background:transparent;
}
a:visited{
	color:#790000;
	background:transparent;
}
a:hover,a:active{
	color:#bc7f7f;
	background:transparent;
}

h1{
	margin:0;
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
}

h2{
	margin:0;
	padding: 0px;
}
h2 img{
	width:100%;
	height: auto;
}


h3{
	margin:0;
	paddin: 0px;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


a img{
 text-decoration: none;
 border:0px;
}

ul img{
margin: 0;
padding: 0;
}

li img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.flex {
	display:flex;
	justify-content:center;
	align-items: flex-start;
}
.small {
	font-size:0.9em;
}


/*---------content(common)---------*/

.img-bnr {
    width: 100%;
    height: auto;
    margin: 50px auto;
}

#RealtimeClockArea,#RealtimeClockArea2 {
	border:1px solid #000;
	padding:15px 20px;
	text-align:center;
	width:900px;
	margin:20px auto 80px;
}
.clearbox {
	display:inline-block;
	width:100%;
}
.col02 {
	width:49%;
	margin:0 2% 2% 0;
}
.col02:nth-of-type(2n) {
	width:49%;
	margin:0 0 2% 0;
}
.fll {
	float:left;
}

/*---------content(main)---------*/

#mainimgbox {
    height: auto;
    margin: 0 0 30px;
    width: 100%;
}

#headerbox {
    width: 100%;
    height: auto;
    padding: 10px 0 0;
    border-bottom: #c7b299 solid 25px;
}

#logobox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#furiwakeoyabox00 {
    width: 1180px;
    margin: 0 auto;
}
#furiwakeleftbox00 {
    padding: 10px 0 5px;
    width: 27%;
    margin-top: 0;
    float: left;
}
#furiwakerightbox00 {
    padding: 5px 0 0;
    width: 55%;
    margin:0;
    float: right;
}

.section01 {
    width: 100%;
    height: auto;
    margin:100px auto;
}

.section02 {
    width: 100%;
    height: auto;
    margin:100px auto;
}
.section02 h2 {
    margin-top:80px;
}

.section03 {
    width: 100%;
    height: auto;
    margin:80px auto;
}
.section03 h2 {
    margin:50px 0;
}
.section03 .container-features {
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:8px solid #f2f2f2;
}
.section03 .container-features h3 {
    margin-bottom:50px;
}
.section03 .container-features p {
	line-height:1.8;
	margin-bottom:20px;
}
.section03 .container-features p span {
	color:#009900;
}
.section03 .box-ft01{
	width:60%;
	margin-right:5%;
}
.section03 .box-ft02{
	width:46%;
	margin:0 2%;
}
.section03 .box-ft03{
	width:46%;
	margin:0 2%;
}

.section04 h2 {
    margin-bottom:30px;
}

.section05 {
    width: 100%;
    height: auto;
    margin:80px auto 30px;
    background-color: #5c7886;
    padding:3% 5% 5%;
}
.section05 h2 {
    margin:0 0 30px;
}
.section05 .container-course img {
	width:31%;
}

.section06 {
    width: 100%;
    height: auto;
    margin:0 auto 80px;
    background-color: #5c7886;
    padding:3% 5% 5%;
}
.section06 img {
	margin-bottom:20px;
}

.section07 {
    width: 100%;
    height: auto;
    margin:0 auto 80px;
    background-color: #f2f2f2;
}
.section07 h2 {
    margin:0;
}
.section07 ul {
	padding:5% 2%;
}
.section07 ul li {
	width:14%;
	display:inline-block;
	margin:0 1%;
	vertical-align:top;
}
.section07 ul li h4 {
	text-align:center;
	font-size:15px;
	margin-bottom:15px;
	font-weight:bold;
}
.section07 ul li p {
	font-size:13px;
	line-height:1.7;
}

.section08 {
    width: 100%;
    height: auto;
    margin:0 auto 80px;
    background-color: #77b3ca;
    padding:0 5% 5%;
}
.section08 h2 {
	margin:0;
}

.form_ttl {
    text-align: center;
    padding: 25px 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #77b3ca;
    color: #ffffff;
    font-size: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}
.form_ttl img {
	width:70%;
	height:auto;
	margin:0 auto;
}

.contact {
  width:900px;
  margin:0 auto 100px;
}
.contact h2 {
	margin-bottom:0;
}
.contact .inner {
  border-left: #77b3ca solid 3px;
  border-bottom: #77b3ca solid 3px;
  border-right: #77b3ca solid 3px;
  border-radius: 0 0 15px 15px;
  padding:50px 100px;
  margin-bottom:100px;
}
.contact .inner h3 {
  width:700px;
  margin:40px auto 10px;
}
.contact .inner .btn_send {
  width:80%;
  margin:10px 10%;
}
.form-common {
  text-align: left;
}
.form-common .form-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 28px;
}
.form-common .form-row.is-textarea {
  align-items: flex-start;
}
.form-common .form-row.is-textarea .form-label {
  padding-top: 16px;
}
.form-common .form-label {
  width: 210px;
  font-size: 20px;
  font-weight: bold;
  color: #77b3ca;
}
.form-common .form-label.is-required {
  position: relative;
}
.form-common .form-label.is-required:after {
  content: "必須";
  display: inline-flex;
  width: 52px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-color: #77b3ca;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
.form-common .wpcf7-form-control-wrap {
  flex: 1;
}
.form-common .wpcf7-text,
.form-common .wpcf7-form-control {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #CCCCCC;
  font-size: 17px;
  font-weight: 500;
  background: transparent;
  font-style:normal;
}
.ie .form-common .wpcf7-text, .ios .form-common .wpcf7-text, .ie
.form-common .wpcf7-form-control, .ios
.form-common .wpcf7-form-control {
  font-family: Helvetica, Arial, sans-serif;
}
.form-common .wpcf7-text:placeholder,
.form-common .wpcf7-form-control:placeholder {
  font-size: 17px;
  font-weight: 500;
  color: #CCCCCC;
}
.form-common .wpcf7-radio {
  border: none;
}
.form-common .wpcf7-radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-common .wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.form-common .wpcf7-radio input:checked + .wpcf7-list-item-label:before {
  opacity: 0;
  visibility: hidden;
}
.form-common .wpcf7-radio .wpcf7-list-item {
  height: 100%;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.form-common .wpcf7-radio .wpcf7-list-item-label {
  font-size: 17px;
  font-weight: bold;
  color: #133651;
  position: relative;
  margin-right: 50px;
  padding-left: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.form-common .wpcf7-radio .wpcf7-list-item-label:before, .form-common .wpcf7-radio .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #133651;
  position: absolute;
  top: 1px;
  left: -13px;
  opacity: 1;
  visibility: visible;
}
.form-common .wpcf7-radio .wpcf7-list-item-label:after {
  background-color: #133651;
  opacity: 0;
  visibility: hidden;
}
.form-common .wpcf7-textarea {
  align-items: flex-start;
  padding: 13px 17px;
  line-height: 1.4;
  height: 244px;
  letter-spacing: 0.1em;
  resize: none;
  outline: none;
}
.form-common .form-text {
  display: block;
  flex: 1;
  font-size: 17px;
  font-weight: bold;
  color: #133651;
}
.form-common .wpcf7c-btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 75px;
  margin: 0 auto;
  background: #006837;
  border-radius: 5px;
  color: #ffffff;
  font-size: 25px;
}
.form-common .btn_send {
  background:#0097e0;
  border-radius:10px;
}


/*#footer {
	width: 100%;
	height: auto;
	border-top:#c7b299 solid 30px;
	padding:50px 0;
}
#footer h1 {
	font-size:13px;
	color:#625e63;
	text-align:center;
	line-height:1.8;
}
#footer .logo {
	width:150px;
	margin:0 auto 50px;
}
#footer a.daiku {
	display:block;
	width:150px;
	margin:0 auto 80px;
	font-size:12px;
	text-align:center;
}
#footer a.daiku:hover {
	text-decoration:none;
}
#footer .address {
	text-align: center;
	margin:0 0 30px;
}
#footer .tel {
	display:block;
	width:400px;
	margin:0 auto 100px;
}
#footer .copyright {
	text-align: center;
	font-size: 12px;
}*/


@media only screen and (max-width: 767px) {

body * {
	font-size:14px;
}
h1{
	margin:0;
	font-size: 40%;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
}
h2{
	margin:0;
	padding: 0px;
}
h3{
	margin:0;
	paddin: 0px;
}
img {
	vertical-align: bottom
}
a img{
 text-decoration: none;
 border:0px;
}

ul img{
margin: 0;
padding: 0;
}

li img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.img-bnr {
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
}

.flex {
	display:block;
}

#RealtimeClockArea,#RealtimeClockArea2 {
    padding: 5px 10px;
    width: 90%;
    margin: 0 auto 20px;
    font-size: 14px;
}
.col02, .col02:nth-of-type(2n) {
	width:100%;
	margin:0 0 5%;
}
.fll {
	float:none;
}

/*---------content(main)---------*/
	
#headerbox {
	border-bottom: #c7b299 solid 25px;
}
#logobox {
	width: 100%;
	height: auto;
}
#furiwakeoyabox00 {
	width:96%;
	margin:0 auto;
}
#furiwakeleftbox00 {
	width: 15%;
}
#furiwakerightbox00 {
	width: 80%;
}
#mainimgbox {
	width:100%;
	height: auto;
	margin:0 auto 10px;
}
.page-link {
	width:92%;
	margin:5% 4% 0;
	display:inline-block;
}
.page-link a {
	width:48%;
	margin:0 1% 2%;
	border:#0097e0 solid 2px;
	border-radius:5px;
	float:left;
	padding:2% 1%;
	color:#0097e0;
	font-size:12px;
	text-align:center;
	font-weight:600;
}

.section01 {
	padding:3%;
	margin:20px auto;
}

.section02 {
	margin:20px auto;
}
.section02 h2 {
    margin-top:40px;
}

.section03 {
	margin:20px auto;
}
.section03 h2 {
    margin:20px 0;
}
.section03 .container-features {
	margin:0 3% 30px;
	padding-bottom:30px;
	border-bottom:2px solid #f2f2f2;
}
.section03 .container-features:last-child {
	border-bottom:none;
}
.section03 .container-features h3 {
    margin-bottom:20px;
}
.section03 .container-features p {
	margin-bottom:10px;
}
.section03 .box-ft01, .section03 .box-ft02, .section03 .box-ft03 {
	width:100%;
	margin:0;
}

.section04 {
	padding:3%;
	margin:20px auto;
}
.section04 h2 {
    margin-bottom:20px;
}

.section05 {
	padding:3% 5%;
	margin:20px auto;
}
.section05 h2 {
    margin:0 0 20px;
}
.section05 .container-course img {
	width:100%;
	border-bottom:#fff solid 2px;
	margin-bottom:40px;
}
.section05 .container-course img:last-child {
	border-bottom:none;
}

.section06 {
	padding:5%;
	margin:20px auto;
}

.section07 {
	margin:20px auto 0;
}
.section07 ul {
	padding:5%;
	margin:0;
}
.section07 ul li {
	width:100%;
	display:inline-block;
	margin:0 0 3%;
}
.section07 ul li img {
	width:20%;
	margin-right:5%;
	float:left;
}
.section07 ul li h4 {
	text-align:left;
	font-size:16px;
	margin-bottom:8px;
	width:75%;
	float:right;
}
.section07 ul li p {
	font-size:14px;
	width:75%;
	float:right;
}

.section08 {
	margin:0 auto 20px;
	padding: 5%;
}

.form_ttl {
    padding: 8px 0;
    border-radius: 5px 5px 0 0;
}
.form_ttl img {
	width:96%;
}
.contact {
	margin: 0 auto 50px;
	width: 92%;
}
.contact .inner {
	padding:5%;
	margin-bottom:50px;
	width: 100%;
	border-radius: 0 0 5px 5px;
}
.contact .inner h3 {
    width:100%;
    margin:5% 0 5px;
}
.contact .inner .btn_send {
    width:100%;
    margin:10px 0;
}
.form-common .form-row {
    display: block;
    margin-bottom: 0.35rem;
}
.form-common .form-row.is-textarea .form-label {
    padding-top: 0;
}
.form-common .form-label {
    width: auto;
    font-size: 15px;
    margin:10px 0;
}
.form-common .form-label.is-required:after {
    width: 35px;
    height: 15px;
    font-size: 11px;
    border-radius: 3px;
    right: auto;
    top: 0;
    margin-left: 0.3rem;
    transform: none;
    position:relative;
}
.form-common .wpcf7-text,
.form-common .wpcf7-form-control {
    font-size: 13px;
    height: 40px;
    padding: 5px;
    line-height: inherit;
    width: 100%;
}
.form-common .wpcf7-text:placeholder,
.form-common .wpcf7-form-control:placeholder {
    font-size: 0.225rem;
    line-height: inherit;
}
.form-common .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
}
.form-common .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 0.3rem;
}
.form-common .wpcf7-radio .wpcf7-list-item-label {
    font-size: 0.31rem;
    margin-right: 0.5rem;
    padding-left: 0.1rem;
}
.form-common .wpcf7-radio .wpcf7-list-item-label:before, .form-common .wpcf7-radio .wpcf7-list-item-label:after {
    width: 0.29rem;
    height: 0.29rem;
    left: -0.29rem;
}
.form-common .wpcf7-textarea {
    height: 5rem;
    padding: 0.25rem 0.3rem;
    line-height: 1.6;
    font-size: 0.3rem;
    letter-spacing: 0;
}
.form-common .form-text {
    font-size: 0.31rem;
    margin-bottom: 0.66rem;
}
.form-common .wpcf7c-btn-back {
    width: 3.5rem;
    height: 0.6rem;
    font-size: 0.3rem;
}
.form-common .btn_send {
  border-radius:10px;
}


/*#footer {
	border-top:#c7b299 solid 20px;
	padding:30px 3%;
}
#footer .logo {
	width:100px;
	margin:0 auto 20px;
}
#footer a.daiku {
	width:100px;
	margin:0 auto 50px;
}
#footer .address {
	margin:0 0 20px;
}
#footer .tel {
	width:90%;
}
#footer .copyright {
	font-size: 11px;
}*/
}

.section-group {
    margin:100px auto;
}
.section-group h2 {
    margin:30px 0 50px;
    color:#4d4d4d;
}
.section-group p {
    line-height:1.8;
}
.section-group h2 img {
    width:388px;
    height:auto;
    margin:0 auto;
}
.section-group .flex {
    justify-content:center;
	display:flex;
	margin:50px 0 30px;
}
.section-group .flex img {
	display:block;
	margin:0 20px;
	width:150px;
}
.section-group-daiku{
	margin-bottom: 50px;
}
.logo_daiku{
	margin: 30px auto;
	width: 180px;
}
.section-group-daiku h2{
	font-size: 22px;
	color: #68b82e;
	font-weight: 700;
	text-align: center;
}
.section-group-daiku p{
	margin: 25px auto 32px;
	width: 80%;
}
.btn_daiku{
	display: block;
	border-radius: 3.5rem;
	background: #006749 !important;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
	width: 285px;
	padding: 10px;
	text-align: center;
	margin: auto;
}
.btn_daiku span{
	font-size: 18px;
	position: relative;
	padding-left: 27px;
}
.btn_daiku span::before{
	content: "";
   position: absolute;
   left: -3px;
   top: 2px;
   background: url(https://ierik.jp/wp/wp-content/themes/kale-child/image/keyvisual_icn_arrow.svg) no-repeat center / auto 100%;
   width: 20px;
   height: 20px;
}

#footer {
	padding:80px 0;
	background:#68b82e;
	color:#fff;
}
#footer h1 {
	font-size:13px;
	text-align:center;
	line-height:1.8;
	color:#fff;
}
#footer .logo {
	width:130px;
	margin:30px auto 80px;
}
#footer img.icon {
	width:550px;
	margin:0 auto 30px;
}
#footer a.daiku:hover {
	text-decoration:none;
}
#footer .address {
	text-align: center;
	margin:0 0 30px;
}
#footer .tel {
	display:block;
	width:400px;
	margin:0 auto 100px;
}
#footer .copyright {
	text-align: center;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.section-group {
 	   margin:50px auto;
	}
	.section-group h2 {
		margin:30px 0;
	}
	.section-group h2 img {
		width:223px;
		margin:0 auto;
	}
	.section-group p {
		margin:0 5%;
	}
	.section-group .flex {
		display:block;
		margin:50px 0;
	}
	.section-group .flex img {
		margin: 0 auto 25px;
		width: 150px;
	}
	.section-group-daiku h2{
	font-size: 22px;
	color: #68b82e;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	}
	.logo_daiku{
	margin: 30px auto;
	width: 140px;
	}
	.section-group-daiku p{
	margin: 15px auto 25px;
	width: 90%;
   }
	#footer {
		padding:30px 5%;
	}
	#footer .logo {
		width:80px;
		margin:0 auto 40px;
	}
	#footer img.icon {
		width:100%;
		margin:0 auto 30px;
	}
	#footer .address {
		margin:0 0 20px;
	}
	#footer .tel {
		width:90%;
	}
	#footer .copyright {
		font-size: 11px;
	}
}