@charset "UTF-8";
/*--------------------------------------------------------
page_mv pack lesson
--------------------------------------------------------*/
.page_pack .title_image, .page_lesson .title_image {
  width: 100%;
  height: 560px !important;
}
.page_mv .title_image_msk {
  background: rgb(0, 0, 0, 0.3);
  height: 560px;
}
.page_mv .title_image_wrap {
  width: 1200px;
  height: 560px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page_mv .title_image {
    width: 100%;
    height: 400px;
  }
  .page_mv .title_image_msk {
    background: rgb(0, 0, 0, 0.3);
    height: 400px;
  }
  .page_mv .title_image_wrap {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  }
  .page_mv .breadcrumb {
    padding-top: 470px;
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------
title_image
--------------------------------------------------------*/
.page .title_image {
  width: 100%;
  height: 300px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_flow .title_image {
  background: url(../img/flow_title_image.jpg) center/cover;
}
.page_partner .title_image {
  background: url(../img/partner_page_title_image.jpg) center/cover;
}
.page_fee .title_image {
  background: url(../img/fee_page_title_image.jpg) center/cover;
}
.page_wp .title_image {
  background: url(../img/wp_page_title_image.jpg) center/cover;
}
.page_contact .title_image {
  background: url(../img/contact_page_title_image_.jpg) center/cover;
}
.page_template .title_image {
  background: #0068b7;
}
@media only screen and (max-width: 768px) {
  .page .title_image {
    height: 200px;
    margin-top: 60px;
  }
}
/*--------------------------------------------------------
page title
--------------------------------------------------------*/
.page .title_image h1 {
  font-size: 56px;
  text-align: center;
  color: #fff;
}
.page .title_image h1 em {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-top: -20px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .page .title_image h1 {
    font-size: 36px;
  }
  .page .title_image h1 em {
    margin-top: -5px;
  }
}
/*--------------------------------------------------------
breadcrumb
--------------------------------------------------------*/
ul.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
  text-align: left;
}
.page_service ul.breadcrumb {
  padding-top: 70px;
}
.page_lesson ul.breadcrumb {
  padding-top: 20px;
}
.page_template ul.breadcrumb {
  padding-top: 10px;
}
ul.breadcrumb li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  position: relative;
}
ul.breadcrumb i {
  margin-left: 10px;
  color: #666;
}
ul.breadcrumb a:hover {
  color: #0068b7;
}
.page_about .breadcrumb, .page_illust .breadcrumb, .page_memo .breadcrumb, .page_privacy .breadcrumb, .page_sitemap .breadcrumb {
  padding-top: 100px;
}
@media only screen and (max-width: 1200px) {
  ul.breadcrumb {
    padding: 10px 30px 0;
  }
  .page_service ul.breadcrumb {
    padding: 70px 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  ul.breadcrumb {
    width: 90%;
    padding: 60px 0 0;
  }
  .page_service ul.breadcrumb {
    padding: 60px 0 0;
  }
  .page_flow .breadcrumb, .page_partner .breadcrumb, .page_contact .breadcrumb, .page_fee .breadcrumb, .page_wp .breadcrumb {
    padding: 10px 0 20px;
  }
}
/*--------------------------------------------------------
btn
--------------------------------------------------------*/
.btn {
  width: 300px;
  margin: 0 auto;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  border: none;
  display: block;
  outline: none;
  position: relative;
  background: #0068b7;
  box-shadow: 0 2px #012947;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}
.page_pack .btn, .page_lesson .btn {
  margin-bottom: 120px;
}
.page_lesson .btn {
  background: #e57644;
  box-shadow: 0 2px #ba4009;
}
.page_wp .btn {
  width: 350px;
}
.btn:hover {
  box-shadow: 0 1px #012947;
  top: 2px;
}
.page_lesson .btn:hover {
  box-shadow: 0 1px #ba4009;
}
.memo_wrap .btn {
  margin: 30px auto;
  width: 150px
}
@media only screen and (max-width: 768px) {
  .page_pack .btn, .page_lesson .btn {
    margin-bottom: 60px;
  }
}
/*--------------------------------------------------------
page section
--------------------------------------------------------*/
section.about, section#flow, section#partner, section#fee, section#privacy, section#illust, section.memo, section#contact {
  margin-top: 30px;
}
/*--------------------------------------------------------
service
--------------------------------------------------------*/
section.service_title {
  margin-top: 20px;
  background: url(../img/service_titile_bg2.jpg) center 60px/cover;
  height: 760px;
}
section.service_title .mask {
  background: rgba(255, 255, 255, 0.7);
  height: 760px;
}
section.service_title h1 {
  text-align: left;
  color: #000;
  font-size: 56px;
  font-weight: bold;
  font-family: 'Khula', sans-serif;
  text-shadow: none;
  z-index: 99;
  position: relative;
}
section.service_title h1 span {
  font-size: 14px;
}
.service_title_wrap {
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  padding-top: 190px;
}
.service_title_wrap p {
  font-size: 12px;
  text-align: left;
  position: relative;
  z-index: 99;
  margin-top: 0;
  margin-left: 0;
  line-height: 2.5;
}
.service_title_bg {
  max-width: 90%; /*1080px*/
  height: 500px;
  margin-left: 10%;
  margin-top: -280px;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
.service_title_image {
  display: block;
  position: absolute;
  top: -60px;
  right: 16.6%; /*1080pxに対し*/
  width: 650px;
  height: 450px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.index {
  background: #000;
  color: #fff;
  font-weight: 600;
  width: 90px;
  height: 36px;
  font-size: 14px;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
  position: absolute;
  top: 150px;
  right: -27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_list {
  position: absolute;
  top: 230px;
  right: -40px;
}
.index_list li {
  font-size: 0; /*inline-block時にできる隙間なくすため*/
  position: relative;
  display: table;
  overflow: hidden;
}
.index_list li:before {
  content: "";
  display: block;
  background: #0068b7;
  position: absolute;
  width: 200px;
  height: 26px;
  top: 0;
  left: 0;
  -WEBkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  transform: translateX(-200px);
  transition: all 0.5s ease;
}
@-moz-document url-prefix() {
  .index_list li:before {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .index_list li:before {
    display: none;
  }
}
.index_list li:hover:before {
  -WEBkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.index_list li a {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding: 0 10px;
  z-index: 99;
  position: relative;
}
.index_list li.page_link_ad {
  margin-left: 90px;
}
.index_list li.page_link_web {
  margin-left: 120px;
}
.index_list li.page_link_school {
  margin-left: 100px;
}
.index_list li.page_link_illust {
  margin-left: 110px;
}
.index_list li.page_link_photo {
  margin-left: 95px;
}
@media only screen and (max-width: 1200px) {
  .service_title_wrap {
    padding: 190px 30px 0;
  }
  .index {
    right: -27px;
  }
  .index_list {
    right: -39px;
    z-index: 99;
  }
}
@media only screen and (max-width: 768px) {
  section.service_title {
    width: 100%;
    background: url(../img/service_titile_bg2.jpg) -210px top/cover;
    height: 540px;
  }
  .service_title_wrap {
    width: 90%;
    padding: 90px 0 0;
  }
  .service_title_wrap p {
    font-size: 12px;
    text-align: left;
    position: relative;
    z-index: 99;
    margin-top: 0;
    margin-left: 0;
    line-height: 2.5;
  }
  .service_title_bg {
    width: 270px;
    height: 280px;
    position: absolute;
    top: 350px;
    left: 40px;
    background: #fff;
  }
  .service_title_image {
    top: -40px;
    right: -20px;
    width: 240px;
    height: auto;
  }
  .service_title_image img {
    width: 100%;
  }
  .service_title_wrap h1 {
    line-height: 1.2
  }
  .page h1 span {
    font-size: 14px;
    display: block;
  }
  .service_title_wrap p {
    margin-top: 30px;
    line-height: 2.5;
  }
  .index {
    display: none;
  }
  .index_list {
    top: 160px;
    right: -20px;
    z-index: 99;
  }
  .index_list li {
    font-size: 0; /*inline-block時にできる隙間なくすため*/
    position: relative;
    display: table;
    overflow: hidden;
  }
  .index_list li a {
    font-weight: normal;
  }
}
/*--------------------------------------------------------
service_intro
--------------------------------------------------------*/
.service_intro {
  max-width: 1200px;
  margin: 100px auto;
}
.service_intro_text {
  float: right;
  width: 40%;
  text-align: left;
  margin-top: 30px;
  margin-right: 5%;
}
.service_intro_text h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.service_intro_text p {
  line-height: 2;
}
.service_intro_image {
  background: url("../img/service_intro_image.jpg") right;
  width: 44%;
  height: 290px;
  margin-left: 5%;
  float: left;
}
.service_intro img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .service_intro {
    width: 90%;
    margin: 40px auto;
    display: block;
  }
  .service_intro_text {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .service_intro_text h2 {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
  }
  .service_intro_text p {
    margin-bottom: 20px;
  }
  .service_intro_image {
    width: 100%;
    height: 200px;
    margin-left: 0;
    float: none;
  }
}
/*--------------------------------------------------------
service common
--------------------------------------------------------*/
.service_detail_wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.service_detail_wrap h2 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.3;
  padding-top: 12px;
}
.service_detail_wrap h2 em {
  display: block;
  font-size: 50px;
  font-style: normal;
}
.service_detail_wrap h2 span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
}
#service_ad h2 span, #service_school h2 span, #service_photo h2 span {
  margin-left: 20px;
}
#service_web h2 span, #service_illust h2 span {
  margin-right: 20px;
}
.service_detail_wrap h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.service_detail_text_02 {
  padding: 40px 60px;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .service_detail_wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .service_detail_wrap {
    width: 100%;
    padding: 0;
  }
  .service_detail_wrap h2 {
    font-size: 30px;
    padding-top: 14px;
  }
  #service_ad h2 em, #service_school h2 em, #service_photo h2 em {
    display: inline-block;
    font-size: 30px;
    margin-left: 5px;
    position: absolute;
  }
  #service_ad h2 span, #service_school h2 span, #service_photo h2 span {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 3px;
    margin-left: -40px;
  }
  .service_detail_text_01 {
    margin-top: 230px;
  }
  .service_detail_text_02 {
    padding: 20px 30px;
    background: #f3f5f6;
  }
  .service_detail_text_02 h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .service_detail_text_02 p {
    font-size: 14px;
  }
}
/*--------------------------------------------------------
service_bg_gray
--------------------------------------------------------*/
section#service_ad .service_bg_gray, section#service_web .service_bg_gray, section#service_school .service_bg_gray, section#service_illust .service_bg_gray, section#service_photo .service_bg_gray {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 76%;
  height: 660px;
}
section#service_web .service_bg_gray, section#service_illust .service_bg_gray {
  left: 0;
}
section#service_ad .service_bg_gray {
  background: url(../img/service_ad_bg_gray.jpg) no-repeat right top/cover;
}
section#service_web .service_bg_gray {
  background: url(../img/service_web_bg_gray.jpg) no-repeat right top/cover;
}
section#service_school .service_bg_gray {
  background: url(../img/service_school_bg_gray.jpg) no-repeat left top/cover;
}
section#service_illust .service_bg_gray {
  background: url(../img/service_illust_bg_gray.jpg) no-repeat left top/cover;
}
section#service_photo .service_bg_gray {
  background: url(../img/service_photo_bg_gray.jpg) no-repeat left top/cover;
}
section#service_ad .mask, section#service_web .mask, section#service_school .mask, section#service_illust .mask, section#service_photo .mask {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 660px;
}
section#service_illust .mask {
  background: rgba(255, 255, 255, 0.93);
}
@media only screen and (max-width: 768px) {
  section#service_ad .service_bg_gray, section#service_web .service_bg_gray, section#service_school .service_bg_gray, section#service_illust .service_bg_gray, section#service_photo .service_bg_gray {
    top: -40px;
    right: -5%;
  }
  section#service_web .service_bg_gray, section#service_illust .service_bg_gray {
    left: -5%;
  }
}
/*--------------------------------------------------------
service_left_side
--------------------------------------------------------*/
section#service_ad {
  margin: 180px 0 0;
  z-index: 99;
  text-align: left;
  position: relative;
}
.service_detail_box_01 .service_detail_text_01 {
  width: 41.6%;
  line-height: 2.2;
  text-shadow: 0 0 20px rgba(255, 255, 255, 1);
}
.anime_ad_image_01, .anime_web_image_01, .anime_school_image_01, .anime_illust_image_01, .anime_photo_image_01 {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 41.6%;
  height: 330px;
  transition: all 3s ease-in;
}
.anime_ad_image_01 {
  background: url(../img/service_ad_01.jpg) center/cover;
}
.anime_web_image_01 {
  background: url(../img/service_web_01.jpg) center/cover;
}
.anime_school_image_01 {
  background: url(../img/service_school_01.jpg) center/cover;
}
.anime_illust_image_01 {
  background: url(../img/service_illust_01.jpg) center/cover;
}
.anime_photo_image_01 {
  background: url(../img/service_photo_01.jpg) center/cover;
}
.service_detail_box_02 .service_image_02 {
  float: left;
  margin-top: 80px;
  margin-left: 60px;
}
#service_ad .service_detail_box_02 .service_image_02 {
  margin-left: -60px;
}
.service_left_side .service_detail_text_02 {
  position: absolute;
  top: 450px;
  right: 0;
  width: 53.3%;
}
section#service_school, section#service_photo {
  margin-top: 200px;
  text-align: left;
  position: relative;
}
#service_photo {
  margin-bottom: 160px;
}
.service_detail_text_02 ul {
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: flex-end;
  width: 80%;
  height: auto;
  margin: 30px auto 0;
}
#service_school .service_detail_text_02 ul li img {
  width: 87px;
  height: auto;
}
.page_service .request a {
  background: #000;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 15px 50px 15px 25px;
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
.request i {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.request a:hover i {
  right: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  section#service_ad, section#service_school, section#service_photo {
    margin: 80px auto 0;
  }
  .service_bg_gray {
    top: -40px;
    right: -5%;
  }
  .anime_ad_image_01, .anime_web_image_01, .anime_school_image_01, .anime_illust_image_01, .anime_photo_image_01 {
    width: 320px;
    height: 170px;
    top: 85px;
    right: 0px;
    transition: none;
  }
  .service_detail_box_01 .service_detail_text_01 {
    width: 100%;
    line-height: 2.2;
  }
  .service_left_side .service_detail_text_02 {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
  .service_detail_text_02 ul {
    width: 100%;
    margin: 30px auto 0;
  }
  #service_school .service_detail_text_02 ul li {
    width: 23%;
  }
  #service_illust .service_detail_text_02 ul li {
    width: 20%;
  }
  .service_detail_text_02 ul li img {
    width: 100% !important;
  }
  .request {
    text-align: center;
  }
  .page_service .request a {
    position: static;
    font-size: 14px;
    padding: 15px 25px;
    display: inline-block;
    margin: 30px auto !important;
  }
  .request i {
    position: static;
    margin-top: -6px;
    margin-left: 5px;
  }
  .service_detail_box_02 .service_image_02 {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  #service_ad .service_detail_box_02 .service_image_02 {
    margin-left: 0;
  }
  .service_detail_box_02 .service_image_02 img {
    width: 100%;
  }
}
/*--------------------------------------------------------
service_right_side
--------------------------------------------------------*/
section#service_web, section#service_illust {
  margin-top: 200px;
  text-align: left;
  position: relative;
}
#service_web .service_detail_wrap h2, #service_illust .service_detail_wrap h2 {
  text-align: right;
}
#service_web .service_detail_box_01 .service_detail_text_01, #service_illust .service_detail_box_01 .service_detail_text_01 {
  float: right;
  width: 41.6%;
  line-height: 2.2;
}
.service_detail_box_01 .anime_web_image_01, .service_detail_box_01 .anime_illust_image_01 {
  position: absolute;
  top: 60px;
  left: 60px;
}
#service_web .service_detail_box_02 .service_image_02, #service_illust .service_detail_box_02 .service_image_02 {
  float: right;
  margin-top: 120px;
  margin-right: 60px;
}
#service_web .service_detail_box_02 .service_image_02 {
  margin-right: 30px;
}
#service_web .service_detail_text_02, #service_illust .service_detail_text_02 {
  width: 53.3%;
}
@media only screen and (max-width: 768px) {
  section#service_web, section#service_illust {
    margin-top: 40px;
  }
  .service_detail_box_01 .anime_web_image_01, .service_detail_box_01 .anime_illust_image_01 {
    width: 320px;
    height: 170px;
    top: 85px;
    left: 0px;
    transition: none;
  }
  #service_web .service_detail_wrap h2 em, #service_illust .service_detail_wrap h2 em {
    display: inline-block;
    font-size: 30px;
    margin-left: 5px;
  }
  #service_web .service_detail_wrap h2 span, #service_illust .service_detail_wrap h2 span {
    margin-right: 0;
    font-size: 11px;
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
  }
  #service_web .service_detail_box_01 .service_detail_text_01, #service_illust .service_detail_box_01 .service_detail_text_01 {
    float: none;
    width: 100%;
  }
  #service_web .service_detail_box_02 .service_image_02, #service_illust .service_detail_box_02 .service_image_02 {
    float: none;
    margin-top: 20px;
    margin-right: 0;
  }
  #service_web .service_detail_text_02, #service_illust .service_detail_text_02 {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
/*--------------------------------------------------------
service_title_border_color
--------------------------------------------------------*/
.anime_title_border_ad, .index_list li.page_link_ad {
  background: #fe9b0e; /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b0e 0%, #f2be33 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b0e 0%, #f2be33 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b0e 0%, #f2be33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.anime_title_border_web, .index_list li.page_link_web {
  background: #8ff111; /* Old browsers */
  background: -moz-linear-gradient(left, #8ff111 0%, #42de05 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8ff111 0%, #42de05 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8ff111 0%, #42de05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.anime_title_border_school, .index_list li.page_link_school {
  background: #02bbff; /* Old browsers */
  background: -moz-linear-gradient(left, #02bbff 0%, #04def2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #02bbff 0%, #04def2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #02bbff 0%, #04def2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.anime_title_border_illust, .index_list li.page_link_illust {
  background: #f677f5; /* Old browsers */
  background: -moz-linear-gradient(left, #f677f5 0%, #d039f0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f677f5 0%, #d039f0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f677f5 0%, #d039f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.anime_title_border_photo, .index_list li.page_link_photo {
  background: #f83993; /* Old browsers */
  background: -moz-linear-gradient(left, #f83993 0%, #fa7b8a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f83993 0%, #fa7b8a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f83993 0%, #fa7b8a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*--------------------------------------------------------
anime_title_border from left to right
--------------------------------------------------------*/
.anime_title_border_ad, .anime_title_border_school, .anime_title_border_photo {
  width: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .anime_title_border_ad, .anime_title_border_school, .anime_title_border_photo {
    left: -20px;
  }
}
/*--------------------------------------------------------
anime_title_border from right to left
--------------------------------------------------------*/
.anime_title_border_web, .anime_title_border_illust {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .anime_title_border_web, .anime_title_border_illust {
    right: -20px;
  }
}
/*--------------------------------------------------------
anime title border active
--------------------------------------------------------*/
.anime_title_border_ad.active, .anime_title_border_web.active, .anime_title_border_school.active, .anime_title_border_illust.active, .anime_title_border_photo.active {
  width: 60%;
  height: 156px;
  transition: all .5s ease;
}
@media only screen and (max-width: 768px) {
  .anime_title_border_ad.active, .anime_title_border_web.active, .anime_title_border_school.active, .anime_title_border_illust.active, .anime_title_border_photo.active {
    width: 100%;
    height: 100px;
  }
}
/*--------------------------------------------------------
gray background
--------------------------------------------------------*/
.service_bg_gray {
  opacity: 0;
}
.service_bg_gray.active {
  opacity: 1;
  transition: all 4s ease;
}
/*--------------------------------------------------------
anime shadow
--------------------------------------------------------*/
.anime_ad_image_01.active, .anime_web_image_01.active, .anime_school_image_01.active, .anime_illust_image_01.active, .anime_photo_image_01.active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/*--------------------------------------------------------
FLOW
--------------------------------------------------------*/
#flow h2 {
  font-size: 28px;
}
#flow p {
  line-height: 2.3;
}
.flow_wrap {
  max-width: 1050px;
  margin: 0 auto;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  text-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.flow_box {
  width: 26.4%;
  text-align: left;
  margin-top: 30px;
}
.flow_box img {
  width: 100%;
}
.flow_box dt {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-top: 12px;
}
.flow_ph01, .flow_ph02, .flow_ph03, .flow_ph04, .flow_ph05, .flow_ph06 {
  font-size: 40px;
  text-align: center;
}
.flow_ph01:before {
  content: "1";
  font-weight: 500;
}
.flow_ph02:before {
  content: "2";
  font-weight: 500;
}
.flow_ph03:before {
  content: "3";
  font-weight: 500;
}
.flow_ph04:before {
  content: "4";
  font-weight: 500;
}
.flow_ph05:before {
  content: "5";
  font-weight: 500;
}
.flow_ph06:before {
  content: "6";
  font-weight: 500;
}
.flow_wrap .arrow {
  position: relative;
  top: 185px;
}
.flow_wrap .arrow img {
  width: 30px;
  height: auto;
}
.flow_wrap span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #999;
}
@media only screen and (max-width: 1200px) {
  .flow_wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flow_wrap {
    width: 100%;
    display: block;
    padding: 0;
  }
  .flow_box {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .arrow {
    display: none;
  }
  .flow_ph01, .flow_ph02, .flow_ph03, .flow_ph04, .flow_ph05, .flow_ph06 {
    font-size: 40px;
  }
}
/*--------------------------------------------------------
partner
--------------------------------------------------------*/
.partner_page h2, .page_contact h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.partner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px auto 20px;
}
.partner_box {
  width: 47.5%;
  background: #f3f5f6;
  padding: 50px 45px 60px;
  margin-bottom: 50px;
}
.partner_box p {
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .partner_wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .partner_box {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  .partner_wrap {
    margin: 10px auto;
    padding: 0;
  }
}
/*--------------------------------------------------------
fee
--------------------------------------------------------*/
section#fee h2 {
  margin-bottom: -10px;
}
.page_fee .read {
  margin-top: 40px;
  line-height: 2.3;
}
.page_fee table {
  width: 700px;
  margin: 0 auto 60px;
  ;
}
.page_fee th, .page_fee td {
  border-bottom: 1px solid #eee;
  padding: 55px 0 10px;
}
.page_fee th {
  font-weight: normal;
  text-align: left;
}
.page_fee td {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page_fee h2 {
    margin: 40px 0 -30px;
  }
  .page_fee table {
    width: 100%;
    margin: 0px auto 30px;
    ;
  }
}
/*--------------------------------------------------------
wordpress
--------------------------------------------------------*/
#wp p {
  line-height: 2.3;
}
.wp_text_box2 {
  margin: 30px 0;
}
.h2_mt {
  margin-top: 60px;
}
#wp ul {
  display: inline-block;
  text-align: left;
}
#wp .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #wp p {
    text-align: left;
  }
  .wp_text_box2 {
    margin: 20px 0;
  }
  .h2_mt {
    margin-top: 40px;
  }
  #wp .btn {
    margin-top: 30px;
  }
}
/*--------------------------------------------------------
contact
--------------------------------------------------------*/
.contact_wrap {
  width: 60%;
  margin: 40px auto 0;
  text-align: left;
}
.contact_wrap dl {
  margin: 0 0 30px 0;
}
.contact_wrap dt {
  text-align: right;
  width: 25%;
  float: left;
  margin: 0 3% 0 0;
  line-height: 260%;
}
.contact_wrap dd {
  float: right;
  width: 72%;
}
.contact_wrap .radio input {
  width: auto !important;
  vertical-align: 9%;
}
.contact_wrap .radio dt {
  padding: 30px 0 0;
  line-height: 160%;
}
.contact_wrap .radio dt span {
  font-size: 12px;
}
.contact_wrap input, .contact_wrap textarea {
  font-size: 14px;
  width: 80% !important;
  background: #eee;
  border: none;
  padding: 10px;
}
.contact_wrap textarea {
  min-height: 100px;
}
.contact_wrap select {
  vertical-align: middle;
  font-size: 14px;
}
.contact_wrap input:focus, .contact_wrap select:focus, .contact_wrap textarea:focus {
  background: #eee;
  outline: none;
  -WEBkit-transition: -WEBkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.privacy {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}
.privacy a {
  color: #0068b7;
}
.must {
  background: #75c7cb;
  padding: 3px 5px;
  font-size: 11px;
  color: #FFF;
  font-weight: normal;
  margin: 0px 10px 0 0;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  section#contact {
    margin: 0px auto 40px;
  }
  .contact_wrap {
    width: 100%;
    margin: 20px auto 0;
  }
  .contact_wrap dl {
    margin: 0 0 10px 0;
  }
  .contact_wrap dt {
    text-align: left;
    width: 100%;
    float: none;
    margin: 0 3% 10px 0;
    line-height: 1.6;
  }
  .contact_wrap dd {
    float: right;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_wrap input, .contact_wrap textarea {
    width: 100% !important;
  }
  #contact .btn {
    width: 80%;
    margin-top: 20px;
  }
}
/*--------------------------------------------------------
confirmation
--------------------------------------------------------*/
#formWrap h3 {
  text-align: center;
}
table.formTable {
  width: 100%;
  margin: 20px auto 30px;
  border-collapse: separate;
  border-spacing: 1px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #d9eaef;
  text-align: left;
}
table.formTable th, table.formTable td {
  border: none;
  padding: 10px;
}
table.formTable td {
  background: #eee;
}
p.error_messe {
  margin: 5px 0;
  color: red;
}
.btn_wrap {
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.submit {
  width: 40%;
}
.back {
  width: 40%;
  background: #555;
  box-shadow: 0 2px #000;
}
.back:hover {
  box-shadow: 0 1px #000;
}
@media only screen and (max-width: 768px) {
  table.formTable {
    width: 100%;
  }
  table.formTable th {
    border: none;
    background: #d9eaef;
    width: 100%;
    display: block;
  }
  table.formTable td {
    border: none;
    background: #eee;
    width: 100%;
    display: block;
  }
  table.formTable td, table.formTable th {
    border: none;
  }
  .btn_wrap {
    display: block;
  }
  .submit {
    width: 80%;
    margin-top: 20px
  }
  .back {
    width: 80%;
  }
}
/*--------------------------------------------------------
modal
--------------------------------------------------------*/
.modal-overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 800px;
  height: 600px;
	overflow-y: scroll;
  padding: 30px 30px 40px;
  background: #fff;
  text-align: left;
}
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@media only screen and (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
}
/*--------------------------------------------------------
thanks
--------------------------------------------------------*/
#thanks p {
  margin-top: 40px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #thanks p {
    margin: 20px 0 30px;
  }
}
/*--------------------------------------------------------
pack
--------------------------------------------------------*/
.page_pack .title_image {
  background: url(../img/pack_title_image.jpg) center/cover;
}
.page_pack .catch {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.page_pack .title_image h1 {
  font-size: 70px;
}
.page_pack .title_image p {
  font-size: 20px;
  margin-bottom: -20px;
}
section.pack_intro {
  margin-top: 40px;
}
.page_pack .pack_wrap {
  width: 1200px;
  margin: 40px auto 0;
  background: #f9f7f7;
  background-image: none;
  padding: 60px 0;
  text-align: left;
}
.pack_intro_detail {
  float: right;
  padding-right: 100px;
}
.pack_intro_image {
  float: left;
  padding-left: 140px;
}
.pack_intro .pack_wrap h3 {
  font-size: 28px;
  padding: 0 0 10px;
}
.pack_intro .pack_wrap:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
}
/*--------------------------------------------------------
pack template
--------------------------------------------------------*/
.template p {
  line-height: 2;
}
.template p span {
  color: #0068b7;
  font-weight: bold;
}
.template_price {
  margin-top: 10px;
}
.template .template_price span {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}
.page_pack .template_sample {
  text-align: center;
  margin: 60px auto 0;
}
.template .pack_price {
  margin: 20px auto;
}
.template .pack_price span {
  color: #333;
  font-weight: normal;
}
.template .btn {
  margin-top: 30px;
}
.template .note {
  margin-top: 10px;
  text-align: left;
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (max-width: 1200px) {
  .page_pack .catch {
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page_pack .title_image {
    background: url(../img/pack_title_image.jpg) -450px/cover;
  }
  .page_pack .catch {
    left: 20px;
    bottom: 10px;
  }
  .page_pack .title_image h1 {
    font-size: 50px;
  }
  .page_pack .title_image p {
    font-size: 16px;
    margin-bottom: -14px;
  }
  .page_pack .pack_wrap {
    width: 100%;
    min-height: auto;
    background: #f9f7f7;
    background-image: none;
    padding: 30px 20px 40px;
  }
  .page_pack .pack_wrap:hover {
    background-image: none;
  }
  .pack_intro_detail {
    float: right;
    padding-right: 0;
  }
  .pack_intro_image {
    float: left;
    padding-left: 0;
    padding-top: 30px;
  }
  .pack_intro_image img {
    width: 100%;
  }
  .pack_wrap h3 {
    font-size: 28px;
    padding: 0px 0 5px;
    text-align: center;
  }
  .pack_price {
    margin-top: 10px;
  }
  .pack_wrap:hover {
    background: #f9f7f7 url(../img/pack_bg_on.png) no-repeat 20px 320px/320px;
  }
  .page_pack .template_sample {
    margin: 30px auto 0;
  }
}
/*--------------------------------------------------------
pack structure
--------------------------------------------------------*/
section.structure {
  padding: 40px 0 60px;
  background: #f9f7f7;
}
.structure_wrap {
  width: 750px;
  margin: 40px auto 0;
}
.structure_box {
  background: #fff;
  margin: 0 auto;
  padding: 25px;
  padding-top: 20px;
  width: 29%;
  text-align: center;
}
.structure_box ul {
  text-align: left;
  font-size: 14px;
  display: inline-block;
}
.structure_wrap2 {
  width: 750px;
  margin-top: 26px;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 768px) {
  section.structure {
    width: 100%;
  }
  .structure_wrap {
    width: 100%;
    margin: 40px auto 0;
  }
  .structure_box {
    width: 80%;
  }
  .structure_wrap2 {
    width: 100%;
    display: block;
  }
  .structure_wrap2 .structure_box {
    margin-top: 26px;
  }
}
/*--------------------------------------------------------
pack customize
--------------------------------------------------------*/
.customize .customize_template_base {
  margin: 40px 0 30px;
}
.customize_wrap {
  width: 745px;
  margin: 40px auto;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}
.customize_box {
  width: 26.8%;
}
.customize_template_01 {
  margin-left: 31px;
}
.customize_template_02, .customize_template_03 {
  margin-left: 25px;
}
.customize_box h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.customize_box h3 span {
  color: #0068b7;
}
@media only screen and (max-width: 768px) {
  .customize_wrap {
    width: 100%;
    display: block;
  }
  .customize_arrow {
    display: none;
  }
  .customize_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .customize_box h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .customize_box h3 span {
    color: #0068b7;
  }
}
/*--------------------------------------------------------
pack option other
--------------------------------------------------------*/
.option {
  background: url(../img/pack_bg_option.jpg) center/cover;
  padding: 80px 0;
}
.option_wrap, .other_wrap {
  margin: 40px auto;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}
.option_wrap {
  max-width: 1200px;
}
.other_wrap {
  max-width: 900px;
}
.option_box {
  width: 22.3%;
  background: #0068b7;
  color: #fff;
  padding: 80px 0 30px;
}
.other_box {
  width: 30%;
}
.other_box_text {
  color: #fff;
  background: #000;
  padding: 80px 0 30px;
  height: 240px;
}
.other_box ul {
  color: #333;
  margin-top: 20px;
  text-align: left;
  display: inline-block;
}
.option_box h3, .other_box h3 {
  font-size: 22px;
  margin-bottom: 60px;
}
.option_box p em, .other_box p em {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin-right: 3px;
}
.option_box p, .other_box p {
  font-size: 12px;
  font-weight: 200;
}
.option ul {
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .option_wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  section.option, section.other {
    width: 100%;
    padding: 40px 0;
  }
  .option_wrap, .other_wrap {
    margin: 30px auto;
    display: block;
  }
  .option_wrap {
    width: 100%;
  }
  .other_wrap {
    width: 100%;
  }
  .option_box {
    width: 80%;
    margin: 20px auto;
    padding: 30px 0;
  }
  .other_box {
    width: 80%;
    margin: 20px auto;
  }
  .other_box_text {
    padding: 35px 0 30px;
    height: 160px;
  }
  .other_box ul {
    margin-top: 10px;
  }
  .option_box h3, .other_box h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .option_box p em, .other_box p em {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin-right: 3px;
  }
  .option_box p, .other_box p {
    font-size: 12px;
    font-weight: 200;
  }
  .option ul {
    text-align: left;
    display: inline-block;
  }
}
/*--------------------------------------------------------
Templates
--------------------------------------------------------*/
.page_template .title_image {
  color: #fff;
  text-align: center;
}
.page_template .title_image h1 em {
  margin-top: -7px;
}
.page_template .title_image p {
  font-size: 14px;
  margin: 20px 0 35px;
}
.icon_wrap {
  text-align: center;
  margin-top: -25px;
}
ul.icon_explain {
  display: inline-block;
	font-size: 0;
  background: #eee;
  padding: 10px 30px;
  border-radius: 4px;
}
ul.icon_explain li {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}
ul.icon_explain li:last-child {
  margin-right: 0;
}
ul.icon_explain li i {
  background: #666;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  padding: 0 5px;
  color: #fff;
  border-radius: 4px;
  margin-right: 5px;
  vertical-align: 1px;
}
ul.icon_explain li i.icon_design {
  background: #00a0e9;
}
ul.icon_explain li i.icon_responsive, ul.icon_explain li i.icon_html {
  background: #8fc31f;
}
ul.icon_explain li i.icon_css {
  background: #eb6877;
}
ul.icon_explain li i.icon_jquery {
  background: #ae5da1;
}
ul.icon_explain li i.icon_illust {
  background: #f39800;
}
ul.icon_explain li i.icon_mail {
  background: #13b5b1;
}
ul.icon_explain li i.icon_wp {
  background: #22769b;
}
ul.icon_explain li i.icon_blog {
  background: #eb6877;
}
.temp_list_wrap {
  max-width: 1200px;
  margin: 50px auto 20px;
  font-size: 0;
}
.temp_list_box {
  width: 22.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3.33%;
  margin-bottom: 30px;
}
.temp_list_box:nth-child(4n) {
  margin-right: 0;
}
.temp_list_thumb {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.temp_list_thumb a {
  background: #ccc;
  height: auto;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in;
}
.temp_list_thumb img {
  width: 100%;
  height: auto;
  border: 1px solid #e3e3e3;
}
.temp_list_thumb a:before {
  content: "Demo";
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -100%;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in;
  z-index: 99;
}
.temp_list_thumb a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}
.temp_list_thumb a:hover:before {
  top: 0;
  transition: all 0.3s ease-in;
}
.temp_list_text {
  font-size: 14px;
  margin-top: 7px;
}
.temp_list_text span {
  font-weight: bold;
  margin-right: 10px;
}
.temp_list_text ul.icon_explain {
  background: none;
  padding: 0 0 0;
  border-radius: 0;
	font-size: 0;
}
.temp_list_text ul.icon_explain li {
  margin-right: 2px;
}
@media only screen and (max-width: 768px) {
  .page_template .title_image {
    padding: 30px 20px 30px;
    height: auto;
  }
  .page_template .title_image h1 em {
    margin-top: -7px;
  }
  .page_template .title_image p {
    margin: 20px 0 35px;
    font-size: 14px;
    text-align: left;
  }
  .icon_wrap {
    margin-top: 0;
  }
  .temp_list_wrap {
    width: 90%;
    margin: 30px auto;
  }
  .temp_list_box {
    width: 100%;
    display: block;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .page_template .btn {
    margin-bottom: 50px;
  }
}
/*--------------------------------------------------------
Homepage design
--------------------------------------------------------*/
.page_hp .title_image {
  background: #0068b7;
  height: 480px;
}
.page_hp .title_image_wrap {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}
.page_hp .title_image h1 {
  font-size: 56px;
  text-align: left !important;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #fff;
}
.page_hp .title_image h1 span {
  font-size: 64px;
  vertical-align: -3px;
}
.fv_hp .catch {
  text-align: center;
  z-index: 9999;
  margin-bottom: 180px;
  color: #fff;
}
.page_hp .catch {
  z-index: 9999;
}
.fv_hp .catch h1 {
  font-size: 80px;
  line-height: 1.1;
  margin: 10px 0 20px;
}
.fv_hp .catch h1 span {
  font-size: 90px;
  vertical-align: -3px;
}
.hp_title_image {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 65.3%;
  height: auto;
}
.fv_hp .hp_title_image {
  position: absolute;
  bottom: 90px;
  left: 40px;
  width: 35%;
  height: auto;
}
.hp_title_image img {
  width: 100%;
  height: auto;
}
.page_hp .title_image p, .fv_hp p {
  color: #fff;
}
.fv_hp .subtitle {
  font-weight: bold;
  font-size: 20px;
}
.page_hp .title_image .btn, .fv_hp .btn {
  margin: 0;
  margin-top: 30px;
  background-color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
  position: relative;
  display: block;
  font-weight: bold;
}
.fv_hp .btn {
  margin: 30px auto 0;
}
.page_hp .title_image .btn span, .fv_hp .btn span {
  position: relative;
  z-index: 1;
}
.page_hp .title_image .btn::before, .page_hp .title_image .btn::after, .fv_hp .btn::before, .fv_hp .btn::after {
  content: "";
  display: block;
  background-color: #0068b7;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.fv_hp .btn::before, .fv_hp .btn::after {
  background: url(../img/fv_hp_bg.png) center/5px 5px;
}
.page_hp .title_image .btn::before, .fv_hp .btn::before {
  left: 0;
  border-radius: 30px 0 0 30px;
}
.page_hp .title_image .btn::after, .fv_hp .btn::after {
  right: 0;
  border-radius: 0 30px 30px 0;
}
.page_hp .title_image .btn:hover:before, .page_hp .title_image .btn:hover:after, .fv_hp .btn:hover:before, .fv_hp .btn:hover:after {
  width: 0;
}
.page_hp .title_image .btn:hover, .fv_hp .btn:hover {
  color: #0068b7;
  box-shadow: none;
  top: 0;
}
.fv_hp .btn:hover {
  color: #0b397e;
}
.course_wrap {
  margin: 60px 0 50px;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.course_box {
  width: 48.3%;
  background: #f9f7f7;
  padding: 40px 30px 30px;
  position: relative;
}
.course_box h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.course_price {
  font-weight: bold;
  margin: 10px 0;
  font-size: 20px;
}
.course_price span {
  font-size: 65px;
  line-height: 1;
}
.course_box ul.icon_explain {
  display: inline-block;
  background: none;
  padding: 0;
  border-radius: 4px;
}
.course_box ul.icon_explain li {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.course_box ul.icon_explain li i {
  margin-right: 0;
}
.course_type {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #0068b7;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
}
.course .btn {
  width: 350px;
}
@media only screen and (max-width: 1200px) {
  .page_hp .catch {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page_hp .title_image {
    height: 380px;
  }
  .page_hp .title_image_wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 380px;
    padding-top: 30px;
  }
  .page_hp .title_image h1 {
    font-size: 36px;
    text-align: left !important;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .page_hp .title_image h1 span {
    font-size: 42px;
    vertical-align: -3px;
    display: inline;
  }
  .fv_hp .catch {
    margin-bottom: 140px;
  }
  .fv_hp .catch h1 {
    font-size: 40px;
  }
  .fv_hp .catch h1 span {
    font-size: 45px;
    vertical-align: -2px;
  }
  .fv_hp .hp_title_image {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: auto;
  }
  .fv_hp .hp_title_image {
    left: 10px;
    width: 80%;
  }
  .page_hp .title_image .btn {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
  }
  .page_hp ul.breadcrumb {
    padding-top: 90px;
  }
  .course h2 {
    margin-top: 20px;
  }
  .course_wrap {
    margin: 60px 0 50px;
    display: block;
  }
  .course_box {
    width: 100%;
    padding: 40px 20px 30px;
    margin-bottom: 50px;
  }
  .course_box h3 {
    line-height: 1.4;
  }
}
/*--------------------------------------------------------
lesson
--------------------------------------------------------*/
.page_lesson section {
  margin: 120px 0;
}
.page_lesson .title_image {
  background: url(../img/lesson_title_bg.jpg) center/cover;
}
.page_mv .title_image_msk {
  background: rgb(0, 0, 0, 0.0);
}
.page_mv .title_image_wrap {
  display: flex;
  align-items: center;
}
.page_lesson .title_image h1 {
  font-size: 40px;
  color: #000;
  background: #fff;
  padding: 5px 5px 6px 8px;
  line-height: 1;
}
.page_lesson .title_image p {
  font-size: 16px;
  margin-top: 10px;
  background: #fff;
  padding: 5px 0px 5px 10px;
  line-height: 1;
  display: inline-block;
}
section.lesson_intro {
  margin-top: 40px;
}
.page_lesson h2 {
  position: relative;
  display: inline-block;
}
.lesson_intro ul {
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  max-width: 1000px;
  margin: 40px auto 0;
}
.lesson_intro ul li {
  width: 26.7%;
  text-align: center;
  font-size: 14px;
}
.lesson_intro ul li img {
  display: block;
  margin: 0 auto 10px;
}
.lesson_detail_wrap {
  max-width: 1200px;
  margin: 30px auto;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}
.lesson_detail_box {
  width: 30.8%;
  background: #fcf8f0;
  padding: 40px;
  text-align: center;
}
.lesson_detail_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.lesson_detail_box .detail_text {
  text-align: left;
  min-height: 110px;
}
.lesson_detail_box .app {
  background: url("../img/lesson_detail_app.png") no-repeat center/104px auto;
  color: #fff;
  width: 104px;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  display: inline-block;
}
.lesson_detail_box ul {
  display: inline-block;
  margin-left: -10px;
}
.lesson_detail_box ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.lesson_detail .adobe a {
  color: #e57644;
  text-decoration: underline;
  margin-top: 40px;
  display: block;
}
.lesson_flow_wrap {
  max-width: 1000px;
  margin: 30px auto;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}
.lesson_flow_box {
  width: 21%;
}
.lesson_flow_box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.lesson_flow_box h3 span {
  display: block;
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #e57644;
  margin-bottom: 10px;
  font-weight: normal;
}
.lesson_flow_box p {
  text-align: left;
}
.lesson_fee {
  max-width: 1200px;
  margin: 0 auto !important;
}
.lesson_fee dl {
  width: 33.3%;
  margin: 40px auto;
  padding: 40px;
  background: #fcf8f0;
}
.lesson_fee dt {
  font-size: 20px;
}
.lesson_fee dd {
  font-size: 28px;
  color: #e57644;
  font-weight: bold;
}
.lesson_fee dd span {
  font-size: 14px;
}
.lesson_lecturer {
  background: url(../img/pack_bg_option.jpg) center/cover;
  padding: 80px 0;
}
.lesson_lecturer p {
  margin-bottom: 30px;
  line-height: 2.3;
}
@media only screen and (max-width: 1200px) {
  .page_lesson .catch {
    padding: 0 30px;
  }
  .lesson_detail_wrap {
    padding: 0 30px;
  }
  .lesson_flow_wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page_lesson .catch {
    width: 100%;
    padding: 0 20px;
  }
  .page_lesson .title_image h1 {
    font-size: 32px;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
  }
  .page_lesson .title_image p {
    font-size: 14px;
    line-height: 1.4;
  }
  .page_lesson section {
    width: 90%;
    margin: 20px auto 60px;
  }
  .lesson_intro ul {
    max-width: 100%;
    margin: 40px auto 0;
    flex-wrap: wrap;
  }
  .lesson_intro ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .lesson_detail_wrap {
    max-width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .lesson_detail_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .lesson_detail .adobe a {
    color: #e57644;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
  }
  .lesson_flow_wrap {
    max-width: 100%;
    margin: 30px auto 10px;
    flex-wrap: wrap;
    padding: 0;
  }
  .lesson_flow_box {
    width: 50%;
    margin-bottom: 20px;
  }
  .lesson_flow_box h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .lesson_flow_box p {
    font-size: 14px;
  }
  .lesson_fee {
    max-width: 100%;
  }
  .lesson_fee dl {
    width: 100%;
    margin: 40px auto;
    padding: 20px;
  }
  section.lesson_lecturer {
    width: 100%;
  }
  .lesson_lecturer {
    padding: 40px 5%;
  }
  .lesson_lecturer p {
    margin-bottom: 30px;
    line-height: 2.3;
    text-align: left;
  }
}
/*--------------------------------------------------------
about illust memo privacy
--------------------------------------------------------*/
.about_wrap p {
  margin-top: 40px;
  line-height: 2.3;
}
.about_wrap table {
  width: 650px;
  margin: 40px auto 100px;
  text-align: left;
  border-collapse: separate;
  border-spacing: 20px 0;
  font-size: 16px;
}
.about_wrap table th {
  width: 90px;
  padding: 40px 0 5px;
  border-bottom: 1px solid #bbb;
  font-weight: 500;
}
.about_wrap table td {
  width: 540px;
  padding: 40px 0 5px;
  border-bottom: 1px solid #eee;
  font-weight: 300;
}
.about_wrap table td span {
  font-size: 12px;
  font-weight: 100;
  padding-left: 14px;
}
.map {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.map iframe {
  width: 100%;
  height: 450px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 768px) {
  .about_wrap p {
    margin-top: 20px;
    line-height: 2.3;
  }
  .about_wrap table {
    width: 100%;
    margin: 10px auto 40px;
    border-spacing: 10px 0;
    font-size: 13px;
  }
  .about_wrap table th, .about_wrap table td {
    padding: 30px 0 5px;
    border-bottom: 1px solid #bbb;
  }
  .about_wrap table th {
    width: 20%;
    font-weight: 500;
  }
  .about_wrap table td {
    width: 80%;
    font-weight: 200;
  }
  .about_wrap table td span {
    font-size: 11px;
    padding-left: 10px;
  }
  .map {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .map iframe {
    width: 100%;
    height: 450px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
/*--------------------------------------------------------

--------------------------------------------------------*/
.page_about h1, .page_illust h1, .page_memo h1, .page_privacy h1, .page_sitemap h1 {
  text-align: center;
  font-size: 56px;
}
.page_about h1 em, .page_illust h1 em, .page_memo h1 em, .page_memo_detail h1 em, .page_privacy h1 em, .page_sitemap h1 em {
  display: block;
  font-size: 11px;
  font-weight: 200;
  font-style: normal;
}
.page_privacy h3 {
  margin-top: 30px;
}
section#privacy {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
section#privacy ol {
  margin-top: 20px;
  margin-left: 30px;
}
section#privacy ol li {
  list-style-type: decimal;
}
@media only screen and (max-width: 768px) {
  .page_about h1, .page_illust h1, .page_memo h1, .page_privacy h1 {
    text-align: center;
    font-size: 36px;
    margin-top: 20px;
  }
}
/*--------------------------------------------------------

--------------------------------------------------------*/
.illust_wrap, .page_memo .memo_wrap {
  max-width: 1200px;
  margin: 40px auto;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: flex-end;
}
.illust_box {
  width: 20%;
  margin-bottom: 60px;
}
.illust_box a {
  cursor: pointer;
}
/*--------------------------------------------------------
illust modal
--------------------------------------------------------*/
.page_illust .modal-content {
  position: fixed;
  display: none;
  z-index: 2;
  max-width: 800px !important;
  height: 525px !important;
  padding: 30px 30px;
  background: #fff;
  text-align: center;
}
.iziModal-navigate-caption {
  display: none;
}
.page_illust .modal-content .modal_illust_image {
  height: 250px;
  display: -moz-box; /*--- Android旧ブラウザ用 ---*/
  display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.page_illust .modal-content .detail {
  margin: 30px 0;
}
.page_illust .modal-content .detail h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.page_illust .modal-content .detail p {
  font-size: 12px;
}
.page_illust .modal-content a {
  cursor: pointer;
}
.page_illust .modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
.page_illust .modal-close i {
  font-size: 30px;
}
@media only screen and (max-width: 1200px) {
  .illust_wrap, .page_memo .memo_wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .illust_wrap {
    width: 80%;
    margin: 40px auto;
    padding: 0;
  }
  .illust_box {
    width: 40%;
    margin-bottom: 30px;
  }
  .illust_box img {
    width: 100%;
  }
  .page_illust .modal-content {
    max-width: 90% !important;
    z-index: 99999 !important;
    margin: 60px auto;
  }
  .page_illust .iziModal-overlay {
    z-index: 9999 !important;
  }
  .page_illust .modal-content img {
    width: auto;
    height: 180px;
  }
  #illust_car02 img, #illust_truck img {
    width: auto;
    height: 100px;
  }
}
/*--------------------------------------------------------

--------------------------------------------------------*/
.page_memo_detail, .memo_wrap {
  margin-top: 40px;
  display: block;
}
.page_memo, .page_memo_detail {
  background: #f8f3eb;
}
.memo_box {
  width: 22.2%;
  background: #fff;
  padding: 40px 50px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.memo_box h3 {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memo_box p {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memo_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in;
}
.memo_box:hover {
  background: #0068b7;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in;
}
.memo_box_detail {
  width: 50%;
  background: #fff;
  padding: 40px 50px 50px;
  margin: 0 auto;
}
.memo_box_detail p {
  margin-top: 20px;
  text-align: left;
}
.memo_box_detail ul {
  margin-top: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page_memo .memo_wrap {
    width: 100%;
  }
  .memo_box {
    width: 100%;
    background: #fff;
    padding: 40px 50px;
    margin-bottom: 20px;
    position: relative
  }
  .memo_box_detail {
    width: 100%;
    padding: 40px 30px 50px;
    margin: 30px auto;
  }
}
/*--------------------------------------------------------
sitemap
--------------------------------------------------------*/
.sitemap_wrap ul {
  max-width: 700px;
  margin: 40px auto;
  text-align: left;
}
.sitemap_wrap ul li {
  border-bottom: 1px dotted #ccc;
}
.sitemap_wrap ul li a {
  padding: 20px 0 20px 20px;
  display: block;
	background: #fff;
	transition: .3s;
}
.sitemap_wrap ul li a span {
	margin-left: 20px;
	font-size: 14px;
	color: #999;
}
.sitemap_wrap ul li a:hover {
  color: #0068b7;
	background: #eee;
	transition: .3s;
}
.sitemap_wrap ul li a:hover span {
	color: #999;
}
@media only screen and (max-width: 768px) {
	.sitemap_wrap ul li a span {
		display: block;
		margin-left: 0;
}
}