@charset "UTF-8";
html {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  font-size: 62.5%;
  font-weight: normal;
  color: #1b1b1b;
  text-align: justify;
  word-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ, Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 750px) {
	html {
  letter-spacing: 0.15em;
}
}
body {
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #1a1a1c;
  overflow-x: hidden;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (min-width: 1366px) {
  body {
    font-size: 24px;
  }
	header, footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.8181818182vw;
  }
}
ul {
  list-style: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.24s;
}

a[href]:hover {
  opacity: 0.65;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.container {
  width: 94%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 630px;
    width: 90%;
  }
}

/* -----------------------------------
header
----------------------------------- */
header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2705882353);
}
header .container {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  width: 97%;
  height: 60px;
}
header .logo_tokyo {
  width: min(110px, 10vw);
}
header h1 {
  width: min(440px, 40vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  margin: 0;
}
@media (max-width: 750px) {
  header {
    height: min(80px, 10vw);
  }
  header .container {
    padding: 0 15px;
    height: min(80px, 10vw);
  }
  header .logo_tokyo {
    width: min(210px, 18vw);
  }
  header h1 {
    position: relative;
    width: min(440px, 65vw);
    top: 23%;
    left: 41%;
  }
}

/* -----------------------------------
footer
----------------------------------- */
.footer .inquily {
  background: #f7f7f7;
  font-size: 1.4em;
}

.footer .container {
  padding-bottom: 0;
}

.footer .inquily .container {
  padding: 1px 0 33px;
  padding-right: 4em;
  box-sizing: border-box;
}

.footer .inquily h2 {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 0.8em;
  padding: 0 0 0.25em;
  color: #00a1d9;
  position: relative;
  margin-bottom: 0em;
}

.footer .links {
  display: flex;
}
@media screen and (max-width: 750px) {
  .footer .links {
    display: block;
  }
}
.footer .links a {
  font-size: 0.9em;
  padding-right: 1.4em;
  margin-right: 2em;
  position: relative;
  letter-spacing: 0.0em;
}
.footer .links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  height: 1em;
  width: 1em;
  background: url("../img/link_icon_b.svg") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
}
.footer .links p {
  font-size: 0.7em;
}
@media screen and (max-width: 750px) {
  .footer .links p {
    font-size: 1.8em;
  }
}

.footer .inquily span.contact_tel {
  margin-right: 2em;
  display: inline-block;
  letter-spacing: 0.02em;
}

.footer .inquily .email {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -2em 0 0;
  padding: 0;
}

.footer .line {
  background: #1a1a1c;
  width: 100%;
  height: 10px;
}

.footer_top {
  display: flex;
  align-items: end;
}

.footer_top .footer_tl p {
  font-size: 1.25em;
  margin: 1.4em 0 0.5em;
  letter-spacing: 0.04em;
}

.footer_top .footer_tl a img {
  width: 35em;
}

.footer_bottom {
  position: relative;
}

.footer_bottom .footer_nav {
  border-bottom: #ccc 1px solid;
}

.footer_bottom .footer_nav ul {
  padding-left: 0;
  display: flex;
  margin: 3.55em 0 0;
  padding-bottom: 0.75em;
}

.footer_bottom .logo_tokyo {
  position: absolute;
  right: 0;
  top: -0.1em;
}

.footer_bottom .footer_nav ul li a {
  padding: 1em 1.5em;
}

.footer_bottom .footer_nav ul li a[target=_blank]:after {
  content: "";
  background: url(/assets/img/icon_blank.png) no-repeat bottom;
  background-size: contain;
  display: inline-block;
  vertical-align: baseline;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.7em;
}

.footer_bottom .footer_nav ul li:first-child a {
  padding-left: 0;
}

.footer_bottom .copyright {
  padding: 0.9em 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.footer_bottom .copyright small {
  font-size: 0.75em;
  letter-spacing: 0.03em;
}

@media (max-width: 1024px) {
  .footer {
    font-size: min(16px, 1em);
  }
}
@media (max-width: 750px) {
	.footer .inquily{
		font-size: 1em;
	}
  .footer .inquily .container {
    padding-bottom: 3.7em;
    padding-right: 0;
  }
  .footer .inquily h2 {
    font-size: 4.175em;
    margin-bottom: 0em;
    padding-bottom: 0.2em;
  }
  .footer .inquily a {
    font-size: 2.25em;
    padding-right: 1.4em;
    margin-right: 2em;
  }
  .footer .inquily a[target=_blank] {
    background-size: 0.83em;
    font-size: 2.13em;
    margin-right: 0;
    padding-right: 1.5em;
    margin-bottom: 0.2em;
    display: inline-block;
  }
  .footer .inquily span.contact_tel {
    margin-right: 1.2em;
  }
  .footer .inquily .email {
    margin: 1.5em 0 0;
    top: 0;
    width: 2.65em;
    height: 2.65em;
  }
  .footer .inquily .email img {
    width: 100%;
  }
  .footer {
    font-size: 1em;
  }
  .footer_top .footer_tl p {
    font-size: 2.2em;
    margin: 1.9em 0 0.3em;
  }
  .footer_top .footer_tl a img {
    width: 50em;
  }
  .footer_bottom .footer_nav ul {
    margin: 4.15em 0 0;
    padding-bottom: 1.05em;
    display: block;
  }
  .footer_bottom .footer_nav ul a {
    font-size: 2em;
  }
  .footer_bottom .logo_tokyo {
    top: -0.1em;
    top: auto;
    bottom: 0;
    margin-bottom: 10.8em;
    width: 14em;
  }
  .footer_bottom .logo_tokyo img {
    width: 100%;
  }
  .footer_bottom .footer_nav ul li a {
    padding: 0.1em 0;
    display: block;
  }
  .footer_bottom .footer_nav ul li a[target=_blank]:after {
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.7em;
  }
  .footer_bottom .copyright {
    padding: 0.3em 0 0.4em;
    display: block;
    font-size: 2em;
  }
  .footer_bottom .copyright small {
    font-size: 0.75em;
  }
  .footer_bottom .copyright small + small {
    margin-top: 1.8em;
    display: block;
  }
}
/* -----------------------------------
fv
----------------------------------- */
.fv_content {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: 51vw;
  max-height: 700px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2705882353);
	background: #008fdd;
}
.fv_content .fv_back {
  position: absolute;
  top: 0;
  left: -20%;
  height: 100%;
  width: 140%;
  background: url("../img/fv_back.jpg") no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
  animation: move-background 20s linear both;
}
.fv_back_v{
	position: absolute;
  top: 0;
  right: 0;
  height: 100%;
	width: 100%;
}
.fv_content .fv_container_0 {
  position: relative;
  z-index: 3;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.fv_content .fv_tit_con {
  position: absolute;
  top: 0;
  left: 0;
}
.fv_content .fv_tit_con .fv_tit {
  width: min(712px, 52vw);
  padding-top: min(50px, 4vw);
}
.fv_content .fv_tit_con .fv_txt {
  width: min(600px, 48vw);
  padding-top: 13vw;
}
@media (min-width: 1366px) {
  .fv_content .fv_tit_con .fv_txt {
    padding-top: 190px;
  }
}
.fv_content .fv_container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  margin: 0 auto;
}
.fv_content .fv_container .fv_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/fv_img.png") no-repeat;
  background-size: contain;
  background-position: right bottom;
}

@keyframes move-background {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
.fv_content_sp {
  display: none;
}

@media (max-width: 750px) {
  .fv_content {
    display: none;
  }
  .fv_content_sp {
    display: block;
    margin-top: min(80px, 10vw);
    position: relative;
    width: 100%;
    height: 167vw;
    max-height: 1254px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2705882353);
		background: #008fdd;
  }
  .fv_content_sp .fv_back {
    position: absolute;
        bottom: 0;
        right: 0;
        height: 110%;
        width: 302%;
        background: url(../img/fv_back_sp.jpg) no-repeat;
        background-size: 105%;
        background-position: 100% bottom;
        z-index: 1;
    animation: move-background_sp 50s linear both;
  }
  .fv_content_sp .fv_tit_sp {
    position: relative;
    z-index: 3;
    width: 100%;
  }
}
@keyframes move-background_sp {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(65%, 0%);
  }
}
/* -----------------------------------
btn
----------------------------------- */
.entry_btn {
  position: relative;
  width: 630px;
  height: 85px;
  display: flex;
  align-items: center;
  background-color: #00a1d9;
  margin: 3.4em auto 0;
  overflow: hidden;
  border-radius: 45px;
  padding: 0 50px;
}
.entry_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  background-color: #1a1a1c;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  z-index: 1;
}
.entry_btn p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 0.2em;
}
.entry_btn p:first-child {
  margin-right: 2.5em;
}
.entry_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  height: 30px;
  width: 30px;
  background: url("../img/link_icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .entry_btn {
    width: 90%;
    max-width: 630px;
		min-width: 340px;
    height: 13vw;
    padding: 0 6%;
    border-radius: 50px;
  }
  .entry_btn::before {
    width: 30vw;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  }
  .entry_btn p {
    margin-right: 12%;
    font-size: 2.35em;
    letter-spacing: 0.06em;
  }
  .entry_btn::after {
    right: 5%;
    height: 4vw;
    width: 4vw;
  }
}
/* -----------------------------------
contents
----------------------------------- */
.vertical {
  position: absolute;
  transform: rotate(90deg);
  font-family: "Bebas Neue";
  font-weight: 400;
  color: #00a1d9;
  opacity: 0.2;
  font-size: 8.33em;
  line-height: 1;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_br {
    display: block;
  }
}
.event {
  position: relative;
  margin-top: 6em;
}
.event h4 {
  color: #00a1d9;
  font-size: 1.83em;
  line-height: 1.7;
}
.event p {
  font-size: 1em;
  margin-top: 2.5em;
  line-height: 1.7;
}
.event .vertical {
  top: 10%;
  right: -10%;
}
@media screen and (min-width: 1366px) {
  .event .vertical {
    right: -14%;
  }
}

@media screen and (max-width: 750px) {
  .event_btn {
    margin-top: 6.5em;
  }
  .event {
    margin-top: 12em;
  }
  .event h4 {
    font-size: 3.2em;
  }
  .event p {
    font-size: 2.2em;
    margin-top: 2.2em;
  }
  .event .vertical {
    font-size: 17em;
    top: 5%;
    right: -20%;
  }
}
.speakers {
  position: relative;
  margin-top: 8em;
}
.speakers h4 {
  color: #00a1d9;
  font-size: 1.83em;
  line-height: 1;
}
.speakers p {
  font-size: 0.96em;
  margin-top: 1.5em;
  line-height: 1.7;
}
.speakers .vertical {
  top: 22%;
  left: -21%;
}
@media screen and (min-width: 1366px) {
  .speakers .vertical {
    left: -26%;
  }
}
.speakers .speakers_txt_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .speakers {
    margin-top: 12em;
  }
  .speakers .vertical {
    font-size: 17em;
    top: 15%;
    left: auto;
    right: -40%;
  }
  .speakers .speakers_txt_sp {
    display: block;
    margin-bottom: 5em;
  }
  .speakers .speakers_txt_sp h4 {
    font-size: 3.2em;
  }
  .speakers .speakers_txt_sp p {
    font-size: 2.5em;
    line-height: 1.8;
  }
}
.speakers .speakers_flex {
  display: flex;
  justify-content: flex-end;
}
.speakers .speakers_flex .json {
  width: 30%;
  margin-right: 7%;
}
@media screen and (max-width: 750px) {
  .speakers .speakers_flex {
    display: block;
  }
  .speakers .speakers_flex .json {
    width: 70%;
  }
}
.speakers .speakers_flex .speakers_txt {
  width: 50%;
}
.speakers .speakers_flex .speakers_txt .panel {
  border: 1px solid #1a1a1c;
  border-radius: 7px;
  padding: 0 4% 1em 4%;
  margin-top: 2.4em;
}
.speakers .speakers_flex .speakers_txt .panel .panel_tit {
  text-align: center;
  color: #fff;
  background-color: #1a1a1c;
  margin: 0 auto 1.45em auto;
  width: 90%;
  max-width: 420px;
  font-size: 0.8em;
  border-radius: 0 0 10px 10px;
  padding: 5px;
}
.speakers .speakers_flex .speakers_txt .panel h6 {
  font-size: 0.7em;
  font-weight: 600;
}
.speakers .speakers_flex .speakers_txt .panel h5 {
  font-size: 1.4em;
}
.speakers .speakers_flex .speakers_txt .panel p {
  font-size: 0.63em;
  margin-top: 1.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .speakers .speakers_flex .speakers_txt {
    width: 100%;
  }
  .speakers .speakers_flex .speakers_txt .speakers_tit {
    display: none;
  }
  .speakers .speakers_flex .speakers_txt .panel {
    margin-top: 5em;
    padding: 0 8% 3em 8%;
  }
  .speakers .speakers_flex .speakers_txt .panel .panel_tit {
    font-size: 2.4em;
    width: 100%;
    line-height: 1.4;
    padding: 0.5em;
  }
  .speakers .speakers_flex .speakers_txt .panel h6 {
    font-size: 2em;
  }
  .speakers .speakers_flex .speakers_txt .panel h5 {
    font-size: 4.4em;
  }
  .speakers .speakers_flex .speakers_txt .panel p {
    font-size: 2.2em;
  }
}
.speakers .speakers_note {
  position: relative;
  margin-top: 3em;
}
.speakers .speakers_note p {
  font-size: 0.81em;
  text-align: right;
  padding-right: 1.5em;
}
.speakers .speakers_note span {
  color: #00a1d9;
}
.speakers .speakers_note a {
  color: #00a1d9;
}
.speakers .speakers_note::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  height: 1em;
  width: 1em;
  background: url("../img/link_icon_b.svg") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
}
.speakers .speakers_note_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .speakers {
    margin-bottom: 8em;
  }
  .speakers .speakers_note {
    display: none;
  }
  .speakers .speakers_note_sp {
    display: block;
  }
  .speakers .speakers_note_sp p {
    font-size: 2.5em;
  }
  .speakers .speakers_note_sp .detail span {
    color: #00a1d9;
  }
  .speakers .speakers_note_sp .detail a {
    color: #00a1d9;
    position: relative;
  }
  .speakers .speakers_note_sp .detail a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.5em;
    transform: translate(0%, -50%);
    height: 1em;
    width: 1em;
    background: url("../img/link_icon_b.svg") no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 3;
  }
}

.info {
  position: relative;
  margin-top: 8em;
}
@media screen and (max-width: 750px) {
  .info {
    margin-top: 15em;
  }
}
.info .vertical_n {
  position: absolute;
  top: -14%;
  right: -2%;
  font-family: "Bebas Neue";
  font-weight: 400;
  color: #00a1d9;
  opacity: 0.2;
  font-size: 6.5em;
  line-height: 1;
}
.txtin span {
  display: inline-block;
}
@media screen and (min-width: 1366px) {
  .info .vertical_n {
    right: -5%;
  }
}
@media screen and (max-width: 750px) {
  .info .vertical_n {
    transform: rotate(90deg);
    top: 30%;
    right: -55%;
    font-size: 16.2em;
  }
}
.info h4 {
  color: #00a1d9;
  font-size: 1.83em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .info h4 {
    font-size: 4em;
  }
}
.info .info_con {
  max-width: 1000px;
  margin: 2em auto;
}
.info .info_con .info_txt {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.info .info_con .info_txt p {
  font-size: 1em;
  margin-right: 0.5em;
}
.info .info_con .info_txt h6 {
  font-size: 1.33em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.info .info_con .info_txt h6 span {
  font-size: 1.4em;
}
.info .info_con .info_txt h6 .small {
  font-size: 0.6em;
  font-weight: 300;
}
.info .info_con .info_txt h6 .small_s {
  font-size: 0.5em;
  font-weight: 300;
  margin-left: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .info .info_con {
    max-width: 90%;
    margin: 5em auto 0 0;
  }
  .info .info_con .info_txt {
    margin-bottom: 3.2em;
    align-items: flex-start;
  }
  .info .info_con .info_txt p {
    font-size: 2em;
    margin-top: 0.1em;
  }
  .info .info_con .info_txt h6 {
    font-size: 2.8em;
    font-weight: 500;
    line-height: 1.4em;
  }
  .info .info_con .info_txt h6 span {
    font-size: 1.5em;
    margin-top: -2.5em;
    margin-right: 0.2em;
  }
  .info .info_con .info_txt h6 .small {
    font-size: 0.8em;
    font-weight: 300;
  }
  .info .info_con .info_txt h6 .small_s {
     font-size: 0.6em;
     margin-left: 0em;
     line-height: 1.8;
     display: block;
     margin-top: 0.3em;
  }
}

.program {
  position: relative;
  margin-top: 8em;
  margin-bottom: 6em;
}
.program .vertical {
  top: 10%;
  right: -18%;
}
@media screen and (min-width: 1366px) {
  .program .vertical {
    right: -22%;
  }
}
.program h4 {
  color: #00a1d9;
  font-size: 1.83em;
  line-height: 1.7;
}
.program .program_con {
  max-width: 1000px;
  margin: 2em auto;
}
.program .program_con .program_img {
  width: 82%;
}
.program .program_img_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .program {
    margin-top: 15em;
    margin-bottom: 15em;
  }
  .program .vertical {
    font-size: 17em;
    top: 10%;
    right: -38%;
  }
  .program h4 {
    font-size: 4em;
  }
  .program .program_con {
    margin: 6em auto 0;
  }
  .program .program_con .program_img {
    display: none;
  }
  .program .program_con .program_img_sp {
    display: block;
    width: 99%;
  }
}

.map {
  background-color: #f2f2f2;
  padding-bottom: 3em;
  position: relative;
}
.map .map_img {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50vw;
  background: url("../img/map.png") no-repeat;
  background-size: 68%;
  background-position: 125% top;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .map .map_img {
    width: 180%;
        height: 84vw;
        transform: translate(3%, 0%);
  }
}
@media screen and (min-width: 1500px) {
  .map .map_img {
    width: 62.4em;
  }
}
.map .vertical {
  top: 10%;
  left: -6%;
}
@media screen and (min-width: 1366px) {
  .map .vertical {
    left: -11%;
  }
}
.map .map_txt {
  margin-left: 13%;
  padding-top: 3em;
}
.map .map_txt h4 {
  color: #00a1d9;
  font-size: 1.83em;
  line-height: 1.7;
}
.map .map_txt p {
  font-size: 0.8em;
  margin-top: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .map {
    padding-bottom: 8em;
  }
  .map .vertical {
    font-size: 16em;
    top: 55%;
    left: auto;
    right: -10%;
  }
  .map .map_txt {
    margin-left: 0;
    padding-top: 45em;
  }
  .map .map_txt h4 {
    font-size: 4em;
  }
  .map .map_txt p {
    font-size: 2.2em;
  }
}
.map .entry_btn {
  margin-top: 14em;
}
@media screen and (max-width: 750px) {
  .map .entry_btn {
    margin-top: 6em;
  }
}

.concerns {
  position: relative;
  margin-top: 6em;
}
.concerns .vertical {
  top: 20%;
  right: -19%;
}
@media screen and (min-width: 1366px) {
  .concerns .vertical {
    right: -25%;
  }
}
.concerns h4 {
  color: #00a1d9;
  font-size: 1.83em;
  line-height: 1.7;
}
.concerns .concerns_con {
  max-width: 1000px;
  margin: 2em auto;
}
.concerns .concerns_con .concerns_img {
  width: 71vw;
	max-width: 40em;
}
.concerns .concerns_con .concerns_img_sp {
  display: none !important;
}
.concerns .concerns_con p {
  font-size: 0.8em;
  margin-top: 3em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .concerns {
    margin-top: 15em;
  }
  .concerns .vertical {
    font-size: 14.5em;
    top: 10%;
    right: -37%;
  }
  .concerns h4 {
    font-size: 4em;
  }
  .concerns .concerns_con .concerns_img {
    display: none !important;
  }
  .concerns .concerns_con .concerns_img_sp {
    display: block !important;
    width: 95%;
    margin-top: 5em;
    position: relative;
    z-index: 10;
  }
  .concerns .concerns_con p {
    font-size: 2.1em;
  }
}
.concerns .under {
  width: 2em;
  margin: 3em auto 0 auto;
}
.concerns .entry_btn {
  margin-top: 3em;
}
@media screen and (max-width: 750px) {
  .concerns .under {
    width: 4em;
    margin: 6em auto 0 auto;
  }
  .concerns .entry_btn {
    margin-top: 6em;
  }
}

.portal {
  margin-top: 5em;
}
.portal h6 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.portal .portal_img {
  max-width: 1200px;
  margin: 0 auto;
}
.portal .portal_img_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .portal {
    margin-top: 9em;
  }
  .portal h6 {
    font-size: 3em;
    margin-bottom: 1em;
  }
  .portal .portal_img {
    display: none;
  }
  .portal .portal_img_sp {
    display: block;
  }
}

main {
  margin-bottom: 5em;
}/*# sourceMappingURL=style.css.map */



.anm{
	opacity: 0;
}
main .mask{
  -webkit-mask-image: linear-gradient(-75deg, transparent 50%, black 60%);
  mask-image: linear-gradient(-75deg, transparent 50%, black 60%);
  -webkit-mask-position-x: 100%;
  -webkit-mask-size: 270%;
  transition-delay: 0.1s;
}
main .mask.end{
  -webkit-mask-position-x: 0%;
  transition: -webkit-mask-position-x 1.4s cubic-bezier(0.31, 0.24, 0.21, 0.95);
}
main .mask.mask_v{
  -webkit-mask-image: linear-gradient(0deg, transparent 50%, black 60%);
  mask-image: linear-gradient(0deg, transparent 50%, black 60%);
  -webkit-mask-size: 100% 270%;
  -webkit-mask-position-y: 90%;
  transition-delay: 0.1s;
}
main .mask.mask_v.end{
  -webkit-mask-position-y: 0%;
  transition: -webkit-mask-position-y 3s cubic-bezier(0.18, 0.34, 0.4, 0.87)
}
main .fv_container .mask{
  transform:translateX(-1em);
}
main .fv_container .mask.end{
	transform:translateX(0em);
  transition: 1.4s cubic-bezier(0.31, 0.24, 0.21, 0.95);
}