@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*@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;
}
@media screen and (max-width: 1294px) {
  html {
    font-size: 56.25%;
    /* 90% */
    /*font-size: 53.125%;*/
    /* 85% */
  }
}

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: 1.6rem;
  background-color: #ede8dc;
}

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

.sp {
  display: none;
}

.pc {
  display: block;
}

.common_container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.common_pcnolink {
  pointer-events: none;
}

.common_inner {
  max-width: 1200px;
  width: 90.625%;
}
@media screen and (max-width: 1294px) {
  .common_inner {
    width: 84%;
  }
}
@media screen and (max-width: 980px) {
  .common_inner {
    width: 90.625%;
  }
}

.ank {
  padding-top: 11.4rem;
  margin-top: -11.4rem;
}

.common_txt01 {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}

.common_tx_c {
  text-align: center;
}

.common_btn01 {
  width: 60rem;
  height: 11rem;
}
.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% - 11px);
  right: 4.5rem;
  content: "";
  width: 22px;
  height: 22px;
  z-index: 2;
}
.common_btn01 a .icon_txt {
  color: #FFF;
  font-size: 2.6rem;
  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: 5.6rem;
  /*letter-spacing: 0.1em;*/
  font-weight: 500;
  margin-bottom: 4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
}

.common_top_h3ttl {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #111111;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  margin: 0 3rem;
  width: calc(100% - 6rem);
  height: 7rem;
  margin-bottom: 3.5rem;
}
.common_top_h3ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  width: 3rem;
  height: 7rem;
  background: url(../images/common/common_top_h3ttl_bg_left.png) no-repeat left top;
  background-size: cover;
}
.common_top_h3ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  width: 3rem;
  height: 7rem;
  background: url(../images/common/common_top_h3ttl_bg_right.png) no-repeat left top;
  background-size: cover;
}

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

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  z-index: 99;
  width: 100%;
  height: 10.4rem;
  position: fixed;
  left: 50%;
  top: 0;
  box-sizing: border-box;
  max-width: 1920px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
  background-color: #ede8dc;
}
header .hd_logo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4rem;
  position: relative;
  z-index: 2;
}
header .hd_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  width: 20.5rem;
}
header .hd_logo img {
  width: 100%;
}
header .hd_logo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
header .hd_logo_tokyo {
  width: 22.4rem;
  margin-right: 4rem;
}
header .hd_logo_tokyo img {
  width: 100%;
}
header .hd_logo_tokyo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
header .global_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6rem;
}
header .global_menu .hd_logo_box {
  display: none;
}
header .global_menu nav {
  display: flex;
  align-items: center;
  height: 9rem;
  transition: 0.4s;
}
header .global_menu nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
header .global_menu nav > ul > li {
  display: flex;
  align-items: center;
}
header .global_menu nav > ul > li:not(:last-child) {
  margin-right: 2.5rem;
}
header .global_menu nav > ul > li a {
  text-decoration: none;
  color: #111111;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
header .global_menu nav > ul > li a::after {
  background-color: #512c5e;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
header .global_menu nav > ul > li a:hover {
  color: #512c5e;
}
header .global_menu nav > ul > li a:hover::after {
  bottom: -4px;
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  header .hd_logo_tokyo {
    width: 15.68rem;
    margin-right: 2rem;
  }
  header .hd_logo {
    width: 14.35rem;
  }
}
.nav_toggle_pc {
  display: none;
}

.hd_btn01_sp {
  display: none;
}

@media screen and (max-width: 1240px) {
  .hd_btn01_sp {
    display: block;
    margin: 3rem auto 8rem auto;
  }
  header {
    height: 80px;
  }
  header .common_inner {
    width: 92%;
  }
  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;
  }
  .nav_toggle_pc {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 999;
    background-color: #512c5e;
    display: block;
  }
  .nav_toggle_pc span {
    transition: 0.3s;
    border-top: 2px solid #fff;
    width: 24px;
    position: absolute;
    top: 16px;
    left: calc((100% - 24px) / 2);
    text-align: center;
  }
  .nav_toggle_pc span:nth-child(2) {
    top: 24px;
  }
  .nav_toggle_pc span:nth-child(3) {
    top: 32px;
  }
  .nav_toggle_pc span.open:nth-child(1) {
    transform: rotate(-45deg);
    top: 24px;
  }
  .nav_toggle_pc span.open:nth-child(2) {
    display: none;
  }
  .nav_toggle_pc span.open:nth-child(3) {
    transform: rotate(45deg);
    top: 24px;
  }
  .global_menu.open {
    top: 0px;
    /*height: 100vh;*/
    margin-right: 0;
    display: block;
  }
  .global_menu {
    position: fixed;
    top: -600%;
    left: 0;
    width: 100%;
    transition: 0.3s;
    box-sizing: border-box;
    height: 100%;
    z-index: 9;
  }
  .global_menu .hd_logo_box {
    display: flex !important;
    justify-content: flex-start;
    height: 80px;
    background-color: #ede8dc;
  }
  .global_menu .inblock {
    width: 100%;
    overflow-x: hidden;
    /* overflow-y: scroll;
    height: 100%; */
    box-sizing: border-box;
    position: relative;
    background-color: #512c5e;
  }
  .global_menu .hd_nav01 {
    box-sizing: border-box;
    display: block;
    background-color: #512c5e;
    height: inherit;
  }
  .global_menu .hd_nav01 > ul {
    padding: 3rem;
    display: block;
  }
  .global_menu .hd_nav01 > ul > li {
    display: block;
  }
  .global_menu .hd_nav01 > ul > li:not(:last-child) {
    margin-right: 0;
  }
  .global_menu .hd_nav01 > ul > li > a {
    color: #fff;
    padding: 2.5rem;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #8f659e;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
  }
  .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;
    top: calc(50% - 10px);
    right: 25px;
    content: "";
    width: 16px;
    height: 18px;
    transform: rotate(270deg);
    z-index: 2;
  }
  .global_menu .hd_nav01 > ul > li > a::after {
    content: inherit;
  }
  .global_menu .hd_nav01 > ul > li > a:hover {
    color: #fff;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
footer {
  display: flex;
  justify-content: center;
  padding: 6.5rem 0 4rem 0;
  padding: 0 0 4rem 0;
}
footer .common_inner {
  display: flex;
  justify-content: space-between;
}
footer .ft_left .ft_name {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
footer .ft_left .ft_add {
  letter-spacing: 0.05em;
}
footer .ft_right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
footer .ft_right .ft_logo {
  width: 20.5rem;
}
footer .ft_right .ft_logo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
footer .ft_right .ft_logo_tokyo {
  width: 22.4rem;
  margin-right: 4rem;
}
footer .ft_right .ft_logo_tokyo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  overflow: hidden;
  width: 100%;
  margin-top: 10.4rem;
  padding: 0 0 11.5rem 0;
  display: flex;
  justify-content: center;
}
.top_main_bg .common_inner {
  max-width: 1344px;
}
.top_main_bg .common_btn01 {
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 980px) {
  .top_main_bg .common_btn01 {
    max-width: 420px;
  }
}
.top_main_txt {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.top_main_txt .cl_txt {
  color: #512c5e;
  border-bottom: 1px solid #512c5e;
  display: inline;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .top_main_txt .cl_txt br {
    display: block;
  }
}
.top_main_cover {
  position: relative;
  margin-bottom: 3rem;
}
.top_main_box02 {
  display: none;
}
.top_main_box03 {
  position: relative;
  padding-top: 2.5rem;
}
.top_main_box03::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -54.5rem;
  width: 15.7rem;
  height: 18.8rem;
  background: url(../images/top/top_main_img_illust01.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  .top_main_box03::before {
    left: -1.5rem;
    margin-left: 0;
  }
}
.top_main_box03::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 50%;
  margin-left: 39rem;
  width: 13.5rem;
  height: 15.6rem;
  background: url(../images/top/top_main_img_illust02.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  .top_main_box03::after {
    left: inherit;
    right: -1.5rem;
    margin-left: 0;
  }
}

.top_about_bg {
  display: flex;
  justify-content: center;
}
.top_about_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}
.top_about_ttl {
  width: 23rem;
  order: 1;
  margin-right: 5rem;
  margin-left: 8rem;
  z-index: 1;
  /*display: flex;
  flex-direction: row-reverse;
  justify-content: center;		

  .inttl {
  	width: 6.76rem;
  	writing-mode: vertical-rl;
  	text-orientation: upright;
  	font-feature-settings: initial;
  	margin: 0 vw(10);

  	&_txt {
  		color: #fff;
  		font-size: 3.6rem;
  		background-color: #000;
  		padding: 0.2em 0.5rem;
  	}
  }*/
}
.top_about_disc {
  order: 0;
  width: 70%;
  position: relative;
}
.top_about_disc img {
  width: 100%;
}
.top_about_disc_txt {
  position: absolute;
  bottom: -6rem;
  right: -14rem;
  background-color: #ece6db;
  padding: 3rem 8.5rem 3rem 4rem;
  width: 43.5rem;
  box-sizing: border-box;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.top_about_disc::before {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: -23.4rem;
  width: 29.4rem;
  height: 29.4rem;
  background: url(../images/top/top_about_img01_bk.png) no-repeat left top;
  background-size: contain;
}

div#news {
  background: url(../images/top/top_news_bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 0 0 18rem 0;
}

.top_news_bg {
  display: flex;
  justify-content: center;
  padding: 20rem 0 0 0;
}
.top_news_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: 0;
  top: -24px;
  z-index: 2;
  width: 100%;
  margin-bottom: -24px;
}
@media screen and (max-width: 1294px) {
  .top_news_ttl {
    top: -21px;
    margin-bottom: -21px;
  }
}
.top_news_ttl .img_ttl {
  width: 19.2rem;
}
.top_news_ttl .h2_ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-left: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
.top_news_ttl::before {
  margin-right: 2rem;
  flex-grow: 45;
}
.top_news_ttl::after {
  margin-left: 2rem;
  flex-grow: 820;
}
.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: 2.5rem 5rem 2.5rem 7rem;
  overflow-y: auto;
  height: 22.6rem;
  margin: -3rem 1.5rem 1.5rem 0;
}
.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: 2.5rem 0;
}
.top_news_list_date {
  color: #512c5e;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: 2.5rem;
}
.top_news_list_txt {
  letter-spacing: 0.05em;
}

.top_venue_bg {
  display: flex;
  justify-content: center;
  padding: 6rem 0 0 0;
}
.top_venue_cover {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_venue_box {
  background: url(../images/top/top_venue_bg.png) no-repeat left top;
  background-size: cover;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 29rem);
}
@media screen and (max-width: 980px) {
  .top_venue_box {
    width: 100%;
  }
}
.top_venue_ttl.pc {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.top_venue_ttl.pc .h2_ttl {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-right: 1rem;
}
.top_venue_ttl.pc .hosoku_ttl {
  margin-top: 0.8rem;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding: 0 calc(0.3em + 15px);
}
.top_venue_ttl.pc .hosoku_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 15px;
  height: 1px;
  border-top: 1px solid #111;
}
.top_venue_ttl.pc .hosoku_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 15px;
  height: 1px;
  border-top: 1px solid #111;
}
.top_venue_img {
  width: 44.44%;
}
.top_venue_img img {
  width: 100%;
}
.top_venue_disc {
  width: 51.11%;
}
.top_venue_btn {
  width: 28rem;
  height: 6rem;
  margin-top: 2.5rem;
  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;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  box-shadow: 0px 0px 13px -5px #000;
}
.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% - 8px);
  right: 2.5rem;
  content: "";
  width: 8px;
  height: 16px;
}
.top_venue_btn a:hover {
  box-shadow: none;
  top: 5px;
}
.top_venue_pdf {
  width: 26rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .top_venue_pdf {
    margin: 5rem auto 0 auto;
  }
}
.top_venue_pdf_img {
  width: 19.6rem;
  margin-left: auto;
  margin-right: auto;
}
.top_venue_pdf_btn {
  width: 22rem;
  height: 5rem;
  margin-top: 2rem;
  max-width: 100%;
  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 {
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-right: 20px;
  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% - 10px);
  right: 0;
  content: "";
  width: 16px;
  height: 20px;
}
.top_venue_pdf_btn a:hover {
  box-shadow: none;
}

.top_held_bg {
  display: flex;
  justify-content: center;
  padding: 12rem 0;
}
.top_held_box {
  background-color: #fbf8ef;
  padding: 3rem 4rem 3rem 10rem;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  position: relative;
}
.top_held_box::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -2.5rem;
  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: 1.3rem;
  border-left: 3px solid #512c5e;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.2;
}
.top_held_disc {
  width: 62.55%;
}
.top_held_img {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.22%;
  padding: 1rem;
  box-sizing: border-box;
}
.top_held_img img {
  width: 15.2rem;
}

.top_speaker_bg {
  background: url(../images/top/top_speaker_bg.png) no-repeat center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 17rem 0 25rem;
}
.top_speaker_bg .common_top_h2ttl {
  color: #FFF;
}
.top_speaker_insec {
  padding: 3rem 0 1rem 0;
}
.top_speaker_h4ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #a98db3;
}
.top_speaker_h5ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2.5rem;
}
.top_speaker_time {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4rem;
}
.top_speaker_flex {
  display: flex;
  justify-content: space-between;
}
.top_speaker_half {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
}
.top_speaker_people {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.top_speaker_people_img {
  width: 33.33%;
}
.top_speaker_people_disc {
  width: 64.16%;
  background-color: #ede8dc;
  position: relative;
  padding: 5rem 6rem;
  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: 224px;
  height: 270px;
}
.top_speaker_people_disc .common_txt01 {
  position: relative;
  z-index: 2;
  text-align: justify;
}
.top_speaker_people_degree {
  font-size: 1.7rem;
  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.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.top_speaker_people_name .big_txt {
  font-size: 3.6rem;
}
.top_speaker_people_sml {
  display: flex;
  flex-wrap: wrap;
  background-color: #ede8dc;
  flex: 1;
}
.top_speaker_people_sml_img {
  width: 41.38%;
}
.top_speaker_people_sml_disc {
  width: 58.62%;
  background-color: #ede8dc;
  padding: 3rem 3.5rem;
  box-sizing: border-box;
}
.top_speaker_people_sml_name {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.top_speaker_people_sml_name .big_txt {
  font-size: 2.8rem;
}

.top_overview_cover {
  padding: 12rem 0 0 0;
}
.top_overview_bg {
  display: flex;
  justify-content: center;
  padding: 4rem 0 0 0;
  position: relative;
  padding-bottom: 55.9rem;
}
.top_overview_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 55.9rem;
  background: url(../images/top/top_overview_bottom.png) no-repeat center top;
  background-size: cover;
}
.top_overview_tbl {
  margin-bottom: 8.5rem;
}
.top_overview_tbl table {
  width: 100%;
}
.top_overview_tbl table th {
  border-bottom: 1px solid #512c5e;
  width: 26rem;
  padding: 2.5rem 4rem;
  box-sizing: border-box;
  letter-spacing: 0.12em;
  font-weight: 500;
  vertical-align: top;
}
.top_overview_tbl table td {
  border-bottom: 1px solid #d6cfbd;
  width: calc(100% - 26rem);
  padding: 2.5rem 4rem;
  box-sizing: border-box;
  letter-spacing: 0.12em;
}
.top_overview_tbl table td .bold_txt {
  font-weight: 700;
}
.top_overview_tbl table td a {
  text-decoration: underline;
}
.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.5em;
  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: 10.5rem 0 5rem 0;
}
.top_program_bg .common_btn01 {
  margin-left: auto;
  margin-right: auto;
}
.top_program_box {
  background-color: #fbf8ef;
  padding: 4rem 14rem;
  margin: 5.5rem 0 6rem 0;
}
.top_program_box dl {
  display: flex;
}
.top_program_box dl dt {
  padding: 1rem 0;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
  white-space: nowrap;
}
.top_program_box dl dd {
  box-sizing: border-box;
  padding: 1rem 0;
  position: relative;
  padding-left: 7rem;
  margin-left: 5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 4.16rem;
}
.top_program_box dl dd .sml_txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.top_program_box dl dd::before {
  border-left: 1px solid #512c5e;
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 0.95rem;
  width: 1px;
  height: 100%;
}
.top_program_box dl dd::after {
  background-color: #d7cfbd;
  border: 1px solid #512c5e;
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 0px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.top_program_box dl dd.last::before {
  content: inherit;
}

.top_guidance_bg {
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}
.top_guidance_name {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.top_guidance_add {
  display: flex;
  align-items: center;
}
.top_guidance_add_txt {
  margin-right: 2rem;
}
.top_guidance_add_link {
  color: #512c5e;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #512c5e;
  padding-left: 18px;
  transition: 0.3s;
}
.top_guidance_add_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0px;
  width: 13px;
  height: 20px;
  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_add02 {
  margin-bottom: 3rem;
}
.top_guidance_map {
  margin-bottom: 4.5rem;
}
.top_guidance_map iframe {
  border: none;
  width: 100%;
  height: 520px;
}
.top_guidance_h5ttl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  padding-left: 35px;
}
.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% - 14px);
  width: 20px;
  height: 28px;
  background: url(../images/top/icon_train.svg) no-repeat left top;
  background-size: contain;
}
.top_guidance_h5ttl.bus {
  margin-top: 4rem;
}
.top_guidance_h5ttl.bus::after {
  top: calc(50% - 13px);
  width: 22px;
  height: 26px;
  background: url(../images/top/icon_bus.svg) no-repeat left top;
  background-size: contain;
}

.top_join_bg {
  display: flex;
  justify-content: center;
  padding: 5rem 0 6rem 0;
}
.top_join_disc {
  background-color: #fbf8ef;
  padding: 3rem 4rem;
}
.top_join_disc_img {
  width: 13rem;
  height: 13rem;
}
.top_join_stepno {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_join_step01 {
  display: flex;
  align-items: center;
  min-height: 20rem;
  margin-top: 5.5rem;
  margin-bottom: calc(31px + 2.9rem);
  position: relative;
}
.top_join_step01::after {
  content: "";
  position: absolute;
  bottom: calc(-2rem - 31px);
  left: calc(50% - 8px);
  width: 15px;
  height: 31px;
  background: url(../images/top/top_join_arrow.svg) no-repeat left top;
  background-size: contain;
}
.top_join_step01 .top_join_stepno {
  width: 16.66%;
  background: url(../images/top/top_join_step01_bg.png) repeat-y center top;
  background-size: cover;
  min-height: 20rem;
}
.top_join_step01 .top_join_disc {
  width: 83.34%;
  display: flex;
  align-items: center;
  min-height: 20rem;
}
.top_join_step01 .top_join_disc_img {
  margin-right: 4rem;
}
.top_join_step01 .common_btn01 {
  width: 28rem;
  height: 6rem;
  margin-top: 2.5rem;
}
.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: 3rem;
  width: 13px;
  height: 13px;
}
.top_join_step01 .common_btn01 a .icon_txt {
  font-size: 1.6rem;
}
.top_join_step02 {
  margin-bottom: calc(31px + 2.9rem);
  position: relative;
}
.top_join_step02::after {
  content: "";
  position: absolute;
  bottom: calc(-1.5rem - 31px);
  left: calc(50% - 8px);
  width: 15px;
  height: 31px;
  background: url(../images/top/top_join_arrow.svg) no-repeat left top;
  background-size: contain;
}
.top_join_step02 .top_join_stepno {
  min-height: 6rem;
}
.top_join_step02 .top_join_disc {
  display: flex;
  min-height: calc(6rem + 10.8em);
}
.top_join_step02 .top_join_disc_img {
  margin-right: 2rem;
  width: 12rem;
  margin-top: 1rem;
}
.top_join_step02 .top_join_disc_txt {
  width: calc(100% - 14rem);
}
.top_join_step02 .top_join_disc_txt .common_txt01 {
  letter-spacing: 0.075em;
}
.top_join_step03 .top_join_stepno {
  min-height: 6rem;
}
.top_join_step03 .top_join_disc {
  display: flex;
  align-items: center;
  min-height: 20rem;
}
.top_join_step03 .top_join_disc_img {
  margin-right: 2rem;
  width: 12rem;
}
.top_join_step03 .top_join_disc_txt {
  width: calc(100% - 14rem);
}
.top_join_step_cover {
  display: flex;
  justify-content: space-between;
}
.top_join_h4ttl {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding-left: 40px;
  margin-bottom: 2rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top_join_step_join01 {
  width: calc(50% - 2rem);
}
.top_join_step_join01 .top_join_stepno {
  background: url(../images/top/top_join_step02_bg.png) no-repeat center top;
  background-size: cover;
}
.top_join_step_join01 .top_join_stepno img {
  width: 87px;
}
.top_join_step_join01 .top_join_h4ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 0px;
  width: 25px;
  height: 27px;
  background: url(../images/top/top_join_h4ttl01.svg) no-repeat left top;
  background-size: contain;
}
.top_join_step_join02 {
  width: calc(50% - 2rem);
}
.top_join_step_join02 .top_join_stepno {
  background: url(../images/top/top_join_step02_02_bg.png) repeat-y;
  background-size: cover;
}
.top_join_step_join02 .top_join_stepno img {
  width: 87px;
}
.top_join_step_join02 .top_join_h4ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0px;
  width: 27px;
  height: 23px;
  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.8rem;
  letter-spacing: 0.1em;
}

.top_childcare_bg {
  display: flex;
  justify-content: center;
  padding: 6rem 0 3.5rem 0;
}
.top_childcare_txt {
  margin: 5rem 0 3rem 0;
}

.top_archive_bg {
  display: flex;
  justify-content: center;
  padding: 16rem 0 20rem;
  background: url(../images/top/top_archive_bg.png) center top;
  background-size: cover;
}
.top_archive_bg .common_top_h2ttl {
  color: #FFF;
}
.top_archive_lead {
  text-align: center;
  color: #FFF;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
.top_archive_box {
  margin-top: 6rem;
  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=pc.css.map */