@charset "UTF-8";

#kickoff .sp {
  display: none !important
}

@media (max-width:767.5px) {
  #kickoff .sp {
    display: block !important
  }

  #kickoff .pc {
    display: none !important
  }
}

#kickoff {
  overflow-x: clip
}

#kickoff section .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}

#kickoff section .title img {
  height: 100px;
  width: auto
}

@media (max-width:767.5px) {
  #kickoff section .title img {
    height: 50px
  }
}

#kickoff img {
  max-width: 100%
}

#kickoff .mainVis {
  position: relative;
  background-image: url("/special/kickoff/event/2511/images/mainVis_bg_cloud.png"), url("/special/kickoff/event/2511/images/mainVis_bg.png");
  background-position: center top 10px, center top;
  background-repeat: no-repeat, repeat-x;
  background-size: 100% auto, auto 100%;
  width: 100%;
  height: 1051px
}

#kickoff .mainVis .container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}

#kickoff .mainVis .container .title {
  padding-top: 8.3px;
  width: 595px;
  display: block;
  margin-left: auto;
  margin-right: auto
}

#kickoff .mainVis .container .target {
  position: absolute;
  width: 169px;
  top: 20px;
  left: calc(100% + 20px)
}
#kickoff .mainVis .subtitle {
  width: 484px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

#kickoff .mainVis .date {
  position: relative;
  max-width: 100%;
  width: 793px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  z-index: 2
}

#kickoff .mainVis .company_logo {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 要素を均等に配置 */
  width: 820px;
  height: 120px;
  padding: 0;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.logo_wrap {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%; /* 正円にする */
    
    /* 中の画像を中央に配置するための設定 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_wrap img {
    object-fit: none; 
    border-radius: 50%; 
}

#kickoff .mainVis .mainLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}

#kickoff .mainVis .mainLink>li {
  width: 220px
}

#kickoff .mainVis .mainLink>li>img {
  width: 100%
}

@media (max-width:767.5px) {
  #kickoff .mainVis .container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  margin: 0 auto
}
  #kickoff .mainVis {
    background-size: 150% auto, cover;
    background-position: center top 40px, center top;
    height: 541px;
    padding: 0 4%
  }

  #kickoff .mainVis .container .title {
    padding-top: 20px;
    width: 240px
  }

  #kickoff .mainVis .container .target {
    width: 106px;
    top: 25px;
    left: 2%
  }
  #kickoff .mainVis .subtitle {
  width: 239px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}


  #kickoff .mainVis .date {
    margin-top: -15px;
    width: 295px
  }
  #kickoff .mainVis .company_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  margin: 10px auto 0;
  gap: 10px;
}
.logo_wrap {
    width: 46px;
    height: auto;
    background-color: #ffffff;
    border-radius: 50%; /* 正円にする */
    padding: 2px;
    /* 中の画像を中央に配置するための設定 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_wrap img {
    object-fit: contain; 
    border-radius: 50%; 
}
  #kickoff .mainVis .mainLink {
    margin-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }

  #kickoff .mainVis .mainLink>li {
    width: 170px
  }
}

#kickoff #overview {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 120px 0 95px;
  background-image: url("/special/kickoff/event/2502/images/cloud.png");
  background-position: center 60px;
  background-size: 94%;
  background-repeat: no-repeat
}

#kickoff #overview .lead {
  width: 749px;
  display: block;
  margin-left: auto;
  margin-right: auto
}

#kickoff #overview .lead>img {
  width: 100%
}

#kickoff #overview .text {
  margin-top: 63px
}

#kickoff #overview .text>p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6
}

#kickoff #overview .text>p:not(:last-child) {
  margin-bottom: 20px
}

#kickoff #overview .text>p .small {
  font-size: 12px
}

#kickoff #overview .text>p .yellow {
  background-color: #FFF100
}
@media (max-width:767.5px) {
  #kickoff #overview .text>p .small {
  font-size: 8px;
  }
}

#kickoff #overview .annotation {
  background-color: #000000;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1120px;
  padding: 20px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#kickoff #overview .annotation .heading {
  font-size: 18px;
  font-weight: bold;
  text-wrap: nowrap
}

#kickoff #overview .annotation .annotationText {
  font-size: 14px;
  line-height: 1.5;
  text-align: left
}

#kickoff #overview .annotation .underline {
  text-decoration: underline
}

#kickoff #overview .merit {
  max-width: 800px;
  width: 100%;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  flex-direction: column;
  align-items: center;
}

#kickoff #overview .merit .headImg{
  width: 580px;
}

#kickoff #overview .merit>img {
  width: 100%;
}

@media (max-width:767.5px) {
  #kickoff #overview .merit .headImg{
  width: 250px;
  margin: 20px 0 10px;
}
}


#kickoff #overview .benefits {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 0
}

#kickoff #overview .benefits .note {
  margin-top: 8px;
  text-align: right;
  line-height: 1.2;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5)
}

@media (max-width:767.5px) {
  #kickoff #overview {
    padding: 50px 4% 45px;
    background-size: 120% auto, cover
  }

  #kickoff #overview .lead {
    width: 80%
  }

  #kickoff #overview .text {
    margin-top: 33px
  }

  #kickoff #overview .text p {
    font-size: 12px;
  }

  #kickoff #overview .text .big {
    font-size: 16px
  }

  #kickoff #overview .annotation {
    margin-top: 30px
  }

  #kickoff #overview .annotation .heading {
    font-size: 15px
  }

  #kickoff #overview .annotation .annotationText {
    font-size: 12px
  }

  #kickoff #overview .merit {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 527px
  }

  #kickoff #overview .merit>img {
    width: 100%
  }

  #kickoff #overview .benefits {
    margin-top: 40px;
    max-width: 324px
  }

  #kickoff #overview .benefits .note {
    font-size: 10px
  }
}

@media (max-width:767.5px) and (max-width:450px) {
  #kickoff #overview .benefits .note {
    text-align: left
  }
}

#kickoff .joinLink {
  background-color: #7485CA;
  padding: 40px 0 20px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center
}

#kickoff .joinLink .buttonLink {
  width: 350px;
  display: block
}

#kickoff .joinLink .textLink {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline
}

@media (max-width:767.5px) {
  #kickoff .joinLink {
    padding: 15px 0
  }

  #kickoff .joinLink .buttonLink {
    margin: 0 auto;
    /* width: 50% */
    width: 75%;
  }

  #kickoff .joinLink .textLink {
    font-size: 10px
  }
}

#kickoff #program {
  padding: 120px 0;
  background-color: #1AA1A9;
  position: relative;
  background-image: url("/special/kickoff/event/2511/images/program_bg.png");
}

#kickoff #program:after,
#kickoff #program:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 38px;
  background-size: cover;
}

#kickoff #program:before {
  top: 0;
  background-image: url("/special/kickoff/event/2511/images/program_bg_top.svg")
}


#kickoff #program .inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto
}

#kickoff #program .headImg {
  width: 500px;
  margin: 0 auto;
}

#kickoff #program .program_content {
  margin-top: 80px;
  position: relative
}

#kickoff #program .program_content .dottedLine {
  position: absolute;
  right: 70px;
  width: 6px;
  background: repeating-linear-gradient(to bottom, white 0px, white 6px, transparent 6px, transparent 12px);
  height: 0px
}

#kickoff #program .program_content .program1 {
  position: relative;
  padding-left: 3.5%
}

#kickoff #program .program_content .program1 .mainframe {
  padding-bottom: 50px
}

#kickoff #program .program_content .program1 .wrapper {
  padding-top: 50px;
  margin-left: 29%
}

#kickoff #program .program_content .program1 .wrapper .img1-1>img {
  width: 375px
}

#kickoff #program .program_content .program1 .wrapper>p {
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.3
}

#kickoff #program .program_content .program1 .questLink {
  margin: 50px auto 0;
  width: 450px;
  display: block
}

#kickoff #program .program_content .program1 .img1-2 {
  width: 100%
}

#kickoff #program .program_content .program2 {
  margin-top: 80px;
  position: relative;
}

#kickoff #program .program_content .program2 .mainframe {

  padding-top: 50px;
  padding-bottom: 50px;
  margin:0 auto;
  border: 3px solid #000;
  border-radius: 50px;
  background: #FFF;
  width: 800px;
}
.logo-img_area .logo3{
  padding: 0 50px;
  width: 60%;
  display: inline-block;
}
.logo-img_area .logo3 > img{
  margin: 0;
}
#kickoff #program .program_content .program2 picture>img {
  padding: 0 50px;
  margin-bottom: 40px
}

#kickoff #program .program_content .program3 {
  margin-top: 80px;
  position: relative;
  padding-left: 3.5%
}

#kickoff #program .program_content .program3 .mainframe {
  padding-bottom: 50px
}

#kickoff #program .program_content .program3 .wrapper {
  padding-top: 45px;
  margin-left: 29%
}

#kickoff #program .program_content .program3 .wrapper .img3-1>img {
  width: 530px
}

#kickoff #program .program_content .program3 .wrapper .annotation {
  background-color: #000000;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.25);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1120px;
  padding: 20px;
  margin-top: 40px
}

#kickoff #program .program_content .program3 .wrapper .annotation>p {
  font-size: 14px;
  line-height: 1.3;
  text-align: center
}

#kickoff #program .program_content .mainframe {
  width: 76.1%;
  border-style: solid
}

#kickoff #program .program_content .arrow {
  position: relative
}



#kickoff #program .program_content .titleImg {
  width: 33%;
  margin: 0 auto;
}

#kickoff #program .program_content .program_text_area {
  text-align: center;
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 30px;
  font-weight: 600;
}
#kickoff #program .program_content .program_text_area:after{
  content: "";
  position: absolute;
  width: 80%;
  border:1px dashed #0CA5B0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} 
#kickoff #program .program_content .program_text_area:nth-of-type(3):after {
  content: none;
  border: none;
}
/*card*/
#kickoff #program .program_content .program_text_area .image-container{
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.event-card {
    width: 340px;
    background-color: #0ca5b0; /* Rectangle 70 の色 */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    display: flex;                /* Flexboxレイアウトを有効にする */
    flex-direction: column;       /* 子要素を縦方向に並べる */
    align-items: center;          /* 子要素を水平方向の中央に配置する */
    justify-content: space-between; /* 子要素を垂直方向に均等配置（ヘッダーは上、ボディは下へ）*/
    padding: 0 0 20px;              /* 上下に余白を追加 */
    box-sizing: border-box;
    position: relative;
}
.event-card:nth-child(2) {
    background-color: #34ABA0; /* Rectangle 70 の色 */
}
.card-header {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-label {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600; /* W6 */
    letter-spacing: 0.05em;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    margin-right: 10px;
}
.card-body {
    width: 300px;
    background-color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.card-title-label {
    display: inline-block;
    color: #0ca5b0;
    background-color: #ffffff;
    border-radius: 30px; /* cornerRadius */
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.event-card:nth-child(2) .card-title-label{
    color: #34ABA0;
}

.company-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.company-section:first-of-type {
    border-top: none; /* 最初の線は消す */
}

.company-details {
    flex-grow: 1;
}
.time {
    color: #e95b9c;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.company-name {
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    margin: 0;
}

/* Group 204, 205 に対応 (ロゴ部分) */
.company-logo {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* 縮まないようにする */
    margin-left: 10px;
    padding: 5px;   
    box-sizing: border-box;   
}

/* image 230, 231 に対応 */
.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* アスペクト比を維持して収める */
    border-radius: 50%;
}

/* iroenpitsu_orange 1 に対応 */
.decoration-pencil {
    position: absolute;
    width: 39px;
    height: 39px;
    top: -10px; /* 位置を調整 */
    left: 55px;
}
.decoration-pencil_rikei {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 40px; /* 位置を調整 */
    right: 55px;
}
/*care end*/

#kickoff #program .program_content .program_title_txt {
  color: #000;
  font-family: "M PLUS 1", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1.5;
  display: block;
  margin-bottom: 30px;
}

#kickoff #program .program_content .program_title_txt > .color-green {
  color: #0CA5B0;
}

#kickoff #program .program_content .guideImg {
  position: absolute;
  width: 144px;
  top: 0;
  right: 0;
  z-index: 2
}

.br-sp {
    display: none; /* SP用の改行を表示する */
  }
.br-pc {
    display: block; /* SP用の改行を表示する */
  }
.logo-img_area{
  margin-top: 20px;
}
.logo-img_area > p{
  color: #0CA5B0;
}

@media (max-width:767.5px) {
  #kickoff #program {
    padding: 60px 0
  }

  #kickoff #program:after,
  #kickoff #program:before {
    height: 20px
  }

  #kickoff #program .headImg {
    margin:0 auto;
    width: 185px;
    max-width: 400px
  }

  #kickoff #program .program_content {
    margin-top: 50px
  }
  #kickoff #program .program_content .program_title_txt {
    color: #000;
    font-family: "M PLUS 1", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1.5;
    display: block;
    margin-bottom: 30px;
  } 
  #kickoff #program .program_content .program1 {
    position: relative;
    padding-left: 0;
    margin-left: 3.5%
  }

  #kickoff #program .program_content .program1 .mainframe {
    padding-bottom: 20px
  }

  #kickoff #program .program_content .program1 .wrapper {
    padding-top: 50px;
    margin-left: 5%
  }

  #kickoff #program .program_content .program1 .wrapper .img1-1>img {
    width: 55%
  }

  #kickoff #program .program_content .program1 .questLink {
    margin: 20px auto;
    width: 80%;
    display: block
  }

  #kickoff #program .program_content .program2 {
    margin-top: 40px;
    position: relative;
    padding-left: 0;
  }

  #kickoff #program .program_content .program2 .mainframe {
    padding-top: 30px;
    padding-bottom: 0;
    margin: 0 auto;
    border: 3px solid #000;
    border-radius: 50px;
    background: #FFF;
    width: 92%;
  }

  #kickoff #program .program_content .program2 picture>img {
    padding: 0 4% 0 5%;
    margin-bottom: 20px
  }

  #kickoff #program .program_content .program3 {
    margin-top: 80px;
    padding-left: 0;
    margin-left: 3.5%
  }

  #kickoff #program .program_content .program3 .mainframe {
    padding-bottom: 30px
  }

  #kickoff #program .program_content .program3 .wrapper {
    padding-top: 45px;
    margin-left: 5%
  }

  #kickoff #program .program_content .program3 .wrapper .img3-1>img {
    width: 55%
  }

  #kickoff #program .program_content .program3 .wrapper .annotation {
    padding: 20px;
    margin: 30px auto 0
  }

  #kickoff #program .program_content .program3 .wrapper .annotation>p {
    text-align: left
  }

  #kickoff #program .program_content .mainframe {
    width: 100%;
    -o-border-image: url("/special/kickoff/event/2502/images/border_sp.png") 28/28px round;
    border-image: url("/special/kickoff/event/2502/images/border_sp.png") 28/28px round;
    border-style: solid
  }

  #kickoff #program .program_content .arrow {
    position: relative
  }


  #kickoff #program .program_content .titleImg {
    width: 175px;
    top: -20px;
    left: 20px
  }

  #kickoff #program .program_content .guideImg {
    width: 26%;
    top: -20px;
    right: 2%
  }
  #kickoff #program .program_content .program_text_area {
  text-align: center;
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 40px;
  position: relative;
  padding: 0 16px 30px;
}
  .br-sp {
    display: block; /* SP用の改行を表示する */
  }
  .br-pc {
    display: none; /* SP用の改行を表示する */
  }
#kickoff #program .program_content .program_text_area:after{
  content: "";
  position: absolute;
  width: 90%;
  border:1px dashed #0CA5B0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} 
#kickoff #program .program_content .program_text_area:nth-of-type(3):after {
  content: none;
  border: none;
}
/*card*/
#kickoff #program .program_content .program_text_area .image-container{
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}

.event-card {
    width: 280px;
    background-color: #0ca5b0; /* Rectangle 70 の色 */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    display: flex;                /* Flexboxレイアウトを有効にする */
    flex-direction: column;       /* 子要素を縦方向に並べる */
    align-items: center;          /* 子要素を水平方向の中央に配置する */
    justify-content: space-between; /* 子要素を垂直方向に均等配置（ヘッダーは上、ボディは下へ）*/
    padding: 0 0 20px;              /* 上下に余白を追加 */
    box-sizing: border-box;
    position: relative;
}
.event-card:nth-child(2) {
    background-color: #34ABA0; /* Rectangle 70 の色 */
}
.card-header {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-label {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600; /* W6 */
    letter-spacing: 0.05em;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    margin-right: 10px;
}
.card-body {
    width: 248px;
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.card-title-label {
    display: inline-block;
    color: #0ca5b0;
    background-color: #ffffff;
    border-radius: 30px; /* cornerRadius */
    padding: 2px 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.card-title-label .rikei {
    color: #34ABA0;
}

.company-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.company-section:first-of-type {
    border-top: none; /* 最初の線は消す */
}

.company-details {
    flex-grow: 1;
    text-align: left;
    margin-left: 10px;
    line-height: 1.2;
}
.time {
    color: #e95b9c;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.company-name {
    color: #000000;
    font-size: 8px;
    font-weight: 500;
    margin: 0;
}

/* Group 204, 205 に対応 (ロゴ部分) */
.company-logo {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* 縮まないようにする */
    margin-left: 10px;
    padding: 5px;   
    box-sizing: border-box;   
}

/* image 230, 231 に対応 */
.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* アスペクト比を維持して収める */
    border-radius: 50%;
}

/* iroenpitsu_orange 1 に対応 */
.decoration-pencil {
    position: absolute;
    width: 39px;
    height: 39px;
    top: -10px; /* 位置を調整 */
    left: 55px;
}
.decoration-pencil_rikei {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 40px; /* 位置を調整 */
    right: 55px;
}
/*care end*/
.logo-img_area .logo3{
  width: 80%;
}
}

#kickoff #message_area {
  background: url("/special/kickoff/event/2511/images/search_bg-pc.png") no-repeat 0 top;
  padding: 120px 0 180px;
}

#kickoff #message_area .title {
  margin-bottom: 50px;
  width: 757px;
}
#kickoff #message_area .carousel-container {
  width: 100vw;
  margin: 100px auto 0;
  padding-left: calc(50vw - 200px);
 }

#kickoff #message_area .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out; /* スライドのアニメーション */
}

#kickoff #message_area .slide {
  flex-shrink: 0; /* スライドが縮まないようにする */
  width: 380px;
  margin: 10px;
  height: 600px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#kickoff #message_area .slide::before {
  content: ""; /* 擬似要素の生成 */
  display: block;
  width: 50px; /* アイコンの幅 */
  height: 50px; /* アイコンの高さ */
  background-image: url('/special/kickoff/event/2511/images/clip_orange.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%); /* 水平中央揃え */
  z-index: 10; /* 他のコンテンツの上に表示 */
}


#kickoff #message_area .slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
#kickoff #message_area .bunkei{
  border-radius: 30px;
  border: 4px solid #0CA5B0;
  background: #FFF;
}
#kickoff #message_area .rikei{
  border-radius: 30px;
  border: 4px solid #34ABA0;
  background: #FFF;
}
#kickoff #message_area .slide .slide_top_area{
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
  margin: 30px 20px;
}
#kickoff #message_area .slide .slide_top_area .title_text{
  margin-left: 20px;
  line-height: 1.5;
}
#kickoff #message_area .slide .slide_top_area .title_text .name{
  font-size: 24px;
}
#kickoff #message_area .slide .slide_top_area .title_img{
  width: 70px;
}
#kickoff #message_area .slide picture{
  width: 120px;
  margin: 0 auto;
  display: block;
}
#kickoff #message_area .slide .slide_text{
  font-size: 14px;
  padding: 0 25px;
  font-family: "Noto Sans JP";
  line-height: 1.3;
  margin-top: 20px;
  overflow-y: auto;
  max-height: 50vh;
  flex-grow: 1;
}
#kickoff #message_area .slide .slide_text .sub_title{
  font-size: 20px;
  color: #0CA5B0;
  display: block;
  margin: 10px 0 6px 0;
  font-weight: 700;
}

/* ボタンのコンテナ */
.carousel-buttons {
  display: flex;
  width: 150px;
  margin: 20px auto;
  justify-content: center;
}
#kickoff #message_area .nav-btn {
  content: "";
  display: block;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 56px;
  margin: 0 auto;
}

#kickoff #message_area .prev-btn {
  left: 10px;
  background-image:url("/special/kickoff/event/2511/images/left_btn.png") ;
}

#kickoff #message_area .next-btn {
  right: 10px;
  background-image:url("/special/kickoff/event/2511/images/right_btn.png") ;
}
#kickoff #message_area .nav-btn.disabled-btn {
    /* ここに非アクティブなボタンのスタイルを定義 */
  opacity: .8;
  cursor: not-allowed; /* マウスカーソルを禁止マークにする */
}




@media (max-width:767.5px) {
  #kickoff #message_area {
    padding: 60px 0 90px;
  }

  #kickoff #message_area .title {
    margin-bottom: 50px;
    width: 250px;
  }
  #kickoff #message_area .carousel-container {
    width: 100vw;
    margin: 40px auto 0;
    padding-left: 50%;
    padding-left: calc(50vw - 160px);
  }
  #kickoff #message_area .slide {
    flex-shrink: 0; /* スライドが縮まないようにする */
    width: 300px;
    margin: 10px;
    height: 450px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #kickoff #message_area .slide::before {
    content: ""; /* 擬似要素の生成 */
    display: block;
    width: 40px; /* アイコンの幅 */
    height: 40px; /* アイコンの高さ */
    background-image: url('/special/kickoff/event/2511/images/clip_orange.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%); /* 水平中央揃え */
    z-index: 10; /* 他のコンテンツの上に表示 */
  }
  #kickoff #message_area .slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  #kickoff #message_area .slide .slide_top_area{
    font-size: 10px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP";
    margin: 15px 10px;
  }
  #kickoff #message_area .slide .slide_top_area .title_text{
    margin-left: 10px;
    line-height: 1.5;
  }
  #kickoff #message_area .slide .slide_top_area .title_text .name{
    font-size: 14px;
  }
  #kickoff #message_area .slide .slide_top_area .title_img{
    width: 55px;
  }
  #kickoff #message_area .slide picture{
    width: 94px;
    margin: 0 auto;
    display: block;
  }
  #kickoff #message_area .slide .slide_text{
    font-size: 10px;
    padding: 0 14px;
    font-family: "Noto Sans JP";
    line-height: 1.3;
    margin-top: 10px;
    overflow-y: auto;
    max-height: 50vh;
    flex-grow: 1;
  }
  #kickoff #message_area .slide .slide_text .sub_title{
    font-size: 14px;
    color: #0CA5B0;
    display: block;
    margin: 10px 0 6px 0;
    font-weight: 700;
  }

/* ボタンのコンテナ */
  .carousel-buttons {
    display: flex;
    width: 120px;
    margin: 20px auto;
    justify-content: center;
  }
  #kickoff #message_area .nav-btn {
    content: "";
    display: block;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 35px;
    margin: 0 auto;
  }
  #kickoff #message_area .prev-btn {
    left: 10px;
    background-image:url("/special/kickoff/event/2511/images/left_btn.png") ;
    background-size: 20px 35px;
  }

  #kickoff #message_area .next-btn {
    right: 10px;
    background-image:url("/special/kickoff/event/2511/images/right_btn.png") ;
    background-size: 20px 35px;
  }


  #kickoff #question .questionList {
    padding: 0 5%
  }

  #kickoff #question .questionList>li {
    position: relative;
    padding-top: 21px;
    padding-bottom: 15px;
    padding-left: 7%
  }

  #kickoff #question .questionList>li .subject {
    font-size: 20px
  }

  #kickoff #question .questionList>li .subject:before {
    width: 14px;
    height: 30.8px;
    top: 18px;
    left: 0
  }

  #kickoff #question .questionList>li .text {
    margin-top: 12px;
    font-size: 12px
  }
}

#kickoff .bottomlink {
  background-color: rgba(255, 227, 204, 0.7);
  padding: 16px 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

#kickoff .bottomlink>a {
  width: 350px;
  display: block
}

@media (max-width:767.5px) {
  #kickoff .bottomlink {
    padding: 5px 0
  }

  #kickoff .bottomlink>a {
    /* width: 50%; */
    width: 75%;
    margin: 0 auto
  }
}

#kickoff .stickyItem {
  width: 100%;
  height: auto;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease
}

@media (max-width:767.5px) {
  #kickoff .stickyItem {
    bottom: 57px
  }

  #kickoff .stickyItem.float {
    bottom: 0
  }
}

#kickoff .tagLine {
  position: relative;
  border-top: 5px solid #fff
}

#kickoff .tagLine>img {
  width: 100%;
  height: auto
}

#kickoff .tagLine .container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  padding-left: 150px
}

#kickoff .tagLine .container .text {
  font-size: 20px;
  font-weight: bold
}

#kickoff .tagLine .container .stickyLink {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold
}

#kickoff .tagLine .container .stickyLink:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 11px;
  background-image: url("/special/kickoff/event/2502/images/triangle_white.svg");
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

#kickoff .tagLine .container .stickyLink:hover {
  opacity: 0.7
}

@media (max-width:767.5px) {
  #kickoff .tagLine>img {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  #kickoff .tagLine .container {
    padding-left: 16px
  }

  #kickoff .tagLine .container .text {
    font-size: 14px
  }

  #kickoff .tagLine .container .stickyLink {
    padding-left: 15px;
    font-size: 12px
  }

  #kickoff .tagLine .container .stickyLink:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 11px;
    background-image: url("/special/kickoff/event/2502/images/triangle_white.svg");
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
  }
}

#kickoff .linkBtn:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px)
}

/*# sourceMappingURL=style.css.map */

/* close対応 */
#kickoff .ended-wrap {
  position: relative;
  top: -60px;
  width: 624px;
  margin: auto;
  margin-bottom: -60px;
}
@media (max-width:767px) {
  .bottomlink .linkBtn {
      width: 100%;
      margin-inline: auto;
  }
  #kickoff .ended-wrap { 
      width:90%;
      top: -1.7em;
      margin-bottom:-1.7em;
  }
}

#kickoff #program .program_content .program3 .wrapper .annotation_end {
  width: 350px;;
  max-width: 1120px;
  padding: 20px;
  margin-top: 40px
}
#kickoff .program3 p {
  font-weight: bold;
  margin-top: 10px;
}