#event-form {
  display: none;
}
html {
  font-family: font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
body {
  font-size: 25px;
  width: 100%;
  margin: auto;
  font-family:  "MS Pゴシック",sans-serif;
  background-color: #ffffff;
  color: #0A0806;
}
.pc { 
  display:inline; 
}
  .sp { 
    display:none; 
  }
  .pc a{
  color: blue;
}
.tit{
  padding: 5% 15% 3% 15%;
}
h2 {
  font-size: 1.4em;
    font-weight: bold;
    position: relative;
    line-height: 0.95em;
    text-align: center;
    padding-bottom: 2%;
}
.title_sub{
  font-size: .9em;
  font-weight: 600;
  color: #FF7315;
  text-align: center;
}
.inner_seminer {
  padding: 5% 10%;
  width: 100%;
  margin: auto;
  line-height: 2em;
  font-size: .7em;
}
.sankaku{
  width: 100%;
  margin: auto;
  display: block;
}
.sankaku img{
  width: 100%;
}
/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.brand img {
  width: 40%;
}
 
.site-header {
  position: relative;
}
.nav__item{
  color: #F18437;
  font-weight: bold;
}
 
.site-header__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem; 
}
  @media (min-width: 600px) {
    .site-header__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0;
      width: 80%;
    margin: auto; } }
@media (min-width: 600px) {
  .nav__wrapper {
    display: flex; } }
 
@media (max-width: 599px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); } }
 
.nav__item a {
  display: block;
  padding: 1.5rem 1rem;
  font-size: 0.8em; }
 
.nav__toggle {
  display: none; }
  @media (max-width: 599px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem; } }

/* 
** ファーストビュー **
*/
.main_top {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
#main_visual img{
  width: 100%;
}
.main_top_left{
  width: 50%;
  margin-top: 20px;
}
.main_top_left_maintext{
  font-size: 2.5em;
  font-weight: bold;
}
.main_top_left_maintext_orange{
  color: #F18437;
}
.main_top_left_maintext_sub{
  font-size: 0.9em;
  text-align: left;
}
.main_top_left_subtext{
  font-size: 0.8em;
  margin-top: 18px;
  line-height: 1.5em;
}
.fv_cta{
  display: flex;
  align-items: flex-end;
}
.fv_cta_1,.fv_cta_2{
  width: 100%;
}
.fv_btn{
  margin: 30px 0;
  text-align: center;
}
.fv_cta_1 .btn{
  display: block;
  background-color: #FF7315;
  border: solid 3px #FF7315;
  color: #ffffff;
  width: 90%;
  padding: 20px 10px;
  border-radius: 5px;
  text-decoration: none;
}
.fv_cta_1 .btn a: hover{
  color: #fff;
  background: #f56500;
  font-size: 0.8em;
  border: solid 3px #FF7315;
}
.fv_cta_2 .btn{
  display: block;
  background-color: #ffffff;
  border: solid 3px #FF7315;
  color: #FF7315;
  width: 90%;
  padding: 20px 10px;
  border-radius: 5px;
  text-decoration: none;
}
.btn a: hover{
  color: #fff;
  background: #f56500;
  font-size: 1.1em;
}
.main_top_right{
  width: 50%;
  display: inline-block;
}
.main_top_right_img{
  text-align: center;
}
.main_top_right_img img{
  width: 100%;
  vertical-align: bottom;
}
/* 
** リード文 **
*/
#description{
  background: #f9f9f9;
  background-size:cover;
}
#description .inner_seminer {
    width: 100%;
    margin: auto;
    line-height: 2em;
    font-size: .7em;
}
.description_flex{
  display: flex;
}
.lead{
  width: 70%;
  font-size: 1.2em;
  font-weight: bold;
}
.description_img{
  width: 30%;
}
.description_img img{
  width: 70%;
}
.description_last{
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
#service{
  background: #FBEADB;
}
.service_kinds{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.service_box{
  background: #ffffff;
  border-radius: 20px;
  border: solid 3px #FF7315;
  padding: 20px;
  width: 30%;
}
.service_box_maintext{
  border-bottom: double 2px #FF7315;
  margin-bottom: 10px;
}
.service_box_maintext_number{
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.service_box_maintext_orange{
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #FF7315;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.recommend_block{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.recommend_numberblock{
  width: 50%;
}
.recommend_number{
  font-size: 6em;
  font-weight: bold;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #F9E4D2;
  color: #F9E4D2;
}
.recommend_title{
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: bold;
}
.recommend_sub{
  font-size: 1.4em;
  margin: 20px 0;
  font-weight: 500;
}
.recommend_text{
  width: 95%;
}
.recommend_numberimg{
  width: 30%;
  position: relative;
}
#recommend .main_top_left_maintext_orange{
  font-weight: bold;
}
.recommend_numberimg img{
  text-align: center;
  width: 70%;
  position: absolute;
  top: 25%;
}
.recommend_block:nth-child(2),.recommend_block:nth-child(3){
  margin-top: 80px;
}

#inquiry{
  background-color: #FF7315;
}
#inquiry .tit{
  color: #ffffff;
  padding-bottom: 0px;
}

#inquiry .inner_seminer{
  padding-top: 0px;
}
.middle_cta{
  display: flex;
  align-items: flex-end;
}
.middle_cta_1,.middle_cta_2{
  width: 100%;
}
.middle_btn{
  margin: 30px 0;
  text-align: center;
}
.middle_cta_1 .btn{
  display: block;
  background-color: #ffffff;
  color: FF7315;
  width: 50%;
  padding: 20px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: auto;
}
.middle_cta_1 .btn a: hover{
  color: #fff;
  background: #f56500;
  font-size: 0.8em;
}
.btn a: hover{
  color: #fff;
  background: #f56500;
  font-size: 1.1em;
}

.three_step{
  display: flex;
  width: 100%;
  margin: auto;
  column-gap: 10px;
}
.three_step img{
  width: 65%;
}
.three_step_box{
  text-align: center;
  width: 28%;
}
.three_step_box_next{
  width: 8%;
  position: relative;
}
.three_step_box_next img{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: 10%;
}
.three_step_text{
  color: #FF7315;
  font-weight: bold;
  font-size: 1.2em;
  border: solid 3px #FF7315;
  border-radius: 30px;
  margin: 0 30px 20px 30px;
  padding: 5px 0;
}
.three_step_subtext{
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.2em;
}
#qanda{
  background: #ffe1ca;
}
.accordion-001 {
    width: 80%;
    margin: auto;
    background-color: #ffffff;
    border-radius: 20px;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 20px;
    background-color: #FF7315;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    margin-bottom: 30px;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

.maintext{
  line-height: 1.5em;
  font-weight: bold;
}
.picture{
text-align: center;
margin-bottom: 30px;
width: 30%;
}
.picture img{
  width: 300px;
}
.profile{
  width: 70%;
  padding-left: 30px;
}
.profile img{
  width: 50%;
  padding-bottom: 20px;
}
.profile_text{
  font-size: .8em;
  line-height: 1.5em;
  padding-top: 20px;
}
.human{
  display: flex;
  margin: 0px 0px 50px 0px;
  padding: 10px;
  border: solid 1px #f0f0f0;
}
#timetable{
  background: #ffffff;
  background-size:100% 100%;
}
#timetable h2{
  padding-bottom: 0px;
}
.timetable_article{
  display: flex;
  background: #ffffff;
  border: solid 1px #f0f0f0;
  margin-bottom: 10px;
  align-items:flex-start;
  width: 100%;
}
.time {
    width: 20%;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 0px 10px 10px;
    margin: auto 0;
    background: #4C9542;
}
.timecontents{
  width: 80%;
    font-weight: 600;
    line-height: 1.3em;
    margin: auto 0;
    padding-left: 20px;
}
.timecontents_human{
  width: 10%;
  padding-right: 10px;
  margin: auto 0;
  text-align: right;
}
.timecontents_human img{
  vertical-align: middle;
}
.timecontents_human2{
  display: flex;
  justify-content: right;
  padding-right: 10px;
  height: 100%;
  margin: auto 0;
  column-gap: 5px;
  width: 33.33%;
}
.timecontents_human2 li{
  height: 100%;
  margin: auto 0;
  text-align: right;
}
#outline .inner_seminer{
  padding: 5% 20% 4% 20%
}
.outlinetable_item{
  display: flex;
  padding: 40px 0px;
  border-top: solid 1px #dbdde0;
}
.outlinetable_item_heading{
  width: 25%;
}
.outlinetable_item_content{
  width: 75%;
  font-weight: 600;
}
.outline2{
  padding: 20px 20px;
  font-weight: 600;
  font-size: 1.2em;
}
.outlinetable_item_content_small{
  font-size: .8em;
    line-height: 1.5em;
    background: #F0F0F0;
    padding: 20px;
    border-radius: 30px;
    margin-top: 30px;
}
.outline_small{
   font-size: .8em;
  line-height: 1.5em;
}
ol {
 list-style-type: decimal;
 padding-left: 20px;
}
.outlinetable_item_content2{
  line-height: 1em;
  width: 75%;
  font-weight: 600;
}
.outlinetable_item_content3{
    display: block;
}
.outlinetable_item_nove img{
  width: 100%;
  padding-top: 20px;
}
#form .inner_seminer{
  padding: 5% 10%;
  width: 80%;
}
#form a{
  font-weight: 600;
  color: blue;
  text-decoration:underline;
}
.form_contents{
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
#form label{
  border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-weight: bold;
}
.Form-Item-Label-Required{
  border-radius: 6px;
  margin-right: 8px;
  padding: 5px;
  width: 40px;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 10px;
}
.Form-Btn{
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  background: #FF7315;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.btnform{
  text-align: center;
}