/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.3.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
/* Ã£ÂÂÃ£ÂÂ¼Ã£ÂÂ¹ */
html {
  scroll-behavior: smooth;
}
body {
  background: #FFF !important;
  color: #111 !important;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.05em !important;
  line-height: 1.75 !important;
  margin: 0 !important;
  padding: 80px 0 0 0 !important;
}
h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd {
  font-size: 1.0em;
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-weight: 400 !important;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}
video {
  max-width: 100%;
}
strong {
  font-weight: 600;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  display: inline-block;
}
/* Hides from IE Mac */
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.spsp {
    display: none;
  } 
article#post-17294 {
  display: none;
}
h2 ,h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

/* ------------------------------------
 header
------------------------------------ */
.header {
  background: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  min-height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header .head_inner {
  min-height: 80px;
  margin: 0 auto;
  width: 100%;
}
.header .head_inner h1 {
  font-size: 0.8em;
  font-weight: bold;
  left: 30px;
  display: table;
  position: fixed;
  top: 10px;
  z-index: 1;
}
.header .head_inner h1 a {
  display: block;
}
.header .head_inner h1 img {
  float: left;
  height: 60px;
  vertical-align: top;
}
.header .head_inner h1 span {
  display: inline-block;
  height: 60px;
  line-height: 1.7;
  padding: 10px 0 0 10px;
  vertical-align: middle;
}
.header .head_inner #drawer-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header .head_inner #drawer-content .ac {
  cursor: pointer;
  display: flex;
  font-size: 0.9em;
  justify-content: space-between;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  outline: 0;
  position: relative;
  width: auto;
}
.header .head_inner #drawer-content .ac > li {
  position: relative;
  margin: 0 15px;
}
.header .head_inner #drawer-content .ac .ac-title {
  display: block;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-weight: 400 !important;
  position: relative;
  margin: 0;
  padding: 0 16px 0 0;
  cursor: pointer;
}
.header .head_inner #drawer-content .ac-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 3px #111;
  border-right: solid 3px #111;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header .head_inner #drawer-content .ac-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.header .head_inner #drawer-content .ac-content {
  background: #F8F8F8;
  display: none;
  position: absolute;
  left: -100px;
  line-height: 1.5;
  padding: 1.0em;
  top: 60px;
  width: 320px;
}
.header .head_inner #drawer-content .ac-content a {
  display: block;
  padding: 0.5em 0;
  width: 100%;
}
.header .head_inner .inquiry a {
  background: #436BB7;
  color: #FFF;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: left;
  top: 15px;
  width: 250px;
}
.header .head_inner .inquiry a i {
  float: left;
  font-size: 26px;
  line-height: 50px;
  padding: 0 10px 0 15px;
}
.header .head_inner select {
  cursor: pointer;
  height: 50px;
  margin: 45px 0;
  padding: 10px;
  width: 255px;
}

/* ------------------------------------
 Ã¥ÂÂºÃ¥Â®ÂÃ£ÂÂÃ£ÂÂ¼Ã£ÂÂ¸
------------------------------------ */
#page .entry-header {
  border: none !important;
  margin: 100px auto 60px auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
#page .entry-header h1.entry-title {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-size: 3.0em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#page .entry-header h1.entry-title span {
  color: #436BB7;
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 0.6em;
  letter-spacing: 0;
  margin-top: 0.5em;
  padding-top: 0.5em;
  position: relative;
}
#page .entry-header h1.entry-title span::before {
  background: #436BB7;
  position: absolute;
  content: "";
  left: calc(50% - 40px);
  height: 3px;
  top: 0;
  width: 80px;
}

/* ------------------------------------
 Ã¨Â¬ÂÃ¥Â¸Â«Ã¤Â¸ÂÃ¨Â¦Â§Ã£ÂÂÃ£ÂÂ¼Ã£ÂÂ¸
------------------------------------ */
#archive-instructor {
  margin: 0 auto 100px auto;
  max-width: 100%;
  width: 100%;
}
#archive-instructor .instructor_title {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-size: 3.0em;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 100px auto 60px auto;
  text-align: center;
}
#archive-instructor .instructor_title span {
  color: #436BB7;
  display: block;
  font-family: 'Dancing Script', cursive;
  font-size: 0.6em;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0.3em;
  position: relative;
}
#archive-instructor .instructor_title span::before {
  background: #436BB7;
  position: absolute;
  content: "";
  left: calc(50% - 40px);
  height: 3px;
  top: 0;
  width: 80px;
}
.instructor_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.instructor_list:after {/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
  content: "";
  margin: 50px 0 0 0;
  height: 0;
  width: 210px;
/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
}
.instructor_list dl {
  display: flex;
  align-items: flex-start;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
  justify-content: flex-start;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
  margin: 50px 0 0 0;
  width: 210px;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
  flex-direction: column;  /******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
}
.instructor_list dl dt, .instructor_list dl dt .post-thumbnail, .instructor_list dl dt .post-thumbnail a {
  display: block;
  height: 210px !important;
  margin: 0;
  padding: 0;
  width: 210px !important;
}
.instructor_list dl dt .post-thumbnail img {
   border-radius: initial;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
   -moz-border-radius: initial;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
   -webkit-border-radius: initial;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
  height: 210px !important;
  margin: 0 !important;
  object-fit: cover;
  width: 210px !important;
}
.instructor_list dl dd {
  padding: 0;
  width: 210px;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
}

.instructor_list dl dd .instructor-list-name  {
  margin: 10px 0 5px;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
}
.instructor_list dl dd .instructor-list-name  {
  margin: 10px 0 5px;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
}
.instructor_list dl dd .instructor-list-name a {
  font-size: 1.2em;
  font-weight: bold !important;
}
.instructor_list dl dd .instructor-list-position {
  font-size: 0.8em;
  line-height: 1.5;
  color: #999999;
}
#results {
  margin-top: -100px;
  padding-top: 130px;
}
.search_instructor {
  background: none;/******Ã¨ÂÂªÃ¤Â¸Â»Ã¥Â¤ÂÃ¦ÂÂ´Ã§ÂÂ¹********/
  padding: 80px 0;
  width: 100%;
}
  .search_instructor > h3 {
/*     padding: 50px 0 10px; */
    text-align: center;
    color: #01386c;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-size: 24px;
    margin: 50px auto 0;
    width: 93%;
  }
  .search_instructor > h3:before,
  .search_instructor > h3:after {
    content: "";
    display: inline-block;
    background: #01386c;
    height: 2px;
    flex: 1;
  }
.search_instructor .search_instructor_box {
  background: #FFF;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  padding: 30px !important;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.search_instructor .search_instructor_box .search_instructor_ttl {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-size: 1.6em;
  font-weight: bold;
}
.search_instructor .search_instructor_box > li {
  float: left;
  margin: 0 0 20px 40px;
  width: 100%;
}
.search_instructor .search_instructor_box ul {
  padding: 0 !important;
}
.search_instructor .search_instructor_box li.genre {
  margin-left: 0;
  max-width: 270px;
}
.search_instructor .search_instructor_box li.gender, .search_instructor .search_instructor_box li.birthplace {
  max-width: 170px;
}
.search_instructor .search_instructor_box li.freeword {
  max-width: 800px;
}
.search_instructor .search_instructor_box select, .search_instructor .search_instructor_box li.freeword .keyword {
  border: 1px solid #CCC !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0.9rem;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  width: 100%;
}
.search_instructor .search_instructor_box input[type="checkbox"], .search_instructor .search_instructor_box input[type="radio"] {
  border: 1px solid #CCC;
  height: 19px !important;
  width: 19px !important;
}
.search_instructor .search_instructor_box label {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-size: 0.9rem;
  margin-bottom: 0 !important;
  line-height: 1.0 !important;
}
.search_instructor .search_instructor_box li.submit {
  margin: 0;
  text-align: center;
}
.search_instructor .search_instructor_box li.submit input {
  background: #D20002 !important;
  border: 0 !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #FFF !important;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-size: 0.9rem;
  font-weight: bold !important;
  margin: 0 auto !important;
  max-width: 400px !important;
  width: 100% !important;
}

/* ------------------------------------
 Ã£ÂÂÃ¥ÂÂÃ£ÂÂÃ¥ÂÂÃ£ÂÂÃ£ÂÂ
------------------------------------ */
.wp-block-contact-form-7-contact-form-selector {
  max-width: 100% !important;
}
.required {
  color: #D80000;
}
.inquiry_page {
  font-size: 1.25em;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.inquiry_page .inquiry_intro {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-weight: 400 !important;
  margin: 10px 0;
  text-align: right;
}
.inquiry_page dl {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*! align-items: stretch; */
  padding-top: 10px;
}
.inquiry_page dl dt {
font-family: 'Noto Sans JP', sans-serif!important;;
font-weight: 900!important;;
  border-top: none;
  padding: 20px 0 20px 10px;
  width: 270px;
  text-align: left;
  position: relative;
}
.inquiry_page dl dt p {
  height: 1em;
  line-height: 1em;
  
  /*! vertical-align: middle; */
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.inquiry_page dl dd {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-weight: 400 !important;
  border-top: none;
  padding: 20px 20px 20px 0;
  width: calc(100% - 270px);

}
.inquiry_page dl dd select,
.inquiry_page dl dd input {
    height: 80px;
}
select.wpcf7-form-control, input.wpcf7-form-control, textarea.wpcf7-form-control {
  border: 1px solid #CCC !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  width: 100% !important;
}
.inquiry_page .instructor {
  margin-right: .5% !important;
  margin-left: 0;
  width: 33% !important;
}
.inquiry_page span:last-child .instructor {
  margin-right: 0 !important;

}
.inquiry_page .submit {
  height: 100px;
  margin: 30px auto;
  width: 50%;
}
.inquiry_page .submit input {
  border-color: #6dc7de !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  font-family: 'Noto Sans JP', sans-serif!important;;
  font-weight: 900!important;;
  height: 100px;
  background: #6dc7de !important;
  color: #fff!important;
}
.inquiry_page .submit p  {
  position: relative;
}
.inquiry_page .submit p:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 30px;
  background: url(../../../images/LPkouen/LPsec03_btnarrow.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: .3s;
}
.inquiry_page .submit input:link,
.inquiry_page .submit input:visited {
  position: relative;
  color: #fff;
  height: 100px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
width: 100%; /*
  max-width: 500px; */
  flex: 0 1 580px;
  /*! min-width: 300px; */
  /*! max-width: 90%; */
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 5px;
  margin: 10px 0;
}
.inquiry_page .submit p:hover  {
  transition: .3;
  opacity: 1;
}
.inquiry_page .submit p:hover:after {
  right: 5px;
}



/* ------------------------------------
 LPÃ¨Â¬ÂÃ¦Â¼ÂÃ¤Â¼ÂÃ¥Â°ÂÃ¥ÂÂ¥
------------------------------------ */

.LPkouen {
}
.LPsec01mv {
  width: 100%;
  height: 100vh;
  background: url(https://linkupbiz.co.jp/wp-content/uploads/2023/12/mv_img.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
a.LPsec01mvToplink:link,
a.LPsec01mvToplink:visited {
  transition: .3s;
  position: absolute;
  left: 10px;
  top: 10px;
}
a.LPsec01mvToplink:hover {
  opacity: .5;
}
.LPsec01mv h1 {
  width: 90%;
  max-width: 1400px;
  text-align: left;

}
.LPsec01mv h1 img {
  width: 100%;
  max-width: 600px;
  text-align: left;
}


.LPsec02 {
  width: 100%;
  background: url(../../../images/LPkouen/LPsec02_back_pc.jpg) no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 200px;

}
.sec02logo {
/*   width: 200px; */
  margin-bottom: 10px;
}
.LPsec02 p {
  font-weight: bold;
  width: 90%;
  max-width: 660px;
  margin: 0 auto 0px;
  line-height: 3;
/*   word-wrap:  revert-layer; */
  font-size: 20px;
}
.LPsec02blue {
  color: #01386c;
  display: inline-block;
}
.LPsec02_kousi {
  background: #f0f5f7;
  width: 90%;
  max-width: 1400px;
  margin: 150px auto;
  padding-bottom: 100px
}
.LPsec02_kousi h2 {
  margin: 0px auto 0;
  position: relative;
  top: -30px;
  width: 90%;
  max-width: 569px;
}
.LPsec02_kousi h2 img {
  margin: 0 auto;
}
.LPsec02_kousi h2 span {
  font-size: 24px;
  font-weight: bold;
  margin-top: 2rem;
  display: block;
}
.LPsec02_kousilist {
  display:flex;
  justify-content: space-between;
  align-items: top;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;

  /*! align-items: stretch; */
}
.back {
  display: none;
}
.LPsec02slide_back {
  position: absolute;
}
.next {
  display: none;
}
.LPsec02slide_next {
  position: absolute;
}
.LPsec02_kousilistItem {
  width: 31%;
  max-width:350px; 
  display: flex;
  flex-direction: column;
}
.LPsec02_kousilistItemImg {
 width:100%; 
}

.LPsec02_kousilistItem h3 {
  font-weight: bold;
  text-align: left;
  margin: 1rem 0;
  font-size: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LPsec02_kousilistItem h3 span {
/*   font-weight: normal; */
  font-size: 12px;
  margin: 0 0 0 auto;
  color: #999999;
}
.LPsec02_kousilistItemDit {
  background: #fff;
  margin:0px 0;
  padding: 1em 1.2em;
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  /*! justify-content: stretch; */
  /*! align-items: stretch; */
/*! height: 100%; */
}
.LPsec02_kousilistItemDitTit {


}
.LPsec02_kousilistItemDitBold {
  color: #01386c;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-top: .5em;
  flex-grow: 1;
}
.LPsec02_kousilistItemDitlit {
  color: #01386c;
  font-weight: bold;
  font-size: 14px;
}
.LPsec03 {
  width: 100%;
  background: url(https://linkupbiz.co.jp/wp-content/uploads/2023/12/01.png) no-repeat, #ff0;
  background-size: cover;
  padding: 100px 5%;
  color: #fff;
  text-align: center;

}
.LPsec03tit {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 50px auto 20px;
  
  width: 100%;
}
.LPsec03tit_white {
  border: solid 2px #fff;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 46px;
  margin: 2px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
}
.LPsec03tit_blue {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  margin: 2px;
  background: #01386c;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
}
.LPsec03 h3 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
  
  width: 100%;
}
.LPsec03wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}
.LPsec03 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 30px;
  background: url(../../../images/LPkouen/LPsec03_btnarrow.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: .3s;
}
.LPsec03 a:link,
.LPsec03 a:visited {
  position: relative;
  color: #fff;
  height: 120px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
/*   width: 90%;
  max-width: 500px; */
  flex: 0 1 580px;
  /*! min-width: 300px; */
  /*! max-width: 90%; */
  padding: 10px 50px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 5px;
  /*! margin: 10px; */ 
}
.LPsec03 a:link {
  transition: .3;
  opacity: 1;
}
.LPsec03 a:hover:after {
  right: 5px;
}

.LPsec03 a:nth-of-type(1) {
  background: #4cc764;
}
.LPsec03 a:nth-of-type(2) {
  background: #6dc7de;
}
.LPsec03btn {
  /*! background: #ff0000; */
}

.LPsec03btn_txt {
  margin-left: 10%;
}
.LPsec03btn_txt_yellow {
  color: #fff831;
  font-weight: bold;
  font-size: 20px;
  display: block;
  line-height: 20px;
  margin-top: 10px;
  
}
.LPsec03btn_txt_bold {
  font-weight: bold;
  font-size: 24px;
/*   line-height: 24px; */
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.LPsec04 {
  padding:  170px 0 60px;
}
.LPsec04titcomm {
  font-size: 24px;
  font-weight: bold;
  display: block;
  line-height: 2;
  margin-bottom: 20px; 
}
.LPsec04titcomm_dot {
  position: relative;
}
.LPsec04titcomm_dot:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #6dc7de;
}
.LPsec04 h2 { 
  /*! font-weight: bolder; */
  color: #01386c;
  margin-bottom: 50px;
  text-align: center;
  font-size: 54px;
}
.LPsec04Item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto 100px ;
}
.LPsec04Item.itemA {
}
.LPsec04Item.itemB .LPsec04ItemDit {
  order: 1;
}

.LPsec04ItemDit {
  text-align: left;
  flex: 4 300px;
  padding: 50px;
  
}
.LPsec04ItemDitSubtit {
  /*! font-weight: bold; */

  font-family: 'Roboto Condensed';
  font-size: 20px;
}
.LPsec04ItemDitSubtit span {
  font-weight: bold;
  margin-left: 1em;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: #333;
  color: #fff;
  
}
.LPsec04ItemDitTit {
  color: #01386c;
  /*! font-weight: bold; */
  margin: 20px 0;
  line-height: 1.6;
  font-size: 32px;
}
.LPsec04ItemDitTit span {
  position: relative;
  display: inline-block;
}
.LPsec04ItemDitTit span:after {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  bottom: 5px;
  background: #fff831;
  z-index: -1;
}
.LPsec04ItemDitText {
  font-size: 18px;
}
.LPsec04ItemImg {
  flex: 5 300px;
  max-width: 90%;
}

.LPsec05 {
  background: url(../../../images/LPkouen/LPsec05_back_pc.jpg) no-repeat,#f0f5f7;
  background-size: contain;
  padding: 50px 5%;
  position: relative;
  overflow: hidden;
}
.LPsec05:before {
  content: "LECTURER";
  color: #fff;
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 150px;
  display: block;
  height: 90px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 0;
  letter-spacing:.5em;
}
.LPsec05 h2 {
  margin: 100px auto 0px;
  text-align: center;
  z-index: 1;
  display: block;
  position: relative;
  
}
.LPsec05 h2 img {
  margin: 0 auto;
}
.LPsec05pickup {
  background: #e9eef0;
  width: 95%;
  max-width: 1400px;
  margin: 100px auto;
  position: relative;
  padding: 100px 0 50px;
}
.LPsec05pickup h3 {
  color: #01386c;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  position: absolute;
  top: -75px;
  left: 7%;
  padding-left: 120px;
  display: block;
  margin: 0 auto;
  /*! text-align: center; */
  max-width: 350px;
}
.LPsec05pickup h3:before {
  content: "";
  width: 30%;
  max-width: 100px;
  height:100%;
  position: absolute;
  left: 0;
  background: url(../../../images/LPkouen/LPsec05_pickup_tit_ico.png) no-repeat;
  background-size: contain;
}

.LPsec05pickupTit_white {
  border: solid 2px #01386c;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 46px;
  margin: 2px;
  background: #fff;
  color: #01386c;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.LPsec05pickupTit_blue {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  margin: 2px;
  background: #01386c;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.LPsec05pickupWrap {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start:;
  gap: 20px;
  flex-wrap: wrap;
}
.LPsec05pickupWrapDit {
  flex: 2 ;
  max-width: 780x;
}
.LPsec05pickupWrapDit h4 {
  border-bottom:solid 2px #cccccc;
  padding: 0 0 30px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.LPsec05pickupWrapDit h4 span {
  font-size: 18px;
  font-weight: normal;
  margin:  2px 10px 0;
  display: block;
}
.LPsec05pickupWrapDitPosi {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  height: 50px;
  margin: 30px 0;
  font-size: 14px;
}
.LPsec05pickupWrapDitPosi h5{
  background: #01386c;
  color: #fff;
  width: 100px;
  height: 100%;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.LPsec05pickupWrapDitPosi dl{
  width: calc(100% - 120px);
  color: #fff;
  background: none;
}
.LPsec05pickupWrapDitPosi dl dd{
  color: #999;
  display: inline-block;
  padding:  0 ;
/*   margin: 5px ; */
}
.LPsec05pickupWrapDitcomme {
  font-size: 16px;
  line-height: 2;
}
.LPsec05pickupWrapDitTheme {
  margin: 50px -5px;
}
.LPsec05pickupWrapDitTheme dt {
  background: url(../../../images/LPkouen/LPsec06_icon.png) no-repeat;
  background-position: center left;
  line-height: 20px;
  font-size: 20px;
  padding: 0 20px; 
  margin:0 5px 20px;
  
}

.LPsec05pickupWrapDitTheme dd {
  padding: 0 5px; 
  background: #fff;
  color: #01386c;
  display: inline-block;
  margin: 3px 1.5px;
  font-size: 14px;
}
.LPsec05pickupWrapDitVoice {
  margin: 0px -5px;
  width: 100%;
  order: 2;
}
.LPsec05pickupWrapDitVoiceImg {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0px; 
  margin:0 5px 20px;
}
.LPsec05pickupWrapDitVoiceComme {
display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3%;
}
.LPsec05pickupWrapDitVoiceComme li {
  width: 47.5%;
margin: 10px 0;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  color: #01386c;
}
.LPsec05pickupWrapImg {
  text-align: right;
  flex: 1  ;
}
.LPsec05pickupWrapImg img {
  width: 100%;
  max-width: 350px;
}
.LPsec05reco {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 30px;
}
.LPsec05recoItem {
  flex: 1 1 500px;
  padding: 5px;
  position: relative;
}
.LPsec05recoItem:nth-child(1) {
  background: #01386c;
  background-position: right bottom;
  /*! margin-bottom: 20px; */
}
.LPsec05recoItem:nth-child(1) h3 {
  color: #01386c;
}
.LPsec05recoItem:nth-child(2) {
  background: #6dc7de;
  background-position: right bottom;
}
.LPsec05recoItem:nth-child(2) h3 {
  color: #6dc7de;
}
.LPsec05recoItem h3 {
  background: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;

  font-size: 30px;
}
.LPsec05recoItemWrap {
  padding:  30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.LPsec05recoItemWrapImg {
  flex: 2 200px;
/* padding-top:40%; */
  height: auto;
  overflow:hidden;
/*   position: relative; */
}
.LPsec05recoItemWrapImg img {
/*   position: absolute;
  top: 0; */
}
.LPsec05recoItemWrapDit {
  flex: 3 250px;
}
.LPsec05recoItemWrapDit h4 {
  font-weight: bold;
  font-size: 26px;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px;
  margin: 0 0 20px;
  
}
.LPsec05recoItemWrapDit h4 span {
  font-size: 16px;
  display: block;
  margin: 10px -5px;
  
}
.LPsec05recoItemWrapDitSpec {
}
.LPsec06 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0;
  text-align: center;
}
.LPsec06 h2 {
  width: 100%;
  /*! font-weight: bold; */
  color: #01386c;
  font-size: 60px;
  margin-bottom: 70px
}
.LPsec06wrap {
}
.LPsec06wrapItem {
  background: #f0f5f7;
  height: 160px;
  margin-bottom: 80px;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;  
}
.LPsec06wrapItem span {
  font-size: 80px;
  color: #fff;
  font-family: 'Roboto Condensed';
}
.LPsec06wrapItem:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background: #01386c;
  height: calc(tan(60deg) * 30px / 2);
  width: 30px;
 clip-path: polygon(0 0, 100% 0, 50% 100%);%);
}
.LPsec06wrapItem:last-child:after {
  content: none;

}

.LPsec07 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0;
  text-align: center;
}
.LPsec07 h2 {
  width: 100%;
  font-weight: bold;
  color: #01386c;
  font-size: 60px;
  margin-bottom: 70px
}

.LPsec07item {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 100px; 
}
.LPsec07itemImg {
  flex:0 1 550px;
}
.LPsec07itemImg img {
  width: 90%;
}
.LPsec07itemDit {
  flex:0 1 600px;
  text-align: left;
  margin: 0 0px;
  
}
.LPsec07itemDit h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 2px solid #999;
  margin:  0 0 30px;
  
}
.LPsec07itemDit h3 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  padding: 10px 0 0;
  margin:  0 0 0px;
  
}
.LPsec07itemCate {
  background: #01386c;
  color: #fff;
  width: auto;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 1em;
  font-weight: bold;
  font-size: 20px;
}
.LPsec07itemTheme {
  padding: 0;
}
.LPsec07itemTheme dt {
  /*! background: url(../../../images/LPkouen/LPsec06_icon.png) no-repeat; */
  background-position: center left;
  line-height: 20px;
  font-size: 20px;
  padding: 0; 
  margin:0 5px 20px;
}
.LPsec07itemTheme dd {
  padding: 0 5px; 
  background: #f0f5f7;
  color: #01386c;
  display: inline-block;
  margin: 3px 1.5px;
  font-size: 14px;

}
.LPsec08 {
  background: #f0f5f7;
  width: 100%;

  margin: 0 auto;
  padding: 150px 0;
  text-align: center;
}
.LPsec08 h2 {
  width: 100%;
  /*! font-weight: bold; */
  color: #01386c;
  font-size: 60px;
  margin-bottom: 30px;
  text-align: center;
}
.LPsec08 h3 {
  width: 100%;
  /*! font-weight: bold; */
  color: #01386c;
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.question {
    max-width: 1200px;
}

	.question {
		text-align: left;
		border-radius: 30px; 
		width: 90%;
		max-width: 1000px;
		margin:0 auto;
		position: relative;
		padding: 10px 0px;
		text-align: left;
		border-radius: 30px; 
		vertical-align: middle;
		}

.question .Accordion{
		margin-bottom: 5rem;
}


	.question .Item {
		display: block;
		width: 100%;
		/*! max-width: 700px; */
		margin: 0 auto ;
		vertical-align: top;
		text-align: left;
		}
	.question .Item label {
		margin-bottom: 50px;
		padding-left: 0;
		}

	.question input[type='checkbox'], .question input[type='radio'] {
		width:100%;
		display:none;
		opacity:0;
		border:none;
		}

	.question .AccordionItem {
		display: block;
		position: relative;
		/*! height:100%; */ 
		font-weight: bold;
		padding: 1.5em 60px;

		background: #fff;
		}
	.question .AccordionItem:before {
		content: "";
    background: url(../../../images/LPkouen/LPsec08_Q.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
		position: absolute;
		left: 1em;
		top: 0;
		bottom: 0;
		margin: auto;
/* 		color: #fff; */
		display: block;
		line-height: 1.5em;
		text-align: center;
		font-weight: bold;
		}
	.question .AccordionItem:after {
		content: "";
    background: url(../../../images/LPkouen/LPsec08_arrow.png) no-repeat;
    background-position: center center;
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
    width: 30px;
    height: 30px;
		line-height: 1.5em;
		text-align: center;
		font-weight: bold;
		transform:  rotate(-180deg);
    transform-origin: center;
		transition: .3s;
		}

	.question .AccordionPanel {
		display: block;
		position: relative;
		height:0%;
		/*! margin-top: -1px; */
/* 		border-bottom:1px dotted #000; */
		overflow: hidden;
    padding: 0 0 0 1.5em;
		}



	.question .AccordionPanel div {
    transition: .5s;
		height: 0;
		margin-top: -100%;
    padding: 1.25em;
		font-size: .85em
		}

	.question input:checked +  label .AccordionItem:after {

		transform:  rotate(0deg);
		}
	.question input:checked + label .AccordionPanel { 
		height:initial;
}
	.question input:checked + label .AccordionPanel div{ 
		height:initial;
		margin-top: 0px;
		transition: .3s;
}
.LPsec09 {

  width: 100%;
  margin: 0 auto;
  padding: 150px 5% 150px;
  text-align: center;
  width: 100%;
  background: url() no-repeat,#7b92b2;
  background-size: contain;
  background-position: center bottom;
  color: #fff;
  text-align: center;
}
.LPsec09 h2 {
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 60px;
  margin-bottom: 70px;
  text-align: center;
}

.LPsec09subtit {
  font-size: 26px;
  font-weight: bold;
}
.LPsec09subtitMini {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.LPsec09btnarea {
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
  margin: 50px 0;
  padding: 30px 0;
}
.LPsec09btnarea p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}


.LPsec09btnareaYellow {
  color: #fff831;
}
.LPsec09btn_txt_bold {
}
.LPsec09 a.LPsec09btnareaBtn:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 30px;
  background: url(../../../images/LPkouen/LPsec03_btnarrow.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: .3s;
}
.LPsec09 a.LPsec09btnareaBtn:link,
.LPsec09 a.LPsec09btnareaBtn:visited {
  position: relative;
  color: #fff;
  background: #4cc764;
  height: 120px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 500px;
  flex: 0 1 580px;
  /*! min-width: 300px; */
  /*! max-width: 90%; */
  padding: 10px 50px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 5px;
  margin: 10px; 
}
.LPsec09 .LPsec09btnareaBtn:link:hover {
  transition: .3;
  opacity: 1;
}
.LPsec09 .LPsec09btnareaBtn:hover:after {
  right: 5px;
}
.LPsec09btn_txt {
  margin-left: 10%;
}
.LPsec09btn_txt_yellow {
  color: #fff831;
  font-weight: bold;
  font-size: 20px;
  display: block;
  line-height: 20px;
  margin-top: 10px;
  
}
.LPsec09btn_txt_bold {
  font-weight: bold;
  font-size: 24px;
/*   line-height: 24px; */
  display: block;
}





.LPfooter {
  background: #01386c;
  color: #fff;
  text-align: center;
  padding: 100px;
}
.LPfooter img {
  margin: 0 0 20px;
}
.LPfooter_link:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../../../images/LPkouen/footer_outlink.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: .3s;
}
a.LPfooter_link,
a.LPfooter_link:link,
a.LPfooter_link:visited {
  background: #fff;
  position: relative;
  color: #01386c;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 500px;
  flex: 0 1 580px;
  /*! min-width: 300px; */
  /*! max-width: 90%; */
  padding: 10px 50px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif!important;;
  font-weight: 700!important;
  border-radius: 5px;
  margin: 10px auto 50px; 
  
}

.LPfooter_link:link:hover {
  transition: .3;
  opacity: 1;
}

/*********************************************************************************************/
@media screen and (max-width:699px) {
.spsp {
    display: block;
  line-height: 0;
  } 
 
.LPkouen {
}
.LPsec01mv {
  width: 100%;
  height: 100vh;
  background: url(https://linkupbiz.co.jp/wp-content/uploads/2023/12/mv_img_sp.png) no-repeat;
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-top: 100px;
}
a.LPsec01mvToplink:link,
a.LPsec01mvToplink:visited {

}
a.LPsec01mvToplink:hover {

}
.LPsec01mv h1 {
  margin-top: max(5vw, 40px);
}
.LPsec01mv h1 img {

}


.LPsec02 {
  width: 100%;
  background: url(../../../images/LPkouen/LPsec02_back_pc.jpg) no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 100px;

}
.sec02logo {
  width: 200px;
  margin-bottom: 50px;
}
.LPsec02 p {
  font-weight: bold;
  width: 90%;
  max-width: 400px;
  margin: 0 auto 0px;
  line-height: 3;
  font-size: 16px;
}
.LPsec02 > br {
      line-height: 3;
  }
.LPsec02blue {
  color: #01386c;
}
.LPsec02_kousi {
  background: #f0f5f7;
  width: 90%;
  max-width: 1400px;
  margin: 150px auto 50px;
  padding-bottom: 30px;

}
.LPsec02_kousi h2 {
  margin: 0px auto 0;
  position: relative;
  top: -30px;
  width: 90%;
  max-width: 400px
}
.LPsec02_kousi h2 img {
  margin: 0 auto;
}
.LPsec02_kousi h2 span {
  font-size: 18px;
  font-weight: bold;
  margin-top: 2rem;
  display: block;
}
.LPsec02_kousilist {
  display:flex;
  justify-content: space-between;
  align-items: top;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
input.back, .next  {
/*   display: none; */


}
.LPsec02slide_back {
  position: absolute;
  top: 0;
  bottom: 0;
  margin:  auto;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../../../images/LPkouen/LPsec02_arrow.png) no-repeat;
  background-size: contain;
}

.LPsec02slide_next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin:  auto;
  right: 0;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../../../images/LPkouen/LPsec02_arrow.png) no-repeat;
  transform: scale(-1, 1);
  background-size: contain;
  z-index: 1;
}
.LPsec02_kousilistItem {
max-width:initial;
/*   width: 90%; */
flex: 0 0 90%;
  margin: 5%;
  transition: .3s;
}
.LPsec02_kousilistItemImg {
 width:100%; 
}

.LPsec02_kousilistItem h3 {
  font-weight: bold;
  text-align: left;
  margin: 1rem 0;
  font-size: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LPsec02_kousilistItem h3 span {
/*   font-weight: normal; */
  font-size: 12px;
  margin: 0 0 0 auto;
  color: #999999;
}
.LPsec02_kousilistItemDit {
  background: #fff;
  margin:0px 0;
  padding: 1em 1.2em;
  text-align: left;
}
.LPsec02_kousilistItemDitTit {

}
.LPsec02_kousilistItemDitBold {
  color: #01386c;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-top: .5em;
}
.LPsec02_kousilistItemDitlit {
  color: #01386c;
  font-weight: bold;
  font-size: 14px;
}
  
.LPsec02_kousilist  #LPsec02slide01:checked ~ .LPsec02_kousilistItem { 
  transform:  translateX(0%);
  }
.LPsec02_kousilist  #LPsec02slide02:checked ~ .LPsec02_kousilistItem{ 
  transform:  translateX(-111.5%);
  }  
.LPsec02_kousilist  #LPsec02slide03:checked ~ .LPsec02_kousilistItem{  
  transform:  translateX(-223%);
  }
.LPsec02_kousilist  input[type=radio] ~ label { 
  display: none;
  }
.LPsec02_kousilist input[type=radio]#LPsec02slide01:checked ~ label:nth-child(n + 1):nth-child(-n + 2),
.LPsec02_kousilist input[type=radio]#LPsec02slide02:checked ~ label:nth-child(n + 2):nth-child(-n + 5),
.LPsec02_kousilist input[type=radio]#LPsec02slide03:checked ~ label:nth-child(n + 5) {
  z-index: 1;
  display: block;
  }

.LPsec03 {
  width: 100%;
  background: url(https://linkupbiz.co.jp/wp-content/uploads/2023/12/01.png) no-repeat, #7f96b5;
  background-position: center bottom;
  background-size: cover;
  padding: 50px 5%;
  color: #fff;
  text-align: center;

}
.LPsec03tit {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 50px auto 20px;
  
  width: 100%;
}
.LPsec03tit_white {
  border: solid 2px #fff;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 46px;
  margin: 2px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
}
.LPsec03tit_blue {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  margin: 2px;
  background: #01386c;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
}
.LPsec03 h3 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
  
  width: 100%;
}
.LPsec03wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
}
.LPsec03 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 30px;
  background: url(../../../images/LPkouen/LPsec03_btnarrow.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: .3s;
}
.LPsec03 a:link,
.LPsec03 a:visited {
  position: relative;
  color: #fff;
  height: 100px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
/*   width: 90%;
  max-width: 500px; */
  flex: 0 1 580px;
  /*! min-width: 300px; */
  /*! max-width: 90%; */
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 5px;
  margin: 0px; 
}
.LPsec03 a:link {
  /*! transition: .3; */
  /*! opacity: 1; */
}
.LPsec03 a:hover:after {
  right: 5px;
}

.LPsec03 a:nth-of-type(1) {

}
.LPsec03 a:nth-of-type(2) {

}
.LPsec03btn {
  /*! background: #ff0000; */
  max-width: 40px;
  max-height: 40px;
}

.LPsec03btn_txt {
  margin-left: 5%;
}
.LPsec03btn_txt_yellow {
  color: #fff831;
  font-weight: bold;
  font-size: 16px;
  display: block;
  line-height: 20px;
  margin-top: 0;
}
.LPsec03btn_txt_bold {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  display: block;
}
.LPsec04 {
  padding:  170px 0 30px;
}
.LPsec04 h2 { 
  font-weight: bolder;
  color: #01386c;
  margin-bottom: 50px;
  font-size: 55px;
  font-weight: bold;
}
.LPsec04titcomm {
  font-size: 24px;
  font-weight: bold;
  display: block;
  line-height: 2;
  margin-bottom: 20px; 
}
.LPsec04titcomm_dot {
  position: relative;
}
.LPsec04titcomm_dot:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #6dc7de;
}

.LPsec04Item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto 0px ;
}
.LPsec04Item.itemA {
}
.LPsec04Item.itemA .LPsec04ItemDit,
.LPsec04Item.itemB .LPsec04ItemDit {
  order: 2;
}
.LPsec04Item.itemA .LPsec04ItemImg,
.LPsec04Item.itemB .LPsec04ItemImg {
  order: 1;
}
.LPsec04ItemDit {
  text-align: left;
  flex: 4 500px;
  padding: 30px 5% 50px;
  
}
.LPsec04ItemDitSubtit {
  font-weight: bold;

}
.LPsec04ItemDitSubtit span {
  font-weight: bold;
  margin-left: 1em;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: #333;
  color: #fff;
  
}
.LPsec04ItemDitTit {
  font-size: 24px;
}
.LPsec04ItemDitTit span {
  position: relative;
  display: inline-block;
}
.LPsec04ItemDitTit span:after {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  bottom: 5px;
  background: #fff831;
  z-index: -1;
}
.LPsec04ItemDitText {
}
.LPsec04ItemImg {
  flex: 5 500px;
  max-width: 90%;
}

  .instructor_list dl dt, 
  .instructor_list dl dt .post-thumbnail, 
  .instructor_list dl dt .post-thumbnail a, 
  .instructor_list dl dt .post-thumbnail a img,
    .instructor_list dl dt .post-thumbnail  img {
/*     height: initial !important; */
    width: 100% !important;
    max-width: initial;
  }
  
  
.LPsec05 {
  background: url(../../../images/LPkouen/LPsec05_back_sp.jpg) no-repeat,#f0f5f7;
  background-size: contain;
  padding: 50px 5%;
}
.LPsec05:before {
  content: "LECTURER";
  color: #fff;
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 11.7vw;
  display: block;
  height: 5vw;
  line-height: 5vw;
  vertical-align:  top;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 0;
  letter-spacing:.5em;
}
.LPsec05 h2 {
  margin: 50px auto;
  text-align: center;
  
}
.LPsec05 h2 img {
  margin: 0 auto;
}
.LPsec05pickup {
  background: #e9eef0;
  width: 100%;
  max-width: 1400px;
  margin: 100px auto;
  position: relative;
  padding: 70px 0 50px;
}
.LPsec05pickup h3 {
  color: #01386c;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  position: absolute;
  top: -75px;
  left: 0%;
  right: 0;
  padding-left: 25%;
  display: block;
  margin: 0 auto;
  /*! text-align: center; */
  max-width: 350px;
}
.LPsec05pickup h3:before {
  content: "";
  width: 25%;
  height: 80%;
  display: block;
  max-width: 100px;
/*   height:100%; */
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url(../../../images/LPkouen/LPsec05_pickup_tit_ico.png) no-repeat;
  background-size: contain;
}

.LPsec05pickupTit_white {
  border: solid 2px #01386c;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 46px;
  margin: 2px;
  background: #fff;
  color: #01386c;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.LPsec05pickupTit_blue {
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  margin: 2px;
  background: #01386c;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.LPsec05pickupWrap {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.LPsec05pickupWrapDit {
  flex: 2 ;
  order: 2;
  max-width: 780x;
  padding: 3%;
}
.LPsec05pickupWrapDit h4 {
  border-bottom:solid 2px #cccccc;
  margin: 30px 0;
  padding: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.LPsec05pickupWrapDit h4 span {
  font-size: 16px;
  font-weight: normal;
  margin:  2px 0 0 auto;
  display: block;
}
.LPsec05pickupWrapDitPosi {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  height: auto;
  margin: 30px 0;
  font-size: 12px;
}
.LPsec05pickupWrapDitPosi h5{
  background: #01386c;
  color: #fff;
  width: 2em;
  height: 7em;
  line-height: 2em;
  display: block;
  text-align: center;
  font-size: 14px;
  writing-mode: vertical-rl;
}
.LPsec05pickupWrapDitPosi dl{
  width: initial;
  color: #fff;
  background: none;
  margin-left: 1em;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.LPsec05pickupWrapDitPosi dl dd{
  color: #999;
  display: inline-block;
  padding:  0 ;
/*   margin: 5px ; */
}
.LPsec05pickupWrapDitcomme {
  font-size: 14px;
  line-height: 2;
}
.LPsec05pickupWrapDitTheme {
  margin: 30px 0 0;
}
.LPsec05pickupWrapDitTheme dt {
  background: url(../../../images/LPkouen/LPsec06_icon.png) no-repeat;
  background-position: center left;
  line-height: 16px;
  font-size: 16px;
  padding: 0 20px; 
  margin:0 5px 20px;
  
}

.LPsec05pickupWrapDitTheme dd {
  padding: 0 5px; 
  background: #fff;
  color: #01386c;
  display: inline-block;
  margin: 3px 1.5px;
  font-size: 10px;
}
  
.LPsec05pickupWrapDitVoiceComme {
display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.LPsec05pickupWrapDitVoiceComme li {
  width: initial;
  flex: 1 200px;
margin: 0px ;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  color: #01386c;
}
  
.LPsec05pickupWrapImg {
  text-align: center;
  flex: 1;
  order: 1;
}
.LPsec05pickupWrapImg img {
  width: 80%;
  max-width: 350px;
}
.LPsec05reco {
  display: flex;
  /*! flex-direction: column; */
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
.LPsec05recoItem {
  flex: 0 1 690px;
  padding: 5px;
  position: relative;
  margin: 0px auto 30px;
}
.LPsec05recoItem:nth-child(1) {
  background: #01386c;
  background-position: right bottom;
  background-size: 150%;
}
.LPsec05recoItem:nth-child(1) h3 {
  color: #01386c;
}
.LPsec05recoItem:nth-child(2) {
  background:  #6dc7de;
  background-position: right bottom;
  background-size: 150%;
}
.LPsec05recoItem:nth-child(2) h3 {
  color: #6dc7de;
}
.LPsec05recoItem h3 {
  background: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;

}
.LPsec05recoItemWrap {
  padding:  30px 5%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.LPsec05recoItemWrapImg {
  flex: 1;
  width: 80%;
  margin-bottom: 10px;
  text-align: center;
  /*! padding-top: 80%; */
}
.LPsec05recoItemWrapImg img {
  width: 100%;
  left: 0;

}
.LPsec05recoItemWrapDit {
  flex: 1 200px;
  
  width: 80%;
}
.LPsec05recoItemWrapDit h4 {
  font-weight: bold;
  font-size: 26px;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px;
  margin: 0 0 20px;
  
}
.LPsec05recoItemWrapDit h4 span {
  font-size: 16px;
  display: block;
  margin: 10px -5px;
  
}
.LPsec05recoItemWrapDitSpec {
}
.LPsec06 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
.LPsec06 h2 {
  width: 100%;
  font-weight: bold;
  color: #01386c;
  font-size: 46px;
  margin-bottom: 70px
}
.LPsec06wrap {
  padding: 0 5%
}
.LPsec06wrapItem {
  background: #f0f5f7;
  width: 100%;
  height: 130px;
  margin: 0 auto 50px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 0;  
}
.LPsec06wrapItem:nth-child(1) {
  background:url(../../../images/LPkouen/LPsec06_num01.png) no-repeat, #f0f5f7;
  background-position: center right 5%;
}
.LPsec06wrapItem:nth-child(2) {
  background:url(../../../images/LPkouen/LPsec06_num02.png) no-repeat, #f0f5f7;
  background-position: center right 5%;
}
.LPsec06wrapItem:nth-child(3) {
  background:url(../../../images/LPkouen/LPsec06_num03.png) no-repeat, #f0f5f7;
  background-position: center right 5%;
}
.LPsec06wrapItem:nth-child(4) {
  background:url(../../../images/LPkouen/LPsec06_num04.png) no-repeat, #f0f5f7;
  background-position: center right 5%;
}
.LPsec06wrapItem:nth-child(5) {
  background:url(../../../images/LPkouen/LPsec06_num05.png) no-repeat, #f0f5f7;
  background-position: center right 5%;
}
.LPsec06wrapItem:nth-child(6) {
  background:url(../../../images/LPkouen/LPsec06_num06.png) no-repeat, #f0f5f7;
  background-position: center right 5%;
}
.LPsec06wrapItem img {
  width: 100px;
  margin-right: 10px;
  }
.LPsec06wrapItem span {
  display: none;
}
.LPsec06wrapItem {}
  
.LPsec06wrapItem:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  background: #01386c;
  height: calc(tan(60deg) * 20px / 2);
  width: 30px;
 clip-path: polygon(0 0, 100% 0, 50% 100%);%);
}
.LPsec06wrapItem:last-child:after {
  content: none;

}

.LPsec07 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
  text-align: center;
}
.LPsec07 h2 {
  width: 100%;
  font-weight: bold;
  color: #01386c;
  font-size: 46px;
  margin-bottom: 70px
}

.LPsec07item {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto 100px; 
  flex-direction: column;
}
.LPsec07itemImg {
  flex:1;
  margin-bottom: 30px;
}
.LPsec07itemImg img {
  width: 100%;
}
.LPsec07itemDit {
  flex:1;
  text-align: left;
  margin: 0 0px;
  
}
.LPsec07itemDit h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 2px solid #999;
  margin:  0 0 30px;
  
}
.LPsec07itemCate {
  background: #01386c;
  color: #fff;
  width: auto;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 1em;
  font-weight: bold;
  font-size: 20px;
}
.LPsec07itemTheme {
  padding: 0;
}
.LPsec07itemTheme dt {
  /*! background: url(../../../images/LPkouen/LPsec06_icon.png) no-repeat; */
  background-position: center left;
  line-height: 20px;
  font-size: 20px;
  padding: 0; 
  margin:0 5px 20px;
}
.LPsec07itemTheme dd {
  padding: 0 5px; 
  background: #f0f5f7;
  color: #01386c;
  display: inline-block;
  margin: 3px 1.5px;
  font-size: 14px;

}
.LPsec08 {
  background: #f0f5f7;
  width: 100%;

  margin: 0 auto;
  padding: 100px 0 0;
  text-align: center;
}
.LPsec08 h2 {
  width: 100%;
  /*! font-weight: bold; */
  color: #01386c;
  font-size: 46px;
  margin-bottom: 30px;
  text-align: center;
}
.question {
    max-width: 1200px;
}

	.question {
		text-align: left;
		border-radius: 30px; 
		width: 90%;
		max-width: 1000px;
		margin:0 auto;
		position: relative;
		padding: 10px 0px;
		text-align: left;
		border-radius: 30px; 
		vertical-align: middle;
		}

.question .Accordion{
		margin-bottom: 5rem;
}


	.question .Item {
		display: block;
		width: 100%;
		/*! max-width: 700px; */
		margin: 0 auto ;
		vertical-align: top;
		text-align: left;
		}
	.question .Item label {
		margin-bottom: 50px;
		}

	.question input[type='checkbox'], .question input[type='radio'] {
		width:100%;
		display:none;
		opacity:0;
		border:none;
		}

	.question .AccordionItem {
		display: block;
		position: relative;
		/*! height:100%; */ 
		font-weight: bold;
		padding: 1.5em 60px;

		background: #fff;
		}
	.question .AccordionItem:before {
		content: "";
    background: url(../../../images/LPkouen/LPsec08_Q.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
		position: absolute;
		left: 1em;
		top: 0;
		bottom: 0;
		margin: auto;
/* 		color: #fff; */
		display: block;
		line-height: 1.5em;
		text-align: center;
		font-weight: bold;
		}
	.question .AccordionItem:after {
		content: "";
    background: url(../../../images/LPkouen/LPsec08_arrow.png) no-repeat;
    background-position: center center;
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
    width: 30px;
    height: 30px;
		line-height: 1.5em;
		text-align: center;
		font-weight: bold;
		transform:  rotate(-180deg);
    transform-origin: center;
		transition: .3s;
		}

	.question .AccordionPanel {
		display: block;
		position: relative;
		height:0%;
		/*! margin-top: -1px; */
/* 		border-bottom:1px dotted #000; */
		overflow: hidden;
    padding: 0 0 0 1.5em;
		}



	.question .AccordionPanel div {
    transition: .5s;
		height: 0;
		margin-top: -100%;
    padding: 1.25em;
		font-size: .85em
		}

	.question input:checked +  label .AccordionItem:after {

		transform:  rotate(0deg);
		}
	.question input:checked + label .AccordionPanel { 
		height:initial;
}
	.question input:checked + label .AccordionPanel div{ 
		height:initial;
		margin-top: 0px;
		transition: .3s;
}
.LPsec09 {

  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
  text-align: center;
  width: 100%;
  background: url() no-repeat,#7d96b5;
  background-size: contain;
  background-position: bottom center;
  padding: 100px 5%;
  color: #fff;
  text-align: center;
}
.LPsec09 h2 {
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 46px;
  margin-bottom: 70px;
  text-align: center;
}

.LPsec09subtit {
  font-size: 26px;
  font-weight: bold;
}
.LPsec09btnarea {
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
  margin: 50px 0;
  padding: 40px 0;
}
.LPsec09btnarea p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}


.LPsec09btnareaYellow {
  color: #fff831;
}
.LPsec09btn_txt_bold {
}
  

  

.LPsec03 a:link,
.LPsec03 a:visited {

}
  
.LPsec09 a.LPsec09btnareaBtn:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 30px;
  background: url(../../../images/LPkouen/LPsec03_btnarrow.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: .3s;
}
.LPsec09 a.LPsec09btnareaBtn:link,
.LPsec09 a.LPsec09btnareaBtn:visited {
  position: relative;
  color: #fff;
  height: 100px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
width: 100%; /*
  max-width: 500px; */
  flex: 0 1 580px;
  /*! min-width: 300px; */
  /*! max-width: 90%; */
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 5px;
  margin: 10px 0;
}
.LPsec09 .LPsec09btnareaBtn:link:hover {
  transition: .3;
  opacity: 1;
}
.LPsec09 .LPsec09btnareaBtn:hover:after {
  right: 5px;
}
.LPsec09btn_txt {
  margin-left: 5%;
}
.LPsec09btn_txt_yellow {
  color: #fff831;
  font-weight: bold;
  font-size: 16px;
  display: block;
  line-height: 20px;
  margin-top: 0;
  
}
.LPsec09btn_txt_bold {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  display: block;
}
  




.LPfooter {
  background: #01386c;
  color: #fff;
  text-align: center;
  padding: 100px 5%;
}
.LPfooter img {
  margin: 0 0 20px;
  max-width: 200px
}
.LPfooter_link:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../../../images/LPkouen/footer_outlink.png) no-repeat;
  background-position: center;
  background-size: contain;
  transition: .3s;
}
a.LPfooter_link,
a.LPfooter_link:link,
a.LPfooter_link:visited {
  background: #fff;
  position: relative;
  color: #01386c;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*! max-width: 500px; */
  flex: 0 1 580px;
  /*! min-width: 300px; */
  /*! max-width: 90%; */
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: center;
  /*! font-weight:  initial !important; */;
  border-radius: 5px;
  margin: 10px auto 50px; 
  word-wrap:  break-word;
  font-size: 14px;
  font-family: "noto sans";
}

.LPfooter_link:link:hover {
  transition: .3;
  opacity: 1;
}

 
  
}


@media screen and (max-width:1650px) {
  body {
    padding-top: 60px !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /* ------------------------------------
 header
------------------------------------ */
  .header {
    min-height: 60px;
  }
  .header .head_inner {
    min-height: 60px;
  }
  .header .head_inner h1 {
    height: 40px;
    left: 10px;
    width: calc(100vw - 60px);
  }
  .header .head_inner h1 img {
    height: 40px;
  }
  .header .head_inner h1 span {
    font-size: 0.6em;
    letter-spacing: 0;
    height: 40px;
    padding-top: 0 !important;
  }
  .header .head_inner #drawer-content {
    display: block;
    padding: 60px 5vw;
  }
  .header .head_inner #drawer-content .ac {
    display: block;
    height: auto;
    line-height: 1.5;
    padding-left: 0;
    width: 100%;
  }
  .header .head_inner #drawer-content .ac {
    display: block;
    font-size: 0.9em;
    height: auto;
    line-height: 1.5;
    margin-bottom: 5vw;
    width: 100%;
  }
  .header .head_inner #drawer-content .ac > li {
    border-bottom: 1px dotted #436BB7;
    margin: 0;
  }
  .header .head_inner #drawer-content .ac > li > a {
    display: block;
    padding: 1.1em 0 1.0em 0;
  }
  .header .head_inner #drawer-content .ac .ac-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 1.1em 0 1.0em 0;
    cursor: pointer;
  }
  .header .head_inner #drawer-content .ac-title:after {
    right: 5px;
    top: 40%;
  }
  .header .head_inner #drawer-content .ac-content {
    position: relative;
    left: 0;
    padding: 1.0em 5%;
    top: 0;
    width: 100%;
  }
  .header .head_inner .inquiry a {
    font-size: 1.0em;
    height: 60px;
    line-height: 60px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  .header .head_inner .inquiry a i {
    float: none;
    position: absolute;
    line-height: 60px;
    left: 10px;
    top: 0;
  }
  .header .head_inner #drawer-content .sns {
    display: flex;
    justify-content: center;
    margin-top: 10vw;
  }
  .header .head_inner #drawer-content .sns li a {
    font-size: 3.0em;
    padding: 0 0.3em;
  }
  .header .head_inner select {
    position: absolute;
    right: 70px;
    height: 30px;
    margin: 15px 0;
    padding: 0;
    width: auto;
  }
  #drawer-checkbox {
    display: none;
  }
  #drawer-icon {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: fixed;
    width: 40px;
    z-index: 999;
    right: 10px;
    top: 10px;
  }
  #drawer-icon p {
    margin: 40px 0 0 0;
    font-size: 0.5em;
    text-align: center;
  }
  #drawer-icon span {
    background: #333;
    border-radius: 4px;
    display: block;
    height: 8%;
    left: 50%;
    margin: 2% 0 0 -42%;
    position: absolute;
    top: 40%;
    transition: all 0.3s ease-in-out;
    width: 84%;
  }
  #drawer-icon span::before, #drawer-icon span::after {
    -webkit-transform: rotate(0);
    background: #333;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  #drawer-icon span::before {
    margin-top: -38%;
  }
  #drawer-icon span::after {
    margin-top: 28%;
  }
  #drawer-checkbox:checked ~ #drawer-icon span {
    background: rgba(51, 51, 51, 0);
  }
  #drawer-checkbox:checked ~ #drawer-icon span::before, #drawer-checkbox:checked ~ #drawer-icon span::after {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #drawer-checkbox:checked ~ #drawer-icon span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #drawer-checkbox:checked ~ #drawer-icon span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #drawer-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(120%);
  }
  #drawer-checkbox:checked ~ #drawer-content {
    transform: translateX(0);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  }
  #drawer-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
  }
  #drawer-checkbox:checked ~ #drawer-close {
    display: block;
    opacity: 0.3;
  }
}
@media screen and (max-width:1024px) {
  /* Ã£ÂÂ¬Ã£ÂÂ¤Ã£ÂÂ¢Ã£ÂÂ¦Ã£ÂÂÃ¨ÂªÂ¿Ã¦ÂÂ´
-----------------------------------------*/
  body {
    padding-top: 50px !important;
  }
  .content-area {
    width: 100%;
  }
  .entry-header, .entry-content, .entry-summary {
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  #page .entry-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #main {
    font-size: 1.1em;
  }
  #main .page_title {
    font-size: 1.5em;
  }
  .sidebar {
    padding: 0 2%;
  }
  .sidebar .side_box {
    margin-bottom: 2.0em;
  }
  .page-header {
    margin: 0 auto 3.5em auto;
    padding-top: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /* ------------------------------------
 Ã¨Â¬ÂÃ¥Â¸Â«Ã¤Â¸ÂÃ¨Â¦Â§Ã£ÂÂÃ£ÂÂ¼Ã£ÂÂ¸
------------------------------------ */
  #archive-instructor {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  #archive-instructor .instructor_title {
    font-size: 1.8em;
    margin: 15vw auto 10vw auto;
  }
  #archive-instructor .instructor_title span {
    font-size: 0.8em;
  }
  #archive-instructor .instructor_title span::before {
    left: calc(50% - 30px);
    height: 2px;
    width: 60px;
  }
  .instructor_list {
    margin: 20px auto;
    width: 90vw;
    gap: 25px 10px;
  }
  .instructor_list dl {
    /*! margin-top: 5vw; */
    width: 48%;
    margin: 0;
  }
  .instructor_list dl dt, 
  .instructor_list dl dt .post-thumbnail, 
  .instructor_list dl dt .post-thumbnail a, 
  .instructor_list dl dt .post-thumbnail a img {
    /*! height: 80px !important; */
/*     width: 100% !important; */
  }
  .instructor_list dl dd {
    width: 100%;
  }
  .instructor_list dl dd .instructor-list-position {
    width: 100%;
    padding-right: 1.5em;
    word-wrap:  break-word;
    height: 1.5em;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .instructor_list dl dd .instructor-list-position:after {
    content: "â¦";
    width: 1em;
    height: 1em;
    display: inline-block;
    word-wrap:  break-word;
    height: 1.5em;
    overflow: hidden;
    display: block;
    position: absolute;
    right: .5em;
    bottom: 0;
  }
  .search_instructor {
    padding: 10vw 0;
  }
  .search_instructor > h3 {
/*     padding: 50px 0 10px; */
    text-align: center;
    color: #01386c;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-size: 24px;
  }
  .search_instructor > h3:before,
  .search_instructor > h3:after {
    content: "";
    display: inline-block;
    background: #01386c;
    height: 2px;
    flex: 1;
  }
  .search_instructor .search_instructor_box {
    padding: 5vw !important;
    width: 90vw;
  }
  .search_instructor .search_instructor_box .search_instructor_ttl {
    font-size: 1.3em;
  }
  .search_instructor .search_instructor_box > li {
    float: none;
    margin: 0 0 5vw 0;
  }
  .search_instructor .search_instructor_box ul {
    padding: 0 !important;
  }
  .search_instructor .search_instructor_box li.genre, .search_instructor .search_instructor_box li.gender, .search_instructor .search_instructor_box li.birthplace, .search_instructor .search_instructor_box li.freeword {
    max-width: 100%;
  }

  /* ------------------------------------
 Ã£ÂÂÃ¥ÂÂÃ£ÂÂÃ¥ÂÂÃ£ÂÂÃ£ÂÂ
------------------------------------ */
  .inquiry_page {
    font-size: 1.0em;
    width: 90vw;
  }
  .inquiry_page dl{
    gap: 20px;
  }
  .inquiry_page dl dt {
    padding: 0px 0;
    width: 100%;
    height: 2em;
    font-size: 18px;
  }
  .inquiry_page dl dd {
    border-top: none;
    padding: 0 0vw 1vw 0vw;
    width: 100%;
  }
  .inquiry_page .instructor {
    margin-right: 0 !important;
    margin-bottom: 1vw;
    width: 100% !important;
  }
  .inquiry_page .submit {
    height: 60px;
    margin: 5vw auto;
    width: 80vw;
  }
  .inquiry_page .submit input {
    height: 60px;
  }

  
  
.LPsec05reco {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*! flex-direction: column; */
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.LPsec05recoItem {
    /*! flex: 1; */
}

  
  
}