@charset "UTF-8";
/*===============================================================
	読み込み
===============================================================*/
@import url("/extra/library/common/css/smart_phone.css") only screen and (max-width: 1030px);
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

/* Contents
========================================================================== */
#page,
.container {
  font-family: Meiryo, メイリオ, sans-serif !important;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色
===============================================================*/
/*===============================================================
	_mixin.scss
===============================================================*/
/*===============================================================
	ボタン
	@include btn_base(#c00,#000,#fff,#fff,auto);
===============================================================*/
/*===============================================================
	矢印
	@include mx_arw();	
===============================================================*/
/*===============================================================
	三角
	@include mx_sankaku(幅,高さ,色,色hover,向き);	
===============================================================*/
/*===============================================================
	センタリング
	@include mx_margin_center();	
===============================================================*/
/*===============================================================
	斜線の背景
	@include mx_slash($color1,$color2,$width);	
===============================================================*/
/*===============================================================
	グラデーション
	@include mx_grade(色1,色2,向き（横:h / 縦:v）)
===============================================================*/
/*===============================================================

	レイアウト
	_rayout.scss

===============================================================*/
.section_wrp2025 {
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 800px) {
  .section_wrp2025 {
    margin-top: -10px;
  }
}
.section_wrp2025 .full_width {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .full_width {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_wrp2025 .max_width {
  max-width: 1900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .max_width {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_wrp2025 .wide_wide_width {
  max-width: 1300px;
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .section_wrp2025 .wide_wide_width {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .wide_wide_width {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_wrp2025 .wide_width {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .wide_width {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_wrp2025 .content_width {
  max-width: 1130px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_wrp2025 .narrow_width {
  max-width: 800px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .narrow_width {
    padding-left: 0;
    padding-right: 0;
  }
}
.section_wrp2025 .absolute_full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.section_wrp2025 .btn_width {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .btn_width {
    max-width: inherit;
  }
}

/*===============================================================

	seciton
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。
	幅はsection_innerに記述する

===============================================================*/
.section_wrp2025 {
  /*===============================================================

  content 
  個別のコンテンツ

  ===============================================================*/
  /* タブレット以下 */
  /* for tablet */
  /* SP向けレイアウトの指定：～736px */
}
.section_wrp2025 .section {
  width: 100%;
}
.section_wrp2025 .section_inner {
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .section_inner {
    padding-top: 5vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.section_wrp2025 .content + .content {
  margin-top: 100px;
}
.section_wrp2025 .content + .headline {
  margin-top: 100px;
}
.section_wrp2025 .headline + .content {
  margin-top: 50px;
}
.section_wrp2025 .content .content + *,
.section_wrp2025 .content * + .content {
  margin-top: 70px;
}
.section_wrp2025 .content_title + .content {
  margin-top: 0;
}
@media screen and (max-width: 1030px) {
  .section_wrp2025 .content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .section_wrp2025 .content + .content {
    margin-top: 10vw;
  }
  .section_wrp2025 .content + .headline {
    margin-top: 10vw;
  }
  .section_wrp2025 .headline + .content {
    margin-top: 3vw;
  }
  .section_wrp2025 .content .content + *,
  .section_wrp2025 .content * + .content {
    margin-top: 8vw;
  }
  .section_wrp2025 .content_title + .content {
    margin-top: 0;
  }
}

/*===============================================================
	_grid.scss
===============================================================*/
.grid_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid_wrp .grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
}
.grid_wrp .grid .grid_wrp {
  margin-top: -20px;
}
.grid_wrp .grid .grid {
  margin-top: 20px;
}
.grid_wrp .grid_1_1 {
  width: 100%;
}
.grid_wrp .grid_2_1 {
  width: calc((100% - 40px) / 2);
}
.grid_wrp .grid_3_1 {
  width: calc((100% - 40px * 2) / 3); /* 40px * 2 = 80px */
}
.grid_wrp .grid_3_2 {
  width: calc(100% - (100% - 40px * 2) / 3 - 40px);
}
.grid_wrp .grid_4_1 {
  width: calc((100% - 40px * 3) / 4); /* 40px * 3 = 120px */
}
.grid_wrp .grid_5_1 {
  width: calc((100% - 40px * 2) / 5); /* 20px * 4 = 80px */
}
.grid_wrp .grid_6_1 {
  width: calc((100% - 40px * 5) / 6); /* 50px * 5 = 100px */
}
.grid_wrp.grid_wrp3:after, .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before, .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  content: "";
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.grid_wrp.grid_wrp3:after {
  width: calc((100% - 40px * 2) / 3);
}
.grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
  width: calc((100% - 40px * 3) / 4);
}
.grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
  width: calc((100% - 40px * 2) / 5);
}
@media screen and (max-width: 800px) {
  .grid_wrp {
    margin-top: -5vw;
  }
  .grid_wrp .grid {
    margin-top: 5vw;
  }
  .grid_wrp .grid .grid_wrp {
    margin-top: -3vw;
  }
  .grid_wrp .grid .grid {
    margin-top: 3vw;
  }
  .grid_wrp .grid_1_1 {
    width: 100%;
  }
  .grid_wrp .grid_2_1 {
    width: 100%;
  }
  .grid_wrp .grid_3_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_3_2 {
    width: 100%;
  }
  .grid_wrp .grid_4_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_5_1 {
    width: calc((100% - 5vw) / 2);
  }
  .grid_wrp .grid_6_1 {
    width: calc((100% - 10vw) / 3);
  }
  .grid_wrp.grid_wrp3:after {
    width: calc((100% - 80px) / 3);
  }
  .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
    width: calc((100% - 120px) / 4);
  }
  .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
    width: calc((100% - 80px) / 5);
  }
  .grid_wrp .sp_grid_1 {
    width: 100% !important;
  }
}

/*===============================================================

	_headline.scss 2021/9/24

===============================================================*/
/*-------------------------------------------------------------
	mixin	
-------------------------------------------------------------*/
/*-------------------------------------------------------------
	block	
-------------------------------------------------------------*/
.block + .block_title {
  margin-top: 70px;
}
.block + .block {
  margin-top: 20px;
}
.block p + p {
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  .block + .block_title {
    margin-top: 8vw;
  }
  .block + .block {
    margin-top: 2vw;
  }
}

/*-------------------------------------------------------------
	headline	
-------------------------------------------------------------*/
.headline {
  margin-bottom: 70px;
  padding-top: 70px;
  border-top: solid 2px #000;
}
.headline .title {
  font-size: 40px;
}
.headline .lead {
  font-size: 20px;
  line-height: 1.6;
}
.headline .title + .lead {
  margin-top: 15px;
}
.headline .lead + .title {
  margin-top: 10px;
}
.content * + .headline {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .headline {
    margin-bottom: 8vw;
    padding-top: 10vw;
    border-top: solid 1px #000;
  }
  .headline .title {
    font-size: 6.5vw;
  }
  .headline .lead {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .headline .title + .lead {
    margin-top: 3vw;
  }
  .headline .lead + .title {
    margin-top: 2vw;
  }
  .content * + .headline {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	content_title	
-------------------------------------------------------------*/
.content_title {
  margin-bottom: 30px;
}
.content_title .title {
  font-size: 30px;
}
.content_title .lead {
  font-size: 20px;
  line-height: 1.6;
}
.content_title .title + .lead {
  margin-top: 15px;
}
.content_title .lead + .title {
  margin-top: 10px;
}
.content * + .content_title {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .content_title {
    margin-bottom: 5.5vw;
  }
  .content_title .title {
    font-size: 5vw;
  }
  .content_title .lead {
    font-size: 4vw;
    line-height: 1.5;
  }
  .content_title .title + .lead {
    margin-top: 2vw;
  }
  .content_title .lead + .title {
    margin-top: 2vw;
  }
  .content * + .content_title {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	lv_1	
-------------------------------------------------------------*/
.lv_1 {
  margin-bottom: 20px;
}
.lv_1 .title {
  font-size: 30px;
}
.lv_1 .lead {
  font-size: 20px;
}
.lv_1 .title + .lead {
  margin-top: 5px;
}
.lv_1 .lead + .title {
  margin-top: 10px;
}
.content * + .lv_1 {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .lv_1 {
    margin-bottom: 5vw;
  }
  .lv_1 .title {
    font-size: 5vw;
  }
  .lv_1 .lead {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .lv_1 .title + .lead {
    margin-top: 1vw;
  }
  .lv_1 .lead + .title {
    margin-top: 1vw;
  }
  .content * + .lv_1 {
    margin-top: 10vw;
  }
}

/*-------------------------------------------------------------
	lv_2	
-------------------------------------------------------------*/
.lv_2 {
  margin-bottom: 20px;
}
.lv_2 .title {
  font-size: 25px;
}
.lv_2 .lead {
  font-size: 18px;
}
.lv_2 .title + .lead {
  margin-top: 5px;
}
.lv_2 .lead + .title {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .lv_2 {
    margin-bottom: 3vw;
  }
  .lv_2 .title {
    font-size: 4.5vw;
  }
  .lv_2 .lead {
    font-size: 3.5vw;
  }
  .lv_2 .title + .lead {
    margin-top: 1vw;
  }
  .lv_2 .lead + .title {
    margin-top: 1vw;
  }
}

/*-------------------------------------------------------------
	lv_3	
-------------------------------------------------------------*/
.lv_3 {
  margin-bottom: 20px;
}
.lv_3 .title {
  font-size: 20px;
}
.lv_3 .lead {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .lv_3 {
    margin-bottom: 3vw;
  }
  .lv_3 .title {
    font-size: 4.2vw;
  }
  .lv_3 .lead {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .lv_3 .title + .lead {
    margin-top: 1vw;
  }
  .lv_3 .lead + .title {
    margin-top: 0vw;
  }
}

/*-------------------------------------------------------------
	lv_4	
-------------------------------------------------------------*/
.lv_4 {
  margin-bottom: 20px;
}
.lv_4 .title {
  font-size: 18px;
}
.lv_4 .lead {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .lv_4 {
    margin-bottom: 3vw;
  }
  .lv_4 .title {
    font-size: 4.2vw;
  }
  .lv_4 .lead {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .lv_4 .title + .lead {
    margin-top: 1vw;
  }
  .lv_4 .lead + .title {
    margin-top: 0vw;
  }
}

/*===============================================================

	btn_detail

===============================================================*/
.btn_detail {
  width: 350px;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail a {
  position: relative;
  display: block;
  background-color: #e61e19;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 10px;
}

.btn_detail a:after {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn_detail a:hover {
  text-decoration: none;
  background-color: #f00;
}

.btn_detail_red a {
  background-color: #c91b36;
}

.btn_detail_red a:hover {
  background-color: #e31838;
}

.btn_detail_black a {
  background-color: #000;
}

.btn_detail_black a:hover {
  background-color: #222;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 4vw;
  }
  .btn_detail a {
    font-size: 4.5vw;
    padding: 4vw 0;
  }
}
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	flexbtn	
-------------------------------------------------------------*/
.flexbtn {
  width: auto;
  text-align: center;
}

.flexbtn a {
  display: inline-block;
  padding: 15px 40px;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	btn_skew

===============================================================*/
.btn_skew, .btn_skew_next, .btn_skew_next_blue, .btn_skew_next_large, .btn_skew_blue {
  position: relative;
  z-index: 1;
  width: 360px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  text-align: center;
}
.btn_skew::before, .btn_skew_next::before, .btn_skew_next_blue::before, .btn_skew_next_large::before, .btn_skew_blue::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  margin: auto;
  width: 100%;
  height: 100%;
  border: solid 2px #fff;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_skew a, .btn_skew_next a, .btn_skew_next_blue a, .btn_skew_next_large a, .btn_skew_blue a {
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  background: var(--accent-yellow, #FEF000);
  color: var(--sub-blue, #0064C6);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  letter-spacing: 0.6px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_skew a::after, .btn_skew_next a::after, .btn_skew_next_blue a::after, .btn_skew_next_large a::after, .btn_skew_blue a::after, .btn_skew a::before, .btn_skew_next a::before, .btn_skew_next_blue a::before, .btn_skew_next_large a::before, .btn_skew_blue a::before {
  content: "";
  position: absolute;
  margin: auto;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.btn_skew a::before, .btn_skew_next a::before, .btn_skew_next_blue a::before, .btn_skew_next_large a::before, .btn_skew_blue a::before {
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #0064C6;
  border-radius: 100%;
}
.btn_skew a::after, .btn_skew_next a::after, .btn_skew_next_blue a::after, .btn_skew_next_large a::after, .btn_skew_blue a::after {
  top: 38px;
  right: 23px;
  width: 10px;
  height: 10px;
  border-top: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_skew a:hover, .btn_skew_next a:hover, .btn_skew_next_blue a:hover, .btn_skew_next_large a:hover, .btn_skew_blue a:hover {
  text-decoration: none;
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
@media screen and (max-width: 800px) {
  .btn_skew a, .btn_skew_next a, .btn_skew_next_blue a, .btn_skew_next_large a, .btn_skew_blue a {
    min-height: 70px;
  }
  .btn_skew a::after, .btn_skew_next a::after, .btn_skew_next_blue a::after, .btn_skew_next_large a::after, .btn_skew_blue a::after {
    top: 32px;
  }
}

/*===============================================================
btn_skew_blue
===============================================================*/
.btn_skew_blue::before {
  border: solid 2px #0064C6;
}
.btn_skew_blue a {
  color: #fff;
  background: var(--gnav-btn, linear-gradient(89deg, #0064C6 0.89%, #3F9FDC 98.18%));
}
.btn_skew_blue a::before {
  background-color: #fff;
}
.btn_skew_blue a::after {
  border-top: 8px solid #0064C6;
}
/*===============================================================
btn_skew_next
===============================================================*/
.btn_skew_next a::after, .btn_skew_next_blue a::after, .btn_skew_next_large a::after {
  top: 35px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  border-right: 8px solid transparent;
}
@media screen and (max-width: 800px) {
  .btn_skew_next a::after, .btn_skew_next_blue a::after, .btn_skew_next_large a::after {
    top: 29px;
  }
}

/*===============================================================
btn_skew_next_large
===============================================================*/
.btn_skew_next_large {
  width: 600px;
}
.btn_skew_next_large a {
  font-size: 30px;
  padding: 20px 20px;
}
.btn_skew_next_large a::after {
  top: 52px;
}
@media screen and (max-width: 800px) {
  .btn_skew_next_large a {
    font-size: 20px;
    padding: 0 20px;
  }
  .btn_skew_next_large a::after {
    top: 29px;
  }
}

/*===============================================================
btn_skew_next_blue
===============================================================*/
.btn_skew_next_blue::before {
  border: solid 2px #0064C6;
}
.btn_skew_next_blue a {
  color: #fff;
  background: var(--gnav-btn, linear-gradient(89deg, #0064C6 0.89%, #3F9FDC 98.18%));
}
.btn_skew_next_blue a::before {
  background-color: #fff;
}
.btn_skew_next_blue a::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0064C6;
  border-right: 8px solid transparent;
}
/*===============================================================

	btn_txtlink

===============================================================*/
.btn_txtlink a, .btn_txtlink_down_white a, .btn_txtlink_down a {
  display: inline-block;
  color: #0064C6;
  position: relative;
  padding-right: 30px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 27.3px */
  letter-spacing: 0.63px;
}
.btn_txtlink a .icon, .btn_txtlink_down_white a .icon, .btn_txtlink_down a .icon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.btn_txtlink a .icon img, .btn_txtlink_down_white a .icon img, .btn_txtlink_down a .icon img {
  width: 100%;
  height: auto;
}
.btn_txtlink a:hover, .btn_txtlink_down_white a:hover, .btn_txtlink_down a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .btn_txtlink a, .btn_txtlink_down_white a, .btn_txtlink_down a {
    padding: 0;
    padding-bottom: 5.5vw;
    font-size: 4vw;
  }
  .btn_txtlink a .icon, .btn_txtlink_down_white a .icon, .btn_txtlink_down a .icon {
    width: 5vw;
    height: 5vw;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

/*===============================================================
btn_txtlink_down
===============================================================*/
.btn_txtlink_down a {
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .btn_txtlink_down a {
    padding: 0;
    padding-bottom: 5.5vw;
    font-size: 4vw;
  }
}

/*===============================================================
btn_txtlink_down_white
===============================================================*/
.btn_txtlink_down_white a {
  color: #fff;
}
/*===============================================================

	PAGETOP

===============================================================*/
#btn_pagetop {
  width: 100%;
  overflow: hidden;
}

#btn_pagetop a {
  display: block;
  position: fixed;
  right: -300px;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #d2191a;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 101;
  border-radius: 30px;
}

#btn_pagetop a:hover {
  background-color: #c00;
}

#btn_pagetop a:after {
  position: absolute;
  content: " ";
  width: 14px;
  height: 14px;
  top: 20px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}

/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 800px) {
  #btn_pagetop a {
    width: 40px;
    height: 40px;
  }
  #btn_pagetop a:after {
    width: 12px;
    height: 12px;
    top: 17px;
    left: 0;
    right: 0;
    bottom: auto;
  }
} /* for SP max-width: 736px */
/*===============================================================

	_utils.scss 2021/9/24

===============================================================*/
.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

@media only screen and (max-width: 800px) {
  .sp_align_center {
    text-align: center !important;
  }
  .sp_align_right {
    text-align: right !important;
  }
  .sp_align_left {
    text-align: left !important;
  }
}
/* for SP  */
/*===============================================================

	フロート関係

===============================================================*/
.clear {
  width: 100%;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flol {
  float: left;
}

.flor {
  float: right;
}

/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
}
@media screen and (max-width: 1030px) {
  .fixed {
    position: fixed;
    top: 0;
  }
}

/*===============================================================

	PC/SP/TABLET

===============================================================*/
.sp {
  display: none;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.sp_tablet {
  display: none;
}

.none {
  display: none !important;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .pc {
    display: none;
  }
  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc_tablet,
  .tablet {
    display: none;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	img fig

===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	マージン

===============================================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.47vw;
  }
  .mt10 {
    margin-top: 0.93vw;
  }
  .mt15 {
    margin-top: 1.4vw;
  }
  .mt20 {
    margin-top: 1.87vw;
  }
  .mt25 {
    margin-top: 2.34vw;
  }
  .mt30 {
    margin-top: 2.8vw;
  }
  .mt40 {
    margin-top: 3.74vw;
  }
  .mt50 {
    margin-top: 4.67vw;
  }
  .mt60 {
    margin-top: 5.61vw;
  }
  .mt70 {
    margin-top: 6.54vw;
  }
  .mt80 {
    margin-top: 7.48vw;
  }
  .mt90 {
    margin-top: 8.41vw;
  }
  .mt100 {
    margin-top: 9.35vw;
  }
  .mb05 {
    margin-bottom: 0.47vw;
  }
  .mb10 {
    margin-bottom: 0.93vw;
  }
  .mb15 {
    margin-bottom: 1.4vw;
  }
  .mb20 {
    margin-bottom: 1.87vw;
  }
  .mb25 {
    margin-bottom: 2.34vw;
  }
  .mb30 {
    margin-bottom: 2.8vw;
  }
  .mb40 {
    margin-bottom: 3.74vw;
  }
  .mb50 {
    margin-bottom: 4.67vw;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 800px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 0.63vw;
  }
  .mt10 {
    margin-top: 1.25vw;
  }
  .mt15 {
    margin-top: 1.88vw;
  }
  .mt20 {
    margin-top: 2.5vw;
  }
  .mt25 {
    margin-top: 3.13vw;
  }
  .mt30 {
    margin-top: 3.75vw;
  }
  .mt40 {
    margin-top: 5vw;
  }
  .mt50 {
    margin-top: 6.25vw;
  }
  .mt60 {
    margin-top: 7.5vw;
  }
  .mt70 {
    margin-top: 8.75vw;
  }
  .mt80 {
    margin-top: 10vw;
  }
  .mt90 {
    margin-top: 11.25vw;
  }
  .mt100 {
    margin-top: 12.5vw;
  }
  .mb05 {
    margin-bottom: 0.63vw;
  }
  .mb10 {
    margin-bottom: 1.25vw;
  }
  .mb15 {
    margin-bottom: 1.88vw;
  }
  .mb20 {
    margin-bottom: 2.5vw;
  }
  .mb25 {
    margin-bottom: 3.13vw;
  }
  .mb30 {
    margin-bottom: 3.75vw;
  }
  .mb40 {
    margin-bottom: 5vw;
  }
  .mb50 {
    margin-bottom: 6.25vw;
  }
}
/* for SP max-width: 800px */
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

.bg_fixed {
  background-attachment: fixed;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .fixed {
    position: fixed;
    top: 0;
  }
}
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～800px */
/* for SP */
/*===============================================================

	テーブル

===============================================================*/
.table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  border-collapse: separate;
  border-spacing: 0;
}

.table th,
.table td {
  padding: 10px;
  border: solid 1px #ddd;
  border-bottom: 0;
  color: #000;
}

.table th {
  font-weight: bold;
  border-right: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}

.table td {
  color: #000;
}

.table td + td {
  border-left: 0;
}

.table tr:nth-child(odd) {
  background: #fff;
}

.table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

/* タブレット */
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
  .table {
    padding: 0;
    margin-top: 0px;
  }
  .table th,
  .table td {
    padding: 3vw;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .table tr:nth-child(odd),
  .table tr:nth-child(even) {
    background: #fff;
  }
  .table_wrp_scroll {
    overflow-y: scroll;
  }
  .table_wrp_scroll .table {
    min-width: 200vw;
  }
}
/* for SP */
/*===============================================================

	フォーム

===============================================================*/
/* タブレット */
/* for tablet */
/* SP */
/* for SP */
/*===============================================================

	J:COM COLOR

===============================================================*/
/*---------------------------------------------------------------
	変数
---------------------------------------------------------------*/
/*---------------------------------------------------------------
	color
---------------------------------------------------------------*/
.jcom_color_primary {
  color: #E83316 !important;
}

.jcom_color_link {
  color: #406FAF !important;
}

.jcom_color_white {
  color: #FFFFFF !important;
}

.jcom_color_tv {
  color: #E40077 !important;
}

.jcom_color_net {
  color: #0085CD !important;
}

.jcom_color_phone {
  color: #00A33E !important;
}

.jcom_color_electricity {
  color: #F18D00 !important;
}

.jcom_color_mobile {
  color: #00A4A8 !important;
}

.jcom_color_gas {
  color: #406FAF !important;
}

.jcom_color_home {
  color: #FA7268 !important;
}

.jcom_color_ssi {
  color: #E60044 !important;
}

.jcom_color_telemedicine {
  color: #00855E !important;
}

.jcom_color_black {
  color: #333333 !important;
}

.jcom_color_member {
  color: #F5D200 !important;
}

.jcom_color_border_gray {
  color: #E2E2E2 !important;
}

.jcom_color_border_dark {
  color: #939393 !important;
}

/*===============================================================

	J:COM HEADLINE

===============================================================*/
/*---------------------------------------------------------------
	共通
---------------------------------------------------------------*/
.jcom_h1,
.jcom_h2,
.jcom_h3,
.jcom_h4,
.jcom_h5,
.jcom_h6,
.jcom_h_md,
.jcom_h_underline {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
}

.jcom_h3,
.jcom_h4,
.jcom_h5,
.jcom_h6,
.jcom_h_md,
.jcom_h_underline {
  text-align: center;
}

/*---------------------------------------------------------------
	jcom_h1
---------------------------------------------------------------*/
.jcom_h1 {
  padding-left: 16px;
  font-size: 32px;
}
.jcom_h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #E83316;
  border-radius: 2px;
}
/*---------------------------------------------------------------
	jcom_h2
---------------------------------------------------------------*/
.jcom_h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
}
.jcom_h2::before, .jcom_h2::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 4px;
  margin: 0 32px;
  background: #E83316;
  border-radius: 2px;
}
.jcom_h2::before {
  margin-left: 0;
}
.jcom_h2::after {
  margin-right: 0;
}

/*---------------------------------------------------------------
	jcom_h3
---------------------------------------------------------------*/
.jcom_h3 {
  font-size: 26px;
}

/*---------------------------------------------------------------
	jcom_h4
---------------------------------------------------------------*/
.jcom_h4 {
  font-size: 24px;
}

/*---------------------------------------------------------------
	jcom_h5
---------------------------------------------------------------*/
.jcom_h5 {
  font-size: 20px;
}

/*---------------------------------------------------------------
	jcom_h6
---------------------------------------------------------------*/
.jcom_h6 {
  font-size: 18px;
}

/*---------------------------------------------------------------
	jcom_h_md
---------------------------------------------------------------*/
.jcom_h_md {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

/*---------------------------------------------------------------
	jcom_h_underline
---------------------------------------------------------------*/
.jcom_h_underline {
  font-size: 32px;
}
.jcom_h_underline span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 12px;
}
.jcom_h_underline span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  border-radius: 100px;
  width: 100%;
  height: 4px;
}

/*===============================================================

	アイコン付き見出し

===============================================================*/
/*---------------------------------------------------------------
	共通
---------------------------------------------------------------*/
h2.jcom_h_icon, h3.jcom_h_icon, h4.jcom_h_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}
h2.jcom_h_icon img, h3.jcom_h_icon img, h4.jcom_h_icon img {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

h2.jcom_h_icon {
  font-size: 28px;
}
h2.jcom_h_icon img {
  top: -1px;
}

h3.jcom_h_icon {
  font-size: 22px;
}
h3.jcom_h_icon img {
  top: -4px;
}

h4.jcom_h_icon {
  font-size: 20px;
}
h4.jcom_h_icon img {
  top: -6px;
}

/*===============================================================

	ラベル付き見出し

===============================================================*/
/*---------------------------------------------------------------
	共通
---------------------------------------------------------------*/
h3.jcom_h_label,
h4.jcom_h_label {
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}
h3.jcom_h_label .jcom_h_label_txt,
h4.jcom_h_label .jcom_h_label_txt {
  position: relative;
  display: inline-block;
  background: #E83316;
  border-radius: 4px;
  margin-left: 16px;
  padding: 4px 6px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

h3.jcom_h_label {
  font-size: 22px;
}
h3.jcom_h_label .jcom_h_label_txt {
  top: -4px;
}

h4.jcom_h_label {
  font-size: 20px;
}
h4.jcom_h_label .jcom_h_label_txt {
  top: -2px;
}

/*===============================================================

	J:COM TEXT

===============================================================*/
/*---------------------------------------------------------------
	共通
---------------------------------------------------------------*/
.jcom_text_check,
.jcom_text_check_primary,
.jcom_text_atn,
.jcom_text_qst {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 32px;
}
.jcom_text_check::before,
.jcom_text_check_primary::before,
.jcom_text_atn::before,
.jcom_text_qst::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*---------------------------------------------------------------
	jcom_text_check
---------------------------------------------------------------*/
.jcom_text_check::before {
  background-image: url(/special/common/images/asset/icn_text/icn_text_check.svg);
}

/*---------------------------------------------------------------
	jcom_text_check_primary
---------------------------------------------------------------*/
.jcom_text_check_primary::before {
  background-image: url(/special/common/images/asset/icn_text/icn_text_check_primary.svg);
}

/*---------------------------------------------------------------
	jcom_text_atn
---------------------------------------------------------------*/
.jcom_text_atn::before {
  background-image: url(/special/common/images/asset/icn_text/icn_text_atn.svg);
}

/*---------------------------------------------------------------
	jcom_text_qst
---------------------------------------------------------------*/
.jcom_text_qst::before {
  background-image: url(/special/common/images/asset/icn_text/icn_text_qst.svg);
}

/*===============================================================

	jcom_link

===============================================================*/
.jcom_link {
  /*---------------------------------------------------------------
  	共通
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_self
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_blank
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_pdf
  ---------------------------------------------------------------*/
}
.jcom_link_self, .jcom_link_blank, .jcom_link_pdf {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: none;
  color: #406FAF !important;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
  cursor: pointer;
}
.jcom_link_self::after, .jcom_link_blank::after, .jcom_link_pdf::after {
  content: "";
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (hover) {
  .jcom_link_self:hover, .jcom_link_blank:hover, .jcom_link_pdf:hover {
    opacity: 0.7;
  }
}
.jcom_link_self_black, .jcom_link_blank_black, .jcom_link_pdf_black {
  color: #333333 !important;
}
.jcom_link_self_white, .jcom_link_blank_white, .jcom_link_pdf_white {
  color: #fff !important;
}
.jcom_link_self::after {
  top: 2px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url(/special/common/images/asset/icn_link/icn_link_self_blue.svg);
}
.jcom_link_self_black::after {
  background-image: url(/special/common/images/asset/icn_link/icn_link_self_black.svg);
}
.jcom_link_self_white::after {
  background-image: url(/special/common/images/asset/icn_link/icn_link_self_white.svg);
}
.jcom_link_blank {
  padding-right: 20px;
}
.jcom_link_blank::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url(/special/common/images/asset/icn_link/icn_link_blank_blue.svg);
}
.jcom_link_blank_black::after {
  background-image: url(/special/common/images/asset/icn_link/icn_link_blank_black.svg);
}
.jcom_link_blank_white::after {
  background-image: url(/special/common/images/asset/icn_link/icn_link_blank_white.svg);
}
.jcom_link_pdf {
  padding-right: 32px;
}
.jcom_link_pdf::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url(/special/common/images/asset/icn_link/icn_link_pdf_blue.svg);
}
.jcom_link_pdf_black::after {
  background-image: url(/special/common/images/asset/icn_link/icn_link_pdf_black.svg);
}
.jcom_link_pdf_white::after {
  background-image: url(/special/common/images/asset/icn_link/icn_link_pdf_white.svg);
}

/*===============================================================

	jcom_link_bullet

===============================================================*/
.jcom_link_bullet {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  padding-right: 20px;
  text-decoration: none;
  color: #406FAF !important;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
  cursor: pointer;
  /*---------------------------------------------------------------
  	jcom_link_bullet_primary
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_black
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_tv
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_net
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_phone
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_electricity
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_mobile
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_gas
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_home
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_ssi
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_telemedicine
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_bullet_left_black
  ---------------------------------------------------------------*/
}
.jcom_link_bullet::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 7px;
  height: 14px;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
@media (hover) {
  .jcom_link_bullet:hover {
    opacity: 0.7;
  }
  .jcom_link_bullet:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.jcom_link_bullet_primary {
  color: #E83316 !important;
}
.jcom_link_bullet_primary::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_primary.svg);
}
.jcom_link_bullet_black {
  color: #333333 !important;
}
.jcom_link_bullet_black::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_black.svg);
}
.jcom_link_bullet_tv {
  color: #E40077 !important;
}
.jcom_link_bullet_tv::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_tv.svg);
}
.jcom_link_bullet_net {
  color: #0085CD !important;
}
.jcom_link_bullet_net::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_net.svg);
}
.jcom_link_bullet_phone {
  color: #00A33E !important;
}
.jcom_link_bullet_phone::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_phone.svg);
}
.jcom_link_bullet_electricity {
  color: #F18D00 !important;
}
.jcom_link_bullet_electricity::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_electricity.svg);
}
.jcom_link_bullet_mobile {
  color: #00A4A8 !important;
}
.jcom_link_bullet_mobile::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_mobile.svg);
}
.jcom_link_bullet_gas {
  color: #406FAF !important;
}
.jcom_link_bullet_gas::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_gas.svg);
}
.jcom_link_bullet_home {
  color: #FA7268 !important;
}
.jcom_link_bullet_home::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_home.svg);
}
.jcom_link_bullet_ssi {
  color: #E60044 !important;
}
.jcom_link_bullet_ssi::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_ssi.svg);
}
.jcom_link_bullet_telemedicine {
  color: #00855E !important;
}
.jcom_link_bullet_telemedicine::after {
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_telemedicine.svg);
}
.jcom_link_bullet_left_black {
  padding-right: 0;
  padding-left: 20px;
  color: #333333 !important;
}
.jcom_link_bullet_left_black::after {
  top: 2px;
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg) translateX(-4px);
          transform: rotate(180deg) translateX(-4px);
  background-image: url(/special/common/images/asset/icn_link/icn_bullet_black.svg);
}
@media (hover) {
  .jcom_link_bullet_left_black:hover::after {
    -webkit-transform: rotate(180deg) translateX(0);
            transform: rotate(180deg) translateX(0);
  }
}

/*===============================================================

	jcom_link_anchor_text

===============================================================*/
.jcom_link_anchor_text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  padding-right: 24px;
  text-decoration: none;
  color: #333333 !important;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
  cursor: pointer;
}
.jcom_link_anchor_text::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  background-image: url(/special/common/images/asset/icn_link/icn_link_anchor_text.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media (hover) {
  .jcom_link_anchor_text:hover {
    opacity: 0.7;
  }
}

/*===============================================================

	jcom_anchor_list

===============================================================*/
.jcom_anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -8px;
}
.jcom_anchor_list_item {
  display: inline-block;
  margin: 0 8px;
}

/*===============================================================

	jcom_link_anchor_panel

===============================================================*/
.jcom_link_anchor_panel {
  /*---------------------------------------------------------------
  	共通
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_anchor_panel_header
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_anchor_panel_body
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_anchor_panel_title
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_anchor_panel_down
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	jcom_link_anchor_panel_up
  ---------------------------------------------------------------*/
}
.jcom_link_anchor_panel_down, .jcom_link_anchor_panel_up {
  position: relative;
  display: block;
  width: 155px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 16px;
  border: 2px solid #E83316;
  color: #333333 !important;
  background: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.jcom_link_anchor_panel_down::after, .jcom_link_anchor_panel_up::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 36px;
  height: 16px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (hover) {
  .jcom_link_anchor_panel_down:hover, .jcom_link_anchor_panel_up:hover {
    opacity: 0.7;
  }
}
.jcom_link_anchor_panel_header {
  overflow: hidden;
  display: block;
  background: #FFF2F0;
  font-weight: bold;
  min-height: 31px;
  padding: 6px;
  border-radius: 16px 16px 0 0;
  color: #E83316;
}
.jcom_link_anchor_panel_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: bold;
  border-radius: 16px;
  min-height: 53px;
}
.jcom_link_anchor_panel_body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: #fff;
}
.jcom_link_anchor_panel_title {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.jcom_link_anchor_panel_down {
  border-bottom: 21px solid #E83316;
}
.jcom_link_anchor_panel_down::after {
  bottom: -31px;
  background-image: url(/special/common/images/asset/icn_link/icn_anchor_panel_down_primary.svg);
  background-size: 36px 16px;
}
.jcom_link_anchor_panel_down .jcom_link_anchor_panel_body {
  padding: 10px 10px 4px;
}
.jcom_link_anchor_panel_down .jcom_link_anchor_panel_body::after {
  bottom: -5px;
  border-radius: 0 0 5px 5px;
}
.jcom_link_anchor_panel_up {
  border-top: 21px solid #E83316;
}
.jcom_link_anchor_panel_up::after {
  top: -31px;
  background: url(/special/common/images/asset/icn_link/icn_anchor_panel_up_primary.svg);
  background-size: 36px 16px;
}
.jcom_link_anchor_panel_up .jcom_link_anchor_panel_body {
  padding: 4px 10px 10px;
}
.jcom_link_anchor_panel_up .jcom_link_anchor_panel_body::after {
  top: -5px;
  border-radius: 5px 5px 0 0;
}

/*===============================================================

	jcom_btn 共通

===============================================================*/
.jcom_btn_white_primary,
.jcom_btn_primary,
.jcom_btn_member,
.jcom_btn_white_gray,
.jcom_btn_white_dark,
.jcom_btn_back {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 352px;
  min-height: 58px;
  padding: 14px 40px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  border: 3px solid #fff;
  background: #fff;
  color: #333333;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
  cursor: pointer;
  /*---------------------------------------------------------------
  	blnk
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	search
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	other
  ---------------------------------------------------------------*/
}
.jcom_btn_white_primary::after,
.jcom_btn_primary::after,
.jcom_btn_member::after,
.jcom_btn_white_gray::after,
.jcom_btn_white_dark::after,
.jcom_btn_back::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 9px;
  height: 16px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (hover) {
  .jcom_btn_white_primary:hover,
  .jcom_btn_primary:hover,
  .jcom_btn_member:hover,
  .jcom_btn_white_gray:hover,
  .jcom_btn_white_dark:hover,
  .jcom_btn_back:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.jcom_btn_white_primary_blank::after,
.jcom_btn_primary_blank::after,
.jcom_btn_member_blank::after,
.jcom_btn_white_gray_blank::after,
.jcom_btn_white_dark_blank::after,
.jcom_btn_back_blank::after {
  width: 16px;
}
.jcom_btn_white_primary_search::before,
.jcom_btn_primary_search::before,
.jcom_btn_member_search::before,
.jcom_btn_white_gray_search::before,
.jcom_btn_white_dark_search::before,
.jcom_btn_back_search::before {
  content: "";
  position: absolute;
  left: 24px;
  top: calc(50% - 9px);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.jcom_btn_white_primary_search::after,
.jcom_btn_primary_search::after,
.jcom_btn_member_search::after,
.jcom_btn_white_gray_search::after,
.jcom_btn_white_dark_search::after,
.jcom_btn_back_search::after {
  display: none;
}
.jcom_btn_white_primary_simulation, .jcom_btn_white_primary_member, .jcom_btn_white_primary_service, .jcom_btn_white_primary_mail, .jcom_btn_white_primary_tel,
.jcom_btn_primary_simulation,
.jcom_btn_primary_member,
.jcom_btn_primary_service,
.jcom_btn_primary_mail,
.jcom_btn_primary_tel,
.jcom_btn_member_simulation,
.jcom_btn_member_member,
.jcom_btn_member_service,
.jcom_btn_member_mail,
.jcom_btn_member_tel,
.jcom_btn_white_gray_simulation,
.jcom_btn_white_gray_member,
.jcom_btn_white_gray_service,
.jcom_btn_white_gray_mail,
.jcom_btn_white_gray_tel,
.jcom_btn_white_dark_simulation,
.jcom_btn_white_dark_member,
.jcom_btn_white_dark_service,
.jcom_btn_white_dark_mail,
.jcom_btn_white_dark_tel,
.jcom_btn_back_simulation,
.jcom_btn_back_member,
.jcom_btn_back_service,
.jcom_btn_back_mail,
.jcom_btn_back_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px 10px 20px;
}
.jcom_btn_white_primary_simulation::before, .jcom_btn_white_primary_member::before, .jcom_btn_white_primary_service::before, .jcom_btn_white_primary_mail::before, .jcom_btn_white_primary_tel::before,
.jcom_btn_primary_simulation::before,
.jcom_btn_primary_member::before,
.jcom_btn_primary_service::before,
.jcom_btn_primary_mail::before,
.jcom_btn_primary_tel::before,
.jcom_btn_member_simulation::before,
.jcom_btn_member_member::before,
.jcom_btn_member_service::before,
.jcom_btn_member_mail::before,
.jcom_btn_member_tel::before,
.jcom_btn_white_gray_simulation::before,
.jcom_btn_white_gray_member::before,
.jcom_btn_white_gray_service::before,
.jcom_btn_white_gray_mail::before,
.jcom_btn_white_gray_tel::before,
.jcom_btn_white_dark_simulation::before,
.jcom_btn_white_dark_member::before,
.jcom_btn_white_dark_service::before,
.jcom_btn_white_dark_mail::before,
.jcom_btn_white_dark_tel::before,
.jcom_btn_back_simulation::before,
.jcom_btn_back_member::before,
.jcom_btn_back_service::before,
.jcom_btn_back_mail::before,
.jcom_btn_back_tel::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-inline: 5.4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.jcom_btn_white_primary_simulation::after, .jcom_btn_white_primary_member::after, .jcom_btn_white_primary_service::after, .jcom_btn_white_primary_mail::after, .jcom_btn_white_primary_tel::after,
.jcom_btn_primary_simulation::after,
.jcom_btn_primary_member::after,
.jcom_btn_primary_service::after,
.jcom_btn_primary_mail::after,
.jcom_btn_primary_tel::after,
.jcom_btn_member_simulation::after,
.jcom_btn_member_member::after,
.jcom_btn_member_service::after,
.jcom_btn_member_mail::after,
.jcom_btn_member_tel::after,
.jcom_btn_white_gray_simulation::after,
.jcom_btn_white_gray_member::after,
.jcom_btn_white_gray_service::after,
.jcom_btn_white_gray_mail::after,
.jcom_btn_white_gray_tel::after,
.jcom_btn_white_dark_simulation::after,
.jcom_btn_white_dark_member::after,
.jcom_btn_white_dark_service::after,
.jcom_btn_white_dark_mail::after,
.jcom_btn_white_dark_tel::after,
.jcom_btn_back_simulation::after,
.jcom_btn_back_member::after,
.jcom_btn_back_service::after,
.jcom_btn_back_mail::after,
.jcom_btn_back_tel::after {
  display: none;
}
.jcom_btn_white_primary_service::before, .jcom_btn_white_primary_mail::before, .jcom_btn_white_primary_tel::before,
.jcom_btn_primary_service::before,
.jcom_btn_primary_mail::before,
.jcom_btn_primary_tel::before,
.jcom_btn_member_service::before,
.jcom_btn_member_mail::before,
.jcom_btn_member_tel::before,
.jcom_btn_white_gray_service::before,
.jcom_btn_white_gray_mail::before,
.jcom_btn_white_gray_tel::before,
.jcom_btn_white_dark_service::before,
.jcom_btn_white_dark_mail::before,
.jcom_btn_white_dark_tel::before,
.jcom_btn_back_service::before,
.jcom_btn_back_mail::before,
.jcom_btn_back_tel::before {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 800px) {
  .jcom_btn_white_primary,
  .jcom_btn_primary,
  .jcom_btn_member,
  .jcom_btn_white_gray,
  .jcom_btn_white_dark,
  .jcom_btn_back {
    width: 100%;
    min-width: 140px;
  }
}

/*===============================================================

	jcom_btn_white_primary

===============================================================*/
.jcom_btn_white_primary {
  border-color: #E83316;
  background: #fff;
  color: #333333 !important;
  /*---------------------------------------------------------------
  	blank
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	search
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	simulation
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	member
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	service
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	mail
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	tel
  ---------------------------------------------------------------*/
}
.jcom_btn_white_primary::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_bullet_black.svg);
}
.jcom_btn_white_primary_blank::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_link_blank_black.svg);
}
.jcom_btn_white_primary_search::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_search_black.svg);
}
.jcom_btn_white_primary_simulation::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_simulation.svg);
}
.jcom_btn_white_primary_member::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_member_black.svg);
}
.jcom_btn_white_primary_service::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_think_black.svg);
}
.jcom_btn_white_primary_mail::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_mail_black.svg);
}
.jcom_btn_white_primary_tel::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_phone_black.svg);
}

/*===============================================================

	jcom_btn_primary

===============================================================*/
.jcom_btn_primary {
  border-color: #E83316;
  background: #E83316;
  color: #fff !important;
  /*---------------------------------------------------------------
  	blank
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	search
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	simulation
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	member
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	service
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	mail
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	tel
  ---------------------------------------------------------------*/
}
.jcom_btn_primary::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_bullet_white.svg);
}
.jcom_btn_primary_blank::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_link_blank_white.svg);
}
.jcom_btn_primary_search::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_search_white.svg);
}
.jcom_btn_primary_simulation::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_simulation_white.svg);
}
.jcom_btn_primary_member::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_member_white.svg);
}
.jcom_btn_primary_service::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_think_white.svg);
}
.jcom_btn_primary_mail::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_mail_white.svg);
}
.jcom_btn_primary_tel::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_phone_white.svg);
}

/*===============================================================

	jcom_btn_member

===============================================================*/
.jcom_btn_member {
  border-color: #F5D200;
  background: #F5D200;
  color: #333333 !important;
  /*---------------------------------------------------------------
  	blank
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	search
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	simulation
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	member
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	service
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	mail
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	tel
  ---------------------------------------------------------------*/
}
.jcom_btn_member::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_bullet_black.svg);
}
.jcom_btn_member_blank::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_link_blank_black.svg);
}
.jcom_btn_member_search::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_search_black.svg);
}
.jcom_btn_member_simulation::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_simulation_black.svg);
}
.jcom_btn_member_member::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_member_black.svg);
}
.jcom_btn_member_service::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_think_black.svg);
}
.jcom_btn_member_mail::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_mail_black.svg);
}
.jcom_btn_member_tel::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_phone_black.svg);
}

/*===============================================================

	jcom_btn_white_gray

===============================================================*/
.jcom_btn_white_gray {
  border-color: #E2E2E2;
  background: #fff;
  color: #333333 !important;
  /*---------------------------------------------------------------
  	blank
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	search
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	simulation
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	member
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	service
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	mail
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	tel
  ---------------------------------------------------------------*/
}
.jcom_btn_white_gray::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_bullet_black.svg);
}
.jcom_btn_white_gray_blank::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_link_blank_black.svg);
}
.jcom_btn_white_gray_search::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_search_black.svg);
}
.jcom_btn_white_gray_simulation::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_simulation.svg);
}
.jcom_btn_white_gray_member::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_member_black.svg);
}
.jcom_btn_white_gray_service::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_think_black.svg);
}
.jcom_btn_white_gray_mail::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_mail_black.svg);
}
.jcom_btn_white_gray_tel::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_phone_black.svg);
}

/*===============================================================

	jcom_btn_white_dark

===============================================================*/
.jcom_btn_white_dark {
  border-color: #939393;
  background: #fff;
  color: #333333 !important;
  /*---------------------------------------------------------------
  	blank
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	search
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	simulation
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	member
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	service
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	mail
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	tel
  ---------------------------------------------------------------*/
}
.jcom_btn_white_dark::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_bullet_black.svg);
}
.jcom_btn_white_dark_blank::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_link_blank_black.svg);
}
.jcom_btn_white_dark_search::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_search_black.svg);
}
.jcom_btn_white_dark_simulation::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_simulation.svg);
}
.jcom_btn_white_dark_member::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_member_black.svg);
}
.jcom_btn_white_dark_service::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_think_black.svg);
}
.jcom_btn_white_dark_mail::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_mail_black.svg);
}
.jcom_btn_white_dark_tel::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_phone_black.svg);
}

/*===============================================================

	jcom_btn_back

===============================================================*/
.jcom_btn_back {
  border-color: #E2E2E2;
  background: #fff;
  color: #333333 !important;
  width: 150px;
  min-width: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  /*---------------------------------------------------------------
  	blank
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	simulation
  ---------------------------------------------------------------*/
}
.jcom_btn_back::after {
  left: 24px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(/special/common/images/asset/icn_btn/icn_bullet_black.svg);
}
.jcom_btn_back_blank::after {
  background-image: url(/special/common/images/asset/icn_btn/icn_link_blank_black.svg);
}
.jcom_btn_back_simulation {
  padding: 10px 30px 10px 20px;
}
.jcom_btn_back_simulation::before {
  background-image: url(/special/common/images/asset/icn_btn/icn_simulation.svg);
}

/*===============================================================

    c_boxed_corner

===============================================================*/
.c_boxed_corner, .c_boxed_corner_small {
  position: relative;
  background-color: #fff;
  border: solid 1px #E93817;
}
.c_boxed_corner::after, .c_boxed_corner_small::after, .c_boxed_corner::before, .c_boxed_corner_small::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.c_boxed_corner::before, .c_boxed_corner_small::before {
  top: 0;
  left: 0;
  border-top: solid 4px #E93817;
  border-left: solid 4px #E93817;
}
.c_boxed_corner::after, .c_boxed_corner_small::after {
  top: 0;
  right: 0;
  border-top: solid 4px #E93817;
  border-right: solid 4px #E93817;
}
.c_boxed_corner .c_boxed_corner_inner::after, .c_boxed_corner_small .c_boxed_corner_inner::after, .c_boxed_corner .c_boxed_corner_inner::before, .c_boxed_corner_small .c_boxed_corner_inner::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.c_boxed_corner .c_boxed_corner_inner::before, .c_boxed_corner_small .c_boxed_corner_inner::before {
  bottom: 0;
  left: 0;
  border-bottom: solid 4px #E93817;
  border-left: solid 4px #E93817;
}
.c_boxed_corner .c_boxed_corner_inner::after, .c_boxed_corner_small .c_boxed_corner_inner::after {
  bottom: 0;
  right: 0;
  border-bottom: solid 4px #E93817;
  border-right: solid 4px #E93817;
}
@media screen and (max-width: 800px) {
  .c_boxed_corner::after, .c_boxed_corner_small::after, .c_boxed_corner::before, .c_boxed_corner_small::before {
    width: 5vw;
    height: 5vw;
  }
  .c_boxed_corner .c_boxed_corner_inner::after, .c_boxed_corner_small .c_boxed_corner_inner::after, .c_boxed_corner .c_boxed_corner_inner::before, .c_boxed_corner_small .c_boxed_corner_inner::before {
    width: 5vw;
    height: 5vw;
  }
}

/*===============================================================

    .c_boxed_corner_small

===============================================================*/
.c_boxed_corner_small {
  border: 0;
}
.c_boxed_corner_small::after, .c_boxed_corner_small::before {
  width: 12px;
  height: 12px;
}
.c_boxed_corner_small .c_boxed_corner_inner::after, .c_boxed_corner_small .c_boxed_corner_inner::before {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 800px) {
  .c_boxed_corner_small::after, .c_boxed_corner_small::before {
    width: 3vw;
    height: 3vw;
  }
  .c_boxed_corner_small .c_boxed_corner_inner::after, .c_boxed_corner_small .c_boxed_corner_inner::before {
    width: 3vw;
    height: 3vw;
  }
}

/*===============================================================

    c_card_list

===============================================================*/
.c_card_list {
  /*===============================================================
  item
  ===============================================================*/
  /*===============================================================
  item_body
  ===============================================================*/
  /*===============================================================
  data_container
  ===============================================================*/
}
.c_card_list .data_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_card_list .nodata_box {
  padding: 50px;
  border: solid 1px #ddd;
  text-align: center;
  display: none;
}
@media screen and (max-width: 800px) {
  .c_card_list .data_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c_card_list .item {
  width: calc((100% - 50px) / 3);
  background: #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.c_card_list .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .c_card_list .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c_card_list .item .thumb {
    width: 30%;
  }
  .c_card_list .item + .item {
    margin-top: 3vw;
  }
  .c_card_list .item .item_body {
    width: 70%;
    height: 100%;
    padding-left: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .c_card_list .item .item_body .title {
    height: 100%;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c_card_list .item_body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_card_list .item_body .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  margin-top: 10px;
}
.c_card_list .item_body .title a {
  color: #000;
  text-decoration: none;
}
.c_card_list .item_body .date {
  color: #8F8F8F;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}
.c_card_list .item_body .info {
  display: none;
}
@media screen and (max-width: 800px) {
  .c_card_list .item_body .title {
    font-size: 4vw;
    margin-top: 0;
  }
  .c_card_list .item_body .date {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 800px) {
  .c_card_list .data_container {
    padding-bottom: 0;
    /* 通常ドット */
    /* カレントドット */
  }
  .c_card_list .data_container .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .c_card_list .data_container .slick-dots li {
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
  }
  .c_card_list .data_container .slick-dots li button:before {
    display: none;
  }
  .c_card_list .data_container .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #F2F2F2;
    border-radius: 0;
    padding: 0;
    border: none;
    opacity: 1;
  }
  .c_card_list .data_container .slick-dots li.slick-active button {
    background: #E93817;
  }
}

/*===============================================================
js_multilinkarea js_linkarea
===============================================================*/
.js_linkarea,
.js_multilinkarea {
  cursor: pointer;
}

/*===============================================================
    js_scroll
===============================================================*/
.js_scroll {
  -webkit-transition: all 1s;
  transition: all 1s;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================
    js_fadein
===============================================================*/
.js_fadein {
  opacity: 0;
  /* タブレット */
  /* SP */
}
.js_fadein.is_active {
  opacity: 1;
}
/*===============================================================
    js_fadein_up
===============================================================*/
.js_fadein_up {
  opacity: 0;
  -webkit-transform: translateY(3vw);
          transform: translateY(3vw);
}
.js_fadein_up.is_active {
  opacity: 1;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
}

.js_move_up {
  -webkit-transform: translateY(3vw);
          transform: translateY(3vw);
}
.js_move_up.is_active {
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
}

/*===============================================================
    js_fadein_down
===============================================================*/
.js_fadein_down {
  opacity: 0;
  -webkit-transform: translateY(-3vw);
          transform: translateY(-3vw);
}
.js_fadein_down.is_active {
  opacity: 1;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
}

/*===============================================================
    js_fadein_left
===============================================================*/
.js_fadein_left {
  opacity: 0;
  -webkit-transform: translateX(-3vw);
          transform: translateX(-3vw);
}
.js_fadein_left.is_active {
  opacity: 1;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

/*===============================================================
    js_fadein_right
===============================================================*/
.js_fadein_right {
  opacity: 0;
  -webkit-transform: translateX(3vw);
          transform: translateX(3vw);
}
.js_fadein_right.is_active {
  opacity: 1;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

/*===============================================================
    js_fadein_photo
===============================================================*/
.js_fadein_photo {
  overflow: hidden;
}
.js_fadein_photo img {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js_fadein_photo.is_active img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*===============================================================
	js_gsap_parallax_photo
===============================================================*/
.js_gsap_parallax_photo_reverse,
.js_gsap_parallax_photo {
  background-color: #000;
  overflow: hidden;
}

/*===============================================================
	js_2step
===============================================================*/
.js_2step, .js_2step_down, .js_2step_up {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.js_2step::before, .js_2step_down::before, .js_2step_up::before, .js_2step::after, .js_2step_down::after, .js_2step_up::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #eee;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.5s cubic-bezier(0.51, -0.01, 0.21, 1.01);
  transition: all 0.5s cubic-bezier(0.51, -0.01, 0.21, 1.01);
  z-index: 2;
}
.js_2step::after, .js_2step_down::after, .js_2step_up::after {
  background-color: #fff;
}
.js_2step.is_active::before, .is_active.js_2step_down::before, .is_active.js_2step_up::before, .js_2step.is_active::after, .is_active.js_2step_down::after, .is_active.js_2step_up::after {
  -webkit-transform-origin: 0 right;
          transform-origin: 0 right;
}
.js_2step.is_active::after, .is_active.js_2step_down::after, .is_active.js_2step_up::after {
  left: auto;
  right: 0;
  width: 0%;
}
.js_2step.is_active::before, .is_active.js_2step_down::before, .is_active.js_2step_up::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  left: auto;
  right: 0;
  width: 0%;
}

/*===============================================================
	js_2step_up
===============================================================*/
.js_2step_up.is_active::before, .js_2step_up.is_active::after {
  -webkit-transform-origin: top 0;
          transform-origin: top 0;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: 0%;
}

/*===============================================================
	js_2step_down
===============================================================*/
.js_2step_down.is_active::before, .js_2step_down.is_active::after {
  -webkit-transform-origin: bottom 0;
          transform-origin: bottom 0;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 0%;
}

/*===============================================================

    section_top_kv

===============================================================*/
.section_top_kv {
  background-image: url(../images/top/section_top_kv_localnav_bg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 50% 50%;
  z-index: 1;
  /*===============================================================
  txt_block
  ===============================================================*/
  /*===============================================================
  block_localnav
  ===============================================================*/
  /*===============================================================
  link_container
  ===============================================================*/
  /*===============================================================
  block_voice
  ===============================================================*/
}
.section_top_kv .section_inner {
  padding-top: 50px;
  padding-bottom: 350px;
  padding-bottom: 200px;
}
.section_top_kv .block_kv {
  position: relative;
  min-height: 70vh;
  /* ライン追加 */
}
.section_top_kv .block_kv .section_inner {
  position: relative;
  z-index: 3;
}
.section_top_kv .block_kv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0064C6;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
}
.section_top_kv .kv_bg {
  background-image: url(../images/top/section_top_kv_title_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
  position: absolute;
  width: 100%;
  height: calc(100% - 5px);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.section_top_kv .kv_bg .player {
  max-width: 1100px;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.section_top_kv:not(:has(.block_localnav)) .section_inner {
  padding-top: 50px;
  padding-bottom: 200px;
}
.section_top_kv:not(:has(.block_localnav)) .block_kv {
  position: relative;
  min-height: inherit;
}
.section_top_kv:not(:has(.block_localnav)) .block_kv::before {
  display: none;
}
.section_top_kv:not(:has(.block_localnav)) .kv_bg {
  clip-path: none;
  border-bottom: solid 10px #0064C6;
  background-position: top -8vw center;
}
.section_top_kv:not(:has(.block_localnav)) .kv_bg .player {
  max-width: 900px;
  position: absolute;
  right: 0;
  bottom: -4px;
}
@media screen and (max-width: 1300px) {
  .section_top_kv:not(:has(.block_localnav)) .kv_bg .player {
    right: -15vw;
  }
}
@media screen and (max-width: 1030px) {
  .section_top_kv:not(:has(.block_localnav)) .kv_bg {
    background-position: top center;
  }
  .section_top_kv:not(:has(.block_localnav)) .kv_bg .player {
    max-width: 75vw;
    right: -5vw;
  }
}
@media screen and (max-width: 800px) {
  .section_top_kv .section_inner {
    padding-top: 5vw;
    padding-bottom: 58vw;
  }
  .section_top_kv .block_kv::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 97%);
  }
  .section_top_kv .kv_bg {
    background-image: url(../images/top/section_top_kv_title_bg_sp.jpg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 97%);
  }
  .section_top_kv .player {
    display: none;
  }
  .section_top_kv:not(:has(.block_localnav)) .section_inner {
    padding-top: 5vw;
    padding-bottom: 50vw;
  }
  .section_top_kv:not(:has(.block_localnav)) .kv_bg {
    background-size: cover;
    background-position: bottom -20vw center;
  }
}
.section_top_kv .txt_block {
  color: #fff;
}
.section_top_kv .txt_block .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_top_kv .txt_block .title_block .label {
  background-color: #fff;
  color: #0064C6;
  position: relative;
  padding: 8px;
  padding-right: 6px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 30.8px */
}
.section_top_kv .txt_block .title_block .label span {
  font-size: 70%;
}
.section_top_kv .txt_block .title_block .label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_top_kv .txt_block .title_block .txt {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-left: 1em;
  text-shadow: 0px 0px 14.336px #0064C6;
}
.section_top_kv .txt_block .title_copy {
  margin-top: 25px;
  margin-left: -5px;
  max-width: 540px;
  text-shadow: 0px 0px 14.336px #0064C6;
}
.section_top_kv .txt_block .lead {
  margin-top: 25px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.72px;
  text-shadow: 0px 0px 14.336px #0064C6;
}
.section_top_kv .txt_block .lead strong {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 170%;
  /* 54.4px */
}
.section_top_kv .txt_block .lead .small {
  font-size: 60%;
}
.section_top_kv .txt_block .btn_skew_next, .section_top_kv .txt_block .btn_skew_next_large, .section_top_kv .txt_block .btn_skew_next_blue {
  margin-top: 25px;
}
.section_top_kv .txt_block .jcom_link_self_white,
.section_top_kv .txt_block .jcom_link_blank {
  margin-top: 1.5em;
  text-shadow: 0px 0px 14.336px #0064C6;
}
.section_top_kv .txt_block .about_jchan {
  max-width: 360px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .section_top_kv .txt_block .title_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_top_kv .txt_block .title_block .label {
    padding: 1.5vw;
    padding-right: 0.5vw;
    font-size: 4vw;
  }
  .section_top_kv .txt_block .title_block .label span {
    font-size: 70%;
    margin-left: -1vw;
  }
  .section_top_kv .txt_block .title_block .label::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4.8vw;
    margin: auto;
    width: 5vw;
    height: 5vw;
    border-top: 3.6vw solid transparent;
    border-bottom: 3.6vw solid transparent;
    border-left: 2.9vw solid #fff;
    border-right: 2.9vw solid transparent;
  }
  .section_top_kv .txt_block .title_block .txt {
    font-size: 4.5vw;
  }
  .section_top_kv .txt_block .title_copy {
    margin-top: 3vw;
    margin-left: -5px;
  }
  .section_top_kv .txt_block .lead {
    margin-top: 2vw;
    font-size: 4.2vw;
    line-height: 1.6;
  }
  .section_top_kv .txt_block .lead strong {
    font-size: 5.5vw;
  }
  .section_top_kv .txt_block .btn_skew_next, .section_top_kv .txt_block .btn_skew_next_large, .section_top_kv .txt_block .btn_skew_next_blue {
    width: 90%;
    margin: 0 auto;
    margin-top: 5vw;
  }
  .section_top_kv .txt_block .jcom_link_self_white,
  .section_top_kv .txt_block .jcom_link_blank {
    margin-top: 1em;
  }
}
.section_top_kv .block_localnav {
  padding: 60px 0 300px 0;
}
.section_top_kv .block_localnav .btn_container {
  width: 730px;
  margin-inline: auto;
}
.section_top_kv .block_localnav .btn_container .grid {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .section_top_kv .block_localnav {
    padding: 4vw 0 14vw 0;
    padding: 6vw 0 14vw 0;
  }
  .section_top_kv .block_localnav .btn_container {
    width: 90%;
    margin-inline: auto;
  }
  .section_top_kv .block_localnav .btn_container .grid {
    text-align: center;
    width: calc((100% - 5vw) / 2);
  }
  .section_top_kv .block_localnav .btn_skew_blue,
  .section_top_kv .block_localnav .btn_skew_next_blue {
    width: 100%;
    margin: 0 auto;
  }
  .section_top_kv .block_localnav .btn_skew_blue a,
  .section_top_kv .block_localnav .btn_skew_next_blue a {
    font-size: 4vw;
    padding: 0vw 0;
    padding-bottom: 7vw;
    min-height: 22vw;
  }
  .section_top_kv .block_localnav .btn_skew_blue a::before,
  .section_top_kv .block_localnav .btn_skew_next_blue a::before {
    top: auto;
    bottom: 2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 6vw;
    height: 6vw;
    border-radius: 100%;
    background-image: url(../images/top/icon_circle_arw_white.svg);
    background-repeat: none;
    background-size: contain;
  }
  .section_top_kv .block_localnav .btn_skew_blue a::after,
  .section_top_kv .block_localnav .btn_skew_next_blue a::after {
    display: none;
  }
}
.section_top_kv .link_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  /*
  .btn_txtlink_down {
      width: 50%;
      padding: 0 20px;
  }

  .btn_txtlink_down:first-child {
      text-align: right;
      border-right: solid 1px #0064C6;

  }*/
}
@media screen and (max-width: 800px) {
  .section_top_kv .link_container {
    margin-top: 10vw;
  }
  .section_top_kv .link_container .btn_txtlink_down:first-child,
  .section_top_kv .link_container .btn_txtlink_down {
    text-align: center;
  }
}
.section_top_kv .block_voice {
  position: relative;
  z-index: 5;
  padding: 8px 0;
  background-color: #0064C6;
  margin-top: -90px;
}
.section_top_kv .block_voice .btn_txtlink_down_white {
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 800px) {
  .section_top_kv .block_voice {
    margin-top: -8vw;
    padding: 2px 0;
  }
  .section_top_kv .block_voice .btn_txtlink_down_white {
    padding: 3vw 0;
  }
}

/*===============================================================

    section_intro

===============================================================*/
.section_intro {
  position: relative;
  margin-top: -280px;
  min-height: 100vh;
  z-index: 2;
  /*===============================================================
  bg_img
  ===============================================================*/
  /*===============================================================
  body_block
  ===============================================================*/
  /*===============================================================
  fig_player
  ===============================================================*/
}
@media screen and (max-width: 800px) {
  .section_intro {
    margin-top: -10vw;
  }
  .section_intro .section_inner {
    padding-bottom: 0;
    padding-right: 0;
  }
}
.section_intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0064C6;
  z-index: 1;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
@media screen and (max-width: 800px) {
  .section_intro::before {
    clip-path: polygon(0 3%, 100% 0, 100% 90%, 0% 100%);
  }
}
.section_intro .bg_img {
  background-image: url(../images/top/section_intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom -5vw center;
  background-size: cover;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 1030px) {
  .section_intro .bg_img {
    background-position: bottom center;
  }
}
@media screen and (max-width: 800px) {
  .section_intro .bg_img {
    background-image: url(../images/top/section_intro_bg_sp.jpg);
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
  }
}
.section_intro .body_block {
  position: relative;
  z-index: 3;
  padding: 50px 0 100px 0;
}
.section_intro .body_block .skew_txt {
  color: #fff;
  display: inline-block;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
}
.section_intro .body_block .skew_txt p {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  letter-spacing: 0.84px;
}
.section_intro .body_block .skew_txt p + p {
  margin-top: 0.5em;
}
.section_intro .body_block .skew_txt .highlight {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  letter-spacing: 1.26px;
}
.section_intro .body_block .skew_txt .copy {
  margin-top: 0.5em;
  text-shadow: 0px 0px 26px #000;
  font-size: 140px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
  letter-spacing: -10px;
}
.section_intro .body_block .skew_txt .copy strong {
  color: var(--accent-yellow, #FEF000);
  letter-spacing: -2.8px;
}
@media screen and (max-width: 1300px) {
  .section_intro .body_block .skew_txt p {
    font-size: 2.15vw;
  }
  .section_intro .body_block .skew_txt .highlight {
    font-size: 3.23vw;
  }
  .section_intro .body_block .skew_txt .copy {
    text-shadow: 0px 0px 2vw #000;
    font-size: 10.77vw;
    letter-spacing: -0.77vw;
  }
}
@media screen and (max-width: 800px) {
  .section_intro .body_block {
    padding: 12vw 0 100vw 0;
  }
  .section_intro .body_block .skew_txt {
    width: 100%;
  }
  .section_intro .body_block .skew_txt p {
    font-size: 4.2vw;
  }
  .section_intro .body_block .skew_txt p + p {
    margin-top: 0.7em;
  }
  .section_intro .body_block .skew_txt .highlight {
    font-size: 6.2vw;
  }
  .section_intro .body_block .skew_txt .copy {
    margin-top: 0.5em;
    text-shadow: 0px 0px 2vw #000;
    font-size: 16vw;
  }
}
.section_intro .fig_player {
  position: absolute;
  z-index: 2;
  width: 57vw;
  right: 1vw;
  bottom: 3vw;
  width: 48vw;
  right: 1vw;
  bottom: 2vw;
  width: 760px;
}
@media screen and (max-width: 1300px) {
  .section_intro .fig_player {
    width: 60vw;
    right: -5vw;
  }
}
@media screen and (max-width: 1030px) {
  .section_intro .fig_player {
    width: 65vw;
    right: -3vw;
    bottom: 10vw;
  }
}
@media screen and (max-width: 800px) {
  .section_intro .fig_player {
    width: 95%;
    right: 0;
    bottom: 0;
  }
}

/*===============================================================

    section_jcom_live

===============================================================*/
.section_jcom_live {
  position: relative;
  margin-top: -18vh;
  min-height: 100vh;
  z-index: 1;
  /*===============================================================
  bg_img
  ===============================================================*/
  /*===============================================================
  body_block
  ===============================================================*/
  /*===============================================================
  fig_block
  ===============================================================*/
}
@media screen and (max-width: 800px) {
  .section_jcom_live {
    margin-top: -43vw;
  }
}
.section_jcom_live .bg_img {
  background-image: url(../images/top/section_jcom_live_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .section_jcom_live .bg_img {
    background-image: url(../images/top/section_jcom_live_bg_sp.jpg);
    background-size: cover;
  }
}
.section_jcom_live .body_block {
  padding-top: 100px;
  padding-bottom: 10vw;
  position: relative;
  z-index: 3;
  text-align: center;
}
.section_jcom_live .body_block .label {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background-image: url(../images/top/noize_label_bg_black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 12px 20px;
}
.section_jcom_live .body_block .title {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 2.4px;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .section_jcom_live .body_block {
    padding-top: 50vw;
    padding-bottom: 35vw;
  }
  .section_jcom_live .body_block .label {
    font-size: 4.5vw;
    padding: 2vw 3vw;
  }
  .section_jcom_live .body_block .title {
    font-size: 8vw;
    margin-top: 3vw;
  }
  .section_jcom_live .body_block .title .sub {
    font-size: 4.5vw;
    padding-bottom: 2vw;
  }
}
.section_jcom_live .fig_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.section_jcom_live .fig_block + .fig_block {
  margin-top: 10px;
}
.section_jcom_live .fig_block.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section_jcom_live .fig_block .fig {
  width: 47%;
}
.section_jcom_live .fig_block .txt {
  width: 50%;
  color: #fff;
  text-align: left;
  border-bottom: solid 3px #fff;
  -o-border-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0))) 1;
     border-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1;
  padding-bottom: 30px;
}
.section_jcom_live .fig_block .txt p {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.section_jcom_live .fig_block .txt strong {
  color: var(--accent-yellow, #FEF000);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.section_jcom_live .fig_block .txt .caption {
  font-size: 12px;
  margin-top: 0.5em;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .section_jcom_live .fig_block .txt {
    padding-bottom: 2.31vw;
  }
  .section_jcom_live .fig_block .txt p {
    font-size: 2.15vw;
  }
  .section_jcom_live .fig_block .txt strong {
    font-size: 2.77vw;
  }
}
@media screen and (max-width: 800px) {
  .section_jcom_live .fig_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-top: 10vw;
  }
  .section_jcom_live .fig_block + .fig_block {
    margin-top: 10vw;
  }
  .section_jcom_live .fig_block .fig {
    width: 100%;
  }
  .section_jcom_live .fig_block .txt {
    width: 100%;
    margin-top: 6vw;
    padding-bottom: 30px;
    border-bottom-width: 2px;
  }
  .section_jcom_live .fig_block .txt p {
    font-size: 5vw;
  }
  .section_jcom_live .fig_block .txt strong {
    font-size: 6vw;
  }
  .section_jcom_live .fig_block .txt .caption {
    font-size: 3.5vw;
  }
}

/*===============================================================

    section_tv_rec

===============================================================*/
.section_tv_rec {
  position: relative;
  margin-top: -9vw;
  padding: 2vw 0 2vw;
  z-index: 2;
  /*===============================================================
  bg_img
  ===============================================================*/
  /*===============================================================
  bg_tv
  ===============================================================*/
  /*===============================================================
  body_block
  ===============================================================*/
}
.section_tv_rec::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 147, 237)), to(rgba(1, 147, 237, 0)));
  background: linear-gradient(to bottom, rgb(1, 147, 237) 0%, rgba(1, 147, 237, 0) 100%);
}
.section_tv_rec .section_inner {
  position: relative;
  z-index: 4;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .section_tv_rec {
    margin-top: -25vw;
    padding-top: 0vw;
  }
  .section_tv_rec::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: -5vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 25vw;
  }
  .section_tv_rec .section_inner {
    position: relative;
    z-index: 4;
    padding-top: 25vw;
    padding-bottom: 0;
  }
}
.section_tv_rec .bg_img {
  background-image: url(../images/top/section_tv_rec_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 50% 100%, 0 90%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .section_tv_rec .bg_img {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }
}
@media screen and (max-width: 800px) {
  .section_tv_rec .bg_img {
    clip-path: polygon(0 5.5%, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
}
.section_tv_rec .bg_tv {
  aspect-ratio: 3072/1380;
  background-image: url(../images/top/section_tv_rec_bg_item.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  margin-top: -20px;
}
@media screen and (max-width: 800px) {
  .section_tv_rec .bg_tv {
    background-image: url(../images/top/section_tv_rec_bg_item_sp.png);
    aspect-ratio: 2400/1380;
    margin-top: 3vw;
  }
}
.section_tv_rec .body_block {
  color: #fff;
  text-align: center;
}
.section_tv_rec .body_block .title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.section_tv_rec .body_block p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.54px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .section_tv_rec .body_block .title {
    font-size: 6vw;
  }
  .section_tv_rec .body_block p {
    font-size: 4vw;
    margin-top: 1.5em;
  }
}

/*===============================================================

    section_area_schedule

===============================================================*/
.section_area_schedule {
  position: relative;
  margin-top: -250px;
  z-index: 1;
  background-image: url(../images/top/bg_noize.gif), -webkit-gradient(linear, left top, left bottom, from(#0a4ea8), to(#34a5e1));
  background-image: url(../images/top/bg_noize.gif), linear-gradient(to bottom, #0a4ea8 0%, #34a5e1 100%);
  background-repeat: repeat, none;
  background-blend-mode: multiply;
  background-blend-mode: multiply, normal;
  /*===============================================================
  地方大会
  ===============================================================*/
  /*===============================================================
  bg_img
  ===============================================================*/
  /*===============================================================
  content_btn
  ===============================================================*/
  /*===============================================================
  content_header
  ===============================================================*/
  /*===============================================================
  content_body
  ===============================================================*/
}
@media screen and (max-width: 1300px) {
  .section_area_schedule {
    margin-top: -18vw;
  }
}
@media screen and (max-width: 800px) {
  .section_area_schedule {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#08428f), to(#34a5e1));
    background: linear-gradient(to bottom, #08428f 0%, #34a5e1 100%);
  }
  .section_area_schedule::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/top/bg_noize.png) repeat;
    opacity: 0.15;
    pointer-events: none;
    background-blend-mode: multiply;
  }
}
.section_area_schedule:has(.content_header_nobg) {
  margin-top: -50px;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .section_area_schedule:has(.content_header_nobg) {
    margin-top: 0;
  }
}
.section_area_schedule .content_btn {
  padding-bottom: 150px;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}
.section_area_schedule .content_btn .btn_skew_next, .section_area_schedule .content_btn .btn_skew_next_large, .section_area_schedule .content_btn .btn_skew_next_blue {
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_btn {
    padding-bottom: 10vw;
    margin-top: 0;
  }
  .section_area_schedule .content_btn .btn_skew_next, .section_area_schedule .content_btn .btn_skew_next_large, .section_area_schedule .content_btn .btn_skew_next_blue {
    width: 80%;
    margin: 0 auto;
  }
}
.section_area_schedule .content_header {
  background-image: url(../images/top/section_schedule_title_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-blend-mode: overlay;
  position: relative;
  z-index: 2;
  padding-top: 200px;
  color: #fff;
  text-align: center;
}
.section_area_schedule .content_header.content_header_nobg {
  background: none;
  min-height: 0;
  padding-top: 0;
}
.section_area_schedule .content_header .label {
  color: #0064C6;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background-image: url(../images/top/noize_label_bg_yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 12px 20px;
}
.section_area_schedule .content_header .title {
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 2.4px;
  margin-top: 20px;
}
.section_area_schedule .content_header .lead {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .section_area_schedule .content_header .label {
    font-size: 2.31vw;
    padding: 0.92vw 1.54vw;
  }
  .section_area_schedule .content_header .title {
    font-size: 6.15vw;
    margin-top: 1.54vw;
  }
  .section_area_schedule .content_header .lead {
    font-size: 1.85vw;
    margin-top: 1.54vw;
  }
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_header {
    padding-top: 40vw;
    background-size: 125% auto;
    background-position: top 8vw left;
  }
  .section_area_schedule .content_header.content_header_nobg {
    padding-top: 8vw;
    margin-top: -3vw;
  }
  .section_area_schedule .content_header .label {
    font-size: 4vw;
    padding: 1.5vw;
  }
  .section_area_schedule .content_header .title {
    font-size: 7.5vw;
    margin-top: 4vw;
  }
  .section_area_schedule .content_header .lead {
    font-size: 4vw;
    margin-top: 5vw;
  }
}
.section_area_schedule .content_body {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: -50px;
  /*===============================================================
  schedule_block
  ===============================================================*/
  /*===============================================================
  area_title
  ===============================================================*/
  /*===============================================================
  area_block
  ===============================================================*/
  /*===============================================================
  area
  ===============================================================*/
  /*-------------------------------------------------------------
  date
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  schedule
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  period
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  btn_more
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  btn_more_blank
  -------------------------------------------------------------*/
}
.section_area_schedule .content_body .section_inner {
  padding-top: 0;
}
.section_area_schedule .content_body .cloud {
  position: absolute;
}
.section_area_schedule .content_body .cloud img {
  width: 100%;
  height: auto;
}
.section_area_schedule .content_body .cloud01 {
  width: 1000px;
  top: 10%;
  right: -300px;
}
.section_area_schedule .content_body .cloud02 {
  width: 700px;
  top: 50%;
  left: -400px;
}
.section_area_schedule .content_body .cloud03 {
  width: 800px;
  bottom: 0;
  right: -100px;
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body {
    margin-top: 0;
  }
}
.section_area_schedule .content_body .schedule_block {
  overflow: hidden;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body .schedule_block {
    padding: 8vw;
    clip-path: polygon(4vw 0, calc(100% - 4vw) 0, 100% 4vw, 100% calc(100% - 4vw), calc(100% - 4vw) 100%, 4vw 100%, 0 calc(100% - 4vw), 0 4vw);
  }
}
.section_area_schedule .content_body .area_title {
  background-color: #0064C6;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-top: 60px;
}
.section_area_schedule .content_body .area_title:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body .area_title {
    padding: 2vw 5vw;
    font-size: 7vw;
    margin-top: 8vw;
  }
  .section_area_schedule .content_body .area_title:nth-child(1) {
    margin-top: 0;
  }
}
.section_area_schedule .content_body .area_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_area_schedule .content_body .area_block .area {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body .area_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_area_schedule .content_body .area_block .area {
    width: 100%;
  }
}
.section_area_schedule .content_body .area {
  color: #0064C6;
  padding: 10px 0;
  border-bottom: solid 1px #0064C6;
}
.section_area_schedule .content_body .area .inner {
  padding: 20px 40px;
  border-right: solid 1px #0064C6;
}
.section_area_schedule .content_body .area:nth-child(3n-2) .inner {
  border-left: solid 1px #0064C6;
}
.section_area_schedule .content_body .area.last_row {
  border-bottom: solid 0px #0064C6;
}
.section_area_schedule .content_body .area .area_name {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.section_area_schedule .content_body .area .caption {
  display: block;
  width: 100%;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1030px) {
  .section_area_schedule .content_body .area .inner {
    padding: 20px 20px;
  }
  .section_area_schedule .content_body .area .area_name {
    font-size: 2.31vw;
  }
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body .area {
    padding: 0;
  }
  .section_area_schedule .content_body .area .inner {
    padding: 8vw 5vw;
    border-right: solid 0px #0064C6;
    border-top: solid 1px #0064C6;
  }
  .section_area_schedule .content_body .area:nth-child(3n-2) .inner {
    border-left: solid 0px #0064C6;
  }
  .section_area_schedule .content_body .area .area_name {
    font-size: 6.5vw;
  }
}
.section_area_schedule .content_body .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
}
.section_area_schedule .content_body .date .day {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.section_area_schedule .content_body .date .to,
.section_area_schedule .content_body .date .week {
  font-size: 55%;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.section_area_schedule .content_body .date .to {
  padding: 0 3px;
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body .date {
    font-size: 5vw;
  }
}
.section_area_schedule .content_body .schedule .label {
  margin-top: 10px;
  border: solid 1px #0064C6;
  padding: 1px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
.section_area_schedule .content_body .schedule .date {
  margin-top: 5px;
  font-size: 35px;
}
@media screen and (max-width: 1300px) {
  .section_area_schedule .content_body .schedule .date {
    font-size: 2.77vw;
  }
}
@media screen and (max-width: 1030px) {
  .section_area_schedule .content_body .schedule .label {
    margin-top: 0.77vw;
    padding: 3px;
    font-size: 1.62vw;
  }
  .section_area_schedule .content_body .schedule .date {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body .schedule .label {
    margin-top: 3vw;
    padding: 3px;
    font-size: 4vw;
  }
  .section_area_schedule .content_body .schedule .date {
    font-size: 9vw;
  }
}
.section_area_schedule .content_body .period {
  padding-top: 10px;
  border-top: dotted 1px #0064C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_area_schedule .content_body .period .label {
  border: solid 1px #0064C6;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 3px 5px;
}
.section_area_schedule .content_body .period .date {
  font-size: 25px;
}
.section_area_schedule .content_body .period .date .to {
  padding: 0 2px;
}
@media screen and (max-width: 1300px) {
  .section_area_schedule .content_body .period .label {
    font-size: 1.23vw;
    padding: 0.23vw 0.38vw;
  }
  .section_area_schedule .content_body .period .date {
    font-size: 1.8vw;
  }
  .section_area_schedule .content_body .period .date .to {
    padding: 0 0.15vw;
  }
}
@media screen and (max-width: 1030px) {
  .section_area_schedule .content_body .period .label {
    font-size: 1.4vw;
    padding: 0.29vw 0.49vw;
  }
  .section_area_schedule .content_body .period .date {
    font-size: 2.2vw;
  }
  .section_area_schedule .content_body .period .date .to {
    padding: 0 0.19vw;
  }
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body .period .label {
    font-size: 3.5vw;
    padding: 1vw 2.5vw;
  }
  .section_area_schedule .content_body .period .date {
    font-size: 6vw;
  }
  .section_area_schedule .content_body .period .date .to {
    padding: 0 0.8vw;
  }
}
.section_area_schedule .content_body .btn_more, .section_area_schedule .content_body .btn_more_blank {
  margin-top: 10px;
}
.section_area_schedule .content_body .btn_more a, .section_area_schedule .content_body .btn_more_blank a {
  display: block;
  border-radius: 80px;
  border: 2px solid #0064C6;
  background: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #0164BB;
          box-shadow: 0px 3px 0px 0px #0164BB;
  text-align: center;
  padding: 10px 30px;
  color: #0064C6;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.54px;
  position: relative;
}
.section_area_schedule .content_body .btn_more a::after, .section_area_schedule .content_body .btn_more_blank a::after, .section_area_schedule .content_body .btn_more a::before, .section_area_schedule .content_body .btn_more_blank a::before {
  content: "";
  position: absolute;
}
.section_area_schedule .content_body .btn_more a::before, .section_area_schedule .content_body .btn_more_blank a::before {
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #0064C6;
  border-radius: 20px;
}
.section_area_schedule .content_body .btn_more a::after, .section_area_schedule .content_body .btn_more_blank a::after {
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.9) translateX(-1px);
          transform: scale(0.9) translateX(-1px);
}
.section_area_schedule .content_body .btn_more a:hover, .section_area_schedule .content_body .btn_more_blank a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 0px #0164BB;
          box-shadow: 0px 0px 0px 0px #0164BB;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 1030px) {
  .section_area_schedule .content_body .btn_more a, .section_area_schedule .content_body .btn_more_blank a {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 800px) {
  .section_area_schedule .content_body .btn_more a, .section_area_schedule .content_body .btn_more_blank a {
    padding: 2.5vw 5vw;
    font-size: 5vw;
  }
}
.section_area_schedule .content_body .btn_more_blank a::before {
  display: none;
}
.section_area_schedule .content_body .btn_more_blank a::after {
  display: none;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  border: 0;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 20px;
  border: 0;
  height: 20px;
  background-image: url(/special/common/images/asset/icn_link/icn_link_blank_blue.svg);
  background-color: none;
}
/*===============================================================
section_howto_watch_game
===============================================================*/
.section_howto_watch_game {
  background-image: url(../images/top/section_top_schedule_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-blend-mode: overlay;
  padding-top: 0px;
  margin-top: -100px;
  /*-------------------------------------------------------------
  title_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  channel_info_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  check_home_block
  -------------------------------------------------------------*/
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game {
    padding-top: 5vw;
    margin-top: 0;
  }
}
.section_howto_watch_game .title_block {
  color: #fff;
  text-align: center;
}
.section_howto_watch_game .title_block .label {
  color: #0064C6;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background-image: url(../images/top/noize_label_bg_yellow2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 12px 20px;
}
.section_howto_watch_game .title_block .title {
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 2.4px;
  margin-top: 20px;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.section_howto_watch_game .title_block .lead {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .section_howto_watch_game .title_block .label {
    font-size: 2.31vw;
    padding: 0.92vw 1.54vw;
  }
  .section_howto_watch_game .title_block .title {
    font-size: 6.15vw;
    margin-top: 1.54vw;
  }
  .section_howto_watch_game .title_block .lead {
    font-size: 1.85vw;
    margin-top: 1.54vw;
  }
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game .title_block .label {
    font-size: 4vw;
    padding: 1.5vw;
  }
  .section_howto_watch_game .title_block .title {
    font-size: 7vw;
    margin-top: 4vw;
  }
  .section_howto_watch_game .title_block .lead {
    font-size: 4vw;
    margin-top: 5vw;
  }
}
.section_howto_watch_game .channel_info_block {
  margin-top: 80px;
  /* footer_block  ---------------------- */
}
@media screen and (max-width: 1030px) {
  .section_howto_watch_game .channel_info_block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game .channel_info_block {
    margin-top: 8vw;
  }
}
.section_howto_watch_game .channel_info_block .body_block {
  padding: 40px 60px 80px 60px;
}
.section_howto_watch_game .channel_info_block .txt_block {
  width: 50%;
}
.section_howto_watch_game .channel_info_block .fig_block {
  width: 50%;
  position: absolute;
  right: 0;
  top: -70px;
  padding: 0 60px 0 0;
  pointer-events: none;
}
.section_howto_watch_game .channel_info_block .fig_block img {
  pointer-events: none;
}
.section_howto_watch_game .channel_info_block .icon_jchan {
  width: 160px;
}
.section_howto_watch_game .channel_info_block .title {
  margin-top: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.section_howto_watch_game .channel_info_block .title .box_red {
  background: #E93817;
  padding: 5px 16px;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.84px;
  margin-right: 5px;
}
.section_howto_watch_game .channel_info_block .title .box_line {
  border: solid 1px #E93817;
  color: #E93817;
  padding: 0px 16px;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.84px;
  display: inline-block;
  margin-top: 6px;
}
.section_howto_watch_game .channel_info_block .txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 20px;
}
@media screen and (max-width: 1300px) {
  .section_howto_watch_game .channel_info_block .icon_jchan {
    width: 12.31vw;
  }
  .section_howto_watch_game .channel_info_block .title {
    margin-top: 1.54vw;
    font-size: 1.85vw;
  }
  .section_howto_watch_game .channel_info_block .title .box_red {
    padding: 0.38vw 1.23vw;
    font-size: 2.15vw;
    margin-right: 0.38vw;
  }
  .section_howto_watch_game .channel_info_block .title .box_line {
    padding: 0px 1.23vw;
    font-size: 2.15vw;
    margin-top: 0.46vw;
  }
  .section_howto_watch_game .channel_info_block .txt {
    font-size: 1.23vw;
    margin-top: 1.54vw;
  }
}
@media screen and (max-width: 1030px) {
  .section_howto_watch_game .channel_info_block .body_block {
    padding: 40px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .section_howto_watch_game .channel_info_block .fig_block {
    top: -4.5vw;
  }
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game .channel_info_block .body_block {
    padding: 5vw 5vw;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_howto_watch_game .channel_info_block .txt_block {
    width: 100%;
  }
  .section_howto_watch_game .channel_info_block .fig_block {
    width: 100%;
    position: relative;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0;
    margin-bottom: -3px;
  }
  .section_howto_watch_game .channel_info_block .icon_jchan {
    width: 40vw;
    margin: 0 auto;
  }
  .section_howto_watch_game .channel_info_block .title {
    margin-top: 5vw;
    font-size: 4vw;
  }
  .section_howto_watch_game .channel_info_block .title .box_red {
    padding: 1vw 2vw;
    font-size: 4.8vw;
    margin-right: 1vw;
  }
  .section_howto_watch_game .channel_info_block .title .box_line {
    padding: 1vw 2vw;
    font-size: 4.8vw;
    margin-top: 1.5vw;
    line-height: 1.3;
  }
  .section_howto_watch_game .channel_info_block .txt {
    font-size: 3.8vw;
    margin-top: 5vw;
  }
}
.section_howto_watch_game .channel_info_block .footer_block {
  background: var(--base-navy, #023265);
  color: #fff;
  padding: 50px 30px;
  text-align: center;
}
.section_howto_watch_game .channel_info_block .footer_block a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  font-size: 18px;
}
.section_howto_watch_game .channel_info_block .footer_block a:hover {
  opacity: 0.7;
}
.section_howto_watch_game .channel_info_block .footer_block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.4px;
}
.section_howto_watch_game .channel_info_block .footer_block p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game .channel_info_block .footer_block {
    padding: 5vw;
    text-align: left;
  }
  .section_howto_watch_game .channel_info_block .footer_block a {
    color: #fff;
    text-decoration: underline;
  }
  .section_howto_watch_game .channel_info_block .footer_block a,
  .section_howto_watch_game .channel_info_block .footer_block p {
    font-size: 4vw;
  }
}
.section_howto_watch_game .check_home_block {
  margin-top: 50px;
  text-align: center;
  /* header_block  ---------------------- */
  /* body_block  ---------------------- */
  /* footer_block  ---------------------- */
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game .check_home_block {
    margin-top: 5vw;
  }
}
.section_howto_watch_game .check_home_block .header_block {
  background-color: #F4F4F4;
  padding: 25px;
  position: relative;
}
.section_howto_watch_game .check_home_block .header_block::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 20px solid #F4F4F4;
  border-bottom: 20px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_howto_watch_game .check_home_block .header_block .title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.section_howto_watch_game .check_home_block .header_block .title .box_line {
  border: solid 1px #E93817;
  background-color: #fff;
  color: #E93817;
  padding: 0px 16px;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.84px;
  display: inline-block;
  margin-top: 6px;
}
@media screen and (max-width: 1300px) {
  .section_howto_watch_game .check_home_block .header_block .title {
    font-size: 2.15vw;
  }
  .section_howto_watch_game .check_home_block .header_block .title .box_line {
    padding: 0px 1.23vw;
    font-size: 2.15vw;
    margin-top: 0.46vw;
  }
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game .check_home_block .header_block {
    padding: 5vw 0;
  }
  .section_howto_watch_game .check_home_block .header_block .title {
    font-size: 5vw;
  }
  .section_howto_watch_game .check_home_block .header_block .title .box_line {
    padding: 1vw 2vw;
    font-size: 5vw;
    margin-top: 0vw;
    line-height: 1.3;
  }
}
.section_howto_watch_game .check_home_block .body_block {
  padding: 40px;
}
.section_howto_watch_game .check_home_block .body_block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.48px;
}
.section_howto_watch_game .check_home_block .body_block .jcom_btn_white_primary {
  margin: 0 auto;
  margin-top: 15px;
}
.section_howto_watch_game .check_home_block .body_block .caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.42px;
  margin-top: 20px;
}
.section_howto_watch_game .check_home_block .body_block .caption a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game .check_home_block .body_block {
    padding: 5vw;
  }
  .section_howto_watch_game .check_home_block .body_block p {
    font-size: 4vw;
    padding: 0 5vw;
    text-align: left;
  }
  .section_howto_watch_game .check_home_block .body_block .jcom_btn_white_primary {
    margin: 0 auto;
    margin-top: 15px;
    font-size: 17px;
  }
  .section_howto_watch_game .check_home_block .body_block .caption {
    font-size: 3.5vw;
    text-align: center;
    margin-top: 3vw;
    padding: 14px 0;
  }
}
.section_howto_watch_game .check_home_block .footer_block {
  background: var(--base-navy, #023265);
  color: #fff;
  padding: 20px 10px;
}
.section_howto_watch_game .check_home_block .footer_block a {
  color: #fff;
  text-decoration: underline;
}
.section_howto_watch_game .check_home_block .footer_block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 800px) {
  .section_howto_watch_game .check_home_block .footer_block {
    padding: 3vw;
  }
  .section_howto_watch_game .check_home_block .footer_block a {
    color: #fff;
    text-decoration: underline;
  }
  .section_howto_watch_game .check_home_block .footer_block p {
    font-size: 3.5vw;
  }
}

/*===============================================================

    section_for_player

===============================================================*/
.section_for_player {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  /*===============================================================
  bg_img
  ===============================================================*/
  /*===============================================================
  body_block
  ===============================================================*/
  /*===============================================================
  c_boxed_corner
  ===============================================================*/
}
.section_for_player .bg_img {
  background-color: #000;
  background-image: url(../images/top/section_for_player_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  min-height: 100vh;
}
@media screen and (max-width: 800px) {
  .section_for_player .bg_img {
    background-image: url(../images/top/section_for_player_bg_sp.jpg);
  }
}
.section_for_player .body_block {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*-------------------------------------------------------------
  txt_block
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  fig_block
  -------------------------------------------------------------*/
}
.section_for_player .body_block .txt_block {
  width: 47%;
}
.section_for_player .body_block .fig_block {
  width: 53%;
}
@media screen and (max-width: 1300px) {
  .section_for_player .body_block .txt_block {
    width: 48%;
  }
  .section_for_player .body_block .fig_block {
    width: 52%;
  }
}
@media screen and (max-width: 800px) {
  .section_for_player .body_block {
    padding: 15vw 0 30vw;
  }
  .section_for_player .body_block .txt_block {
    width: 100%;
  }
  .section_for_player .body_block .fig_block {
    width: 100%;
    margin-top: 10vw;
  }
}
.section_for_player .body_block .txt_block .title {
  color: var(--JCOM-main, #E93817);
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}
.section_for_player .body_block .txt_block p {
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  letter-spacing: 0.6px;
}
.section_for_player .body_block .txt_block .lead {
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
}
.section_for_player .body_block .txt_block .lead strong {
  color: var(--JCOM-main, #E93817);
}
@media screen and (max-width: 1300px) {
  .section_for_player .body_block .txt_block .title {
    font-size: 6vw;
  }
  .section_for_player .body_block .txt_block p {
    margin-top: 5vw;
    font-size: 1.54vw;
  }
  .section_for_player .body_block .txt_block .lead {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 800px) {
  .section_for_player .body_block .txt_block .title {
    font-size: 10vw;
  }
  .section_for_player .body_block .txt_block p {
    margin-top: 6vw;
    font-size: 4.2vw;
  }
  .section_for_player .body_block .txt_block .lead {
    font-size: 5.2vw;
  }
}
.section_for_player .body_block .fig_block .photos {
  margin-top: 40px;
  margin-right: 0;
  margin-left: auto;
  width: 320px;
}
.section_for_player .c_boxed_corner, .section_for_player .c_boxed_corner_small {
  border: none;
  position: relative;
  z-index: 3;
  margin-top: 70px;
}
.section_for_player .c_boxed_corner .c_boxed_corner_inner, .section_for_player .c_boxed_corner_small .c_boxed_corner_inner {
  padding: 25px 25px 30px 25px;
  text-align: center;
}
.section_for_player .c_boxed_corner .title, .section_for_player .c_boxed_corner_small .title {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.section_for_player .c_boxed_corner .jcom_btn_white_primary, .section_for_player .c_boxed_corner_small .jcom_btn_white_primary {
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .section_for_player .c_boxed_corner, .section_for_player .c_boxed_corner_small {
    margin-top: 10vw;
  }
  .section_for_player .c_boxed_corner .c_boxed_corner_inner, .section_for_player .c_boxed_corner_small .c_boxed_corner_inner {
    padding: 8vw 5vw;
  }
  .section_for_player .c_boxed_corner .title, .section_for_player .c_boxed_corner_small .title {
    font-size: 5.5vw;
  }
  .section_for_player .c_boxed_corner .jcom_btn_white_primary, .section_for_player .c_boxed_corner_small .jcom_btn_white_primary {
    margin-top: 3vw;
  }
}

/*===============================================================

    section_challenge_support

===============================================================*/
.section_challenge_support {
  position: relative;
  z-index: 2;
  margin-top: -11%;
  margin-top: -11vw;
  aspect-ratio: 3072/2460;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*===============================================================
  bg_img
  ===============================================================*/
  /*===============================================================
  fig_player
  ===============================================================*/
  /*===============================================================
  body_block
  ===============================================================*/
}
@media screen and (max-width: 1500px) {
  .section_challenge_support {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .section_challenge_support {
    aspect-ratio: 768/2550;
    margin-top: -25vw;
  }
}
.section_challenge_support .bg_img {
  background-image: url(../images/top/section_challenge_support_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  min-height: 100vh;
}
@media screen and (max-width: 800px) {
  .section_challenge_support .bg_img {
    background-image: url(../images/top/section_challenge_support_bg_sp.png);
  }
}
.section_challenge_support .fig_player {
  position: absolute;
  z-index: 3;
  width: 380px;
  width: 28vw;
  pointer-events: none;
  bottom: 3vw;
  left: 0;
  right: 0;
  margin: auto;
}
.section_challenge_support .fig_player img {
  -webkit-transform: translateX(20vw);
          transform: translateX(20vw);
}
@media screen and (max-width: 800px) {
  .section_challenge_support .fig_player {
    display: none;
  }
}
.section_challenge_support .body_block {
  padding-bottom: 10vw;
  position: relative;
  z-index: 3;
  text-align: left;
}
.section_challenge_support .body_block .label {
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background-image: url(../images/top/noize_label_bg_red.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 12px 20px;
}
.section_challenge_support .body_block .title {
  font-size: 51px;
  font-weight: 900;
  line-height: 120%;
  margin-top: 30px;
}
.section_challenge_support .body_block .title .sub {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  /* 38px */
  letter-spacing: 0.6px;
  display: block;
  padding-bottom: 10px;
}
.section_challenge_support .body_block .title strong {
  color: #E93817;
}
.section_challenge_support .body_block .btn,
.section_challenge_support .body_block p {
  margin-top: 40px;
}
.section_challenge_support .body_block .txt {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  /* 38px */
  letter-spacing: 0.6px;
}
.section_challenge_support .body_block .lead {
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
  /* 43.2px */
}
@media screen and (max-width: 1030px) {
  .section_challenge_support .body_block .label {
    font-size: 2.91vw;
    padding: 1.17vw 1.94vw;
  }
  .section_challenge_support .body_block .title {
    font-size: 4.95vw;
    margin-top: 2.91vw;
  }
  .section_challenge_support .body_block .title .sub {
    font-size: 1.94vw;
    padding-bottom: 0.97vw;
  }
  .section_challenge_support .body_block .btn,
  .section_challenge_support .body_block p {
    margin-top: 3.88vw;
  }
  .section_challenge_support .body_block .txt {
    font-size: 1.94vw;
  }
  .section_challenge_support .body_block .lead {
    font-size: 2.62vw;
  }
}
@media screen and (max-width: 800px) {
  .section_challenge_support .body_block {
    padding-top: 30vw;
  }
  .section_challenge_support .body_block .label {
    font-size: 4.5vw;
    padding: 2vw 3vw;
  }
  .section_challenge_support .body_block .title {
    font-size: 8.3vw;
    margin-top: 3vw;
  }
  .section_challenge_support .body_block .title .sub {
    font-size: 4.5vw;
    padding-bottom: 2vw;
  }
  .section_challenge_support .body_block .btn,
  .section_challenge_support .body_block p {
    margin-top: 8vw;
  }
  .section_challenge_support .body_block .txt {
    font-size: 4vw;
  }
  .section_challenge_support .body_block .lead {
    font-size: 4.5vw;
  }
}

/*===============================================================

    section_hint

===============================================================*/
.section_hint {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  /*===============================================================
  header_block
  ===============================================================*/
  /*===============================================================
  body_block
  ===============================================================*/
}
.section_hint .header_block {
  background-image: url(../images/top/section_hint_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  color: #FFF;
  padding-top: 8vw;
  padding-top: 0;
  padding-bottom: 50px;
}
.section_hint .header_block .label {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background-image: url(../images/top/noize_label_bg_red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 12px 20px;
}
.section_hint .header_block .title {
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-top: 30px;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
@media screen and (max-width: 1030px) {
  .section_hint .header_block {
    padding-top: 10vw;
  }
  .section_hint .header_block .label {
    font-size: 2.91vw;
    padding: 1.17vw 1.94vw;
  }
  .section_hint .header_block .title {
    font-size: 7.77vw;
    margin-top: 2.91vw;
  }
}
@media screen and (max-width: 800px) {
  .section_hint .header_block {
    padding-top: 80vw;
    padding-top: 5vw;
    padding-bottom: 50vw;
    background-position: top 28vw center;
    background-position: top center;
    background-size: 220% auto;
  }
  .section_hint .header_block .label {
    font-size: 5vw;
    padding: 2vw 3vw;
  }
  .section_hint .header_block .title {
    font-size: 8vw;
    margin-top: 3vw;
  }
}
.section_hint .body_block {
  margin-top: -120px;
  /*-------------------------------------------------------------
  title_block
  -------------------------------------------------------------*/
}
.section_hint .body_block .section_inner {
  padding-top: 0;
}
.section_hint .body_block .c_boxed_corner_inner {
  padding: 60px 50px;
}
.section_hint .body_block .c_card_list {
  margin-top: 30px;
}
.section_hint .body_block .btn {
  text-align: center;
  margin-top: 50px;
}
.section_hint .body_block .btn a {
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .section_hint .body_block {
    margin-top: -50vw;
  }
  .section_hint .body_block .section_inner {
    padding-top: 0;
  }
  .section_hint .body_block .c_boxed_corner_inner {
    padding: 10vw 5vw;
  }
  .section_hint .body_block .c_card_list {
    margin-top: 30px;
  }
  .section_hint .body_block .btn {
    margin-top: 5vw;
  }
}
.section_hint .body_block .title_block {
  text-align: center;
}
.section_hint .body_block .title_block .title {
  display: inline-block;
  background-color: #F2F2F2;
  border-radius: 100px;
  padding: 4px 40px;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 33.6px */
  letter-spacing: 0.63px;
}
.section_hint .body_block .title_block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.48px;
  margin-top: 0.9em;
}
@media screen and (max-width: 800px) {
  .section_hint .body_block .title_block .title {
    display: block;
    border-radius: 100px;
    padding: 2vw 5vw;
    font-size: 4.5vw;
  }
  .section_hint .body_block .title_block p {
    font-size: 3.5vw;
    text-align: left;
  }
}

/*===============================================================

    section_faq

===============================================================*/
.section_faq .section_title {
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}
.section_faq .content_faq {
  margin: 70px auto 0;
}
@media screen and (max-width: 1030px) {
  .section_faq .section_inner {
    padding: 7.77vw 4.85vw;
  }
  .section_faq .section_title {
    font-size: 4vw;
  }
  .section_faq .content_faq {
    margin: 3.88vw auto 0;
  }
}
@media screen and (max-width: 800px) {
  .section_faq .section_inner {
    padding: 8vw 5vw;
  }
  .section_faq .section_title {
    font-size: 8vw;
  }
  .section_faq .content_faq {
    margin: 7.5vw auto 0;
  }
}

/*===============================================================
    content_faq
===============================================================*/
.content_faq {
  /*-------------------------------------------------------------
  faq_title
  -------------------------------------------------------------*/
  /*---------------------------------------------------------------
  	accordion
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
  リンク
    	---------------------------------------------------------------*/
}
.content_faq .faq_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.content_faq .faq_title::before {
  content: "Q";
  width: 54px;
  height: 54px;
  margin-right: 20px;
  background-color: #E93817;
  color: #fff;
  font-size: 30px;
  line-height: 51px;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content_faq .faq_text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.content_faq .faq_text strong {
  font-weight: bold;
}
.content_faq .faq_text.caption {
  font-size: 16px;
}
.content_faq .faq_text + .faq_text {
  margin-top: 1em;
}
@media screen and (max-width: 1030px) {
  .content_faq .faq_title {
    font-size: 1.8vw;
  }
  .content_faq .faq_title::before {
    width: 4vw;
    height: 4vw;
    font-size: 2.8vw;
    line-height: 4vw;
    margin-right: 1.94vw;
  }
  .content_faq .faq_text {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .content_faq .faq_title {
    font-size: 3.8vw;
  }
  .content_faq .faq_title::before {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
    line-height: 8vw;
    margin-right: 3vw;
  }
  .content_faq .faq_text {
    font-size: 3.8vw;
    line-height: 1.8;
  }
  .content_faq .faq_text.caption {
    font-size: 3.5vw;
  }
}
.content_faq .accordion {
  overflow: hidden;
  /* TABLET */
  /* SP */
}
.content_faq .accordion + .accordion {
  margin-top: 20px;
}
.content_faq .accordion_header {
  position: relative;
  padding: 25px 0;
  cursor: pointer;
}
.content_faq .accordion_header::before, .content_faq .accordion_header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 20px;
  height: 3px;
  background: #333;
  border-radius: 50vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.content_faq .accordion_header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.content_faq .accordion_header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.content_faq .accordion_body {
  position: relative;
  background: #f2f2f2;
}
.content_faq .accordion_content {
  padding: 30px 25px 35px;
}
@media screen and (max-width: 1030px) {
  .content_faq .accordion + .accordion {
    margin-top: 1.94vw;
  }
  .content_faq .accordion_header {
    padding: 2.91vw 2.43vw;
  }
  .content_faq .accordion_header::before, .content_faq .accordion_header::after {
    right: 2.43vw;
    width: 1.94vw;
    height: 0.28vw;
  }
  .content_faq .accordion_body::after {
    width: calc(100% - 4.85vw);
  }
  .content_faq .accordion_content {
    padding: 2.91vw 2.43vw 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  .content_faq .accordion + .accordion {
    margin-top: 4.5vw;
  }
  .content_faq .accordion_header {
    padding: 5vw 12vw 5vw 5vw;
  }
  .content_faq .accordion_header::before, .content_faq .accordion_header::after {
    right: 4vw;
    width: 4.2vw;
    height: 0.6vw;
  }
  .content_faq .accordion_body::after {
    width: calc(100% - 6vw);
  }
  .content_faq .accordion_content {
    padding: 4.5vw 5vw 5vw;
  }
}
.content_faq .jcom_link_self,
.content_faq .jcom_link_blank,
.content_faq .jcom_link_pdf {
  font-size: 20px !important;
}
@media screen and (max-width: 800px) {
  .content_faq .jcom_link_self,
  .content_faq .jcom_link_blank,
  .content_faq .jcom_link_pdf {
    font-size: 3.8vw !important;
  }
}

/*===============================================================

    section_cp202507

===============================================================*/
.section_cp202507 {
  background: #00A0C9;
  overflow: hidden;
  /*===============================================================
  cp_header
  ===============================================================*/
  /*===============================================================
  cp_title
  ===============================================================*/
  /*===============================================================
  cp_body
  ===============================================================*/
}
.section_cp202507 .cp_header {
  background: #00A0C9;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  position: relative;
  z-index: 2;
  color: #FFF;
}
.section_cp202507 .cp_header::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 20px solid #00A0C9;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.section_cp202507 .cp_header .icon {
  width: 30px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.section_cp202507 .cp_header .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.8px;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 800px) {
  .section_cp202507 .cp_header {
    padding: 3vw 0;
  }
  .section_cp202507 .cp_header::after {
    bottom: -8vw;
    width: 5vw;
    height: 5vw;
    border-top: 5vw solid #00A0C9;
    border-bottom: 5vw solid transparent;
    border-left: 5vw solid transparent;
    border-right: 5vw solid transparent;
  }
  .section_cp202507 .cp_header .icon {
    width: 4vw;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .section_cp202507 .cp_header .title {
    font-size: 4.7vw;
    padding: 0 1vw;
    letter-spacing: 0;
  }
}
.section_cp202507 .cp_title {
  position: relative;
  z-index: 1;
  background-image: url(../images/cp20250703/cp_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 10px 0;
  padding-bottom: 220px;
  padding-bottom: 180px;
  /*-------------------------------------------------------------
  player
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  mask
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  title
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  pop_txt
  -------------------------------------------------------------*/
}
@media screen and (max-width: 800px) {
  .section_cp202507 .cp_title {
    background-image: url(../images/cp20250703/cp_bg_sp.jpg);
    padding: 5vw 0;
    padding-bottom: 28vw;
    background-position: center center;
    background-size: cover;
  }
}
.section_cp202507 .cp_title .player {
  position: absolute;
  max-width: 500px;
  bottom: -40px;
  right: calc((100vw - 1200px) / 2 - 50px);
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .section_cp202507 .cp_title .player {
    width: 60vw;
    right: -10vw;
    bottom: -2vw;
  }
}
.section_cp202507 .cp_title .mask {
  position: absolute;
  width: 100vw;
  max-width: 100%;
  left: 0;
  bottom: -30px;
  z-index: 2;
}
.section_cp202507 .cp_title .mask img {
  width: 110%;
  margin-left: -5%;
  height: auto;
  /* 縦横比維持したい場合 */
  display: block;
  /* 追加: 余白防止 */
}
@media screen and (max-width: 800px) {
  .section_cp202507 .cp_title .mask {
    bottom: 0;
  }
  .section_cp202507 .cp_title .mask img {
    width: 110%;
    margin-left: -5%;
  }
}
.section_cp202507 .cp_title .title {
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto;
}
.section_cp202507 .cp_title .title img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
@media screen and (max-width: 800px) {
  .section_cp202507 .cp_title .title {
    max-width: inherit;
    width: 90%;
  }
  .section_cp202507 .cp_title .title img {
    -webkit-transform: translateX(-3vw);
            transform: translateX(-3vw);
  }
}
.section_cp202507 .cp_title .pop_txt {
  position: absolute;
  width: 550px;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
@media screen and (max-width: 800px) {
  .section_cp202507 .cp_title .pop_txt {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: -17vw;
  }
}
.section_cp202507 .cp_body {
  position: relative;
  z-index: 4;
  max-width: 1100px;
  padding: 0 30px;
  padding-bottom: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*-------------------------------------------------------------
  period
  -------------------------------------------------------------*/
}
.section_cp202507 .cp_body .txt {
  width: 64%;
}
.section_cp202507 .cp_body .btn {
  width: 34%;
}
.section_cp202507 .cp_body .btn a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cp202507 .cp_body .btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.section_cp202507 .cp_body .notes {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .section_cp202507 .cp_body {
    padding-top: 10vw;
    padding-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_cp202507 .cp_body .txt {
    width: 100%;
    pointer-events: none;
  }
  .section_cp202507 .cp_body .btn {
    width: 80%;
    margin-top: -5vw;
  }
  .section_cp202507 .cp_body .notes {
    text-align: left;
    font-size: 4vw;
    margin-top: 5vw;
  }
}
.section_cp202507 .cp_body .period {
  width: 100%;
  padding: 0 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -80px;
}
.section_cp202507 .cp_body .period .date {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: -1.44px;
  padding-right: 1em;
}
.section_cp202507 .cp_body .period .link a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.9px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 800px) {
  .section_cp202507 .cp_body .period {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_cp202507 .cp_body .period .date {
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: -1.44px;
    padding-right: 1em;
  }
  .section_cp202507 .cp_body .period .link a {
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.9px;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
/*# sourceMappingURL=style.css.map */