@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lusitana:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka",
    "MS PGothic", "sans-serif";
  margin: 0;
}

ul,
li,
p {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}

.pc_headfix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: auto;
  background-color: #fff;
}

header .innerHeader {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

#header_utility ul li.btn_search {
    margin-left: 20px;
}

#header_utility ul li.btn_search:hover,
#header_utility ul li.btn_inquiry:hover {
    opacity: 0.8;
}

.nittei #main {
  padding-top: 140px;
  color: #333;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: 100%;
  padding-bottom: 0;
}

.course p {
  line-height: 1.5;
}

.layout-max {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.title-box {
  background-color: #61b380;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-inner h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  margin: 0;
}

.title-inner p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  position: relative;
  width: fit-content;
}

.title-inner p::before {
  content: "";
  background-image: url("/images/form/icon/title-before.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 27px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}

.title-inner p::after {
  content: "";
  background-image: url("/images/form/icon/title-after.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 27px;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 16px;
  font-size: 12px;
}

.breadcrumbs li {
  margin-bottom: 0;
}

.breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/images/styleplan/arrow-right.svg") no-repeat center/contain;
}

.breadcrumbs li span {
  padding-left: 4px;
}

.breadcrumbs .home {
  text-decoration: underline;
  color: #4d9668;
}

.breadcrumbs .text-medium {
  font-weight: 500;
}

header .innerHeader .eccHeader {
  width: 100%;
}

.pc_headfix header .logoHeader {
  display: inline-block;
  vertical-align: middle;
}

.r_over {
  cursor: pointer;
}

#header_utility ul {
  margin: 13px 0;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

#header_utility ul li {
  margin-left: 10px;
}

.spOn {
  display: none !important;
}

.top-bnr {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

#search-box {
  margin-bottom: 50px;
  padding: 50px 0;
}

.pc_headfix header .innerHeader .eccHeader img {
  object-fit: contain;
}

#search-box .search-pref {
  width: 979px;
  margin: 0 auto;
}

#search-box .search-pref .pref-box {
  min-height: 670px;
  margin-top: 0px;
  position: relative;
}

#search-box .area.region1 {
  border: #4684c5 2px solid;
  background-color: #ecf2f9;
  border-radius: 5px;
  width: 184px;
  top: 0px;
  right: 0px;
}

#search-box .area.region2 {
  border: #5ea7dc 2px solid;
  background-color: #eff6fb;
  border-radius: 5px;
  width: 184px;
  top: 250px;
  right: 0px;
}

#search-box .area.region3 {
  border: #5cc0be 2px solid;
  background-color: #eef9f8;
  border-radius: 5px;
  width: 274px;
  top: 0px;
  left: 220px;
}

#search-box .area.region4 {
  border: #1d7493 2px solid;
  background-color: #e8f1f4;
  border-radius: 5px;
  width: 184px;
  top: 500px;
  right: 0px;
}

#search-box .area.region5 {
  border: #66b954 2px solid;
  background-color: #eff8ee;
  border-radius: 5px;
  width: 274px;
  bottom: 0px;
  right: 250px;
}

#search-box .area.region6 {
  border: #a8cf55 2px solid;
  background-color: #f6faee;
  border-radius: 5px;
  width: 184px;
  top: 0px;
  left: 0px;
}

#search-box .area.region7 {
  border: #e7c849 2px solid;
  background-color: #fdf9ec;
  border-radius: 5px;
  width: 184px;
  bottom: 0px;
  left: 230px;
}

#search-box .area.region8 {
  border: #e9af3d 2px solid;
  background-color: #fdf7eb;
  border-radius: 5px;
  width: 184px;
  top: 200px;
  left: 0px;
}

#search-box .area.region1,
#search-box .area.region2,
#search-box .area.region3,
#search-box .area.region4,
#search-box .area.region5,
#search-box .area.region6,
#search-box .area.region7,
#search-box .area.region8 {
  position: absolute;
}

#search-box .area.region1 .area-name {
  background-color: #4684c5;
}

#search-box .area.region2 .area-name {
  background-color: #5ea7dc;
}

#search-box .area.region3 .area-name {
  background-color: #5cc0be;
}

#search-box .area.region4 .area-name {
  background-color: #1d7493;
}

#search-box .area.region5 .area-name {
  background-color: #66b954;
}

#search-box .area.region6 .area-name {
  background-color: #a8cf55;
}

#search-box .area.region7 .area-name {
  background-color: #e7c849;
}

#search-box .area.region8 .area-name {
  background-color: #e9af3d;
}

#search-box .area .area-name {
  margin: 0;
  padding: 5px 5px 10px 5px;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}

#search-box .arealist-wrap {
  padding: 0;
  display: block !important;
}

#search-box .arealist {
  margin: 0;
  padding: 0;
}

#search-box .arealist .pref {
  width: 84px;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  float: left;
}

#search-box .arealist:after {
  content: "";
  clear: both;
  display: block;
}

#search-box .area .pref a {
  background-color: #fff;
}

#search-box .pref a:hover {
  color: #fff;
}

#search-box .pref a {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
}

#search-box .area.region1 .pref a:hover {
  background-color: #4684c5;
}
#search-box .area.region2 .pref a:hover {
  background-color: #5ea7dc;
}
#search-box .area.region3 .pref a:hover {
  background-color: #5cc0be;
}
#search-box .area.region4 .pref a:hover {
  background-color: #1d7493;
}
#search-box .area.region5 .pref a:hover {
  background-color: #66b954;
}
#search-box .area.region6 .pref a:hover {
  background-color: #a8cf55;
}
#search-box .area.region7 .pref a:hover {
  background-color: #e7c849;
}
#search-box .area.region8 .pref a:hover {
  background-color: #e9af3d;
}

#search-box .pref a:after {
  content: "";
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
}

#search-box .pref a:hover:after {
  background-position: left bottom;
}
#search-box .pref .hokkaido:after {
  width: 154px;
  height: 120px;
  background-image: url(/images/form/map/map_hokkaido.png);
  top: 0px;
  left: -192px;
}
#search-box .pref .aomori:after {
  width: 121px;
  height: 31px;
  background-image: url(/images/form/map/map_aomori.png);
  top: 138px;
  left: -193px;
}
#search-box .pref .akita:after {
  width: 60px;
  height: 42px;
  background-image: url(/images/form/map/map_akita.png);
  top: 171px;
  left: -193px;
}
#search-box .pref .iwate:after {
  width: 60px;
  height: 42px;
  background-image: url(/images/form/map/map_iwate.png);
  top: 171px;
  left: -132px;
}
#search-box .pref .yamagata:after {
  width: 60px;
  height: 48px;
  background-image: url(/images/form/map/map_yamagata.png);
  top: 214px;
  left: -193px;
}
#search-box .pref .miyagi:after {
  width: 60px;
  height: 48px;
  background-image: url(/images/form/map/map_miyagi.png);
  top: 214px;
  left: -132px;
}
#search-box .pref .fukushima:after {
  width: 96px;
  height: 40px;
  background-image: url(/images/form/map/map_fukushima.png);
  top: 264px;
  left: -168px;
}
#search-box .pref .ibaraki:after {
  width: 35px;
  height: 60px;
  background-image: url(/images/form/map/map_ibaraki.png);
  top: 56px;
  left: -107px;
}
#search-box .pref .tochigi:after {
  width: 40px;
  height: 45px;
  background-image: url(/images/form/map/map_tochigi.png);
  top: 56px;
  left: -149px;
}
#search-box .pref .gunma:after {
  width: 40px;
  height: 45px;
  background-image: url(/images/form/map/map_gunma.png);
  top: 56px;
  left: -191px;
}
#search-box .pref .saitama:after {
  width: 82px;
  height: 38px;
  background-image: url(/images/form/map/map_saitama.png);
  top: 102px;
  left: -191px;
}
#search-box .pref .chiba:after {
  width: 35px;
  height: 103px;
  background-image: url(/images/form/map/map_chiba.png);
  top: 118px;
  left: -107px;
}
#search-box .pref .tokyo:after {
  width: 57px;
  height: 32px;
  background-image: url(/images/form/map/map_tokyo.png);
  top: 142px;
  left: -166px;
}
#search-box .pref .kanagawa:after {
  width: 39px;
  height: 30px;
  background-image: url(/images/form/map/map_kanagawa.png);
  top: 176px;
  left: -166px;
}
#search-box .pref .yamanashi:after {
  width: 37px;
  height: 33px;
  background-image: url(/images/form/map/map_yamanashi.png);
  top: 392px;
  left: 366px;
}
#search-box .pref .niigata:after {
  width: 50px;
  height: 56px;
  background-image: url(/images/form/map/map_niigata.png);
  top: 248px;
  left: 351px;
}
#search-box .pref .toyama:after {
  width: 38px;
  height: 42px;
  background-image: url(/images/form/map/map_toyama.png);
  top: 262px;
  left: 311px;
}
#search-box .pref .ishikawa:after {
  width: 26px;
  height: 60px;
  background-image: url(/images/form/map/map_ishikawa.png);
  top: 244px;
  left: 283px;
}
#search-box .pref .fukui:after {
  width: 49px;
  height: 45px;
  background-image: url(/images/form/map/map_fukui.png);
  top: 306px;
  left: 260px;
}
#search-box .pref .nagano:after {
  width: 34px;
  height: 119px;
  background-image: url(/images/form/map/map_nagano.png);
  top: 306px;
  left: 344px;
}
#search-box .pref .gifu:after {
  width: 31px;
  height: 119px;
  background-image: url(/images/form/map/map_gifu.png);
  top: -194px;
  left: -260px;
}
#search-box .pref .shizuoka:after {
  width: 50px;
  height: 48px;
  background-image: url(/images/form/map/map_shizuoka.png);
  top: -73px;
  left: -218px;
}
#search-box .pref .aichi:after {
  width: 40px;
  height: 51px;
  background-image: url(/images/form/map/map_aichi.png);
  top: -73px;
  left: -260px;
}
#search-box .pref .mie:after {
  width: 25px;
  height: 104px;
  background-image: url(/images/form/map/map_mie.png);
  top: -107px;
  left: -287px;
}
#search-box .pref .shiga:after {
  width: 25px;
  height: 38px;
  background-image: url(/images/form/map/map_shiga.png);
  top: -190px;
  left: 53px;
}
#search-box .pref .kyoto:after {
  width: 50px;
  height: 64px;
  background-image: url(/images/form/map/map_kyoto.png);
  top: -216px;
  left: 1px;
}
#search-box .pref .osaka:after {
  width: 25px;
  height: 57px;
  background-image: url(/images/form/map/map_osaka.png);
  top: -150px;
  left: 1px;
}
#search-box .pref .hyogo:after {
  width: 30px;
  height: 89px;
  background-image: url(/images/form/map/map_hyogo.png);
  top: -216px;
  left: -31px;
}
#search-box .pref .nara:after {
  width: 24px;
  height: 78px;
  background-image: url(/images/form/map/map_nara.png);
  top: -150px;
  left: 27px;
}
#search-box .pref .wakayama:after {
  width: 50px;
  height: 45px;
  background-image: url(/images/form/map/map_wakayama.png);
  top: -91px;
  left: 1px;
}
#search-box .pref .tottori:after {
  width: 30px;
  height: 41px;
  background-image: url(/images/form/map/map_tottori.png);
  top: 327px;
  left: 388px;
}
#search-box .pref .shimane:after {
  width: 30px;
  height: 41px;
  background-image: url(/images/form/map/map_shimane.png);
  top: 327px;
  left: 356px;
}
#search-box .pref .okayama:after {
  width: 30px;
  height: 46px;
  background-image: url(/images/form/map/map_okayama.png);
  top: 370px;
  left: 388px;
}
#search-box .pref .hiroshima:after {
  width: 30px;
  height: 46px;
  background-image: url(/images/form/map/map_hiroshima.png);
  top: 370px;
  left: 356px;
}
#search-box .pref .yamaguchi:after {
  width: 29px;
  height: 90px;
  background-image: url(/images/form/map/map_yamaguchi.png);
  top: 327px;
  left: 325px;
}
#search-box .pref .tokushima:after {
  width: 56px;
  height: 32px;
  background-image: url(/images/form/map/map_tokushima.png);
  top: -77px;
  left: 155px;
}
#search-box .pref .kagawa:after {
  width: 56px;
  height: 32px;
  background-image: url(/images/form/map/map_kagawa.png);
  top: -110px;
  left: 155px;
}
#search-box .pref .ehime:after {
  width: 56px;
  height: 32px;
  background-image: url(/images/form/map/map_ehime.png);
  top: -110px;
  left: 97px;
}
#search-box .pref .kochi:after {
  width: 56px;
  height: 32px;
  background-image: url(/images/form/map/map_kochi.png);
  top: -77px;
  left: 97px;
}
#search-box .pref .fukuoka:after {
  width: 61px;
  height: 42px;
  background-image: url(/images/form/map/map_fukuoka.png);
  top: 128px;
  left: 255px;
}
#search-box .pref .saga:after {
  width: 19px;
  height: 55px;
  background-image: url(/images/form/map/map_saga.png);
  top: 128px;
  left: 234px;
}
#search-box .pref .nagasaki:after {
  width: 20px;
  height: 53px;
  background-image: url(/images/form/map/map_nagasaki.png);
  top: 128px;
  left: 212px;
}
#search-box .pref .kumamoto:after {
  width: 29px;
  height: 82px;
  background-image: url(/images/form/map/map_kumamoto.png);
  top: 172px;
  left: 255px;
}
#search-box .pref .oita:after {
  width: 37px;
  height: 41px;
  background-image: url(/images/form/map/map_oita.png);
  top: 172px;
  left: 286px;
}
#search-box .pref .miyazaki:after {
  width: 37px;
  height: 39px;
  background-image: url(/images/form/map/map_miyazaki.png);
  top: 215px;
  left: 286px;
}
#search-box .pref .kagoshima:after {
  width: 61px;
  height: 45px;
  background-image: url(/images/form/map/map_kagoshima.png);
  top: 256px;
  left: 255px;
}
#search-box .pref .okinawa:after {
  width: 26px;
  height: 47px;
  background-image: url(/images/form/map/map_okinawa.png);
  top: 253px;
  left: 200px;
}

#search-box .pref.disabled .akita:after {
  visibility: visible;
  background-image: url(/images/form/map/map_akita_disabled.svg);
}
#search-box .pref.disabled .yamagata:after {
  visibility: visible;
  background-image: url(/images/form/map/map_yamagata_disabled.svg);
}
#search-box .pref.disabled .gunma:after {
  visibility: visible;
  background-image: url(/images/form/map/map_gunma_disabled.svg);
}
#search-box .pref.disabled .tochigi:after {
  visibility: visible;
  background-image: url(/images/form/map/map_tochigi_disabled.svg);
}
#search-box .pref.disabled .saitama:after {
  visibility: visible;
  background-image: url(/images/form/map/map_saitama_disabled.svg);
}
#search-box .pref.disabled .chiba:after {
  visibility: visible;
  background-image: url(/images/form/map/map_chiba_disabled.svg);
}
#search-box .pref.disabled .tokyo:after {
  visibility: visible;
  background-image: url(/images/form/map/map_tokyo_disabled.svg);
}
#search-box .pref.disabled .kanagawa:after {
  visibility: visible;
  background-image: url(/images/form/map/map_kanagawa_disabled.svg);
}
#search-box .pref.disabled .toyama:after {
  visibility: visible;
  background-image: url(/images/form/map/map_toyama_disabled.svg);
}
#search-box .pref.disabled .yamanashi:after {
  visibility: visible;
  background-image: url(/images/form/map/map_yamanashi_disabled.svg);
}
#search-box .pref.disabled .nagano:after {
  visibility: visible;
  background-image: url(/images/form/map/map_nagano_disabled.svg);
}
#search-box .pref.disabled .gifu:after {
  visibility: visible;
  background-image: url(/images/form/map/map_gifu_disabled.svg);
}
#search-box .pref.disabled .shizuoka:after {
  visibility: visible;
  background-image: url(/images/form/map/map_shizuoka_disabled.svg);
}
#search-box .pref.disabled .aichi:after {
  visibility: visible;
  background-image: url(/images/form/map/map_aichi_disabled.svg);
}
#search-box .pref.disabled .mie:after {
  visibility: visible;
  background-image: url(/images/form/map/map_mie_disabled.svg);
}
#search-box .pref.disabled .shiga:after {
  visibility: visible;
  background-image: url(/images/form/map/map_shiga_disabled.svg);
}
#search-box .pref.disabled .kyoto:after {
  visibility: visible;
  background-image: url(/images/form/map/map_kyoto_disabled.svg);
}
#search-box .pref.disabled .osaka:after {
  visibility: visible;
  background-image: url(/images/form/map/map_osaka_disabled.svg);
}
#search-box .pref.disabled .hyogo:after {
  visibility: visible;
  background-image: url(/images/form/map/map_hyogo_disabled.svg);
}
#search-box .pref.disabled .nara:after {
  visibility: visible;
  background-image: url(/images/form/map/map_nara_disabled.svg);
}
#search-box .pref.disabled .wakayama:after {
  visibility: visible;
  background-image: url(/images/form/map/map_wakayama_disabled.svg);
}
#search-box .pref.disabled .tokushima:after {
  visibility: visible;
  background-image: url(/images/form/map/map_tokushima_disabled.svg);
}
#search-box .pref.disabled .okayama:after {
  visibility: visible;
  background-image: url(/images/form/map/map_okayama_disabled.svg);
}
#search-box .pref.disabled .hiroshima:after {
  visibility: visible;
  background-image: url(/images/form/map/map_hiroshima_disabled.svg);
}
#search-box .pref.disabled .fukuoka:after {
  visibility: visible;
  background-image: url(/images/form/map/map_fukuoka_disabled.svg);
}
#search-box .pref.disabled .nagasaki:after {
  visibility: visible;
  background-image: url(/images/form/map/map_nagasaki_disabled.svg);
}
#search-box .pref.disabled .kumamoto:after {
  visibility: visible;
  background-image: url(/images/form/map/map_kumamoto_disabled.svg);
}
#search-box .pref.disabled .kagoshima:after {
  visibility: visible;
  background-image: url(/images/form/map/map_kagoshima_disabled.svg);
}

#search-box .hidden {
  height: 123px;
  visibility: hidden;
  display: block !important;
}

#search-box .pref.disabled {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
}

.seminar-selection-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin: 60px auto;
  max-width: 1200px;
  gap: 20px;
}

.face-to-face-wrapper {
  width: 100%;
  max-width: 590px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7a457;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}

.face-to-face-wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f7a457;
}

.btn-face-to-face {
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

.btn-face-to-face span.big,
.btn-online span.big {
  font-size: 36px;
}

.online-link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 590px;
  height: 120px;
  background: #e67979;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}

.btn-online {
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

.btn-online:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.face-to-face-info {
  background: #ffffff;
  padding: 30px;
  margin: auto;
  max-width: 800px;
}

.info-description {
  text-align: center;
}

.info-description p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.btn-face-to-face:focus {
  outline: 3px solid #e89340;
  outline-offset: 2px;
}

.btn-online:focus {
  outline: 3px solid #4a8f66;
  outline-offset: 2px;
}

.nittei section > .content section p#info {
  border: 1px solid #cccccc;
  padding: 15px;
  clear: left;
  text-align: center;
  margin: 10px 0 20px 0;
  color: #515e73;
  width: 100%;
  max-width: 1000px;
}

.red {
  color: red !important;
}

a {
  color: #0066cc;
  text-decoration: underline;
}

footer {
  margin-top: 0;
  position: relative;
}

footer .subFooter {
  background: #40a26e;
  padding: 0;
}

footer .innerFooter {
  width: 100%;
  max-width: 1000px;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

footer .utilityFooter {
  float: none;
  width: auto;
}

footer .utilityFooter ul {
  text-align: center;
}

footer .utilityFooter li {
  padding-right: 30px;
  display: inline-block;
}

footer .utilityFooter li a {
  color: #fff;
  background: none;
  position: relative;
  padding-left: 18px;
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
}

footer .utilityFooter li a:before {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.5em 0 0 0;
  color: #fff;
  padding: 0 4px;
}

footer .copyright {
  float: none;
  width: 100%;
  text-align: center;
  font-size: 10px;
  padding: 15px 0;
  background: #276746;
}

footer .copyright small {
  color: #fff;
  float: none;
  font-weight: bold;
}

.header-title {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0 0;
}

.header-title h1 {
  color: #515e73;
  line-height: 1.4;
  font-size: 26px;
}

.nittei .back_map {
  position: relative;
  display: flex;
  align-items: center;
}

.nittei .back_map a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #118064;
  background-color: #edf6ef;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nittei .back_map a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #118064;
  padding-left: 52px;
}

.intro-title {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nittei_area h2 {
  padding-top: 10px;
  margin: 0;
  color: #4d9668;
  font-weight: 700;
  font-size: 36px;
}

.nittei_area .description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nittei_area h3 {
  color: #339966;
  margin: 0 0 6px;
  font-size: 16px;
}

.nittei_area .description p.text {
  color: #339966;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}

.content .excepting_txt {
  color: #db5287;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #db5287;
  border-radius: 6px;
  width: fit-content;
  padding: 12px 10px;
  margin: 10px 0 24px 0;
}

.hero {
  position: relative;
  padding: 80px 0 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.feature-item {
  position: relative;
  width: 196px;
  height: 196px;
  border: 6px solid #b8d5c3;
  color: #4d9668;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.feature-item img {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  width: 78px;
  height: 78px;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.search-meeting-form .details {
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #59af79;
  margin-top: 28px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.search-meeting-form .details__summary {
  cursor: pointer;
  padding: 12px 16px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #59af79;
  font-weight: 600;
  position: relative;
  border: 1px solid #e8f5f0;
  width: calc(100% - 2px);
  box-sizing: border-box;
  list-style: none;
  margin: 0;
}

.search-meeting-form .details__summary::-webkit-details-marker {
  display: none;
}

.search-meeting-form details {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search-meeting-form .details__summary:hover {
  background: #f8faf9;
  color: #118064;
  border-color: #59af79;
}

.search-meeting-form .details__summary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(89, 175, 121, 0.2);
}

.search-meeting-form .details__summary span {
  position: relative;
}

.search-meeting-form .details__summary .ico_svg {
  display: none;
}

.search-meeting-form .details__summary::after {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 18px;
  color: #59af79;
  transition: all 0.3s ease;
  margin-left: 8px;
}

.search-meeting-form .details__summary:hover::after {
  color: #118064;
}

.search-meeting-form .details[open] .details__summary::after {
  content: "\f056";
}

.search-meeting-form .details[open] {
  border-color: #118064;
  box-shadow: 0 3px 10px rgba(17, 128, 100, 0.1);
}

.search-meeting-form .details__in {
  padding: 20px;
  background: #fafbfc;
  border-top: 1px solid #e8f5f0;
}

.search-meeting-form .search-detail__main {
  margin-top: 0;
}

.search-meeting-form .search-detail__cnt02 {
  padding: 0;
  border-radius: 0;
}

.search-meeting-form .search-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-meeting-form .search-cities--4col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.search-meeting-form .search-cities__item {
  flex: 1 1 100%;
}

.search-meeting-form .search-detail__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.search-meeting-form .search-detail__label:hover {
  background: #e8f5f0;
  border-color: #59af79;
}

.search-meeting-form .search-detail__checkbox {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #59af79;
}

.search-meeting-form
  .search-detail__label:has(.search-detail__checkbox:checked) {
  background: #e8f5f0;
  color: #118064;
  border-color: #59af79;
  font-weight: 600;
}

.search-meeting-form .btn04 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  transition: all 0.3s ease;
  margin-top: 15px;
  padding: 8px 16px;
  background: white;
  border: 1px solid #dc3545;
  border-radius: 5px;
  color: #dc3545;
}

.search-meeting-form .btn04:hover {
  background: #fff5f5;
  border-color: #c82333;
  color: #c82333;
}

.search-meeting-form .btn04__in {
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-meeting-form .btn04__txt {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.search-meeting-form .btn04 .ico_svg {
  width: 14px;
  height: 14px;
}

.search-meeting-form .btn04 .svg-path {
  fill: currentColor;
}

.search-meeting-form .search-detail {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.search-meeting-form .search-detail.inner {
  padding-inline: 0 !important;
}

.search-meeting-form .mt30-w,
.search-meeting-form .mt20-n {
  margin-top: 15px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.search-detail {
  padding: 8px 23px 28px;
  border-radius: 10px;
  border: 2px solid #59af79;
  max-width: 345px;
  width: 100%;
}

.search-detail:has(details:not([open])) {
  border-radius: 30px;
  padding: 12px 24px;
}

.search-detail:has(details[open]) {
  padding: 14px 24px 28px;
  max-width: 866px;
}

.search-detail .search-detail__summary {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  color: #59af79;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.search-detail .search-detail__summary span {
  padding-bottom: 2px;
}

.search-detail .search-detail__summary .ico_svg {
  width: 25px;
  margin-left: 15px;
}

.search-detail .search-detail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search-detail .search-detail__cnt01 {
  width: 20%;
}

.search-detail__label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
}

.search-detail__checkbox {
  width: 15px;
  height: 15px;
}

.search-cities {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.search-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 10px 19px;
  border-bottom: 1px solid #7dcdf4;
}

.search-options .search-options__head {
  width: 140px;
}

.search-options .search-options__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-options .search-options__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.search-meeting-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
}

.search-meeting-tab__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 0 13px;
  width: 340px;
  font-weight: 700;
  font-size: max(22px, 10px);
  line-height: 1.7;
  letter-spacing: 0;
  min-height: 74px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.search-meeting-tab__link .ico_svg {
  width: 20px;
}

.search-meeting-tab__link:not(.search-meeting-tab__link--current) {
  color: #fff;
  background-color: #0578b9;
}

.search-meeting-tab__link:not(.search-meeting-tab__link--current)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background: #00abf0 -webkit-gradient(linear, left top, left bottom, color-stop(39.58%, rgba(0, 93, 203, 0)), to(rgba(0, 76, 165, 0.4)));
  background: #00abf0
    linear-gradient(
      180deg,
      rgba(0, 93, 203, 0) 39.58%,
      rgba(0, 76, 165, 0.4) 100%
    );
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.search-meeting-tab__link:not(.search-meeting-tab__link--current)
  .ico_svg
  .svg-circle {
  stroke: #fff;
  fill: #fff;
}

.search-meeting-tab__link:not(.search-meeting-tab__link--current)
  .ico_svg
  .svg-path {
  fill: #59af79;
}

.search-meeting-tab__link.search-meeting-tab__link--current {
  background: #fff;
  border: 2px solid #59af79;
  border-bottom: 0;
  padding-bottom: 2px;
}

.search-meeting-tab__link.search-meeting-tab__link--current .ico_svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.search-meeting__container {
  display: flex;
  gap: 30px;
  padding: 40px 20px;
  background-color: #f8faf9;
  height: 80vh;
  position: relative;
}

.search-meeting-form {
  flex: 0 0 260px;
  background: white;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 2px 8px rgba(17, 128, 100, 0.1);
  height: fit-content;
  position: sticky;
  top: 100px;
  box-sizing: border-box;
  max-width: 260px;
  flex-shrink: 0;
  overflow-y: auto;
  max-height: 100%;
}

.search-meeting-form * {
  box-sizing: border-box;
  max-width: 100%;
}

.search-meeting-form .search-meeting-form__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.search-meeting-form .search-meeting-form__count {
  font-size: max(20px, 10px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 5px;
}

.search-meeting-keyword .search-meeting-keyword__main {
  display: flex;
  width: 100%;
}

.search-meeting-keyword {
  padding-bottom: 0;
  border-bottom: none;
}

.search-meeting-keyword .search-meeting-keyword__input {
  width: calc(100% - 45px);
  padding: 10px 12px;
  border-radius: 5px 0 0 5px !important;
  background-color: #f4f4f4 !important;
  border: 1px solid #59af79 !important;
  font-size: 15px;
}

.search-meeting-keyword .search-meeting-keyword__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding-inline: 12px;
  min-height: 45px;
  width: 45px;
  border-radius: 0 5px 5px 0;
  background-color: #59af79;
  border: 1px solid #59af79;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.search-meeting-keyword .search-meeting-keyword__button .ico_svg {
  width: 20px;
}

.search-meeting-keyword .search-meeting-keyword__button .ico_svg .svg-path {
  fill: #fff;
}

.search-meeting-date {
  padding-bottom: 0;
  border-bottom: none;
  width: 100%;
  box-sizing: border-box;
}

.search-meeting-date .search-meeting-date__main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.search-meeting-date .search-meeting-date__label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-inline: 10px;
  min-height: 45px;
  padding-left: 40px;
  background-color: #f4f4f4;
  border: 1px solid #59af79;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}

.search-meeting-date .search-meeting-date__label:first-child:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #333;
}

.search-meeting-date .search-meeting-date__label--to {
  padding-left: 40px;
}

.search-meeting-date .search-meeting-date__label--to:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #333;
}

.search-meeting-date input[type="hidden"] {
  display: none;
}

.search-meeting-date .search-meeting-date__label .ico_svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: 15px;
  margin: auto 0;
  width: 20px;
}

.search-meeting-date .search-meeting-date__input {
  width: 100%;
  font-size: max(14px, 10px);
  font-weight: 700;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}

.search-meeting-date .flatpickr-input:focus {
  background-color: #f4f4f4;
}

.search-meeting-date .fwb {
  display: none;
}

.meeting-list-wrapper {
  flex: 1;
  background: white;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  min-height: 0;
}

.meeting-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.meeting-list .meeting-list__item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  align-items: stretch;
}

.meeting-list .meeting-list__item:last-child {
  margin-bottom: 0;
}

.meeting-list .meeting-list__item:hover {
  background: white;
  border-color: #59af79;
  box-shadow: 0 6px 20px rgba(17, 128, 100, 0.15);
  transform: translateY(-2px);
}

.meeting-list .meeting-list__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 25px;
}

.meeting-list .meeting-list__head {
  flex: 0 0 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f5f0 0%, #d6ede5 100%);
  border-radius: 10px;
  padding: 16px 12px;
  margin-right: 0;
  box-shadow: 0 2px 8px rgba(17, 128, 100, 0.08);
}

.meeting-list .meeting-list__date {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: max(22px, 10px);
  line-height: 1;
  letter-spacing: 0;
  color: #118064;
  margin-bottom: 4px;
}

.meeting-list .meeting-list__time {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: max(15px, 10px);
  line-height: 1.5;
  letter-spacing: 0;
  color: #666;
}

.meeting-list .meeting-list__body {
  flex: 1;
  padding-right: 0;
}

.meeting-list .meeting-list__body p {
  margin-bottom: 10px;
  line-height: 1.7;
}

.meeting-list .meeting-list__body p:last-child {
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  position: relative;

  margin-top: 12px;
}

.meeting-list .meeting-list__link {
  display: inline-block;
  font-size: max(22px, 10px);
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: none;
  color: #118064;
  font-weight: bold;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}

.meeting-list .meeting-list__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #118064;
  transition: width 0.3s ease;
}

.meeting-list .meeting-list__nav {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  width: 100%;
}

.meeting-list .mt5-w {
  font-size: 15px;
  color: #666;
  font-weight: 600;
}

#meeting-list__message {
  text-align: center;
  padding: 12px;
  background: #e8f5f0;
  border-radius: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #118064;
  font-size: 18px;
}

#load-more {
  margin: 30px auto 0;
  cursor: pointer;
}

.search-meeting-form h3 {
  font-size: 16px;
  font-weight: bold;
  color: #118064;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e8f5f0;
}

.search-meeting__container .details__summary {
  padding: 15px 20px;
  cursor: pointer;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #333;
  transition: background-color 0.3s ease;
  list-style: none;
  outline: none;
}

.search-meeting__container .details__summary::-webkit-details-marker {
  display: none;
}

.search-meeting__container .details__summary:hover {
  background: #f0f0f0;
}

.search-meeting__container .details__summary::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #59af79;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.search-meeting__container .details[open] .details__summary::after {
  content: "\f068";
}

.search-meeting__container .details__summary .ico_svg {
  display: none;
}

.search-meeting__container .details__in {
  padding: 20px;
  background: white;
}

.search-meeting__container .meeting-list__nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.search-meeting__container .meeting-list__nav .cms-btn01 {
  display: inline-block;
  padding: 12px 40px;
  background: #118064;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-align: center;
}

.search-meeting__container .meeting-list__nav .cms-btn01:hover {
  background: #118064;
  transform: translateY(-2px);
}

.search-meeting__container .meeting-list__nav .cms-btn01--red {
  background: #e74c3c;
}

.search-meeting__container .meeting-list__nav .cms-btn01--red:hover {
  background: #d62c1a;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.search-meeting__container .search-detail__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search-meeting__container .search-detail {
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.search-meeting__container .search-detail * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.txt-small {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7;
}

.mt10 {
  margin-top: 10px;
}

.contact-info {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tac {
  text-align: center;
}

.mt10 {
  margin-top: 1rem;
}

.txt-basic--bold {
  font-size: max(16px, 10px);
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 700;
}

br {
  letter-spacing: 0;
}

.search-detail .search-detail__main .title-05 {
  color: #59af79;
}

.meeting-list .meeting-list__item .cms-btn01 {
  color: #fff;
  background-color: #59af79;
  position: relative;
  padding: 10px 40px 12px 48px;
  border: 1px solid #59af79;
  border-radius: 100vw;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

.meeting-list .meeting-list__item .cms-btn01:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.btn05.btn05--large {
  padding-inline: 30px;
  display: block;
  width: fit-content;
  padding: 0 15px 14px;
  border: none;
  margin: 60px auto 0;
  background-color: #fff;
}

.btn05.btn05--large .btn05__txt {
  font-size: 18px;
  position: relative;
}

.btn05.btn05--large .btn05__txt:before {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #59af79;
}

.nittei_map .map-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nittei_map #mainMap {
  width: 600px;
}

.nittei_map #map_canvas {
  margin: 40px auto;
  width: 600px;
  height: 450px;
}

.nittei_map .back {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.nittei_map .btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 80px;
  background: #fff;
  border: 1px solid #acb3b9;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.nittei_map .btn-back:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

@media (any-hover: hover) {
  .search-detail .search-detail__summary:hover {
    color: #118064;
  }

  .search-detail .search-detail__summary:hover .ico_circle-toggle {
    fill: #118064;
  }

  .search-meeting-tab__link:not(
      .search-meeting-tab__link--current
    ):hover::before {
    opacity: 0;
  }

  .search-meeting-keyword .search-meeting-keyword__button:hover {
    background-color: #118064;
  }

  .meeting-list .meeting-list__link:hover {
    color: #0a5c46;
  }

  .meeting-list .meeting-list__link:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .search-cities.search-cities--4col {
    grid-template-columns: repeat(4, 1fr);
  }

  .search-cities.search-cities--5col {
    grid-template-columns: repeat(5, 1fr);
  }

  .mt5-w {
    margin-top: 5px;
  }

  .dn-w {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .search-meeting-form {
    flex: 0 0 240px;
  }
}

@media screen and (max-width: 768px) {
  .nittei #main {
    padding-top: 80px;
    font-size: 16px;
  }

  .title-box {
    padding: 32px 0px;
  }

  .title-inner h2 {
    font-size: 24px;
  }

  .title-inner p {
    font-size: 16px;
  }

  .title-inner p::before {
    width: 14px;
    height: 20px;
    left: -20px;
  }

  .title-inner p::after {
    width: 14px;
    height: 20px;
    right: -20px;
  }

  .title-inner h1 {
    font-size: 22px;
    line-height: 1.5;
    padding: 0 10px;
  }

  .search-detail:has(details[open]) {
    padding: 14px 19px 19px;
  }
  .search-detail .search-detail__summary {
    padding-left: 30px;
  }
  .search-detail .search-detail__summary .ico_svg {
    width: 20px;
    margin-left: 30px;
  }
  .search-detail .search-detail__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
  .search-detail .search-detail__cnt01 {
    width: 100%;
    margin-top: 10px;
  }
  .search-detail .search-detail__cnt01 .search-cities {
    padding-left: 10px;
  }
  .search-detail .search-detail__cnt02 {
    width: 100%;
  }
  .search-detail .search-detail__cnt02 .search-cities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .search-cities {
    grid-template-columns: repeat(2, 1fr);
  }
  .search-options {
    display: block;
  }
  .search-options .search-options__head {
    width: 100%;
    text-align: center;
  }
  .search-options .search-options__body {
    margin-top: 10px;
  }
  .search-options .search-options__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-meeting-tab {
    gap: 0 10px;
  }

  .search-meeting-tab__link {
    width: 150px;
    min-height: 60px;
    font-size: max(14px, 10px);
    line-height: 1.4;
    padding-right: 15px;
  }

  .search-meeting-tab__link .ico_svg {
    width: 13px;
  }

  .search-meeting__container {
    flex-direction: column;
    padding: 20px 10px;
    gap: 20px;
    min-height: auto;
  }

  .search-meeting__container .search-meeting-form {
    flex: 1 1 100%;
    position: relative;
    top: auto;
    max-width: 100%;
    padding: 8px;
  }

  .search-meeting__container .search-meeting-form .search-meeting-form__main {
    width: 100%;
  }

  .search-meeting__container .meeting-list-wrapper {
    border-radius: 8px;
    box-shadow: none;
    background: transparent;
  }

  .search-meeting__container .meeting-list__item {
    padding: 16px 12px;
    margin-bottom: 12px;
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
  }

  .search-meeting__container .meeting-list__main {
    gap: 12px;
  }

  .search-meeting__container .meeting-list__head {
    flex: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #e8f5f0 0%, #d6ede5 100%);
    border-radius: 8px;
    margin-bottom: 0;
  }

  .search-meeting__container .meeting-list__body {
    flex: 1;
    padding-right: 0;
  }

  .search-meeting__container .meeting-list__date {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
  }

  .search-meeting__container .meeting-list__time {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
  }

  .search-meeting__container .mt5-w.txt-basic--bold {
    font-size: 14px;
    margin: 0;
    line-height: 1;
  }

  .search-meeting__container .meeting-list__body p.txt-basic--bold {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .search-meeting__container .meeting-list__link {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.4;
  }

  .search-meeting__container .meeting-list__body p:last-child {
    font-size: 12px;

    line-height: 1.4;
  }

  .search-meeting__container .search-meeting__submit .btn04 {
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
  }

  .search-meeting__container .details__summary {
    padding: 12px 15px;
    font-size: 14px;
  }

  .search-meeting__container .details__summary::after {
    font-size: 16px;
  }

  .search-meeting__container .details__in {
    padding: 15px;
  }

  .search-meeting__container .search-detail__label {
    font-size: 13px;
  }

  .search-meeting__container .search-detail__checkbox {
    width: 16px;
    height: 16px;
  }

  .search-meeting__container .search-meeting-keyword__input {
    font-size: 15px;
  }

  .search-meeting__container .search-meeting-date__main {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }

  .search-meeting__container .search-meeting-date .fwb {
    display: block;
    flex: 0 0 auto;
    margin: 0 2px;
    font-size: 13px;
    color: #666;
  }

  .search-meeting__container .search-meeting-date__label {
    font-size: 13px;
    padding-left: 32px;
    min-height: 38px;
  }

  .search-meeting__container .search-meeting-date__label {
    flex: 1;
    min-width: 0;
  }

  .search-meeting__container .search-meeting-date__label--to {
    padding-left: 32px;
  }

  .search-meeting__container .search-meeting-date__input {
    font-size: 12px;
  }

  .search-meeting__container #meeting-list__message {
    font-size: 15px;
    text-align: center;
  }

  .search-meeting__container .search-meeting__more {
    width: 100%;
    max-width: 280px;
    margin: 30px auto 0;
  }

  .search-meeting-form .search-meeting-form__count {
    font-size: max(16px, 10px);
  }

  .search-meeting-keyword .search-meeting-keyword__input {
    width: calc(100% - 45px);
    font-size: max(16px, 10px);
  }

  .search-meeting-keyword .search-meeting-keyword__button {
    min-height: 40px;
  }

  .search-meeting-date .search-meeting-date__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 40px;
    padding-left: 24px;
    font-size: 13px;
  }

  .search-meeting-date .search-meeting-date__label:first-child:before {
    font-size: 16px;
    left: 8px;
  }

  .search-meeting-date .search-meeting-date__main {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }

  .search-meeting-date .search-meeting-date__label {
    flex: 1;
    min-width: 0;
  }

  .search-meeting-date .search-meeting-date__label--to {
    padding-left: 24px;
  }

  .search-meeting-date .search-meeting-date__label--to:before {
    font-size: 16px;
    left: 8px;
  }

  .search-meeting-date .fwb {
    display: block;
    flex: 0 0 auto;
    margin: 0 2px;
    font-size: 13px;
    color: #666;
  }

  .meeting-list-wrapper {
    padding: 20px 0px;
  }

  .meeting-list .meeting-list__item {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 12px;
  }

  .meeting-list .meeting-list__main {
    gap: 15px;
  }

  .meeting-list .meeting-list__head {
    gap: 12px;
    padding: 15px 0px;
    flex: 0 0 100px;
  }

  .meeting-list .meeting-list__time {
    font-size: max(13px, 10px);
  }

  .meeting-list .meeting-list__date {
    font-size: max(20px, 10px);
  }

  .meeting-list .meeting-list__link {
    font-size: max(18px, 10px);
    line-height: 1.4;
  }

  .meeting-list .meeting-list__nav {
    flex-direction: row;
    margin-top: 15px;
    margin-left: 0;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .meeting-list .meeting-list__body {
    padding-right: 0;
  }

  .search-meeting__container {
    flex-direction: column;
    background-color: #fff;
    padding: 0;
    height: fit-content;
  }

  .search-meeting-form {
    flex: 1 1 auto;
    position: static;
    margin-bottom: 20px;
  }

  .mt30-w {
    margin-top: 30px;
  }

  .pcOn {
    display: none !important;
  }

  .spOn {
    display: block !important;
  }

  .seminar-selection-container {
    padding: 30px 20px;
    margin: 20px 0px;
  }

  .seminar-selection-container {
    gap: 6px;
    padding: 40px 0 10px;
  }

  .face-to-face-wrapper,
  .online-link-wrapper {
    max-width: 172px;
    height: 70px;
    border-radius: 10px;
  }

  .face-to-face-wrapper::after {
    content: "";
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f7a457;
  }

  .btn-face-to-face,
  .btn-online {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
  }

  .btn-face-to-face span.big,
  .btn-online span.big {
    font-size: 18px;
  }

  .btn-online:after {
    right: 4px;
    font-size: 16px;
  }

  .face-to-face-info {
    padding: 0;
    margin: 30px 0 24px;
  }

  .info-description p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 5px;
  }

  .map-sp {
    margin-bottom: 50px;
  }
  .map01 {
    position: relative;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 18px 30px 18px 20px;
  }
  .map02 {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    padding: 0 10px;
    line-height: 1.8em;
  }
  input[name="navmapinput"] {
    display: none;
  }
  .listmap01 span,
  .listmap02 span,
  .listmap03 span,
  .listmap04 span,
  .listmap05 span,
  .listmap06 span,
  .listmap07 span,
  .listmap08 span {
    cursor: pointer;
    padding-right: 120px;
  }
  .listmap01:before,
  .listmap02:before,
  .listmap03:before,
  .listmap04:before,
  .listmap05:before,
  .listmap06:before,
  .listmap07:before,
  .listmap08:before {
    position: absolute;
    right: 20px;
    margin: 0 auto;
    content: "+";
    color: #fff;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #navmap01:checked ~ .map01 .listmap01:before,
  #navmap02:checked ~ .map01 .listmap02:before,
  #navmap03:checked ~ .map01 .listmap03:before,
  #navmap04:checked ~ .map01 .listmap04:before,
  #navmap05:checked ~ .map01 .listmap05:before,
  #navmap06:checked ~ .map01 .listmap06:before,
  #navmap07:checked ~ .map01 .listmap07:before,
  #navmap08:checked ~ .map01 .listmap08:before {
    content: "-";
    color: #fff;
    right: 20px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #navmap01:checked ~ .boxmap01,
  #navmap02:checked ~ .boxmap02,
  #navmap03:checked ~ .boxmap03,
  #navmap04:checked ~ .boxmap04,
  #navmap05:checked ~ .boxmap05,
  #navmap06:checked ~ .boxmap06,
  #navmap07:checked ~ .boxmap07,
  #navmap08:checked ~ .boxmap08 {
    height: auto;
    opacity: 1;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .maplist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .maplist li {
    position: relative;
    font-size: 16px;
    background-color: #fff;
    background-image: url(/images/form/icon/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px;
    border-radius: 2px;
    padding: 15px 20px;
    margin-bottom: 5px;
  }
  .maplist a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
  }
  .maplist li a {
    color: #000;
    text-decoration: none;
  }

  .r_over {
    padding: 10px 20px;
  }
  .r_over img {
    width: 270px;
  }

  .hero {
    padding: 60px 12px 40px;
  }

  .hero-features {
    gap: 8px;
  }

  .feature-item {
    width: 100px;
    height: 100px;
    font-size: 14px;
    border: 4px solid #b8d5c3;
  }

  .feature-item img {
    width: 44px;
    height: 44px;
    top: -24px;
  }

  .hero::after {
    height: 80px;
  }

  .search-meeting-form .search-cities--4col {
    gap: 6px;
  }

  .search-detail:has(details:not([open])) {
    padding: 10px 20px;
    border-radius: 25px;
  }

  .search-meeting__container .meeting-list__nav {
    margin-top: 14px;
  }

  .header-title {
    flex-direction: column;
    overflow: hidden;
    padding: 24px 0 0;
  }

  .header-title .back_map {
    order: 1;
    padding: 8px 12px;
    width: 100%;
    justify-content: flex-start;
  }

  .nittei .back_map a::before {
    width: 22px;
    height: 22px;
    font-size: 14px;
    left: 0;
  }

  .nittei .back_map a {
    font-size: 14px;
    padding-left: 20px;
  }

  .nittei_area h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  .intro-title {
    padding-bottom: 32px;
  }

  .top-bnr {
    padding: 0 12px;
  }

  .nittei_map #map_canvas {
    width: 100%;
    height: 250px;
  }

  .nittei-map #main_content.nittei_map {
    width: 100% !important;
  }

  .nittei-map #main {
    width: 100%;
  }

  .nittei-map #main_content.nittei_map > section > header h1 {
    font-size: 20px;
  }

  .nittei-map #main_content.nittei_map > section {
    border: none;
  }

  .nittei_map #mainMap {
    width: 100%;
  }

  .nittei_map #map_canvas {
    width: 100%;
    height: 250px;
  }

  .nittei_map .btn-back {
    height: 60px;
    font-size: 16px;
    margin-top: 20px;
  }
}
