@charset "UTF-8";

body {
  position:relative;
  height: 100%;
  color:#333;
  font-family: Verdana,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
  font-size:0.9em;
  /* -moz-opacity:0.25;
  opacity:0.25;*/
}

/*-----------------------------------
nav
-----------------------------------*/
#nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 85px;
  background: url(../images/bg_nav.png) repeat-x;
}

.nav {
  margin: 0 auto;
  width: 904px;
}

.nav ul {
  float: left;
}

.nav li {
  float: left;
}

.navbtn {
  text-align: right;
  float: right;
  padding: 5px 0 0;
  width: 304px;
  height: 103px;
  background: url(../images/bg_nav_btn.png) no-repeat;
}

.navbtn dl {
  margin: 0 8px 0 7px;
  padding: 0 0 0 77px;
  background: url(../images/img_01.png) no-repeat;
}

.navbtn dt {
  padding: 0;
  color: #68300e;
  font-size: 13px;
}

.navbtn dd {
  line-height: 1;
  color: #68300e;
  font-size: 25px;
  font-weight: bold;
}

.btnbox {
  margin: 0 auto;
  padding: 6px 0 0;
  width: 290px;
}

/*-----------------------------------
fv
-----------------------------------*/
.ly_fv {
  padding: 80px 0 0;
  width: 100%;
  height: 680px;
  background: url(../images/pc_fv_bg.png) no-repeat center 80px;
}
.bl_fv_logo {
  margin: 0 auto 10px;
  /* padding: 20px 18px; */
  width: 900px;
  font-size: 0;
  background: #fff;
}
.bl_fv_logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.bl_fv_logo span {
  display: inline-block;
  vertical-align: middle;
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.4;
}
.bl_fv_mainTxt {
  width: 901px;
  margin: 0 auto;
  padding: 28px 45px 0 0;
  position: relative;
  text-align: right;
}
.bl_fv_mainImg {
  text-align: center;
  margin-top: -241px;
}
.bl_fv_btn {
  margin: -142px 0 18px;
  text-align: center;
}
.bl_fv_modalBtn {
  display: table;
  margin: 0 auto;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.bl_fv_modalBtn:hover {
  text-decoration: none;
}

.dlbox {
  margin:0 auto;
  padding:0 0 30px;
  width: 850px;
  height:210px;
}
.dlbox dl {
  width:410px;
  height:204px;
}
.dlbox dl.left{
  background: url(../images/bg_02_01.png) no-repeat;
}
.dlbox dl.right{
  background: url(../images/bg_02_02.png) no-repeat;
}
.dlbox dl.left dt{color:#65ab18;}
.dlbox dl.right dt{color:#e66700;}
.dlbox dt {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  font-family: Meiryo, メイリオ, sans-serif;
  padding: 65px 0 0;
}
.dlbox dd {
  padding:0 20px 0;
  font-size: 14px;
  font-family: Meiryo, メイリオ, sans-serif;
}

/*----------- modal -----------*/
.lock {
  overflow:hidden;
}
.modal-overlay {
  z-index:9998;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}
.modal-wrap {
  z-index:9999;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
}
/*---モーダルの中身---*/
.modal-content{
  display: none;
  position: absolute;
  z-index: 999999;
  margin: 100px 0;
}
.bl_access_inner {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 30px;
  background: #fff;
  border-radius: 30px;
}
.bl_modal_closeIcon {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.bl_access_ttl {
  margin-bottom: 25px;
  text-align: center;
}
.bl_access_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 650px;
  margin: 0 0 10px 70px;
  background: #ffe1e4;
}
.bl_access_prefTxt {
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #e80f28;
  line-height: 1.0;
  padding: 14px 0 0 27px;
}
.bl_access_cityBox {
  width: 500px;
  padding: 0 0 0 37px;
  background: #fff;
}
.bl_access_city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to right, #bbb 2px, transparent 2px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 0 0 8px 0;
  padding: 10px 0 8px;
}
.bl_access_city:last-of-type {
  margin-bottom: 5px;
}
.bl_access_city dt {
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  color: #e80f28;
}
.bl_access_city dd {
  font-size: 15px;
  line-height: 1.5;
}
.bl_access_btn {
  margin: 30px 0 28px;
  text-align: center;
}
.bl_modal_closeTxt {
  cursor: pointer;
  display: table;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.bl_modal_closeTxt:hover {
  text-decoration: none;
}

/*-----------------------------------
info
-----------------------------------*/
.bl_info_document {
  height: 340px;
  background: #fbffbb url(../images/pc_document_bg_image.png) no-repeat center top;
}
.bl_info_documentInner {
  width: 900px;
  margin: 0 auto;
  padding-top: 19px;
}
.bl_info_ttl {
  text-align: right;
  margin-bottom: 10px;
}
.bl_info_documentBtn {
  text-align: right;
  margin-right: 52px;
}
.bl_info_experience {
  padding: 20px 0 30px;
  background: #ffe58c;
}
.bl_info_experienceInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 900px;
  height: 190px;
  margin: 0 auto;
  background: url(../images/pc_experience_bg_image.png) no-repeat center top;
}
.bl_info_experienceBtn {
  padding: 84px 0 0 55px;
}
.bl_info_experienceTel {
  margin: 0;
  padding: 94px 66px 0 0;
}
.bl_info_experienceTel dt {
  font-size: 16px;
  line-height: 1.0;
  margin-bottom: 14px;
}
.bl_info_experienceTel dd {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.0;
}

.ly_infoBriefing {
  background: #ffe6e8;
  padding-bottom: 42px;
}
.bl_infoBriefing_ttl {
  text-align: center;
  background: #f6546f;
}
.bl_infoBriefing_topImg {
  margin-bottom: 32px;
  text-align: center;
}
.bl_infoBriefing_txt {
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
  margin-left: 7%;
  margin-right: 7%;
}
.bl_infoBriefing_date {
  font-size: 19px;
  font-weight: bold;
  color: #281d07;
  background: #fff;
  width: 570px;
  margin: 0 auto 33px;
  padding: 16px 36px 14px;
  line-height: 1.6;
  border-radius: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.info_box {
  width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.info_box * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.info_box h2 {
  text-align: center;
  color: #74520d;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 25px;
}
.info_box .info_box_top {
  width: 900px;
  margin: 0 auto 20px;
  display: table;
}
.info_box .info_box_top li {
  width: 444px;
  text-align: center;
}
.info_box .info_box_top .free_form {
  float: left;
  background: #ffe58c;
}
.info_box .info_box_top .doc_form {
  float: right;
  background: #d1f4a4;
}
.info_box .info_box_top dl {
  position: relative;
  margin: 0;
  height: 296px;
}
.info_box .info_box_top .free_form dl {
  padding-top: 25px;
}
.info_box .info_box_top .doc_form dl {
  padding-top: 38px;
}
.info_box .info_box_top dl dd {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.bl_infoBriefing_btn {
  text-align: center;
  margin: -5px 0 26px;
}
.info_box_bottom {
  display: table;
  margin: 0 auto;
}
.info_box_bottom dt,
.info_box_bottom dd {
  display: table-cell;
  vertical-align: middle;
  color: #281d07;
}
.info_box_bottom dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.55;
  padding-right: 20px;
}
.info_box_bottom dd {
  font-size: 44px;
  font-weight: 700;
}
.el_info_box_txt2{
  margin: 20px 0 10px;
  text-align: center;
}
.el_info_box_txt{
  font-weight: bold;
  text-align: center;
}

/*-----------------------------------
btn_box
-----------------------------------*/
#btn_box {
  margin: 0 auto;
  width: 844px;
  height: 177px;
  background: url(../images/bg_btnbox1.png) no-repeat;
}

#btn_box h2 {
  color: #171717;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0 0 50px;
}

#btn_box dl.left{
  padding: 0 0 0 20px;
}

#btn_box dl.right {
  padding: 0 30px 0 0;
}
#btn_box dl.right dt {
    margin: 0 0 8px;
}

#btn_box dt {
  color: #171717;
  font-size: 16px;
}

#btn_box dd {
   color: #281d07;
  font-size: 51px;
  font-weight: bold;
  font-family: Meiryo, メイリオ, sans-serif;
}

/*-----------------------------------
#reason
-----------------------------------*/
.ly_reason {
  padding: 110px 0 86px;
}
.bl_reason_ttl {
  margin-bottom: 45px;
  text-align: center;
}
.bl_reason_box {
  width: 900px;
  margin: 0 auto 70px;
  text-align: center;
}
.bl_reason_reason01TxtImg {
  margin: 22px 0 20px;
}
.bl_reason_reason02TxtImg {
  margin: 25px 0 32px;
}
.bl_reason_reason03TxtImg {
  margin: 26px 0 54px;
}
.bl_reason_reason03Img01 {
  margin-bottom: 30px;
}
.bl_reason_reason03Img02 {
  margin-bottom: 65px;
}
.bl_reason_btn {
  margin: -32px 0 0;
  text-align: center;
}

/*-----------------------------------
#pickup
-----------------------------------*/
#pickup h2 {
  text-align:center;
}


/*-----------------------------------
con3
-----------------------------------*/
.con3 {
  margin:0 auto;
  padding: 50px 0 20px;
  width: 901px;
}
.con3 ul {
  margin:0 auto;
}
.con3 ul li {
  margin:0 auto;
  padding:0 0 20px;
}
.con3 p {
  font-size:16px;
}
/*-----------------------------------
con4
-----------------------------------*/
#con4 {
  margin:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 1px;
  width: 100%;
  background: #ffe5ad;
}
.con4 {
  width: 900px;
  margin:0 auto;
  padding: 70px 0 20px;
}
.con4 h2 {
  text-align:center;
}
.con4 em {
  padding: 0 0 30px;
  color: #281d07;
  font-size: 18px;
}

.bl_course_box {
  width: 830px;
  margin:0 auto 30px;
  background:#fff;
  padding: 30px 34px 16px 35px;
}
.bl_course_inner {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bl_course_leftBox {
  width: 476px;
  margin: 0;
}
.bl_course_leftBox dt {
  font-size: 28px;
  font-weight: bold;
  text-indent: 3px;
  margin-bottom: 15px;
}
.el_course_cl01 {
  border-bottom:#dd4f03 solid 2px;
  color:#dd4f03;
}
.el_course_cl02 {
  border-bottom:#48ac12 solid 2px;
  color:#48ac12;
}
.el_course_cl03 {
  border-bottom:#c646b5 solid 2px;
  color:#c646b5;
}
.el_course_cl04 {
  border-bottom:#fd486a solid 2px;
  color:#fd486a;
  font-size: 23px;
}
.el_course_cl05 {
  border-bottom:#af5e18 solid 2px;
  color:#af5e18;
}
.bl_course_txtImg {
  margin-bottom: 15px;
  text-align: center;
}
.bl_course_txt {
  font-size: 15px;
}
.bl_course_img {
  margin: 0;
}
.bl_cource_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.bl_cource_btns li {
  margin: 0 9px;
}

/*-----------------------------------
con5
-----------------------------------*/
#nav4 {
  background: #d9faca;
  padding-bottom: 45px;
}
.con5,
.con6,
.con7{
  margin: 0 auto;
  width: 900px;
}

.con5 p,
.con6 p,
.con7 p {
  margin: 0 0 15px;
  width: 900px;
  text-align: center;
  color: #281d07;
  font-size: 18px;
}
.con5 h2 {
  text-align: center;
  padding:55px 0 10px;
}
.c5Box .ttl {
  z-index: 1;
  position: relative;
  margin: -80px auto 20px;
  padding: 15px 13px;
  width: 576px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  background: #ff6332;
}

.c5Box {
  z-index: 0;
  position: relative;
  margin: 60px 0 0;
  padding: 49px 30px 0;
  width: 840px;
  background: #fff;
}

.c5Box dl {
  width: 400px;
}

.c5Box dt {
  margin: 0 0 10px;
}

.c5Box dd {
  padding: 0 15px;
  color: #281d07;
  font-size: 14px;
}

.time_box {
  margin: 35px auto 55px;
  padding: 35px 0;
  width: 100%;
  color: #281d07;
  background: #ffffff;
  border:#ff6332 solid 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.time_box ul {
  display: table;
  margin: 0 auto 20px;
}

.time_box li {
  padding: 0 20px;
  border-bottom: 2px solid #fbb95c;
}

.time_box li + li {
  margin-top: 20px;
}

.time_box li > dl {
  display: table;
}

.time_box li > dl dt,
.time_box li > dl dd {
  display: table-cell;
  vertical-align: middle;
  color: #281d07;
}

.time_box li > dl dt {
  font-size: 28px;
  font-weight: 700;
  padding-right: 25px;
}

.time_box li > dl dd {
  font-size: 21px;
}

.time_box * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.time_box >  p {
  width: auto;
  text-align: center;
  font-size: 21px;
  margin: 0;
}

.time p {
  font-size: 21px;
  width: 100%;
}

/*-----------------------------------
con6
-----------------------------------*/
#con6 {
  padding: 0;
  background: url(../images/bg_con6.png) no-repeat center 0;
  height:1578px;
}

.c6Box {
  margin: 0 0 20px;
  padding: 20px 30px 10px;
  width: 780px;
  background: #ff7a93;
}

.c6Box.none {
  margin: 0;
}

.c6Box img {
  float: right;
  margin: 0 0 25px;
  border: 6px solid #f55c79;
}

.c6Box dt {
  padding: 0 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #f55c79;
width: 470px;
}

.c6Box dd {
  padding: 10px 0 0;
  text-indent: 5px;
  color: #fff;
  font-size: 26px;
}

.c6Box p {
  clear: both;
  padding: 20px;
  width: 740px;
  font-size: 14px;
  text-align: left;
  background: #facdd5;
}

/*-----------------------------------
con7
-----------------------------------*/
.access {
  margin: 0 0 60px;
  width: 900px;
}

.access iframe{
  float: left;
  display: block;
  margin:10px 60px 0 0;
  width: 480px;
  height: 340px;
  border: 3px solid #8447e1 !important;
}

.accessbox{
  float: left;
}

.accessbox h3 {
  color: #8447e1;
  font-size: 42px;
  font-weight: bold;
}

.accessbox th {
  padding: 0 50px 0 0;
  vertical-align: top;
}

.con7 .ttl {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding: 15px 40px;
  text-align: center;
  width: 330px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #8963f7;
}

.con7 .pbox{
  z-index: 0;
  position: relative;
  margin: -30px 0 40px;
  padding: 60px 0 34px;
  width: 900px;
  font-size: 20px;
  background: #fbfca9;
}

.con7 .pbox .bl_fv_modalBtn {
  margin-top: 28px;
}
/*-----------------------------------
footer
-----------------------------------*/
footer{
  width: 100%;
}

#footer{
  margin: 0 auto;
  width: 900px;
}

#footer .footer_container {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  margin: 30px 0px;
}

#footer .footer_container p {
  margin-top: 15px;
  border-right: solid #1f1f1f 0.5px;
  padding-right: 40px;
}

#footer .footer_container p a:hover{
  display: block;
  opacity: 70%;
}

#footer .footer_container .footer_inner {
  padding: 0 0 0 40px;
  margin-top: 13px;
}

#footer .footer_container .footer_inner dl{
  margin: 0;
}

#footer .footer_container .footer_inner dl:first-of-type{
  margin-bottom: 7px;
}

#footer .footer_container .footer_inner dt{
  font-weight: bold;
  font-size: 15px;
}
#footer .footer_container .footer_inner dd:last-of-type{
  font-weight: bold;
  font-size: 16px;
}

.footer_outer {
  background-color: #efe9dc;
}

.footer_outer p {
  margin: 0 auto;
  width: 900px;
  padding: 23px;
  line-height: 1.6;
}

.footer_outer-small {
  background-color: #988d77;
  text-align: center;
  color: #fff;
  padding: 15px;
}
/*-----------------------------------
共通クラス
-----------------------------------*/
.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pdnL {
  padding-left: 43px;
}

.marBot1 {
  margin-bottom: 60px !important;
}

.marBot2 {
  margin-bottom: 30px !important;
}

.marBot40 {
  margin-bottom: 40px !important;
}

p.marnone {
  margin: 0;
}

p.mar72 {
  margin: 0 0 72px;
}

p.mar40 {
  margin: 0 0 40px;
}

.marnone {
  margin: 0;
}
/*---------------------------
テーブルサイズ
------------------------------*/
.w159 {
  width: 159px;
  height: 70px;
}

.w177 {
  width: 177px;
}

.h96 {
  height: 96px;
}

.w240 {
  width: 240px;
}

.w176 {
  width: 176px;
}

.w235 {
  width: 235px;
}

.h30 {
  height: 30px;
}

.fv_item {
  width: 900px;
  margin: 38px auto;
  text-align: center;
}

.fv_item dt {
  margin-bottom: 18px;
}

.fv_item dd {
  position: relative;
}
.fv_item dd .img1 {
    position: absolute;
    top: 340px;
    left: 23px;
}
.fv_item dd .img2 {
    position: absolute;
    top: 473px;
    left: 23px;
}

#pickup {
  padding-top: 55px;
  padding-bottom: 62px;
  background: #fff9ba;
}

#graduate {
  background: #ffe6e8;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px 0 75px;
}

#graduate * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.graduate_inner {
  width: 900px;
  margin: 0 auto;
}

#graduate h2 {
  text-align: center;
  margin-bottom: 60px;
}

#graduate ol {
  width: 100%;
  display: table;
}

#graduate ol li.left {
  float: left;
}

#graduate ol li.top {
  margin-bottom: 25px;
}

#graduate ol li.right {
  float: right;
}

#nav6 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.con7 .pbox {
  font-size: 26px;
}

.faq{
  background-color: #ffe5ad;
  padding: 65px 0 ;
}
.faq h2{
  text-align: center;
}
.faq-dl{
  font-size: 15px;
  margin: 30px auto ;
}
.faq-dl dt{
  background:#fff url(../images/Q.png) no-repeat left center;
  padding: 17px 0 17px 75px;
  margin: 10px auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.faq-dl dd{
  margin: 10px auto 20px auto;
  padding: 20px 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff2d6;
}
.faq-dl dd > strong{
  color: #e15104;
}
