@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*@function vw($size, $viewport:1920) {
  $rate: 100 / $viewport;
  @return $rate * $size * 1vw;
}*/
/*$pointColor: #a0753a;*/
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 62.5%;
  color: #111111;
  line-height: 1.6;
}

body,
input,
button,
textarea,
select {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
  /*font-family: "Noto Sans Japanese","Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #ede8dc;
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

.common_pcnolink {
  pointer-events: visible;
}

.common_inner {
  /*width: 86%;*/
  width: 92%;
}

.ank {
  padding-top: 55px;
  margin-top: -55px;
}
@media screen and (min-width: 481px) {
  .ank {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.common_txt01 {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.common_tx_c {
  text-align: center;
}

.common_btn01 {
  width: 100%;
  height: 60px;
  max-width: 330px;
}
.common_btn01 a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border-radius: 9999px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #966839;
  /*box-shadow: 0px 0px 16px -8px rgba(186,175,150,0.53);*/
  box-shadow: 0px 0px 16px -8px #000;
}
.common_btn01 a::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 9999px;
}
.common_btn01 a::after {
  background: url(../images/common/icon_outlink_wh.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 27px;
  content: "";
  width: 16px;
  height: 16px;
  z-index: 2;
}
.common_btn01 a .icon_txt {
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.common_btn01 a:hover {
  box-shadow: none;
  top: 5px;
}

.common_top_h2ttl {
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
}

.common_top_h3ttl {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #111111;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 50px;
  margin-bottom: 25px;
}
.common_top_h3ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 50px;
  background: url(../images/common/common_top_h3ttl_bg_left_sp.png) no-repeat left top;
  background-size: cover;
}
.common_top_h3ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 50px;
  background: url(../images/common/common_top_h3ttl_bg_right_sp.png) no-repeat left top;
  background-size: cover;
}
.common_top_h3ttl.twogyo {
  height: 80px;
  line-height: 1.2;
}
.common_top_h3ttl.twogyo::before {
  height: 80px;
  background: url(../images/common/common_top_h3ttl_bg_left_sp02.png) repeat-y left top;
  background-size: contain;
}
.common_top_h3ttl.twogyo::after {
  height: 80px;
  background: url(../images/common/common_top_h3ttl_bg_right_sp02.png) repeat-y left top;
  background-size: contain;
}

.common_top_h4ttl {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  z-index: 999;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}
header .hd_logo_box {
  display: flex;
  align-items: center;
  padding-left: 4%;
}
header .hd_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  width: 123px;
}
header .hd_logo img {
  width: 100%;
}
header .hd_logo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
header .hd_logo_tokyo {
  width: 125px;
  margin-right: 23px;
}
header .hd_logo_tokyo img {
  width: 100%;
}
header .hd_logo_tokyo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
header button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}
header .nav_toggle_pc {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  top: 15px;
  right: 4%;
  z-index: 999;
  background-color: #512c5e;
  display: block;
}
header .nav_toggle_pc span {
  transition: 0.3s;
  border-top: 2px solid #fff;
  width: 18px;
  position: absolute;
  top: 13px;
  left: calc((100% - 18px) / 2);
  text-align: center;
}
header .nav_toggle_pc span:nth-child(2) {
  top: 19px;
}
header .nav_toggle_pc span:nth-child(3) {
  top: 25px;
}
header .nav_toggle_pc span.open:nth-child(1) {
  transform: rotate(-45deg);
  top: 19px;
}
header .nav_toggle_pc span.open:nth-child(2) {
  display: none;
}
header .nav_toggle_pc span.open:nth-child(3) {
  transform: rotate(45deg);
  top: 19px;
}
header .hd_btn01_sp {
  margin: 15px auto 60px auto;
}
header .global_menu.open {
  top: 0;
}
header .global_menu {
  position: fixed;
  top: -500%;
  left: 0;
  width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
  height: 100%;
  z-index: 9;
  background-color: #ede8dc;
}
header .global_menu .inblock {
  overflow-y: scroll;
  overflow-x: hidden;
  /*height: 100%;*/
  box-sizing: border-box;
  position: relative;
  background-color: #512c5e;
}
header .global_menu .inblock .hd_logo_box {
  height: 70px;
  background-color: #ede8dc;
}
header .global_menu .hd_nav01 {
  box-sizing: border-box;
}
header .global_menu .hd_nav01 > ul {
  padding: 30px 4%;
}
header .global_menu .hd_nav01 > ul > li > a {
  color: #fff;
  padding: 15px 4%;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  display: block;
  border-bottom: 1px solid #8f659e;
}
header .global_menu .hd_nav01 > ul > li > a::before {
  background: url(../images/common/icon_arrow_wh.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  transform: rotate(270deg);
  top: calc(50% - 12px);
  right: 4%;
  content: "";
  width: 16px;
  height: 18px;
  z-index: 2;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
footer {
  display: flex;
  justify-content: center;
  padding: 40px 0 30px 0;
  padding: 0 0 30px 0;
}
footer .ft_left .ft_name {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
footer .ft_left .ft_add {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
footer .ft_right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
footer .ft_right .ft_logo {
  width: 113px;
}
footer .ft_right .ft_logo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
footer .ft_right .ft_logo_tokyo {
  width: 133px;
  margin-right: 25px;
}
footer .ft_right .ft_logo_tokyo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  width: 100%;
  padding: 10px 0 40px 0;
}
.top_main_bg .common_inner {
  width: 100%;
}
.top_main_bg .common_btn01 {
  margin: 20px auto 0 auto;
}
.top_main_txt {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.top_main_txt .cl_txt {
  color: #512c5e;
  border-bottom: 1px solid #512c5e;
  display: inline;
  font-weight: 500;
}
.top_main_cover {
  position: relative;
  margin-bottom: 1.5rem;
}
.top_main_box02 {
  width: 100%;
  margin-top: 20px;
}
.top_main_box02 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_main_box02 ul li {
  text-align: center;
  margin: 0 13px 5px 13px;
  width: 95px;
}
.top_main_box02 ul li .name_txt {
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.top_main_box02 ul li .big_txt {
  font-size: 1.4rem;
}
.top_main_box03::before {
  content: inherit;
}
.top_main_box03::after {
  content: inherit;
}

.top_about_bg {
  padding: 40px 0 0 0;
}
.top_about_bg .common_inner {
  width: 100%;
}
.top_about_box {
  position: relative;
}
.top_about_ttl {
  width: 138px;
  position: absolute;
  top: -20px;
  right: 15px;
}
.top_about_disc img {
  width: 100%;
}
.top_about_disc_txt {
  padding: 33px 4% 20px 4%;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
}
.top_about_disc_txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8.6rem;
  height: 8.25rem;
  background: url(../images/top/top_about_img01_bk_sp.png) no-repeat right top;
  background-size: contain;
}
.top_about_disc::before {
  content: inherit;
}

.top_main_underspbk {
  background: url(../images/top/top_news_bg_sp.png) no-repeat center top;
  background-size: cover;
}

.top_news_bg {
  display: flex;
  justify-content: center;
  padding: 40px 0 20px 0;
}
.top_news_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: 0;
  top: -13px;
  z-index: 2;
  width: 100%;
  margin-bottom: -13px;
}
.top_news_ttl .img_ttl {
  width: 111px;
}
.top_news_ttl .h2_ttl {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-left: 0.75rem;
  font-family: "Noto Serif JP", serif;
}
.top_news_ttl::before {
  margin-right: 10px;
  flex-grow: 22;
}
.top_news_ttl::after {
  margin-left: 10px;
  flex-grow: 113;
}
.top_news_ttl::before, .top_news_ttl::after {
  background-color: #512c5e;
  content: "";
  height: 1px;
}
.top_news_box {
  border-left: 1px solid #512c5e;
  border-right: 1px solid #512c5e;
  border-bottom: 1px solid #512c5e;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.top_news_list {
  padding: 5px 20px 0 15px;
  overflow-y: auto;
  height: 217px;
  margin: -15px 10px 10px 10px;
}
.top_news_list::-webkit-scrollbar {
  width: 15px;
}
.top_news_list::-webkit-scrollbar-track {
  background-color: #e0ddd4;
}
.top_news_list::-webkit-scrollbar-thumb {
  background-color: #b1ada0;
}
.top_news_list ul li {
  display: flex;
  margin: 1.25rem 0;
}
.top_news_list_date {
  color: #512c5e;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: 1.25rem;
}
.top_news_list_txt {
  letter-spacing: 0.05em;
}

.top_venue_bg {
  display: flex;
  justify-content: center;
  padding: 10px 0 0 0;
}
.top_venue_box {
  background: url(../images/top/top_venue_bg_sp.png) no-repeat left top;
  background-size: cover;
  padding: 25px 25px 30px 25px;
}
.top_venue_ttl.sp {
  margin-bottom: 10px;
  text-align: center;
}
.top_venue_ttl.sp .h2_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.top_venue_ttl.sp .hosoku_ttl {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding: 0 calc(0.3em + 15px);
}
.top_venue_ttl.sp .hosoku_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 15px;
  height: 1px;
  border-top: 1px solid #111;
}
.top_venue_ttl.sp .hosoku_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 15px;
  height: 1px;
  border-top: 1px solid #111;
}
.top_venue_img {
  margin-bottom: 10px;
  text-align: center;
}
.top_venue_disc .common_txt01 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.top_venue_btn {
  width: 100%;
  height: 60px;
  max-width: 295px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.top_venue_btn a {
  background-color: #512c5e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 9999px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  color: #FFF;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  box-shadow: 0px 0px 13px -5px #000;
  font-size: 1.8rem;
}
.top_venue_btn a::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 9999px;
}
.top_venue_btn a::after {
  background: url(../images/common/icon_arrow_wh.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  content: "";
  width: 7px;
  height: 14px;
}
.top_venue_btn a:hover {
  box-shadow: none;
  top: 5px;
}
.top_venue_pdf {
  padding: 50px 0 60px 0;
}
.top_venue_pdf_img {
  width: 146px;
  margin-left: auto;
  margin-right: auto;
}
.top_venue_pdf_btn {
  width: 100%;
  height: 60px;
  max-width: 295px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.top_venue_pdf_btn a {
  background-color: #e5dfd0;
  border: 1px solid #512c5e;
  border-radius: 9999px;
  color: #512c5e;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 13px -5px #000;
}
.top_venue_pdf_btn a .icon_txt {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-right: 30px;
  font-weight: 500;
  color: #111111;
}
.top_venue_pdf_btn a .icon_txt::after {
  background: url(../images/common/icon_pdf.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  content: "";
  width: 18px;
  height: 22px;
}
.top_venue_pdf_btn a:hover {
  box-shadow: none;
}

.top_held_bg {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.top_held_bg .common_txt01 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.top_held_box {
  background-color: #fbf8ef;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  position: relative;
}
.top_held_box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  background: url(../images/top/top_held_icon.png);
  background-size: contain;
}
.top_held_box_ttl {
  color: #512c5e;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 10px;
  border-left: 2px solid #512c5e;
  margin-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
}
.top_held_disc {
  width: 100%;
  order: 1;
}
.top_held_img {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  order: 0;
}
.top_held_img img {
  width: 122px;
}

.top_speaker_bg {
  background: url(../images/top/top_speaker_bg_sp.png) no-repeat center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 50px 0 70px 0;
}
.top_speaker_bg .common_top_h2ttl {
  color: #FFF;
}
.top_speaker_insec {
  padding: 0 0 20px 0;
}
.top_speaker_h4ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a98db3;
}
.top_speaker_h5ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 45px;
}
.top_speaker_time {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2rem;
}
.top_speaker_half:first-child {
  margin-bottom: 30px;
}
.top_speaker_people {
  margin-bottom: 30px;
}
.top_speaker_people_img {
  width: 200px;
  margin: 0 auto 30px auto;
}
.top_speaker_people_disc {
  background-color: #ede8dc;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
}
.top_speaker_people_disc::after {
  background: url(../images/top/top_people_disc_bg.png) no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 122px;
  height: 143px;
}
.top_speaker_people_disc .common_txt01 {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}
.top_speaker_people_degree {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  word-break: break-all;
  font-family: "Noto Serif JP", serif;
}
.top_speaker_people_name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.top_speaker_people_name .big_txt {
  font-size: 2.8rem;
}
.top_speaker_people_sml {
  display: flex;
  flex-wrap: wrap;
  background-color: #ede8dc;
}
.top_speaker_people_sml_img {
  width: 158px;
}
.top_speaker_people_sml_disc {
  width: calc(100% - 158px);
  background-color: #ede8dc;
  padding: 10px 15px 15px 15px;
  box-sizing: border-box;
}
.top_speaker_people_sml_disc .common_txt01 {
  line-height: 1.4;
}
.top_speaker_people_sml_name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.top_speaker_people_sml_name .big_txt {
  font-size: 1.8rem;
}

.top_overview_cover {
  padding: 6rem 0 0 0;
}
.top_overview_bg {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 28.95rem;
}
.top_overview_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 27.95rem;
  background: url(../images/top/top_overview_bottom_sp.png) no-repeat center top;
  background-size: cover;
}
.top_overview_tbl {
  margin-bottom: 4.25rem;
}
.top_overview_tbl table {
  width: 100%;
}
.top_overview_tbl table th {
  border-bottom: 1px solid #512c5e;
  width: 37.68%;
  padding: 13px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-weight: 500;
  vertical-align: top;
  font-size: 1.6rem;
  vertical-align: top;
}
.top_overview_tbl table td {
  border-bottom: 1px solid #d6cfbd;
  width: 62.32%;
  padding: 13px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  vertical-align: top;
}
.top_overview_tbl table td .bold_txt {
  font-weight: 700;
}
.top_overview_tbl table td a {
  text-decoration: underline;
  word-break: break-all;
}
.top_overview_tbl table td ul li {
  position: relative;
  padding-left: 1.5em;
}
.top_overview_tbl table td ul li::before {
  content: "";
  background: #512c5e;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.top_overview_tbl table td ul li:not(:last-child) {
  margin-bottom: 3px;
}

.top_program_bg {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.top_program_bg .common_btn01 {
  margin-left: auto;
  margin-right: auto;
}
.top_program_box {
  background-color: #fbf8ef;
  padding: 15px 30px;
  margin: 30px 0 40px 0;
}
.top_program_box dl {
  display: flex;
}
.top_program_box dl dt {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 5px 0 10px 0;
  letter-spacing: 0.1em;
}
.top_program_box dl dd {
  box-sizing: border-box;
  position: relative;
  padding: 10px 0 10px 25px;
  margin-left: 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.top_program_box dl dd .sml_txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 5px;
}
.top_program_box dl dd::before {
  border-left: 1px solid #512c5e;
  content: "";
  position: absolute;
  top: 18px;
  left: 5px;
  width: 1px;
  height: 100%;
}
.top_program_box dl dd::after {
  background-color: #d7cfbd;
  border: 1px solid #512c5e;
  content: "";
  position: absolute;
  top: 18px;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.top_program_box dl dd.last::before {
  content: inherit;
}

.top_guidance_bg {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px 0;
}
.top_guidance_name {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  margin-bottom: 3px;
}
.top_guidance_add {
  margin-bottom: 10px;
}
.top_guidance_add_txt {
  margin-bottom: 10px;
}
.top_guidance_add_link {
  color: #512c5e;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #512c5e;
  padding-left: 16px;
  transition: 0.3s;
  font-size: 1.6rem;
}
.top_guidance_add_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0px;
  width: 11px;
  height: 16px;
  background: url(../images/top/icon_map.svg) no-repeat left top;
  background-size: contain;
}
.top_guidance_add_link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.top_guidance_map {
  margin: 25px 0;
}
.top_guidance_map iframe {
  border: none;
  height: 250px;
  width: 100%;
}
.top_guidance_h5ttl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
  padding-left: 25px;
}
.top_guidance_h5ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  left: 0px;
  width: 0px;
  height: 0px;
  background: url(../images/top/icon_train.svg) no-repeat left top;
  background-size: contain;
}
.top_guidance_h5ttl.train::after {
  top: calc(50% - 10px);
  width: 15px;
  height: 21px;
  background: url(../images/top/icon_train.svg) no-repeat left top;
  background-size: contain;
}
.top_guidance_h5ttl.bus {
  margin-top: 2rem;
}
.top_guidance_h5ttl.bus::after {
  top: calc(50% - 10px);
  width: 17px;
  height: 20px;
  background: url(../images/top/icon_bus.svg) no-repeat left top;
  background-size: contain;
}
.top_guidance_h5ttl + .common_txt01 {
  font-size: 1.6rem;
}

.top_join_bg {
  display: flex;
  justify-content: center;
  padding: 25px 0 30px 0;
}
.top_join_disc {
  background-color: #fbf8ef;
  padding: 25px;
  display: flex;
  justify-content: space-between;
}
.top_join_disc_img {
  width: 91px;
}
.top_join_disc_txt {
  width: calc(100% - 106px);
}
.top_join_disc_txt .common_txt01 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}
.top_join_stepno {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
}
.top_join_step01 {
  position: relative;
}
.top_join_step01::after {
  content: inherit;
}
.top_join_step01 .top_join_stepno {
  background: url(../images/top/top_join_step01_bg_sp.png) repeat-y center top;
  background-size: cover;
}
.top_join_step01 .top_join_stepno img {
  width: 85px;
}
.top_join_step01 .top_join_disc {
  display: flex;
}
.top_join_step01 .top_join_disc_img {
  margin-right: 15px;
}
.top_join_step01 .common_btn01 {
  width: 100%;
  max-width: 185px;
  height: 50px;
  margin-top: 10px;
}
.top_join_step01 .common_btn01 a {
  padding-right: 15px;
}
.top_join_step01 .common_btn01 a::before {
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.top_join_step01 .common_btn01 a::after {
  background: url(../images/common/icon_outlink_wh.svg) no-repeat left top;
  background-size: contain;
  top: calc(50% - 7px);
  right: 15px;
  width: 14px;
  height: 14px;
}
.top_join_step01 .common_btn01 a .icon_txt {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.top_join_step02 {
  margin-bottom: calc(24px + 2.9rem);
  position: relative;
}
.top_join_step02::after {
  content: "";
  position: absolute;
  bottom: calc(-1.5rem - 24px);
  left: calc(50% - 6px);
  width: 12px;
  height: 24px;
  background: url(../images/top/top_join_arrow.svg) no-repeat left top;
  background-size: contain;
}
.top_join_step02 .top_join_stepno img {
  width: 87px;
  max-width: inherit;
}
.top_join_step03 .top_join_stepno img {
  width: 87px;
}
.top_join_h4ttl {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding-left: 32px;
  margin-bottom: 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top_join_step_join01 {
  padding-top: 30px;
}
.top_join_step_join01 .top_join_stepno {
  background: url(../images/top/top_join_step02_bg_sp.png) no-repeat center top;
  background-size: cover;
}
.top_join_step_join01 .top_join_h4ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0px;
  width: 21px;
  height: 23px;
  background: url(../images/top/top_join_h4ttl01.svg) no-repeat left top;
  background-size: contain;
}
.top_join_step_join02 {
  padding-top: 30px;
}
.top_join_step_join02 .top_join_stepno {
  background: url(../images/top/top_join_step02_02_bg_sp.png) repeat-y;
  background-size: cover;
}
.top_join_step_join02 .top_join_h4ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0px;
  width: 25px;
  height: 21px;
  background: url(../images/top/top_join_h4ttl02.svg) no-repeat left top;
  background-size: contain;
}
.top_join_caution01 {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.4rem;
  letter-spacing: 0.1em;
}
.top_join_step_btncover {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
}
.top_join_step_btn {
  width: calc(50% - 3px);
}
.top_join_step_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 100%;
  height: 50px;
  padding-right: 13px;
  box-shadow: 0px 0px 16px -8px #000;
}
.top_join_step_btn a::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: url();
  background-size: contain;
}
.top_join_step_btn a::after {
  background: url(../images/common/icon_arrow_wh.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 13px;
  content: "";
  width: 7px;
  height: 14px;
}
.top_join_step_btn a .icon_txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}
.top_join_step_btn a .icon_txt::before {
  content: "";
  position: absolute;
  left: 0px;
}
.top_join_step_btn.join01 a {
  background-color: #a25545;
}
.top_join_step_btn.join01 a .icon_txt::before {
  top: calc(50% - 7px);
  width: 13px;
  height: 14px;
  background: url(../images/top/top_join_h4ttl01_wh.svg) no-repeat left top;
  background-size: contain;
}
.top_join_step_btn.join02 a {
  background-color: #5d7e53;
}
.top_join_step_btn.join02 a .icon_txt {
  font-size: 1.3rem;
  letter-spacing: -0.05em;
}
.top_join_step_btn.join02 a .icon_txt::before {
  top: calc(50% - 6px);
  width: 14px;
  height: 12px;
  background: url(../images/top/top_join_h4ttl02_wh.svg) no-repeat left top;
  background-size: contain;
}

.top_childcare_bg {
  display: flex;
  justify-content: center;
  padding: 30px 0 20px 0;
}
.top_childcare_txt {
  margin: 20px 0 10px 0;
}

.top_archive_bg {
  display: flex;
  justify-content: center;
  padding: 60px 0 80px 0;
  background: url(../images/top/top_archive_bg_sp.png) center top;
  background-size: cover;
}
.top_archive_bg .common_top_h2ttl {
  color: #FFF;
}
.top_archive_lead {
  font-size: 1.6rem;
  color: #FFF;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.top_archive_box {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  aspect-ratio: 16/9;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.top_archive_box iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sp.css.map */