@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
}

body {
  color: #000000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  overflow-x: hidden;
	font-feature-settings: "halt";
}
body.is-in .c-tab__list {
  top: 90px;
	visibility: visible;
}
@media screen and (max-width: 1070px) {
  body.is-in .c-tab__list {
    bottom: 55px;
    top: unset;
  }
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 990px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 24px;
    overflow-x: hidden;
  }
}
.l-inner-report {
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner-report {
    padding: 0 26px;
    overflow-x: hidden;
  }
}

.l-header {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1070px) {
  .l-header {
    height: 70px;
  }
  .l-header.js-active {
    background: #00a040;
  }
  .l-header.js-active .l-header__logo {
    opacity: 0;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 21px 0 29px;
}
@media screen and (max-width: 1070px) {
  .l-header__inner {
    padding: 0 32px 0 24px;
  }
}
.l-header__logo {
  width: 422px;
  height: auto;
}
@media screen and (max-width: 1070px) {
  .l-header__logo {
    width: 75px;
    opacity: 1;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-footer {
  margin-top: 138px;
  padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 47px;
    padding-bottom: 82px;
  }
}
.l-footer-head__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer-head__title {
    font-size: 1.125rem;
    line-height: 2.4444444444;
  }
}
.l-footer-head__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer-head__box {
    display: block;
    margin-top: 0;
  }
}
.l-footer-head__thumb img {
  width: 100%;
  height: auto;
}
.l-footer-head__thumb--1 {
  max-width: 336.47px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer-head__thumb--1 {
    margin: 0 auto;
    max-width: 270px;
  }
}
.l-footer-head__thumb--2 {
  max-width: 114px;
  height: auto;
  margin-left: 41px;
}
@media screen and (max-width: 768px) {
  .l-footer-head__thumb--2 {
    margin: 32px auto 0;
    max-width: 96px;
  }
}
.l-footer-bottom {
  border-top: 1px solid #cecece;
  margin: 84px calc(50% - 50vw) 0;
  padding: 51px calc(50vw - 50%) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom {
    margin: 31px calc(50% - 50vw) 0;
    padding: 38px calc(50vw - 50%) 0;
  }
}
.l-footer-bottom__logo {
  max-width: 203px;
}

.l-footer-bottom__logo a{
	display: flex;
}

@media screen and (max-width: 768px) {
  .l-footer-bottom__logo {
    max-width: 195px;
  }
}
.l-footer-bottom__logo img {
  max-width: 100%;
  height: auto;
}
.l-footer-bottom__logo2 {
  /* margin: 0 auto; */
  max-width: 235px;
}

.l-footer-bottom__logo2 a{
	display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__logo2 {
    max-width: 200px;
  }
}
.l-footer-bottom__logo2 img {
  max-width: 100%;
  height: auto;
}
.l-footer-bottom__text, .l-footer-bottom__text2 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  text-align: left;
}
.l-footer-bottom__text {
  margin-top: 35px;
	color: #000;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__text {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: 0.03em;
		text-align: center;
  }
}
.l-footer-bottom__text2 {
  margin-top: -4px;
  color: #878787;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__text2 {
    font-size: 0.8125rem;
    line-height:1.54;
    letter-spacing: 0.03em;
		text-align: center;
		margin-top: 4px;
  }
}
.l-footer-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__list {
    -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;
    margin-top: 38px;
  }
}
.l-footer-bottom__item {
  color: #878787;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__item {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 15px;
  }
}
.l-footer-bottom__item + .l-footer-bottom__item {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__item + .l-footer-bottom__item {
    margin-left: unset;
  }
}
.l-footer__copy {
  color: #878787;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    letter-spacing: 0.03em;
    margin: 29px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.c-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.625rem;
    line-height: 1.9047619048;
    letter-spacing: 0.015em;
  }
}

.c-fixed {
  line-height: 1.125;
  letter-spacing: 0.1em;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #000000;
  color: #fff;
  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: 52px;
  height: 226px;
	cursor: pointer;
}

/* .c-fixed__box.is-active .c-fixed{
	height: 200px;
} */

.c-fixed p {
  position: relative;
	font-size: 15px;
  padding: 16px 17px;
}
/* .c-fixed p::after {
  position: absolute;
  content: "";
  background-image: url(../img/fixedarrow.svg);
  background-size: contain;
  width: 26px;
  height: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
} */
@media screen and (max-width: 1070px) {
  .c-fixed {
		position: fixed;
    right: unset;
		left: 0;
    bottom: 0;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    height: 55px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    letter-spacing: 0.08em;
    z-index: 98;
  }
	.c-fixed__box.is-active .c-fixed{
	height: 55px;
}

  .c-fixed p {
    position: relative;
    padding-bottom: unset;
		padding: 0;
		font-size: 16px;
  }
  /* .c-fixed p::after {
    position: absolute;
    content: "";
    background-image: url(../img/fixedarrow.svg);
    background-size: contain;
    width: 26px;
    height: 26px;
    right: 0;
    left: unset;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 50%;
  } */
}

.c-fixed2{
	/* top: 371px; */
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	cursor:pointer;
  height: 226px;
}

.c-fixed__box.is-active .c-fixed2{
  height: 226px;
}


.c-fixed2 p{
	padding-bottom: 30px;
	position: relative;
	text-orientation: upright;
	/* -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; */
}

.c-fixed2 p span{
	display: inline-block;
	position: relative;
	left: 3px;
}

.c-fixed2 p::before{
    position: absolute;
    content: "";
    background-image: url(../img/icon_diagonal.svg);
    background-size: contain;
    width: 19px;
    height: 19px;
    left: 18px;
		bottom: 14px;
}

@media screen and (max-width: 1070px){
	.c-fixed2{
		width: 90px;
		height: 90px;
		position: absolute;
		top: 127vw;
		left: auto;
		right: 10px;
		border-radius: 50%;
		border: none;
		box-shadow: 0px 3px 50px 6px rgba(0, 0, 0, .16);
		z-index: 2;
	}
	.c-fixed__box.is-active .c-fixed2{
  height: 90px;
}

	.c-fixed2 p{
		font-size: 13px;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.c-fixed2 p span{
		display: none;
	}
	.c-fixed2 p::before{
        left: 47%;
        bottom: -5px;
        transform: translateX(-50%);
	}	
}

.c-fixed_report p{
	position: relative;
	padding-bottom: 40px;
}

.c-fixed_report p::after{
		width: 90px;
		height: 90px;
    position: absolute;
    content: "";
    background-image: url(../img/fixedarrow.svg);
    background-size: contain;
    width: 19px;
    height: 19px;
    left: 18px;
		bottom: 14px;
}

@media screen and (max-width: 1070px){
	.c-fixed_report p{
	position: relative;
	padding-bottom: unset;
	padding-right: 43px;
}
	.c-fixed_report p::after {
			position: absolute;
			content: "";
			background-image: url(../img/fixedarrow.svg);
			background-size: contain;
			width: 26px;
			height: 26px;
			right: 0;
			left: unset;
			-webkit-transform: translateY(50%);
			transform: translateY(50%);
			bottom: 50%;
	}

}

@media screen and (max-width: 1070px) {
  .c-gnav {
    position: fixed;
    left: 0;
    top: 70px;
    background: #00a040;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    z-index: 99;
  }
}
.c-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}
@media screen and (max-width: 1070px) {
  .c-gnav__list {
    display: block;
    margin-left: unset;
    overflow-y: scroll;
    height: 100%;
    padding: 12px 37px 152px;
  }
}
.c-gnav__item {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  margin-left: 18px;
}
@media screen and (max-width: 1070px) {
  .c-gnav__item {
    font-size: 2.5rem;
    margin-left: unset;
  }
  .c-gnav__item + .c-gnav__item {
    margin-top: -17px;
  }
}
.c-gnav__item a {
  display: block;
}
.c-gnav__item--2 {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.c-gnav__item--2.js-active .c-gnav__border--mid {
  rotate: 0deg;
}
@media screen and (max-width: 1070px) {
  .c-gnav__item--2.js-active .c-gnav__border--mid {
    rotate: 90deg;
  }
}
@media screen and (max-width: 1070px) {
  .c-gnav__item--2 {
    padding-left: 29px;
  }
}
.c-gnav__icons {
  margin-left: 24.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	padding-top: 4px;
}
@media screen and (max-width: 1070px) {
  .c-gnav__icons {
		display: none;
    margin-left: unset;
    margin-top: 7px;
  }
}
.c-gnav__icon {
  width: 94.42px;
  height: auto;
}
@media screen and (max-width: 1070px) {
  .c-gnav__icon {
    width: 28px;
  }
}
.c-gnav__icon img {
  width: 100%;
  height: auto;
	vertical-align: middle;
}
@media screen and (max-width: 1070px) {
  .c-gnav__icon img {
    margin-bottom: 0;
  }
}
.c-gnav__icon--2 {
  margin-left: 15px;
	width: 124px;
}
@media screen and (max-width: 1070px) {
  .c-gnav__icon--2 {
    width: 29px;
    margin-left: 35px;
  }
}
.c-gnav__open {
  display: none;
  position: fixed;
  background: #fff;
  width: 74px;
  padding: 0 10px;
}
@media screen and (max-width: 1070px) {
  .c-gnav__open {
    display: block;
    position: unset;
    background: unset;
    padding: unset;
  }
  .c-gnav__open--item {
    font-size: 2rem;
    margin-top: -24px;
  }
  .c-gnav__open--item + .c-gnav__open--item {
    margin-top: -17px;
  }
}
.c-gnav__border {
  position: absolute;
  left: 1px;
  top: 17px;
}
@media screen and (max-width: 1070px) {
  .c-gnav__border {
    top: 40px;
  }
}

.c-gnav__border::after{
  content: "";
  position: absolute;
	transform: translateY(-40%);
	width: 20px;
	height: 40px;
	}

@media screen and (max-width: 1070px) {
.c-gnav__border::after{
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	}
}

.c-gnav__border--top, .c-gnav__border--mid {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000000;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-gnav__border--top {
  left: 0;
  top: 0;
}
.c-gnav__border--mid {
  top: 0px;
  left: 50%;
  rotate: 90deg;
}
@media screen and (max-width: 1070px) {
  .c-gnav__border--mid {
    rotate: 0deg;
  }
}

.c-gnav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}
.c-gnav2__item {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  margin-left: 28.5px;
}
.c-gnav2__item--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -17px;
}
.c-gnav2__item--logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
}
@media screen and (max-width: 768px) {
  .c-gnav2__item--logo a {
    width: 110px;
  }
}
.c-gnav2__item--logo a img {
  width: 100%;
  height: auto;
}
.c-gnav2__icons {
  margin-left: 34.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-gnav2__icon {
  width: 20px;
  height: auto;
}
.c-gnav2__icon img {
  width: 100%;
  height: auto;
  margin-bottom: 3px;
}
.c-gnav2__icon--2 {
  margin-left: 15px;
}

.c-burger {
  position: relative;
  width: 40px;
  height: 10px;
}
.c-burger__border {
  width: 40px;
  height: 2px;
  background: #000000;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-burger__border--top {
  top: -7px;
}
.c-burger__border--bottom {
  top: 3px;
}
.c-burger.js-active .c-burger__border--top {
  right: -1px;
  top: 6px;
  rotate: 45deg;
}
.c-burger.js-active .c-burger__border--bottom {
  top: 6px;
  rotate: -45deg;
  right: 0px;
}

.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 98;
	visibility: hidden;
}
@media screen and (max-width: 1070px) {
  .c-tab__list {
    top: unset;
    bottom: -100px;
  }
}
.c-tab__button {
  width: 33.3333333333%;
  height: 66px;
  background: #efefef;
  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;
  cursor: pointer;
}
.c-tab__button.js-active {
  background: #fff;
}
.c-tab__button.js-active p {
  color: #000000;
}
.c-tab__button.js-active p::after {
  content: url(../img/arrow_02_pc.png);
}
@media screen and (max-width: 1070px) {
  .c-tab__button.js-active p::after {
    content: "";
    color: #000000;
  }
}
.c-tab__button p {
  color: #cecece;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.015em;
  line-height: 1.6578947368;
  font-weight: 500;
  position: relative;
  padding-right: 45px;
}
@media screen and (max-width: 1070px) {
  .c-tab__button p {
    padding-right: unset;
    font-size: 1.5625rem;
    padding-right: 20px;
    line-height: 1;
  }
}
.c-tab__button p::after {
  position: absolute;
  content: url(../img/arrow_01_pc.png);
  right: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1070px) {
  .c-tab__button p::after {
    top: 23%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #cecece;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(25%) rotate(-45deg);
            transform: translateY(25%) rotate(-45deg);
  }
}
.c-tab__button--sm {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 1070px) {
  .c-tab__button--sm {
    font-size: 0.8125rem;
  }
}
.c-tab__button--time {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-left: 0.3em;
}
@media screen and (max-width: 1070px) {
  .c-tab__button--time {
    font-size: 0.9375rem;
    display: block;
    margin-left: unset;
  }
}
.c-tab__panel {
  display: none;
}
.c-tab__panel.js-active {
  display: block;
}

.c-tab2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  z-index: 999;
}
@media screen and (max-width: 1070px) {
  .c-tab2__list {
    top: unset;
    bottom: 55px;
  }
}
.c-tab2__button {
  width: 33.3333333333%;
  height: 66px;
  background: #efefef;
  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;
  cursor: pointer;
}
.c-tab2__button.js-active {
  background: #fff;
}
.c-tab2__button.js-active p {
  color: #000000;
}
.c-tab2__button p {
  color: #cecece;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.015em;
  line-height: 1.9230769231;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tab2__button p span {
  font-size: 25px;
  font-size: 1.5625rem;
  display: inline-block;
  margin-left: 10.5px;
}
.c-tab2__panel {
  display: none;
}
.c-tab2__panel.js-active {
  display: block;
  padding: 44px 38px;
}

.c-modal {
  position: relative;
}
.c-modal__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    top: -40px;
    right: 0;
    background: #fff;
		border: none;
  }
}
.c-modal__close--top, .c-modal__close--mid {
  width: 20px;
  height: 1px;
  display: block;
  background: #000000;
  position: absolute;
}
.c-modal__close--top {
  rotate: 45deg;
  left: 9px;
  top: 19px;
}
.c-modal__close--mid {
  rotate: -45deg;
  left: 9px;
  top: 19px;
}
.c-modal__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-modal__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid;
    margin: 0 auto;
  }
  .c-modal__head p {
    width: 50%;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-modal__head2 {
  width: 50%;
	object-fit: contain;
    display: flex;
}
@media screen and (max-width: 768px) {
  .c-modal__head2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .c-modal__head2 p {
    width: 50%;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-modal__thumb {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-modal__thumb {
    width: 50%;
  }
}
.c-modal__thumb img {
  width: 100%;
  height: auto;
}
.c-modal__thumb2 {
  width: 100%;
  height: auto;
}
.c-modal__thumb2 img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
.c-modal__body {
  margin-left: 50px;
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  .c-modal__body {
    margin-left: unset;
    width: 100%;
  }
}
.c-modal__body2 {
  margin-left: 40px;
  width: 50%;
	padding: 40px 60px 40px 0;
}
@media screen and (max-width: 768px) {
  .c-modal__body2 {
    margin-left: unset;
    width: 100%;
		padding: 30px;
  }
}
.c-modal__link {
  margin-top: 40px;
  display: block;
	word-break: break-all;
}
.c-modal__link + .c-modal__link {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .c-modal__link {
    margin-top: 20px;
  }
}
.c-modal__name--sm {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.3333333333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-modal__name--sm {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 1.7777777778;
    margin-top: 60px;
  }
}
.c-modal__name--lg {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  line-height: 1.3333333333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-modal__name--lg {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 1.7777777778;
  }
}
.c-modal__text {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-modal__text {
    margin-top: 30px;
  }
}
.c-modal__text2 {
  margin-top: 30px;
	letter-spacing: 0.03em;
}
.c-modal__text2 span {
  position: relative;
  padding-right: 0.7em;
}
.c-modal__text2 span::after {
  position: absolute;
  content: "Ⓡ";
  right: 0;
  top: -7px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .c-modal__text2 {
    margin-top: 10px;
  }
}
.c-modal-entry__close {
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-modal-entry__close {
    border: unset;
    background: unset;
    top: 27px;
    right: 37px;
    width: 28px;
    height: 28px;
  }
}
.c-modal-entry__close .c-modal__close--top,
.c-modal-entry__close .c-modal__close--mid {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-modal-entry__close .c-modal__close--top,
  .c-modal-entry__close .c-modal__close--mid {
    width: 40px;
    height: 2px;
  }
}
.c-modal-entry__contents {
  display: block;
  background: #3a3a3a;
  height: 612px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-modal-entry__contents-2 {
  height: 550px;
}
@media screen and (max-width: 768px) {
  .c-modal-entry__contents-2 {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-entry__contents {
    height: 100vh;
    width: 100%;
  }
}
.c-modal-entry__title {
  font-size: 58px;
  font-size: 3.625rem;
  letter-spacing: 0.015em;
  line-height: 1.3793103448;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-modal-entry__title {
    font-size: 2.625rem;
    line-height: 1.9047619048;
  }
}
.c-modal-entry__lead {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 2.2916666667;
  color: #fff;
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-modal-entry__lead {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
}
.c-modal-entry__item {
  margin: 25px auto 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 70px;
  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: 350px;
  height: 54px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 2.2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-modal-entry__item {
    width: 80%;
    height: 70px;
  }
}
.c-modal-area__close {
  border: unset;
  background: unset;
}
.c-modal-area__title {
  position: relative;
}
.c-modal-area__title::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 70%;
  height: 2px;
  border-top: 4px dotted;
}
.c-modal-area__title-2::after {
  width: 57%;
}
.c-modal-area__title--sm {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.015em;
  line-height: 1.7727272727;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
}
.c-modal-area__title--lg {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.015em;
  line-height: 1.0833333333;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
}
.c-modal-area__text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  font-weight: 600;
}
.c-modal-area__text + .c-modal-area__title {
  margin-top: 25px;
}

.iziModal-overlay {
  background-color: rgba(206, 206, 206, .5) !important;
}

@media screen and (max-width: 768px) {
  .js-modal-conf01.c-modal.iziModal,
  .js-modal-conf02.c-modal.iziModal,
  .js-modal-conf03.c-modal.iziModal,
  .js-modal-conf04.c-modal.iziModal,
  .js-modal-conf05.c-modal.iziModal,
  .js-modal-conf06.c-modal.iziModal,
  .js-modal-area01.c-modal.iziModal,
  .js-modal-area02.c-modal.iziModal,
  .js-modal-area03.c-modal.iziModal,
  .js-modal-partner01.c-modal.iziModal,
  .js-modal-partner02.c-modal.iziModal,
  .js-modal-partner03.c-modal.iziModal,
  .js-modal-partner04.c-modal.iziModal,
  .js-modal-partner05.c-modal.iziModal,
  .js-modal-partner06.c-modal.iziModal,
  .js-modal-partner07.c-modal.iziModal,
  .js-modal-partner08.c-modal.iziModal,
  .js-modal-partner09.c-modal.iziModal,
  .js-modal-partner10.c-modal.iziModal,
  .js-modal-partner11.c-modal.iziModal,
  .js-modal-partner12.c-modal.iziModal,
  .js-modal-partner13.c-modal.iziModal,
  .js-modal-partner14.c-modal.iziModal,
  .js-modal-partner15.c-modal.iziModal,
  .js-modal-partner16.c-modal.iziModal,
  .js-modal-partner17.c-modal.iziModal,
  .js-modal-partner18.c-modal.iziModal,
  .js-modal-partner19.c-modal.iziModal,
  .js-modal-partner20.c-modal.iziModal,
  .js-modal-partner21.c-modal.iziModal,
  .js-modal-partner22.c-modal.iziModal,
  .js-modal-partner23.c-modal.iziModal,
  .js-modal-partner24.c-modal.iziModal,
  .js-modal-partner25.c-modal.iziModal,
  .js-modal-partner26.c-modal.iziModal,
  .js-modal-partner27.c-modal.iziModal,
  .js-modal-partner28.c-modal.iziModal,
  .js-modal-partner29.c-modal.iziModal,
  .js-modal-partner30.c-modal.iziModal,
  .js-modal-partner31.c-modal.iziModal,
  .js-modal-partner32.c-modal.iziModal,
  .js-modal-partner33.c-modal.iziModal,
  .js-modal-partner34.c-modal.iziModal,
  .js-modal-partner35.c-modal.iziModal,
  .js-modal-partner36.c-modal.iziModal,
  .js-modal-partner37.c-modal.iziModal,
.js-modal-partner38.c-modal.iziModal,
.js-modal-partner39.c-modal.iziModal,
.js-modal-partner40.c-modal.iziModal,
.js-modal-partner41.c-modal.iziModal,
.js-modal-partner42.c-modal.iziModal,
.js-modal-partner43.c-modal.iziModal,
.js-modal-partner44.c-modal.iziModal,
.js-modal-partner45.c-modal.iziModal,
.js-modal-partner46.c-modal.iziModal,
.js-modal-partner47.c-modal.iziModal,
.js-modal-partner48.c-modal.iziModal,
.js-modal-partner49.c-modal.iziModal,
.js-modal-partner50.c-modal.iziModal,
.js-modal-partner51.c-modal.iziModal,
.js-modal-partner52.c-modal.iziModal,
.js-modal-partner53.c-modal.iziModal,
.js-modal-partner54.c-modal.iziModal,
.js-modal-partner55.c-modal.iziModal,
.js-modal-partner56.c-modal.iziModal,
.js-modal-partner57.c-modal.iziModal,
.js-modal-partner58.c-modal.iziModal,
.js-modal-partner59.c-modal.iziModal,
.js-modal-partner60.c-modal.iziModal,
.js-modal-partner61.c-modal.iziModal,
.js-modal-partner62.c-modal.iziModal,
.js-modal-partner63.c-modal.iziModal,
.js-modal-partner64.c-modal.iziModal,
.js-modal-partner65.c-modal.iziModal,
.js-modal-partner66.c-modal.iziModal,
.js-modal-partner67.c-modal.iziModal,
.js-modal-partner68.c-modal.iziModal,
.js-modal-partner69.c-modal.iziModal,
.js-modal-partner70.c-modal.iziModal,
.js-modal-partner71.c-modal.iziModal,
.js-modal-partner72.c-modal.iziModal,
.js-modal-partner73.c-modal.iziModal,
.js-modal-partner74.c-modal.iziModal,
.js-modal-partner75.c-modal.iziModal,
.js-modal-partner76.c-modal.iziModal,
.js-modal-partner77.c-modal.iziModal,
.js-modal-partner78.c-modal.iziModal{
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-modal-conf01.c-modal.iziModal .iziModal-wrap,
  .js-modal-conf02.c-modal.iziModal .iziModal-wrap,
  .js-modal-conf03.c-modal.iziModal .iziModal-wrap,
  .js-modal-conf04.c-modal.iziModal .iziModal-wrap,
  .js-modal-conf05.c-modal.iziModal .iziModal-wrap,
  .js-modal-conf06.c-modal.iziModal .iziModal-wrap,
  .js-modal-area01.c-modal.iziModal .iziModal-wrap,
  .js-modal-area02.c-modal.iziModal .iziModal-wrap,
  .js-modal-area03.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner01.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner02.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner03.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner04.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner05.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner06.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner07.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner08.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner09.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner10.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner11.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner12.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner13.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner14.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner15.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner16.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner17.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner18.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner19.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner20.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner21.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner22.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner23.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner24.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner25.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner26.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner27.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner28.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner29.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner30.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner31.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner32.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner33.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner34.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner35.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner36.c-modal.iziModal .iziModal-wrap,
  .js-modal-partner37.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner38.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner39.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner40.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner41.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner42.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner43.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner44.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner45.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner46.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner47.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner48.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner49.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner50.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner51.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner52.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner53.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner54.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner55.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner56.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner57.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner58.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner59.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner60.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner61.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner62.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner63.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner64.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner65.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner66.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner67.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner68.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner69.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner70.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner71.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner72.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner73.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner74.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner75.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner76.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner77.c-modal.iziModal .iziModal-wrap,
	.js-modal-partner78.c-modal.iziModal .iziModal-wrap	{
    position: static;
  }
}

/* .js-modal-partner01.c-modal.iziModal,
.js-modal-partner02.c-modal.iziModal,
.js-modal-partner03.c-modal.iziModal,
.js-modal-partner04.c-modal.iziModal,
.js-modal-partner05.c-modal.iziModal,
.js-modal-partner06.c-modal.iziModal,
.js-modal-partner07.c-modal.iziModal,
.js-modal-partner08.c-modal.iziModal,
.js-modal-partner09.c-modal.iziModal,
.js-modal-partner10.c-modal.iziModal,
.js-modal-partner11.c-modal.iziModal,
.js-modal-partner12.c-modal.iziModal,
.js-modal-partner13.c-modal.iziModal,
.js-modal-partner14.c-modal.iziModal,
.js-modal-partner15.c-modal.iziModal,
.js-modal-partner16.c-modal.iziModal,
.js-modal-partner17.c-modal.iziModal,
.js-modal-partner18.c-modal.iziModal,
.js-modal-partner19.c-modal.iziModal,
.js-modal-partner20.c-modal.iziModal,
.js-modal-partner21.c-modal.iziModal,
.js-modal-partner22.c-modal.iziModal,
.js-modal-partner23.c-modal.iziModal,
.js-modal-partner24.c-modal.iziModal,
.js-modal-partner25.c-modal.iziModal,
.js-modal-partner26.c-modal.iziModal,
.js-modal-partner27.c-modal.iziModal,
.js-modal-partner28.c-modal.iziModal,
.js-modal-partner29.c-modal.iziModal,
.js-modal-partner30.c-modal.iziModal,
.js-modal-partner31.c-modal.iziModal,
.js-modal-partner32.c-modal.iziModal,
.js-modal-partner33.c-modal.iziModal,
.js-modal-partner34.c-modal.iziModal,
.js-modal-partner35.c-modal.iziModal,
.js-modal-partner36.c-modal.iziModal,
.js-modal-partner37.c-modal.iziModal 
.js-modal-partner38.c-modal.iziModal,
.js-modal-partner39.c-modal.iziModal,
.js-modal-partner40.c-modal.iziModal,
.js-modal-partner41.c-modal.iziModal,
.js-modal-partner42.c-modal.iziModal,
.js-modal-partner43.c-modal.iziModal,
.js-modal-partner44.c-modal.iziModal,
.js-modal-partner45.c-modal.iziModal,
.js-modal-partner46.c-modal.iziModal,
.js-modal-partner47.c-modal.iziModal,
.js-modal-partner48.c-modal.iziModal,
.js-modal-partner49.c-modal.iziModal,
.js-modal-partner50.c-modal.iziModal,
.js-modal-partner51.c-modal.iziModal,
.js-modal-partner52.c-modal.iziModal,
.js-modal-partner53.c-modal.iziModal,
.js-modal-partner54.c-modal.iziModal,
.js-modal-partner55.c-modal.iziModal,
.js-modal-partner56.c-modal.iziModal,
.js-modal-partner57.c-modal.iziModal,
.js-modal-partner58.c-modal.iziModal,
.js-modal-partner59.c-modal.iziModal,
.js-modal-partner60.c-modal.iziModal,
.js-modal-partner61.c-modal.iziModal,
.js-modal-partner62.c-modal.iziModal,
.js-modal-partner63.c-modal.iziModal,
.js-modal-partner64.c-modal.iziModal,
.js-modal-partner65.c-modal.iziModal,
.js-modal-partner66.c-modal.iziModal,
.js-modal-partner67.c-modal.iziModal,
.js-modal-partner68.c-modal.iziModal,
.js-modal-partner69.c-modal.iziModal,
.js-modal-partner70.c-modal.iziModal,
.js-modal-partner71.c-modal.iziModal,
.js-modal-partner72.c-modal.iziModal,
.js-modal-partner73.c-modal.iziModal,
.js-modal-partner74.c-modal.iziModal,
.js-modal-partner75.c-modal.iziModal,
.js-modal-partner76.c-modal.iziModal,
.js-modal-partner77.c-modal.iziModal,
.js-modal-partner78.c-modal.iziModal
{
  margin: 100px auto;
} */
.js-modal-partner01.c-modal.iziModal .iziModal-wrap,
.js-modal-partner02.c-modal.iziModal .iziModal-wrap,
.js-modal-partner03.c-modal.iziModal .iziModal-wrap,
.js-modal-partner04.c-modal.iziModal .iziModal-wrap,
.js-modal-partner05.c-modal.iziModal .iziModal-wrap,
.js-modal-partner06.c-modal.iziModal .iziModal-wrap,
.js-modal-partner07.c-modal.iziModal .iziModal-wrap,
.js-modal-partner08.c-modal.iziModal .iziModal-wrap,
.js-modal-partner09.c-modal.iziModal .iziModal-wrap,
.js-modal-partner10.c-modal.iziModal .iziModal-wrap,
.js-modal-partner11.c-modal.iziModal .iziModal-wrap,
.js-modal-partner12.c-modal.iziModal .iziModal-wrap,
.js-modal-partner13.c-modal.iziModal .iziModal-wrap,
.js-modal-partner14.c-modal.iziModal .iziModal-wrap,
.js-modal-partner15.c-modal.iziModal .iziModal-wrap,
.js-modal-partner16.c-modal.iziModal .iziModal-wrap,
.js-modal-partner17.c-modal.iziModal .iziModal-wrap,
.js-modal-partner18.c-modal.iziModal .iziModal-wrap,
.js-modal-partner19.c-modal.iziModal .iziModal-wrap,
.js-modal-partner20.c-modal.iziModal .iziModal-wrap,
.js-modal-partner21.c-modal.iziModal .iziModal-wrap,
.js-modal-partner22.c-modal.iziModal .iziModal-wrap,
.js-modal-partner23.c-modal.iziModal .iziModal-wrap,
.js-modal-partner24.c-modal.iziModal .iziModal-wrap,
.js-modal-partner25.c-modal.iziModal .iziModal-wrap,
.js-modal-partner26.c-modal.iziModal .iziModal-wrap,
.js-modal-partner27.c-modal.iziModal .iziModal-wrap,
.js-modal-partner28.c-modal.iziModal .iziModal-wrap,
.js-modal-partner29.c-modal.iziModal .iziModal-wrap,
.js-modal-partner30.c-modal.iziModal .iziModal-wrap,
.js-modal-partner31.c-modal.iziModal .iziModal-wrap,
.js-modal-partner32.c-modal.iziModal .iziModal-wrap,
.js-modal-partner33.c-modal.iziModal .iziModal-wrap,
.js-modal-partner34.c-modal.iziModal .iziModal-wrap,
.js-modal-partner35.c-modal.iziModal .iziModal-wrap,
.js-modal-partner36.c-modal.iziModal .iziModal-wrap,
.js-modal-partner37.c-modal.iziModal .iziModal-wrap,
.js-modal-partner38.c-modal.iziModal .iziModal-wrap,
.js-modal-partner39.c-modal.iziModal .iziModal-wrap,
.js-modal-partner40.c-modal.iziModal .iziModal-wrap,
.js-modal-partner41.c-modal.iziModal .iziModal-wrap,
.js-modal-partner42.c-modal.iziModal .iziModal-wrap,
.js-modal-partner43.c-modal.iziModal .iziModal-wrap,
.js-modal-partner44.c-modal.iziModal .iziModal-wrap,
.js-modal-partner45.c-modal.iziModal .iziModal-wrap,
.js-modal-partner46.c-modal.iziModal .iziModal-wrap,
.js-modal-partner47.c-modal.iziModal .iziModal-wrap,
.js-modal-partner48.c-modal.iziModal .iziModal-wrap,
.js-modal-partner49.c-modal.iziModal .iziModal-wrap,
.js-modal-partner50.c-modal.iziModal .iziModal-wrap,
.js-modal-partner51.c-modal.iziModal .iziModal-wrap,
.js-modal-partner52.c-modal.iziModal .iziModal-wrap,
.js-modal-partner53.c-modal.iziModal .iziModal-wrap,
.js-modal-partner54.c-modal.iziModal .iziModal-wrap,
.js-modal-partner55.c-modal.iziModal .iziModal-wrap,
.js-modal-partner56.c-modal.iziModal .iziModal-wrap,
.js-modal-partner57.c-modal.iziModal .iziModal-wrap,
.js-modal-partner58.c-modal.iziModal .iziModal-wrap,
.js-modal-partner59.c-modal.iziModal .iziModal-wrap,
.js-modal-partner60.c-modal.iziModal .iziModal-wrap,
.js-modal-partner61.c-modal.iziModal .iziModal-wrap,
.js-modal-partner62.c-modal.iziModal .iziModal-wrap,
.js-modal-partner63.c-modal.iziModal .iziModal-wrap,
.js-modal-partner64.c-modal.iziModal .iziModal-wrap,
.js-modal-partner65.c-modal.iziModal .iziModal-wrap,
.js-modal-partner66.c-modal.iziModal .iziModal-wrap,
.js-modal-partner67.c-modal.iziModal .iziModal-wrap,
.js-modal-partner68.c-modal.iziModal .iziModal-wrap,
.js-modal-partner69.c-modal.iziModal .iziModal-wrap,
.js-modal-partner70.c-modal.iziModal .iziModal-wrap,
.js-modal-partner71.c-modal.iziModal .iziModal-wrap,
.js-modal-partner72.c-modal.iziModal .iziModal-wrap,
.js-modal-partner73.c-modal.iziModal .iziModal-wrap,
.js-modal-partner74.c-modal.iziModal .iziModal-wrap,
.js-modal-partner75.c-modal.iziModal .iziModal-wrap,
.js-modal-partner76.c-modal.iziModal .iziModal-wrap,
.js-modal-partner77.c-modal.iziModal .iziModal-wrap,
.js-modal-partner78.c-modal.iziModal .iziModal-wrap	{
		  position: static;
}
.js-modal-partner01.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner02.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner03.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner04.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner05.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner06.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner07.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner08.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner09.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner10.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner11.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner12.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner13.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner14.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner15.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner16.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner17.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner18.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner19.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner20.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner21.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner22.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner23.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner24.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner25.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner26.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner27.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner28.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner29.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner30.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner31.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner32.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner33.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner34.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner35.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner36.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner37.c-modal.iziModal .iziModal-wrap .iziModal-content, 
.js-modal-partner38.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner39.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner40.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner41.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner42.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner43.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner44.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner45.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner46.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner47.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner48.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner49.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner50.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner51.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner52.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner53.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner54.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner55.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner56.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner57.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner58.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner59.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner60.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner61.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner62.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner63.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner64.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner65.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner66.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner67.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner68.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner69.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner70.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner71.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner72.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner73.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner74.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner75.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner76.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner77.c-modal.iziModal .iziModal-wrap .iziModal-content,
.js-modal-partner78.c-modal.iziModal .iziModal-wrap .iziModal-content{
  -webkit-transition: 0s;
  transition: 0s;
}

.p-mv {
  margin-top: 90px;
}
@media screen and (max-width: 1070px) {
  .p-mv {
    margin-top: 70px;
		height: auto;
  }
}
.p-mv__bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: auto;
}
.p-mv__bg img {
  width: 100%;
  height: auto;
	position: relative;
	z-index: 2;
}
.p-mv__fixed {
  background: #000000;
  color: #fff;
  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: 70px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-mv__fixed p {
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 1.8333333333;
  font-weight: 600;
  position: relative;
  padding-right: 68px;
}
.p-mv__fixed p::after {
  position: absolute;
  content: "";
  background-image: url(../img/fixedarrow.svg);
  background-size: contain;
  width: 38px;
  height: 38px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .p-mv__fixed {
    height: 55px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .p-mv__fixed p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 0.2625;
    font-weight: 600;
    position: relative;
    padding-bottom: unset;
    padding-right: 43px;
  }
  .p-mv__fixed p::after {
    position: absolute;
    content: "";
    background-image: url(../img/fixedarrow.svg);
    background-size: contain;
    width: 26px;
    height: 26px;
    right: 0;
    left: unset;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    bottom: 50%;
    top: unset;
  }
}



.p-mv__pc{
	display: block;
}

.p-mv__md{
	display: none;
}

.p-mv__sp{
	display: none;
}


@media screen and (max-width: 1200px){
.p-mv__pc{
	display: none;
}
	.p-mv__md{
	display: block;
}

.p-mv__sp{
	display: none;
}
}


@media screen and (max-width: 768px){
.p-mv__pc{
	display: none;
}

.p-mv__md{
	display: none;
}

.p-mv__sp{
	display: block;
}

}

.p-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 145px;
}
@media screen and (max-width: 768px) {
  .p-about {
    display: block;
    padding-top: 105px;
  }
}
.p-about__thumb {
  max-width: 383px;
  height: auto;
}
.p-about__thumb img {
  width: 100%;
  height: auto;
}
.p-about__body {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  .p-about__body {
    margin-left: unset;
    position: relative;
  }
  .p-about__body::after {
    position: absolute;
    content: "";
    background: url(../img/about.png);
    background-size: contain;
        right: -45px;
        bottom: -8px;
        z-index: -1;
        width: 190.8px;
        height: 224.42px;
  }
}
.p-about__title {
  max-width: 504px;
}
@media screen and (max-width: 768px) {
  .p-about__title {
    max-width: 294px;
  }
}
.p-about__title img {
  width: 100%;
  height: auto;
}
.p-about__text {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.14em;
  line-height: 2.2631578947;
  font-weight: 600;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    font-size: 1rem;
    letter-spacing: 0.123em;
    line-height: 1.875;
    margin-top: 50px;
  }
}

.p-enjoy {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-enjoy {
    margin-top: 171px;
  }
}
.p-enjoy__title {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  line-height: 1.6923076923;
  font-weight: 600;
  text-align: center;
}
.p-enjoy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -66px;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .p-enjoy__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}
.p-enjoy__item {
  width: calc(33.33333% - 66px);
  margin-left: 66px;
}
@media screen and (max-width: 768px) {
  .p-enjoy__item {
    width: 100%;
    margin-left: unset;
    margin-top: 40px;
  }
}
.p-enjoy__item--1 .p-enjoy__item--thumb {
  max-width: 230px;
  height: auto;
  margin: 28px auto 0;
}
.p-enjoy__item--1 .p-enjoy__item--text {
  margin-top: 32px;
}
.p-enjoy__item--2 .p-enjoy__item--thumb {
  max-width: 234px;
  height: auto;
  margin: 32px auto 0;
}
.p-enjoy__item--2 .p-enjoy__item--text {
  margin-top: 36px;
}
.p-enjoy__item--3 .p-enjoy__item--thumb {
  max-width: 258px;
  height: auto;
  margin: 30px auto 0;
}
.p-enjoy__item--3 .p-enjoy__item--text {
  margin-top: 30px;
}
.p-enjoy__item--title {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.015em;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.p-enjoy__item--title span {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
}
.p-enjoy__item--text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2.1333333333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-enjoy__item--text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 2;
  }
}
.p-enjoy__item--thumb img {
  width: 100%;
  height: auto;
}

.p-areamap {
  margin-top: 168px;
}
@media screen and (max-width: 768px) {
  .p-areamap {
    margin-top: 97px;
  }
}
.p-areamap__title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 58px;
  font-size: 3.625rem;
  letter-spacing: 0.015em;
  line-height: 1.3793103448;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-areamap__thumb {
    width: 100%;
    margin-left: unset;
    margin-top: 10px;
  }
}
.p-areamap__thumb img {
  width: 100%;
  height: auto;
}
.p-areamap__text {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 80px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-areamap__text {
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-left: unset;
    margin-top: 17px;
  }
}
.p-areamap__bottom {
  height: 400px;
  background-image: url(../img/bottom_areamap_pc.jpg);
  background-position: center;
  background-size: cover;
  margin: 118px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-areamap__bottom {
    height: 290px;
    background-image: url(../img/bottom_areamap_sp.jpg);
    margin: 50px calc(50% - 50vw) 0;
  }
}
.p-areamap__buttons {
  margin-left: -10.5px;
  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;
  margin-top: 29px;
}
.p-areamap__button {
  width: calc(33.33333% - 10.5px);
  margin-left: 10.5px;
  border: 1px solid;
  border-radius: 50px;
  height: 44.19px;
  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;
  letter-spacing: 0.016em;
  font-weight: 600;
}

.p-conference {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .p-conference {
    margin-top: unset;
  }
}
.p-conference__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 879px;
  margin: 20px auto 102px;
	align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-conference__head {
    margin: 0px auto 102px;
    padding-top: 40px;
  }
}
.p-conference__head--thumb {
  margin-left: 49.8px;
  max-width: 238px;
  width: 100%;
}
.p-conference__head--thumb-2 {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .p-conference__head--thumb {
    width: 33%;
    /* max-width: 112.33px; */
    margin-right: 7.1%;
    /* margin-right: 31px; */
    margin-left: unset;
  }
}
.p-conference__head--thumb img {
  width: 100%;
  height: auto;
}
.p-conference__head--body {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .p-conference__head--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-conference__title {
    width: 60%;
  }  
}
.p-conference__title--en {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-conference__title--en {
    font-size: min(10.769vw, 2.625rem);
    margin-top: 4px;
		line-height: 1;
  }
}
.p-conference__title--ja {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-conference__title--ja {
    /* font-size: 1.5rem; */
    font-size: min(6.153vw, 1.5rem);
    letter-spacing: 0.03em;
    line-height: 1.5416666667;
		margin-top: 12px;
  }
}
.p-conference__title-2 {
  margin-bottom: -42px;
}
.p-conference__title-2 .p-conference__title--time {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 37px;
  font-size: 2.3125rem;
  letter-spacing: 0.015em;
  line-height: 1.1351351351;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-conference__title-2 .p-conference__title--time {
    line-height: 1.2432432432;
    margin-top: 12px;
  }
}
.p-conference__title-2 .p-conference__title--en {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.02em;
  line-height: 2.6666666667;
  font-weight: 500;
  display: inline-block;
  margin-top: -23px;
}
@media screen and (max-width: 768px) {
  .p-conference__title-2 .p-conference__title--en {
    font-size: 2.625rem;
    letter-spacing: 0.015em;
    line-height: 1.9047619048;
    margin-top: -14px;
  }
}
.p-conference__title-2 .p-conference__title--ja {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  font-weight: 600;
  display: inline-block;
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  .p-conference__title-2 .p-conference__title--ja {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.5416666667;
    margin-left: unset;
    margin-top: -10px;
  }
}
.p-conference__lead {
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-conference__lead {
    letter-spacing: 0.03em;
    line-height: 1.875;
    margin-top: 27px;
  }
}
.p-conference-item {
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-conference-item {
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-conference-item-2 {
    margin: -31px auto 0;
  }
  .p-conference-item-2 + .p-contents {
    margin-top: 190px;
  }
}
.p-conference-item + .p-conference-item {
  margin: 155px auto 0;
}
@media screen and (max-width: 768px) {
  .p-conference-item + .p-conference-item {
    margin: 69px auto 0;
  }
}
.p-conference-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-conference-item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-conference-item__number {
  font-family: "alternate-gothic-atf", sans-serif;
  width: 147px;
}
@media screen and (max-width: 768px) {
  .p-conference-item__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.p-conference-item__number--lg {
  font-size: 84px;
  font-size: 5.25rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-conference-item__number--lg {
    margin-top: unset;
    /* font-size: 3.125rem; */
    font-size: min(12.821vw, 3.125rem);
  }
}
.p-conference-item__number--sm {
  font-size: 37px;
  font-size: 2.3125rem;
  /* letter-spacing: 0.015em; */
  /* line-height: 1.1351351351; */
	line-height: 1;
  font-weight: 500;
  display: block;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-conference-item__number--sm {
    margin-top: unset;
    margin-left: 15px;
		width: 70%;
    font-size: min(9.487vw, 2.3125rem);
  }
}
.p-conference-item__heading {
  margin-left: 58px;
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .p-conference-item__heading {
    margin-left: unset;
    width: 100%;
  }
}
.p-conference-item__title {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  line-height: 2.1153846154;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-conference-item__title {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
    margin-top: 27px;
  }
}
.p-conference-item__title-1 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-conference-item__title-1 {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
    margin-top: 21px;
  }
}
.p-conference-item__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-conference-item__text {
  letter-spacing: 0.03em;	
  margin-top: 25px;
  font-weight: 500;
}
.p-conference-item__text.tuning{
    letter-spacing: 0.018em;
}

@media screen and (max-width: 768px) {
  .p-conference-item__text {
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-top: 15px;
  }
}
.p-conference-item__text--1 {
  width: 100%;
}

.p-conference-item__text--1.u-l_space{
	letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .p-conference-item__text--1 {
    margin-top: 14px;
    width: 100%;
  }
}
.p-conference-item__delivery {
  border: 1px solid;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  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;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  font-weight: 600;
  margin-left: 20px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-conference-item__delivery {
    width: min(24.102vw, 94px);
    height: min(24.102vw, 94px);
    margin-top: unset;
    /* margin-left: 30px; */
    margin-left: 0;
    font-size: min(3.333vw, 0.8125rem);
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  }
}
.p-conference-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid;
  margin-top: 51px;
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .p-conference-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: unset;
    margin-top: 29px;
  }
}
.p-conference-body__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 272px;
}
@media screen and (max-width: 768px) {
  .p-conference-body__head {
    border: 1px solid;
    width: 100%;
  }
}
.p-conference-body__head p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.5em;
  margin-top: 3px;
  line-height: 1;
}
.p-conference-body__head p span {
  text-combine-upright: all;
}
@media screen and (max-width: 768px) {
  .p-conference-body__head p {
    width: 50%;
    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: 1rem;
  }
}
.p-conference-body__thumb {
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .p-conference-body__thumb {
    margin-left: unset;
    width: 50%;
  }
}
.p-conference-body__thumb img {
  width: 100%;
  height: auto;
}
.p-conference-body__body {
  width: calc(100% - 317px);
  margin-left: 45px;
}
@media screen and (max-width: 768px) {
  .p-conference-body__body {
    width: 100%;
    margin-left: unset;
  }
}
.p-conference-body__title {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
  font-weight: 600;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-conference-body__title {
    font-size: 1.3125rem;
    letter-spacing: 0.03em;
    line-height: 1.619047619;
    margin-top: 21px;
  }
}

.p-conference-body__title.p-conference-body__title-1{
	margin-top: 0;
}

.p-conference-body__name--sm {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 600;
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-conference-body__name--sm {
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
    line-height: 1.9333333333;
    margin-top: 14px;
  }
}
.p-conference-body__name--lg {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  line-height: 1.3333333333;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-conference-body__name--lg {
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    line-height: 1.9473684211;
    margin-top: -2px;
  }
}
.p-conference-body__open {
  margin-left: auto;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid;
  margin-top: -47px;
  padding-bottom: 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-conference-body__open {
    margin-top: -4px;
    padding-bottom: 4px;
  }
}
.p-conference-body__open p {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding-right: 36px;
}
.p-conference-body__open p::after {
  position: absolute;
  content: url(../img/prof.png);
  right: 4px;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-conference-body__open + .p-conference-body {
  border-top: unset;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-conference-body__open + .p-conference-body {
    margin-top: 93px;
  }
}
.p-conference-speak-2 {
  border-top: 1px solid;
  margin-top: 60px;
}
.p-conference-speak__title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  line-height: 2.6666666667;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__title {
    text-align: center;
    margin-top: 25px;
  }
}
.p-conference-speak__title2 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__title2 {
    display: block;
    font-size: 2.3125rem;
    letter-spacing: 0.015em;
    line-height: 1.2432432432;
    margin-bottom: unset;
  }
  .p-conference-speak__title2 + .p-conference-speak__title {
    margin-top: 45px;
  }
}
.p-conference-speak__title2 span {
  font-size: 37px;
  font-size: 2.3125rem;
  letter-spacing: 0.015em;
  line-height: 1.1351351351;
  display: block;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__title2 span {
    margin-left: 0;
    line-height: 1.2432432432;
    margin-top: 13px;
  }
}
.p-conference-speak__title2 + .p-conference-speak__list {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__listbox {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-conference-speak__listbox-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__listbox-2 {
    display: block;
    margin: 0 auto;
  }
}
.p-conference-speak__list {
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__list {
    margin-left: -46px;
    margin-top: -15px;
  }
}

.p-conference-speak__list.u-wd-special .p-conference-speak__item:first-child,
.p-conference-speak__list.u-wd-special .p-conference-speak__item:nth-child(3){
	width: 31%;
}

.p-conference-speak__list.u-wd-special .p-conference-speak__item:nth-child(2){
	width: 34%;
}

.p-conference-speak__list.u-wd-special2 .p-conference-speak__item:nth-child(4){
	width: 34%;
}
.p-conference-speak__list.u-wd-special3 .p-conference-speak__item:nth-child(2){
	width: 34%;
}
.p-conference-speak__list.u-wd-special3 .p-conference-speak__item:nth-child(3){
	width: 30%;
}
.p-conference-speak__list.u-wd-special4 .p-conference-speak__item:nth-child(2){
	width: 31%;
}
.p-conference-speak__list.u-wd-special4 .p-conference-speak__item:nth-child(3){
	width: 33.4%;
}


@media screen and (max-width: 768px) {
.p-conference-speak__list.u-wd-special3 .p-conference-speak__item:nth-child(3),
.p-conference-speak__list.u-wd-special4 .p-conference-speak__item:nth-child(2),
.p-conference-speak__list.u-wd-special .p-conference-speak__item:first-child,
.p-conference-speak__list.u-wd-special .p-conference-speak__item:nth-child(2),
.p-conference-speak__list.u-wd-special .p-conference-speak__item:nth-child(3),
.p-conference-speak__list.u-wd-special2 .p-conference-speak__item:nth-child(4),
.p-conference-speak__list.u-wd-special3 .p-conference-speak__item:nth-child(2),
.p-conference-speak__list.u-wd-special4 .p-conference-speak__item:nth-child(3){
	width: calc(50% - 46px);
}


}


.p-conference-speak__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33333% - 10px);
  margin-left: 10px;
  margin-top: 40px;
}

.p-conference-speak__item.one-col{
	width: 100%;
}

@media screen and (max-width: 768px) {
  .p-conference-speak__item {
    width: calc(50% - 46px);
    margin-left: 46px;
    -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;
    margin-top: 20px;
  }
}
.p-conference-speak__item-1 {
  width: calc(100% - 32px);
}
@media screen and (max-width: 768px) {
  .p-conference-speak__item-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: unset;
  }
  .p-conference-speak__item-1 .p-conference-speak__body {
    margin-left: 23px;
  }
}
.p-conference-speak__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 32px);
  margin-left: 79px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__item2 {
    width: 100%;
    max-width: unset;
    margin-left: 46px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .p-conference-speak__item2 .p-conference-speak__body {
    margin-left: 25px;
  }
}
.p-conference-speak__thumb {
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__thumb {
    max-width: 120px;
  }
}
.p-conference-speak__thumb img {
  width: 100%;
  height: auto;
}
.p-conference-speak__body {
  margin-left: 15px;
	width: 50%;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__body {
    margin-left: unset;
		width: auto;
  }
}
.p-conference-speak__name {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  font-weight: 600;
  margin-top: 15px;
}

.p-conference-speak__name.u-l_space{
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-conference-speak__name {
    margin-top: 8px;
  }
}
.p-conference-speak__comp {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.6153846154;
  font-weight: 500;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__comp {
    margin-top: 10px;
    font-size: 0.8125rem;
  }
}

.p-conference-speak__comp.u-l_space2{
	letter-spacing: 0.07em;
	font-feature-settings: "palt";
}

.p-conference-speak__post {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -0.025em;
  line-height: 1.6153846154;
  font-weight: 500;
  margin-top: 6px;
	font-feature-settings: "palt";
}
.p-conference-speak__post.u-l_space{
	letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-conference-speak__post {
    font-size: 0.75rem;
  }
}
.p-conference-collabo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 66px;
  background-image: radial-gradient(circle, #000 1px, transparent 2px 2px), radial-gradient(circle, #000 1px, transparent 2px 1px), radial-gradient(circle, #000 1px, transparent 2px 1px), radial-gradient(circle, #000 1px, transparent 2px 1px);
  background-size: 10px 10px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
@media screen and (max-width: 768px) {
  .p-conference-collabo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
  }
}
.p-conference-collabo::after {
  position: absolute;
  content: "Collaboration";
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 37px;
  font-size: 2.3125rem;
  letter-spacing: 0.015em;
  font-weight: 500;
  background: #fff;
  padding: 0 14px 0 20px;
  left: 20px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .p-conference-collabo::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-conference-collabo--1, 
.p-conference-collabo--3{
  padding: 42px 30px 42px 52px;
  margin-top: 84px;
}

.p-conference-collabo--1{
	padding-left: 69px;
}


@media screen and (max-width: 768px) {
  .p-conference-collabo--1,.p-conference-collabo--3 {
    padding: 44px 28px 24px 28px;
  }
}
.p-conference-collabo--0, 
.p-conference-collabo--2 {
  padding: 40px 64px 30px 43px;
  margin-top: 84px;
  /* margin-bottom: -84px; */
}
/* .p-conference-collabo--2{
	padding-left: 76px;
} */
@media screen and (max-width: 768px) {
	.p-conference-collabo--0, 
  .p-conference-collabo--2 {
    padding: 37px 30px 32px 30px;
    margin-top: 67px;
  }
  .p-conference-collabo--2 .p-conference-collabo__text {
    margin-top: 6px;
  }
}
.p-conference-collabo__text {
  margin-left: 67px;
	letter-spacing: 0.03em;
}
.p-conference-collabo__text.tuning3{
	max-width: 595px;
}

@media screen and (max-width: 768px) {
  .p-conference-collabo__text {
    margin-left: unset;
    margin-top: 18px;
  }
}

.p-conference-collabo__text strong{
	font-size: 18px;
	font-weight: bold;
}

.p-conference-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-conference-shop {
    display: block;
  }
}

.p-conference-shop__title--time {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 37px;
  font-size: 2.3125rem;
  letter-spacing: 0.015em;
  line-height: 1.1351351351;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-conference-shop__title--time {
    line-height: 1.2432432432;
    margin-top: 12px;
  }
}
.p-conference-shop__title--en {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 54px;
  /* font-size: 3.75rem; */
  letter-spacing: 0.02em;
  font-weight: 500;
  display: block;
  line-height:1.15;
}
@media screen and (max-width: 768px) {
  .p-conference-shop__title--en {
    font-size: 2.3125rem;
    letter-spacing: 0.015em;
    line-height: 1.2432432432;
  }
}
.p-conference-shop__title--ja {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.03em;
  line-height: 1.6923076923;
  font-weight: 600;
  display: block;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .p-conference-shop__title--ja {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-top: 1px;
  }
}
.p-conference-shop__thumb {
  width: calc(100% - 466px);
	/* padding-left: 32px; */
}
@media screen and (max-width: 768px) {
  .p-conference-shop__thumb {
    width: 100%;
    margin-top: 14px;
		padding-left: 0;
  }
}

/* .p-conference-shop__thumb--1 {
  width: calc(100% - 466px);
} */


.p-conference-shop__thumb img {
  width: 100%;
  height: auto;
}
.p-conference-shop__body {
  margin-left: 61px;
  max-width: 399px;
}
@media screen and (max-width: 768px) {
  .p-conference-shop__body {
    margin-left: unset;
  }
}

.p-conference-shop__body--1{
	max-width: 429px;
}

.p-conference-shop__body--2{
	max-width: 474px;
}

.p-conference-shop__text {
  margin-bottom: 5px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-conference-shop__text {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
    margin-top: 12px;
  }
}

.p-contents {
  max-width: 828px;
  margin: 203px auto 0;
}
@media screen and (max-width: 768px) {
  .p-contents {
    margin: 44px auto 0;
  }
}
.p-contents__title {
  text-align: center;
}
.p-contents__listtitle {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.6923076923;
  font-weight: 600;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contents__listtitle {
    font-size: 1.375rem;
    letter-spacing: 0.07em;
    line-height: 1.5454545455;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 53px;
  }
}
.p-contents__listtitle span {
  border: 1px solid;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 2.7857142857;
  border-radius: 17px;
  width: 121px;
  height: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .p-contents__listtitle span {
    margin-left: unset;
    margin-top: 7px;
    margin-bottom: 9px;
  }
}
.p-contents__listtitle-2 span {
  width: 131px;
}
.p-contents__list1 {
  margin-top: 72px;
  border-bottom: 1px solid;
  padding-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .p-contents__list1 {
    margin-top: -44px;
    padding-bottom: 61px;
  }
}
.p-contents__list1--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.p-contents__list1--item.u-flex-start{
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-contents__list1--item {
    display: block;
  }
  .p-contents__list1--item + .p-contents__list1--item {
    margin-top: 52px;
  }
}
.p-contents__list1--thumb {
  width: calc(100% - 468px);
}
@media screen and (max-width: 768px) {
  .p-contents__list1--thumb {
    width: 100%;
    margin-top: 9px;
  }
}
.p-contents__list1--thumb img {
  width: 100%;
  height: auto;
}
.p-contents__list1--body {
  margin-left: 56px;
  width: 412px;
}
@media screen and (max-width: 768px) {
  .p-contents__list1--body {
    margin-left: 0px;
    width: 100%;
  }
}
.p-contents__list1--time {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.015em;
  line-height: 1.2272727273;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-contents__list1--time {
    margin-bottom: 6px;
  }
}
.p-contents__list1--title {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.03em;
  line-height: 1.6923076923;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contents__list1--title {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
		margin-top: 20px;
  }
	.p-contents__list1--time + .p-contents__list1--title{
		margin-top: 0;
	}
  .p-contents__list1--title + .p-contents__list1--thumb {
    margin-top: 14px;
  }
}

.p-contents__list1--title--time {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contents__list1--title--time {
    margin-top: 12px;
  }
}

.p-contents__list1--text {
  margin-top: 27px;
  font-weight: 500;
}

.p-contents__list1--text.tuning{
	margin-top: 12px;
}


.p-contents__list1--time.tuning{
	margin-bottom: 0;
}

.p-contents__list1--text.tuning2{
	margin-top: 17px;
}

.p-contents__list1--text.tuning3{
	letter-spacing: 0.02em;
}



@media screen and (max-width: 768px) {
  .p-contents__list1--text {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
    margin-top: 12px;
  }
}
.p-contents__list1--price {
  margin-top: 7px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contents__list1--price {
    letter-spacing: 0.1em;
    margin-top: 9px;
  }
}
.p-contents__list1--price span {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 2.7857142857;
  font-weight: 600;
  border-radius: 17px;
  border: 1px solid;
  width: 93px;
  height: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12.5px;
}
@media screen and (max-width: 768px) {
  .p-contents__list1--price span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 89px;
    margin-bottom: 9px;
  }
}

.p-contents__list1--note {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
    font-feature-settings: "palt";
}

.p-contents__list2 {
  margin-top: 72px;
  padding-bottom: 76px;
	border-bottom: 1px solid;

}
@media screen and (max-width: 768px) {
  .p-contents__list2 {
    display: block;
    margin-left: unset;
    margin-top: 34px;
    padding-bottom: 62px;
  }
}
.p-contents__list2--item {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}
.p-contents__list2--item:nth-child(n+3) {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-contents__list2--item {
		display: block;
  }
	.p-contents__list2--item:nth-child(n+3) {
		margin-top: 0;
	}

  .p-contents__list2--item + .p-contents__list2--item {
    margin-top: 51px;
  }
}

.p-contents__list2--thumb{
	width: calc(100% - 468px);
}

.p-contents__list2--thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
	.p-contents__list2--thumb{
		width: 100%;
		height: auto;
	}
}

.p-contents__list2--body {
  margin-left: 56px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 169px;
	position: relative;
	    width: 412px;
}
@media screen and (max-width: 768px) {
  .p-contents__list2--body {
		margin-left: 0;
		width: 100%;
		margin-top: 16px;
  }
}
.p-contents__list2--title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  font-weight: 600;
	font-feature-settings: "palt";
}
.p-contents__list2--title.r span {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-contents__list2--title.r span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contents__list2--title {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.8888888889;
  }
}
.p-contents__list2--text {
  margin-top: 15px;
  font-weight: 500;
}
.p-contents__list2--text.r span {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: top;
}

.p-contents__list2--text.r span.indent{
	font-size: 16px;
	display: inline-block;
	width: 45px;
		}
.p-contents__list2--text.r span.palt{
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 0.075em;
	display: inline-block;
	width: calc(100% - 45px);
}

@media screen and (max-width: 768px) {
  .p-contents__list2--text {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
		margin-top: 20px;
  }
}
.p-contents__list2--border {
  width: 100%;
  height: 1px;
  background: #000000;
  display: block;
}
.p-contents__list3 {
  margin-top: 72px;
  margin-left: -66px;
  padding-bottom: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-contents__list3 {
    display: block;
    margin-left: unset;
    margin-top: 13px;
    padding-bottom: 85px;
  }
}
.p-contents__list3--2 {
  display: block;
}
.p-contents__list3--2 .p-contents__list3--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contents__list3--2 .p-contents__list3--item {
    display: block;
  }
}
.p-contents__list3--2 .p-contents__list3--thumb {
  width: calc(100% - 534px);
}
@media screen and (max-width: 768px) {
  .p-contents__list3--2 .p-contents__list3--thumb {
    width: 100%;
  }
}
.p-contents__list3--2 .p-contents__list3--body {
  margin-left: 58px;
  width: 371px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
@media screen and (max-width: 768px) {
  .p-contents__list3--2 .p-contents__list3--body {
    margin-left: unset;
    margin-top: 12px;
    width: 100%;
  }
}
.p-contents__list3--2 .p-contents__list1--text {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-contents__list3--2 .p-contents__list1--text {
    font-size: 1rem;
    letter-spacing: 0.062em;
    line-height: 1.875;
    margin-top: 9px;
  }
}
.p-contents__list3--item {
  width: calc(50% - 66px);
  margin-left: 66px;
}
@media screen and (max-width: 768px) {
  .p-contents__list3--item {
    margin-left: unset;
    width: 100%;
  }
  .p-contents__list3--item + .p-contents__list3--item {
    margin-top: 53px;
  }
}
.p-contents__list3--thumb {
  position: relative;
}
.p-contents__list3--thumb img {
  width: 100%;
  height: auto;
}
.p-contents__list3--time {
  position: absolute;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.7857142857;
  font-weight: 600;
  border-radius: 17px;
  width: 131px;
  height: 33px;
  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;
  bottom: 6px;
  left: 7px;
}
@media screen and (max-width: 768px) {
  .p-contents__list3--time {
    bottom: 11px;
    left: 11px;
  }
}
.p-contents__list3--body {
  margin-top: 32px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 169px;
}
@media screen and (max-width: 768px) {
  .p-contents__list3--body {
    margin-top: 12px;
    min-height: unset;
  }
}
.p-contents__list3--title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contents__list3--title {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.8888888889;
  }
}
.p-contents__list3--text {
  margin-top: 24px;
  font-weight: 500;
}
.p-contents__list3--text.v {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-contents__list3--text {
    font-size: 1rem;
    letter-spacing: 0.062em;
    line-height: 1.875;
    margin-top: 4px;
  }
}

/* .p-entry {
  background: #3a3a3a;
  margin: 0 calc(50% - 50vw);
  padding: 78px calc(50vw - 50%);
  width: 100vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-entry {
    padding: 45px calc(50vw - 50%) 41px;
  }
}
.p-entry__title {
  display: block;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 58px;
  font-size: 3.625rem;
  letter-spacing: 0.015em;
  line-height: 1.3793103448;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-entry__title {
    font-size: 2.75rem;
    line-height: 1.8181818182;
  }
}
.p-entry__lead {
  text-align: center;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-entry__lead {
    margin-top: 16px;
  }
}
.p-entry__lead--lg {
  display: block;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0.03em;
  line-height: 1.0476190476;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-entry__lead--lg {
    font-size: 1.875rem;
    letter-spacing: 0.015em;
    line-height: 1.3333333333;
  }
}
.p-entry__lead--sm {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-entry__lead--sm {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-top: 21px;
  }
}
.p-entry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p-entry__list {
    display: block;
    margin: 32px auto 0;
  }
}
.p-entry__item {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.6923076923;
  font-weight: 500;
  border: 1px solid;
  border-radius: 70px;
  margin-left: 30px;
  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: calc(50% - 30px);
  height: 80px;
  margin-top: 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-entry__item {
    width: 96%;
    height: 70px;
    margin-left: unset;
    font-size: 1.25rem;
    line-height: 2;
    margin: 25px auto 0;
  }
} */

.p-access {
  margin: 90px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-access {
		margin: 0;
    margin-top: 40px;
		width: 100%;
  }
}
.p-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1155px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-access__inner {
		padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-access__gmap {
  position: relative;
  width: 55%;
  height: 0;
  padding-top: 36.3%;
}
@media screen and (max-width: 768px) {
  .p-access__gmap {
    margin-top: 26px;
    width: 100%;
    padding-top: 62.3%;
  }
}
.p-access__gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
}
.p-access__body {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .p-access__body {
    margin-left: unset;
  }
}
.p-access__title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 58px;
  font-size: 3.625rem;
  letter-spacing: 0.015em;
  line-height: 1.3793103448;
  font-weight: 500;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .p-access__title {
    font-size: 2.625rem;
    line-height: 1.9047619048;
    text-align: center;
  }
}
.p-access__text--lg {
  font-size: 28px;
	line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-access__text--lg {
		font-size: 24px;
    line-height: 1.21875;
    margin-top: 30px;
  }
}

.p-access__text--lg .p-access__text--lg--en{
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 32px;
  letter-spacing: 0.015em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-access__text--lg .p-access__text--lg--en {
    line-height: 1.21875;
		margin-top: 0;
  }
}


.p-access__text--md {
  margin-top: 20px;
  line-height: 1.75;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-access__text--md {
    margin-top: 19px;
  }
}
.p-access__text--sm {
  margin-top: 47px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-access__text--sm {
    margin-top: 6px;
  }
}
.p-access__link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 3.1428571429;
  font-weight: 600;
  border: 1px solid;
  border-radius: 23px;
  width: 182px;
  height: 46px;
  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;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-access__link {
    margin: 24px auto;
  }
}

.p-sponsors {
  margin-top: 144px;
}
@media screen and (max-width: 768px) {
  .p-sponsors {
    margin-top: 71px;
  }
}
.p-sponsors__title {
  text-align: center;
  letter-spacing: 0.015em;
}
.p-sponsors__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sponsors__subtitle {
    font-size: 1rem;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}
.p-sponsors__subtitle--1 {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .p-sponsors__subtitle--1 {
    margin-top: 34px;
  }
}
.p-sponsors__subtitle--2 {
  margin-top: 99px;
}
@media screen and (max-width: 768px) {
  .p-sponsors__subtitle--2 {
    margin-top: 50px;
  }
}
.p-sponsors__subtitle--3 {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .p-sponsors__subtitle--3 {
    margin-top: 34px;
  }
}
.p-sponsors__subtitle--4 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-sponsors__subtitle--4 {
    margin-top: 60px;
  }
}
.p-sponsors__thumb {
  height: auto;
}
.p-sponsors__thumb--1 {
  max-width: 486px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .p-sponsors__thumb--1 {
    max-width: 277px;
    margin: 13px auto 0;
  }
}
.p-sponsors__thumb--1 img {
  width: 100%;
  height: auto;
}
.p-sponsors__thumb--2 {
  max-width: 982px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-sponsors__thumb--2 {
    max-width: 308px;
    margin: 23px auto 0;
  }
}
.p-sponsors__thumb--2 img {
  width: 100%;
  height: auto;
}
.p-sponsors__thumb--3 {
  max-width: 699px;
  margin: 26px auto 0;
}
@media screen and (max-width: 768px) {
  .p-sponsors__thumb--3 {
    max-width: 100%;
    margin: 22px auto 0;
  }
}
.p-sponsors__thumb--3 img {
  width: 100%;
  height: auto;
}
.p-sponsors__thumb--4 {
  max-width: 824px;
  margin: 58px auto 0;
}
@media screen and (max-width: 768px) {
  .p-sponsors__thumb--4 {
    margin: 29px auto 0 2px;
  }
}
.p-sponsors__thumb--4 img {
  width: 100%;
  height: auto;
}

.p-lab{
  margin: 90px calc(50% - 50vw) 0;
  padding: 81px calc(50vw - 50%) 60px;
  width: 100vw;
  background: url(../img/bg_lab.png);
  background-size: cover;
  background-position: center;
}

.p-cdr {
  margin: 90px calc(50% - 50vw) 0;
  padding: 81px calc(50vw - 50%) 60px;
  width: 100vw;
  background: url(../img/bg_cdr.png);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .p-lab,.p-cdr {
    padding: 51px calc(50vw - 50%) 60px;
    margin: 62px calc(50% - 50vw) 0;
  }
}

.p-lab__inner {
  max-width: 438px;
  margin: 0 auto;
  color: #fff;
}

.p-cdr .p-lab__inner{
	max-width: 481px;
}


.p-lab__title--sm {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lab__title--sm {
    font-size: 0.8125rem;
    line-height: 2.4615384615;
  }
}
.p-lab__title--lg {
  display: block;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 58px;
  font-size: 3.625rem;
  letter-spacing: 0.015em;
  line-height: 1.3793103448;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-lab__title--lg {
    font-size: 2.75rem;
    line-height: 1;
  }
}
.p-lab__text {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-lab__text {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.7857142857;
  }
}
.p-lab__link {
  margin: 40px auto 0;
  border: 1px solid;
  border-radius: 23px;
  width: 186px;
  height: 46px;
  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: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-lab__link {
    margin: 34px auto 0;
  }
}

.p-lab__link--wrap{
	margin: 40px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.p-cdr .p-lab__link{
	margin: 0;
}

.p-archive {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .p-archive {
    margin-top: 47px;
  }
}
.p-archive__inner {
  max-width: 701px;
  margin: 0 auto;
}
.p-archive__title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1.3793103448;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive__title {
    font-size: 2.625rem;
    letter-spacing: 0.015em;
    line-height: 1.9047619048;
  }
}
.p-archive__text {
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .p-archive__text {
    margin-top: 23px;
    letter-spacing: 0.1em;
  }
}
.p-archive__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
	justify-content: center;
  margin-left: -15px;
  margin-top: 52px;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-archive__buttons {
    margin-top: 22px;
    margin-left: unset;
    display: block;
  }
}
.p-archive__link {
  border: 1px solid;
  border-radius: 23px;
  /* width: calc(33.33333% - 15px); */
	width: 259px;
  margin-left: 15px;
  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: 13.5px;
  font-size: 0.84375rem;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  min-height: 46px;
}

@media screen and (max-width: 768px) {
  .p-archive__link {
    margin-left: unset;
    width: 96%;
    margin: 15px auto 0;
  }
}

.p-archive__link:nth-of-type(n+3){
	margin-top: 20px;
}

.p-report-about {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .p-report-about {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-about p {
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.12em;
  }
}
.p-report-about__youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-report-about__youtube {
    margin-top: 15px;
  }
}
.p-report-about__youtube iframe {
  width: 100%;
  height: 100%;
}
.p-report-cnt--1 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--1 {
    margin-top: 118px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-cnt--1 .p-report-cnt__title--head {
    max-width: 338px;
    margin: 0 auto;
  }
}
.p-report-cnt .p-report-cnt__title--thumb {
  width: 170px;
  margin-left: 14px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt .p-report-cnt__title--thumb {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
    width: 100%;
		margin: 0;
		margin-bottom: 36px;
  }
}
/* @media (min-width: 769px) {
  .p-report-cnt--1 .p-report-cnt__title--title {
    max-width: 395px;
    width: 100%;
  }
} */
.p-report-cnt--1 .p-report-cnt__lead {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--1 .p-report-cnt__lead {
    margin-top: 46px;
  }
}
.p-report-cnt .p-report-cnt__title--body {
  margin-left: 59px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt .p-report-cnt__title--body {
    margin-left: unset;
  }
}
/* .p-report-cnt--1 .p-report-cnt__title--contents {
  padding: 21px 19px 14px 19px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--1 .p-report-cnt__title--contents {
    padding: unset;
    margin-top: 25px;
  }
} */
.p-report-cnt .p-report-cnt__slider1 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
.p-report-cnt .p-report-cnt__slider1 {
    margin-top: 48px;
  }
}
.p-report-cnt--2 {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--2 {
    margin-top: 60px;
  }
}
/* .p-report-cnt--2 .p-report-cnt__title--thumb {
  width: 187px;
  margin: 19px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--2 .p-report-cnt__title--thumb {
    margin-top: 5px;
    margin-left: 24px;
    width: 150px;
  }
  .p-report-cnt--2 .p-report-cnt__title--thumb img {
    margin-left: -18px;
  }
} */
/* @media (min-width: 769px) {
  .p-report-cnt--2 .p-report-cnt__title--title {
    max-width: 435px;
    width: 100%;
  }
} */
.p-report-cnt--2 .p-report-cnt__title--body {
  margin-left: 52px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--2 .p-report-cnt__title--body {
    margin-left: unset;
  }
}
/* .p-report-cnt--2 .p-report-cnt__title--contents {
  padding: 16px 13px 10px 19px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--2 .p-report-cnt__title--contents {
    padding: unset;
    margin-top: 25px;
  }
} */
.p-report-cnt--2 .p-report-cnt__lead {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--2 .p-report-cnt__lead {
    margin-top: 46px;
  }
}
.p-report-cnt--2 .p-report-cnt__lead2 {
  margin-top: 107px;
}
.p-report-cnt--2 .p-report-cnt__lead2 + .p-report-cnt__slider1 {
  margin-top: 22px;
}
.p-report-cnt--2 .p-report-cnt__slider1 {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--2 .p-report-cnt__slider1 {
    margin-top: 48px;
  }
}
/* .p-report-cnt--2 .p-report-cnt__title--body {
  max-width: 544px;
} */
.p-report-cnt .p-report-cnt__collabo {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt .p-report-cnt__collabo {
    margin-top: 40px;
  }
}
.p-report-cnt--2 .p-report-cnt__collabo2 {
  margin-top: 81px;
  padding: 57px 30px 36px 34px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--2 .p-report-cnt__collabo2 {
    margin-top: 61px;
  }
}
.p-report-cnt--3 {
  margin-top: 134px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--3 {
    margin-top: 115px;
  }
}
/* .p-report-cnt--3 .p-report-cnt__title--thumb {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--3 .p-report-cnt__title--thumb {
    margin-top: 3px;
    margin-left: 24px;
    width: 170px;
  }
} */
/* @media (min-width: 769px) {
  .p-report-cnt--3 .p-report-cnt__title--title {
    max-width: 435px;
    width: 100%;
  }
} */
.p-report-cnt--3 .p-report-cnt__slider1 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--3 .p-report-cnt__slider1 {
    margin-top: 48px;
  }
}



.p-report-cnt--3 .p-report-cnt__title--body {
  margin-left: 67px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--3 .p-report-cnt__title--body {
    margin-left: unset;
  }
}

.p-report-cnt--4 {
  margin-top: 136px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt--4 {
    margin-top: 115px;
  }
}

.p-report-cnt__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-report-cnt__title--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
}
.p-report-cnt__title--thumb img {
  width: 100%;
  height: auto;
}
/* .p-report-cnt__title--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */
.p-report-cnt__title--title img {
  width: 100%;
  height: auto;
}
/* .p-report-cnt__title--title span:first-of-type {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 49px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__title--title span:first-of-type {
    line-height: 1.2;
    font-size: 33px;
  }
} */
/* .p-report-cnt__title--title span:last-of-type {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__title--title span:last-of-type {
    font-size: 25px;
    line-height: 1.6;
  }
} */
/* .p-report-cnt__title--contents {
  border: 1px solid;
  position: relative;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__title--contents {
    border: unset;
    letter-spacing: 0em;
    line-height: 1.7333333333;
  }
} */
/* .p-report-cnt__title--contents::after {
  position: absolute;
  content: "contents";
  text-transform: uppercase;
  background: #fff;
  left: 8px;
  top: -11px;
  padding: 0 10px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__title--contents::after {
    position: unset;
    content: none;
  }
} */
.p-report-cnt__slider2 {
  margin-top: 5px;
}
.p-report-cnt__slider2 .p-report-cnt__slider--item {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}
.p-report-cnt__slider2 .p-report-cnt__slider--item.swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-report-cnt__slider--item img {
  width: 100%;
  height: auto;
}
.p-report-cnt__text {
  margin-top: 22px;
}
.p-report-cnt__collabo {
  position: relative;
  padding: 54px 30px 36px 34px;
  border: dotted 4px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__collabo {
    padding: 55px 29px 36px 29px;
  }
}
.p-report-cnt__collabo::after {
  position: absolute;
  content: "Collaboration";
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.1351351351;
  font-family: "alternate-gothic-atf", sans-serif;
  left: 26px;
  top: -18px;
  padding: 0 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__collabo::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-report-ecd .p-report-cnt__collabo::after{
	background: #D3E498;
}

.p-report-cnt__collabo--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__collabo--item {
    -webkit-box-orient: column;
    -webkit-box-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-report-cnt__collabo--item + .p-report-cnt__collabo--item {
  border-top: dotted 4px;
  padding-top: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__collabo--item + .p-report-cnt__collabo--item {
    padding-top: 41px;
    margin-top: 45px;
  }
}
.p-report-cnt__collabo--body {
  margin-left: 29px;
  width: calc(100% - 281px);
}
@media screen and (max-width: 768px) {
  .p-report-cnt__collabo--body {
    margin-left: unset;
    width: 100%;
  }
}
.p-report-cnt__collabo--thumb img, .p-report-cnt__collabo--logo img {
  width: 100%;
  height: auto;
}
.p-report-cnt__collabo--thumb {
  width: 252px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__collabo--thumb {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-cnt__collabo--logo {
    margin: 0 auto;
  }
}
.p-report-cnt__collabo--logo-1 {
  width: 141px;
}
.p-report-cnt__collabo--logo-2 {
  width: 154px;
}
.p-report-cnt__collabo--logo-3 {
  width: 113px;
}
.p-report-cnt__collabo--text {
  margin-top: 21px;
  font-size: 15.5px;
}
.p-report-cnt__collabo--text span {
  position: relative;
  padding-right: 0.7em;
}
.p-report-cnt__collabo--text span::after {
  position: absolute;
  content: "Ⓡ";
  right: 0;
  top: -7px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__collabo--text {
    margin-top: 23px;
  }
}
.p-report-cnt__youtube {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-report-cnt__youtube {
    margin-top: 34px;
  }
}
.p-report-cnt__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-report-archive {
  background: #00a040;
  margin: 112px calc(50% - 50vw) 0;
  width: 100vw;
  padding: 78px 0 62px;
}
@media screen and (max-width: 768px) {
  .p-report-archive {
    margin: 48px calc(50% - 50vw) 0;
    padding: 77px 0 74px;
  }
}
.p-report-archive__inner {
  max-width: 974px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-report-archive__inner {
    padding: 0 39px;
  }
}
.p-report-archive__title {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "alternate-gothic-atf", sans-serif;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-report-archive__title {
    text-align: left;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.015em;
    margin-top: unset;
  }
}
.p-report-archive__lead {
  font-size: 26px;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 500;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-report-archive__lead {
    text-align: left;
    font-size: 22px;
    line-height: 1.7272727273;
    letter-spacing: 0.05em;
    margin-top: 17px;
  }
}
.p-report-archive__text {
  font-size: 17px;
  line-height: 1.8823529412;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
  margin-top: 54px;
	font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-report-archive__text {
    text-align: left;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 24px;
  }
}
.p-report-archive__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-report-archive__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 59px;
  }
}
.p-report-archive__head {
  width: 330px;
}
.p-report-archive__body {
  width: 552px;
}
@media screen and (max-width: 959px) {
  .p-report-archive__body {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .p-report-archive__head .p-report-archive__body {
    width: 100%;
  }
}
.p-report-archive__buttons + .p-report-archive__title2 {
  margin-top: 33px;
}
.p-report-archive__title2 {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.p-report-archive__title2::after {
  position: absolute;
  content: "";
  background-image: radial-gradient(circle, #fff 1px, transparent 2px 2px);
  background-size: 10px 10px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 77px);
  height: 10px;
}
@media screen and (max-width: 768px) {
  .p-report-archive__title2::after {
    background-image: radial-gradient(circle, #fff 1px, transparent 1px 1px);
    background-size: 6px 6px;
  }
}
.p-report-archive__youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 9px;
}
@media screen and (max-width: 959px) {
  .p-report-archive__youtube {
    margin-top: 18px;
  }
}
.p-report-archive__youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .p-report-archive__buttons {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 26px;
  }
}
.p-report-archive__button {
  border: 1px solid #fff;
  color: #fff;
  min-height: 73px;
  border-radius: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.5px 18.4px 8.5px 29px;
  margin-top: 9px;
}
@media screen and (max-width: 959px) {
  .p-report-archive__button {
    margin-top: 19px;
    border-radius: 50px;
    padding: 10.5px 21.4px 9.5px 23px;
    min-height: 99px;
  }
}
.p-report-archive__button + .p-report-archive__button {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-report-archive__button + .p-report-archive__button {
    margin-top: 24px;
  }
}
.p-report-archive__button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-report-archive__button p span:first-of-type {
  font-size: 30px;
  line-height: 1.8333333333;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "alternate-gothic-atf", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-report-archive__button p span:first-of-type {
    font-size: 32px;
    letter-spacing: 0.03em;
    line-height: 2.0625;
  }
}
.p-report-archive__button p span:first-of-type.p-report-archive__button--txt {
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 2.5;
}
@media screen and (max-width: 959px) {
  .p-report-archive__button p span:first-of-type.p-report-archive__button--txt {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 2.1;
  }
}
.p-report-archive__button p span:last-of-type {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
  /* padding-right: 47px; */
  margin-left: 20px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-report-archive__button p span:last-of-type {
    font-size: 16px;
    line-height: 1.4444444444;
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 375px){
.p-report-archive__button p span:last-of-type{
	margin-left: 12px;
	padding-left: 12px;
}

}

.p-report-archive__button p span:last-of-type::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 100%;
  min-height: 48px;
  width: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-report-archive__button p span:last-of-type::after {
  position: absolute;
  content: "";
  background-image: url(../img/report/ico_report.png);
  background-size: contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 375px){
.p-report-archive__button p span:last-of-type::after{
	width: 30px;
	height: 30px;
}
}

.p-report-archive__button1 {
  padding: 6.5px 19.4px 8.5px 20px;
}
@media screen and (max-width: 959px) {
  .p-report-archive__button1 {
    padding: 6.5px 19.4px 8.5px 20px;
  }
  .p-report-archive__button1 p span:last-of-type {
    margin-left: 13px;
  }
}

.p-report-archive__button2{
	flex-direction: column;
	gap: 12px;
	position: relative;
	padding: 10px 18.4px 6.5px 29px;
}

@media screen and (max-width: 768px){
.p-report-archive__button2{
		padding: 18px 21.4px 9.5px 23px
}
}

.p-report-archive__button2::after{
    position: absolute;
    content: "";
    background-image: url(../img/report/ico_report.png);
    background-size: contain;
    right: 18.4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
}
@media screen and (max-width: 375px){
.p-report-archive__button2::after{
	width: 30px;
	height: 30px;
}
}



.p-report-archive__button2 p span:first-of-type{
	min-width: 43px;
}

@media screen and (max-width: 768px){
.p-report-archive__button2 p span:first-of-type{
	min-width: 34px;
}
}

.p-report-archive__button2 p span:last-of-type::after{
	display: none;
}

.p-report-event {
  margin: 134px calc(50% - 50vw) 0;
  width: 100vw;
  background-image: url(../img/report/bg_event.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 10px 110px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-report-event {
    background-image: url(../img/report/bg_event_sp.jpg);
		background-position: top center;
    margin: 117px calc(50% - 50vw) 0;
    padding: 72px 26px 70px;
  }
}
.p-report-event__title {
  font-size: 60px;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  font-family: "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-report-event__title {
    font-size: 42px;
    letter-spacing: 0.015em;
  }
}
.p-report-event__inner {
  max-width: 1075px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 57px 48px 38px 48px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-report-event__inner {
    padding: 26px 28px 28px 28px;
  }
}
.p-report-event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
}
@media screen and (max-width: 768px) {
  .p-report-event__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
  }
}
.p-report-event__item {
  width: calc(25% - 25px);
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .p-report-event__item {
    width: 100%;
    margin-left: unset;
  }
  .p-report-event__item + .p-report-event__item {
    margin-top: 52px;
  }
}
.p-report-event__item--thumb img {
  width: 100%;
  height: auto;
}
.p-report-event__item--title {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  margin-top: 22px;
  font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .p-report-event__item--title {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 2;
    margin-top: 9px;
  }
}

.p-report-event__item--title2{
	margin: 22px calc(50% - 50vw) 0;
	letter-spacing: normal;
}
.p-report-event__item--text {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p-report-event__item--text {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.875;
    font-weight: 500;
  }
}
.p-report-event__item:nth-child(3) .p-report-event__item--text {
  font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.p-report-gallery {
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .p-report-gallery {
    margin-top: 80px;
  }
}
.p-report-gallery__title, .p-report-floor__title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-report-gallery__title, .p-report-floor__title {
    font-size: 42px;
    letter-spacing: 0.015em;
  }
}
.p-report-gallery__lead, .p-report-floor__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9583333333;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-report-gallery__lead, .p-report-floor__lead {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1.6666666667;
    margin-top: 18px;
  }
}
.p-report-gallery__matter {
  padding-top: 66.5%;
  width: 100%;
  position: relative;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-report-gallery__matter {
    margin-top: 34px;
  }
}
.p-report-gallery__matter iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-report-media {
  margin-top: 166px;
}
@media screen and (max-width: 768px) {
  .p-report-media {
    margin-top: 86px;
  }
}
.p-report-media__title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-report-media__title {
    font-size: 42px;
    letter-spacing: 0.015em;
  }
}
.p-report-media__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9583333333;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-report-media__lead {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1.6666666667;
    margin-top: 21px;
  }
}
.p-report-media__list {
  margin: 44px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 406px;
	list-style: disc;
	padding-left: 16px;
	margin-left: 30%;
}
@media screen and (max-width: 768px){
	.p-report-media__list{
		margin-top: 36px;
		margin-left: 0;
		list-style: none;
		padding-left: 0;
		width: 100%;
	}
}

.p-report-media__list--item {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px){
	.p-report-media__list--item{
		text-align: center;
		margin-top: 24px;
	}
	.p-report-media__list--item:first-of-type{
		margin-top: 0;
	}
}
.p-report-media__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: -15px; */
	gap: 15px;
  margin-top: 41px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-report-media__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
    margin-top: 34px;
		gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-report-media__button {
  background-color: #00a040;
  /* width: calc(50% - 15px); */
	width: calc(100% / 3);
  /* margin-left: 15px; */
  border-radius: 37px;
  min-height: 65px;
  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;
  max-width: 300px;
}
.p-report-media__button:nth-of-type(2) p{
	padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-report-media__button {
    width: 100%;
    margin-left: unset;
    max-width: unset;
  }
  .p-report-media__button + .p-report-media__button {
    margin-top: 20px;
  }
}

.p-report-media__button2{
	max-width: 344px;
}

.p-report-media__button2 p{
	padding-right: 16px;
}

.p-report-media__button p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1666666667;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
}
.p-report-media__button p::after {
  position: absolute;
  content: "";
  background-image: url(../img/report/ico_report.png);
  background-size: contain;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
.p-report-media__button p span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3571428571;
  text-align: center;
  display: block;
}
.p-report-partner {
  margin: 157px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-report-partner {
    margin: 97px calc(50% - 50vw) 0;
  }
}
.p-report-partner__inner {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-report-partner__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-report-partner__title {
    font-size: 26px;
    line-height: 1.6923076923;
    letter-spacing: 0.12em;
  }
}
.p-report-partner__lead {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-report-partner__lead {
    margin-top: 44px;
    padding: 0 5px;
  }
}
.p-report-partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-report-partner__list {
    margin-left: -14px;
  }
}
.p-report-partner__item {
  width: calc(20% - 16px);
  margin-left: 16px;
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-report-partner__item {
    width: calc(50% - 14px);
    margin-left: 14px;
    margin-top: 22px;
  }
}
.p-report-partner__item--thumb img {
  width: 100%;
  height: auto;
}
.p-report-partner__item--name {
  text-align: center;
  font-weight: 700;
  line-height: 1.625;
  margin-top: 12px;
}
.p-report-obje {
  margin: 122px calc(50% - 50vw) 0;
  width: 100vw;
  height: 200px;
  background-image: url(../img/report/img_obje_pc.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-report-obje {
    height: 92px;
    background-image: url(../img/report/img_obje_sp.png);
    margin: 74px calc(50% - 50vw) 0;
  }
}
.p-report-map {
  margin: 140px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .p-report-map {
    margin: 8px calc(50% - 50vw) 0;
  }
}
.p-report-map__inner {
  max-width: 1088px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 66px;
}
@media screen and (max-width: 768px) {
  .p-report-map__inner {
    padding: 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
}
.p-report-map__body {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-report-map__body {
    width: 100%;
  }
}
.p-report-map__thumb {
  width: 54%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-report-map__thumb {
    width: 100%;
    margin: 4px auto 0;
  }
}
.p-report-map__thumb img {
  width: 100%;
  height: auto;
}
.p-report-map__title {
  font-size: 58px;
  line-height: 1.3793103448;
  letter-spacing: 0.015em;
  font-weight: 500;
  font-family: "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-report-map__title {
    font-size: 42px;
    line-height: 1.9047619048;
    text-align: center;
  }
}
.p-report-map__text {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .p-report-map__text {
    line-height: 2;
    margin-top: 22px;
    letter-spacing: 0.1em;
  }
}
.p-report-map__open {
  width: 100%;
  max-width: 725px;
  margin: 0 auto;
}
.p-report-map__open2 {
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
}

.p-report-map__open img,
.p-report-map__open2 img {
  width: 100%;
  height: auto;
}
.p-report .p-sponsors {
  margin-top: 136px;
}
@media screen and (max-width: 768px) {
  .p-report .p-sponsors {
    margin-top: 66px;
  }
}
.p-report .p-lab {
  margin: 114px calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
  .p-report .p-lab {
    margin: 60px calc(50% - 50vw) 0;
  }
}
.p-report .p-archive {
  margin-top: 124px;
}
@media screen and (max-width: 768px) {
  .p-report .p-archive {
    margin-top: 49px;
  }
}
.p-report .swiper-button-prev,
.p-report .swiper-button-next {
  height: 14px;
  width: 28px;
}
@media screen and (max-width: 768px) {
  .p-report .swiper-button-prev,
  .p-report .swiper-button-next {
    height: 20.75px;
    width: 10.37px;
  }
}
.p-report .swiper-button-prev::after,
.p-report .swiper-button-next::after {
  margin: auto;
}
.p-report .swiper-button-prev::after {
  content: url(../img/report/arrow_prev_pc.svg);
}
@media screen and (max-width: 768px) {
  .p-report .swiper-button-prev::after {
    content: url(../img/report/arrow_prev_sp.svg);
  }
}
.p-report .swiper-button-next::after {
  content: url(../img/report/arrow_next_pc.svg);
}
@media screen and (max-width: 768px) {
  .p-report .swiper-button-next::after {
    content: url(../img/report/arrow_next_sp.svg);
  }
}
.p-report .swiper-slide img {
  height: auto;
  width: 100%;
}


/* 202410月ここから
--------------------------------------------------------------*/

/* 動画 */
.p-movie{
	/* margin-top: 250px; */
	max-width: 890px;
  margin: 250px auto 0;
	padding: 0px 20px;
}

.p-movie__title{
	max-width: 673px;
	margin: 0 auto;
}

.p-movie__title2{
	max-width: calc(914px / 2);
	margin: 60px auto 0;
}


.p-movie__title img {
    width: 100%;
    height: auto;
}

.p-movie__text{
	font-size: 19px;
    font-size: 1.1875rem;
    letter-spacing: 0.14em;
    line-height: 2.2631578947;
    font-weight: 600;
    margin-top: 45px;
		font-feature-settings: "palt";
}

.p-movie__video{
	margin-top: 61px;
		padding-top: 56.25%; /* 16:9のアスペクト比 */
		height: 0;
		width: 100%;
		position: relative;
}
	.p-movie__video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}

@media screen and (max-width: 768px){
	.p-movie{
		margin-top: 120px;
		padding: 0;
	}
	.p-movie__text{
		font-size: 1rem;
		letter-spacing: 0.123em;
		line-height: 1.875;
		margin-top: 35px;
	}
	.p-movie__video{
		margin-top: 30px;
	}

}


.p-contents__list1--presents span {
  font-size: 18px;
	width: 190px;
  letter-spacing: 0.03em;
  line-height: 2.7857142857;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid;
  max-width: 190px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px){
	.p-contents__list1--presents span{
		font-size: 16px;
		width: 156px;
		padding:11px 20px;
		height: 40px;
		margin-top: 20px;
	}
}

.p-contents__list2--price span{
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2.7857142857;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid;
  width: auto;
  height: 33px;
	padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;	
	margin-top: 10px;
}

.p-conference__title .p-conference__title--time {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 37px;
  font-size: 2.3125rem;
  letter-spacing: 0.015em;
  line-height: 1.1351351351;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-conference__title .p-conference__title--time {
    font-size: min(9.487vw, 2.3125rem);
    line-height: 1.2432432432;
    margin-top: 12px;
  }
}

/* アクセス */

.p-access__body {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .p-access__body {
    margin-left: unset;
  }
}
.p-access__title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 58px;
  font-size: 3.625rem;
  letter-spacing: 0.015em;
  line-height: 1.3793103448;
  font-weight: 500;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .p-access__title {
    font-size: 2.625rem;
    line-height: 1.9047619048;
    text-align: center;
  }
}

.p-access__text--lg span{
	font-size: 15px;
}

@media screen and (max-width: 768px){
	.p-access__text--lg span{
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	display: inline-block;
}

}

/* 注意書き */
.p-attention {
    margin: 109px calc(50% - 50vw) 0;
    padding: 120px calc(50vw - 50%) 103px;
    width: 100vw;
		background: #3A3A3A;
		color: #ffffff;
}

@media screen and (max-width: 768px){
	.p-attention {
		padding-top: 63px;
		padding-bottom: 60px;
	}
}

.p-attention__title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px){
	.p-attention__title{
		font-size: 16px;
		padding-bottom: 10px;
	}
}

.p-attention__title + .p-attention__subtitle{
	margin-top: 25px;
}

.p-attention__subtitle{
	font-size: 18px;
	margin-top: 40px;
}
@media screen and (max-width: 768px){
	.p-attention__subtitle{
		font-size: 16px;
	}
}


.p-attention__list{
	font-size: 15px;
	margin-top: 10px;
}

.p-attention__list li{
	position: relative;
	padding-left: 19px;
}

.p-attention__list li::before{
	position: absolute;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ffff;
	left: 0;
	top: 14px;
	transform: translateY(-50%);
}


/* デザインマップ */
.p-designmap{
    margin: 123px calc(50% - 50vw) 0;
    width: 100vw;
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 100px;
}
@media screen and (max-width: 768px){
	.p-designmap{
		margin: 0;
		width: 100%;
		margin-top: 48px;
	}
}


.p-designmap__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1033px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
	.p-designmap__inner{
		flex-direction: column;
	}
}


.p-designmap__thumb {
    width: calc(100% - 510px);
}

@media screen and (max-width: 768px){
	.p-designmap__thumb{
		width: 100%;
	}
}


.p-designmap__thumb img {
    width: 100%;
    height: auto;
}

.p-designmap__body {
	max-width: 446px;
	margin-left: 66px;
}

@media screen and (max-width: 768px){
	.p-designmap__body{
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}


.p-designmap__title {
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 54px;
    letter-spacing: 0.02em;
    font-weight: 500;
    display: block;
    line-height: 1.15;
}
@media screen and (max-width: 768px){
	.p-designmap__title{
		font-size: 44px;
	}
}


.p-designmap__text{
	margin-top: 51px;
}
@media screen and (max-width: 768px){
	.p-designmap__text{
		margin-top: 30px;
	}
}


/* スライド */
.p-slider{
    margin: 90px calc(50% - 50vw) 0;
    width: 100vw;
}
@media screen and (max-width: 768px){
	.p-slider{
		margin-top: 40px;
	}
}
.sliderArea {
  background: #fff;
  overflow: hidden;
}
.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.sliderWide .slick-arrow {
  opacity: 0;
  transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
  opacity: 1;
}
.slider {
  max-width: 731px;
  margin: 0 auto;
  padding: 0;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-slide img{
	width: 711px;
	margin: 0 auto;
  padding: 0 10px;
  opacity: .5;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px){
.slider .slick-slide img{
	width: 283.76px;
	padding: 0 4px;
}
}
.slider .slick-slide.slick-current img{
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-dots {
  bottom: -33px;
}

.sliderWide .slick-arrow{
	opacity: 1;
	background-color: #00a040;
}

.slick-prev:hover, .slick-next:hover{
	  opacity: .4;
}

.slick-prev, .slick-next{
	background-color: #00a040;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	    position: absolute;
}
@media screen and (max-width: 768px){
	.slick-prev, .slick-next{
	width: 19.15px;
	height: 19.15px;
	}
}
.slick-prev{
	left: -6px;
}
.slick-next{
    right: -3px;
}
@media screen and (max-width: 768px){
.slick-prev{
	left: 40px;
}
.slick-next{
    right: 40px;
}
}

.slick-prev:before {
    content: '';
		display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(120%) rotate(-135deg);
	left: 5px;
}

.slick-next:before {
    content: '';
		display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(75%) rotate(45deg);
	left: 5px;
}

@media screen and (max-width: 768px){
.slick-prev:before,.slick-next:before{
	border-width: 1px;
	width: 6px;
	height: 6px;
}
}

ul.slider > li:not(:first-child) {
    display: none;
}

/* ショップ */
.p-conference-shop__inner{
	/* max-width: 926px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin: 0 auto;
}

.p-conference-shop--2 .p-conference-shop__inner{
	max-width: 969px;
}

@media screen and (max-width: 768px){
	.p-conference-shop__inner{
		flex-direction: column;
	}
}

.p-conference-shop--1,
.p-conference-shop--2
{
		/* margin: 0px calc(50% - 50vw) 0;
    width: 100vw; */
		margin-top: 120px;
}

@media screen and (max-width: 768px){
	.p-conference-shop--1,
.p-conference-shop--2{
	margin: 0;
	width: 100%;
	margin-top: 120px;
}
}

.p-conference-shop__body-1{
	max-width: 447px;
}

.p-conference-shop__thumb-1{
	width: calc(100% - 429px);
}

.p-conference-shop__thumb-2{
	width: calc(100% - 474px);
}

.p-conference-shop__thumb-3{
	width: calc(100% - 508px);
}

@media screen and (max-width: 768px){
	.p-conference-shop__thumb-1,
.p-conference-shop__thumb-2,
.p-conference-shop__thumb-3	{
	width: 100%;
}
}


.p-conference-collabo--0 .p-conference-collabo__thumb img{
	width: 190px;
}

.p-conference-collabo--1 .p-conference-collabo__thumb img{
	width: 118px;
}

.p-conference-collabo--2 .p-conference-collabo__thumb img{
	width: 140px;
}

.p-conference-collabo--3 .p-conference-collabo__thumb img{
	width: 171px;
}

.p-conference-shop + .p-contents{
	margin-top: 120px;
}

.p-conference-shop + .p-contents .p-contents__list2{
	border-bottom: none;
}



/* コラボ2列 */
.p-collabo {
  position: relative;
  border: dotted 4px;
  padding: 40px 64px 30px 43px;
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .p-collabo {
    padding: 55px 29px 36px 29px;
    margin-top: 40px;
  }
}
.p-collabo::after {
  position: absolute;
  content: "Collaboration";
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.1351351351;
  font-family: "alternate-gothic-atf", sans-serif;
  left: 26px;
  top: -18px;
  padding: 0 10px;
  background: #fff;
}
.p-collabo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
  .p-collabo__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-collabo__item + .p-collabo__item {
  border-top: dotted 4px;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-collabo__item + .p-collabo__item {
    padding-top: 41px;
    margin-top: 45px;
  }
}

.p-collabo__body {
  margin-left: 50px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .p-collabo__body {
    margin-left: 0;
    width: 100%;
  }
}
.p-collabo__thumb img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-collabo__thumb img {
    width: 100%;
  }
}
.p-collabo__title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-collabo__title {
    text-align: center;
    line-height: 1.25;
  }
}
.p-collabo__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 1.75;
}
.p-collabo__text.u-l_space {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px){
	.p-collabo__text{
	margin-top: 18px;
	}
}

.u-border__wavy{
	background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 10px;
}

.u-border__wavy.u-border__wavy-1{
	max-width: 701px;
	margin: 10px auto 0;
}

.l-footer-bottom__item--head{
	display: flex;
	align-items: end;
}
@media screen and (max-width: 768px){
.l-footer-bottom__item--head{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
}


.l-footer-bottom__sns{
	display: flex;
	gap: 18px;
	margin-left: 24px;
}
@media screen and (max-width: 768px){
.l-footer-bottom__sns{
	margin-left: 0;
}
}

.l-footer-bottom__sns li a img{
	display: block;
	width: 25px;
}

@media screen and (max-width: 768px){
.l-footer-bottom__sns li a img{
	width: 27px;
}
}


.l-footer-bottom__item2 + .l-footer-bottom__item2{
	margin-left: 184px;
}


@media screen and (max-width: 768px){
.l-footer-bottom__item2 + .l-footer-bottom__item2{
	margin-left: 0;
	margin-top: 75px;
}
}


.l-footer-bottom__item.icon:last-child a{
	position: relative;
	padding-left: 19px;
}

.l-footer-bottom__item.icon a::before {
    position: absolute;
    content: url(../img/icon_global.svg);
    left: 0;
    top: -5px;
		width: 14px;
		height: 14px;
}

@media screen and (max-width: 768px){
.l-footer-bottom__item.icon a::before{
	top: -1px;
}
}


.c-fixed__box{
	position: fixed;
	bottom: 50%;
	transform:translateY(50%);
	right:0;
	z-index: 10;
	transition: 0.5s;
}

.c-fixed__box:has(.js-active){
	position: relative;
	bottom: unset;
	transform: unset;
}

.c-fixed__box.is-active{
	bottom: 38%;
	transition: 0.5s;
}

@media screen and (max-width: 1070px){
.c-fixed__box{
	display: contents;
}
}



/* 申し込みモーダル */
.p-entry{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 200;
	color: #fff;
}

.p-entry__inner{
		position: fixed;
		right: 0;
		top: 0;
		left: auto;
		bottom: auto;
	height: 100vh;
	width: 291px;
	background-color: #3A3A3A;
	z-index: 99;
}

.p-entry__inner .c-burger__border{
	background: #fff;
}

.p-entry__text{
	width: 203px;
	margin: 0 auto;
	margin-top: 80px;
	transition: .5s;
}

.p-entry__title{
	font-size: 58px;
  font-family: "alternate-gothic-atf", sans-serif;
	transition: .5s;
}

.p-entry__lead{
	font-size: 18px;
font-feature-settings: "palt";
transition: .5s;
}

.p-entry__list{
	width: 100%;
	position: absolute;
	bottom: 0;
}

.p-entry__item a{
	display: flex;
	align-items: center;
	height: 120px;
	position: relative;
	padding: 34px 30px 34px 34px;
	border-top: 1px solid #fff;
	font-size: 44px;
	letter-spacing: 0.015em;
  font-family: "alternate-gothic-atf", sans-serif;
}

.p-entry__item a::before{
		right: 29px;
		top: 50%;
		content: '';
		position: absolute;
    display: block;
    color: #fff;
    line-height: 1;
    width: 15px;
    height: 15px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
}


.p-entry__item span{
	font-size: 33px;
	display: inline-block;
	margin-left: 10px;
}

@media screen and (max-width: 1070px){
.p-entry{
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 99;
	display: none;
}
.c-modal__bg.js-active{
	display: none;
}
.p-entry__inner{
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 99;
}

.p-entry__text{
	width: 100%;
	margin-top: 91px;
	text-align: center;
	transition: .5s;
}

.p-entry__list{
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 0 30px;
	width: 100%;
	position: relative;
	bottom: auto;
	margin-top: 78px;
}
.p-entry__item{
	width: 100%;
}

.p-entry__item a{
	border: 1px solid #fff;
	border-radius: 50px;
	height: 70px;
	justify-content: center;
	font-size: 34px;
	transition: .5s;
}

.p-entry__item a:before{
	display: none;
}

.p-entry__item span{
	font-size: 26px;
}

}

@media screen and (max-height: 720px){
	.p-entry__text{
		margin-top: 50px;
	transition: .5s;
	}
	.p-entry__title{
		font-size: 52px;
		transition: .5s;
	}
	.p-entry__lead{
		font-size: 16px;
		transition: .5s;
	}
.p-entry__item a{
	padding: 24px 34px 24px;
	max-height: 90px;
	font-size: 40px;
	transition: .5s;
}
.p-entry__item span{
	font-size: 34px;
	transition: .5s;
}
}

/* SNSモーダル */
.c-modal__bg{  
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	z-index: 99;
	display: none;
}

.c-modal__bg.js-active{
	display: block;
	opacity: 1;
}

.p-sns{
		position: fixed;
		display: none;
		top: 0;
		left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 200;
}

.p-sns__inner{
		position: fixed;
		right: 0;
		top: 0;
		left: auto;
		bottom: auto;
	height: 100vh;
	width: 291px;
	background-color: #fff;
	z-index: 99;
}

.p-sns__text{
	width: 169px;
	margin: 0 auto;
	margin-top: 57px;
		transition: .5s;
}
.p-sns__text figure{
			width: 168px;
		transition: .5s;
}
.p-sns__text figure img{
			width: 100%;
}
.p-sns__text p{
	margin-top: 52px;
		font-size: 20px;
		font-weight: bold;
		transition: .5s;
}
.p-sns .l-footer-bottom__list{
	flex-direction: column;
	margin-top: 90px;
	padding: 0 58px;
		transition: .5s;
}
.p-sns .l-footer-bottom__item--head{
	align-items: flex-start;
	flex-direction: column;
}

.p-sns .l-footer-bottom__item2:last-child{
	margin-left: 0;
	margin-top: 48px;
		transition: .5s;
}

.p-sns .l-footer-bottom__item--head{
	align-items: flex-start;
	gap: 24px;
		transition: .5s;
}

.p-sns .l-footer-bottom__sns{
	margin-left: 0;
}

.c-modal__btn .c-burger__border--bottom {
	display: none;
}
.c-modal__btn .c-burger__border--top {
	display: none;
}
.c-modal__btn.js-active{
	position: fixed;
	z-index: 200;
	width: 30px;
	top: 25px;
	right: 25px;
	height: 40px;
	border: none;
	cursor: pointer;
}

.c-modal__btn.js-active .c-burger__border--top{
	width: 16px;
	height: 1px;
	display: block;
	rotate: 45deg;
	right: -1px;
	top: 6px;
}
.c-modal__btn.js-active .c-burger__border--bottom{
	width: 16px;
	height: 1px;
	display: block;
	rotate: -45deg;
	top: 6px;
	right: 0px;
}
@media screen and (max-width: 1070px){
.p-sns{
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 99;
	display: none;
}
.c-modal__bg.js-active{
	display: none;
}
.p-sns__inner{
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 99;
}

.p-sns__text{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 21px;
	width: 100%;
}
.p-sns__text p{
	margin-top: 0;
		font-size: 18px;
}

.p-sns .l-footer-bottom__item2:last-child{
	margin-top: 60px;
}
.c-modal__btn.js-active{
	z-index: 100;
	box-shadow: none;
	width: 30px;
	top: 30px;
	height: 40px;
}
.c-modal__btn.js-active .c-burger__border--top {
	width: 40px;
	height: 2px;
}
.c-modal__btn.js-active .c-burger__border--bottom {
	width: 40px;
	height: 2px;
}
}

@media screen and (max-height: 720px) and (min-width:1071px){
	.p-sns__text{
		width: auto;
		margin-top: 30px;
		width: 170px;
		transition: .5s;
	}
	.p-sns__text p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
		transition: .5s;
	}
	.p-sns__text figure{
		width: 100%;
		transition: .5s;
	}
	.p-sns .l-footer-bottom__list{
		margin-top: 60px;
		padding: 0 70px;
		transition: .5s;
	}
	.p-sns .l-footer-bottom__item2:last-child{
		margin-top: 20px;
		transition: .5s;
	}
	.p-sns .l-footer-bottom__item--head{
		gap: 15px;
		transition: .5s;
	}
}

.u-border__none{
	border: none;
}


/* アニメーション */
html.wf-active .p-animation{
	width: 100vw;
	margin:  0 calc(50% - 50vw);
	position: absolute;
	left: 0;
	top: 90px;
	aspect-ratio: 1366 / 677;
	overflow: hidden;
}

@media screen and (max-width: 768px){
	html.wf-active .p-animation{
	aspect-ratio:  65 / 88;
	top: 70px;
	}

}

html.wf-active .p-animation1{
	position: absolute;
	top: 0;
	left: 0;
	animation: fadeOut 0.8s; 
	animation-fill-mode: both; 
	animation-delay: 0.2s;
	width: 100%;
	overflow: hidden;
}


html.wf-active .p-animation2{
	position: absolute;
	top: 0;
	left: 0;
	animation: fadeInOut 1.2s; 
	animation-fill-mode: both; 
	animation-delay: 0.8s;
	width: 100%;
	overflow: hidden;
}


@keyframes fadeOut {
    0% {
        opacity: 1; 
    }
		70%{
			opacity: 1;
		}
    100% {
        opacity: 0; 
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0; 
    }
    50% {
        opacity: 1; 
    }
    70% {
        opacity: 1; 
    }
    100% {
        opacity: 0; 
    }
}

html.wf-active .p-animation3__left{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	mix-blend-mode: multiply;
	animation: leftIn 1.5s; 
	animation-fill-mode: both; 
	animation-delay: 1.75s;
	width: 100%;
	height: 100%;
	aspect-ratio: 1366 / 677;
}

html.wf-active .p-animation3__right{
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	animation: rightIn 1.5s; 
	animation-fill-mode: both; 
	animation-delay: 1.75s;
	width: 100%;
	height: 100%;
	aspect-ratio: 1366 / 677;
	mix-blend-mode: multiply;
}


@keyframes leftIn {
    0% {
				left: -100%;
    }
    50% {
				left: 0;
    }
		90%{
        left: 0;
				opacity: 1;
		}
		100%{
				left: 0;
		}
}

@keyframes rightIn {

    0% {
        right: -100%;
    }
    50% {
        right: 0;
    }
		90%{
        right: 0;
				opacity: 1;
		}
		100%{
        right: 0;
		}
}

html.wf-active .p-animation4{
	animation: fadeIn 0.75s; 
	animation-fill-mode: both; 
	animation-delay: 2.5s;
	overflow: hidden;
}

@keyframes fadeIn {
    0% {
        opacity: 0; 
    }
    100% {
        opacity: 1; 
    }
}

html.wf-active .p-animation4__sp{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	animation: anime_left_to_right 0.5s; 
	animation-fill-mode: both; 
	animation-delay: 2.5s;
	overflow: hidden;
}

@keyframes anime_left_to_right {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
    90% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
				opacity: 1;
    }
		100%{
			opacity: 1;
		}
}

html.wf-active .p-animation5__sp{
	animation: fadeIn 0.5s; 
	animation-fill-mode: both; 
	animation-delay: 3s;
}


.p-conference-item__tag{
	    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    line-height: 2.7857142857;
    /* font-weight: 600; */
    border-radius: 17px;
    border: 1px solid;
    width: 93px;
    height: 33px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12.5px;
		margin-top: 15px;
}
@media screen and (max-width: 768px){
	.p-conference-item__tag{
		margin-top: 10px;
	}
}

.p-conference-item__price{
	font-size: 14px;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
}



@media screen and (max-width: 768px){
.u-md-only--wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* width: calc(100% - 129px); */
  width: max(calc(100% - 129px), 68vw);
}
}

.p-contents__list2--reserve{
	border: 1px solid;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    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;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    font-weight: 600;
		position: absolute;
		right: 0;
		top: 10px;
}

@media screen and (max-width: 768px){
	.p-contents__list2--reserve{
		top: 0;
	}
}


/* フォント読み込みのチラつきをなくす */

html {
    visibility: hidden;
		opacity: 0;
		transition: .5s;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
		opacity: 1;
		transition: .5s;
}

/* 202410月ここまで
--------------------------------------------------------------*/

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #f4f8ff;
}

/* hidden
--------------------------------------------------------------*/
.u-header-only {
  display: none;
}
@media screen and (max-width: 1070px) {
  .u-header-only {
    display: block;
  }
}
.u-header-only--flex {
  display: none;
}
@media screen and (max-width: 1070px) {
  .u-header-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 1070px) {
  .u-header-hidden {
    display: none;
  }
}
.u-header-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1070px) {
  .u-header-hidden--flex {
    display: none;
  }
}

.u-xl-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--inline {
    display: inline-block;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}

/* レポート */
  .js-modal-area01.c-modal.iziModal,
  .js-modal-area02.c-modal.iziModal,
  .js-modal-area03.c-modal.iziModal,
  .js-modal-partner01.c-modal.iziModal,
  .js-modal-partner02.c-modal.iziModal,
  .js-modal-partner03.c-modal.iziModal,
  .js-modal-partner04.c-modal.iziModal,
  .js-modal-partner05.c-modal.iziModal,
  .js-modal-partner06.c-modal.iziModal,
  .js-modal-partner07.c-modal.iziModal,
  .js-modal-partner08.c-modal.iziModal,
  .js-modal-partner09.c-modal.iziModal,
  .js-modal-partner10.c-modal.iziModal,
  .js-modal-partner11.c-modal.iziModal,
  .js-modal-partner12.c-modal.iziModal,
  .js-modal-partner13.c-modal.iziModal,
  .js-modal-partner14.c-modal.iziModal,
  .js-modal-partner15.c-modal.iziModal,
  .js-modal-partner16.c-modal.iziModal,
  .js-modal-partner17.c-modal.iziModal,
  .js-modal-partner18.c-modal.iziModal,
  .js-modal-partner19.c-modal.iziModal,
  .js-modal-partner20.c-modal.iziModal,
  .js-modal-partner21.c-modal.iziModal,
  .js-modal-partner22.c-modal.iziModal,
  .js-modal-partner23.c-modal.iziModal,
  .js-modal-partner24.c-modal.iziModal,
  .js-modal-partner25.c-modal.iziModal,
  .js-modal-partner26.c-modal.iziModal,
  .js-modal-partner27.c-modal.iziModal,
  .js-modal-partner28.c-modal.iziModal,
  .js-modal-partner29.c-modal.iziModal,
  .js-modal-partner30.c-modal.iziModal,
  .js-modal-partner31.c-modal.iziModal,
  .js-modal-partner32.c-modal.iziModal,
  .js-modal-partner33.c-modal.iziModal,
  .js-modal-partner34.c-modal.iziModal,
  .js-modal-partner35.c-modal.iziModal,
  .js-modal-partner36.c-modal.iziModal,
  .js-modal-partner37.c-modal.iziModal,
.js-modal-partner38.c-modal.iziModal,
.js-modal-partner39.c-modal.iziModal,
.js-modal-partner40.c-modal.iziModal,
.js-modal-partner41.c-modal.iziModal,
.js-modal-partner42.c-modal.iziModal,
.js-modal-partner43.c-modal.iziModal,
.js-modal-partner44.c-modal.iziModal,
.js-modal-partner45.c-modal.iziModal,
.js-modal-partner46.c-modal.iziModal,
.js-modal-partner47.c-modal.iziModal,
.js-modal-partner48.c-modal.iziModal,
.js-modal-partner49.c-modal.iziModal,
.js-modal-partner50.c-modal.iziModal,
.js-modal-partner51.c-modal.iziModal,
.js-modal-partner52.c-modal.iziModal,
.js-modal-partner53.c-modal.iziModal,
.js-modal-partner54.c-modal.iziModal,
.js-modal-partner55.c-modal.iziModal,
.js-modal-partner56.c-modal.iziModal,
.js-modal-partner57.c-modal.iziModal,
.js-modal-partner58.c-modal.iziModal,
.js-modal-partner59.c-modal.iziModal,
.js-modal-partner60.c-modal.iziModal,
.js-modal-partner61.c-modal.iziModal,
.js-modal-partner62.c-modal.iziModal,
.js-modal-partner63.c-modal.iziModal,
.js-modal-partner64.c-modal.iziModal,
.js-modal-partner65.c-modal.iziModal,
.js-modal-partner66.c-modal.iziModal,
.js-modal-partner67.c-modal.iziModal,
.js-modal-partner68.c-modal.iziModal,
.js-modal-partner69.c-modal.iziModal,
.js-modal-partner70.c-modal.iziModal,
.js-modal-partner71.c-modal.iziModal,
.js-modal-partner72.c-modal.iziModal,
.js-modal-partner73.c-modal.iziModal,
.js-modal-partner74.c-modal.iziModal,
.js-modal-partner75.c-modal.iziModal,
.js-modal-partner76.c-modal.iziModal,
.js-modal-partner77.c-modal.iziModal,
.js-modal-partner78.c-modal.iziModal{
	padding: 0!important;
}

.u-l_space {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}


.p-contents__list1--link{
		/* height: 40px;
    background: #222;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
text-decoration: underline;
}