@charset "UTF-8";
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色
===============================================================*/
.c_blue {
  color: #4BA2C9;
}

.c_pink {
  color: #F680B2;
}

.grade_game {
  background: -webkit-gradient(linear, left top, right top, from(rgb(224, 63, 95)), to(rgb(231, 93, 64)));
  background: linear-gradient(90deg, rgb(224, 63, 95), rgb(231, 93, 64));
}

.grade_5g {
  background: -webkit-gradient(linear, left top, right top, from(rgb(233, 98, 44)), to(rgb(236, 141, 54)));
  background: linear-gradient(90deg, rgb(233, 98, 44), rgb(236, 141, 54));
}

.grade_aiit {
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 88, 134)), to(rgb(58, 111, 145)));
  background: linear-gradient(90deg, rgb(47, 88, 134), rgb(58, 111, 145));
}

.grade_esports {
  background: -webkit-gradient(linear, left top, right top, from(rgb(84, 159, 91)), to(rgb(113, 179, 100)));
  background: linear-gradient(90deg, rgb(84, 159, 91), rgb(113, 179, 100));
}

/*===============================================================
	読み込み
===============================================================*/
/*===============================================================

	_reset.scss 2021/9/24

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

input[type=submit], textarea {
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, div {
  font-size: 16px;
  line-height: 1.8;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*===============================================================
	_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）)
===============================================================*/
/*===============================================================

	_common.scss 2021/9/24

===============================================================*/
body {
  width: 100%;
  color: #000;
  background: #fff;
  text-align: left;
  -webkit-text-size-adjust: none; /* 縦横文字サイズ同じ */
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Meiryo", sans-serif;
}

a {
  color: #0897FF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  color: #45B0FF;
}

@media only screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
}
/*===============================================================

	基本文字サイズ、装飾

===============================================================*/
h1, h2, h3, h4 {
  line-height: 1.5;
  font-weight: bold;
}

p {
  line-height: 1.8;
}

sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

.bold {
  font-weight: bold;
}

.cap {
  font-size: small;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, div {
    line-height: 1.6;
  }
  div,
  p {
    font-size: 3.8vw;
    line-height: 1.8;
  }
  li {
    font-size: 4vw;
    line-height: 1.6;
  }
}
/*===============================================================

	レイアウト
	_rayout.scss

===============================================================*/
.full_width {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 800px) {
  .full_width {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.max_width {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.wide_width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content_width {
  max-width: 1170px;
  padding-left: min(50px, 5vw);
  padding-right: min(50px, 5vw);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.narrow_width {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.absolute_full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

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

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

===============================================================*/
.section_wrp {
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .section_wrp {
    padding-bottom: 10vw;
  }
}

.section {
  width: 100%;
}

.section_inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*===============================================================

	content
	個別のコンテンツ

===============================================================*/
.content + .content {
  margin-top: 100px;
}

.content + .headline {
  margin-top: 100px;
}

.content .content + *,
.content * + .content {
  margin-top: 70px;
}

.content_title + .content {
  margin-top: 0;
}

@media screen and (max-width: 1070px) {
  .content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .content + .content {
    margin-top: 10vw;
  }
  .content + .headline {
    margin-top: 10vw;
  }
  .content .content + *,
  .content * + .content {
    margin-top: 8vw;
  }
  .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

===============================================================*/
/*-------------------------------------------------------------
	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: 60px;
}
.headline .title {
  font-size: 20px;
  line-height: 1.4;
}
.headline .en {
  font-size: 55px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-bottom: 20px;
}
.headline .en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #67caff;
  background: -webkit-gradient(linear, left top, right top, from(#67caff), to(#f780b1));
  background: linear-gradient(to right, #67caff 0%, #f780b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#67caff", endColorstr="#f780b1",GradientType=1 );
}
.headline .lead {
  margin-top: min(15px, 1.5vw);
  font-size: min(18px, 1.8vw);
  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: 1070px) {
  .headline {
    margin-bottom: 5.61vw;
  }
  .headline .title {
    font-size: 1.87vw;
  }
  .headline .en {
    font-size: 5.14vw;
    padding-bottom: 1.87vw;
  }
}
@media screen and (max-width: 800px) {
  .headline {
    margin-bottom: 8vw;
  }
  .headline .title {
    font-size: 4vw;
  }
  .headline .en {
    font-size: 7vw;
    padding-bottom: 4vw;
    padding-top: 1vw;
  }
  .headline .en::after {
    height: 3px;
  }
  .headline .lead {
    margin-top: 3vw;
    font-size: 3.6vw;
  }
  .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;
  }
}

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

	_header.scss 2021/10/4

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

	header

===============================================================*/
.header {
  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;
  height: 130px;
  /* タブレット */
  /* SP */
}
.header .title_block a {
  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;
  color: #000;
  text-decoration: none;
}
.header .title_block a:hover {
  opacity: 0.7;
}
.header .title_block a .logo {
  margin-right: 10px;
}
.header .title_block a .logo .fitimg {
  width: 42px;
}
.header .title_block a .title {
  font-size: 28px;
  font-weight: bold;
}
.header .title_block a .title .ja {
  font-size: 25px;
  font-weight: bold;
}
.header .info_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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .date_block {
  text-align: right;
  padding-right: 20px;
  /*------　2024 -------*/
  /*------　2023 -------*/
}
.header .date_block .date_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .date_block .date_item {
  position: relative;
  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;
}
.header .date_block .date_item:not(:first-of-type) {
  margin-left: min(36px, 2.4vw);
}
.header .date_block .date_item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(-22px, -1.5vw);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: min(8px, 0.6vw);
  height: min(8px, 0.6vw);
  border-radius: 50%;
  background: #000;
}
.header .date_block .date_day {
  margin-top: max(-11px, -0.6vw);
  font-size: min(30px, 2.4vw);
  font-weight: bold;
  line-height: 1;
}
.header .date_block .date_day strong {
  display: inline-block;
  font-size: min(50px, 3.6vw);
  padding: 0 min(3px, 0.3vw);
  color: #ec8d36;
  -webkit-transform: translateY(min(4px, 0.4vw));
          transform: translateY(min(4px, 0.4vw));
}
.header .date_block .date_month {
  display: inline-block;
  font-weight: bold;
  padding-right: min(5px, 0.5vw);
  -webkit-transform: translateY(min(3px, 0.3vw));
          transform: translateY(min(3px, 0.3vw));
}
.header .date_block .date_dow {
  display: inline-block;
  font-size: min(23px, 1.7vw);
  font-weight: bold;
}
.header .date_block .date_time {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: min(12px, 1vw);
  padding-top: min(6px, 0.6vw);
  font-size: min(18px, 1.5vw);
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #000;
}
.header .date_block .date {
  font-size: 25px;
  font-weight: bold;
}
.header .date_block .date * {
  line-height: 40px;
}
.header .date_block .date span {
  font-size: 20px;
  font-weight: bold;
}
.header .date_block .date strong {
  font-weight: bold;
  font-size: 55px;
  color: #ec8d36;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
}
.header .date_block .time {
  font-size: 20px;
  line-height: 1;
}
.header .date_block .time span {
  font-size: 18px;
}
.header .label_block {
  width: 130px;
}
.header .label_block .label {
  text-align: center;
  border: solid 1px #4BA2C9;
  color: #4BA2C9;
  font-size: 18px;
  line-height: 1.2;
  padding: 5px;
}
.header .label_block .label + .label {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .header {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .title_block a .logo {
    margin-right: 1vw;
  }
  .header .title_block a .logo .fitimg {
    width: 3.4vw;
  }
  .header .title_block a .title {
    font-size: 2.2vw;
    font-weight: bold;
  }
  .header .title_block a .title .ja {
    display: inline-block;
    font-size: 1.95vw;
    font-weight: bold;
    -webkit-transform: translateY(-0.1vw);
            transform: translateY(-0.1vw);
  }
  .header .info_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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .date_block {
    text-align: right;
    padding-right: 1.67vw;
  }
  .header .date_block .date {
    font-size: 2.08vw;
  }
  .header .date_block .date * {
    line-height: 3.33vw;
  }
  .header .date_block .date span {
    font-size: 1.67vw;
  }
  .header .date_block .date strong {
    font-weight: bold;
    font-size: 3.33vw;
    -webkit-transform: translateY(0.08vw);
            transform: translateY(0.08vw);
    display: inline-block;
  }
  .header .date_block .time {
    font-size: 1.67vw;
    line-height: 1;
  }
  .header .date_block .time span {
    font-size: 1.5vw;
  }
  .header .label_block {
    width: 10.83vw;
  }
  .header .label_block .label {
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.2;
    padding: 0.42vw;
  }
  .header .label_block .label + .label {
    margin-top: 0.83vw;
  }
}
@media screen and (max-width: 800px) {
  .header {
    height: auto;
    padding: 3vw 0vw;
    display: block;
  }
  .header .title_block a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .title_block a .logo {
    margin-right: 3vw;
  }
  .header .title_block a .logo .fitimg {
    width: 7vw;
  }
  .header .title_block a .title {
    font-size: 5.8vw;
    font-weight: bold;
  }
  .header .title_block a .title .ja {
    display: none;
  }
  .header .info_block {
    width: 100%;
    padding: 0 5vw;
    padding-top: 0vw;
    margin-top: 0vw;
    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;
  }
  .header .date_block {
    width: calc(100% - 33vw);
    padding-right: 0;
    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;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
    /*------　2024 -------*/
    /*------　2023 -------*/
  }
  .header .date_block .date_item:not(:first-of-type) {
    margin-left: 5vw;
  }
  .header .date_block .date_item:not(:first-of-type)::before {
    top: 55%;
    left: -3.1vw;
    width: 1.2vw;
    height: 1.2vw;
  }
  .header .date_block .date_day {
    margin-top: 0.8vw;
    font-size: 4.4vw;
  }
  .header .date_block .date_day strong {
    font-size: 6vw;
    padding: 0 0.5vw;
    -webkit-transform: translateY(0.8vw);
            transform: translateY(0.8vw);
  }
  .header .date_block .date_month {
    padding-right: 0.5vw;
    -webkit-transform: translateY(0.6vw);
            transform: translateY(0.6vw);
  }
  .header .date_block .date_dow {
    font-size: 3.4vw;
    -webkit-transform: translateY(0.2vw);
            transform: translateY(0.2vw);
  }
  .header .date_block .date_time {
    margin-top: 1.8vw;
    padding-top: 1vw;
    font-size: 3.2vw;
  }
  .header .date_block .date {
    font-size: 4.5vw;
  }
  .header .date_block .date * {
    line-height: 5vw;
  }
  .header .date_block .date span {
    font-size: 4vw;
  }
  .header .date_block .date strong {
    font-size: 6vw;
    -webkit-transform: translateY(0.13vw);
            transform: translateY(0.13vw);
  }
  .header .date_block .time {
    font-size: 3.5vw;
  }
  .header .date_block .time span {
    font-size: 3.5vw;
  }
  .header .label_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;
    width: 33vw;
  }
  .header .label_block .ja {
    display: block;
    font-weight: bold;
    text-align: right;
    padding-top: 0vw;
    padding-bottom: 0vw;
    width: 33vw;
    line-height: 1.5;
    text-align: center;
    font-size: 3.2vw;
    border: solid 1px #000;
  }
  .header .label_block .label {
    margin-top: 1vw;
    width: 16vw;
    font-size: 2.5vw;
    padding: 1vw;
    font-weight: bold;
  }
  .header .label_block .label + .label {
    margin-top: 1vw;
  }
}

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

	navigation

===============================================================*/
.navigation {
  padding: 15px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
/*===============================================================

	_footer.scss 2021/10/4

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

	footer

===============================================================*/
.footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #ddd;
  min-height: 100px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.footer .footer_logo {
  width: 400px;
  margin: 0 auto;
}
.footer .footer_logo a {
  display: block;
}
@media screen and (max-width: 800px) {
  .footer {
    min-height: inherit;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .footer .footer_logo {
    width: 80%;
    margin: 0 auto;
  }
}

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

	_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;
}

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

	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: 1070px) {
  .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: 1070px) {
  .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: 1070px) {
  .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;
  border-bottom: solid 1px #ddd;
}

.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 */
/*===============================================================

	btn_detail

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

.btn_detail a {
  position: relative;
  text-decoration: none;
  display: block;
  background-color: #1d50a2;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}

.btn_detail a:after {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  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: #2b6bec;
}

/* タブレット */
@media screen and (max-width: 1070px) {
  .btn_detail {
    width: 100%;
  }
} /* for tablet */
/* SP */
@media screen and (max-width: 800px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail a {
    font-size: 16px;
  }
} /* for SP */
/*===============================================================

	txtlink 2016/11/16

===============================================================*/
.txtlink a {
  padding-left: 15px;
  color: #500;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.txtlink a:hover {
  color: #c00;
}

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

.txtlink.arw_prev a:after {
  top: 7px;
  bottom: auto;
  left: 3px;
  right: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.txtlink.arw_after a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after a:after {
  left: auto;
  right: 0;
}

.txtlink.arw_down a:after {
  top: 7px;
  bottom: auto;
  left: 2px;
  right: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.txtlink.arw_after_down a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after_down a:after {
  top: 7px;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*	arw_box */
.txtlink.arw_box a {
  padding-left: 25px;
}

.txtlink.arw_box a:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

.txtlink.arw_box a:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  top: 8px;
  bottom: auto;
  left: 5px;
  right: auto;
}

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

	_thiscontents.scss 2021/10/4

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

	PAGETOP

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

#btn_pagetop a {
  display: block;
  right: -300px;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #d2191a;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 101;
  position: fixed;
  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 */
@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 */
/*===============================================================

	背景

===============================================================*/
.bg_grade {
  background: #67caff;
  background: -webkit-gradient(linear, left top, right top, from(#67caff), to(#f780b1));
  background: linear-gradient(to right, #67caff 0%, #f780b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67caff", endColorstr=" #f780b1", GradientType=1);
}

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

	btn_entry

===============================================================*/
.btn_entry {
  background: #fff;
  width: 300px;
  margin: 0 auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.btn_entry a {
  display: block;
  background: #67caff;
  background: -webkit-gradient(linear, left top, right top, from(#67caff), to(#f780b1));
  background: linear-gradient(to right, #67caff 0%, #f780b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#67caff", endColorstr="#f780b1",GradientType=1 );
  position: relative;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_entry a::after,
.btn_entry a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_entry a::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 30px;
}
.btn_entry a::after {
  right: 16px;
  margin: auto;
  border: solid 2px #f780b1;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_entry a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .btn_entry {
    width: 90%;
  }
  .btn_entry a {
    font-size: 4.5vw;
    padding: 4vw 5vw;
  }
  .btn_entry a::after,
  .btn_entry a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2vw;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_entry a::before {
    width: 5vw;
    height: 5vw;
    background: #fff;
    border-radius: 30px;
  }
  .btn_entry a::after {
    right: 3vw;
  }
}

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

	section_kv

===============================================================*/
.section_kv {
  height: calc(100vh - 130px);
  background: url("/weare/2024/common/images/kv_bg.jpg") no-repeat center center;
  background-size: cover;
  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;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_kv .kv_title {
  position: relative;
  max-width: 1060px;
  padding: min(50px, 5vw);
  height: auto;
}
.section_kv a {
  display: block;
}
.section_kv .kv_title:hover .btn_entry a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section_kv .kv_title:hover .btn_entry a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section_kv .btn_entry {
  position: absolute;
  width: 200px;
  bottom: 20px;
  right: -20px;
}
.section_kv .btn_entry a {
  padding: 10px 20px;
}
.section_kv .btn_entry a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .section_kv {
    height: calc(100vh - 30vw);
    background: url("/weare/2024/common/images/kv_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .section_kv .kv_title {
    position: relative;
    max-width: 500px;
    width: 80%;
    padding: 0;
    height: auto;
  }
  .section_kv .btn_entry {
    position: absolute;
    width: 50vw;
    bottom: -5vw;
    right: -3vw;
  }
}

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

	section_anchor

===============================================================*/
.section_anchor {
  margin-top: min(100px, 10vw);
}
.section_anchor_btn {
  width: min(400px, 40vw);
  margin-inline: auto;
}
.section_anchor_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: min(80px, 8vw);
  font-size: min(18px, 1.8vw);
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#67caff), to(#f780b1));
  background: linear-gradient(to right, #67caff 0%, #f780b1 100%);
}
.section_anchor_link__arw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(20px, 2vw);
  margin: auto;
  display: inline-block;
  width: min(22px, 2.2vw);
  height: min(22px, 2.2vw);
  background: #fff;
  border-radius: 50%;
}
.section_anchor_link__arw::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(-135deg);
          transform: translate(-50%, -60%) rotate(-135deg);
  width: min(5px, 0.5vw);
  height: min(5px, 0.5vw);
  border-top: 2px solid #f780b1;
  border-left: 2px solid #f780b1;
}
.section_anchor_link:hover {
  color: #fff;
  opacity: 0.75;
}
@media screen and (max-width: 800px) {
  .section_anchor {
    margin-top: 12vw;
  }
  .section_anchor_btn {
    width: 90vw;
  }
  .section_anchor_link {
    height: 15vw;
    font-size: 3.8vw;
  }
  .section_anchor_link__arw {
    right: 3vw;
    width: 5vw;
    height: 5vw;
  }
  .section_anchor_link__arw::before {
    -webkit-transform: translate(-50%, -65%) rotate(-135deg);
            transform: translate(-50%, -65%) rotate(-135deg);
    width: 1vw;
    height: 1vw;
  }
}

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

	section_intro

===============================================================*/
.section_intro {
  margin-top: min(100px, 10vw);
}
.section_intro .content_intro {
  background: url("/weare/2024/common/images/outline_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: min(100px, 10vw) min(50px, 5vw);
}
.section_intro .en {
  font-size: 25px;
  font-weight: bold;
}
.section_intro .title {
  color: #fff;
  display: inline-block;
  padding: 5px 40px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
}
.section_intro p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1070px) {
  .section_intro .en {
    font-size: 2.34vw;
  }
  .section_intro .title {
    padding: 0.47vw 3.74vw;
    font-size: 4.67vw;
  }
  .section_intro p {
    margin-top: 2.8vw;
    font-size: 1.87vw;
  }
}
@media screen and (max-width: 800px) {
  .section_intro {
    margin-top: 10vw;
  }
  .section_intro .section_inner {
    padding: 0 5vw;
  }
  .section_intro .content_intro {
    padding: 0;
  }
  .section_intro .en {
    font-size: 4.5vw;
  }
  .section_intro .title {
    padding: 3vw 3vw;
    font-size: 5.5vw;
    width: 100%;
  }
  .section_intro p {
    margin-top: 5vw;
    font-size: 4vw;
    line-height: 1.8;
    text-align: left;
  }
}

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

	section_previously

===============================================================*/
.section_previously {
  margin-top: min(60px, 6vw);
}
.section_previously .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.section_previously .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1070px) {
  .section_previously .section_inner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .section_previously {
    margin-top: 10vw;
  }
  .section_previously .section_inner {
    padding: 0 5vw;
  }
}

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

	section_lecture

===============================================================*/
.section_lecture {
  margin-top: min(160px, 16vw);
  /*---------------------------------------------------------------
  	lecture_profile
  ---------------------------------------------------------------*/
}
.section_lecture .content_lecture {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.section_lecture .content_lecture:nth-child(n+2) {
  margin-top: min(60px, 6vw);
}
.section_lecture .content_lecture_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: min(68px, 6.8vw);
  font-size: min(22px, 2.2vw);
  font-weight: bold;
  color: #fff;
  background: #4BA2C9;
}
.section_lecture .content_lecture_header {
  padding: min(45px, 4.5vw) min(40px, 4vw) min(40px, 4vw);
}
.section_lecture .content_lecture_body {
  padding: min(40px, 4vw);
  border-top: 1px solid #ddd;
}
.section_lecture .content_lecture_company {
  font-size: min(20px, 2vw);
  font-weight: bold;
  line-height: 1;
}
.section_lecture .content_lecture_title {
  margin-top: min(25px, 2.5vw);
  color: #4BA2C9;
  font-size: min(28px, 2.8vw);
  line-height: 1;
}
.section_lecture .content_lecture_title.ml-15 {
  margin-left: max(-15px, -1.5vw);
}
.section_lecture .content_lecture_lead {
  margin-top: min(20px, 2vw);
  font-size: min(16px, 1.6vw);
}
.section_lecture .lecture_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_lecture .lecture_profile:nth-child(n+2) {
  margin-top: min(40px, 4vw);
  padding-top: min(40px, 4vw);
  border-top: 1px solid #ddd;
}
.section_lecture .lecture_profile_txt {
  width: calc(100% - min(320px, 32vw));
}
.section_lecture .lecture_profile_img {
  width: min(280px, 28vw);
}
.section_lecture .lecture_profile_logo img {
  width: auto;
  height: min(60px, 6vw);
}
.section_lecture .lecture_profile_name {
  font-size: min(30px, 3vw);
  font-weight: bold;
}
.section_lecture .lecture_profile_name_sm {
  display: inline-block;
  font-size: min(20px, 2vw);
  font-weight: bold;
  margin-left: min(3px, 0.3vw);
}
.section_lecture .lecture_profile_post {
  font-size: min(12px, 1.2vw);
  line-height: 1.6;
  margin-top: min(5px, 0.5vw);
}
.section_lecture .lecture_profile_text {
  border-top: solid 1px #666;
  padding-top: min(20px, 2vw);
  margin-top: min(20px, 2vw);
  font-size: min(16px, 1.6vw);
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .section_lecture {
    margin-top: 10vw;
    /*---------------------------------------------------------------
    	lecture_profile
    ---------------------------------------------------------------*/
  }
  .section_lecture .section_inner {
    padding: 0 5vw;
  }
  .section_lecture .content_lecture:nth-child(n+2) {
    margin-top: 5vw;
  }
  .section_lecture .content_lecture_date {
    height: 13vw;
    font-size: 4vw;
  }
  .section_lecture .content_lecture_header {
    padding: 6vw 5vw 5vw;
  }
  .section_lecture .content_lecture_body {
    padding: 5vw;
  }
  .section_lecture .content_lecture_company {
    font-size: 3.6vw;
  }
  .section_lecture .content_lecture_title {
    margin-top: 3.5vw;
    font-size: 4.5vw;
    line-height: 1.4;
  }
  .section_lecture .content_lecture_title.ml-15 {
    margin-left: -2.5vw;
  }
  .section_lecture .content_lecture_lead {
    margin-top: 3vw;
    font-size: 3.6vw;
  }
  .section_lecture .lecture_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_lecture .lecture_profile:nth-child(n+2) {
    margin-top: 5vw;
    padding-top: 5vw;
  }
  .section_lecture .lecture_profile_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
  .section_lecture .lecture_profile_img img {
    display: inline-block;
    width: 40vw;
  }
  .section_lecture .lecture_profile_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 2vw;
  }
  .section_lecture .lecture_profile_logo {
    text-align: center;
  }
  .section_lecture .lecture_profile_logo img {
    height: 13vw;
  }
  .section_lecture .lecture_profile_name {
    font-size: 5vw;
  }
  .section_lecture .lecture_profile_name_sm {
    font-size: 3.2vw;
    margin-left: 0.5vw;
  }
  .section_lecture .lecture_profile_post {
    font-size: 2.8vw;
    margin-top: 1vw;
  }
  .section_lecture .lecture_profile_text {
    margin-top: 3vw;
    padding-top: 2.5vw;
    font-size: 3.6vw;
  }
}

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

	section_experience

===============================================================*/
.section_experience {
  margin-top: min(160px, 16vw);
  /*---------------------------------------------------------------
  	content_experience
  ---------------------------------------------------------------*/
}
.section_experience .content_experience_title {
  font-size: min(35px, 3.5vw);
  padding-bottom: min(30px, 3vw);
  border-bottom: 2px solid #ddd;
}
.section_experience .content_experience .experience_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(40px, 4vw);
}
.section_experience .content_experience .experience_list > :nth-child(n+3) {
  margin-top: min(40px, 4vw);
}
.section_experience .content_experience .experience_item {
  width: calc((100% - min(40px, 4vw)) / 2);
}
.section_experience .content_experience .experience_link {
  display: block;
  width: 100%;
  height: 100%;
}
.section_experience .content_experience img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section_experience .content_experience .experience_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: min(16px, 1.6vw);
  font-weight: 400;
  line-height: 1.8;
  color: #111;
  margin: min(20px, 2vw) 0 0 0;
  padding: 0 0 min(20px, 2vw) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section_experience .content_experience .experience_btn::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FA0F0C;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.section_experience .content_experience .experience_btn_icon {
  position: relative;
  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;
  width: min(30px, 3vw);
  height: min(30px, 3vw);
  background-color: #F9F9F9;
  border-radius: 50%;
}
.section_experience .content_experience .experience_btn_icon::before, .section_experience .content_experience .experience_btn_icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_experience .content_experience .experience_btn_icon::before {
  left: -2px;
  width: min(6px, 6vw);
  height: min(6px, 6vw);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  -webkit-transition: opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1), -webkit-transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  z-index: 1;
}
.section_experience .content_experience .experience_btn_icon::after {
  width: 100%;
  height: 100%;
  background-color: #FA0F0C;
  border-radius: 50%;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media (hover) {
  .section_experience .content_experience .experience_link:hover img {
    opacity: 0.75;
  }
  .section_experience .content_experience .experience_link:hover .experience_btn::before {
    width: 100%;
  }
  .section_experience .content_experience .experience_link:hover .experience_btn_icon::before {
    -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .section_experience .content_experience .experience_link:hover .experience_btn_icon::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
@media screen and (max-width: 800px) {
  .section_experience {
    margin-top: 10vw;
    /*---------------------------------------------------------------
    	content_experience
    ---------------------------------------------------------------*/
  }
  .section_experience .section_inner {
    padding: 0 5vw;
  }
  .section_experience .content_experience {
    margin-top: -3vw;
  }
  .section_experience .content_experience_title {
    font-size: 5vw;
    padding-bottom: 3vw;
  }
  .section_experience .content_experience .experience_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5vw;
  }
  .section_experience .content_experience .experience_list > :nth-child(n+3) {
    margin-top: initial;
  }
  .section_experience .content_experience .experience_list > :not(:first-child) {
    margin-top: 1vw;
  }
  .section_experience .content_experience .experience_item {
    width: 100%;
  }
  .section_experience .content_experience .experience_btn {
    font-size: 3.6vw;
    margin: 3vw 0 0 0;
    padding: 0 0 3vw 0;
  }
  .section_experience .content_experience .experience_btn_icon {
    width: 8vw;
    height: 8vw;
  }
  .section_experience .content_experience .experience_btn_icon::before {
    left: -1px;
    width: 1.5vw;
    height: 1.5vw;
    border-color: #FA0F0C;
    -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
  }
  .section_experience .content_experience .experience_btn_icon::after {
    display: none;
  }
}

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

	section_project

===============================================================*/
.section_project {
  margin-top: min(160px, 16vw);
}
.section_project .content_project_world {
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.section_project .content_project_world:not(:first-child) {
  margin-top: min(40px, 4vw);
}
.section_project .content_project_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_project .content_project_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: min(60px, 6vw);
  font-size: min(20px, 2vw);
  font-weight: bold;
  color: #fff;
}
.section_project .content_project_title.w50 {
  width: 50%;
}
.section_project .content_project_body {
  padding: min(40px, 4vw);
}
.section_project .content_project_item:not(:first-child) {
  margin-top: min(30px, 3vw);
  padding-top: min(27px, 2.7vw);
  border-top: 1px solid #ddd;
}
.section_project .content_project_company {
  font-size: min(20px, 2vw);
  font-weight: bold;
  color: #4BA2C9;
}
.section_project .content_project_text {
  margin-top: min(5px, 0.5vw);
  font-size: min(16px, 1.6vw);
  line-height: 1.6;
}
.section_project .content_project_title.aiit {
  background: -webkit-gradient(linear, left top, right top, from(rgb(47, 88, 134)), to(rgb(58, 111, 145)));
  background: linear-gradient(90deg, rgb(47, 88, 134), rgb(58, 111, 145));
}
.section_project .content_project_title.game {
  background: -webkit-gradient(linear, left top, right top, from(rgb(224, 63, 95)), to(rgb(231, 93, 64)));
  background: linear-gradient(90deg, rgb(224, 63, 95), rgb(231, 93, 64));
}
.section_project .content_project_title.esports {
  background: -webkit-gradient(linear, left top, right top, from(rgb(84, 159, 91)), to(rgb(113, 179, 100)));
  background: linear-gradient(90deg, rgb(84, 159, 91), rgb(113, 179, 100));
}
.section_project .content_project_title.media {
  background: -webkit-gradient(linear, left top, right top, from(rgb(233, 98, 44)), to(rgb(236, 141, 54)));
  background: linear-gradient(90deg, rgb(233, 98, 44), rgb(236, 141, 54));
}
@media screen and (max-width: 800px) {
  .section_project {
    margin-top: 10vw;
  }
  .section_project .section_inner {
    padding: 0 5vw;
  }
  .section_project .content_project_world:not(:first-child) {
    margin-top: 5vw;
  }
  .section_project .content_project_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_project .content_project_title {
    height: 12vw;
    font-size: 4vw;
  }
  .section_project .content_project_title.w50 {
    width: 100%;
  }
  .section_project .content_project_body {
    padding: 5vw;
  }
  .section_project .content_project_item:not(:first-child) {
    margin-top: 4.5vw;
    padding-top: 4vw;
  }
  .section_project .content_project_company {
    font-size: 3.8vw;
  }
  .section_project .content_project_text {
    margin-top: 1vw;
    font-size: 3.6vw;
  }
}

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

	section_presentation

===============================================================*/
.section_presentation {
  margin-top: min(160px, 16vw);
}
.section_presentation .content_presentation_img img {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.section_presentation .content_presentation_list {
  margin-top: min(40px, 4vw);
}
.section_presentation .content_presentation_item {
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.section_presentation .content_presentation_item:not(:first-child) {
  margin-top: min(40px, 4vw);
}
.section_presentation .content_presentation_body {
  padding: min(30px, 3vw) min(40px, 4vw);
}
.section_presentation .content_presentation_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(20px, 2vw);
  font-weight: bold;
  height: min(60px, 6vw);
  background: #4BA2C9;
  color: #fff;
}
.section_presentation .content_presentation_world {
  font-size: min(16px, 1.6vw);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .section_presentation {
    margin-top: 10vw;
  }
  .section_presentation .section_inner {
    padding: 0 5vw;
  }
  .section_presentation .content_presentation_list {
    margin-top: 5vw;
  }
  .section_presentation .content_presentation_item:not(:first-child) {
    margin-top: 5vw;
  }
  .section_presentation .content_presentation_body {
    padding: 5vw 5vw 5.5vw;
  }
  .section_presentation .content_presentation_date {
    font-size: 4vw;
    height: 13vw;
  }
  .section_presentation .content_presentation_world {
    text-align: left;
    font-size: 3.6vw;
  }
}

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

	section_exhibition

===============================================================*/
.content_exhibition .block_worldlist {
  margin-top: 60px;
}
.content_exhibition .world .title {
  font-size: 25px;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
}
.content_exhibition .exhibition_list {
  margin-top: 30px;
}
.content_exhibition .exhibition_list table {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.content_exhibition .exhibition_list table:first-child {
  border-top: 1px solid #CCCCCC;
}
.content_exhibition .exhibition_list table tr {
  border-bottom: 1px dashed #CCCCCC;
}
.content_exhibition .exhibition_list table tr:last-child {
  border-bottom: none;
}
.content_exhibition .exhibition_list table tr th, .content_exhibition .exhibition_list table tr td {
  padding: 22px 20px;
  font-size: 20px;
}
.content_exhibition .exhibition_list table tr th {
  font-weight: bold;
  width: 300px;
}
.content_exhibition .exhibition_list table tr td span {
  font-weight: bold;
  font-size: 16px;
  color: #4BA2C9;
}
@media screen and (max-width: 800px) {
  .content_exhibition .block_worldlist {
    margin-top: 12vw;
  }
  .content_exhibition .block_worldlist:first-child {
    margin-top: 8vw;
  }
  .content_exhibition .world .title {
    font-size: 5vw;
    display: inline-block;
    padding: 2vw 5vw;
    color: #fff;
  }
  .content_exhibition .exhibition_list {
    margin-top: 3vw;
  }
  .content_exhibition .exhibition_list table tr th, .content_exhibition .exhibition_list table tr td {
    display: block;
    font-size: 4vw;
    padding: 3vw 0;
  }
  .content_exhibition .exhibition_list table tr th {
    width: 100%;
    border-bottom: 1px dashed #CCCCCC;
  }
  .content_exhibition .exhibition_list table tr td span {
    font-size: 3vw;
  }
}

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

	section_greeting

===============================================================*/
.section_greeting {
  margin-top: min(160px, 14vw);
  background: url("/weare/2024/common/images/greeting_bg.jpg") no-repeat center center;
  background-size: cover;
}
.section_greeting .section_inner {
  padding: min(120px, 10vw) 0;
}
.section_greeting p {
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .section_greeting {
    margin-top: 10vw;
  }
  .section_greeting .section_inner {
    padding: 10vw 5vw;
  }
  .section_greeting p {
    line-height: 1.8;
  }
}

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

	section_access

===============================================================*/
.section_access {
  margin-top: min(120px, 12vw);
}
.section_access .content_access {
  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;
}
.section_access .block_txt,
.section_access .block_map {
  width: calc((100% - 40px) / 2);
}
.section_access .block_map iframe {
  width: 100%;
  height: 400px;
}
.section_access .title {
  font-size: 25px;
}
.section_access .url {
  display: inline-block;
  margin-top: 10px;
  color: #111;
}
.section_access .url:hover {
  opacity: 0.75;
}
.section_access address {
  line-height: 1.5;
}
.section_access .tel_mail {
  margin-top: 20px;
}
.section_access .tel_mail a {
  display: inline-block;
  padding-left: 45px;
  background: url("/weare/2024/common/images/icon_tel.svg") no-repeat 0 0;
  background-size: 35px auto;
  font-size: 25px;
  line-height: 22px;
  color: #4BA2C9;
  font-weight: bold;
}
.section_access .tel_mail a:hover {
  opacity: 0.75;
}
.section_access .tel_mail .tel a {
  background-image: url("/weare/2024/common/images/icon_tel.svg");
}
.section_access .tel_mail .mail {
  margin-top: 5px;
}
.section_access .tel_mail .mail a {
  background-image: url("/weare/2024/common/images/icon_mail.svg");
}
.section_access .subtitle {
  margin-top: 30px;
  font-size: 20px;
}
.section_access .station {
  margin-top: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .section_access {
    margin-top: 10vw;
  }
  .section_access .section_inner {
    padding: 0 5vw;
  }
  .section_access .block_txt,
  .section_access .block_map {
    width: 100%;
  }
  .section_access .block_map iframe {
    width: 100%;
    height: 50vw;
  }
  .section_access .block_txt {
    margin-top: 5vw;
  }
  .section_access .title {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  .section_access .url {
    margin-top: 2vw;
  }
  .section_access .tel_mail {
    margin-top: 5vw;
  }
  .section_access .tel_mail a {
    display: inline-block;
    padding-left: 10.5vw;
    background-size: 8vw auto;
    font-size: 6vw;
    line-height: 5vw;
    color: #4BA2C9;
    font-weight: bold;
  }
  .section_access .tel_mail .mail {
    margin-top: 1vw;
  }
  .section_access .subtitle {
    margin-top: 5vw;
    font-size: 4.2vw;
  }
  .section_access .station {
    margin-top: 3vw;
    font-size: 3.5vw;
    line-height: 1.6;
  }
}

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

	section_entry

===============================================================*/
.section_entry {
  margin-top: min(160px, 14vw);
}
.section_entry .contact_title {
  text-align: center;
}
.section_entry .contact_title .title {
  font-size: 30px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-bottom: 20px;
}
.section_entry .contact_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #67caff;
  background: -webkit-gradient(linear, left top, right top, from(#67caff), to(#f780b1));
  background: linear-gradient(to right, #67caff 0%, #f780b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#67caff", endColorstr="#f780b1",GradientType=1 );
}
.section_entry .entry_box {
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.section_entry .box {
  width: 49%;
  border: solid 1px #ddd;
  padding: 30px;
}
.section_entry .title {
  font-size: 20px;
  text-align: center;
}
.section_entry .btns {
  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: 30px;
}
.section_entry .btns .btn_entry {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .section_entry {
    margin-top: 10vw;
  }
  .section_entry .section_inner {
    padding: 0 5vw;
  }
  .section_entry .contact_title {
    text-align: center;
  }
  .section_entry .contact_title .title {
    font-size: 5vw;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .section_entry .contact_title .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #67caff;
    background: -webkit-gradient(linear, left top, right top, from(#67caff), to(#f780b1));
    background: linear-gradient(to right, #67caff 0%, #f780b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#67caff", endColorstr="#f780b1",GradientType=1 );
  }
  .section_entry .entry_box {
    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: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5vw;
  }
  .section_entry .box {
    width: 49%;
    border: solid 1px #ddd;
    padding: 3vw;
  }
  .section_entry .title {
    font-size: 3.5vw;
    line-height: 1.5;
    text-align: center;
  }
  .section_entry .btns {
    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;
    margin-top: 3vw;
  }
  .section_entry .btns .btn_entry {
    width: 100%;
  }
  .section_entry .btns .btn_entry + .btn_entry {
    margin-top: 2vw;
  }
}

/*===============================================================
	mixinテスト
===============================================================*/
.under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(255, 0, 0, 0.3)));
  background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.3) 0%);
  display: inline;
}

.under_marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 0%, #ff0 0%);
  display: inline;
}

.btn_link {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000;
}
.btn_link a {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn_link a {
    padding: 3vw;
  }
}
.btn_link a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.btn_link a {
  position: relative;
}
.btn_link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px #000;
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 10px;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
          transform: rotate(-45deg) translate(-1px, -1px);
}
.btn_link a:hover::after {
  border: solid 1px #fff;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 800px) {
  .btn_link {
    width: 80%;
  }
}

.btn_sankaku {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000;
}
.btn_sankaku a {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .btn_sankaku a {
    padding: 3vw;
  }
}
.btn_sankaku a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn_sankaku a {
  position: relative;
}
.btn_sankaku a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 0;
  border-style: solid;
  left: 10px;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.btn_sankaku a:hover::after {
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
}
@media screen and (max-width: 800px) {
  .btn_sankaku {
    width: 80%;
  }
}

.bg_slash {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 5px 5px;
  padding: 30px;
}
/*# sourceMappingURL=style.css.map */