@charset "UTF-8";
/*---------mixin設定-------------*/
/*ブレイクポイント*/
/*-------------------------------

 //共通

-------------------------------*/
@media (min-width: 901px) {
  #main {
    padding-top: 75px; } }
@media (max-width: 900px) {
  #main {
    overflow: hidden; } }

.wrap_bg {
  background: url("../img/bg_square.jpg"); }

.txt_color {
  color: #FF8721; }

.txt_blue {
  color: #068F5E; }

.txt_red {
  color: #D2403C; }

.txt_yellow {
  color: #f3f71d; }

.txt_bold {
  font-weight: 600; }

@media (min-width: 769px) {
  .pc_none {
    display: none; } }

@media (max-width: 768px) {
  .sp_none {
    display: none; } }

/*===================================
    header
===================================*/
.header .header-box .site-header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #efefef; }

.header .site-navigation {
  margin-top: 82.84px; }

.site-header {
  position: relative;
  width: 100%;
  z-index: 100; }

.site-header .site-header-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.site-header .brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 30px;
  max-width: 270px; }

/*.site-header .brand a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 10
}*/
.site-header .brand-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.site-header .brand-img img {
  display: block;
  width: 240px; }

.site-header .brand-img .area_name {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  display: block;
  color: #009c6f;
  margin-left: 1em; }

.site-header .brand-des {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  line-height: 1.15;
  white-space: nowrap;
  margin-bottom: 0.4em; }

.site-header .quick-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 0; }

.site-header .quick-start a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 1.15;
  padding: 0.3em; }

.site-header .quick-start a {
  margin-right: 2em; }

.site-header .quick-start a svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
  display: block;
  margin-right: 0.3em; }

@media (min-width: 1100px) {
  .site-header .quick-start a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  .site-header .quick-start a:hover {
    color: #009c6f; } }
.right-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.right-elements .el-btns {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.1;
  white-space: nowrap; }

.right-elements .el-btns svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto 0.7em; }

.right-elements .el-btns > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
  position: relative; }

.right-elements .el-btns > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 10;
  display: block;
  cursor: pointer; }

.right-elements .el-btns > div:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 60px solid rgba(255, 255, 255, 0.1);
  border-right: 150px solid transparent;
  z-index: 3;
  left: 0;
  top: 0; }

@media (min-width: 1100px) {
  .right-elements .el-btns > div {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  .right-elements .el-btns > div:hover {
    background-color: #f19800 !important; } }
.right-elements .el-btns .contact {
  background-color: #3082c3;
  overflow: hidden; }

.right-elements .el-btns .contact form {
  width: 100%; }

.right-elements .el-btns .contact input {
  position: relative;
  z-index: 4;
  padding: 0 35px;
  width: 100%;
  background-color: transparent;
  height: 82.84px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 116px;
  font-size: 14px; }

.right-elements .el-btns .contact .icon {
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.right-elements .el-btns .request {
  background-color: #F28E06;
  position: relative; }

.right-elements .el-btns .request.curriculum {
  background-color: #068F5E;
  position: relative; }

.right-elements .el-btns .request.curriculum i {
  display: block;
  font-size: 22px;
  text-align: center;
  margin-bottom: 7px; }
  @media (max-width: 900px) {
    .right-elements .el-btns .request.curriculum i {
      display: inline-block;
      font-size: 16px;
      margin: 0 4px 0 0; } }

.right-elements .el-btns .request input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  z-index: 12;
  cursor: pointer; }

.right-elements .el-btns .exp {
  background-color: #e02129;
  position: relative; }

.right-elements .el-btns .exp input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  z-index: 12;
  cursor: pointer; }

.right-elements .el-tel {
  font-size: 11px;
  white-space: nowrap;
  line-height: 1.15;
  background-color: #f0f0f0;
  padding: 0 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.right-elements .el-tel .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 27px;
  font-weight: 900;
  color: #2455a0;
  line-height: 1;
  margin: 5px 0; }

.right-elements .el-tel svg {
  width: 0.95em;
  min-width: 0.95em;
  height: 0.95em;
  display: block;
  margin-right: 0.3em; }

.right-elements .el-tel > a {
  cursor: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  z-index: 10; }

.site-navigation {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  position: relative;
  z-index: 19;
  margin-top: -1px; }

.site-navigation .site-navigation-wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: calc((100% - 1300px) / 2); }

.site-navigation .global-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.site-navigation .global-navigation ul li a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  color: #2455a0;
  border-right: 1px solid #efefef; }

.site-navigation .global-navigation ul li a span {
  display: block;
  text-align: center;
  line-height: 1.15; }

.site-navigation .global-navigation ul li a span:last-child {
  font-size: 11px;
  text-transform: capitalize;
  margin-top: 0.4em; }

.site-navigation .global-navigation ul li a span:first-child {
  font-weight: 700; }

@media (min-width: 1100px) {
  .site-navigation .global-navigation ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  .site-navigation .global-navigation ul li a:hover {
    background-color: #f2f2f2; } }
.site-navigation .global-navigation ul li:first-child a {
  border-left: 1px solid #efefef; }

.site-navigation .extra-nav {
  padding-right: 30px; }

.site-navigation .extra-nav a,
.site-navigation .extra-nav a:link {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.15;
  color: #ffffff;
  background-color: #2455a0;
  padding: 0.6em 1.6em;
  border-radius: 3em; }

.site-navigation .extra-nav a svg,
.site-navigation .extra-nav a:link svg {
  width: 0.95em;
  height: 0.95em;
  min-width: 0.95em;
  display: block;
  margin-left: 0.5em; }

@media (min-width: 1100px) {
  .site-navigation .extra-nav a,
  .site-navigation .extra-nav a:link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  .site-navigation .extra-nav a:hover,
  .site-navigation .extra-nav a:link:hover {
    background-color: #f19800; } }
@media (max-width: 1800px) {
  .site-header {
    padding: 0; } }
@media (max-width: 1600px) {
  /*  .site-header .brand-img img {
      width: 220px;
    }
  
    .site-header .brand-img .area_name {
      font-size: 16px;
      margin-left: 0.8em;
    }
  */
  .right-elements .el-tel {
    padding: 0 20px; }

  .right-elements .el-btns .contact input {
    padding: 0 20px; } }
@media (max-width: 1500px) {
  .site-header .quick-start a:not(:last-child) {
    margin-right: 1em; } }
@media (max-width: 1400px) {
  .right-elements .el-btns .contact input {
    font-size: 12px;
    line-height: 111px; }

  /*  .site-header .brand-img img {
      width: 180px;
    }
  
    .site-header .brand-img .area_name {
      font-size: 16px;
    }
  */
  .site-header .quick-start a {
    font-size: 12px; }

  .right-elements .el-tel .num {
    font-size: 24px;
    margin: 4px 0; }

  .right-elements .el-tel .open-time {
    font-size: 10px; }

  .right-elements .el-btns > div {
    font-size: 12px; }

  .site-navigation .site-navigation-wrapper {
    padding: 0 30px !important; }

  .site-navigation .extra-nav {
    padding-right: 0;
    margin-left: 30px; }

  .site-navigation .global-navigation ul li a {
    height: 56px;
    padding: 0 30px;
    white-space: nowrap;
    font-size: 14px; } }
@media (max-width: 1300px) {
  .site-header .quick-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 20px; }

  .site-header .quick-start a {
    padding: 2px;
    margin-right: 0 !important; }

  .site-header .quick-start {
    max-width: 48%; } }
@media (max-width: 1100px) {
  .site-navigation .global-navigation ul li a {
    padding: 0 20px;
    white-space: nowrap;
    font-size: 13px; } }
@media (max-width: 980px) {
  .site-navigation .global-navigation ul li a {
    padding: 0 15px; }

  .site-header .site-header-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .site-header-content .right-elements {
    width: 100%;
    width: 100%; }

  .site-header .quick-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto; }

  .site-header .quick-start a {
    font-size: 14px;
    margin-right: 30px !important; }

  .right-elements .el-tel,
  .right-elements .el-btns > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .right-elements .el-btns {
    width: 60%; }

  .right-elements .el-tel {
    padding: 8px; } }
@media (max-width: 900px) {
  .site-header .brand {
    margin: 0 auto; }

  	/*
  	
    .site-header .brand-img img {
      width: 160px;
    }
  	
    .site-header .brand-img .area_name {
      font-size: 14px;
    }
  */
  .right-elements .el-btns .contact input {
    height: 50px;
    font-size: 12px;
    line-height: 70px; }

  .right-elements .el-btns .contact .icon {
    top: 8px; }

  .site-header {
    z-index: 900; }

  .show-mobile-nav .site-header .brand {
    display: none; }

  .header {
    padding-top: 50px; }

  .header .header-box .site-header {
    position: static; }

  .site-header-content .right-elements {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 260;
    height: 50px;
    padding-right: 50px; }

  .site-header-content .right-elements .el-btns {
    width: 75%; }

  .right-elements {
    width: 100%; }

  .right-elements .el-tel {
    position: relative;
    z-index: 1;
    overflow: hidden; }

  .right-elements .el-btns svg {
    width: 20px;
    min-width: 20px;
    height: 15px; }

  .right-elements .el-btns > div > span {
    margin-top: 0.5em; }

  .right-elements .el-btns .request.curriculum {
    display: flex;
    align-items: center; }

  .site-header .brand-des {
    display: none; }

  .right-elements .el-tel .num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .right-elements .el-tel .num .icon svg {
    width: 25px;
    min-width: 25px;
    height: 25px; }

  .site-header .site-header-content {
    display: block; }

  .site-header-content .right-elements {
    width: calc(100%); }

  .right-elements .el-tel {
    width: 25%; }

  .right-elements .el-btns > div {
    width: 25%; }

  .right-elements .el-tel .num {
    font-size: 14px; }

  .right-elements .el-tel .num span:last-child {
    margin-top: 0.5em; }

  .site-navigation {
    display: none !important; }

  .site-header .quick-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 auto; }

  .site-header .quick-start a {
    font-size: 12px; }

  .right-elements .el-tel,
  .right-elements .el-btns > div {
    padding: 8px 10px; }

  .right-elements .el-btns > div > span {
    display: none; }

  .right-elements .el-btns svg {
    margin-bottom: 0; }

  .right-elements .el-btns {
    width: 75%; }

  .site-header .quick-start {
    display: none; }

  .right-elements .el-tel .open-time,
  .right-elements .el-tel .first,
  .right-elements .el-tel .num_txt {
    display: none; }

  .right-elements .el-btns > div > span {
    display: block; } }
@media (max-width: 500px) {
  .right-elements .el-btns .contact input {
    padding: 0; }

  .inner {
    padding: 0 20px; }

  .right-elements .el-tel .num {
    font-size: 12px; }

  .right-elements .el-tel .open-time {
    font-size: 8.5px; }

  .right-elements .el-btns > div {
    font-size: 10px;
    padding: 8px 6px; }

  .site-header .brand {
    max-width: 40%;
    margin: 0 auto;
    padding: 10px 30px; } }
@media (max-width: 480px) {
  .right-elements .el-tel {
    min-width: 100px; } }
@media (max-width: 400px) {
  .right-elements .el-tel {
    min-width: 90px; }

  .site-header .quick-start a {
    font-size: 10px; }

  .site-header .quick-start a svg {
    display: none; }

  .site-header-content .right-elements {
    padding-right: 40px; } }
@media (max-width: 370px) {
  .right-elements .el-btns .contact {
    min-width: 40px; }

  .right-elements .el-btns .contact svg {
    margin-bottom: 0; }

  .right-elements .el-btns > div {
    width: auto; } }
@media (max-width: 980px) {
  .site-header-content .right-elements {
    width: auto; } }
@media (max-width: 900px) {
  .lp-section-title .inbividual-text {
    margin-bottom: 0; }

  .inbividual-text {
    max-width: 100%;
    margin: 30px auto 30px; }

  .site-header-content .right-elements {
    padding-right: 0; }

  .lp-group-hero {
    padding-top: 0; }

  .lp-individual-5 .col .bottom .article .box {
    width: calc(50% - 10px);
    margin-top: 30px; }

  .site-header .brand-des {
    display: block; }

  .site-header-content .right-elements {
    width: 100%; }

  .site-header-content .right-elements .el-btns,
  .right-elements .el-btns > div {
    width: 50%; }

  .right-elements .el-tel .num,
  .right-elements .el-btns > div {
    flex-direction: row; }

  .right-elements .el-btns svg {
    margin: 0; }

  .right-elements .el-tel .num span:last-child,
  .right-elements .el-btns > div > span {
    margin-top: 0;
    font-size: 12px; }

  .right-elements .el-tel .num span:last-child {
    font-size: 4vw; } }
/*-------------------------------

 //メインビジュアル

-------------------------------*/
.wrap_mv {
  position: relative; }
  @media (max-width: 768px) {  
    .wrap_mv {
      margin-bottom: 90px; } }

.mv {
  max-width: 1200px;
  margin: 0 auto; }

.mv_btn_cont {
  padding: 60px 0;
  display: flex;
  flex-flow: nowrap;
  justify-content: center; }
  .mv_btn_cont .btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    border-radius: 100vh;
    text-align: center;
    padding: 25px 0;
    width: 360px;
    position: relative; }
    .mv_btn_cont .btn a::after {
      content: "";
      display: block;
      background: url("../img/arrow_right.png") no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 2.5vw;
      top: 0;
      bottom: 0;
      margin: auto; }
  .mv_btn_cont .btn_01 a {
    background: #F28E06; } 
  .mv_btn_cont .btn_02 a {
	  padding: 38px 0;
    background: #068F5E; }
    .mv_btn_cont .btn_02 a::after {
      background: url("../img/arrow_bottom.png") no-repeat; }
  .mv_btn_cont .btn:hover {
    opacity: 0.8; }
  @media (min-width: 769px) {
    .mv_btn_cont .btn_02 {
      margin-right: 30px; }
    .mv_btn_cont .btn_01.a {
      margin-right: 30px; }

}
  @media (max-width: 768px) {
    .mv_btn_cont {
      padding: 40px 0;
      display: block; }
      .mv_btn_cont .btn a {
        color: #fff;
        font-size: 16px;
        width: 90%;
        margin: 0 auto; }
        .mv_btn_cont .btn a::after {
          right: 6vw; }
      .mv_btn_cont .btn_01.a ,
      .mv_btn_cont .btn_02 {
        margin-bottom: 20px; }

}

/*-------------------------------

 //sec_01 (ウイルス対策)

-------------------------------*/
.bg_obj_wrap {
  background: url("../img/obj_01_pc.png") no-repeat;
  background-position: right top; }
  @media (max-width: 768px) {
    .bg_obj_wrap {
      background: url("../img/obj_03_sp.png") no-repeat;
      background-position: right top 100px;
      background-size: 25%; } }

/*-------------------------------

 //sec_01 (ウイルス対策)

-------------------------------*/
.note {
  max-width: 980px;
  margin: 40px auto 140px; }
  @media (max-width: 768px) {
    .note {
      width: 90%;
      margin: 25px auto 60px; } }

/*-------------------------------

 //sec_02 (こんなお悩みありませんか)

-------------------------------*/
.sec_02 {
  background: url("../img/obj_02_pc.png") no-repeat;
  background-position: left bottom 140px; }
  @media (max-width: 768px) {
    .sec_02 {
      background: url("../img/obj_02_sp.png") no-repeat;
      background-position: left bottom 40px;
      background-size: 25%; } }
  .sec_02 .wrap_trouble {
    max-width: 1000px;
    margin: 0 auto 30px; }
    @media (max-width: 768px) {
      .sec_02 .wrap_trouble {
        width: 90%;
        margin: 0 auto 10px; } }
  .sec_02 .intro_area_01 {
    position: relative; }
    .sec_02 .intro_area_01 .intro_txt {
      color: #000;
      text-align: center;
      font-weight: 600;
      line-height: 1.3; }
    .sec_02 .intro_area_01 .sub_txt {
      font-size: 42px;
      position: relative;
      bottom: -50px; }
      @media (max-width: 768px) {
        .sec_02 .intro_area_01 .sub_txt {
          font-size: 5vw;
          bottom: -35px; } }
    .sec_02 .intro_area_01 .main_txt {
      font-size: 55px;
      font-weight: 900;
      position: relative;
      bottom: -50px;
      z-index: 9; }
      @media (max-width: 768px) {
        .sec_02 .intro_area_01 .main_txt {
          font-size: 7vw;
          bottom: -35px; } }
    .sec_02 .intro_area_01 .big {
      font-size: 60px; }
      @media (max-width: 768px) {
        .sec_02 .intro_area_01 .big {
          font-size: 8vw; } }
    .sec_02 .intro_area_01::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid; 
      border-width: 100px 49vw 0 49vw;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .sec_02 .intro_area_01::after {
          border-width: 70px 50vw 0 50vw; } }

/*-------------------------------

 //sec_03 (３つの理由)

-------------------------------*/
.sec_03 {
  background: #068F5E; 
  background-position: center top 100px;
  background-size: cover;
  padding: 160px 0 50px; }
  @media (max-width: 768px) {
    .sec_03 {
      padding: 100px 0 40px;
      background-position: center top; } }
  .sec_03 .sec03_ttl {
    font-size: 39px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    margin-bottom: 55px; }
    @media (max-width: 768px) {
      .sec_03 .sec03_ttl {
        font-size: 5.2vw;
        margin-bottom: 40px; } }
    .sec_03 .sec03_ttl .big {
      font-size: 65px;
      font-weight: 900; }
      @media (max-width: 768px) {
        .sec_03 .sec03_ttl .big {
          font-size: 8vw; } }
    .sec_03 .sec03_ttl .txt_yellow {
      color: #f3f71d; }
    .sec_03 .sec03_ttl .number {
      font-size: 80px; }
      @media (max-width: 768px) {
        .sec_03 .sec03_ttl .number {
          font-size: 9.5vw; } }
  .sec_03 .reason_list {
    max-width: 930px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sec_03 .reason_list {
        width: 90%; } }
    .sec_03 .reason_list .reason_list_item {
      background: #fff;
      border-radius: 47px;
      padding: 100px 60px 70px;
      box-sizing: border-box;
      margin-bottom: 80px;
      position: relative;
      max-width: 850px;
      /*イラスト配置*/ }
      @media (max-width: 768px) {
        .sec_03 .reason_list .reason_list_item {
          width: 100%;
          padding: 50px 30px 30px;
          margin-bottom: 60px;
          border-radius: 30px; }
          .sec_03 .reason_list .reason_list_item:last-child {
            margin-bottom: 0; } }
      @media (min-width: 769px) {
        .sec_03 .reason_list .reason_list_item.item_02 {
          margin-left: 90px; } }
      .sec_03 .reason_list .reason_list_item .number {
        position: absolute;
        left: 60px;
        top: -35px;
        width: 130px; }
        @media (max-width: 768px) {
          .sec_03 .reason_list .reason_list_item .number {
            left: 30px;
            top: -20px;
            width: 20vw; } }
      @media (max-width: 768px) {
        .sec_03 .reason_list .reason_list_item.item_01 .number {
          left: 30px;
          top: -20px;
          width: 17vw; } }
      .sec_03 .reason_list .reason_list_item .reason_ttl {
        font-size: 36px;
		  color: #FF8721;
        font-weight: 700;
        line-height: 1.4;
		  margin-top: 20px;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          .sec_03 .reason_list .reason_list_item .reason_ttl {
            font-size: 6.2vw;
            margin-bottom: 25px;
            line-height: 1.5; } }
      .sec_03 .reason_list .reason_list_item .txt {
        font-size: 24px;
        line-height: 1.8; }
        @media (max-width: 768px) {
          .sec_03 .reason_list .reason_list_item .txt {
            font-size: 16px;
            line-height: 1.8; } }
        .sec_03 .reason_list .reason_list_item .txt:nth-of-type(2) {
          margin-top: 20px; }
      .sec_03 .reason_list .reason_list_item .img {
        width: 90%;
        margin: 60px auto 0; }
        @media (max-width: 768px) {
          .sec_03 .reason_list .reason_list_item .img {
            width: 100%;
            margin: 40px auto 0; } }
      @media (min-width: 769px) {
        .sec_03 .reason_list .reason_list_item.item_03 .img {
          width: 70%; } }
      .sec_03 .reason_list .reason_list_item .item01_obj_right {
        position: absolute;
        right: 30px;
        top: -30px;
        width: 220px; }
      .sec_03 .reason_list .reason_list_item .item01_obj_left {
        position: absolute;
        left: -30px;
        bottom: 200px;
        width: 175px; }
      .sec_03 .reason_list .reason_list_item .item02_obj_right {
        position: absolute;
        right: 60px;
        top: 7px;
        width: 260px; }
      .sec_03 .reason_list .reason_list_item .item03_obj_right {
        position: absolute;
        right: -30px;
        top: -30px;
        width: 430px; }
      @media (max-width: 768px) {
        .sec_03 .reason_list .reason_list_item .item01_obj_right {
          position: absolute;
          right: 30px;
          top: -40px;
          width: 25vw; }
        .sec_03 .reason_list .reason_list_item .item01_obj_left {
          position: absolute;
          left: -10px;
          bottom: 35vw;
          width: 15vw; }
        .sec_03 .reason_list .reason_list_item .item02_obj_right {
          position: absolute;
          right: 20px;
          top: -30px;
          width: 30vw; }
        .sec_03 .reason_list .reason_list_item .item03_obj_right {
          position: absolute;
          right: -5px;
          top: -30px;
          width: 40vw; } }

/*-------------------------------

 //sec_04 (講習会の流れ)

-------------------------------*/
.sec_04 {
  padding: 80px 0 140px; }
  @media (max-width: 768px) {
    .sec_04 {
      padding: 40px 0 70px; } }
  .sec_04 .sec04_ttl {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .sec_04 .sec04_ttl {
        font-size: 2.2rem;
        margin-bottom: 30px; } }
    .sec_04 .sec04_ttl::before {
      content: "";
      display: block;
      background: url("../img/sec04_ttl_icon.png") no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      margin: 0 auto 5px; }
      @media (max-width: 768px) {
        .sec_04 .sec04_ttl::before {
          width: 40px;
          height: 40px; } }
  .sec_04 .wrap_flow {
    max-width: 1100px;
    margin: 0 auto;
    border: 2px solid #ff911c;
    padding: 50px 80px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff; }
    @media (max-width: 768px) {
      .sec_04 .wrap_flow {
        width: 90%;
        padding: 25px 20px 0;
        min-width: auto; } }
    .sec_04 .wrap_flow .flow_img {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .sec_04 .wrap_flow .flow_img {
          width: 100%;
          margin-bottom: 30px; } }
    .sec_04 .wrap_flow .tb_details {
      width: 100%;
      margin: 0 auto; }
      .sec_04 .wrap_flow .tb_details .tb_ttl {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px 50px 20px 30px;
        vertical-align: middle;
        width: 30%;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .sec_04 .wrap_flow .tb_details .tb_ttl {
            width: 100%;
            display: block;
            border-bottom: none;
            padding: 0px 40px 0px 40px; } }
        .sec_04 .wrap_flow .tb_details .tb_ttl.last {
          border-bottom: none; }
        .sec_04 .wrap_flow .tb_details .tb_ttl p {
          color: #ff911c;
          font-size: 3rem;
          text-align: center;
          border: 2px solid #ff911c;
          border-radius: 50PX;
          padding: 2px 10px; }
          @media (max-width: 768px) {
            .sec_04 .wrap_flow .tb_details .tb_ttl p {
              font-size: 1.6rem;
              border: 1px solid #fb6a00; } }
      .sec_04 .wrap_flow .tb_details .tb_txt {
        font-size: 2rem;
        line-height: 1.6;
        border-bottom: 1px solid #d3d3d3;
        vertical-align: middle;
        padding: 20px 0;
        width: 70%; }
        .sec_04 .wrap_flow .tb_details .tb_txt .txt_orange {
          color: #ff911c;
          font-weight: bold; }
        @media (max-width: 768px) {
          .sec_04 .wrap_flow .tb_details .tb_txt {
            width: 100%;
            display: block;
            border-bottom: none;
            font-size: 1.4rem;
            padding: 10px 0 20px; } }
        .sec_04 .wrap_flow .tb_details .tb_txt.last {
          border-bottom: none; }

/*-------------------------------

 //sec_05 (合格実績)

-------------------------------*/
.sec_05 {
  /*background: url("../img/sec05_bg.jpg") no-repeat;
  background-size: cover;*/
  padding: 0 0 60px; }
  @media (max-width: 768px) {
    .sec_05 {
      padding: 0 0 30px; } }
  .sec_05 .sec05_ttl {
    text-align: center;
    font-weight: 600;
    font-size: 4rem;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .sec_05 .sec05_ttl {
        font-size: 4vw;
        margin-bottom: 20px; } }
    .sec_05 .sec05_ttl .big {
      font-size: 5.3rem; }
      @media (max-width: 768px) {
        .sec_05 .sec05_ttl .big {
          font-size: 5.3vw; } }
    .sec_05 .sec05_ttl .txt_red {
      color: #cf3636;
      font-size: 5.8rem; }
      @media (max-width: 768px) {
        .sec_05 .sec05_ttl .txt_red {
          font-size: 5.8vw; } }
    .sec_05 .sec05_ttl .line {
      position: relative;
      padding-bottom: 8px; }
      @media (max-width: 768px) {
        .sec_05 .sec05_ttl .line {
          padding-bottom: 3px; } }
      .sec_05 .sec05_ttl .line::before {
        content: "";
        display: block;
        background: url("../img/txt_line_red.jpg") repeat-x;
        background-position: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100%; }
        @media (max-width: 768px) {
          .sec_05 .sec05_ttl .line::before {
            height: 2px; } }
  .sec_05 .passrecord_img {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sec_05 .passrecord_img {
        width: 90%; } }

/*-------------------------------

 //intro_area_02 

-------------------------------*/
.intro_area_02 {
  background-color: #ff911c;
  padding: 40px 0;
  position: relative; }
  @media (max-width: 768px) {
    .intro_area_02 {
      padding: 20px 0; } }
  .intro_area_02 .intro_txt {
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-size: 4.8rem; }
    @media (max-width: 768px) {
      .intro_area_02 .intro_txt {
        font-size: 5.2vw;
        line-height: 1.4; } }
  .intro_area_02 .big {
    font-size: 5.8rem;
    color: #f3f71d; }
    @media (max-width: 768px) {
      .intro_area_02 .big {
        font-size: 6.2vw; } }
  .intro_area_02::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -120px;
    border: 120px solid transparent;
    border-top: 60px solid #ff911c; }
    @media (max-width: 768px) {
      .intro_area_02::before {
        margin-left: -60px;
        border: 60px solid transparent;
        border-top: 20px solid #ff911c; } }

/*-------------------------------

 //btn_area 

-------------------------------*/
.btn_area {
  padding: 80px 0 70px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .btn_area {
      padding: 30px 10px 30px;
      box-sizing: border-box; } }
  .btn_area.ft_btn {
    padding: 30px 0 70px; }
    @media (max-width: 768px) {
      .btn_area.ft_btn {
        padding: 20px 10px 30px;
        box-sizing: border-box; } }
  .btn_area .btn_box {
    max-width: 1100px;
    background: #fff;
    border-radius: 47px;
    padding: 60px 50px 50px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .btn_area .btn_box {
        padding: 30px 15px 25px;
        border-radius: 25px; } }
    .btn_area .btn_box .attention {
      font-weight: 600;
      color: #cf3636;
      font-size: 2rem;
      text-align: center;
      margin-top: 10px; }
      @media (max-width: 768px) {
        .btn_area .btn_box .attention {
          font-size: 1.1rem;
          margin-top: 15px; } }
    .btn_area .btn_box .times {
      font-size: 32px;
      text-align: center;
      font-weight: 700; }
      @media (max-width: 768px) {
        .btn_area .btn_box .times {
          font-size: 18px; } }
    .btn_area .btn_box .ttl {
      font-size: 82px;
      font-weight: 900;
      text-align: center;
      line-height: 1;
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        .btn_area .btn_box .ttl {
          font-size: 36px;
          margin-bottom: 12px;
          line-height: 1.2; } }
    .btn_area .btn_box .fukidashi_txt {
      width: 60%;
      margin: 0 auto 20px; }
      @media (max-width: 768px) {
        .btn_area .btn_box .fukidashi_txt {
          width: 80%;
          margin: 0 auto 10px; } }
    .btn_area .btn_box .btn {
      width: 60%;
      margin: 0 auto; }


      .btn_area .btn_box .btn a:hover {
        opacity: 0.8; }

.btn_area .btn_box .btn.a {
	margin-bottom: 20px;
}

      .btn_area .btn_box .btn a {
        color: #fff;
        display: block;
        background: #F28E06;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 22px;
        text-align: center;
        padding: 30px 0;
        border-radius: 100vh;
        position: relative; }
        .btn_area .btn_box .btn a::after {
          content: "";
          display: block;
          background: url("../img/arrow_right.png") no-repeat;
          background-size: contain;
          width: 22px;
          height: 22px;
          position: absolute;
          right: 4vw;
          top: 0;
          bottom: 0;
          margin: auto; }
      @media (max-width: 768px) {
        .btn_area .btn_box .btn {
          width: 100%; }
        .btn_area .btn_box .btn.a {
			margin: 0 auto 20px;
		  }
		  
          .btn_area .btn_box .btn a {
            font-size: 18px;
            padding: 20px 0; }
            .btn_area .btn_box .btn a::after {
              width: 18px;
              height: 18px;
              right: 6vw; } }
    .btn_area .btn_box .obj_right {
      position: absolute;
      right: -60px;
      bottom: 0px;
      width: 180px; }
      @media (max-width: 768px) {
		  .passrecord_img {
			  max-width: 90%;
		  }
		  
		  
        .btn_area .btn_box .obj_right {
          right: 1vw;
		top: -4vw;
        bottom: auto;
        width: 13vw; } }
    .btn_area .btn_box .obj_left {
      position: absolute;
      left: -20px;
      top: 20px;
      width: 190px; }
      @media (max-width: 768px) {
        .btn_area .btn_box .obj_left {
          display: none; } }

/*-------------------------------

 //sec_06 （講習会の日程・会場）

-------------------------------*/
.sec_06 {
  padding: 110px 0px; }
  @media (max-width: 768px) {
    .sec_06 {
      padding: 60px 0 0; } }
  .sec_06 .inner {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sec_06 .inner {
        padding: 0 0; } }
  .sec_06 .sec06_ttl {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .sec_06 .sec06_ttl {
        font-size: 2.2rem;
        margin-bottom: 30px; } }
    .sec_06 .sec06_ttl::before {
      content: "";
      display: block;
      background: url("../img/sec06_ttl_icon.png") no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      margin: 0 auto 5px; }
      @media (max-width: 768px) {
        .sec_06 .sec06_ttl::before {
          width: 40px;
          height: 40px; } }
  .sec_06 .date {
    border: 1px solid #c5c5c5;
    margin-bottom: 40px;
    width: 100%;
    background-color: #fff; }
    @media (max-width: 768px) {
      .sec_06 .date {
        width: 90%;
        margin: 0 auto 30px; } }
    .sec_06 .date th {
      color: #fff;
      font-size: 16px;
      background-color: #2355a0;
      font-weight: bold;
      text-align: center;
      padding: 10px 10px;
      width: 20%;
      border-bottom: 1px solid #c5c5c5;
      line-height: 1.6; }
      @media (max-width: 768px) {
        .sec_06 .date th {
          font-size: 14px; } }
      .sec_06 .date th.high {
        background-color: #69b154; }
    .sec_06 .date td {
      font-size: 16px;
      padding: 10px 20px;
      width: 80%;
      border-bottom: 1px solid #c5c5c5;
      line-height: 1.6;
      word-break: break-all; }
      @media (max-width: 768px) {
        .sec_06 .date td {
          font-size: 14px;
          padding: 10px 10px; } }
      .sec_06 .date td span {
        background-color: #3898ec;
        color: #fff;
        padding: 2px 10px;
        margin-bottom: 5px;
        width: 40%; }
      .sec_06 .date td .add_mb {
        margin-bottom: 10px; }
  .sec_06 .tab_area {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    margin-bottom: 20px; }
    .sec_06 .tab_area .tab {
      width: 49%;
      text-align: center;
      color: #fff;
      font-weight: 600;
      font-size: 30px;
      border-radius: 10px;
      padding: 10px 0;
      position: relative; }
      @media (max-width: 768px) {
        .sec_06 .tab_area .tab {
          font-size: 20px;
          font-size: 16px;
          border-radius: 5px; } }
      .sec_06 .tab_area .tab::after {
        font-family: "Font Awesome 5 Free";
        content: '\f138';
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 22px; }
        @media (max-width: 768px) {
          .sec_06 .tab_area .tab::after {
            font-size: 14px;
            right: 15px;
            top: 4.5vw; } }
      .sec_06 .tab_area .tab:hover {
        cursor: pointer; }
    .sec_06 .tab_area .tab_elementary {
      background-color: #fb6a00; }
    .sec_06 .tab_area .tab_junior {
      background-color: #005bac; }
  .sec_06 .cont_area h3 {
    padding: 10px 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    background-color: #0a63b1; }
    @media (max-width: 768px) {
      .sec_06 .cont_area h3 {
        font-size: 18px; } }
  .sec_06 .cont_area .details {
    margin-bottom: 20px; }
    .sec_06 .cont_area .details .wrap_course_btn {
      background-color: #fff;
      border: 1px solid #eeeeee;
      padding: 15px 0 15px 20px;
      border-radius: 10px;
      position: relative;
      font-size: 18px;
      color: #000;
      font-weight: bold;
      margin-bottom: 20px;
      cursor: pointer; }
      @media (max-width: 768px) {
        .sec_06 .cont_area .details .wrap_course_btn {
          font-size: 16px;
          padding: 15px 0 15px 15px; } }
      .sec_06 .cont_area .details .wrap_course_btn i svg {
        color: #666;
        width: 10px;
        height: 20px;
        transform: rotate(90deg);
        transition: .2s ease; }
      .sec_06 .cont_area .details .wrap_course_btn i {
        position: absolute;
        top: 20px;
        right: 20px; }
        @media (max-width: 768px) {
          .sec_06 .cont_area .details .wrap_course_btn i {
            top: 18px;
            right: 15px; } }
      .sec_06 .cont_area .details .wrap_course_btn.open i svg {
        transform: rotate(-90deg);
        transition: .2s ease; }
    .sec_06 .cont_area .details .cont_box {
      display: none;
      padding-bottom: 30px; }
      @media (max-width: 768px) {
        .sec_06 .cont_area .details .cont_box {
          padding-bottom: 0; } }
      .sec_06 .cont_area .details .cont_box .course_ttl {
        background: #0a63b1;
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        padding: 15px 0;
        margin-top: 15px; }
        @media (max-width: 768px) {
          .sec_06 .cont_area .details .cont_box .course_ttl {
            font-size: 18px; } }
      .sec_06 .cont_area .details .cont_box .course {
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        background-color: #3898ec; }
        @media (max-width: 768px) {
          .sec_06 .cont_area .details .cont_box .course {
            font-size: 16px; } }
        .sec_06 .cont_area .details .cont_box .course.mt {
          margin-top: 40px; }
          @media (max-width: 768px) {
            .sec_06 .cont_area .details .cont_box .course.mt {
              margin-top: 20px; } }
        .sec_06 .cont_area .details .cont_box .course .course_ttl {
          background-color: #005bac;
          padding: 10px 20px;
          font-weight: bold;
          color: #fff;
          font-size: 20px;
          text-align: center;
          display: block; }
          @media (max-width: 768px) {
            .sec_06 .cont_area .details .cont_box .course .course_ttl {
              font-size: 16px; } }
        .sec_06 .cont_area .details .cont_box .course .course_theme {
          padding: 15px 0;
          display: block; }
      .sec_06 .cont_area .details .cont_box .exam {
        margin-top: 40px; }
        @media (max-width: 768px) {
          .sec_06 .cont_area .details .cont_box .exam {
            margin-top: 20px; } }
      .sec_06 .cont_area .details .cont_box .item_list {
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start; }
        .sec_06 .cont_area .details .cont_box .item_list .ttl {
          display: block;
          font-size: 18px;
          line-height: 1.2;
          vertical-align: middle;
          text-align: center;
          border-bottom: 1px solid #000;
          border-right: 1px solid #000;
          width: 20%;
          padding: 5px 5px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 768px) {
            .sec_06 .cont_area .details .cont_box .item_list .ttl {
              font-size: 16px; } }
          .sec_06 .cont_area .details .cont_box .item_list .ttl.last {
            border-bottom: none; }
        .sec_06 .cont_area .details .cont_box .item_list .txt {
          display: block;
          font-size: 16px;
          vertical-align: middle;
          border-bottom: 1px solid #000;
          width: 80%;
          padding: 10px 15px; }
          .sec_06 .cont_area .details .cont_box .item_list .txt p:nth-of-type(2) {
            margin-top: 15px; }
          @media (max-width: 768px) {
            .sec_06 .cont_area .details .cont_box .item_list .txt {
              font-size: 14px; } }
          .sec_06 .cont_area .details .cont_box .item_list .txt.last {
            border-bottom: none; }
          .sec_06 .cont_area .details .cont_box .item_list .txt .txt_red {
            color: #cf3636;
            font-weight: 600; }
          .sec_06 .cont_area .details .cont_box .item_list .txt .note {
            font-size: 12px; }
          .sec_06 .cont_area .details .cont_box .item_list .txt .place {
            font-size: 16px;
            margin-bottom: 10px; }
            @media (max-width: 768px) {
              .sec_06 .cont_area .details .cont_box .item_list .txt .place {
                font-size: 14px; } }
            .sec_06 .cont_area .details .cont_box .item_list .txt .place.last {
              margin-bottom: 0; }
        .sec_06 .cont_area .details .cont_box .item_list .attention {
          font-size: 1.2rem; }
  .sec_06 .cont_area .cont_junior {
    background-color: #d5f0ff;
    padding: 40px 50px 30px; }
    .sec_06 .cont_area .cont_junior .course_ttl {
      background-color: #3898ec; }
      .sec_06 .cont_area .cont_junior .course_ttl .year {
        background-color: #db5576; }
    .sec_06 .cont_area .cont_junior .item_list {
      background-color: #fff; }
    @media (max-width: 768px) {
      .sec_06 .cont_area .cont_junior {
        padding: 30px 15px 10px; } }

/*-------------------------------

 //sec_07 school-box 教室一覧

-------------------------------*/
.sec_07 {
  padding: 40px 0 70px; }
  @media (max-width: 768px) {
    .sec_07 {
      padding: 60px 0 40px; } }
  .sec_07 .sec07_ttl {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .sec_07 .sec07_ttl {
        font-size: 2.2rem;
        margin-bottom: 20px; } }
    .sec_07 .sec07_ttl::before {
      content: "";
      display: block;
      background: url("../img/sec07_ttl_icon.png") no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      margin: 0 auto 5px; }
      @media (max-width: 768px) {
        .sec_07 .sec07_ttl::before {
          width: 40px;
          height: 40px; } }

.school-box .container {
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

.school-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.school-list .school-cell {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px; }

.school-list .school-cell .wrapper {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

.school-list .school-cell .school-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 28px;
  padding-bottom: 1em;
  border-bottom: 2px dotted #342506;
  color: #342506; }

.school-list .school-cell .school-name h3 {
  font-weight: bold;
  display: block;
  line-height: 1.15;
  padding-left: 1em;
  position: relative;
  margin: 0; }

.school-list .school-cell .school-name h3:before {
  content: '';
  display: block;
  width: 0.3em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #342506; }

.school-list .school-cell .pic-add {
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.school-list .school-cell .picture {
  width: 45%;
  margin-right: 5%;
  overflow: hidden;
  position: relative; }

.school-list .school-cell .picture:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 67%;
  position: relative; }

.school-list .school-cell .picture img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.school-list .school-cell .address {
  width: 50%;
  font-size: 16px; }

.school-list .school-cell .tag {
  width: 6em;
  line-height: 1.15;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em 0.2em 0.5em 0;
  border-radius: 10em;
  overflow: hidden;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  background-color: #342506;
  margin-bottom: 10px; }

.school-list .school-cell .tag svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
  display: block;
  margin-right: 0.4em; }

.school-list .school-cell .zipcode,
.school-list .school-cell address {
  width: 100%;
  border-bottom: 1px dotted #342506;
  padding: 0.2em 0;
  font-style: normal; }

.school-list .school-cell .zipcode,
.school-list .school-cell address {
  width: 100%;
  border-bottom: 1px dotted #342506;
  padding: 0.2em 0; }

.school-list .school-cell .map {
  width: 100%;
  position: relative; }

.school-list .school-cell .map:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative; }

.school-list .school-cell iframe {
  display: block;
  border: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.school-list .request-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: relative; }

.school-list .request-link a,
.school-list .request-link a:link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  line-height: 1.15;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  background-color: #fd8005;
  height: 3.7em;
  border-radius: 0.2em; }

.school-list .request-link a i,
.school-list .request-link a:link i {
  width: 1.15em;
  height: 1.15em;
  min-width: 1.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  margin-left: 0.5em; }

.school-list .request-link a i svg,
.school-list .request-link a:link i svg {
  color: #fd8005;
  width: 0.8em;
  height: 0.8em;
  display: block; }

@media screen and (max-width: 767px) {
  .school-list .school-cell {
    width: 100%; }

  .school-list .school-cell .wrapper {
    width: 100%;
    padding: 20px; }

  .school-list .school-cell .school-name {
    font-size: 20px; }

  .school-list .school-cell .tag {
    font-size: 14px; } }
/*-------------------------------

 //footer

-------------------------------*/
.footer {
  background-color: #484848;
  padding: 15px 0; }
  @media (max-width: 768px) {
    .footer {
      padding: 10px 0; } }
  .footer .copy {
    display: block;
    text-align: center;
    color: #fff;
    font-feature-settings: 1.4rem; }

/*-------------------------------

 //sec_question (よくあるご質問)

-------------------------------*/
.sec_question {
  padding: 90px 0 140px; }
  @media (max-width: 768px) {
    .sec_question {
      padding: 60px 0 60px; } }
  .sec_question .question_ttl {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .sec_question .question_ttl {
        font-size: 2.2rem;
        margin-bottom: 20px; } }
    .sec_question .question_ttl::before {
      content: "";
      display: block;
      background: url("../img/question_ttl_icon.png") no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      margin: 0 auto 5px; }
      @media (max-width: 768px) {
        .sec_question .question_ttl::before {
          width: 40px;
          height: 40px; } }
  .sec_question .faq {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sec_question .faq {
        width: 90%; } }

.sec_question .item {
  margin-top: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }

.sec_question .item .box {
  padding: 0 20px; }

.sec_question .item .box .wrap {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0; }

.sec_question .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #f39800;
  font-weight: bold;
  font-size: 20px;
  padding-right: 40px;
  cursor: pointer; }

.sec_question .item .question.show::before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg); }

.sec_question .item .question::after,
.sec_question .item .question::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  background: #f39800;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.sec_question .item .question::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg); }

.sec_question .item .question .q {
  background: #f39800;
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  width: 36px;
  min-width: 36px;
  font-size: 26px;
  height: 36px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5em;
  line-height: 1; }

.sec_question .item .answer {
  margin-top: 1em;
  display: none;
  color: #333333;
  font-size: 16px; }

.sec_question .item .answer .answer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px 0; }

.sec_question .item .answer .a {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  color: #b3b3b3;
  line-height: 1;
  margin-right: 0.5em; }

@media (max-width: 768px) {
  .sec_question .item .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #f39800;
    font-weight: bold;
    font-size: 16px;
    padding-right: 40px;
    cursor: pointer; }

  .sec_question .item .answer {
    margin-top: 1em;
    display: none;
    color: #333333;
    font-size: 14px; }

  .sec_question .item .question::after,
  .sec_question .item .question::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #f39800;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  .sec_question .item .question::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg); } }
