@charset "utf-8";
/*-----------------------------------------------------

  sub.css
  subpage CSS

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




/*-----------------------------------------------------
  general　
-----------------------------------------------------*/


/*-----------------------------------------------------
  header　
-----------------------------------------------------*/
body.sub #main_visual {
  width: 100%;
  height: 250px;
  margin-top: 114px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body#column.sub.third_level #main_visual {
  margin-top: 0px !important;
}

body#reason.sub #main_visual {
  background-image: url(../images/reason/header_bg_reason.jpg);
}

body#service.sub #main_visual {
  background-image: url(../images/training/header_bg_training.jpg);
}

body#open_seminar.sub #main_visual {
  background-image: url(../images/openseminar/header_bg_openseminar.jpg);
}

body#freeseminar.sub #main_visual {
  background-image: url(../images/freeseminar/header_bg_freeseminar.jpg);
}

body#oyakudachi.sub #main_visual {
  background-image: url(../images/oyakudachi/header_bg_oyakudachi.jpg);
}

body#casestudy.sub #main_visual {
  background-image: url(../images/casestudy/header_bg_casestudy.jpg);
}

body#about.sub #main_visual {
  background-image: url(../images/about/header_bg_about.jpg);
}

body#community.sub #main_visual {
  background-image: url(../images/community/header_bg_community.jpg);
}


body.sub #main_visual h1, body#column.sub #main_visual h2 {
  text-align: center;
  line-height: 250px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 3.6em;
}


body.sub.third_level #main_visual {
  width: 100%;
  height: 110px;
  position: relative;
}

body.sub.third_level #main_visual h1, body#column.sub.third_level #main_visual h2 {
  color: #fff;
  line-height: 110px;
  position: relative;
  z-index: 9;
}

body.sub.third_level #main_visual h1::before, body#column.sub.third_level #main_visual h2::before {
  width: 127px;
  height: 99px;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -680px;
  background: url(../images/common/header_bg_honeycomb.png) no-repeat left top;
  background-size: 127px auto;
  z-index: -1;
}

body#program.sub.third_level #main_visual h1 {
  line-height: 70px;
  font-size: 3em;
  color: #333;
}

body#program.sub.third_level #main_visual h2 {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 55px;
  left: 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  color: #333;
}

body#service_freshman #main_visual, body#open_seminar_freshman #main_visual, body#pre_open_seminar_freshman #main_visual {
  background: #f9ebd0;
}

body#service_middle #main_visual, body#open_seminar_middle #main_visual, body#service_midcareer #main_visual {
  background: #ddf3e9;
}

body#service_management #main_visual, body#open_seminar_management #main_visual, body#service_facilitation #main_visual {
  background: #e4f4fb;
}

body#service_organization #main_visual {
  background: #3897bd;
}

body#service_facilitator #main_visual, body#service_survey #main_visual, body#service_others #main_visual, body#open_seminar_facilitator #main_visual {
  background: #999;
}

body#service_freshman #main_visual h1, body#service_middle #main_visual h1, body#service_management #main_visual h1, body#open_seminar_freshman #main_visual h1, body#open_seminar_middle #main_visual h1, body#open_seminar_management #main_visual h1, body#service_midcareer #main_visual h1, body#service_facilitation #main_visual h1, body#pre_open_seminar_freshman #main_visual h1 {
  color: #333;
}

body#about.third_level #main_visual {
  background: #999;
}

body#casestudy.third_level #main_visual {
  background: #999;
}

body#oyakudachi.third_level #main_visual {
  background: #999;
}

body#openseminar.third_level #main_visual {
  background: #999;
}

body#column.third_level #main_visual {
  background: #999;
}

body#news.third_level #main_visual {
  background: #999;
}

body#contact.third_level #main_visual {
  background: #999;
}

body#community.third_level #main_visual {
  background: #999;
}

body#program.third_level #main_visual.blue {
  background: #e4f4fb;
}

body#program.third_level #main_visual.green {
  background: #ddf3e9;
}

body#program.third_level #main_visual.orange {
  background: #f9e3d4;
}

body#program.third_level #main_visual.yellow {
  background: #f9ebd0;
}

body#notfound.third_level #main_visual {
  background: #999;
}

/*-----------------------------------------------------
  contents　
-----------------------------------------------------*/

.sect_inner1100 {
  width: 1100px;
  margin: 0 auto;
}

.sect_inner980 {
  width: 980px;
  margin: 0 auto;
}

.sect_inner780 {
  width: 780px;
  margin: 0 auto;
}

.photo_full {
  width: 100%;
  margin-bottom: 30px;
}

.photo_full img {
  width: 100%;
  height: auto;
}

.sect_box h2 {
  margin-bottom: 40px;
}

.sect_box h2.alignleft {
  text-align: left;
}

.sect_box h2.line_bottom {
  position: relative;
}

.sect_box h2.line_bottom::after {
  width: 80px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  background: #a6a6a6;
}

aside .sect_box h2 {
  margin-bottom: 0;
}

body#casestudy aside .sect_box h2 {
  margin-bottom: 40px;
}

.sect_box h3.font_pink {
  margin-bottom: 60px;
}

aside .sect_box h3.font_pink {
  margin-bottom: 20px;
}

article h3.section_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 20px;
}

section h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  text-align: center;
}

.service_explanation {
  padding: 50px 0 60px;
  border-bottom: solid 1px #d8d8d8;
  overflow: hidden;
  clear: both;
}

.service_explanation .img_zoom img {
  border: solid 1px #ccc;
}

.third_level .service_explanation {
  padding: 20px 0;
}

.service_explanation.font_normal {
  border: none;
  padding: 20px 0;
}

.service_explanation.no_border {
  border: none;
}

.sect_box .service_explanation h4 {
  font-size: 2.4em;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
}

.sect_box .service_explanation.font_normal h4 {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal;
}

.service_explanation h4 span.number_green {
  position: absolute;
  top: -12px;
  left: 0;
  color: #00b5a2;
  font-size: 3em;
  line-height: 1;
}

.service_explanation.font_normal h4 span.number_green {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
}

.service_explanation.one_line h4 span.number_green {
  top: -15px;
  left: 10px;
  font-size: 2.4em;
}

.service_explanation h4 span.font_small {
  font-size: 0.85em;
}

.service_explanation li {
  background: #fff6f5;
  font-size: 1.6em;
  margin: 0 0 23px 50px;
  padding: 13px 30px 10px;
  border-radius: 10px;
}

.service_explanation ul.normal li {
  background: none;
  font-size: 1.6em;
  margin: 0 0 15px 55px;
  padding: 0;
  border-radius: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.service_explanation .boxL {
  width: 625px;
  float: left;
}

.service_explanation .boxL p {
  font-size: 1.6em;
  padding-left: 55px;
}

.service_explanation .boxR {
  width: 325px;
  float: right;
}

.service_explanation .boxFull p {
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-left: 55px;
}

.bgred_area {
  background: #fbf1e6;
  margin-bottom: 30px;
  padding: 25px 40px;
  border-radius: 10px;
}

.bgred_area h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.8em;
  color: #de5e51;
  text-align: center;
  margin-bottom: 20px;
}

.bgred_area h5 span {
  display:  block;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal;
  font-size: 0.875em;
  color: #333;
}

.service_explanation .bgred_area {
  margin-left:  55px;
}

.service_explanation .bgred_area ul.normal li {
  margin-left:  0;
}

.onayami {
  overflow: hidden;
  clear: both;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #d8d8d8;
}

.onayami.last_child {
  border: none;
  margin-bottom: 0;
}

.onayami .boxL {
  width: 620px;
  float: left;
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
}

.onayami .boxL p {
  font-size: 1.8em;
  line-height: 2;
}

.onayami .boxR {
  width: 336px;
  float: right;
  background: #fff;
  border-radius: 10px;
  padding: 20px 18px;
}

.onayami .boxR img {
  width: 300px;
  height: auto;
}

.box_two_colums {
  overflow: hidden;
  padding-bottom: 35px;
}

.box_two_colums .boxL {
  width: 625px;
  float: left;
}

.box_two_colums .boxR {
  width: 325px;
  float: right;
}

.font_strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  color: #de5e51;
}

.service_point {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
}

.sect_box .service_point h4 {
  width: 45%;
  margin: 30px 2%;
  display: inline-block;
  font-size: 3em;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.sect_box .service_point h4::before {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #fbfff2;
  z-index: -1;
}

.service_point p {
  font-size: 1.6em;
  margin: 70px 0 10px;
}

.service_problem {
  text-align: center;
  background: #fbfff2;
  margin-bottom: 40px;
  padding: 30px 0;
  border-radius: 10px;
  position: relative;
}

.service_problem dl {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
}

.service_problem.two_columns dl {
  margin-bottom: 40px;
}

.service_problem dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  min-height: 80px;
}

.service_problem .etc {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  position: absolute;
  bottom: -30px;
  right: 10px;
}

p.description_left {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 20px;
}

p.normal_left {
  font-size: 1.8em;
  line-height: 1.7;
  margin-bottom: 20px;
}

p.description_left_s {
  font-size: 1.6em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.fig_split {
  text-align: center;
}

.fig_split .img_zoom {
  width: auto;
  display: inline-block;
}

.fig_split .img_nozoom {
  width: auto;
  display: inline-block;
  margin: 0 20px;
}

.lum-lightbox {
  z-index: 9999;
}

#freshman_cycle.fig_split .img_zoom img {
  height: 320px;
  width: auto;
}

#organization_cycle.fig_split .img_zoom img {
  height: 300px;
  width: auto;
}

#survey_fig.fig_split .img_zoom img {
  height: 320px;
  width: auto;
}

#survey_fig.fig_split .img_nozoom img {
  height: 320px;
  width: auto;
}

.fig_split .fig_harf {
  display: inline-block;
  margin-right: 5px;
}

.fig_split .fig_harf:last-child {
  margin-right: 0;
}

.box {
  margin-bottom: 60px;
  overflow: hidden;;
}

.honbun_contact_btn {
  text-align: center;
  margin: 50px 0 120px;
}

.honbun_contact_btn .btn_contact, .honbun_contact_btn .btn_request {
  width: 245px;
  height: 47px;
}

.honbun_contact_btn .btn_contact a, .honbun_contact_btn .btn_request a {
  font-size: 2em;
  line-height: 42px;
}

.honbun_contact_btn .btn_contact a {
  background-image: url(../images/common/icon_contact_l.png);
  background-size: 34px auto;
}

.honbun_contact_btn .btn_request a {
  background-image: url(../images/common/icon_request_l.png);
  background-size: 23px auto;
}

.honbun_contact_btn.one_column .btn_contact, .honbun_contact_btn.one_column .btn_request {
  width: 400px;
  height: 60px;
}

.honbun_contact_btn.one_column a .btn_contact, .honbun_contact_btn.one_column .btn_request a {
  font-size: 2.4em;
  line-height: 56px;
}

.honbun_contact_btn.one_column .btn_contact a {
  background-size: 40px auto;
}

.honbun_contact_btn.one_column .btn_request a {
  background-size: 32px auto;
}

.lead {
  text-align: center;
  margin-bottom: 30px;
}

.lead p {
  font-size: 1.8em;
  margin-bottom: 20px;
}

.lead p.font_small {
  font-size: 1.6em;
}

aside#case_study {
  margin-bottom: 140px;
}

aside#case_study .entry_list {
  margin-top: 30px;
}

aside#case_study dt {
  height: 120px;
  margin-bottom: 10px;
  overflow: hidden;
}

body#casestudy .entry_list dt {
  min-height: 140px;
  margin-bottom: 10px;
}

aside#case_study.casestudy_slide .sect_box {
  width: 100%;
}

aside#case_study.casestudy_slide .entry_list {
  border-radius: 0;
}

aside#case_study.casestudy_slide dl {
  width: 240px;
  margin: 0 auto;
}



p.notice {
  font-size: 1.6em;
  text-align: right;
  margin: 15px 0 ;
}

.category_link {
  background: #f8f8f8;
  text-align: center;
  border-radius: 10px;
  padding: 40px 40px 10px;
}

.category_link .btn_more_pagelink  {
  margin: 0 40px 30px;
}

.category_link.width_fixed {
  text-align: left;
}

.category_link.width_fixed ul {
  margin-left: 80px;
}

.category_link.width_fixed li {
  width: 300px;
  display: inline-block;
  padding-left: 30px;
}

.category_link.width_fixed li .btn_more_pagelink {
  margin: 0 0 30px;
}

/*---- training -----*/

.service_message {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 3em;
  background: #f5f5f5;
  text-align: center;
  margin-bottom: 100px;
  padding: 40px 0;
}

.program_list {
  width: 1100px;
  height: 120px;
  margin: 50px auto;
  background: #f5f5f5;
  padding: 35px 45px 35px 55px;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  border-radius: 10px;
}

.program_list.open {
  height: 1200px;
}

.program_list h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
}

.program_list h2 span {
  position: relative;
}

.program_list h2 span::after {
  width: 120px;
  height: 30px;
  font-size: 0.6em;
  text-align: right;
  content: '[OPEN 　]';
  display: block;
  position: absolute;
  right: -110px;
  top: 9px;
  background: url(../images/common/arrow_navopen.png) no-repeat right 9px top 7px;
  background-size: 13px auto;;
}

.program_list.open h2 span::after {
  content: '[CLOSE　]';
  background-image: url(../images/common/arrow_navclose.png);
}

.program_list nav {
  height: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.program_list.open nav {
  height: auto;
  opacity: 1;
}

.program_list ul {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.program_list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.3;
  background: url(../images/common/arrow_btn.png) no-repeat left top 1px;
  background-size: 29px auto;
  margin-bottom: 22px;
  padding-left: 40px;
}

.program_list li span {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 15px;
  border-radius: 12px;
  font-size: 0.7em;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.program_list li span.cat_management {
  background: #67b7da;
}

.program_list li span.cat_middle {
  background: #75d3a8;
}

.program_list li span.cat_young {
  background: #f9ab85;
}

.program_list li span.cat_freshman {
  background: #f2cd5b;
}

/*---- freeseminar -----*/

.seminar_list {
  width: 1100px;
  margin: 0 auto 70px;
}

.seminar_list h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 22px;
}

.seminar_list.openseminar h2 {
  font-size: 3.6em;
  text-align: center;
  margin-bottom: 30px;
}

.seminar_list article {
  width:  100%;
  min-height: 310px;
  background: #f8f8f8;
  margin-bottom: 35px;
  padding: 60px 60px 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.seminar_list.service_others article {
  min-height: 200px;
  padding: 25px 60px;
}

.seminar_others_description {
  font-size: 1.6em;
  margin: 10px 0 80px;
}

.seminar_list.openseminar article {
  padding: 25px 60px;
  min-height: 200px;
}

.seminar_list.service_others h3 {
  font-size:  2.4em;
}

.seminar_list.service_others h4 {
  font-size: 1.8em;
}

.seminar_list_photo {
  width: 210px;
  height: 140px;
  margin: 0 30px 30px 0;
  position: relative;
  background: #fff;
  float: left;
}

.seminar_list_photo img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.seminar_list h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
}

.seminar_list.openseminar h3 {
  font-size: 2.8em;
  margin-bottom: 20px;
}

.seminar_list h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 18px;
}

.seminar_list.openseminar h4 {
  margin-bottom: 0;
  font-size: 1.8em;
}

.seminar_list .freeseminar_category div {
  font-size: 1.6em;
  padding: 8px 20px;
}

.seminar_list .freeseminar_category div.relation_link {
  display: inline-block;
  background: url(../images/common/arrow_btn_s.png) no-repeat right center;
  background-size: 22px auto;
  margin-left: 30px;
  padding: 8px 30px 8px 0;
}

.seminar_theme li {
  display: inline-block;
  font-size: 1.6em;
  color: #fff;
  line-height: 1;
  padding: 8px 20px;
  margin: 0 5px 10px 0;
  background: #de5e51;
}

.relation_link a:link {text-decoration:underline; color:#333;}
.relation_link a:visited {text-decoration:underline; color:#333;}
.relation_link a:hover {text-decoration:underline; color:#ab2548;}

.seminar_place_date {
  clear: both;
  font-size: 1.6em;
}

.seminar-schedule-list {
  margin-left: 1em;
}

.casestudy_summary .seminar-schedule-list {
  margin-left: 0;
  margin-bottom: 30px;
}

#openseminar .seminar-page__open-time {
  border-bottom: solid 1px #666;
  padding-bottom: 5px;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

#openseminar .seminar-page__venue {
  border-bottom: solid 1px #666;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
}

.seminar_timing {
  width: 266px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.8em;
  color: #fff;
  text-align: center;
}

.seminar_timing.resent {
  background: #de5e51;
}

.seminar_timing.past {
  background: #666666;
}

.seminar_list .btn_more {
  position: absolute;
  right: 60px;
  bottom: 25px;
}

.seminar_list .btn_more {
  position: absolute;
  right: 60px;
  bottom: 25px;
}

.seminarinfo_insert {
  width: 800px;
  margin: 30px auto 60px;
  padding: 25px 40px;
  background: #FEF8EF;
}

.seminarinfo_insert_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.seminarinfo_insert h3 {
  font-size: 2.4em;
  margin-bottom: 15px;
  line-height: 1;
}

.seminarinfo_insert h3 span {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 10px;
  font-size: 0.6em;
  text-align: center;
  line-height: 1;
  color: #fff;
}

.seminarinfo_insert h3 span.now_accepting {
  background: #de5e51;
}

.seminarinfo_insert h3 span.ended {
  background: #2482ab;
}



.seminarinfo_insert_L {
  width: 370px;
}

.seminarinfo_insert_R {
  width: 280px;
  display: flex;
  align-items: end;
}

.seminarinfo_insert .btn_more {
  width: 280px;
  height: 60px;
}

.seminarinfo_insert .btn_more a {
  font-size: 1.8em;
  line-height: 54px;
}



/*---- oyakudachi -----*/

.more_all {
  position: absolute;
  top: 20px;
  right: 0;
}

.entry_list .category_link {
  letter-spacing: normal;
  background: #fff;
  margin-bottom: 30px;
}

/*---- casestudy -----*/

.achievement h2 {
  font-size: 3.2em;
  color: #de5e51;
  line-height: 1.2;
  border-bottom: solid 4px #d8d8d8;
  padding-bottom: 15px;
}

.achievement h2 span {
  font-size: 1.5625em;
  line-height: 1;
  padding-right: 5px;
}

.achievement ul {
  text-align: center;
}

.achievement li {
  width: 200px;
  height: 90px;
  display: inline-block;
  margin: 0 8px 15px 8px;
  vertical-align: middle;
  position: relative;
}

.achievement li.li_long {
  width: 250px;
}

.achievement li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

section .casestudyR h4 {
  font-size: 1.8em;
  text-align: left;
  margin-bottom: 10px;
}

/*---- about -----*/

.about_purpose p {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 4em;
  text-align: center;
  color: #eb7f78;
}

.value {
  background: #fbfff2;
  padding: 45px 60px 10px;
}

.value dl {
  overflow: hidden;
  clear: both;
  padding-bottom: 40px;
}

.value dt {
  width: 100px;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 3em;
  color: #eb7f78;
}

.value dd {
  width: 760px;
  font-size: 3em;
  float: right;
}

.rootsL {
  width: 580px;
  float: left;
}

.rootsL h4 {
  text-align: left;
  margin-bottom: 25px;
}

.rootsL p {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 20px;
}

.rootsR {
  width: 360px;
  float: right;
  text-align: center;
  padding-top: 165px;
}

.roots_hedgehog {
  background: #f8f8f8;
  padding: 40px 60px;
  margin-top: 85px;
  border-radius: 10px;
}

.roots_hedgehog h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 20px;
}

.roots_hedgehog h3 span {
  background: url(../images/about/img_hedgehog.png) no-repeat right bottom;
  padding: 15px 130px 0 0;
}

.roots_hedgehog p {
  font-size: 1.6em;
  margin-bottom: 15px;
}

.about_message p {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 20px;
}

.jiririta {
  background: #f8f8f8;
  padding: 40px 60px;
  margin-top: 85px;
  border-radius: 10px;
  text-align: center;
}

.jiririta h4 {
  font-size: 2.4em;
  margin-bottom: 55px;
}

.about_company p {
  font-size: 1.8em;
  line-height: 2;
  margin-bottom: 20px;
}

.company_info {
  margin-bottom: 85px;
}

.company_info h3, .company_history h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  margin-bottom: 15px;
}

.company_info table {
  width: 100%;
}

.company_info th, .company_info td {
  border-bottom: solid 1px #c0c0c0;
  vertical-align: middle;
}

.company_info tr:last-child th, .company_info tr:last-child td {
  border: none;
}

.company_info th {
  width: 220px;
  padding: 20px 25px 25px;
  font-size: 1.8em;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background: #454545;
}

.company_info td {
  font-size: 1.6em;
  padding: 15px 40px 20px;
  background: #f5f5f5;
}

.company_info li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.company_info li:last-child {
  margin-bottom: 0;
}

.company_history table {
  width: 100%;
}

.company_history th, .company_history td {
  background: #f5f5f5;
  border-bottom: solid 1px #c0c0c0;
  vertical-align: middle;
}

.company_history tr:last-child th, .company_history tr:last-child td {
  border: none;
}

.company_history tr:nth-child(odd) th, .company_history tr:nth-child(odd) td {
  background: #ebebeb;
}

.company_history th {
  width: 150px;
  padding: 12px 30px 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.6em;
  text-align: left;
}

.company_history td {
  padding: 12px 30px 15px;
  font-size: 1.8em;
}

.member_profile {
  overflow: hidden;
  clear: both;
  margin-bottom: 50px;
}

.profileL {
  width: 420px;
  float: left;
}

.profileR {
  width: 520px;
  float: right;
}

.profile_message {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  margin-bottom: 25px;
}

.profile_position {
  font-size: 1.6em;
}

.profile_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.8em;
  margin-bottom: 25px;
}

.profile_name span {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size:  0.75em;
  font-weight: normal;
}

.profile_specialty h4 {
  font-size: 1.8em;
  text-align: left;
  margin-bottom: 8px;
}

.profile_specialty div {
  padding: 20px 40px;
  background: #f9ecdc;
  font-size: 1.6em;
  border-radius: 10px;
}

.profile_specialty div a {
  text-decoration: underline;
}

.profile_honbun {
  padding: 0 40px;
}

h2.underline_red {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

h2.underline_red::after {
  width: 100px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #de5e51;
}

h3.underline_red {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  position: relative;
  margin-bottom: 30px;
}

h3.underline_red::after {
  width: 100px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #de5e51;
}

h3.normal {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  position: relative;
  margin-bottom: 30px;
}

.profile_honbun .box {
  margin-bottom: 50px;
}

.profile_honbun p {
  font-size: 1.6em;
  margin-bottom: 20px;
}

.profile_honbun li {
  font-size: 1.6em;
  display: block;
  margin-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

#column_incharge .entry_list h4 {
  min-height: 120px;
}

.contact_incharge {
  background: #fbfff2;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.contact_incharge p {
  font-size: 2em;
  font-weight: bold;
}

.contact_incharge p .font_small {
  font-size: 0.85em;
  font-weight: normal;
}

.contact_incharge .btn_more {
  margin: 20px auto 0;
}

.privacypolicy h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 20px;
}

.privacypolicy .entry-content {
  font-size:  16px;
  margin-bottom:  50px;
}

.sect_box.privacypolicy h2 {
  font-size: 18px;
  text-align:  left;
  margin-bottom:  0;
}

.company_index {
  letter-spacing: -.4em
}

.index_box {
  width: 468px;
  display: inline-block;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom:  50px;
  padding: 25px 34px 20px;
  letter-spacing: normal;
}

.index_box:nth-child(odd){
  margin-right: 44px;
}

.index_box h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  margin-bottom: 5px;
}

.index_box p {
  display: block;
  height: 65px;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.index_box .btn_more {
  width: 400px;
}
/*---- case study -----*/

body#casestudy.third_level main .sect_box h2 {
  font-size: 3em;
  text-align: left;
  margin-bottom: 0;
}

body#casestudy.third_level .sect_box h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  text-align: left;
  margin-bottom: 10px;
}

body#casestudy.third_level .sect_box h3.underline_red {
  margin-bottom: 30px;
}

.casestudy_summary {
  overflow: hidden;
  clear: both;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {

.casestudyL {
  width: 420px;
  height: 313px;
  float: left;
  position: relative;
  background: #f8f8f8;
  margin-bottom: 15px;
}

.casestudyL img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

}

.casestudyR {
  width: 520px;
  padding: 30px;
  float: right;
  background: #fbfff2;
  border-radius: 10px;
}

.casestudyR00 {
  width: 520px;
  float: right;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.casestudyR02 {
  width: 520px;
  float: right;
  padding-top: 10px;
}

.casestudyR li {
  font-size: 1.6em;
  background: url(../images/common/icon_check.png) no-repeat left top;
  background-size: 23px auto;
  margin-bottom: 15px;
  padding-left: 35px;
}

.casestudy_honbun {
  padding: 0 40px;
}

.cs_honbun_L {
  width: 550px;
  float: left;
}

.cs_honbun_R {
  width: 300px;
  float: right;
}

.cs_honbun_R img {
  width: 100%;
  height: auto;
}

.casestudy_honbun p {
  font-size: 1.6em;
  margin-bottom: 20px;
}

.seminar_voice ul {
  margin-top: 30px;
}

.seminar_voice li {
  list-style: none;
  font-size: 1.8em;
  background: url(../images/common/icon_voice.png) no-repeat left 25px top;
  background-size: 30px auto;
  margin-bottom: 30px;
  padding-left: 78px;
}

/*---- free seminar -----*/

body#openseminar.third_level main .sect_box h2 {
  font-size: 3em;
  text-align: left;
  margin-bottom: 0;
}

body#openseminar.third_level .sect_box h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  text-align: left;
  margin-bottom: 10px;
}

/*---- open seminar -----*/

#seminar_fee h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  margin-bottom: 15px;
}

#seminar_fee h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.8em;
  text-align: left;
  margin-bottom: 15px;
}

.seminar_fee_table {
  padding-top: 30px;
}

.seminar_fee_table table {
  width: 100%;
  font-size: 1.8em;
  line-height: 1;
  border-top: solid 2px #f5f5f5;
  border-bottom: solid 2px #f5f5f5;
}

.seminar_fee_table tr {
  border-bottom: solid 2px #f5f5f5;
}

.seminar_fee_table th, .seminar_fee_table td {
  vertical-align: middle;
  padding: 20px;
}

.seminar_fee_table th {
  background: #f5f5f5;
  text-align: center;
}

.seminar_fee_table th.table_tit {
  background: #454545;
  color: #fff;
}

.seminar_fee_table td {
  text-align: right;
}

.btn_more.pagelink a {
  background-image: url(./../images/common/arrow_btn_down.png);
}

.btn_more.pagelink a:hover {
  background-position: right 15px top 20px;
}

.marAuto {
  margin-left: auto;
  margin-right: auto;
}

.box_two_colums_evenly {
  display: flex;
  justify-content: space-between;
}

#seminar_fee .fee_simulation {
  font-size: 0.85em;
  margin-bottom: 50px;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 20px;
}

.box_two_colums_evenly .boxL, .box_two_colums_evenly .boxR {
  width: 47%;
}

.case_box {
  background: #f8f8f8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
  margin-bottom: 85px;
  padding: 20px 0 25px;
}

.case_box h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.8em;
  margin-left: 185px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.case_box h3 span {
  font-size: 1.2em;
}

.client_illust {
  width: 138px;
  height: 138px;
  border-radius: 138px;
  -webkit-border-radius: 138px;
  -moz-border-radius: 138px;
  border: solid 8px #fff;
  position: absolute;
  top: -42px;
  left: 20px;
}

#case_01 .client_illust {
  background: url(../images/lp_202301/case_01_illust.png) no-repeat center top -4px #fff;
}

.client_name {
  margin: 0 0 5px 185px;
  font-size: 1.8em;
  color: #f95b1f;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
}

.client_comment {
  margin: 30px 50px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

.voice_box {
  width: 1100px;
  margin: 0 auto 65px;
  overflow: hidden;
}

.voice_box dl {
  overflow: hidden;
  clear: both;
}

.voice_box dt {
  width: 150px;
  height: 210px;
  border-radius: 45px;
  float: left;
  background: url(../images/lp_202301/icon_man.png) no-repeat center top;
  padding-top: 100px;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.3;
  text-align: center;
}

.voice_box dd {
  width: 900px;
  margin-left: 50px;
  padding: 25px 60px 35px;
  float: left;
  background: #f8f8f8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
  font-size: 1.8em;
  line-height: 1.8;
}

.voice_box dd:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -50px;
  margin-top: -15px;
  border: 20px solid transparent;
  border-right: 40px solid #f8f8f8;
}

.color_green {
  color: #27a57d;
}



/*---- open seminar freshman_2024 -----*/

#openseminar_freshman #sect_01 {
  margin-bottom: 50px;
}

#openseminar_freshman #sect_02 {
  margin-bottom: 50px;
}

#openseminar_freshman #sect_03 {
  margin-bottom: 25px;
}

#openseminar_freshman #sect_04 {
  margin-bottom: 70px;
}

#openseminar_freshman #sect_10 {
  margin-bottom: 50px;
}

#openseminar_freshman #sect_01 .sect_inner1100 {
  height: 450px;
  background: url(./../images/openseminar/header_bg_openseminar_freshman.jpg) no-repeat right bottom;
  padding: 40px 45px;
  border: solid 1px #2482ab;
}

#openseminar_freshman #sect_01 h3 {
  text-align: left;
  margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.3;
}

#openseminar_freshman #sect_01 h4 {
  font-size: 3.6em;
  text-align: left;
  margin: 0 0 20px -20px;
}

#openseminar_freshman .three_points {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}

#openseminar_freshman .three_points .point {
  width: 245px;
  height: 56px;
  margin-right: 20px;
  background-color: #2482ab;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
}

#openseminar_freshman  #sect_01 .btn_page_contact {
  margin: 0 15px 0 0;
}

.btn_page_contact.two_lines {
  height: 90px;
}

.btn_page_contact.two_lines a {
  line-height: 1.3;
  padding-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
}

.btn_page_contact.two_lines.txt_single_line a {
  padding-top: 0;
  line-height: 90px;
}

.btn_page_contact.two_lines a .font_s {
  font-size: 0.8em;
}

.btn_page_contact.wide {
  width: 600px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
}

.btn_page_contact a:hover.arrow_down {
  background-position: right 17px top 18px;
}

.sect_box h3.font_pink.font_l {
  font-size: 3em;
}

#openseminar_freshman #sect_01 .to_openseminar {
  width: 800px;
  float: none;
  text-align: center;
  margin-top: 20px;
}


.page_link {
  width: 800px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: baseline;
}

.page_link .btn_page_contact {
  width: 31%;
  margin: 0 0 15px 0;
  border-radius: 0;
}

.page_link:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.page_link .btn_page_contact a {
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 10px;
  font-size: 2em;
}

.page_link .btn_page_contact a:hover {
  background-color: #de5e51;
}

.page_link .btn_page_contact a:link {text-decoration:none; color:#333;}
.page_link .btn_page_contact a:visited {text-decoration:none; color:#333;}
.page_link .btn_page_contact a:hover {text-decoration:none; color:#fff;}

.program_two_columns {
  display: flex;
  justify-content: space-between;
}

.program_boxL {
  width: 380px;
}

.program_boxL img {
  width: 100%;
  height: auto;
}

.program_boxR {
  width: calc( 100% - 420px );
  padding-top: 20px;
}

.program_boxR table.normal {
  margin: 0;
}

.program_boxR table.normal th {
  width: 20%;
}

.program_boxR table.normal li {
  text-indent: -1em;
  margin-left: 1em;
}

.program_two_columns.photo_narrow .program_boxL {
  width: 300px;
}

.program_two_columns.photo_narrow .program_boxR {
  width: calc( 100% - 360px );
}


.program_boxR p {
  font-size: 2em;
  margin-bottom: 15px;
}

ul.check_list_normal {
  font-size: 2em;
}

.single_honbun ul.check_list_normal {
  font-size: 1.1em;
}

ul.check_list_normal li {
  margin-bottom: 22px;
  padding-left: 30px;
  background: url(./../images/common/icon_check_normal.png) no-repeat left top;
  background-size: 23px auto;
  font-weight: bold;
}

p.key_points {
  font-size: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
}

p.key_points span {
  font-size: 1.4em;
}

#openseminar_freshman .service_explanation li {
  font-size: 1.8em;
}

#openseminar_freshman .service_explanation h4 {
  font-size: 2.8em;
  color: #f67f00;
  margin-bottom: 10px;
}

#openseminar_freshman .service_explanation h4 span.number_green {
  top: -25px;
}

#openseminar_freshman .service_explanation h5 {
  font-size: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  margin-bottom: 10px;
}

#openseminar_freshman .service_explanation p {
  font-size: 1.8em;
  margin-bottom: 20px;
}

#openseminar_freshman .service_explanation {
  border-bottom: dotted 1px #ccc;
  padding: 50px 0 30px;
}

#openseminar_freshman #service_chara_01.service_explanation .boxR {
  margin-top: -50px;
}

#openseminar_freshman #service_chara_02.service_explanation .boxR {
  margin-top: -20px;
}

#openseminar_freshman #service_chara_03.service_explanation {
  border: none;
}

.service_explanation .boxL {
  position: relative;
}

.service_explanation .more::after {
  width: 90px;
  height: 30px;
  line-height: 27px;
  border: solid 1px #333;
  border-radius: 20px;
  font-size: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  text-align: center;
  content: 'more';
  position: absolute;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
}

.service_explanation .more:hover::after {
  background-color: #de5e51;
  color: #fff;
}

.service_explanation .more.open::after {
  content: 'close';
}

.service_explanation .more_contents {
  display: none;
}

#main_learnings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #d5e7ef;
  padding: 15px 15px 2px 15px;
}

#main_learnings a {
  margin-bottom: 13px;
}

#main_learnings a:hover {
  opacity: 0.8;
}

.tokuten_open {
  font-size: 2.4em;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  text-align: center;
}

.tokuten_open label {
  display: inline;
  background: url(./../images/common/icon_blank.png) no-repeat right 10px center;
  padding-right: 40px;
  text-decoration:underline;
  color:#de5e51;
}

.tokuten_open label:hover {text-decoration:underline; color:#e78d83;}

.page_link .to_openseminar {
  margin: 0 0 0 30px;
}

#shedule_2025.shedule_table {
  margin-bottom: 80px;
}

/* 料金計算 */

#fee_calculation {
  margin: 20px 0;
  padding: 30px 70px;
  background: #fff;
}

#fee_calculation h4 {
  text-align: center;
  border-bottom: solid 1px #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 2.4em;
}

#fee_calculation p.explanation {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.fee_calculation_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fee_calculation_box {
  font-size: 1.8em;
  margin-right: 20px;
}

.fee_calculation_box p {
  display: inline-block;
  font-size: 18px;
  line-height: 1.7;
  margin-right: 10px;
}

.fee_calculation_box select {
  font-size: 16px;
  width: 80px;
  padding: 5px;
  text-align: left;
}

.fee_calculation_box input {
  width: 120px;
  height: 40px;
  margin-right: 80px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  cursor: pointer;
  background: #52ab83;
  color: #fff;
  border: none;
}

.fee_calculation_box.total p {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
}

#total {
  width: 150px;
  height: 40px;
  padding-right: 10px;
  line-height: 40px;
  display: inline-block;
  font-size: 18px;
  text-align: right;
  vertical-align: bottom;
  border: solid 2px #666;
  margin-right: 10px;
}

aside#sect_11 {
  margin-bottom: 100px;
}

#openseminar_freshman .case_box {
  margin-top: 50px;
}

#openseminar_freshman .case_box h3 {
  margin-left: 340px;
}

#openseminar_freshman .case_box .client_name {
  margin-left: 340px;
}

#openseminar_freshman .case_box h4 {
  font-size: 1.8em;
  text-align: left;
}

.case_box .client_photo {
  width: 280px;
  position: absolute;
  top: -20px;
  left: 20px;
  border-radius: 10px;
  overflow: hidden;
}

#openseminar_freshman .voice_box {
  margin-bottom: 35px;
}

#openseminar_freshman .voice_box dt {
  height: 150px;
}

#seminar_schedule_2022.freshman tr.bg_white {
  background: #fff;
}


/*---- open seminar freshman_2025 -----*/
#openseminar_freshman.year_2025 #sect_01 .sect_inner1100 {
  height: 300px;
  padding: 20px 30px;
  position: relative;
  background: url(./../images/openseminar/header_bg_openseminar_freshman_2025.jpg) no-repeat right bottom;
}

#openseminar_freshman.year_2025 #sect_01 {
  margin-bottom: 30px;
}

#openseminar_freshman.year_2025 #sect_01 h3 {
  margin-bottom: 0;
  font-size: 3.4em;
}

#openseminar_freshman.year_2025 #sect_01 h4 {
  font-size: 4.2em;
  margin-bottom: 0;
  margin-left: 0;
}

#openseminar_freshman.year_2025 .header_lead {
  font-size: 2.4em;
  margin-bottom: 10px;
}

#openseminar_freshman.year_2025 #sect_01 .to_openseminar {
  width: auto;
  position: absolute;
  bottom: 20px;
  left: 45px;
  margin: 0;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman {
  width: 980px;
  margin: 20px auto 50px;
  padding: 20px 25px;
  background: #fff;
  border: solid 3px #52ab83;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  margin-bottom: 15px;
  text-align: center;
}

#openseminar_freshman.year_2025 .banner_btn_area {
  width: 100%;
  display: flex;
  justify-content: center;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman .btn_page_contact, #openseminar_freshman.year_2025 #popup_contents .btn_page_contact {
  width: 48%;
  margin: 0 10px;
  border-radius: 10px;
}

#openseminar_freshman.year_2025 #popup_contents .btn_page_contact {
  width: 40%;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman .btn_page_contact a, #openseminar_freshman.year_2025 #popup_contents .btn_page_contact a {
  line-height: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
}

#openseminar_freshman.year_2025 .btn_page_contact a.arrow_left {
  background-position: right 22px center;
}

#openseminar_freshman.year_2025 .btn_page_contact a.arrow_left:hover {
  background-position: right 17px center;
}

#openseminar_freshman.year_2025 .to_openseminar a {
  background-position: right 5px center;
}

#openseminar_freshman.year_2025 .to_openseminar a:hover {
  background-position: right center;
}

#openseminar_freshman.year_2025 .btn_more_s {
  background-position: right 5px center;
}

#openseminar_freshman.year_2025 .btn_more_s:hover {
  background-position: right 0 center;
}

#openseminar_freshman.year_2025 #popup_contents .txtCenter {
  display: flex;
  justify-content: center;
}

#openseminar_freshman.year_2025 #sect_03 {
  margin-bottom: 40px;
}

#openseminar_freshman.year_2025 .openseminar_freshman_lead {
  background: #f1fafe;
  padding: 30px 20px 20px;
  border-radius: 20px;
}

#openseminar_freshman.year_2025 .openseminar_freshman_lead p {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}

#openseminar_freshman.year_2025 .openseminar_freshman_lead span {
  font-size: 1.2em;
  line-height: 1.9;
}

#openseminar_freshman.year_2025 .service_explanation {
  padding: 20px 0 10px;
}

#openseminar_freshman.year_2025 .service_explanation .boxL {
  width: 650px;
}

#openseminar_freshman.year_2025 #service_chara_01.service_explanation .boxR {
  margin-top: -20px;
}

#openseminar_freshman.year_2025 #service_chara_02.service_explanation .boxR {
  margin-top: 0;
}

#openseminar_freshman.year_2025 .service_explanation h4 {
  font-size: 2.4em;
  color: #333;
}

#openseminar_freshman.year_2025 #service_chara_03.service_explanation {
  border-bottom: dotted 1px #ccc;
}

#openseminar_freshman.year_2025 #service_chara_04.service_explanation {
  border: none;
}

#openseminar_freshman.year_2025 .service_explanation h4 span.number_green {
  color: #2482ab;
  font-size: 2.4em;
  top: -15px;
}

#openseminar_freshman.year_2025 .service_explanation p {
  font-size: 1.6em;
}

#openseminar_freshman.year_2025 #sect_02 {
  margin-bottom: 30px;
}

#openseminar_freshman.year_2025 .achievement h2 {
  color: #f67f00;
}

#openseminar_freshman.year_2025 #sect_04 {
  margin-bottom: 20px;
}

#openseminar_freshman.year_2025 .merit_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#openseminar_freshman.year_2025 .merit_box dl {
  width: 315px;
  padding: 10px 20px;
  border: solid 3px #2482ab;
  position: relative;
}

#openseminar_freshman.year_2025 .merit_box dl::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #2482ab;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  line-height: 45px;
}

#openseminar_freshman.year_2025 .merit_box dl:first-child::after {
  content: '1';
}

#openseminar_freshman.year_2025 .merit_box dl:nth-child(2)::after {
  content: '2';
}

#openseminar_freshman.year_2025 .merit_box dl:nth-child(3)::after {
  content: '3';
}

#openseminar_freshman.year_2025 .merit_box dt {
  width: 100%;
  height: 110px;
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#openseminar_freshman.year_2025 .merit_box dd {
  width: 100%;
  height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: solid 1px #ccc;
}

#openseminar_freshman.year_2025 .bg_white {
  background: #fff;
  margin: 40px 20px 0;
  padding: 30px;
  border-radius: 10px;
}

#openseminar_freshman.year_2025 .bg_white h4 {
  font-size: 2em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#openseminar_freshman.year_2025 .fukidashi_icon {
  font-size: 1.6em;
  padding: 0 20px 20px 130px;
  position: relative;
}

#openseminar_freshman.year_2025 .fukidashi_icon::before {
  content: '';
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: url(https://artiencecorp.com/wp-content/uploads/2022/04/member_yamashita-300x200.jpg) no-repeat left -20px center;
  background-size: auto 90px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#openseminar_freshman.year_2025 .fukidashi_icon::after {
  content: 'アーティエンス\A担当者';
  white-space: pre;
  width: 120px;
  height: 50px;
  position: absolute;
  top: 95px;
  left: -15px;
  font-size: 0.85em;
  text-align: center;
}

#openseminar_freshman.year_2025 .fukidashi_icon h5 {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  line-height: 1;
  font-size: 0.85em;
  margin-bottom: 5px;
  padding: 10px;
  background: #2482ab;
  color: #fff;
  border-radius: 5px;
}

#openseminar_freshman.year_2025 ul.fukidashi {
  margin: 20px 0;
  padding-left: 15px;
  font-size: 1.8em;
}

#openseminar_freshman.year_2025 ul.fukidashi li {
  background: url(./../images/common/icon_fukidashi.png) no-repeat left top 5px;
  background-size: 40px auto;
  margin-bottom: 1px;
  padding: 10px 0 10px 55px;
}

#openseminar_freshman.year_2025 .openseminar_freshman_lead_notice {
  font-size: 1.4em;
  padding-top: 15px;
  border-top: solid 1px #ccc;
}

#openseminar_freshman.year_2025 .graph_area div {
  margin-bottom: 40px;
}

.teacher_introduction_box {
  display: flex;
  padding: 20px 0;
  border-bottom: dotted 1px #ccc;
}

.teacher_introduction_box .teacher_photo {
  width: 300px;
  height: 200px;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.teacher_introduction_box .teacher_info {
  width: calc(100% - 300px);
}

.teacher_introduction_box .teacher_name {
  display: inline-block;
  font-size: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  margin-bottom: 10px;
  background: url(./../images/common/arrow_btn_s.png) no-repeat right 5px center;
  background-size: 29px auto;
  padding-right: 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.teacher_introduction_box .teacher_name:hover {
  background-position: right 0 center;
}

.teacher_introduction_box .teacher_name a:link {text-decoration:underline; color:#333;}
.teacher_introduction_box .teacher_name a:visited {text-decoration:underline; color:#333;}
.teacher_introduction_box .teacher_name a:hover {text-decoration:none; color:#ab2548;}

.teacher_introduction_box .teacher_info p {
  font-size: 1.6em;
}

#openseminar_freshman.year_2025 .voice_box dt {
  width: 170px;
  background-repeat: no-repeat;
  background-position: center top;
}

#openseminar_freshman.year_2025 .voice_box dd {
  width: 880px;
  padding-bottom: 20px;
}

#openseminar_freshman.year_2025 .voice_box dd .to_openseminar {
  font-size: 0.9em;
  margin-top: 30px;
}

#openseminar_freshman.year_2025 .voice_box.box_a dt {
  background-image: url(./../images/openseminar/voice_person_01.png);
}

#openseminar_freshman.year_2025 .voice_box.box_b dt {
  background-image: url(./../images/openseminar/voice_person_02.png);
}

.situation_photo {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.situation_photo.three_colums div {
  width: 32%;
  aspect-ratio: 4/3;
}

.situation_photo.four_colums div {
  width: 24%;
  aspect-ratio: 4/3;
}

.situation_photo div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#openseminar_freshman.year_2025 #seminar_fee h3 {
  font-size: 2.8em;
}

.arrow_down_arrowonly {
  display: inline-block;
  background-image: url(../images/common/arrow_btn_down.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  padding-right: 25px;
}

a.arrow_down_arrowonly:link {text-decoration:underline; color:#333;}
a.arrow_down_arrowonly:visited {text-decoration:underline; color:#333;}
a.arrow_down_arrowonly:hover {text-decoration:underline; color:#ab2548;}

#openseminar_freshman.year_2025 .arrow_down_arrowonly {
  font-size: 0.85em;
  margin-top: 8px;
}

#openseminar_freshman.year_2025 #shedule_2025.shedule_table {
  margin-bottom: 50px;
}

#openseminar_freshman.year_2025 section#sect_07 {
  margin-bottom: 50px;
}

#openseminar_freshman.year_2025 .roadmap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#openseminar_freshman.year_2025 .roadmap_wrap {
  width: 23%;
  position: relative;
}

#openseminar_freshman.year_2025 .roadmap_wrap::after {
  content: '';
  width: 21px;
  height: 23px;
  background: url(../images/common/arrow_right.png) no-repeat center center;
  background-size: 21px auto;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

#openseminar_freshman.year_2025 .roadmap_wrap:last-child {
  margin-right: 0;
}

#openseminar_freshman.year_2025 .roadmap_wrap:last-child::after {
  display: none;
}

#openseminar_freshman.year_2025 .roadmap dl {
  height: 100%;
  border: solid 2px #2482ab;
  overflow: hidden;
  border-radius: 10px;
}

#openseminar_freshman.year_2025 .roadmap dt {
  padding: 10px 0;
  background: #2482ab;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.8em;
  text-align: center;
}

#openseminar_freshman.year_2025 .roadmap dd {
  font-size: 1.4em;
  padding: 10px;
}

#openseminar_freshman.year_2025 .roadmap dd li {
  margin-left: 1em;
  text-indent: -1em;
}

#openseminar_freshman.year_2025 .roadmap dd li::before {
  content: '・';
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
}

#openseminar_freshman.year_2025 .roadmap dd.roadmap_schedule {
  font-size: 1.8em;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  background: url(../images/common/icon_calender.png) no-repeat left 10px center;
  background-size: 25px auto;
  padding-left: 45px;
  color: #2482ab;
}

#openseminar_freshman.year_2025 .roadmap dd.roadmap_key {
  height: 70px;
  font-size: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  background: #f1fafe;
  margin: 0 10px 10px;
}

#openseminar_freshman.year_2025 .roadmap dd.roadmap_results {
  background: #f5f5f5;
  margin: 0 10px 10px;
}


/* ページ内リンク（追従） */
body#open_seminar_freshman #wrapper, body#pre_open_seminar_freshman #wrapper  {
  overflow: visible;
}

#openseminar_freshman.year_2025 .achievement {
  overflow: hidden;
}

#openseminar_freshman.year_2025 .achievement li {
  margin: 0 0 15px 0;
}

#openseminar_freshman_wrap {
  display: flex;
  justify-content: center;
}

#openseminar_freshman_left {
  padding-bottom: 80px;
}

.page_link_navi_tit {
  border-bottom: solid 2px #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
}

#page_link_navi {
  position: sticky;
  top: 140px;
  width: 210px;
  margin-left: 30px;
  margin-top: -5px;
  padding: 0 20px 20px;
}

#page_link_navi li {
  border-bottom: dotted 1px #ccc;
}

#page_link_navi li a {
  display: block;
  padding: 15px 30px 15px 0;
  font-size: 1.6em;
  background-image: url(../images/common/arrow_btn_down.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: right top 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page_link_navi li a:hover {
  background-position: right top 20px;
}

#openseminar_freshman.year_2025 #sect_11 {
  margin-bottom: 50px;
}


/* popup */
input#popup {
    display: none;
}

/* ポップアップwindow部分 */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
#window {
    width: 980px;
    height: 90vh;
    max-height: 750px;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 9999;
    opacity: 0;
}
/* 閉じるボタン */
#btn_cloth {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #CE5D8B;
    border-radius: 5px;
    z-index: 9999;
    cursor: pointer;
}
#btn_cloth:hover {
    opacity: 0.7;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}


/* クリックで表示 */
#popup:checked ~ #overlay {
    visibility: visible;
}
#popup:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}


#txt_label {
    cursor: pointer;
}


#popup_contents {
  text-align: center;
}

#popup_contents .btn_page_contact.two_lines {
  width: 350px;
  height: 70px;
}

#popup_contents .btn_page_contact.two_lines a {
  font-size: 1.8em;
  padding-top: 10px;
}


/*---- seminar schedule ----*/

#seminar_schedule_2022 {
  width: 100%;
  margin: 30px 0;
  font-size: 1.6em;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 2px;
}

#seminar_schedule_2022 a:link {text-decoration:underline; color:#333;}
#seminar_schedule_2022 a:visited {text-decoration:underline; color:#333;}
#seminar_schedule_2022 a:hover {text-decoration:underline; color:#ab2548;}

#seminar_schedule_2022 th, #seminar_schedule_2022 td {
  padding: 15px 20px;
  vertical-align: middle;
}

#seminar_schedule_2022 td strong {
  font-size: 1.1em;
}

#seminar_schedule_2022 th {
  background: #3B66A6;
  color: #fff;
  text-align: center;
}

#seminar_schedule_2022 tr {
  background: #DDE9F5;
}

#seminar_schedule_2022 tr:nth-child(odd) {
  background: #ECF5FB;
}

#seminar_schedule_2022 .schedule_target {
  text-align: left;
}

#seminar_schedule_2022 .schedule_target li {
  width: 115px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 8px;
  padding: 8px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.1em;
}

#seminar_schedule_2022 .schedule_target li.wide {
  width: 235px;
}

#seminar_schedule_2022 .schedule_target li.bg_blue {
  background: #3B66A6;
}

#seminar_schedule_2022 .schedule_target li.bg_orange {
  background: #EA6000;
}

#seminar_schedule_2022 td.seminar_schedule_date {
  text-align: right;
  font-weight: bold;
}

#openseminar_freshman #seminar_schedule_2022 td.seminar_schedule_date {
  text-align: center;
}

#seminar_schedule_2022 td.seminar_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
}

#seminar_schedule_2022 td.seminar_name a:link {text-decoration:underline; color:#2482ab;}
#seminar_schedule_2022 td.seminar_name a:visited {text-decoration:underline; color:#2482ab;}
#seminar_schedule_2022 td.seminar_name a:hover {text-decoration:underline; color:#ab2548;}

.seminar_schedule_notice {
  font-size: 1.6em;
  text-indent: -1.2em;
  margin: 0 0 10px 20px;
  line-height: 1.3;
}


#seminar_schedule_2022.freshman th {
  background: #76af5d;
}

#seminar_schedule_2022.freshman tr {
  background: #f4ffd9;
}

#seminar_schedule_2022.freshman tr:nth-child(odd) {
  background: #f5faea;
}

#seminar_schedule_2022 .schedule_target li.bg_green {
  background: #76AF5D;
}

#seminar_schedule_2022 .schedule_target li.bg_lightgreen {
  background: #a2d713;
}

#seminar_schedule_2022 .schedule_target li.bg_lightorange {
  background: #ee9415;
}

#seminar_schedule_2022 .schedule_target li.bg_pink {
  background: #ee7b7b;
}

#seminar_schedule_2022.facilitator th {
  background: #51a184;
}

#seminar_schedule_2022.facilitator tr {
  background: #e3fdeb;
}

#seminar_schedule_2022.facilitator tr:nth-child(odd) {
  background: #f1fbf3;
}

#seminar_schedule_2022 .schedule_target li.bg_gray {
  background: #666;
}

#seminar_schedule_2022 .schedule_target li.bg_darkgreen {
  background: #186d5a;
}

#seminar_schedule_2022 .schedule_target li.bg_enji {
  background: #b24456;
}

#seminar_schedule_2022.middle tr {
  background: #fff3ea;
}

#seminar_schedule_2022.middle tr:nth-child(odd) {
  background: #f9e3d4;
}

#seminar_schedule_2022.middle th {
  background: #e97f36;
}

#seminar_schedule_2022 .btn_more_s {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 45px;
  background-position: right 0 center;
}

#seminar_schedule_2022 a:hover .btn_more_s {
  background-position: right 5px center;
}

#seminar_schedule_2022 .btn_more_s span {
  font-size: 1em;
}

/*---- program ----*/

body#program section {
  margin-bottom: 60px;
}

body#program .sect_box .h2 {
  font-size: 2.8em;
  margin-bottom: 30px;
}

body#program .sect_box .service_catchcopy h2 {
  font-size: 3em;
  margin-bottom: 25px;
}

body#program h3.normal {
  font-size: 2em;
  margin-bottom: 10px;
}

body#program .box {
  margin-bottom: 20px;
}

.single_honbun table,/*Lucy追加*/
table.normal {
  width: 100%;
  margin: 30px 0;
  font-size: 1.6em;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 2px;
}

.single_honbun table tr,/*Lucy追加*/
table.normal tr {
  background: #e3fdeb;
}

.single_honbun table tr:nth-child(odd),/*Lucy追加*/
table.normal tr:nth-child(odd) {
  background: #f1fbf3;
}

.single_honbun table th, .single_honbun table td,/*Lucy追加*/
table.normal th, table.normal td {
  padding: 15px 20px;
  vertical-align: middle;
}

.single_honbun table th,/*Lucy追加*/
table.normal th {
  color: #fff;
  text-align: center;
  background: #51a184;
}

.single_honbun table.orange tr,/*Lucy追加*/
table.normal.orange tr {
  background: #fff3ea;
}

.single_honbun table.orange tr:nth-child(odd),/*Lucy追加*/
table.normal.orange tr:nth-child(odd) {
  background: #f9e3d4;
}

.single_honbun table.orange th,/*Lucy追加*/
table.normal.orange th {
  background: #e97f36;
}

.single_honbun table.blue tr,/*Lucy追加*/
table.normal.blue tr {
  background: #DDE9F5;
}

.single_honbun table.blue tr:nth-child(odd),/*Lucy追加*/
table.normal.blue tr:nth-child(odd) {
  background: #ECF5FB;
}

.single_honbun table.blue th,/*Lucy追加*/
table.normal.blue th {
  background: #3B66A6;
}

.single_honbun table,/*Lucy追加*/
.single_honbun table.normal {
  font-size: 16px;
}

.program_image dl {
  width: 450px;
  display: inline-block;
  padding: 0 18px;
  vertical-align: top;
  text-align: center;
}

.program_image dd img {
  border: solid 1px #ccc;
}

.program_image dt {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 20px;
  width: 90%;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #ccc;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
}

.program_image dt:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.program_image dt:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ccc;
  z-index: 1;
}

.p_center {
  text-align: center;
  font-size: 1.8em;
  margin: 0 0 30px;
}

.single_honbun table ul.normal_list li,/*Lucy追加*/
table.normal ul.normal_list li {
  font-size: 1em;
  margin: 0 0 10px 0;
}
.single_honbun .download_form .form_table {/*2023/06/16 Lucy追加*/
    font-size: 13px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: inherit;
    border-collapse: collapse;
    border-spacing: inherit;
}
.single_honbun .download_form .form_table tr {/*2023/06/16 Lucy追加*/
    background: none;
}

.single_honbun table.image-text tr {/*2023/06/16 Lucy追加*/
  background: none;
}
.single_honbun table.image-text {/*2023/06/16 Lucy追加*/
    font-size: 18px;
    width: inherit;
    margin: inherit;
    line-height: inherit;
    border-collapse: inherit;
    border-spacing: inherit;
}
@media screen and (max-width: 767px){/*2023/06/16 Lucy追加*/
  .single_honbun table.image-text {
    font-size: 14px;
    margin: 0;
  }
  .single_honbun table.image-text td{
    padding: 0;
  }
}

.title_btn {
  position: absolute;
  left: 50%;
  margin-left: 200px;
  bottom: -70px;
  display: flex;
}

.title_btn .whitepaper_btn a {
  display: block;
  width: 300px;
  height: 60px;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  padding-right: 30px;
  line-height: 60px;
  border-radius: 10px;
  background-image: url(../images/common/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-color: #52ab83;
  background-size: 29px auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.title_btn .meeting_btn a {
  display: block;
  width: 200px;
  height: 60px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  line-height: 1.3;
}

.title_btn .whitepaper_btn a:hover {
  background-color: #de5e51;
  background-position: right 20px center;
}

.title_btn .whitepaper_btn a:link {text-decoration:none; color:#fff;}
.title_btn .whitepaper_btn a:visited {text-decoration:none; color:#fff;}
.title_btn .whitepaper_btn a:hover {text-decoration:none; color:#fff;}

.title_btn .meeting_btn a:link {text-decoration:underline;; color:#333;}
.title_btn .meeting_btn a:visited {text-decoration:underline; color:#333;}
.title_btn .meeting_btn a:hover {text-decoration:underline; color:#ab2548;}



/*---- oyakudachi ----*/

/*
body#oyakudachi.third_level main .sect_box h2 {
  font-size: 2.6em;
  text-align: left;
  margin-bottom: 0;
}
*/

body#oyakudachi.third_level .sect_box h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.4em;
  text-align: left;
  margin-bottom: 10px;
}

body#oyakudachi.third_level .sect_box h3.underline_red {
  margin-bottom: 30px;
}

.oyakudachi_description {
  font-size: 1.6em;
  padding: 10px 0 30px;
}

body#oyakudachi.third_level .casestudyR li {
  font-size: 1.8em;
  font-weight: bold;
}



/*---- program -----*/

.program_lead {
  background: #f9ecdc;
  margin-bottom: 20px;
  padding: 30px 50px;
  text-align: center;;
  border-radius: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
}

.program_lead li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 20px 0px;
}

ul.normal_list li {
  font-size: 1.8em;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 20px 20px;
}

ul.check_list li {
  font-size: 2em;
  background: url(../images/common/icon_check.png) no-repeat left top;
  background-size: 23px auto;
  margin-bottom: 15px;
  padding-left: 35px;
}

ol.normal_ol {
  list-style: none;
  counter-reset: ol_li;
}

ol.normal_ol li {
  font-size: 1.8em;
  text-indent: -1.4em;
  padding-left: 1em;
  margin: 0 0 20px 30px;
}

ol.normal_ol li:before {
  margin-right: .25em;
  counter-increment: ol_li;
  content: counter(ol_li);
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.3em;
  color: #de5e51;
}

.program_check_list {
  padding-bottom: 20px;
}

.program_check_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.program_check_list li {
  width: 32%;
  margin: 0 2% 20px 0;
  padding: 60px 15px 25px;
  border: solid 1px #ccc;
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.program_check_list li:nth-of-type(3n) {
  margin-right: 0;
}

.program_check_list.worries li.blank, .program_check_list.recommendation li.blank {
  border: none;
  background: none;
}

.program_check_list.worries {
  background: url(./../images/program/illust_worries.png) no-repeat right 50px bottom;
}

.program_check_list.worries li {
  background: url(./../images/common/icon_check_list_blue.png) no-repeat center top 15px;
}

.program_check_list.recommendation {
  background: url(./../images/program/illust_recommendation.png) no-repeat right 50px bottom;
}

.program_check_list.recommendation li {
  background: url(./../images/common/icon_check_list_orange.png) no-repeat center top 15px;
}

.target_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.target_group li {
  width: 150px;
  height: 40px;
  margin: 0 5px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
}

li.target_freshman {
  background: #52ab83;
}

li.target_youngemployees {
  background: #ea7c5f;
}

li.target_mid {
  background: #3B66A6;
}

li.target_manager {
  background: #186d5a;
}

.flex_box {
  display: flex;
  justify-content: space-between;
}

.icon_check {
  background: url(../images/common/icon_check.png) no-repeat left top;
  background-size: 23px auto;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 1.8em;
}

h3.program_line {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

p.lead_program {
  font-size: 1.8em;
}

.program_goal {
  padding: 30px;
  border: solid 1px #51a184;
}

.program_goal h3 {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2.8em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.program_goal ul {
  margin: 0 30px;
}

.voice_program li {
  margin: 0 0 35px 110px;
  padding: 20px;
  position: relative;
  font-size: 1.8em;
  background: #f5f5f5;
  border-radius: 10px;
}

.voice_program li::after {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  left: -110px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: center top;
}

.voice_program li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
}

.voice_program li.voice_01::after {
  background-image: url(./../images/program/voice_people_01.png);
}

.voice_program li.voice_02::after {
  background-image: url(./../images/program/voice_people_02.png);
}

.voice_program li.voice_03::after {
  background-image: url(./../images/program/voice_people_03.png);
}

.voice_program li.voice_04::after {
  background-image: url(./../images/program/voice_people_04.png);
}

.voice_program li.voice_05::after {
  background-image: url(./../images/program/voice_people_05.png);
}

.voice_program li.voice_06::after {
  background-image: url(./../images/program/voice_people_06.png);
}

.voice_program li.voice_07::after {
  background-image: url(./../images/program/voice_people_07.png);
}

.voice_program li.voice_08::after {
  background-image: url(./../images/program/voice_people_08.png);
}

.voice_program li.voice_09::after {
  background-image: url(./../images/program/voice_people_09.png);
}

.voice_program li.voice_10::after {
  background-image: url(./../images/program/voice_people_10.png);
}

section h4.table_tit {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  text-align: left;
  margin-bottom: 20px;
}

.to_openseminar {
  float: right;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.8em;
}

.to_openseminar {
  margin-bottom: 20px;
}

.program_teacher .to_openseminar {
  margin-top: 20px;
}

.to_openseminar a {
  background: url(./../images/common/arrow_btn_s.png) no-repeat right center;
  background-size: 29px auto;
  padding: 5px 40px 5px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.to_openseminar a:hover {
  background-position: right 5px center;
}

#seminar_fee .notice a {
  text-decoration: underline;
}

.seminar_fee_table table.border {
  border: solid 1px #ccc;
}

.seminar_fee_table table.border tr {
  border: none;
}

.seminar_fee_table .border th, .seminar_fee_table .border td {
  border: solid 1px #ccc;
}

.program_teacher {
  display: flex;
  justify-content: space-between;
}

.program_teacher_photo {
  width: 200px;
  height: 200px;
}

.program_teacher_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program_teacher_description {
  width: 730px;
}

.program_teacher_description h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 10px;
}

.program_teacher_description p {
  font-size: 1.6em;
  line-height: 1.7;
}

.program_casestudy_box {
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 30px;
  width: 48%;
  margin-right: 2%;
}

.program_casestudy_box:nth-child(2n) {
  margin-right: 0;
}

.program_casestudy_box h4 {
  font-size: 1.8em;
  text-align: left;
}

.program_casestudy_img {
  width: 405px;
  aspect-ratio: 290/110;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}

.program_casestudy_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.indent li {
  text-indent: -1em;
  margin-left: 1em;
}

/* news */

.news_class_detail {
  display: inline-block;
  background: #83a707;
  padding: 8px 20px;
  color: #fff;
}

/* form */


#download_form {
  width: 820px;
  margin: 0 auto 60px;
}

#download_form h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  margin-bottom: 15px;
}

#download_form h2#page_title_image {
  display: none;
}

#download_form p {
  font-size: 16px;
}

#download_form section {
  margin-top: 30px;
  margin-bottom: 30px;
}

#download_form .download_form {
  margin-top: 20px;
}

#download_form table {
  font-size: 1.6em;
}

#download_form textarea {
  width: 100%;
}

#openseminar .form_table .input_long .wpcf7-select {
  width: 100%;
}



.screen-reader-response {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 1.6em;
  text-align: center;
  color: #de5e51;
}

.screen-reader-response p {
  display: inline-block;
}

.alertbox {
  font-size: 1.4em;
  padding: 10px 0;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #de5e51;
  display: block;
}

.wpcf7-response-output {
  text-align: center;
  font-size: 16px;
  color: #de5e51;
}

.column-step-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  margin-top: -8px;
  margin-left: -8px;
}

p.error_message {
  display:none;
}

p.confirm_message {
  display:none;
}

#contact_confirm .confirm_hidden {
  display: none;
}

#contact_confirm .alertbox {
  display: none;
}

.thanks_message {
  padding: 50px 0;
}

.thanks_message p {
  font-size: 1.6em;
  text-align: center;
}

#contact_error p.error_message, #mail_magazine_error p.error_message {
  display:block;
  clear:both;
  background:#f9f3eb;
  border:solid 2px #a22f2b;
  margin:30px 0;
  padding:20px 30px;
  text-align:center;
  color:#a22f2b;
}

  #contact_error p.error_message span,#mail_magazine_error p.error_message span {
    background:url(../images/common/icon_notice.png) no-repeat left top;
    padding:5px 0 0 35px;
  }

#contact_confirm p.confirm_message {
  display:block;
  clear:both;
  background:#f9f3eb;
  margin:30px 0;
  padding:20px 30px;
  text-align:center;
  color:#a22f2b;
}

.mw_wp_form_complete {
  padding-bottom:20px;
}

.mw_wp_form_complete p {
  clear:both;
  padding:50px 0 80px;
  text-align:center;
}

.mw_wp_form .horizontal-item {
  margin-left: 10px;
}



/* table */
.form_table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  background: #efefef;
}

.form_table th, .form_table td {
  padding: 20px;
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
}

.form_table td a {
  text-decoration: underline;
}

.form_table th {
  width: 250px;
  background: #6485b2;
  color: #fff;
}

.mwform-checkbox-field label {
  display: inline-block;
}

.ast {
    display: inline-block;
    margin-left: 5px;
    color: #FFD200;
    font-weight: bold;
    font-size: 15px;
}

.btnbox input {
  width: 320px;
  height: 66px;
  display: block;
  margin: 15px auto;
  line-height: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  cursor: pointer;
  border: solid 3px #175198;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnbox input:hover {
  background: #de5e51;
  color: #fff;
  border-color: #333;
}

.input_long input {
  width: 100%;
}

/*---- community -----*/

h3.number {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  position: relative;
  margin-bottom: 30px;
  padding-left: 1.5em;
}

h3.number span {
  color: #00b5a2;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 1.5em;
}

h3.number_red {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  position: relative;
  margin-bottom: 15px;
  padding-left: 1.5em;
}

h3.number_red span {
  color: #de5e51;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 1.5em;
}

.qanda dl {
  margin-bottom: 30px;
  border-bottom: dotted 1px #999;
}

.qanda dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.qanda dt:hover {
  opacity: 0.8;
}

.qanda dt span {
  font-size: 1.3em;
  color: #de5e51;
  padding-right: 10px;
}

.qanda dd {
  font-size: 1.8em;
  background: #f5f5f5;
  margin-bottom: 15px;
  padding:  15px 25px;
  border-radius: 10px;
  display: none;
}

.qanda dt span.btn_answer {
  display: inline-block;
  width: 125px;
  height: 28px;
  background: url(./../images/common/icon_plus.png) no-repeat left 10px center #f5f5f5;
  border-radius: 15px;
  margin-left: 20px;
  padding-right: 0;
  position: absolute;
  top: 7px;
  right: 0;
}

.qanda dt span.btn_answer::after {
  content: "回答を見る";
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 4px;
  right: 15px;
}

.qanda dt.open span.btn_answer {
  display: none;
}

ul.general_list {
  margin: 20px 0 20px 30px;
}

ul.general_list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8em;
  margin-bottom:  15px;
}


/*---- openseminar detail -----*/

.single_honbun .openseminar_titlearea h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.single_honbun .openseminar_titlearea h2::after {
  display: none;
}

.single_honbun .openseminar_titlearea h1 {
  margin-bottom: 10px;
  font-size: 32px;
}

.openseminar_titlearea .seminar_theme li {
  font-size: 16px;
}

.openseminar_titlearea .seminar_place_date {
  width: 550px;
  float: left;
  font-size: 18px;
}

.single_honbun .btn_more_pagelink {
  font-size: 18px;
}

.single_honbun section h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  margin: 50px 0 30px;
}

.single_honbun section h1::after {
    width: 100px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #de5e51;
}

.seminar_summary {
  clear: both;
  padding-top: 30px;
  position: relative;
}

.seminar_summary .title_btn {
  bottom: inherit;
  left: inherit;
  top: 75px;
  right: 0;
  margin-left: 0;
  display: block;
}

.seminar_summary .title_btn .whitepaper_btn a {
  font-size: 18px;
}

.seminar_summary .title_btn .meeting_btn a {
  font-size: 18px;
  text-align: left;
}

.honbun_title_btn .title_btn {
  position: relative;
  bottom: inherit;
  left: inherit;
  margin-left: 0;
}

.honbun_title_btn .title_btn {
  width: 100%;
  justify-content: center;
}

.honbun_title_btn .title_btn .whitepaper_btn {
  margin-right: 30px;
}

.honbun_title_btn .title_btn .whitepaper_btn a {
  width: 400px;
  font-size: 20px;
}

.honbun_title_btn .title_btn .meeting_btn a {
  width: 260px;
  font-size: 20px;
}



.single_honbun .seminar_summary p img {
  width: 300px;
  height: auto;
  float: right;
  margin: 15px 0 5px 20px;
}

.btn_application span {
  background: url(../images/common/arrow_btn.png) no-repeat right 15px center;
  background-size: 29px auto;
  padding: 8px 60px 8px 0;
  font-weight: bold;
}

/*---- column detail -----*/

.single_honbun {
  padding-bottom: 0px;
  font-size: 18px;
}

.single_honbun section {
  margin-bottom: 30px;
}

.single_honbun p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.single_honbun p a:after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 14px;
  background: url(./../images/common/icon_link.png) no-repeat center center;
  background-size: 21px auto;
  margin-bottom: -2px;
}

.single_honbun p a.no_icon:after {
  display: none;
}

.single_honbun p a:link {text-decoration:underline; color:#ab2548;}
.single_honbun p a:visited {text-decoration:underline; color:#ab2548;}
.single_honbun p a:hover {text-decoration:underline; color:#ab2548;}

.single_honbun .seminar_theme li {
  font-size: 16px;
}

img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
  height: auto;
}

.single_honbun p img {
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.marker {
  background: linear-gradient(transparent 65%,#c1e0ff 65%);
  font-weight: 700;
}

.single_honbun h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
}

.single_honbun h1 span.font_small {
  font-size: 0.86em;
}

.single_honbun h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  margin: 50px 0 30px;
}

.single_honbun h2::after {
  width: 100px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #de5e51;
}

.single_honbun h3,/*Lucy追加*/
.single_honbun h3.line {
  border-bottom: solid 1px #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 11px;
  margin: 30px 0 15px;
}

.single_honbun h3.circle {
  background:url(../images/common/icon_circle.png) no-repeat left 3px;
  background-size: 20px auto;
  margin: 20px 0 10px;
  padding: 5px 0 5px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 18px;
  color:#e47600;
}

.single_honbun h4,/*Lucy追加*/
.single_honbun h4.circle {
  background: url(../images/common/icon_circle.png) no-repeat left 9px;
  background-size: 20px auto;
  margin: 20px 0 10px;
  padding: 5px 0 5px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 18px;
  color: #de5e51;
}

.single_honbun div.notice {
  background:#edf7ff;
  margin:30px 0;
  padding:25px 25px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 18px;
}

  .single_honbun div.notice h3 {
    text-align:center;
    color:#a22f2b;
    margin-bottom:10px;
  }

  .single_honbun div.notice h3 span {
    background:url(../images/common/icon_notice.png) no-repeat left top;
    padding:5px 0 0 35px;
  }

.banner_seminar {
  width: 700px;
  margin: 30px auto 50px;
}

.banner_seminar a:hover {
  opacity: 0.8;
}

.sns_btn {
  width: 1100px;
  margin: 30px auto;
  padding: 30px;
  background: #fbfff2;
}

.sns_btn p {
  width: 698px;
  margin: 30px auto 20px;
  padding: 15px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: solid 3px #d9d9d9;
  border-radius: 10px;
  position: relative;
}

.sns_btn p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.sns_btn p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #d9d9d9;
  z-index: 1;
}

.addtoany_shortcode {
  text-align: center;
}

.a2a_button_twitter, .a2a_button_facebook, .a2a_button_hatena {
  position: relative;
  margin-bottom: 10px;
}
.a2a_button_twitter::after {
  content: "ツイート";
  display: block;
  width: 80px;
  height: 20px;
  font-size: 14px;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
}
.a2a_s_twitter {
  width: 110px !important;
  text-align: left;
}
.a2a_button_facebook::after {
  content: "シェアする";
  display: block;
  width: 80px;
  height: 20px;
  font-size: 14px;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
}
.a2a_s_facebook {
  width: 120px !important;
  text-align: left;
}
.a2a_button_hatena::after {
  content: "ブックマーク";
  display: block;
  width: 140px;
  height: 20px;
  font-size: 14px;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
}
.a2a_s_hatena {
  width: 140px !important;
  text-align: left;
}

.a2a_svg svg {
  width: 30px !important;
}
.a2a_svg svg {
  margin: 0 0 0 5px !important;
}

.recommended_columns {
  background: #f3fffb;
  border-radius: 10px;
  margin: 30px 0;
  overflow: hidden;
}

.recommended_columns h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background: #3897bd;
  color: #fff;
  margin-top: 0;
  padding: 10px 30px 10px 10px;
}

.recommended_columns h4 span.icon_pen {
  background: url(../images/common/icon_pen.png) no-repeat left center;
  background-size: 42px auto;
  padding: 15px 0 15px 45px;
}

.recommended_columns ul {
  padding: 30px;
}

.recommended_columns li {
  margin-bottom: 10px;
  background: url(../images/common/arrow_btn.png) no-repeat left 3px;
  background-size: 29px auto;
  padding: 5px 0 10px 40px;
  font-size: 16px;
}

.recommended_columns li a {
  font-weight: bold;
}

.recommended_columns li a:link {text-decoration:underline; color:#333;}
.recommended_columns li a:visited {text-decoration:underline; color:#333;}
.recommended_columns li a:hover {text-decoration:underline; color:#ab2548;}


.column_author {
  margin: 30px 0 45px;
  border-top: solid 1px #d9d9d9;
  text-align: right;
}

.column_author .column_author_tit {
  background: #666666;
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 30px;
  font-size: 0.778em;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.column_author .column_author_photo {
  width: 100px;
  height: 100px;
  float: left;
  margin-top: -15px;
  margin-right: 25px;
}

.column_author .column_author_photo img {
  width: 100%;
  height: auto;
}

.column_author .column_author_info {
  text-align: left;
  margin-top: -20px;
  padding-top: 15px;
}

.column_author .column_author_name {
  display: inline-block;
  font-size: 0.889em;
  font-weight: bold;
  background: url(../images/common/arrow_btn.png) no-repeat right center;
  background-size: 25px auto;
  margin: 0 0 5px 10px;
  padding-right: 35px;
}

.column_author .column_author_name a:link {text-decoration:underline; color:#333;}
.column_author .column_author_name a:visited {text-decoration:underline; color:#333;}
.column_author .column_author_name a:hover {text-decoration:underline; color:#ab2548;}

.single_honbun .column_author .column_author_profile p {
  font-size: 14px;
  margin-left: 10px;
}

.column_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.column_youtube.width70 {
  width: 70%;
  margin: 30px auto;
}

.column_youtube iframe {
  width: 100%;
  height: 100%;
}

.whitepaper_link {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 30px;
}

.whitepaper_link a {
  display: flex;
  justify-content: space-between;
  border: solid 3px #CF6657;
  padding: 15px;
}

.whitepaper_link .wp_thumbnail {
  width: 240px;
  display: flex;
  align-items: center;
}

.whitepaper_link a:hover .wp_thumbnail {
  opacity: 0.8;
}

.whitepaper_link .wp_thumbnail img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}

.whitepaper_link .wp_info {
  width: 500px;
}

.whitepaper_link .wp_title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}

.whitepaper_link p {
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.3;
  color: #666;
}

.whitepaper_link ul {
  margin-left: 0.3em;
}

.whitepaper_link li {
  position: relative;
  line-height: 2;
  list-style: none;
  font-size: 16px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.whitepaper_link li::before {
  content: '\f00c';
  margin-right: 6px;
  font-family: 'fontawesome';
  color: #6485B2;
}


.whitepaper_link a:link li {text-decoration:none; color:#333;}
.whitepaper_link a:visited li {text-decoration:none; color:#333;}
.whitepaper_link a:hover li {text-decoration:none; color:#333;}

.cta_column {
  border: solid 3px #CF6657;
  margin: 50px 0;
  padding: 15px;
  background: #fffcf9;
}

.cta_column h5 {
  border-bottom: solid 2px #CF6657;
  color: #CF6657;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 15px 15px 5px 15px;
}

.cta_column p {
  margin: 0 15px 15px;
}

.cta_column ul {
  margin: 0 15px 15px;
  padding: 25px 25px 10px;
  background: #fff;
  border-radius: 15px;
  border: solid 1px #f3d3cf;
}

.cta_column li {
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(./../images/common/icon_check_normal.png) no-repeat left top;
  background-size: 23px auto;
  font-weight: bold;
}

.cta_btn a {
  width: 80%;
  height: 60px;
  margin: 0 auto 30px;
  display: block;
  border-radius: 10px;
  line-height: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 20px;
  background: url(./../images/common/icon_download_cta.png) no-repeat left 30px center #CF6657;
  text-align: center;
  color: #fff;
}

.cta_btn.no_icon a {
  background-image: none;
}

.cta_btn a:hover {
  opacity: 0.8;
}

.to_detail {
  text-align: center;
  margin-bottom: 30px;
}

.to_detail a {
  background-size: 29px auto;
  padding: 15px 0;
  font-size: 20px;
}

.to_detail a:link {text-decoration:underline; text-decoration-thickness: 1px; color:#333;}
.to_detail a:visited {text-decoration:underline; text-decoration-thickness: 1px; color:#333;}
.to_detail a:hover {text-decoration:underline; text-decoration-thickness: 1px; color:#ab2548;}

.mail_magazine_form {
  border: 5px solid #CF6657;
  background: url(./../images/common/icon_mailmagazine.png) no-repeat right 50px top 120px #FEF8EF;
  margin: 40px 0;
  padding: 10px 30px 20px;
}

.mail_magazine_form h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 0;
  color: #de5e51;
  background: none;
  text-align: center;
  padding: 0;
}

.mail_magazine_form h5 {
  border: none;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 10px 0 15px;
  padding-bottom: 11px;
}

.single_honbun .mail_magazine_form ul.check_list_normal {
  font-size: 1em;
  margin-left: 20px;
}

.single_honbun .mail_magazine_form ul.check_list_normal li {
  margin-bottom: 10px;
}

.single_honbun .mail_magazine_form p {
  margin-bottom: 10px;
  font-size: 16px;
}

.single_honbun .mail_magazine_formarea p.mailmag_form_noritce {
  width: 550px;
  font-size: 14px;
  text-align: right;
}

.mail_magazine_formarea dl {
  display: flex;
  margin-bottom: 15px;
}

.mail_magazine_formarea dt {
  width: 150px;
}

.mail_magazine_formarea dd {
  width: 400px;
}

.mail_magazine_formarea dd input {
  width: 100%;
  padding: 10px;
}

.mail_magazine_form .wpcf7-list-item-label::before {
  border-color: #767676;
}

.mail_magazine_form .CF7_req {
  color: #de5e51;
}

.single_honbun .mail_magazine_form p a:link {text-decoration:underline;; color:#333;}
.single_honbun .mail_magazine_form p a:visited {text-decoration:underline; color:#333;}
.single_honbun .mail_magazine_form p a:hover {text-decoration:underline; color:#ab2548;}

.single_honbun .mail_magazine_form p a:after {
  display: none;
}

.mail_magazine_form input[type="checkbox"] {
  margin: 0;
}

.mail_magazine_form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  left: -1px;
  margin-top: -5px;
}

.mail_magazine_form .wpcf7-response-output {
  font-size: 16px;
}

.mail_magazine_form .CF7_btn .wpcf7-submit {
  background-color: #fff !important;
  border-radius: 10px;
  border: solid 2px #333;
  color: #333;
}


.talk-to-this-person {
  border: none !important;
  flex-direction: row-reverse;
  padding: 0 !important;
  align-items: flex-start !important;
  column-gap: 30px !important;
}

.talk-to-this-person__left-side {
  width: 110px !important;
  margin-top: 15px;
}

.talk-to-this-person__img {
  max-width: 120px !important;
  border-radius: 50%;
  overflow: hidden;
  border: solid 3px #ccc;
  margin-bottom: 5px;
}

.talk-to-this-person__right-side {
  padding: 25px;
  background: #f9ecdc;
  border-radius: 10px;
  position: relative;
}

.talk-to-this-person__right-side:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #f9ecdc;
}

.related_column_links {
  background: #fff8ef;
  border-radius: 10px;
  margin-bottom: 30px;
}

.related_column_links a:link {text-decoration:underline; color:#333;}
.related_column_links a:visited {text-decoration:underline; color:#333;}
.related_column_links a:hover {text-decoration:none; color:#ab2548;}

.related_column_links_tit {
  padding: 20px 10px 20px 10px;
  background: url(./../images/common/icon_plus.png) no-repeat right 30px center;
  cursor: pointer;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 700;
  font-weight: bold;
  color: #de5e51;
  font-size: 20px;
}

.related_column_links_tit:hover {
  color: #ec7c71;
}

.related_column_links.is-open .related_column_links_tit {
  background-image: url(./../images/common/icon_minus.png);
}

.related_column_links ul {
  padding: 0 30px;
  opacity: 0;
  line-height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.related_column_links.is-open ul {
  padding: 0px 30px 30px;
  line-height: 1.5;
  opacity: 1;
}

.related_column_links li {
  display: flex;
  align-items: start;
  padding: 0 10px;
}

.related_column_links.is-open li {
  padding: 10px 10px;
}

.related_column_links li::before {
  content: '●';
  font-size: 0.5em;
  padding-right: 0.7em;
}

.related_column_links.is-open li::before {
  padding-top: 8px;
}

/* メルマガ登録フォーム
----------------- */

#contact .mail_magazine_form {
  width: 820px;
  margin: 0 auto;
  padding: 45px;
}

#contact .mail_magazine_form h6 {
  font-size: 2em;
}

#contact .mail_magazine_form h5 {
  font-size: 3em;
  margin-bottom: 35px;
}

#contact .mail_magazine_form p {
  font-size: 1.6em;
  margin-bottom: 20px;
}

#contact .mailmag_form_noritce {
  text-align: right;
}

#contact .mail_magazine_form dl {
  font-size: 1.8em;
  margin-bottom: 25px;
}

#contact .mail_magazine_formarea dt {
  width: 200px;
  line-height: 52px;
}

#contact .mail_magazine_formarea dd {
  width: 500px;
}

#contact .mail_magazine_formarea dd input {
  padding: 15px;
  font-size: 16px;
}

/* お問い合わせ
----------------- */
.btn_calender a {
  width: 420px;
  height: 48px;
  margin-top: 10px;
  display: block;
  background: #de5e51;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: bold;
}

.btn_calender a:hover {
  background: #e68075;
}



/* 目次
----------------- */


#toc_container {
  margin-bottom: 60px;
}

  #toc_container {
    background: #fff8ef;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: solid 2px #eee;
    overflow: hidden;
  }

  #toc_container .toc_title,   #toc_container .widgettitle {
    text-align: center;
    margin-bottom: 20px;
    padding: 9px 0 10px;
    background: rgba(255,255,255,0.6);
    font-size: 20px;
    font-weight: bold;
    color: #c34a4e;
  }

  #toc_container {
    width: 90%;
    margin: 0 auto;
    padding: 30px 5.33%;
    font-size: 16px;
  }

  #toc_container li {
    margin-bottom: 2px;
  }

  #toc_container li a {
    background: url(../images/common/arrow_list_down.png) no-repeat left 5px;
    background-size: 17px auto;
    padding-left: 30px;
    display: block;
    font-weight: 700;
    border-bottom: dotted 1px #CCC;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  #toc_container li ul {
    margin: 0px 0 15px 60px
  }

  #toc_container li li a {
    background: none;
    position: relative;
    font-size: 0.9em;
    display: inline-block;
    font-weight: normal;
    padding-left: 0;
  }

  #toc_container li li a:after {
    width: 20px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    background: #ab2548;
    top: 13px;
    left: -25px;
  }


  /* 右カラムリニューアル202406 */

.article_contents aside .sect_box.no_sticky {
  position: relative;
  top: inherit;
}

aside #toc_container {
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
  background: #fff;
  border: none;
  font-size: 14px;
}

aside #toc_container .toc_title, #toc_container .widgettitle {
  font-size: 16px;
  text-align: left;
  color: #333;
  position: relative;
}

aside #toc_container .toc_title, #toc_container .widgettitle::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0px;
}

aside #toc_container .toc_title, #toc_container .widgettitle::after {
  content: '';
  width: 20%;
  height: 3px;
  background: #CF6657;
  position: absolute;
  left: 0;
  bottom: 0px;
}

aside #toc_container .toc_widget_list {
  max-height: 600px;
  padding-right: 10px;
  overflow-y: auto;
}

.article_contents aside h3.sidebar_title {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 16px;
  position: relative;
}

.article_contents aside h3.sidebar_title::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.article_contents aside h3.sidebar_title::after {
  content: '';
  width: 20%;
  height: 3px;
  background: #CF6657;
  position: absolute;
  left: 0;
  bottom: 0px;
}

#side_youtube {
  margin-bottom: 30px;
}

#side_youtube a {
  display: block;
  width: 100%;
  height: 180px;
  text-align: center;
}

#side_youtube p {
  font-size: 1.4em;
  margin-top: 10px;
}

#side_category_list {
  font-size: 1.6em;
  margin-bottom: 30px;
}

#side_category_list li {
  border-bottom: dotted 1px #CCC;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#side_banner {
  margin-bottom: 30px;
  overflow: hidden;
}

#side_banner a:hover img {
  opacity: 0.8;
}

aside h3 span.outerlink {
  background: url(./../images/common/icon_link.png) no-repeat right center;
  background-size: 21px auto;
  padding-right: 30px;
}

aside h3 span.youtube {
  background: url(./../images/common/icon_youtube.png) no-repeat right center;
  padding-right: 30px;
}

#side_youtube a:hover img {
  opacity: 0.8;
}

#side_to_freeseminar {
  margin-bottom: 50px;
}

#side_to_freeseminar .column_side_content {
  margin-top: 20px;
}

aside#case_study #side_popular_column .entry_list {
   margin-top: 0;
 }

#side_banner .banner_whitepaper:hover {
  opacity: 0.8;
}

.banner_whitepaper {
  width: 360px;
  height: 100px;
 background: url(./../images/common/banner_service_template.png) no-repeat center center;
 position: relative;
}

.banner_whitepaper a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner_whitepaper img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 75px;
  border: solid 1px #ededed;
  position: absolute;
  top: 13px;
  left: 15px;
  box-shadow: 3px 3px 2px #723838;
  -moz-box-shadow: 3px 3px 2px #723838;
  -webkit-box-shadow: 3px 3px 2px #723838;
}

.whitepaper_download_txt {
  font-size: 1.6em;
  line-height: 1;
  background: url(./../images/common/arrow_btn_s.png) no-repeat left center;
  background-size: 22px auto;
  margin-top: 10px;
  padding: 5px 0 5px 28px;
  float: right;
}

.whitepaper_download_txt a:link {text-decoration:underline; color:#ab2548;}
.whitepaper_download_txt a:visited {text-decoration:underline; color:#ab2548;}
.whitepaper_download_txt a:hover {text-decoration:none; color:#ab2548;}


/* コラム内検索
------------------------- */

#search_column {
  margin-bottom: 30px;
}

#search_column .search-form {
  width: 360px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #9a9692;
  overflow: hidden;
  background: #fff;
}

#search_column .search-field {
  width: 295px;
  height: 40px;
  padding: 5px 15px;
  font-size: 1.4em;
font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  margin: 0;
  border: none;
}

#search_column .search-field:focus  {
  outline: 0;
}

#search_column .search-submit {
  width: 50px;
  height: 40px;
  float: right;
  margin: 0;
  background: url(../images/common/icon_search_white.png) no-repeat center center #2482ab;
  background-size: 25px auto;
  border: none;
  cursor: pointer;
}

#search_column .search-submit:hover {
  background-color: #de5e51;
}

#search_column label {
  margin: 0;
}

.no_post {
  letter-spacing: normal;
  font-size: 2em;
  text-align: center;
  padding: 30px 0 75px;
}

#search_column.search_result {
  width: 500px;
  margin: 65px auto;
}

#search_column.search_result .search-form {
  width: 500px;
}

#search_column.search_result .search-field {
  width: 435px;
  height: 52px;
}

#search_column.search_result .search-submit {
  height: 52px;
}


/* 資料ダウンロード
------------------------- */

.download_form {
  background: #f3f8fe;
  margin: 30px 0;
  padding: 25px 25px 15px;
}

#download_form .download_form {
  background: none;
}

#main section p.download_form_lead {
  font-size: 14px;
/*
  background: #24bfae;
  padding: 10px 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
*/
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #de5e51 !important;
}


.download_form .ast {
  display: inline-block;
  margin-left: 5px;
  color: #FFD200;
  font-weight: bold;
  font-size: 15px;
}

#main section p.download_form_notice {
  font-size: 12px;
}

#main section p.download_form_must {
  font-size: 14px;
  margin-bottom: 5px;
}

.download_form_form {
  width: 550px;
}

.download_form .tbl_common {
  margin-bottom: 15px;
}

.download_form .tbl_common th, .download_form .tbl_common td {
  padding: 15px;
}

.download_form .tbl_common th {
  background: #6485b2;
  font-size: 13px;
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  background: #de5e51;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  border: none;
}

.no_online .download_form .check_online {
  display: none;
}


/* お問い合わせ
----------------- */
.btn_calender a {
  width: 100%;
}


/*---- ホワイトペーパー ----*/

main.white_paper {
  margin-bottom: 50px;
}

.wp_description {
  margin: 25px 0;
  font-size: 16px;
}

.wp_sample_pc img {
  width: 100%;
  height: auto;
}

.wp_sample_pc {
  display: block;
}

.wp_sample_sp {
  display: none;
}

.download_notice {
  display: block;
  margin-bottom: 25px;
  padding: 15px;
  background: #6485B2;
  font-size: 1.6em;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.download_notice span.strong {
  font-size: 1.1em;
  font-weight: bold;
  color: #fffc00;
}


body#oyakudachi.whitepaper_list main .sect_box {
  width: 940px;
}

body#oyakudachi.whitepaper_list main .entry_list {
  padding: 45px 10px 1px;
}

body#oyakudachi.whitepaper_list .entry_list.three_column dd.dd_image {
  width: 240px;
  height: 160px;
}

#oyakudachi #contents .flex {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

#oyakudachi #contents aside {
  width: 220px;
  font-size: 1.6em;
}

#oyakudachi #contents aside input {
  position: relative;
  opacity: 1;
}

#oyakudachi #contents aside h4 {
  background: url(./../images/common/icon_check.png) no-repeat left top 5px;
  background-size: 23px auto;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 28px;
  font-size: 1.2em;
}

.banner_member {
  text-align: center;
  margin: 20px 0 50px;
}

.banner_member a:hover {
  opacity: 0.8;
}


body#oyakudachi.whitepaper_list p.lead {
  font-size: 1.8em;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 35px;
}

body#oyakudachi.whitepaper_list p.lead a {
  color: #ab2548;
}

body#oyakudachi.whitepaper_list p.lead a:hover {
  color: #de5e51;
}

.kensuu {
  font-size: 1.6em;
  margin-bottom: 8px;
}

.member_link {
  font-size: 1.8em;
  margin-bottom: 8px;
}

.member_link a {
  font-weight: bold;
}

.member_link a:link {text-decoration:underline; color:#ab2548;}
.member_link a:visited {text-decoration:underline; color:#ab2548;}
.member_link a:hover {text-decoration:none; color:#ab2548;}


.js_conditions {
  margin-bottom: 30px;
}

.js_conditions h5 {
  border-bottom: solid 1px #999;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.entry_list article.js_target{
  display: none;
}

.entry_list article.js_target.js_selected{
  display: inline-block;
}

.new-form-area .side #meeting span.wpcf7-list-item-label {
  display: flex;
  color: #de5e51;
}

#meeting {
  display: none;
}

#meeting input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  left: 0;
}

.CF7_table #meeting td {
  font-size: 14px;
}


/* パスワード制限　フォーム */
#pass_area {
  width: 940px;
  background: #f5f5f5;
  padding: 80px 30px;
  border-radius: 10px;
}

.sect_box #pass_area h2 {
  font-size: 1.6em;
}

#pass_area form {
  text-align: center;
  margin-bottom: 30px;
}

#pass_area form input {
  padding: 10px;
}

#pass_area p {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 30px;
}

#pass_area p a:link {text-decoration:underline; color:#ab2548;}
#pass_area p a:visited {text-decoration:underline; color:#ab2548;}
#pass_area p a:hover {text-decoration:none; color:#ab2548;}


/* ポップアップ */

#openseminar #sgpb-popup-dialog-main-div-wrapper {
  display: none;
}

#openseminar .sgpb-theme-3-overlay {
  display: none;
}





/* お問い合わせフォーム */
#oyakudachi.whitepaper_single #header_fix{
     position: absolute;
}

#oyakudachi.whitepaper_single #main_visual {
  display: none;
}

#oyakudachi.whitepaper_single #header_fix {
  height: 110px;
}

#oyakudachi.whitepaper_single .contact_btn_area {
  display: none;
}

#oyakudachi.whitepaper_single #header_navi {
  display: none;
}

#oyakudachi.whitepaper_single .breadcrumb {
  display: none;
}

#oyakudachi.whitepaper_single #contents {
  padding-top: 120px;
  padding-bottom: 100px;
}
#oyakudachi.whitepaper_single #header_fix{
  padding-top: 0 !important;
  box-shadow:none !important;
}
#oyakudachi.whitepaper_single .contact_footer {
  display: none;
}

#oyakudachi.whitepaper_single #footer_bottom {
  display: none;
}

@media screen and (max-width: 767px) {
  .download_notice {
    font-size: 1.5rem;
  }

  #oyakudachi.whitepaper_single #header_fix {
    margin-top: 40px;
  }

  #oyakudachi.whitepaper_single header {
    padding-top: 32px;
  }

  #oyakudachi.whitepaper_single #header_fix {
    position: static;
    width: 100%;
    height: 100%;
  }

  #oyakudachi.whitepaper_single #header_fix h2 {
    position:  static;
    margin: 0 auto;
  }

  #oyakudachi.whitepaper_single #header_fix #menu_btn {
    display: none;
  }

  #oyakudachi.whitepaper_single #contents {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 64px;
  }

  #oyakudachi.whitepaper_single #contents {
    padding-bottom: 64px;
    padding-top: 30px;
  }

  #oyakudachi.whitepaper_single main.white_paper {
    margin-bottom: 0;
  }

}



/* 表組み
----------------- */

table.number {
  font-size: 16px;
}

  table.number th, table.number td {
    border-bottom:solid 5px #fff;
    vertical-align:middle;
    padding:10px;
  }

  table.number th {
    background:#655e5c;
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight:700;
    color:#fff;
  }

table.point {
  background:#f2eee6;
  font-size: 16px;
}

  table.point th, table.point td {
    border-bottom:solid 5px #fff;
    vertical-align:middle;
  }

  table.point th {
    color:#fff;
    padding:8px;
  }

  table.point th h3 {
    font-size:18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding:15px;
    background:#655e5c;
  }

  table.point td {
    padding:10px;
  }


dl.voice_jinji {
  border-bottom:solid 1px #ebebeb;
  padding:12px 0;
  overflow:hidden;
  font-size: 18px;
}

  dl.voice_jinji dt {
    width:120px;
    float:left;
  }

  dl.voice_jinji dt img {
    width:100%;
    height:auto;
  }

  dl.voice_jinji dd {
    width:580px;
    float:right;
  }

  dl.voice_jinji dd h3 {
    font-size:16px;
    font-weight:normal;
  }

dl.voice_student {
  padding:6px 0;
  overflow:hidden;
  font-size: 18px;
}

  dl.voice_student dt {
    width:47px;
    vertical-align:middle;
    display:table-cell;
  }

  dl.voice_student dd {
    width:649px;
    padding:10px 15px;
    border:solid 3px #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display:table-cell;
  }

  #main section dl.voice_student dd p { margin:0; }


table.basic {
  border-top:solid 3px #231916;
  border-bottom:solid 3px #231916;
  margin:30px 0;
  font-size: 16px;
}

  table.basic th, table.basic td {
    border-bottom:solid 1px #231916;
    vertical-align:top;
    padding:12px 18px;
  }

  table.basic td td {
    border: none;
    padding:5px 10px 5px 0;
  }

  table.basic table {
    margin-bottom: 15px;
  }

  table.basic th {
    background:#ebebeb;
    padding:12px 30px;
    font-weight:bold;
  }

  table.basic th.bg_red {
    background: #fbe7e7;
  }

  table.basic th.bg_green {
    background: #dcf9e9;
  }

  table.basic th.verCenter {
    vertical-align: middle;
  }

  table.basic td h3 {
    font-weight:normal;
    margin-bottom:5px;
  }

  table.basic td p {
    padding-left:20px;
  }

  table.basic td ol {
    padding-left:20px;
    margin-bottom:15px;
  }


table.image {
  table-layout: fixed;
}

  table.image td {
    vertical-align:top;
  }

  table.image dt {
    text-align:center;
  }

  table.image dl {
    background:#fffcea;
    margin:5px;
    padding:15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
  }

  table.image a:hover dl {
    background:#f9f3eb;
  }

  table.image dd {
    padding-top:10px;
  }

  table.image a:hover dd {
    color:#231916;
  }

  table.image dd.dd_title {
    line-height:1.3;
    color:#384d74;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    margin:0 auto;
    padding:3px 0 3px 0;
  }

  table.image a:hover dd.dd_title {
    color:#a22f2b;
    text-decoration:underline;
  }

  table.three_column a {
    display:inline;
  }

  table.three_column a:link {color:#231916; text-decoration:underline;}
  table.three_column a:visited {color:#231916; text-decoration:underline;}
  table.three_column a:hover {color:#a22f2b; text-decoration:underline;}

  table.three_column th, table.three_column table td {
    border-bottom:solid 3px #fff;
    padding:10px;
  }

  table.three_column th {
    border-right:solid 3px #fff;
  }

  table.three_column td span {
    font-size:12px;
  }

  table.three_column tr.clickable:hover td.lightblue {
    background:#fff6bd;
  }

  table.three_column tr.clickable:hover td {
    background:#fffcea;
  }

/*---- news detail -----*/
.news_summary img {
  max-width: 100%;
  height: auto;
}

/*---- Not Found -----*/

#not_found {
  text-align: center;
}

#not_found .btn_more {
  margin: 60px auto;
}



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

  SP layout

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


@media screen and (max-width: 767px) {


/*-----------------------------------------------------
  SP general　
-----------------------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  min-width: inherit;
  font-size: 1rem;
}

#wrapper {
  max-width: 100%;
}

img { width: 100%; }

.sp_kaigyou {
  display: block;
}

.pc_kaigyou {
  display: inline;
}



/*-----------------------------------------------------
  SP header
------------------------------------------------------*/

body.sub #main_visual {
  margin-top: 0 !important;
}

body.sub #main_visual, body.sub.third_level #main_visual {
  height: auto;
}

body.sub #main_visual h1, body.sub.third_level #main_visual h1, body#column.sub.third_level #main_visual h2 {
  line-height: 100px;
  font-size: 1.8rem;
}

body.sub.oyakudachi #main_visual h1, body#oyakudachi.sub.third_level #main_visual h1 {
  font-size: 1.4rem;
}

body#column.sub.third_level #main_visual h1, body#column.sub.third_level #main_visual h2 {
  font-size: 1.4rem;
}

body.sub.third_level #main_visual h1::before, body#column.sub.third_level #main_visual h2::before {
  background-size: 90px auto;
  left: 10px;
  margin-left: 0;
}

body#program.sub.third_level #main_visual h1 {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 15px;
}

body#program.sub.third_level #main_visual h2 {
  position: relative;
  top: inherit;
  left: inherit;
  font-size: 1.3rem;
  padding: 0 10px 15px 10px;
}
/*-----------------------------------------------------
  SP contents
------------------------------------------------------*/

#contents {
  padding-top: 0;
}

.breadcrumb {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 4%;
}

.breadcrumb li {
  height: auto;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-left: 15px;
  line-height: 1.5;
  background-position: left top 9px;
}

.breadcrumb li.home {
  padding: 5px 10px 0 25px;
  background-size: 20px auto;
  background-position: left top 0;
}

.sect_box h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.sect_box h2.font_small {
  font-size: 1.8rem;
}

.sect_box h2.font_medium_small {
  font-size: 2rem;
}

.sect_box h2.line_bottom::after{
  bottom: -10px;
}

.sect_box h3.font_pink {
  margin-bottom: 30px;
}

article h3.section_title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

section h4 {
  font-size: 1.6rem;
}

.sect_box.wide_full {
  padding: 0;
}

.sect_inner1100 {
  width: 100%;
  margin: 0;
  padding: 0 4%;
}

.sect_inner980 {
  width: 100%;
  margin: 0;
  padding: 0 4%;
}

.sect_inner780 {
  width: 100%;
  margin: 0;
  padding: 0 4%;
}

.sect_box .sect_inner1100, .sect_box .sect_inner980 {
  padding: 0;
}

.sect_box.wide_full .sect_inner1100, .sect_box.wide_full .sect_inner980 {
  padding: 0 4%;
}

.photo_full {
  margin-bottom: 10px;
}


.service_explanation {
  padding: 30px 0 20px;
}

.third_level .service_explanation {
  padding: 20px 0 0;
}

.third_level .service_explanation h4 span.number_green {
  font-size: 2.4em;
  top: -5px;
  left: 3px;
}

.service_explanation.font_normal {
  padding: 10px 0 0;
}

.sect_box .service_explanation h4 {
  font-size: 1.6rem;
  padding-left: 40px;
}

.service_explanation.one_line h4 span.number_green {
  top: 0;
}

.service_explanation .boxL {
  width: 100%;
  float: none;
  border-radius: 0;
}

.service_explanation li {
  margin: 0 0 15px 0;
  padding: 10px 15px 8px 15px;
}

.service_explanation ul.normal li {
  margin-left: 10px;
}
.service_explanation .boxL p {
  padding-left: 10px;
}

.service_explanation .boxR {
  width: 100%;
  float: none;
  padding-top: 15px;
  border-radius: 0;
}

.service_explanation .boxFull p {
  padding-left: 10px;
}

.bgred_area {
  padding: 15px;
}

.service_explanation .bgred_area {
  margin-left: 10px;
}

h3.number_red {
  font-size: 1.6rem;
}

.onayami {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.onayami .boxL {
  width: 100%;
  float: none;
  padding: 20px;
}

.onayami .boxR {
  width: 100%;
  float: none;
}

.onayami .boxL p {
  font-size:1.4rem;
}

.onayami .boxR img {
  width: 100%;
}

.sect_box .service_point h4 {
  font-size: 1.6rem;
  margin: 15px 2%;
}

.sect_box .service_point h4::before {
  width: 150px;
  height: 150px;
}

.service_point p {
  font-size: 1.4rem;
  margin: 30px 0 10px;
}

.service_problem {
  padding: 0;
}

.service_problem dl {
  width: 100%;
  margin: 0;
  overflow: hidden;
  clear: both;
  border-bottom: solid 1px #d8d8d8;
}

.service_problem dt {
  font-size: 1.4rem;
  float: left;
  width: 60%;
  padding: 15px;
  text-align: left;
}

.service_problem dd {
  width: 38%;
  float: right;
  padding: 15px;
}

.service_problem dd img {
  width: 70px;
}

.service_problem .etc {
  font-size: 1.4rem;
}

p.description_left {
  font-size: 1.4rem;
  line-height: 1.7;
}

.honbun_contact_btn {
  margin: 25px 0 50px;
}

.honbun_contact_btn .btn_request {
  margin: 15px 0 0;
}

.honbun_contact_btn .btn_contact a {
  background-position: left 20px center;
}

.lead p {
  font-size: 1.6rem;
}

.lead p.font_small {
  font-size: 1.4rem;
}

.service_message {
  padding: 20px 0;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

p.notice {
  font-size:1.3rem;
}

aside#case_study dt {
  height: auto;
}

aside#case_study {
  margin-bottom: 50px;
}

aside#case_study.casestudy_slide .entry_list {
  margin-top: 10px;
}

aside#case_study.casestudy_slide .sect_box {
  padding: 0;
}

aside#case_study.casestudy_slide dl {
  width: auto;
}

aside#case_study.casestudy_slide .entry_list article {
  border: none !important;
}

ul.check_list li {
  font-size: 1.6rem;
}

.fig_split div {
  margin: 0 0 10px;
}

.program_list {
  width: 90%;
  margin: 15px auto;
  padding: 15px 5px;
  height: 70px;
}

.program_list.open {
  height: 1850px;
}

.program_list h2 {
  font-size: 1.5rem;
}

.program_list h2 span::after {
  right: 0;
  top: inherit;
  bottom: -30px;
  font-size: 1.4rem;
  background-position: right 9px top 4px;
}

.program_list ul {
  width: 100%;
  padding: 0 15px;
}

.program_list li {
  font-size: 1.5rem;
  background-size: 24px auto;
  background-position: left top;
  padding-top: 3px;
  padding-left: 32px;
}
/*---- freeseminar -----*/

.category_link {
  padding: 15px 12px 5px;
}

.category_link .btn_more_pagelink {
  margin: 0 10px 10px 0;
  font-size: 1.2rem;
}

.category_link .btn_more_pagelink a {
  background-size: 18px auto;
  background-position: right top;
  padding-right: 22px;
}

.seminar_list {
  width: 100%;
  padding: 0 4%;
}

.seminar_list article {
  min-height: auto;
  padding: 40px 15px 15px;
}

.seminar_list.openseminar article {
  min-height: auto;
  padding: 20px 15px 15px;
}

.seminar_list.service_others article {
  padding: 20px 15px 15px;
  min-height: auto;
}

.seminar_list.service_others h3 {
  font-size: 1.6rem;
}

.seminar_others_description {
  font-size: 1.4rem;
  margin: 10px 0 20px;
}

.seminar_timing {
  width: 130px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 30px;
}

.seminar_list h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.seminar_list.openseminar h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.seminar_list h3 {
  font-size: 1.3rem;
  line-height: 1.3;
}

.seminar_list.openseminar h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.seminar_list h4 {
  font-size: 1.2rem;
}

.seminar_list.openseminar h4 {
  font-size: 1.3rem;
}

.seminar_list_photo {
  width: 90px;
  height: 60px;
  margin: 0 10px 30px 0;
}

.seminar_list .freeseminar_category div {
  font-size: 1.3rem;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.seminar_list .freeseminar_category div.relation_link {
  margin-left: 0;
}

.seminar_place_date {
  font-size: 1.3rem;
}

.seminar_theme li {
  font-size: 1.3rem;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.seminar_list .btn_more {
  position: relative;
  bottom: inherit;
  right: inherit;
  margin-bottom: 10px;
}

/*---- oyakudachi -----*/

.more_all {
  display: block;
  text-align: right;
  position: relative;
  top: inherit;
  right: inherit;
  margin-bottom: 15px;
}

.entry_list .category_link {
  margin-top: 25px;
}

body#oyakudachi.third_level main .sect_box h2 {
  font-size: 1.8rem;
}

body#oyakudachi.third_level .sect_box h3 {
  font-size: 1.4rem;
}

.oyakudachi_description {
  font-size: 1.4rem;
}

body#oyakudachi.third_level .casestudyR li {
  font-size: 1.4rem;
}

.casestudyR02 {
  width: 100%;
  float: none;
}

#download_form {
  width: 92%;
  margin: 0 auto 30px;
}

#download_form h2 {
  font-size: 1.8rem;
}

#download_form table {
  font-size: 1.2rem;
}

.form_table th, .form_table td {
  padding: 10px;
}

.form_table th {
  width: 80px;
}

.form_table .input_short input {
  width: 120px;
}

.form_table .input_mid input {
  width: 200px;
}

.form_table .input_short input[type=checkbox], .form_table .input_mid input[type=checkbox] {
  width: auto;
}

.btnbox input {
  width: 300px;
  height: 50px;
  line-height: 40px;
  font-size: 1.6rem;
}



/*---- casestudy -----*/
.achievement {
  margin-bottom: 50px;
}

.sect_box .achievement h2 {
  margin-bottom: 10px;
}

.achievement li {
  width: 30%;
  height: 70px;
  margin: 0 0 10px;
  padding: 0 10px;
  vertical-align: top;
}

.achievement li img {
  width: 85%;
}

@media screen and (max-width: 420px) {
  .achievement li {
    width: 47%;
    height: 60px;
  }

  .achievement li img {
    width: 90%;
  }

}


.category_link.width_fixed ul {
  margin: 0;
}

.category_link.width_fixed li {
  width: auto;
  padding: 0;
}

.category_link.width_fixed li .btn_more_pagelink {
  margin: 0 10px 10px 0;
}

body#casestudy .entry_list dt {
  min-height: auto;
}


/*---- about -----*/

.about_purpose p {
  font-size: 2rem;
}

.value {
  margin-top: 35px;
  padding: 15px 20px 5px;
}

.value dl {
  padding-bottom: 15px;
}

.value dt {
  width: 15%;
  font-size: 1.8rem;
}

.value dd {
  width: 85%;
  font-size: 1.6rem;
  padding-top: 3px;
}

.rootsL {
  width: 100%;
}

.rootsL h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.rootsL p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.rootsR {
  width: 100%;
  float: none;
  padding: 0;
}

.rootsR img {
  width: 145px;
}

.roots_hedgehog {
  margin-top: 30px;
  padding: 15px;
}

.roots_hedgehog h3 {
  font-size: 1.6rem;
}

.roots_hedgehog h3 span {
  background-size: 46px auto;
  padding-right: 55px;
}

.roots_hedgehog p {
  font-size: 1.4rem;
}

.about_message p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.jiririta {
  margin-top: 30px;
  padding: 30px;
}

.jiririta h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.about_company p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.company_info {
  margin-bottom: 30px;
}

.company_info h3, .company_history h3 {
  font-size: 1.6rem;
}

.company_info th, .company_info td {
  font-size: 1.4rem;
  padding: 10px 10px 12px;
}

.company_info th {
  width: 35%;
}

.company_history th, .company_history td {
  font-size: 1.4rem;
  padding: 10px 10px 12px;
}

.company_history th {
  width: 30%;
}

.member_profile {
  margin-bottom: 25px;
}

.profileL, .profileR {
  width: 100%;
  float: none;
}

.profileR {
  padding-top: 20px;
}

.profile_message {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.profile_position {
  font-size: 1.4rem;
}

.profile_name {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.profile_specialty h4 {
  font-size: 1.4rem;
}

.profile_specialty div {
  padding: 15px 20px;
  font-size: 1.4rem;
}

.profile_honbun {
  padding: 0;
}

.profile_honbun .box {
  margin-bottom: 25px;
}

h2.underline_red {
  font-size: 1.8rem;
}

h3.underline_red {
  font-size: 1.8rem;
}

h3.normal {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

body#program h3.normal {
  font-size: 1.6rem;
}

.honbun_contact_btn.one_column .btn_contact, .honbun_contact_btn.one_column .btn_request {
  width: 85%;
}

.honbun_contact_btn.one_column a .btn_contact, .honbun_contact_btn.one_column .btn_request a {
  font-size: 2rem;
}

.box_two_colums .boxL, .box_two_colums .boxR {
  width: 100%;
}

.profile_honbun li {
  width: 100%;
}

#column_incharge .entry_list h4 {
  min-height: auto;
}

.contact_incharge {
  padding: 15px;
}

.contact_incharge p {
  font-size: 1.5rem;
}

.company_index {
  letter-spacing: normal;
}

.index_box {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  padding: 15px;
}

.index_box:nth-child(odd) {
  margin-right: 0;
}

.index_box h2 {
  font-size: 1.8rem;
}

.index_box p {
  height: auto;
  font-size: 1.4rem;
}

.index_box .btn_more {
  width: 100%;
  margin-bottom: 0;
}
/*---- casestudy -----*/

body#casestudy.third_level main .sect_box h2 {
  font-size: 2rem;
}

body#casestudy.third_level .sect_box h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.casestudy_summary {
  margin-bottom: 30px;
}

.casestudyL, .casestudyR {
  width: 100%;
  float: none;
}

.casestudyL {
  margin-bottom: 15px;
}

.casestudyR {
  margin-bottom: 15px;
  padding: 15px;
}

.casestudyR00 {
  width: 100%;
  background: none;
  float: none;
  font-size: 1.6rem;
}

.casestudyR li {
  font-size: 1.4rem;
  padding: 5px 0 5px 35px;
}

.casestudy_honbun {
  padding: 0;
}

.casestudy_honbun .box {
  margin-bottom: 30px;
}

body#casestudy.third_level .sect_box .casestudy_honbun h3 {
  margin-bottom: 23px;
}

.casestudy_honbun p {
  font-size: 1.4rem;
}

body#casestudy aside .sect_box h2 {
  margin-bottom: 15px;
}

section .casestudyR h4 {
  font-size: 1.6rem;
}

.seminar_voice li {
  font-size: 1.4rem;
  background-size: 20px auto;
  background-position: left top;
  padding-left: 28px;
}

/*---- openseminar -----*/

body#openseminar.third_level main .sect_box h2 {
  font-size: 2rem;
}

body#openseminar.third_level .sect_box h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

#seminar_fee h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#seminar_fee h4 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.seminar_fee_table table {
  font-size: 1.1rem;
}

.seminar_fee_table th, .seminar_fee_table td {
  padding: 15px 3px;
  vertical-align: middle;
}

.seminar_fee_table {
  padding-top: 0;
}

.single_honbun .openseminar_titlearea h2 {
  font-size: 1.3rem;
}

.single_honbun .openseminar_titlearea h1 {
  font-size: 1.8rem;
}

.openseminar_titlearea .seminar_theme li {
  font-size: 1.3rem;
}

.openseminar_titlearea .seminar_place_date {
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.single_honbun .btn_more_pagelink {
  font-size: 1.6rem;
}

.single_honbun .seminar_summary p img {
  float: none;
}

.single_honbun section h1 {
  font-size: 1.8rem;
}

.btn_application span {
  background: url(../images/common/arrow_btn.png) no-repeat right 15px center;
  background-size: 24px auto;
  padding: 3px 50px 3px 0;
}

#openseminar_freshman #sect_01 .sect_inner1100 {
  height: 380px;
  padding: 20px;
  border-left: none;
  border-right: none;
  background-image: url(./../images/openseminar/header_bg_openseminar_freshman_sp.jpg);
  background-size: auto 100%;
}

#openseminar_freshman #sect_01 h3 {
  font-size: 1.8rem;
}

#openseminar_freshman #sect_01 h4 {
  font-size: 2.2rem;
}

#openseminar_freshman #sect_01 .to_openseminar {
  width: 100%;
  margin-top: 15px;
}

#openseminar_freshman .three_points {
  justify-content: space-between;
  margin-bottom: 15px;
}

#openseminar_freshman #sect_01 .sect_inner1100 .txtLeft {
  text-align: center !important;
}

#openseminar_freshman .three_points .point {
  width: 32%;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-right: 0;
  padding: 10px 5px 0;
}

.btn_page_contact.two_lines {
  height: 50px;
}

.btn_page_contact.two_lines a {
  font-size: 1.6rem;
  padding-top: 4px;
  line-height: 1.2;
}

#openseminar_freshman .btn_page_contact.two_lines {
  width: 95%;
  margin: 5px;
}

#openseminar_freshman #sect_01 .btn_page_contact {
  margin-bottom: 10px;
}

.btn_page_contact.two_lines.txt_single_line a {
  line-height: 50px;
}

#openseminar_freshman #sect_01 .notice {
  margin-bottom: 5px;
}

.page_link {
  width: 100%;
  padding: 0 15px;
}

.page_link .btn_page_contact {
  width: 48%;
  height: 45px;
}

.page_link .btn_page_contact a {
  font-size: 1.4rem;
  line-height: 43px;
}

.btn_page_contact.wide {
  width: 95%;
  height: 50px;
}

.btn_page_contact.wide a {
  font-size: 1.4rem;
  line-height: 50px;
}

.program_two_columns {
  display: block;
}

.program_boxL {
  width: 100%;
  text-align: center;
}

.program_boxL img {
  width: 85%;
}

.program_boxR {
  width: 100%;
}

.program_boxR p {
  font-size: 1.4rem;
}

ul.check_list_normal {
  font-size: 1.6rem;
}

p.key_points {
  padding: 0 4%;
  font-size: 1.6rem;
}

#openseminar_freshman p.key_points span {
  font-size: 1.8rem;
}

#openseminar_freshman .service_explanation h4 {
  font-size: 1.8rem;
}

#openseminar_freshman .service_explanation h4 span.number_green {
  top: -15px;
}

#openseminar_freshman .service_explanation p {
  font-size: 1.4rem;
}

.service_explanation .more::after {
  bottom: 0;
}

.service_explanation .boxL {
  padding-bottom: 20px;
}

#openseminar_freshman .service_explanation .boxR {
  margin-top: -50px !important;
}

#openseminar_freshman .service_explanation .boxR img {
  width: 60%;
}

#openseminar_freshman .service_explanation li {
  font-size: 1.4rem;
}

.tokuten_open {
  font-size: 1.6rem;
}

#seminar_fee .fee_simulation {
  padding: 15px;
}

#fee_calculation {
  padding: 15px;
}

.fee_calculation_wrap {
  flex-flow: wrap;
  justify-content: center;
}

.fee_calculation_box p {
  font-size: 14px;
  margin-right: 0;
}

.fee_calculation_box {
  font-size: 14px;
  margin: 0 10px 10px;
}

.fee_calculation_box select {
  width: 70px;
}

.fee_calculation_box input {
  margin: 0 0 30px 0;
  font-size: 16px;
}

.fee_calculation_box.total p {
  font-size: 16px;
}

#total {
  width: 130px;
}

.tokuten_open label {
  padding-right: 35px;
  background-position: right 5px center;
}

.sect_box h3.font_pink.font_l {
  font-size: 2rem;
}

#seminar_schedule_2022 .btn_more_s {
  padding-right: 20px;
  background-size: 18px auto;
}

#openseminar_freshman .box_two_colums_evenly {
  display: block;
  padding: 10px;
}

.box_two_colums_evenly .boxL, .box_two_colums_evenly .boxR {
  width: 100%;
}

#seminar_fee .box_two_colums_evenly h4, #seminar_fee .box_two_colums_evenly p.normal_left {
  font-size: 1.2rem;
}

.client_illust {
  width: 80px;
  height: 80px;
  border: solid 4px #fff;
  top: -50px;
  left: 10px;
}

#case_01 .client_illust {
  background-size: 50px auto;
}

#case_01 .client_name {
  margin: 12px 0 10px 0;
  font-size: 1.4rem;
}

.case_box {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px 20px 25px;
}

.case_box h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 10px 0 10px 0;
}

.case_box .client_photo {
  width: 150px;
  left: inherit;
  right: 20px;
}

#openseminar_freshman .case_box .client_name {
  margin-left: 0;
  margin-top: 20px;
  font-size: 1.4rem;
}

#openseminar_freshman .case_box h3 {
  margin-left: 10px;
}

.case_box h3 span {
  background-size: auto 15px;
}

#openseminar_freshman .case_box h4 {
  font-size: 1.6rem;
}

.client_comment {
  margin: 10px 0;
  padding: 15px;
}

p.normal_left {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.voice_box {
  width: 100%;
  margin-bottom: 20px;
}

.voice_box dt {
  width: 50px;
  height: 40px;
  margin-top: 10px;
  padding-top: 50px;
  background-size: 40px auto;
  font-size: 1.2rem;
}

#openseminar_freshman .voice_box dt {
  height: 70px;
}

.voice_box dd {
  width: 270px;
  margin-left: 25px;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.voice_box dd:before {
  top: 30px;
  left: -30px;
  border: 10px solid transparent;
  border-right: 20px solid #f8f8f8;
}

#openseminar_freshman section#sect_09 {
  margin-bottom: 80px;
}

#openseminar_freshman aside#sect_10 {
  margin-bottom: 50px;
}

#openseminar_freshman .service_explanation h5 {
  font-size: 1.6rem;
}

#window {
  width: 95%;
  height: auto;
  padding-top: 35px;
}


/*---- seminar schedule ----*/

#seminar_schedule_2022 {
  font-size: 1.2rem;
  margin: 20px 0;
}

#seminar_schedule_2022 th, #seminar_schedule_2022 td {
  padding: 10px 5px;
}

#seminar_schedule_2022 td.seminar_schedule_date {
  text-align: center;
}

#seminar_schedule_2022 .schedule_target {
  text-align: center;
}

#seminar_schedule_2022 .schedule_target li {
  width: 55px;
  margin-bottom: 5px;
  padding: 5px 3px;
  font-size: 1rem;
  line-height: 1.3;
}

#seminar_schedule_2022 .schedule_target li.wide {
  width: 55px;
}

.seminar_schedule_notice {
  font-size: 1.2rem;
}



/*---- openseminar freshman 2025 ----*/

body#open_seminar_freshman #wrapper {
  overflow: hidden;
}

#openseminar_freshman_wrap {
  display: block;
}

#openseminar_freshman_left {
  display: none;
}

#openseminar_freshman.year_2025 #sect_02 {
  margin-bottom: 0;
}

#openseminar_freshman.year_2025 .achievement {
  margin-bottom: 0px;
}

#openseminar_freshman.year_2025 #sect_01 .sect_inner1100 {
  height: 270px;
  padding: 20px;
  background-image: url(./../images/openseminar/header_bg_openseminar_freshman_2025_sp.jpg);
  background-size: auto 100%;
}

#openseminar_freshman.year_2025 #sect_01 h3 {
  font-size: 1.8rem;
}

#openseminar_freshman.year_2025 #sect_01 h4 {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-top: 8px;
}

#openseminar_freshman.year_2025 .header_lead {
  font-size: 1.5rem;
}

#openseminar_freshman.year_2025 #sect_01 .to_openseminar {
  left: 20px;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman {
  width: 90%;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman {
  margin-bottom: 30px;
  padding: 15px 15px 0;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman_title {
  font-size: 1.5rem;
}

#openseminar_freshman.year_2025 .banner_btn_area {
  display: block;
}

#openseminar_freshman.year_2025 #popup_contents .txtCenter {
  display: block;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman .btn_page_contact, #openseminar_freshman.year_2025 #popup_contents .btn_page_contact {
  display: block;
  width: 85%;
  height: 45px;
  margin: 0 auto 15px;
}

#openseminar_freshman.year_2025 .banner_openseminar_freshman .btn_page_contact a, #openseminar_freshman.year_2025 #popup_contents .btn_page_contact a {
  font-size: 1.6rem;
  line-height: 45px;
}

#openseminar_freshman.year_2025 .openseminar_freshman_lead {
  padding: 30px 15px 15px;
}

#openseminar_freshman.year_2025 .openseminar_freshman_lead p {
  font-size: 1.4rem;
}

#openseminar_freshman.year_2025 .openseminar_freshman_lead span {
  font-size: 1.1em;
  line-height: 1.8;
}

#openseminar_freshman.year_2025 .service_explanation h4 {
  font-size: 1.8rem;
}

#openseminar_freshman.year_2025 .service_explanation .boxL {
  width: 100%;
}

#openseminar_freshman.year_2025 .service_explanation p {
  font-size: 1.4rem;
}

#openseminar_freshman.year_2025 .service_explanation .boxR {
  text-align: center;
  margin-top: -40px !important;
}

#openseminar_freshman.year_2025 .merit_box {
  display: block;
}

#openseminar_freshman.year_2025 .merit_box dl {
  margin: 0 auto 15px;
}

#openseminar_freshman.year_2025 .merit_box dd img {
  width: auto;
  height: auto;
}

#openseminar_freshman.year_2025 .merit_box dl::after {
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 2.4rem;
}

#openseminar_freshman.year_2025 .merit_box dt {
  font-size: 1.6rem;
  height: 90px;
}

#openseminar_freshman.year_2025 .bg_white {
  margin: 20px 0 0;
  padding: 15px;
}

#openseminar_freshman.year_2025 .bg_white h4 {
  font-size: 1.4rem;
}

#openseminar_freshman.year_2025 .fukidashi_icon {
  padding: 130px 0 20px 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

#openseminar_freshman.year_2025 .fukidashi_icon::before {
  left: 50%;
  transform: translateX(-50%);
}

#openseminar_freshman.year_2025 .fukidashi_icon::after {
  width: 180px;
  content: 'アーティエンス担当者';
  left: 50%;
  transform: translateX(-50%);
}

#openseminar_freshman.year_2025 .graph_area div {
  text-align: center;
  margin-bottom: 20px;
}

#openseminar_freshman.year_2025 .graph_area div img {
  width: auto;
}

#openseminar_freshman.year_2025 #seminar_fee h3 {
  font-size: 1.8rem;
}

#openseminar_freshman.year_2025 section#sect_08 {
  margin-bottom: 60px;
}

.teacher_introduction_box .teacher_photo {
  width: 150px;
  height: 100px;
  margin-right: 15px;
  float: left;
}

.teacher_introduction_box {
  display: block;
}

.teacher_introduction_box .teacher_info {
  width: 100%;
}

.teacher_introduction_box .teacher_name {
  font-size: 1.6rem;
  background-size: 24px auto;
}

.teacher_introduction_box .teacher_info p {
  font-size: 1.4rem;
}

#openseminar_freshman.year_2025 .voice_box dt {
  width: 50px;
  height: 70px;
  background-size: 50px auto;
}

#openseminar_freshman.year_2025 .voice_box dd {
  width: calc(100% - 80px);
}

.situation_photo {
  flex-wrap: wrap;
  margin-top: 30px;
}

.situation_photo.four_colums div {
  width: 48%;
  margin-bottom: 15px;
}

#openseminar_freshman.year_2025 .page_link .to_openseminar {
  display: block;
  margin: 0 auto;
}

#openseminar_freshman.year_2025 .page_link:after {
  display: none;
}

#openseminar_freshman.year_2025 .roadmap {
  display: block;
}

#openseminar_freshman.year_2025 .roadmap_wrap {
  width: 100%;
  margin: 0 0 30px;
}

#openseminar_freshman.year_2025 .roadmap_wrap::after {
  right: inherit;
  top: inherit;
  bottom: -25px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(90deg);
}

#openseminar_freshman.year_2025 .roadmap dd.roadmap_key {
  height: auto;
}

/*---- community -----*/

h3.number {
  font-size: 1.6rem;
  padding-top: 10px;
}

h3.number span {
  top: 0;
}

.image_right {
  width: 100%;
  float: none;
  margin: 10px 0;
}

.single_honbun table,/*Lucy追加*/
table.normal {
  margin: 20px 0;
  font-size: 1.4rem;
}

.single_honbun table,/*Lucy追加*/
.single_honbun table.normal {
  font-size: 14px;
}

.single_honbun table th, .single_honbun table td,/*Lucy追加*/
table.normal th, table.normal td {
  padding: 10px;
}

.qanda dl {
  position: relative;
  margin-bottom: 45px;
}

.qanda dt {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.qanda dt:hover {
  opacity: 1;
}

.qanda dt span.btn_answer {
  top: inherit;
  bottom: -40px;
}

.qanda dd {
  font-size: 1.4rem;
  padding: 10px;
}

ul.general_list {
  margin: 15px 0 15px 0;
}

ul.general_list li {
  font-size: 1.4rem;
}

/*---- single_honbun -----*/
.single_honbun {
  font-size: 1.6rem;
}

.single_honbun h1 {
  font-size: 1.8rem;
}

.single_honbun p {
  font-size: 16px !important;
}

.single_honbun p span {
  font-size: 16px !important;
}

.single_honbun h2 {
  font-size: 1.8rem;
}

.single_honbun h3.line {
  font-size: 1.6rem;
  line-height: 1.3;
  padding-bottom: 5px;
}

.single_honbun div.notice {
  font-size: 1.4rem;
}

.download_form {
  padding: 10px 0;
}

.single_honbun .download_form {
  padding: 20px 10px 10px;
}

.download_form_form {
  width: 100%;
  font-size: 1.2rem;
}

.download_form .tbl_common th, .download_form .tbl_common td {
  padding: 10px;
}

.form_table td input[type="text"] , .form_table td input[type="email"]  {
  width: 200px;
}

.form_table textarea {
  width: 250px;
}

.single_honbun .download_form p {
  font-size: 1.4rem;
}

.banner_seminar {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}

.sns_btn {
  width: 100%;
  margin: 20px auto;
  padding: 15px 15px 5px 15px;
  background-position: bottom 20px right 10px;
  background-size: 80px auto;
}

.sns_btn p {
  width: 100%;
  font-size: 1.8rem;
  margin: 15px auto 20px;
}

.sns_btn p:before {
  top: inherit;
  right: inherit;
  bottom: -24px;
  left: 90%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
}

.sns_btn p:after {
  top: inherit;
  right: inherit;
  bottom: -30px;
  left: 90%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #d9d9d9;
}

.a2a_button_twitter, .a2a_button_facebook, .a2a_button_hatena {
  margin-bottom: 10px;
}

#toc_container {
  width: 100%;
}

#toc_container li a {
  padding-left: 20px;
}

#toc_container li ul {
  margin-left: 30px;
}

.txtRight {
  font-size: 1.4rem;
}

#download_form p.txtRight {
  font-size: 1.4rem;
}

.single_honbun  p.f10 { font-size: 10px;}
.single_honbun  p.f11 { font-size: 11px;}
.single_honbun  p.f12 { font-size: 12px;}
.single_honbun  p.f13 { font-size: 13px;}
.single_honbun  p.f14 { font-size: 14px;}
.single_honbun  p.f15 { font-size: 15px;}

.single_honbun .image_area {
  margin-bottom:15px;
}

.single_honbun .indent {
  margin-left:20px;
}


.recommended_columns h4 {
  font-size: 1.6rem;
}

.recommended_columns ul {
  padding: 25px 15px 5px 15px;
}

.recommended_columns li {
  background-size: 24px auto;
  font-size: 1.4rem;
}

.column_author .column_author_photo {
  width: 25%;
  height: auto;
}

.column_author .column_author_info {
  padding-top: 25px;
}

.single_honbun .column_author .column_author_profile p {
  margin-bottom: 0;
  margin-left: 0;
}

.whitepaper_link a {
  display: block;
}

.whitepaper_link .wp_thumbnail {
  width: 100%;
  margin-bottom: 15px;
}

.whitepaper_link .wp_info {
  width: 100%;
}

.single_honbun .whitepaper_link p {
  font-size: 1.4rem;
}

.seminarinfo_insert {
  width: auto;
  margin: 30px 4%;
  padding: 25px;
}

.seminarinfo_insert_inner {
  display: block;
}

.seminarinfo_insert h3 span {
  margin: 10px 0 0;
}

.seminarinfo_insert_L, .seminarinfo_insert_R {
  width: auto;
}

.seminarinfo_insert .btn_more {
  margin-bottom: 0;
}

.seminarinfo_insert .btn_more {
  width: 80%;
  height: 44px;
}

.seminarinfo_insert .btn_more a {
  font-size: 1.5em;
  line-height: 40px;
}

.cta_column {
  padding: 10px;
}

.cta_column p {
  margin: 0 0 15px;
}

.cta_column ul {
  margin: 0 0 15px;
}

.cta_btn a {
  width: 100%;
  padding-left: 35px;
  font-size: 18px;
  background-position: left 15px center;
}

.to_detail {
  text-align: left;
  margin-bottom: 20px;
}

.to_detail a {
  display: block;
  font-size: 18px;
  background-position: left top;
  padding: 0;
}


.single_honbun .mail_magazine_formarea p.mailmag_form_noritce {
  width: 100%;
}

.mail_magazine_form {
  padding: 10px 15px 20px;
}

.mail_magazine_form h6 {
  font-size: 1.4rem;
}

.mail_magazine_form h5 {
  font-size: 1.8rem;
}

.single_honbun .mail_magazine_form ul.check_list_normal {
  margin-left: 10px;
}

.mail_magazine_form .CF7_btn .wpcf7-submit {
  font-size: 1.6rem !important;
  padding: 15px !important;
}

.talk-to-this-person {
  flex-direction: column-reverse !important;
}

.talk-to-this-person__left-side {
  margin-top: 10px !important;
  margin-left: calc(100% - 110px) !important;
  margin-right: 0 !important;
}

.talk-to-this-person__right-side:before {
  top: inherit;
  bottom: -30px;
  left: calc(100% - 70px);
  transform: rotate(90deg);
}

.talk-to-this-person__right-side {
  padding: 13px 25px;
}

.related_column_links_tit {
  font-size: 1.6rem;
  padding: 15px 15px 15px 0;
  background-position: right 10px center;
  background-size: 12px auto;
}

.related_column_links_tit:hover {
  color: #de5e51;
}

.related_column_links.is-open .related_column_links_tit {
  background-size: 12px auto;
}

.related_column_links ul {
  padding: 0 10px;
}

.related_column_links.is-open ul {
  padding: 0 10px 20px;
}


/*---- メルマガ登録フォーム -----*/

#contact .mail_magazine_form {
  width: 100%;
  padding: 25px;
  border: none;
  background-size: 120px auto;
  background-position: top 150px right 30px;
}

#contact .mail_magazine_form h6 {
  font-size: 1.5rem;
  margin-top: 0;
}

#contact .mail_magazine_form h5 {
  font-size: 2rem;
  margin-bottom: 15px;
}

#contact .mail_magazine_form dl {
  font-size: 1.6rem;
  flex-flow: column;
  margin-bottom: 15px;
}

#contact .mail_magazine_formarea dt {
  line-height: 2;
}

#contact .mail_magazine_formarea dt, #contact .mail_magazine_formarea dd {
  width: 100%;
}

#contact .mail_magazine_form p.mailmag_form_noritce {
  margin-bottom: 0;

}

/*---- news -----*/

#news main {
  padding-bottom: 30px;
}

.news_class_detail {
  font-size: 1.4rem;
  padding: 5px 10px;
}

/*---- ホワイトペーパー ----*/

.wp_description {
  display: none;
}

.wp_sample_pc {
  display: none;
}

.wp_sample_sp {
  display: block;
  margin-top: 35px;
}

.download_notice span.strong {
  font-size: 1em;
}

#oyakudachi #contents .flex {
  width: 100%;
  display: block;
}

#oyakudachi #contents aside {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 4%;
  background-color: #f8f8f8;
}

body#oyakudachi.whitepaper_list main .sect_box {
  width: 100%;
}

.js_conditions {
  margin-bottom: 15px;
}

body#oyakudachi.whitepaper_list label {
  display: inline-block;
}

body#oyakudachi.whitepaper_list p.lead {
  padding: 0 4%;
  font-size: 1.6rem;
}

body#oyakudachi.whitepaper_list .entry_list.three_column dd.dd_image {
  width: 120px;
  height: 80px;
}

body#oyakudachi.whitepaper_list main .entry_list {
  padding: 15px;
}

/*---- program -----*/
body#program .sect_box h2 {
  font-size: 1.8rem;
}

body#program .sect_box .service_catchcopy h2 {
  font-size: 2.4rem;
  margin-bottom: 0;
}

.program_lead {
  font-size: 1.6rem;
  padding: 15px;
}

ul.normal_list li {
  font-size: 1.4rem;
  margin-left: 10px;
}

.box {
  margin-bottom: 30px;
}

ol.normal_ol li {
  font-size: 1.4rem;
  margin-left: 15px;
}

.program_image dl {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}

.program_image dd.img_zoom img {
  margin-bottom: 0;
}

.program_image dt {
  width: 95%;
  font-size: 1.4rem;
  padding: 10px 15px;
}

.title_btn {
  width: 100%;
  left: 0;
  margin-left: 0;
  justify-content: center;
}

.title_btn .whitepaper_btn a {
  width: 220px;
  font-size: 1.4rem;
  background-size: 24px auto;
}

.title_btn .meeting_btn a {
  width: 100px;
  font-size: 1.3rem;
}

body#program.third_level #contents {
  padding-top: 80px;
}

.seminar_summary .title_btn {
  position: relative;
  top: inherit;
  right: inherit;
}

.seminar_summary .title_btn .whitepaper_btn, .seminar_summary .title_btn .meeting_btn {
  width: 80%;
  margin: 0 auto 15px;
}

.seminar_summary .title_btn .whitepaper_btn a {
  width: 100%;
  margin-right: 0;
  font-size: 1.6rem;
}

.seminar_summary .title_btn .meeting_btn a {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}

.honbun_title_btn .title_btn {
  display: block;
  margin-bottom: 30px;
}

.honbun_title_btn .title_btn .whitepaper_btn, .honbun_title_btn .title_btn .meeting_btn {
  width: 80%;
  margin: 0 auto 15px;
}

.honbun_title_btn .title_btn .whitepaper_btn a {
  width: 100%;
  margin-right: 0;
  font-size: 1.6rem;
}

.honbun_title_btn .title_btn .meeting_btn a {
  width: 100%;
  font-size: 1.6rem;
}

.column_youtube.width70 {
  width: 100%;
}

/*---- program -----*/

h3.program_line {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

p.lead_program {
  font-size: 1.6rem;
}

.target_group li {
  height: 30px;
  line-height: 30px;
  font-size: 1.5rem;
}

.program_check_list li {
  width: 47%;
  margin: 0 3% 15px 0;
  background-size: 28px auto;
  font-size: 1.5rem;
}

@media screen and (max-width: 375px) {
  .program_check_list li {
    font-size: 1.4rem;
  }

}

.program_check_list li:nth-of-type(2n) {
  margin-right: 0;
}

.program_check_list li:nth-of-type(3n) {
  margin-right: 3%;
}

.program_check_list.worries li.blank, .program_check_list.recommendation li.blank {
  height: 100px;
}

.program_check_list.worries {
  background-size: 70px auto;
  background-position: right 30px bottom 15px;
}

.program_check_list.recommendation {
  background-size: 120px auto;
  background-position: right 5px bottom 15px;
}

.voice_program li {
  margin-left: 70px;
  font-size: 1.6rem;
  padding: 15px;
}

.voice_program li::before {
  top: 20%;
}

.voice_program li::after {
  width: 60px;
  height: 60px;
  background-size: 60px auto;
  left: -80px;
}

section h4.table_tit {
  font-size: 1.6rem;
}

.flex_box {
  display: block;
}

.icon_check {
  font-size: 1.6rem;
  padding: 20px 20px 20px 45px;
  border: solid 1px #51a184;
  border-radius: 10px;
  background-position: left 15px top 15px;
}

.facili_curriculum {
  position: relative;
  padding-bottom: 40px;
}

.to_openseminar {
  font-size: 1.4rem;
}

.facili_curriculum .to_openseminar {
  position: absolute;
  bottom: 0;
  right: 0;
}

.program_teacher {
  display: block;
}

.program_teacher_photo {
  float: left;
  width: 100px;
  height: 115px;
  margin: 0 15px 10px 0;
}

.program_teacher_description {
  width: 100%;
}

.program_teacher_description h5 {
  font-size: 1.5rem;
}

.program_teacher_description p {
  font-size: 1.4rem;
}

.program_casestudy_box {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px;
}

.program_casestudy_box h4 {
  font-size: 1.5rem;
}

.program_casestudy_img {
  width: 100%;
  height: auto;
}

.program_casestudy_box table.normal {
  overflow-x: inherit;
  white-space: normal;
}

.program_casestudy_box td {
  height: auto !important;
}

aside #toc_container .toc_widget_list {
  max-height: inherit;
}

#side_youtube a {
  display: inline;
  height: auto;
}

#side_youtube p {
  font-size: 1.4rem;
  margin-top: 10px;
}

/* 資料ダウンロード（会員制）
------------------------- */

#pass_area {
  width: 100%;
}

#pass_area {
  padding: 50px 15px;
}

/* コラム内検索
------------------------- */

#search_column .search-form {
  width: 100%;
}

#search_column label {
  width: 100%;
}

#search_column .search-field {
  width: calc(100% - 5px);
}

#search_column.search_result .search-form {
  width: 100%;
}

#search_column.search_result .search-field {
  width: 100%;
}

#search_column.search_result {
  width: 100%;
  margin: 30px auto 50px;
  padding: 0 4%;
}

.no_post {
  font-size: 1.4rem;
  padding: 20px 0;
}





}


/* pencii用　20230818追加 */
@media screen and (max-width: 767px) {
  .single_honbun table, table.normal {
      overflow-x: auto;
      width: 100%;
      -webkit-overflow-scrolling: touch;
      display: block;
      white-space: nowrap;
  }
}
