@charset "UTF-8";
/*//////////////////////////////////////////////////////////

CSS information
 file name  :  additional-layout.css
 style info :  レイアウトファイル
 admin info :  

//////////////////////////////////////////////////////////*/

/* 共通 */
.list_2columns,
.list_3columns,
.list_4columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.list_2columns {
  gap: 50px;
}

.list_3columns {
  gap: 45px;
}

.list_4columns {
  gap: 40px;
}

.list_2columns li,
.list_3columns li,
.list_4columns li {
  position: relative;
}

.list_2columns li {
  width: calc(50% - 25px);
}

.list_3columns li {
  width: calc(33.33% - 30px);
}

.list_4columns li {
  width: calc(25% - 30px);
}

.list_2columns .number,
.list_3columns .number,
.list_4columns .number {
  color: #00a9c9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2em;
  line-height: 1.25;
  letter-spacing: 0.12em;
  margin: 0 10px 0 0;
  font-weight: 400;
}

.list_2columns .ttl,
.list_3columns .ttl,
.list_4columns .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}

.list_2columns .txt,
.list_3columns .txt,
.list_4columns .txt {
  white-space: pre-wrap;
  margin-bottom: 2em;
  text-align: justify;
}

.list_2columns .img,
.list_3columns .img,
.list_4columns .img {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {

  .list_2columns,
  .list_3columns,
  .list_4columns {
    gap: 10px;
  }

  .list_2columns li,
  .list_3columns li,
  .list_4columns li {
    width: 100%;
  }

  .list_2columns .img,
  .list_3columns .img,
  .list_4columns .img {
    margin: 1em 0 -0.5em;
  }
}

.footer_button_3columns,
.footer_button_4columns {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.footer_button_3columns li {
  width: calc(33.33% - 16px);
}

.footer_button_4columns li {
  width: calc(25% - 18px);
}

.footer_button_3columns li a.blue,
.footer_button_4columns li a.blue {
  border-color: #00a9c9;
  background-color: #00a9c9;
  color: #fff;
}

.footer_button_3columns li a,
.footer_button_4columns li a {
  display: block;
  padding: 1em 0.25em;
  border: 1px solid #003a57;
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .footer_button_3columns,
  .footer_button_4columns {
    gap: 10px;
  }

  .footer_button_3columns li,
  .footer_button_4columns li {
    width: calc(50% - 5px);
    font-size: 0.8em;
  }
}

.list_notice {
  list-style: none;
  counter-reset: list-counter;
  font-size: 80%;
  margin-left: 2em;
}

.list_notice li {
  margin-bottom: 10px;
  line-height: 1.2em;
  text-indent: -1.9em;
}

.list_notice li::before {
  counter-increment: list-counter;
  /* カウンタをインクリメント */
  content: "※" counter(list-counter);
  /* カウンタ値を表示 */
  margin-right: 5px;
  /* テキストとの間隔 */
}

.mw1000px {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_1em {
  margin-top: 1em !important;
}

.mt_2em {
  margin-top: 2em !important;
}

.mt_3em {
  margin-top: 3em !important;
}

.mt_4em {
  margin-top: 4em !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pt_1em {
  padding-top: 1em !important;
}

.pt_2em {
  padding-top: 2em !important;
}

.pt_3em {
  padding-top: 3em !important;
}

.pt_4em {
  padding-top: 4em !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_1em {
  margin-bottom: 1em !important;
}

.mb_2em {
  margin-bottom: 2em !important;
}

.mb_3em {
  margin-bottom: 3em !important;
}

.mb_4em {
  margin-bottom: 4em !important;
}

.mb_6em {
  margin-bottom: 6em !important;
}

.mb_2em_4em {
  margin-bottom: 4em !important;
}

@media screen and (max-width: 767px) {
  .mb_2em_4em {
    margin-bottom: 2em !important;
  }
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pb_1em {
  padding-bottom: 1em !important;
}

.pb_2em {
  padding-bottom: 2em !important;
}

.pb_3em {
  padding-bottom: 3em !important;
}

.pb_4em {
  padding-bottom: 4em !important;
}

.ptb_2em_4em {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

@media screen and (max-width: 767px) {
  .ptb_2em_4em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_order1 {
    order: 1;
  }

  .sp_order2 {
    order: 2;
  }

  .sp_order3 {
    order: 3;
  }

  .sp_order4 {
    order: 4;
  }

  .sp_order5 {
    order: 5;
  }

  .sp_order6 {
    order: 6;
  }

  .sp_order7 {
    order: 7;
  }

  .sp_order8 {
    order: 8;
  }

  .sp_order9 {
    order: 9;
  }

  .sp_order10 {
    order: 10;
  }

  .sp_order11 {
    order: 11;
  }

  .sp_order12 {
    order: 12;
  }

  .sp_order13 {
    order: 13;
  }

  .sp_order14 {
    order: 14;
  }
}

.ta_left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .ta_left {
    text-align: center !important;
  }
}

.w100 {
  width: 100% !important;
}

.fs04em {
  font-size: 0.4em !important;
}

.fs09em {
  font-size: 0.9em !important;
}

.font_min {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}

.ttl_center_en_l {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.0em;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
}

/* 個別 */
.event_area {
  position: relative;
}

.event_area_new {
  position: absolute;
  width: 46px;
  top: -17px;
  right: calc(50% - 23px);
}

.mv_staff img {
  border: solid 1px #00a9c9;
}

.list_sportsponcer {
  gap: 20px;
}

.list_sportsponcer li {
  width: calc(100% / 3 - 14px);
}

/* 2025/2/14 コメントアウト
.list_sportsponcer li{
	width: calc(25% - 15px);
}
*/

.list_sportsponcer .logo_img {
  float: left;
  width: 45px;
  margin-right: 5px;
}

.list_sportsponcer .txt {
  float: left;
  width: calc(100% - 50px);
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .list_sportsponcer {
    gap: 10px;
  }

  .list_sportsponcer li {
    width: 100%;
  }

  .list_sportsponcer .img {
    margin: 0 0 0.5em;
  }
}


#bfb_content_pc {
  right: 70px !important;
  z-index: 1 !important;
}

#bfb_content_sp {
  background: none !important;
  width: 40% !important;
  bottom: 50px !important;
  left: auto !important;
  z-index: 1 !important;
}

.top_infomation {
  background: #ddd;
  width: 100%;
  max-width: 800px;
  padding: 2em;
  margin: 30px auto -40px;
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  .top_infomation {
    margin-bottom: 2em;
  }
}

.reception_ttl {
  border: 2px solid #00a9c9;
  padding: 1em;
  text-align: center;
  color: #00a9c9;
  font-size: 1.2em;
  font-weight: bold;
  margin: 8em 0 0;
}

.list_4columns .technology_ttl {
  font-size: 1.3em;
  line-height: 1.3;
}

.center_img {
  text-align: center;
  background-color: #f3f3f3;
  margin: 10px 0;
}

.center_img img {
  width: 100%;
  max-width: 1000px;
}

.esg_sponsor {
  width: 100%;
  padding: 50px 50px 40px;
  border: 1px solid #003a57;
  position: relative;
  margin: 4em 0 5em;
}

.esg_sponsor .box-ttl {
  position: absolute;
  top: -15px;
  width: 300px;
  background: #fff;
  left: calc(50% - 150px);
  text-align: center;
  font-weight: bold;
}

.table_profile,
.table_history,
.table_reception {
  gap: 0;
}

.table_profile li,
.table_history li {
  position: relative;
  padding: 2em;
  border-bottom: 1px solid #111;
}

.table_profile li {
  width: 80%;
}

.table_profile li.th {
  width: 20%;
}

.table_history li {
  width: 85%;
}

.table_history li.th {
  width: 15%;
}

@media screen and (max-width: 767px) {

  .table_profile li,
  .table_history li {
    width: 100%;
    padding: 0 0 1em 1em;
  }

  .table_profile li.th,
  .table_history li.th {
    width: 100%;
    border: none;
    padding: 1em 0.5em 0.5em;
    font-weight: bold;
  }
}

.table_reception li {
  position: relative;
  border-bottom: 1px solid #00a9c9;
}

.table_reception li.th {
  padding: 2.3em 0 0 3em;
  width: 15%;
}

.table_reception li.dtl {
  padding: 1.8em 0 0;
  width: 55%;
}

.table_reception li.btn {
  position: relative;
  padding: 3.2em 1em 0 2em;
  width: 30%;
}

.table_reception li.btn .button {
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.table_reception li.dtl .ttl {
  margin: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .table_reception li.th {
    width: 15%;
    padding: 0 5px;
    border: none;
  }

  .table_reception li.dtl {
    width: 85%;
    padding: 6px 0 0;
    border: none;
  }

  .table_reception li.dtl .txt {
    margin-bottom: 5em;
  }

  .table_reception li.btn {
    width: 100%;
    padding: 0;
  }

  .table_reception li.btn .button {
    margin-top: 20px;
    bottom: 0.5em;
  }
}

.table_reception .required {
  background: #ff5636;
  padding: 0.3em;
  font-size: 0.7em;
  color: #FFF;
}

.table_tel li {
  text-align: center;
  border: 1px solid #00a9c9;
}

.table_tel li .ttl {
  margin: 0 5px;
  padding: 10px;
  border-bottom: 1px solid #00a9c9;
}

.table_tel li .img {
  font-weight: bold;
  font-size: 2.5em;
  padding-right: 1em;
  margin-bottom: 0;
}

.table_tel li .txt1 {
  font-size: 1.1em;
  padding: 0.2em 1em;
}

.table_tel li .txt2 {
  font-size: 0.9em;
  padding: 0.2em 1em 1em;
}

.philosophy_title_en {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-size: 1.8em;
  margin-bottom: 4em;
}

.philosophy_message1 {
  font-size: 340%;
  line-height: 1.3em;
  font-family: "Josefin Sans", sans-serif;
}

.philosophy_message2 {
  font-size: 210%;
  font-weight: bold;
  margin: 1em 0;
}

.philosophy_name1 {
  margin: 2em 0 1em;
  text-align: right;
}

.philosophy_name2 {
  font-size: 140%;
  margin: 0;
  text-align: right;
  font-weight: bold;
}

.event_notice {
  color: #ff6666;
  margin-bottom: 0.5em;
}

.list_philosophy {
  gap: 30px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 3em;
}

.list_philosophy li {
  width: calc(33.33% - 20px);
  text-align: center;
  border-radius: 50%;
  border: 1px solid #00a9c9;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .list_philosophy li {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }

  .list_philosophy {
    gap: 10px;
  }
}

.list_mission {
  gap: 0;
  margin: 0 auto;
}

.list_mission li {
  width: 25%;
  position: relative;
  border-right: 1px solid #333;
}

.list_mission li:last-child {
  border-right: none;
}

.list_mission .wrap {
  width: fit-content;
  margin: 0 auto;
  display: list-item;
}

@media screen and (max-width: 767px) {
  .list_mission {
    margin: 0 2em;
  }

  .list_mission li,
  .list_mission li:last-child {
    width: 100%;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
  }

  .list_mission {
    gap: 30px;
  }
}

.list_philosophy .txt1 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-size: 150%;
  font-weight: bold;
  margin: 1.25em 0 0;
}

.list_philosophy .txt2 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-size: 130%;
  font-weight: bold;
  margin: 0;
}

.list_philosophy .txt3 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-size: 60%;
  font-weight: bold;
}

.list_mission .txt1 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-size: 80%;
  font-weight: bold;
  margin: 1.25em 0 0;
}

.list_mission .txt1 .number {
  font-size: 140%;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}

.list_mission .txt2 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-size: 100%;
  font-weight: bold;
  margin: 2em 0 3em;
}

.list_mission .txt3 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0;
}

.list_concept7 {
  gap: 12px;
}

.list_concept7 li {
  width: calc(24% - 6px);
}

.list_concept7 .img {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .list_concept7 li {
    width: calc(50% - 6px);
  }

  .list_concept7 .img {
    margin: 0;
  }
}

.mv_logo {
  width: 180%;
}

@media screen and (max-width: 767px) {
  .mv_logo {
    width: 100%;
  }

  .mv_inner {
    padding: 0px 50px;
    width: 300px;
    margin: 0 auto 0 auto;
  }
}

.mv_works_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .mv_works_sp {
    display: block;
    width: 100%;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

.header_menu {
  position: fixed;
  top: 12%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.list_navi_box {
  width: 100%;
  background: #fff;
  color: #00a9c9;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
}

.list_navi_box a {
  color: #00a9c9;
  width: 100%;
  display: block;
  padding: 1em 0.5em;
}

.list_navi_box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_navi_box_1l,
.list_navi_box_1r {
  width: 50%;
  border: 1px solid #00a9c9;
}

.list_navi_box_2 {
  width: 100%;
  border: 1px solid #00a9c9;
}

#gnavi {
  margin-bottom: 1em !important;
}

@media screen and (max-width: 767px) {
  .list_navi_fixed_top {
    top: 70px;
    bottom: auto;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .list_navi_fixed li {
    width: 100%;
    background-color: #adb4b4;
  }

  .list_navi_fixed_top li {
    width: 33.33%;
    background-color: #adb4b4;
  }

  .sale {
    display: none;
  }
.list_navi_fixed li.list_navi_fixed_sale:nth-child(1) {
    height: 70px;
    padding-top: 10px;
    background-color: #00A9C9;
	  border-right: 3px solid #dddddd;
  }
  .list_navi_fixed li.list_navi_fixed_sale:nth-child(2) {
    height: 70px;
    padding-top: 10px;
    background-color: #00A9C9;
  }
  .list_navi_fixed li.list_navi_fixed_sale a {
    text-align: center;
    color: #fff !important;
  }
  .list_navi_fixed li.list_navi_fixed_sale a span {
    font-size: 20px !important;
  }




  .list_navi_fixed_sale a::before {
    content: none !important;
  }
}

@media screen and (max-width: 767px) {
  .list_navi_fixed_sale a span {
    display: block !important;
    padding: 0 !important;
  }
}

.header_box {
  opacity: 1;
}

.navi_float img {
  width: 300px;
  border: 1px solid #fff;
}

.navi_float {
  position: fixed;
  bottom: calc(5%);
  right: 78px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0, 20%);
  transform: translate(0, 20%);
  transition: 0.4s;
}

.navi_float.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

@media screen and (max-width: 767px) {
  .navi_float {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-height: 800px) {
  .navi_float {
    right: 66px;
  }

  .navi_float img {
    margin-top: 467px;
  }
}

.display-none {
  display: none;
}