@charset "UTF-8";
/* CSS Document */
/*--------------------
01.top
--------------------*/

* {
  box-sizing: border-box;
}

body {
  background-color: #E5F4FD;
  color: #595757;
  font-family: 'Kosugi Maru',
    sans-serif;
  /* font-family: 'Zen Maru Gothic', sans-serif; */
  font-weight: 400;
  font-feature-settings: "palt";
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  transition: all 0.3s;
}

.contents_in {
  margin: 0 auto;
  max-width: 1000px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.kosugi {
  font-family: 'Kosugi Maru',
    sans-serif;
}

.m_plus {
  font-family: 'M PLUS Rounded 1c',
    sans-serif;
}

.deco {
  position: absolute;
}

.bg_white {
  background: #fff;
}

.bg_blue {
  background-color: #E5F4FD;
}

main {
  display: block;
  padding-top: 113px;
}

span.registered_trademark {
  position: relative;
  top: -5px;
  font-size: 0.8em;
}


/*ボタンCSS*/

.btn_ptn01 a {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid #4C4948;
  border-radius: 18px;
  color: #595757;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 7.5px 17px 7.5px 10px;
}

.btn_ptn01.btn_application a {
  background: #FADF5F;
  border: 1px solid #4C4948;
  color: #595757;
}

.btn_ptn01 a:hover {
  background: #595757;
  color: #fff;
}

.btn_ptn01 a::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 19px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #474645;
  border-right: 1.5px solid #474645;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.btn_ptn01 a:hover::before {
  right: 15px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}





/*header*/

header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
}

header .contents_in {
  display: flex;
  justify-content: space-between;
  max-width: 1190px;
  padding: 27px 44px 19px;
}

header .logo_g {
  display: flex;
  align-items: center;
  max-width: 288px;
  width: 26.13%;
}

header .logo_g img:first-child {
  max-width: 71.41px;
  width: 24.79%;
  margin-right: 14.5%;
}

header .logo_g img:last-child {
  max-width: 174.85px;
  width: 60.71%;
}

header .menu_g {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 687px;
  width: 62.34%;
}

header nav {
  width: 100%;
}

header .menu_g .menu_list {
  display: flex;
  justify-content: space-between;
}

header .menu_g .menu_list li {
  width: 32.55%;
}

/*mv_area*/

#top #mv_area {
  padding-top: 49.5px;
  margin-bottom: 65px;
}

#top #mv_area .sponsorship_text {
  max-width: 260px;
  background: #009FE8;
  border-radius: 7px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 6px;
  margin: 0 auto 10px;
}

#top #mv_area .mv_cnt {
  position: relative;
  max-width: 883px;
  padding-right: 26px;
  margin: 0 auto 65px;
  z-index: 1;
}

#top #mv_area .mv {
  position: relative;
  max-width: 984.5px;
  margin: 0 auto;
}

#top .badge {
  position: absolute;
  top: -107px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #009FE8;
}

#top .badge p {
  color: #009FE8;
  font-size: 16.57px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-align: center;
}

#top .badge p span {
  position: relative;
  display: block;
  font-size: 21.41px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 0 14px 5px;
  margin-bottom: 5px;
}

#top .badge p span::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 79px;
  height: 1px;
  background: #009FE8;
  transform: translateX(-50%);
}

/*btn_seminar_list*/

#top .btn_seminar_list.contents_in {
  display: flex;
  justify-content: space-between;
  max-width: 795px;
  margin: 0 auto 74px;
}

#top .btn_seminar_list li {
  max-width: 236.86px;
  width: 29.6%;
}

#top .btn_seminar_list li a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 16.292px;
  box-shadow: 7px 7px #00A2E9;
  color: #0099E7;
  font-size: 23.61px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 15px 45px;
  text-align: center;
}

#top .btn_seminar_list li a:hover {
  transform: scale(1.05);
}

#top .btn_seminar_list li a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 22px;
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #009FE8;
  border-right: 2px solid #009FE8;
  margin: 0 auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}

#top .btn_seminar_list li a:hover::before {
  bottom: 15px;
}

#top .btn_seminar_list li a .text_big {
  font-size: 40px;
  font-weight: 700;
}

#top .btn_seminar_list li a .fw {
  font-size: 25px;
  font-weight: 300;
}

#top .btn_seminar_list li a img {
  position: relative;
  top: -9px;
  max-width: 181.26px;
  margin: 0 auto 4px;
}


/*date_area*/


#top #date_area .dates_g {
  position: relative;
  max-width: 820px;
  border: 3px solid #009FE8;
  border-radius: 33px;
  padding: 30px 20px 20px;
  text-align: center;
  margin: 0 auto 108px;
}

#top #date_area .seminar_title {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 284px;
  width: 100%;
  border-radius: 22px;
  background: #00A1E8;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 11px 5px;
  text-align: center;
}

#top #date_area .dates {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009FE8;
  font-weight: 500;
  line-height: 100px;
  text-align: center;
}

#top #date_area .dates .day_g {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top #date_area .dates .day_g .year {
  position: absolute;
  display: block;
  width: 100px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  top: -20px;
  left: 0;
}

#top #date_area .dates .day_g .text_big {
  font-size: 70.6px;
  font-weight: 700;
}

#top #date_area .dates .day_g .text_md {
  font-size: 43.62px;
  font-weight: 700;
}

#top #date_area .dates .day_g .text_day {
  display: inline-block;
  width: 63.59px;
  height: 66.59px;
  background-color: #009FE8;
  border-radius: 50%;
  color: #fff;
  font-size: 33.57px;
  font-weight: 500;
  line-height: 63.59px;
  text-align: center;
  margin: 0 -5px 0 5px;
}

#top #date_area .dates .day_g {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top #date_area .dates .time_g {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-left: 10px;
}

#top #date_area .dates .time_g .text_time {
  font-size: 40px;
}

#top #date_area .dates .time_g .text_opening {
  font-size: 25px;
}

#top #date_area .place {
  color: #4C4948;
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.04em;
  text-align: center;
}

#top #date_area .place .text_small {
  display: inline-block;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-left: 1.5em;
}


/*about_area*/
#top #about_area {
  margin-bottom: 37px;
}

#top #about_area .contents_in {
  position: relative;
  max-width: 796px;
  padding-bottom: 78px;
}

#top #about_area .about_title {
  position: relative;
  border-bottom: 2px solid #009FE8;
  color: #009FE8;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.08em;
  margin-bottom: 20px;
}

#top #about_area .about_title span {
  display: inline-block;
  padding-bottom: 8px;
}

#top #about_area .deco01 {
  top: -70px;
  right: -30px;
  max-width: 141.22px;
  border: none;
  z-index: 1;
}

#top #about_area .deco02 {
  right: 15px;
  bottom: 0;
  max-width: 237.35px;
}

#top #about_area .first_text {
  font-size: 19.5px;
  font-weight: 700;
  line-height: 38px;
  text-align: justify;
}

#top #about_area .note_text {
  font-size: 10px;
  font-weight: 700;
  line-height: 28px;
}


/*page_nav*/

#top .page_nav {
  max-width: 790px;
  margin: 0 auto 57px;
}

#top .page_nav .menu_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .page_nav .menu_list .btn_ptn01 {
  max-width: 254px;
  width: 32.15%;
}

#top .page_nav .menu_list .btn_ptn01 a {
  border-radius: 21.52px;
  font-size: 19px;
  font-weight: 700;
  padding: 8.5px 17px 8.5px 10px;
}


/*seminar_area*/

#seminar_area {
  padding-bottom: 5px;
}

#seminar_area .contents_in {
  position: relative;
  max-width: 800px;
}

#top .mv_badge {
  top: -10px;
  right: -72px;
  width: 150px;
  height: 150px;
  background: #009FE8;
  z-index: 1;
}

#top .mv_badge p {
  color: #FADF5F;
}

#top .mv_badge p span::after {
  background: #FADF5F;
}

#top #seminar_area .seminar_title02 {
  position: relative;
  max-width: 458.77px;
  width: 100%;
  border-radius: 25px;
  background: #00A1E8;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 10px 60px;
  text-align: center;
  margin: 0 auto 19px;
}


#top #seminar_area .seminar_title02::before,
#top #seminar_area .seminar_title02::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url(../img/icon_bird.svg) no-repeat;
  background-size: contain;
  width: 26.51px;
  height: 28.37px;
  transform: translateY(-50%);
}

#top #seminar_area .seminar_title02::before {
  left: 23px;
}

#top #seminar_area .seminar_title02::after {
  right: 23px;
}

#top #seminar_area .seminar_block {
  padding-top: 59px;
  margin: 0 auto 6px;
}

#top #seminar_area .seminar_block#seminer_30s {
  padding-top: 0;
}

#top #seminar_area .seminar_block .fix_info {
  position: absolute;
  top: -45px;
  left: -71px;
  max-width: 154.5px;
}

#top #seminar_area .seminar_block .cnt_g {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 6px 6px #00a2e9;
  padding: 21px 24px 22px 95px;
}

#top #seminar_area .seminar_block .cnt_img {
  max-width: 173.3px;
  width: 25.45%;
}

#top #seminar_area .seminar_block .cnt_img .lecturer {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

#top #seminar_area .seminar_block .cnt_img .lecturer .text_small {
  display: block;
  font-size: 10px;
  line-height: 14px;
}

#top #seminar_area .seminar_block .cnt_img .lecturer .text_small .registered_trademark {
  top: -3px;
  display: inline-block;
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: center bottom;
}

#top #seminar_area .seminar_block .cnt_img .lecturer .ls0 {
  letter-spacing: -0.1em;
}

#top #seminar_area .seminar_block .cnt_text {
  max-width: 440px;
  width: 64.6%;
  font-weight: 500;
  padding-top: 15px;
}

#top #seminar_area .seminar_block .info {
  color: #595757;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 13px;
}

#top #seminar_area .seminar_block .info .text_line {
  display: inline-block;
  border-bottom: 1px solid #595757;
  margin-right: 0.9em;
}

#top #seminar_area .seminar_block .info .capacity {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  border: 1px solid #595757;
  font-size: 17.28px;
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
}

#top #seminar_area .seminar_block .theme {
  color: #009FE8;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 18px;
}

#top #seminar_area .seminar_block .copy {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
}

#top #seminar_area .registered_trademark_text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  padding: 15px 0 0;
}

#top #seminar_area .registered_trademark_text .registered_trademark {
  top: -3px;
  display: inline-block;
  font-size: 10px;
  transform: scale(0.8);
  transform-origin: center bottom;
}

#top #seminar_area .consultation_block {
  margin: 32px auto 65px;
}

#top #seminar_area .consultation_block .fix_info {
  position: absolute;
  top: -30px;
  left: -71px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135.43px;
  height: 135.43px;
  background: #009FE8;
  border: 3px solid #4C4948;
  border-radius: 50%;
  color: #fff;
  font-size: 22.86px;
}

#top #seminar_area .consultation_block .cnt_text {
  position: relative;
  background: #FADF5F;
  border: 3px solid #595757;
  border-radius: 15.35px;
  font-weight: 500;
  padding: 24px 24px 40px 95px;
}

#top #seminar_area .consultation_block .info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#top #seminar_area .consultation_block .info .theme {
  color: #009FE8;
  font-size: 40.7px;
  line-height: 1;
  letter-spacing: 0.04em;
}

#top #seminar_area .consultation_block .text_line {
  background: linear-gradient(transparent 70%, #fff 30%);
}

#top #seminar_area .consultation_block .info .capacity {
  display: inline-block;
  max-width: 179px;
  width: 100%;
  border: 1px solid #595757;
  font-size: 20.4px;
  line-height: 1;
  padding: 6px 10px;
  text-align: center;
  margin-left: 13px;
}

#top #seminar_area .consultation_block p {
  color: #009FE8;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

#top #seminar_area .consultation_block ol {
  margin-bottom: 13px;
}

#top #seminar_area .consultation_block ol li {
  font-size: 21px;
  line-height: 37.54px;
  letter-spacing: 0.04em;
}

#top #seminar_area .consultation_block ol li span {
  display: inline-block;
  margin-left: 1em;
}

#top #seminar_area .consultation_block .btn_ptn01 {
  max-width: 278px;
}

#top #seminar_area .consultation_block .btn_ptn01 a {
  border-radius: 22.47px;
  font-size: 21.3px;
  font-weight: 700;
  padding: 9px 17px 9.5px 10px;
}

#top #seminar_area .consultation_block .deco03 {
  right: 10px;
  bottom: 0;
  max-width: 345.25px;
}

/*access_area*/


.bg_white.main_cnt_bg {
  padding-top: 50px;
}

#top .cnt_area .contents_in {
  max-width: 828px;
}

#top .title_ptn01 {
  background: #009FE8;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 10px;
}

#top .cnt_area .cnt_g {
  display: flex;
  justify-content: space-between;
  max-width: 828px;
  padding: 36px 43px 20px 37px;
}

#top #access_kochi .access_g {
  padding: 36px 25.3px 41px;
  margin-bottom: 52px;
}

#top #access_kochi .access_g .cnt_img {
  max-width: 379px;
  width: 48.78%;
}

#top #access_kochi .access_g .cnt_text {
  max-width: 354px;
  width: 45.56%;
  letter-spacing: 0.04em;
}

#top #access_kochi .access_g .cnt_text .place_title {
  font-size: 33px;
  font-weight: 700;
  line-height: 45px;
}

#top #access_kochi .access_g .cnt_text .place_title span {
  display: block;
  font-size: 18px;
  line-height: 35px;
}

#top #access_kochi .access_g .cnt_text .ad_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  margin: 9px 0 10px;
}

#top #access_kochi .access_g .cnt_text ul {
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
}

#top #access_kochi .access_g .cnt_text ul li {
  margin-bottom: 1em;
}

/*application_area*/

#top #application_area .application_title_g {
  position: relative;

}

#top #application_area .application_title_g .note {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  transform: translateY(-50%);
}


#top #application_area .cnt_g .cnt_box {
  max-width: 355px;
  width: 47.46%;
  letter-spacing: 0.04em;
  text-align: center;
}

#top #application_area .cnt_g .tel_box {
  border: 3px solid #009FE8;
  border-radius: 28.4px;
  color: #231815;
  font-weight: 700;
  line-height: 1.4;
  padding: 14px 18px 18px;
}

#top #application_area .cnt_g .tel_box h3 {
  font-size: 23px;
  margin-bottom: 7px;
}

#top #application_area .cnt_g .tel_box .tel_number {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

#top #application_area .cnt_g .tel_box .tel_number a {
  display: flex;
  justify-content: center;
}

#top #application_area .cnt_g .tel_box .tel_number a .tel_icon {
  display: block;
  width: 49px;
  margin-right: 10px;
}

#top #application_area .cnt_g .tel_box .time {
  display: flex;
  align-items: center;
  font-size: 15.8px;
  margin-left: 59px;
}

#top #application_area .cnt_g .web_box {
  max-width: 362px;
  width: 48.39%;
}

#top #application_area .cnt_g .web_box h3 {
  color: #009FE8;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 18px;
}

#top #application_area .cnt_g .web_box h3 span {
  position: relative;
}

#top #application_area .cnt_g .web_box h3 span::before,
#top #application_area .cnt_g .web_box h3 span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 35px;
  background-color: #009FE8;
  position: absolute;
  top: 19px;
}

#top #application_area .cnt_g .web_box h3 span::before {
  left: -25px;
  transform: rotate(-25deg);
}

#top #application_area .cnt_g .web_box h3 span::after {
  right: -15px;
  transform: rotate(25deg);
}

/* Firefox */
@-moz-document url-prefix() {
  #top #application_area .cnt_g .web_box h3 span::after {
    right: -26px;
  }
}

#top #application_area .cnt_g .web_box .btn_application a {
  border: 1.5px solid #4C4948;
  color: #595757;
  background: #FADF5F;
  border-radius: 29.16px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 10px 14.5px;
}

#top #application_area .cnt_g .web_box .btn_application a:hover {
  background: #4C4948;
  color: #fff;
}

#top #application_area .cnt_g .web_box .btn_application a::before {
  width: 13px;
  height: 13px;
}

#top #application_area .note_text {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-indent: -1em;
  padding: 0 43px 18px 60px;
}


/*footer*/

footer {
  position: relative;
  padding: 30px 0;
}

footer .contents_in {
  max-width: 824px;
}

footer .association_info_g {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 630px;
  font-weight: 700;
  margin: 0 auto 45px;
}

footer .footer_logo {
  max-width: 231px;
  width: 36.67%;
}

footer .contact_g {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 360px;
  width: 57.15%;
}

footer .contact_g .contact_box {
  font-size: 12.3px;
  line-height: 1.4;
}

footer .contact_g .contact_box p {
  margin-left: 67px;
}

footer .contact_g .tel {
  display: flex;
  align-items: center;
}

footer .contact_g .tel .tel_icon {
  display: block;
  width: 55px;
  margin-right: 8.5px;
}

footer .contact_g .tel a {
  color: #231815;
  font-size: 41px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.02em;
  word-wrap: break-word;
}

footer .note {
  border: 3px solid #009FE8;
  border-radius: 15.35px;
  color: #231815;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding: 21px 67px 15px;
  margin-bottom: 20px;
}

footer .note .fp_link_text {
  text-decoration: underline;
}

footer .note .fp_link_text:hover {
  opacity:0.7
}

footer .sponsorship {
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-align: center;
}



.page_top {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page_top a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  padding: 30px 0 10px;
  text-align: center;
}

.page_top a::before {
  position: absolute;
  top: 10px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border-top: 4px solid #231815;
  border-left: 4px solid #231815;
  transform: rotate(45deg);
}




@media only screen and (max-width:1500px) {
  /*----------
01.top
----------*/


}


@media only screen and (max-width:1280px) {

  /*----------
  01.top
  ----------*/
  header .contents_in {
    width: 94%;
    padding: 27px 0 19px;
  }

  header .menu_g {
    width: 70%;
  }

}


@media only screen and (max-width:1024px) {


  .contents_in {
    width: 94%;
  }

  .btn_ptn01 a {
    font-size: 12px;
    padding: 8px 20px 7px 10px;
  }

  .btn_ptn01 a::before {
    right: 15px;
  }

  .btn_ptn01 a:hover::before {
    right: 10px;
  }

  /*header*/

  header .logo_g {
    width: 24%;
  }

  header .logo_g img:first-child {
    margin-right: 6.5%;
  }

  header .menu_g {
    width: 74%;
  }

  /*pageコンテンツ*/
  #top #mv_area .sponsorship_text {
    width: 29%;
    font-size: 2.200vw;
  }

  #top #mv_area .mv {
    width: 90%;
  }

  #top #mv_area .mv_cnt {
    width: 90%;
    padding-right: 0;
    margin: 0 auto 100px;
  }

  #top .badge {
    right: -10px;
  }

  #top .btn_seminar_list li a {
    font-size: 20px;
  }

  #top .btn_seminar_list li a .text_big {
    font-size: 35px;
  }

  #top #date_area .dates .day_g .text_big {
    font-size: 58px;
  }

  #top #date_area .dates .day_g .text_md {
    font-size: 34px;
  }

  #top #date_area .dates .day_g .text_day {
    width: 55px;
    height: 55px;
    font-size: 28px;
    line-height: 55px;
  }

  #top #date_area .dates .time_g .text_time {
    font-size: 34px;
  }

  #top #date_area .dates .time_g .text_opening {
    font-size: 23px;
  }

  #top #about_area .about_title {
    font-size: 26px;
  }

  #top #about_area .first_text {
    font-size: 18px;
    line-height: 36px;
  }

  #top #about_area .deco01 {
    top: -56px;
    right: -20px;
    max-width: 115px;
  }

  #top #seminar_area .seminar_title02 {
    margin: 0 auto 35px;
  }

  #top #seminar_area .seminar_block {
    padding-left: 30px;
  }

  #top #seminar_area .seminar_block .cnt_g {
    padding: 21px 24px 20px 85px;
  }

  #top #seminar_area .seminar_block .fix_info {
    left: -45px;
    max-width: 120px;
  }

  #top .mv_badge {
    width: 130px;
    height: 130px;
  }

  #top #seminar_area .seminar_block .cnt_text {
    width: 68%;
    padding-top: 5px;
  }

  #top #seminar_area .seminar_block .info {
    font-size: 22px;
  }

  #top #seminar_area .seminar_block .info .capacity {
    max-width: 125px;
    font-size: 16px;
    padding: 4px 6px;
  }

  #top #seminar_area .seminar_block .theme {
    font-size: 28px;
  }


  #top #seminar_area .consultation_block {
    padding-left: 30px;
  }

  #top #seminar_area .consultation_block .fix_info {
    left: -45px;
    width: 120px;
    height: 120px;
    font-size: 20px;
  }

  #top #seminar_area .consultation_block .deco03 {
    max-width: 300px;
  }

  #top #seminar_area .consultation_block .info .theme {
    font-size: 36px;
  }

  #top .cnt_area .cnt_g {
    padding: 30px 30px 20px 30px;
  }

  #top #access_kochi .access_g .cnt_text ul {
    font-size: 17px;
  }

  #top #access_kochi .access_g .cnt_text {
    width: 54%;
    margin-left: 30px;
  }

  #top #access_kochi .access_g .cnt_text .place_title {
    font-size: 30px;
  }

  #top #application_area .cnt_g .tel_box .tel_number {
    font-size: 30px;
  }

  #top #application_area .cnt_g .tel_box .tel_number a .tel_icon {
    width: 38px;
  }

  #top #application_area .cnt_g .tel_box .time {
    font-size: 14px;
    margin-left: 55px;
  }

  #top #application_area .cnt_g .web_box .btn_application a {
    font-size: 22px;
  }

  #top #application_area .cnt_g .web_box .btn_application a::before {
    right: 20px;
  }

  #top #application_area .cnt_g .web_box .btn_application a:hover::before {
    right: 15px;
  }

  /*footer*/

  footer .association_info_g {
    align-items: center;
  }

  footer .contact_g .contact_box {
    max-width: none;
    width: 100%;
  }










}

@media only screen and (max-width:767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .contents_in {
    width: 90%;
  }

  main {
    padding-top: 56px;
  }


  /*header*/

  /*ハンバーガーボタン*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 17px;
    right: 15px;
    width: 35px;
    height: 28px;
    cursor: pointer;
  }

  .openbtn span {
    display: inline-block;
    background-color: #231815;
    transition: all .4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
  }

  .openbtn span:nth-of-type(1) {
    top: 0;
  }

  .openbtn span:nth-of-type(2) {
    top: 12px;
  }

  .openbtn span:nth-of-type(3) {
    top: 24px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 8px;
    left: 0;
    width: 90%;
    transform: translateY(6px) rotate(-45deg);
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 20px;
    left: 0;
    width: 90%;
    transform: translateY(-6px) rotate(45deg);
  }

  /*END　ハンバーガーボタン*/

  header {
    padding: 10px;
  }

  header .contents_in {
    padding: 0;
  }

  header .logo_g {
    width: 60%;
  }

  header .logo_g img:first-child {
    width: 40px;
  }

  header .logo_g img:last-child {
    width: 98px;
  }

  header .menu_g {
    display: none;
  }

  header .menu_g.active {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    display: block;
    width: 100%;
    background: #fff;
    padding: 70px 30px;
    z-index: 999;
  }

  header .menu_g .menu_list {
    display: block;
    margin: 0 auto 30px;
  }

  header .menu_g .menu_list li {
    width: 100%;
    margin: 0 auto;
  }

  header .menu_g .menu_list li.btn_ptn01 a {
    background: #fff;
    border: none;
    border-bottom: 2px solid #231815;
    border-radius: 0;
    font-size: 18px;
    padding: 15px 20px 15px 10px;
  }

  header .menu_g .menu_list li.btn_ptn01 a:hover {
    background: #fff;
    color: #595757;
  }

  header .menu_g .menu_list li.btn_ptn01 a::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: none;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    transform: rotate(45deg);
    transition: all 0.3s;
  }

  #top .btn_fix {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
  }

  #top .btn_fix .btn_application {
    width: 100%;
  }

  #top .btn_fix .btn_application a {
    display: block;
    background: #FFD747;
    color: #474645;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 40px;
    text-align: center;
  }

  #top .btn_fix .btn_application a::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: none;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    transform: rotate(45deg);
  }



  /*pageコンテンツ*/


  #top #mv_area {
    padding-top: 25px;
    margin-bottom: 40px;
  }

  #top #mv_area .contents_in {
    width: 94%;
  }
	
  #top #mv_area .sponsorship_text {
    max-width: 150px;
	width: 100%;
	border-radius: 4px;
    font-size: 12px;
    padding: 4px;
  }

  #top #mv_area .mv {
    width: 94%;
  }

  #top .badge {
    top: -55px;
    right: -18px;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 2px solid #009FE8;
  }

  #top #mv_area .mv_cnt {
    width: 94%;
    margin: 0 auto 60px;
  }

  #top .badge p {
    font-size: 11px;
  }

  #top .badge p span {
    font-size: 14px;
    padding: 0;
  }

  #top .btn_seminar_list.contents_in {
    display: block;
    margin: 0 auto 74px;
  }

  #top .btn_seminar_list li {
    max-width: none;
    width: 100%;
    margin: 0 auto 25px;
  }

  #top .btn_seminar_list li a img {
    max-width: 110px;
    margin: 0 auto;
  }

  #top .btn_seminar_list li a {
    font-size: 18px;
    line-height: 25px;
    padding: 0 15px 28px;
  }

  #top .btn_seminar_list li a .menu_text {
    font-family: 'Kosugi Maru',
      sans-serif;
  }

  #top .btn_seminar_list li a .text_big {
    font-size: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }

  #top .btn_seminar_list li a::before {
    bottom: 12px;
  }

  #top .btn_seminar_list li a:hover {
    transform: scale(1);
  }

  #top .btn_seminar_list li a:hover::before {
    bottom: 12px;
  }

  #top #date_area .dates {
    display: block;
    line-height: 40px;
  }

  #top #date_area .seminar_title {
    font-size: 20px;
  }

  #top #date_area .dates .day_g .year {
    position: static;
    width: 75px;
    font-size: 18px;
    line-height: 40px;
  }

  #top #date_area .dates_g {
    border: 2px solid #009FE8;
    border-radius: 20px;
    padding: 40px 15px 20px;
    margin: 0 auto 55px;
  }

  #top #date_area .dates .day_g .text_big {
    font-size: 43px;
    letter-spacing: 0.04em;
  }

  #top #date_area .dates .day_g .text_md {
    font-size: 26px;
    letter-spacing: 0.08em;
  }

  #top #date_area .dates .day_g .text_day {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  #top #date_area .dates .time_g .text_time {
    font-size: 22px;
  }

  #top #date_area .dates .time_g .text_opening {
    font-size: 14px;
  }

  #top #date_area .place {
    font-size: 18px;
    line-height: 26px;
  }

  #top #date_area .place .text_small {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin: 0 auto;
  }

  #top #about_area .contents_in {
    padding-bottom: 125px;
  }

  #top #about_area .about_title {
    font-size: 22px;
    line-height: 30px;
    padding-right: 60px;
  }

  #top #about_area .deco01 {
    top: -5px;
    right: -15px;
    max-width: 80px;
  }

  #top #about_area .first_text {
    font-size: 16px;
    line-height: 30px;
  }

  #top .page_nav .menu_list {
    display: block;
  }

  #top .page_nav .menu_list .btn_ptn01 {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 15px;
  }

  #top #seminar_area .seminar_title02 {
    font-size: 22px;
    padding: 10px 45px;
    margin: 0 auto 45px;
  }

  #top #seminar_area .seminar_title02::before,
  #top #seminar_area .seminar_title02::after {
    width: 20px;
    height: 21.4px;
  }

  #top .mv_badge {
    top: 45px;
    right: -18px;
  }

  #top #seminar_area .seminar_block .fix_info {
    top: -30px;
    left: 50%;
    max-width: 120px;
    transform: translateX(-50%);
  }

  #top #seminar_area .seminar_block {
    padding-left: 0;
  }

  #top #seminar_area .seminar_block .cnt_g {
    display: block;
    padding: 100px 15px 25px 15px;
  }

  #top #seminar_area .seminar_block .info {
    font-size: 20px;
  }

  #top #seminar_area .seminar_block .info .capacity {
    display: block;
    max-width: 95px;
    font-size: 14px;
    padding: 4px 2px;
    margin-top: 15px;
  }

  #top #seminar_area .seminar_block .cnt_text {
    max-width: none;
    width: 100%;
    padding-top: 0;
    margin: 0 auto 25px;
  }

  #top #seminar_area .seminar_block .theme {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  #top #seminar_area .seminar_block .copy {
    font-size: 14px;
    line-height: 26px;
  }

  #top #seminar_area .seminar_block .cnt_img {
    max-width: none;
    width: 80%;
    margin: 0 auto;
  }

  #top #seminar_area .seminar_block .cnt_img .lecturer {
    text-align: center;
  }

  #top #seminar_area .registered_trademark_text {
    text-align: left;
    padding: 15px 0 25px;
  }

  #top #seminar_area .consultation_block {
    padding-left: 0;
  }

  #top #seminar_area .consultation_block .fix_info {
    top: -50px;
    left: 50%;
    max-width: 120px;
    border: 2px solid #4C4948;
    transform: translateX(-50%);
  }

  #top #seminar_area .consultation_block .cnt_text {
    border: 2px solid #595757;
    padding: 82px 15px 105px 15px;
  }

  #top #seminar_area .consultation_block .info .theme {
    font-size: 26px;
  }

  #top #seminar_area .consultation_block .info .capacity {
    font-family: 'Kosugi Maru',
      sans-serif;
    max-width: 95px;
    font-size: 14px;
    padding: 6px 6px;
    margin-left: 10px;
  }

  #top #seminar_area .consultation_block p {
    font-family: 'Kosugi Maru',
      sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  #top #seminar_area .consultation_block ol li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }

  #top #seminar_area .consultation_block .btn_ptn01 {
    margin: 0 auto;
  }

  #top #seminar_area .consultation_block .btn_ptn01 a {
    font-size: 21px;
  }

  #top #seminar_area .consultation_block .deco03 {
    max-width: 166px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }

  #top .cnt_area .cnt_g {
    display: block;
    padding: 25px 15px;
  }

  #top #access_kochi .access_g {
    padding: 25px 15px;
    margin-bottom: 40px;
  }

  #top #access_kochi .access_g .cnt_img {
    max-width: none;
    width: 100%;
    margin: 0 auto 20px;
  }

  #top #access_kochi .access_g .cnt_text {
    max-width: none;
    width: 100%;
    margin: 0;
  }

  #top #access_kochi .access_g .cnt_text .place_title {
    font-size: 22px;
    line-height: 32px;
  }

  #top #access_kochi .access_g .cnt_text .place_title span {
    font-size: 16px;
    line-height: 28px;
  }

  #top #access_kochi .access_g .cnt_text .ad_text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  #top #access_kochi .access_g .cnt_text ul {
    font-size: 16px;
    line-height: 28px;
  }


  #top .title_ptn01 {
    font-size: 22px;
    padding: 10px;
  }

  #top #application_area .application_title_g .note {
    position: static;
    top: 0;
    background: #009FE8;
    line-height: 2.5;
    text-align: center;
    transform: none;
  }

  #top #application_area .cnt_g .cnt_box {
    max-width: none;
    width: 100%;
  }

  #top #application_area .cnt_g .tel_box {
    border: 2px solid #009FE8;
    padding: 14px 10px 18px;
    margin: 0 auto 15px;
  }

  #top #application_area .cnt_g .tel_box h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  #top #application_area .cnt_g .tel_box .time {
    justify-content: center;
    font-size: 14px;
    margin: 0 auto;
  }

  #top #application_area .cnt_g .web_box h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  #top #application_area .cnt_g .web_box .btn_application a {
    max-width: 320px;
  }

  #top #application_area .note_text {
    font-size: 10px;
    line-height: 16px;
    padding: 0 20px 20px 24px;
  }


  /*footer*/

  footer {
    padding: 25px 0 105px;
  }

  footer .contents_in {
    display: block;
  }

  footer .association_info_g {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }

  footer .footer_logo {
    margin: 0 auto 15px;
  }

  footer .contact_g {
    display: block;
    max-width: none;
    width: 100%;
  }

  footer .contact_g .contact_box {
    width: 100%;
    font-size: 12px;
  }

  footer .contact_g .contact_box p {
    margin-left: 0;
  }

  footer .contact_g .tel {
    justify-content: center;
  }

  footer .contact_g .tel .tel_icon {
    width: 38px;
  }

  footer .contact_g .tel a {
    font-size: 30px;
    line-height: 40px;
  }

  footer .note {
    border: 2px solid #009FE8;
    border-radius: 14px;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 20px 15px;
  }

  footer .sponsorship {
    letter-spacing: 0;
  }

  .page_top {
    bottom: 50px;
  }

}

@media only screen and (max-width:360px) {

  #top #about_area .about_title {
    font-size: 19px;
  }

  #top #seminar_area .seminar_title02 {
    font-size: 19px;
  }

  #top #seminar_area .seminar_block .theme {
    font-size: 19px;
  }

  #top #seminar_area .consultation_block .info .theme {
    font-size: 22px;
  }

  #top #seminar_area .consultation_block .info .capacity {
    max-width: 82px;
    font-size: 12px;
    padding: 6px 3px;
    margin-left: 8px;
  }

  #top #access_kochi .access_g .cnt_text .place_title span {
    font-size: 14px;
  }

  #top #application_area .cnt_g .tel_box .tel_number {
    font-size: 26px;
  }

  footer .sponsorship {
    letter-spacing: -0.06em;
  }

  footer .contact_g .tel a {
    font-size: 27px;
  }

}