@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
 style info :  ページ固有css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%  */
/*----------------------------------------------------------------------------------
		 								common
------------------------------------------------------------------------------------*/
.animated {
  animation-duration: 2s;
  animation-fill-mode: both; }

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

/*----------------------------------------------------------------------------------
		 							         home
------------------------------------------------------------------------------------*/
#index .sec_ttl {
  display: flex;
  justify-content: center;
  align-items: center; }
  #index .sec_ttl span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px; }
    @media only screen and (max-width: 769px) {
      #index .sec_ttl span {
        width: 10px;
        height: 10px; } }
  #index .sec_ttl h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    margin: 0 15px; }
    @media only screen and (max-width: 769px) {
      #index .sec_ttl h3 {
        font-size: 14px; } }
#index .--blue {
  background-color: #7494ff; }

#index .--yellow {
  background-color: #edc92b; }

#index .--green {
  background-color: #6cb72c; }

#index .--red {
  background-color: #db6b36; }

#index .--purple {
  background-color: #8272ff; }

#indexTopSec {
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 769px) {
    #indexTopSec {
      padding-top: 20px; } }
  #indexTopSec img {
    width: 100%; }

#indexDetailSec {
  padding: 140px 0; }
  @media only screen and (max-width: 769px) {
    #indexDetailSec {
      padding: 30px 12px 24px; } }
  #indexDetailSec .indexDetailSec_board {
    box-sizing: border-box;
    max-width: 760px;
    border-radius: 12px;
    border: solid 2px #8272ff;
    padding: 28px 35px 70px;
    margin: 0 auto; }
    @media only screen and (max-width: 769px) {
      #indexDetailSec .indexDetailSec_board {
        border: none;
        padding: 0; } }
    #indexDetailSec .indexDetailSec_board dl {
      display: flex;
      flex-wrap: wrap;
      width: 565px;
      margin: 0 auto 55px; }
      @media only screen and (max-width: 769px) {
        #indexDetailSec .indexDetailSec_board dl {
          width: 100%;
          margin: 0 auto; } }
      #indexDetailSec .indexDetailSec_board dl dt {
        width: 80px;
        font-size: 20px;
        color: #8272ff; }
        @media only screen and (max-width: 769px) {
          #indexDetailSec .indexDetailSec_board dl dt {
            box-sizing: border-box;
            padding-left: 18px;
            font-size: 16px; } }
      #indexDetailSec .indexDetailSec_board dl .--date {
        padding-top: 5px; }
        @media only screen and (max-width: 769px) {
          #indexDetailSec .indexDetailSec_board dl .--date {
            padding-top: 0; } }
      #indexDetailSec .indexDetailSec_board dl .--fee {
        padding-top: 5px; }
        @media only screen and (max-width: 769px) {
          #indexDetailSec .indexDetailSec_board dl .--fee {
            padding-top: 0; } }
      #indexDetailSec .indexDetailSec_board dl dd {
        width: calc(100% - 80px);
        margin-bottom: 40px; }
        #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTtl {
          font-size: 24px;
          font-weight: 500; }
          @media only screen and (max-width: 769px) {
            #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTtl {
              font-size: 18px; } }
        #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt {
          font-size: 15px; }
          @media only screen and (max-width: 769px) {
            #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt {
              padding-right: 30px;
              font-size: 13px; } }
          #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt span {
            position: relative;
            display: block;
            font-size: 17px;
            font-weight: 500; }
            @media only screen and (max-width: 769px) {
              #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt span {
                margin-right: 0;
                font-size: 15px; } }
          #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt .indexDetailSec_boardAdress a {
            display: inline-block;
            margin-left: 10px; }
            #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt .indexDetailSec_boardAdress a img {
              width: 13px; }
          #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt .map_osaka {
            position: absolute;
            right: -25px;
            bottom: 0; }
            @media only screen and (max-width: 769px) {
              #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt .map_osaka {
                right: 32px; } }
          #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt + .indexDetailSec_boardPlace {
            margin-top: 20px; }
          #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardTxt + .indexDetailSec_boardTtl {
            margin-top: 20px; }
        #indexDetailSec .indexDetailSec_board dl dd .indexDetailSec_boardPlace {
          font-size: 16px;
          color: #8272ff; }
      #indexDetailSec .indexDetailSec_board dl .--place {
        padding-top: 5px; }
        @media only screen and (max-width: 769px) {
          #indexDetailSec .indexDetailSec_board dl .--place {
            padding-top: 0; } }
  #indexDetailSec .indexDetailSec_boardTop {
    margin-bottom: 40px;
    border-radius: 8px;
    color: #fff;
    background-color: #8272ff;
    padding: 13px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center; }
    @media only screen and (max-width: 769px) {
      #indexDetailSec .indexDetailSec_boardTop {
        padding: 10px 0 9px;
        font-size: 16px; } }
  #indexDetailSec .indexDetailSec_boardBtn {
    margin-bottom: 50px;
    text-align: center; }
    #indexDetailSec .indexDetailSec_boardBtn a {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 300px;
      height: 91px;
      border-radius: 12px;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      color: #fff;
      background-color: #db6b36;
      font-size: 22px;
      font-weight: bold; }
      @media only screen and (max-width: 769px) {
        #indexDetailSec .indexDetailSec_boardBtn a {
          width: 235px;
          height: 71px;
          font-size: 16px; } }
      #indexDetailSec .indexDetailSec_boardBtn a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8.5px 0 8.5px 15px;
        border-color: transparent transparent transparent #fff;
        content: ""; }
        @media only screen and (max-width: 769px) {
          #indexDetailSec .indexDetailSec_boardBtn a::after {
            border-width: 7px 0 7px 12px; } }
  #indexDetailSec .indexDetailSec_boardNote {
    text-align: center; }
    #indexDetailSec .indexDetailSec_boardNote ul {
      display: inline-block; }
      #indexDetailSec .indexDetailSec_boardNote ul li {
        position: relative;
        font-size: 15px;
        text-align: left; }
        @media only screen and (max-width: 769px) {
          #indexDetailSec .indexDetailSec_boardNote ul li {
            font-size: 14px; } }
        #indexDetailSec .indexDetailSec_boardNote ul li + li {
          margin-top: 24px; }
        #indexDetailSec .indexDetailSec_boardNote ul li::before {
          position: absolute;
          top: 4px;
          left: -23px;
          width: 13px;
          height: 13px;
          background-color: #db6b36;
          content: ""; }
          @media only screen and (max-width: 769px) {
            #indexDetailSec .indexDetailSec_boardNote ul li::before {
              left: 0; } }
        @media only screen and (max-width: 769px) {
          #indexDetailSec .indexDetailSec_boardNote ul li {
            padding-left: 20px; } }
        #indexDetailSec .indexDetailSec_boardNote ul li a {
          color: #db6b36;
          font-weight: bold; }

#indexConceptSec {
  padding: 140px 20px;
  background-color: #edfdff; }
  @media only screen and (max-width: 769px) {
    #indexConceptSec {
      padding: 45px 0 15px; } }
  #indexConceptSec h4 {
    margin-top: 70px;
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 769px) {
      #indexConceptSec h4 {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 22px; } }
  #indexConceptSec p {
    max-width: 872px;
    margin: 0 auto 20px;
    font-size: 21px;
    font-weight: bold;
    line-height: 2.7; }
    @media only screen and (max-width: 769px) {
      #indexConceptSec p {
        width: calc(100% - 60px);
        font-size: 16px;
        line-height: 2.25;
        letter-spacing: -0.32px; } }
  #indexConceptSec .indexConceptSec_img {
    max-width: 1255px;
    margin: 0 auto; }
    #indexConceptSec .indexConceptSec_img img {
      width: 100%; }
      @media only screen and (max-width: 769px) {
        #indexConceptSec .indexConceptSec_img img {
          width: calc(100% + 10px); } }
#indexSpecialTalkSec {
  padding: 96px 20px 0px;
  background-color: #fff; }
  @media only screen and (max-width: 769px) {
    #indexSpecialTalkSec {
      padding: 38px 20px 30px; } }
  #indexSpecialTalkSec h5 {
    margin: 36px 0 36px;
    color: #6cb72c;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec h5 {
        font-size: 20px; } }
  #indexSpecialTalkSec .indexSpecialTalkSec_box {
    position: relative;
    box-sizing: border-box;
    max-width: 1030px;
    margin: 0 auto 100px;
    padding-left: 460px; }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkSec_box {
        padding-left: 0; } }
  #indexSpecialTalkSec .indexSpecialTalkSec_kazari01 {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 106px; }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkSec_kazari01 {
        top: 0;
        left: 42px;
        width: 50px; } }
    #indexSpecialTalkSec .indexSpecialTalkSec_kazari01 img {
      width: 100%; }
  #indexSpecialTalkSec .indexSpecialTalkSec_kazari02 {
    position: absolute;
    top: -30px;
    right: 0;
    width: 70px; }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkSec_kazari02 {
        top: 80px;
        right: 45px;
        width: 47px; } }
    #indexSpecialTalkSec .indexSpecialTalkSec_kazari02 img {
      width: 100%; }
  #indexSpecialTalkSec .indexSpecialTalkSec_boxImg {
    position: absolute;
    top: 0;
    left: 160px;
    width: 238px; }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkSec_boxImg {
        position: static;
        width: 142px;
        margin: 0 auto 10px; } }
    #indexSpecialTalkSec .indexSpecialTalkSec_boxImg img {
      width: 100%; }
  #indexSpecialTalkSec .indexSpecialTalkSec_name {
    position: relative;
    font-size: 25px;
    font-weight: bold; }
    @media only screen and (min-width: 770px) and (max-width: 1179px) {
      #indexSpecialTalkSec .indexSpecialTalkSec_name {
        font-size: 20px; } }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkSec_name {
        margin-bottom: 20px;
        font-size: 16px;
        text-align: center; } }
    #indexSpecialTalkSec .indexSpecialTalkSec_name strong {
      font-size: 35px; }
      @media only screen and (min-width: 770px) and (max-width: 1179px) {
        #indexSpecialTalkSec .indexSpecialTalkSec_name strong {
          font-size: 26px; } }
      @media only screen and (max-width: 769px) {
        #indexSpecialTalkSec .indexSpecialTalkSec_name strong {
          font-size: 23px; } }
    #indexSpecialTalkSec .indexSpecialTalkSec_name span {
      color: #6cb72c;
      margin-left: 16px;
      font-size: 14px;
      font-weight: 500; }
      @media only screen and (max-width: 769px) {
        #indexSpecialTalkSec .indexSpecialTalkSec_name span {
          margin-left: 0;
          font-size: 12px; } }
  #indexSpecialTalkSec .indexSpecialTalkSec_position {
    margin-bottom: 36px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5; }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkSec_position {
        font-size: 15px;
        text-align: center; } }
  #indexSpecialTalkSec .indexSpecialTalkSec_profile {
    font-size: 16px;
    line-height: 1.7; }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkSec_profile {
        font-size: 14px; } }
    #indexSpecialTalkSec .indexSpecialTalkSec_profile a {
      color: #6cb72c; }
  #indexSpecialTalkSec .indexSpecialTalkList {
    max-width: 910px;
    margin: 0 auto;
    padding-top: 20px; }
    @media only screen and (min-width: 770px) and (max-width: 1179px) {
      #indexSpecialTalkSec .indexSpecialTalkList {
        padding-left: 0; } }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkList {
        padding-left: 0; } }
  #indexSpecialTalkSec .indexSpecialTalkList ul {
    clear: both; }
  #indexSpecialTalkSec .indexSpecialTalkList li {
    margin-bottom: 80px; }
    @media only screen and (min-width: 770px) and (max-width: 1179px) {
      #indexSpecialTalkSec .indexSpecialTalkList li {
        width: 85%;
        margin: 0 auto 10px; } }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkList li {
        width: 100%;
        margin: 0 auto 10px; } }
  #indexSpecialTalkSec .indexSpecialTalkList_Img {
    float: left;
    margin-top: 40px;
    width: 195px; }
    @media only screen and (min-width: 770px) and (max-width: 1179px) {
      #indexSpecialTalkSec .indexSpecialTalkList_Img {
        width: 25%;
        float: left;
        margin-top: 5%;
        margin-right: 5%;
        margin-left: 10%; } }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkList_Img {
        width: 35%;
        float: left;
        margin-top: 5%;
        margin-right: 5%; } }
    #indexSpecialTalkSec .indexSpecialTalkList_Img img {
      width: 100%; }
  #indexSpecialTalkSec .indexSpecialTalkList_txtBox {
    float: right;
    width: 675px; }
    @media only screen and (min-width: 770px) and (max-width: 1179px) {
      #indexSpecialTalkSec .indexSpecialTalkList_txtBox {
        width: 60%; } }
    @media only screen and (max-width: 769px) {
      #indexSpecialTalkSec .indexSpecialTalkList_txtBox {
        width: 60%; } }
    #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_partner {
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.5;
      color: #6CB72C; }
      @media only screen and (min-width: 770px) and (max-width: 1179px) {
        #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_partner {
          font-size: 15px;
          text-align: left; } }
      @media only screen and (max-width: 769px) {
        #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_partner {
          font-size: 14px;
          text-align: left; } }
    #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name {
      position: relative;
      font-size: 25px;
      font-weight: bold; }
      @media only screen and (min-width: 770px) and (max-width: 1179px) {
        #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name {
          font-size: 20px; } }
      @media only screen and (max-width: 769px) {
        #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name {
          margin-bottom: 10px;
          font-size: 16px;
          text-align: left; } }
      #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name strong {
        font-size: 35px; }
        @media only screen and (min-width: 770px) and (max-width: 1179px) {
          #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name strong {
            font-size: 26px; } }
        @media only screen and (max-width: 769px) {
          #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name strong {
            font-size: 22px; } }
      #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name span {
        color: #6cb72c;
        margin-left: 16px;
        font-size: 14px;
        font-weight: 500; }
        @media only screen and (min-width: 770px) and (max-width: 1179px) {
          #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name span {
            margin-left: 16px;
            font-size: 13px; } }
        @media only screen and (max-width: 769px) {
          #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_name span {
            margin-left: 0;
            font-size: 12px; } }
    #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_position {
      margin: 15px 0 15px;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.5; }
      @media only screen and (min-width: 770px) and (max-width: 1179px) {
        #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_position {
          font-size: 14px;
          text-align: left;
          margin: 10px 0 10px; } }
      @media only screen and (max-width: 769px) {
        #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_position {
          font-size: 14px;
          text-align: left;
          margin: 10px 0 10px; } }
    #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_profile {
      font-size: 16px;
      line-height: 1.7; }
      #indexSpecialTalkSec .indexSpecialTalkList_txtBox .indexSpecialTalkList_profile a {
        color: #6cb72c; }
  #indexSpecialTalkSec .indexSpecialTalkList_profile_sp {
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0 45px; }
    #indexSpecialTalkSec .indexSpecialTalkList_profile_sp a {
      color: #6cb72c; }

#indexTimeScheduleSec {
  padding: 100px 20px 155px;
  /*accordion*/ }
  @media only screen and (max-width: 769px) {
    #indexTimeScheduleSec {
      padding: 80px 12px 95px; } }
  #indexTimeScheduleSec .indexTimeScheduleSec_inner {
    max-width: 1094px;
    margin: 0 auto; }
  #indexTimeScheduleSec h6 {
    color: #8272ff;
    margin-top: 54px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec h6 {
        font-size: 20px;
        text-align: left; } }
  #indexTimeScheduleSec .indexTimeScheduleSec_lead {
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec .indexTimeScheduleSec_lead {
        font-size: 16px; } }
  #indexTimeScheduleSec ul li {
    position: relative; }
    #indexTimeScheduleSec ul li + li {
      margin-top: 20px; }
  #indexTimeScheduleSec .indexTimeScheduleSec_time {
    width: 160px; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec .indexTimeScheduleSec_time {
        width: 100%; } }
    #indexTimeScheduleSec .indexTimeScheduleSec_time p {
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 769px) {
        #indexTimeScheduleSec .indexTimeScheduleSec_time p {
          margin-right: 10px;
          font-size: 18px; } }
  #indexTimeScheduleSec .indexTimeScheduleSec_content {
    width: calc(100% - 160px); }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec .indexTimeScheduleSec_content {
        width: 100%; } }
    #indexTimeScheduleSec .indexTimeScheduleSec_content p {
      font-size: 16px; }
      @media only screen and (max-width: 769px) {
        #indexTimeScheduleSec .indexTimeScheduleSec_content p {
          font-size: 14px; } }
      #indexTimeScheduleSec .indexTimeScheduleSec_content p .font--s {
        font-size: 14px;
        font-weight: 500; }
      #indexTimeScheduleSec .indexTimeScheduleSec_content p .font--m {
        font-size: 18px;
        font-weight: 500; }
        @media only screen and (max-width: 769px) {
          #indexTimeScheduleSec .indexTimeScheduleSec_content p .font--m {
            font-size: 16px; } }
      #indexTimeScheduleSec .indexTimeScheduleSec_content p .font--l {
        font-size: 20px;
        font-weight: bold; }
        @media only screen and (min-width: 770px) and (max-width: 1179px) {
          #indexTimeScheduleSec .indexTimeScheduleSec_content p .font--l {
            font-size: 18px; } }
        @media only screen and (max-width: 769px) {
          #indexTimeScheduleSec .indexTimeScheduleSec_content p .font--l {
            font-size: 18px; } }
      #indexTimeScheduleSec .indexTimeScheduleSec_content p span {
        display: inline-block; }
  @media only screen and (max-width: 769px) {
    #indexTimeScheduleSec .indexTimeScheduleSec_contentBottom {
      margin-top: 15px !important; } }
  #indexTimeScheduleSec .indexTimeScheduleSec_listBox {
    display: flex;
    align-items: center;
    background-color: #e7fae2;
    padding: 22px 20px; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec .indexTimeScheduleSec_listBox {
        display: block;
        padding: 10px; } }
  #indexTimeScheduleSec .indexTimeScheduleSec_place {
    position: absolute;
    top: 25px;
    right: 90px;
    height: 20px;
    font-size: 14px;
    font-weight: 500; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec .indexTimeScheduleSec_place {
        top: 15px;
        left: 135px;
        width: 144px;
        font-size: 12px; } }
  #indexTimeScheduleSec .indexTimeScheduleSec_detail {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75; }
  #indexTimeScheduleSec .indexTimeScheduleSec_detail h6 {
    font-weight: bold; }
  #indexTimeScheduleSec .indexTimeScheduleSec_effect {
    position: relative;
    border-radius: 8px;
    background-color: #deffd6;
    padding: 18px 28px 18px 163px; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec .indexTimeScheduleSec_effect {
        padding: 10px 14px 30px; } }
    #indexTimeScheduleSec .indexTimeScheduleSec_effect span {
      position: absolute;
      top: 20px;
      left: 18px;
      color: #3e8e41;
      font-size: 16px;
      font-weight: bold; }
      @media only screen and (max-width: 769px) {
        #indexTimeScheduleSec .indexTimeScheduleSec_effect span {
          position: static;
          display: block;
          font-size: 15px; } }
  #indexTimeScheduleSec .indexTimeScheduleSec_effectTxt {
    position: relative;
    font-size: 15px;
    font-weight: bold; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec .indexTimeScheduleSec_effectTxt {
        margin-left: 15px;
        font-size: 16px; } }
    #indexTimeScheduleSec .indexTimeScheduleSec_effectTxt::before {
      position: absolute;
      top: 0;
      left: -16px;
      content: "・";
      font-size: 15px;
      font-weight: bold; }
    #indexTimeScheduleSec .indexTimeScheduleSec_effectTxt + p {
      margin-top: 8px; }
  #indexTimeScheduleSec .presenter_title {
    margin: 20px 0 15px;
    font-weight: 700; }
  #indexTimeScheduleSec .presenter_list .presenter_name {
    font-weight: 700; }
  #indexTimeScheduleSec .presenter_list .presenter_company {
    margin: 0 0 20px; }
  #indexTimeScheduleSec dl.accordion {
    background-color: #c4efb9; }
  #indexTimeScheduleSec dl.accordion dt {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 22px 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec dl.accordion dt {
        display: block;
        padding: 10px 10px 30px; } }
    #indexTimeScheduleSec dl.accordion dt .indexTimeScheduleSec_copy {
      display: inline-block;
      border-radius: 12px;
      color: #fff;
      background-color: #3e8e41;
      margin-top: 10px;
      font-size: 16px;
      font-weight: 500; }
      @media only screen and (max-width: 769px) {
        #indexTimeScheduleSec dl.accordion dt .indexTimeScheduleSec_copy {
          border-radius: 6px;
          margin-bottom: 10px;
          font-size: 14px; } }
    #indexTimeScheduleSec dl.accordion dt .copy--01 {
      padding: 14px 2px 14px 14px; }
      @media only screen and (max-width: 769px) {
        #indexTimeScheduleSec dl.accordion dt .copy--01 {
          padding: 4px 8px; } }
    #indexTimeScheduleSec dl.accordion dt .copy--02 {
      padding: 5px 19px 5px; }
      @media only screen and (max-width: 769px) {
        #indexTimeScheduleSec dl.accordion dt .copy--02 {
          padding: 4px 8px; } }
    #indexTimeScheduleSec dl.accordion dt span {
      display: block; }
      #indexTimeScheduleSec dl.accordion dt span + span {
        margin-top: 8px; }
        @media only screen and (max-width: 769px) {
          #indexTimeScheduleSec dl.accordion dt span + span {
            margin-top: 5px; } }
  #indexTimeScheduleSec dl.accordion dt.open::after {
    content: url(../images/index/close.svg); }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec dl.accordion dt.open::after {
        top: 15px;
        right: 8px;
        transform: scale(0.8); } }
  #indexTimeScheduleSec dl.accordion dt::after {
    content: url(../images/index/open.svg);
    position: absolute;
    top: 20px;
    right: 30px;
    height: 25px; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec dl.accordion dt::after {
        top: 10px;
        right: 8px;
        transform: scale(0.8); } }
  #indexTimeScheduleSec dl.accordion dd {
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 0 95px 46px 180px; }
    @media only screen and (max-width: 769px) {
      #indexTimeScheduleSec dl.accordion dd {
        padding: 0 11px 38px;
        font-size: 13px; } }
    #indexTimeScheduleSec dl.accordion dd p {
      line-height: 1.8;
      font-size: 16px; }
      #indexTimeScheduleSec dl.accordion dd p a {
        color: #FF6200;
        cursor: pointer;
        font-weight: 700; }

#indexInformationSec {
  padding: 70px 20px;
  background-color: #e8ffed; }
  @media only screen and (max-width: 769px) {
    #indexInformationSec {
      padding: 30px 12px 40px; } }
  #indexInformationSec ul {
    max-width: 780px;
    margin: 50px auto 0; }
    #indexInformationSec ul li {
      position: relative;
      padding-left: 140px;
      font-size: 18px; }
      @media only screen and (max-width: 769px) {
        #indexInformationSec ul li {
          padding-left: 0;
          font-size: 16px; } }
      #indexInformationSec ul li span {
        position: absolute;
        top: 0;
        left: 0;
        color: #8272ff;
        font-size: 15px;
        font-weight: 500; }
        @media only screen and (max-width: 769px) {
          #indexInformationSec ul li span {
            position: static;
            font-size: 14px; } }
      #indexInformationSec ul li + li {
        margin-top: 30px; }

.indexTimeScheduleSec_caution {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5; }

#indexArchiveSec {
  padding: 70px 0 108px; }
  @media only screen and (max-width: 769px) {
    #indexArchiveSec {
      padding: 40px 0 85px; } }
  #indexArchiveSec ul li {
    text-align: center; }
    #indexArchiveSec ul li a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 355px;
      height: 77px;
      border-radius: 15px;
      color: #fff;
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 769px) {
        #indexArchiveSec ul li a {
          width: 256px;
          height: 60px;
          font-size: 16px; } }
    #indexArchiveSec ul li:nth-child(1) a {
      background-color: #7494ff; }
    #indexArchiveSec ul li:nth-child(2) a {
      background-color: #6cb72c; }
    #indexArchiveSec ul li + li {
      margin-top: 24px; }
      @media only screen and (max-width: 769px) {
        #indexArchiveSec ul li + li {
          margin-top: 27px; } }
/*----------------------------------------------------------------------------------
		 							    archives
------------------------------------------------------------------------------------*/
#archives {
  padding-bottom: 200px; }
  @media only screen and (max-width: 769px) {
    #archives {
      padding-bottom: 80px; } }
  #archives #archivesTopSec {
    width: 100%;
    padding: 40px 0;
    background-color: #EEF5E7;
    text-align: center; }
    @media only screen and (max-width: 769px) {
      #archives #archivesTopSec {
        display: inline-block; } }
    #archives #archivesTopSec h2 {
      font-size: 42px;
      font-weight: bold;
      font-family: 'Roboto Condensed', sans-serif; }
      @media only screen and (max-width: 769px) {
        #archives #archivesTopSec h2 {
          font-size: 30px; } }
    #archives #archivesTopSec h3 {
      font-size: 16px;
      font-weight: bold;
      font-family: 'Noto Sans JP', sans-serif; }
      @media only screen and (max-width: 769px) {
        #archives #archivesTopSec h3 {
          font-size: 14px; } }
    #archives #archivesTopSec p {
      margin-top: 40px;
      font-family: 'Noto Sans JP', sans-serif; }
      @media only screen and (max-width: 769px) {
        #archives #archivesTopSec p {
          font-size: 16px;
          width: 70%;
          margin: 40px auto 0; } }
      #archives #archivesTopSec p .sp {
        display: none; }
        @media only screen and (max-width: 769px) {
          #archives #archivesTopSec p .sp {
            display: block; } }
  #archives #archivesDetailSec {
    width: 1092px;
    margin: 50px auto 0; }
    @media only screen and (min-width: 770px) and (max-width: 1179px) {
      #archives #archivesDetailSec {
        width: 90%; } }
    @media only screen and (max-width: 769px) {
      #archives #archivesDetailSec {
        width: 96%; } }
    #archives #archivesDetailSec .year {
      background-color: #C5EFA2;
      padding: 15px;
      text-align: center;
      width: 85px; }
      @media only screen and (max-width: 769px) {
        #archives #archivesDetailSec .year {
          width: 19%; } }
    #archives #archivesDetailSec span {
      font-size: 20px;
      font-weight: bold;
      font-weight: 500; }
    #archives #archivesDetailSec .title {
      padding: 12px 15px; }
      #archives #archivesDetailSec .title p {
        font-weight: bold;
        font-size: 20px; }
        @media only screen and (min-width: 770px) and (max-width: 1179px) {
          #archives #archivesDetailSec .title p {
            font-size: 18px; } }
        @media only screen and (max-width: 769px) {
          #archives #archivesDetailSec .title p {
            font-size: 15px; } }
    @media only screen and (min-width: 770px) and (max-width: 1179px) {
      #archives #archivesDetailSec .spTtl {
        padding: 15px 50px 15px 15px; } }
    @media only screen and (max-width: 769px) {
      #archives #archivesDetailSec .spTtl {
        padding: 3px 15px;
        width: 75%; } }
    #archives #archivesDetailSec ul {
      position: relative;
      display: flex;
      z-index: 1;
      flex-wrap: wrap;
      width: 100%; }
      @media only screen and (min-width: 770px) and (max-width: 1179px) {
        #archives #archivesDetailSec ul {
          display: block; } }
      @media only screen and (max-width: 769px) {
        #archives #archivesDetailSec ul {
          display: block; } }
      #archives #archivesDetailSec ul a.linkArea {
        display: block;
        /*
			    text-decoration: none;
				cursor: pointer;
				color: $black01;
				transition: all 0.5s ease;
*/ }
        #archives #archivesDetailSec ul a.linkArea:hover {
          opacity: 0.65;
          transition: all 0.5s ease; }
      #archives #archivesDetailSec ul li.archivesDetail {
        width: 49%;
        padding: 20px;
        margin-right: 2%;
        margin-bottom: 2%;
        background: url(../images/archive/right.svg) 98% 50% no-repeat #F7F7F7; }
        #archives #archivesDetailSec ul li.archivesDetail:nth-child(2n) {
          margin-right: 0; }
        @media only screen and (min-width: 770px) and (max-width: 1179px) {
          #archives #archivesDetailSec ul li.archivesDetail {
            width: 100%; } }
        @media only screen and (max-width: 769px) {
          #archives #archivesDetailSec ul li.archivesDetail {
            width: 100%; } }
        #archives #archivesDetailSec ul li.archivesDetail .category {
          font-size: 14px;
          margin-bottom: 5px;
          font-weight: 500; }
          @media only screen and (max-width: 769px) {
            #archives #archivesDetailSec ul li.archivesDetail .category {
              font-size: 13px; } }
          @media only screen and (max-width: 769px) {
            #archives #archivesDetailSec ul li.archivesDetail .category {
              font-size: 13px; } }
        #archives #archivesDetailSec ul li.archivesDetail span {
          font-size: 17px;
          font-weight: bold;
          margin: 2px 0;
          width: 90%;
          display: inline-block; }
          @media only screen and (min-width: 770px) and (max-width: 1179px) {
            #archives #archivesDetailSec ul li.archivesDetail span {
              font-size: 16px; } }
          @media only screen and (max-width: 769px) {
            #archives #archivesDetailSec ul li.archivesDetail span {
              font-size: 16px;
              display: inline-block;
              width: 95%; } }
        #archives #archivesDetailSec ul li.archivesDetail .subtitle {
          font-size: 16px;
          margin-top: 2px;
          width: 90%;
          font-weight: 500; }
          @media only screen and (min-width: 770px) and (max-width: 1179px) {
            #archives #archivesDetailSec ul li.archivesDetail .subtitle {
              font-size: 15px; } }
          @media only screen and (max-width: 769px) {
            #archives #archivesDetailSec ul li.archivesDetail .subtitle {
              font-size: 15px; } }
  #archives .archiveDetail_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 36px;
    color: #fff;
    background: url(../images/archive/left.svg) 10% 50% no-repeat #6CB72C;
    background-size: 10%;
    border-radius: 35px;
    margin: 150px auto;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 769px) {
      #archives .archiveDetail_btn {
        margin: 70px auto;
        width: 89px;
        height: 31px;
        font-size: 13px; } }
    #archives .archiveDetail_btn a {
      color: white; }
