@charset "utf-8";

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
picture,
pre,
q,
s,
samp,
small,
strike,
sub,
sup,
tfoot,
thead,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

img {
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

*,
:after,
:before {
  box-sizing: border-box
}

@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");
/* Noto Sans CJK JP 相当は Google Fonts 上「Noto Sans JP」（400 Regular / 500 Medium / 700 Bold / 900 Black） */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@900&display=swap");

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  --header-height: 0px;
  --footer-floating-height: 0px;
  --noto-serif-jp: "Noto Serif JP", serif;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
}

main {
  margin-top: var(--header-height);
  overflow-x: hidden;
}

.sp {
  display: none;
}

.wrap {
  width: min(1100px, 98%);
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

p {
  font-size: min(1.9rem, 1.7vw);
  line-height: 1.79;
}

p strong {
  color: #ec6d1e;
  font-weight: 400;
}

h2 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: min(4.6rem, 4.4vw);
  background: linear-gradient(90deg, #163c72, #062147);
  padding: min(36px, 3vw) 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(18px, 1.8vw);
}

h2:after {
  content: '';
  display: block;
  width: min(40px, 4vw);
  height: min(20px, 2vw);
  background: #0c2e5e;
  position: absolute;
  bottom: 1px;
  transform: translateX(-50%) translateY(100%);
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

h2 strong {
  background: #ec6d1e;
  font-size: 0.7em;
  border-radius: min(10px, 1vw);
  display: block;
  padding: min(20px, 2vw) min(25px, 2.5vw);
}

h3 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: min(3.6rem, 3.5vw);
  background: #ec6d1e;
  padding: 1.6% 0;
}

h4 {
  color: #ec6d1e;
  font-size: min(3.1rem, 3vw);
  font-weight: 500;
  border-bottom: 1px solid;
  padding: 0 0 1.6%;
  margin: 4.5% 0 3.8%;
}

.btn {
  margin: 0 auto;
  box-sizing: border-box;
  width: min(514px, 51.4vw);
  aspect-ratio: 514 / 92;
}

.btn a {
  display: grid;
  height: 100%;
  background: linear-gradient(0deg, #02330c, #189200);
  color: #fff;
  place-content: center;
  border-radius: 100px;
  font-size: min(3.3rem, 3.1vw);
  font-weight: 600;
  border: min(2px, 0.2vw) solid;
  position: relative;
}

.btn a:after {
  content: '';
  display: block;
  width: min(24px, 2.2vw);
  height: min(24px, 2.2vw);
  background-image: url(../../images/original/icon__arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 9.5%;
  top: 50%;
  transform: translateY(-50%);
}

.btn[href=""] {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: inherit
}

.hv {
  transition: all 0.5s 0s ease;
}

.hv:hover {
  opacity: 0.7;
}

header {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.6% 1.4% 0.6% 1.2%;
  align-items: center;
  background-color: #fffffff7;
  justify-content: space-between;
  z-index: 9999;
}

.header__logo {
  width: min(214px, 21.4vw);
}

.header__logo img {
  width: 100%
}

.header__btns {
  display: flex;
  align-items: center;
  gap: 5%;
}

.header__btn {
  width: min(278px, 25.02vw);
  height: min(53px, 4.77vw);
}

.header__btn:nth-child(2) {
  width: min(208px, 18.72vw);
  height: min(53px, 4.77vw);
}

.header__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  background: linear-gradient(0deg, #02330c, #189200);
  color: #fff;
  border-radius: min(10px, 1vw);
  width: 100%;
  height: 100%;
  font-size: min(1.8rem, 1.62vw);
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: min(3px, 0.3vw) solid #02330c;
}

.header__btn:nth-child(2) a {
  background: linear-gradient(0deg, #0e0e0e, #7d7e7d);
  border-bottom-color: #7f7f7f;
}

.header__btn:nth-child(1) a:before {
  content: '\f138';
  font-family: "Font Awesome 6 Free";
  display: block;
  font-weight: 900;
  font-size: 1.1em;
  padding: 1% 0 0 0;
}

.header__btn:nth-child(2) a:before {
  content: '\f0e0';
  font-family: "Font Awesome 6 Free";
  display: block;
  font-weight: 400;
  font-size: 1.3em;
  padding: 1% 0 0 0;
}

/* .mv */
.mv {
  background: linear-gradient(0deg, #062147, #0c2e5e);
  position: relative;
}

.mv__main {
  position: relative;
  z-index: 1;
}

.mv__hero-foreground {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.mv__hero-foreground .mv__main-container {
  pointer-events: none;
}

.mv__hero-foreground .mv__main-inner, .mv__hero-foreground .mv__main-catch {
  pointer-events: auto;
}

.mv__main-container {
  padding: min(30px, 3vw) 0 min(25px, 2.5vw);
  width: min(1100px, 92%);
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.mv__main-title {
  width: 68.4%;
}

.mv__main-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv__main-inner {
  position: absolute;
  top: 0;
  right: -5%;
  width: 40%;
  padding: 1% 0 0 0;
  z-index: 2;
}

.mv__main-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv__main-catch {
  position: absolute;
  top: 0;
  right: -4.8%;
  width: 15%;
  z-index: 1;
}

.mv__main-catch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv__main-logo {
  width: min(115px, 10.58vw);
}

.mv__main-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv__main-image-title-container {
  /* position: absolute;
  z-index: 6;
  top: 80%; */
  margin: 108% 0 0 6.5%;
}

.mv__main-image-title {
  display: flex;
  align-items: center;
  gap: 4%;
  padding: 2% 0 0 0;
}

.mv__introduction {
  background: #ec6d1e;
  color: #fff;
  font-family: var(--noto-serif-jp);
  padding: min(12px, 1vw) 0 min(22px, 2vw);
  position: relative;

  z-index: 2;
}

.mv__main-image-position {
  font-size: min(1.6rem, 1.472vw);
  font-weight: 600;
  line-height: 1.44;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
}

.mv__main-image-name {
  font-size: min(4.2rem, 3.9vw);
  font-weight: 600;
  color: #000;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff);
}

.mv__main-image-name span {
  font-size: 0.65em;
}

.mv__introduction .ls-kata-01 {
  letter-spacing: -0.1em;
}

.mv__introduction .ls-kata-02 {
  letter-spacing: -0.05em;
}

.mv__introduction .ls-excl {
  /* letter-spacing: -0.03em; */
  margin: 0 -15px;
}

.mv__introduction .ls-quote-l {
  margin: 0 0 0 -15px;
}

.mv__introduction .ls-quote-r {
  margin: 0 -15px 0 0;
}

.mv__introduction-message {
  background: #0c2e5e;
  border-radius: min(10px, 1vw);
  font-size: min(3.2rem, 3vw);
  display: inline-block;
  padding: 0.5% 1% 1% 2%;
  position: relative;
  font-weight: bold;
}

.mv__introduction-message:after {
  content: '';
  display: block;
  width: min(20px, 2vw);
  height: min(18px, 1.8vw);
  background: #0c2e5e;
  position: absolute;
  bottom: 1px;
  transform: translateY(100%);
  left: 5.5%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.mv__introduction-title {
  font-size: min(5.9rem, 5.3vw);
  letter-spacing: -0.03em;
  padding: 1.5% 0 0 0;
  font-weight: bold;
}

.mv__conntact {
  background: #fff452;
  padding: min(25px, 2.5vw) 0;
}

/* .recommended-for */
.recommended-for {
  background: #ebeff3;
  padding: 0 0 min(70px,7vw) 0;
}

.recommended-for__list {
  background: #fff;
  margin: 6.7% 0 0 0;
  border-radius: min(20px, 2vw);
  border: none;
  box-shadow: 0 min(9px, 0.9vw) min(27px, 2.7vw) rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  padding: 3.5% 4% 4%;
  display: flex;
  flex-direction: column;
}

.recommended-for__item {
  display: flex;
  gap: 1.5%;
  padding: 1.8% 4%;
  line-height: 1.42;
}

.recommended-for__item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.recommended-for__item:before {
  content: '';
  display: block;
  width: min(31px, 2.8vw);
  height: min(31px, 2.8vw);
  background-image: url(../../images/original/icon__140076check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0.1% 0 0 0;
}

.recommended-for__item-text {
  font-size: min(2.4rem, 2.2vw);
  font-weight: 500;
}

.recommended-for__item-text-line {
  background: linear-gradient(transparent 60%, #fff452 60%);
}

/* .special-report */
.special-report {
  background: #fffcf6;
  padding: 0 0 min(80px, 8vw) 0;
}

.special-report__01-inner-01 {
  display: flex;
  justify-content: space-between;
  padding: 2.5% 0 0 0;
}

.special-report__01-title {
  width: 67%;
}

.special-report__01-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__01-image {
  width: 31%;
  margin-bottom: max(-50px, -5vw);
  /* clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); */
}

.special-report__01-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__01-inner-02 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 3% 0;
}

.special-report__01-info {
  width: 45.6%;
  background: #fff;
}

.special-report__01-info-title {
  color: #fff;
  font-weight: 500;
  font-size: min(2.6rem, 2.6vw);
  background: #ec6d1e;
  padding: 3.1% 3.7%;
}

.special-report__01-info:nth-child(2) .special-report__01-info-title {
  background: #0c2e5e;
}

.special-report__01-info-content {
  font-size: min(1.7rem, 1.6vw);
  line-height: 1.47;
  padding: 3% 4%;
  box-sizing: border-box;
}

.special-report__01-info-content table {
  width: 100%;
}

.special-report__01-info-content th {
  font-weight: normal;
  text-align: left;
  padding: 1.5% 0 1.5% 5%;
  width: 28%;
}

.special-report__01-info-content tr:not(:last-child) th, .special-report__01-info-content tr:not(:last-child) td {
  border-bottom: 1px solid #e7e7e7;
}

.special-report__02-image-01 {
  padding: 4.5% 9% 3% 9%;
}

.special-report__02-image-01 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__02-list {
  background: #fff;
  margin: 3.7% 9.5% 0% 9.5%;
  border-radius: min(20px, 2vw);
  border: min(2px, 0.2vw) solid #ec6d1e;
  box-sizing: border-box;
  padding: 3.5% 7% 4%;
  display: flex;
  flex-direction: column;
  gap: min(29px, 2.7vw);
}

.special-report__02-item {
  display: flex;
  align-items: center;
  gap: 1.5%;
}

.special-report__02-item:before {
  content: '';
  display: block;
  width: min(25px, 2.2vw);
  height: min(25px, 2.2vw);
  background-image: url(../../images/original/icon__140076check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.special-report__02-item-text {
  font-size: min(2.1rem, 1.9vw);
  font-weight: 500;
}

.special-report__02-item-text strong {
  color: #ec6d1e;
  font-weight: 500;
}

.special-report__02-item-text-line {
  background: linear-gradient(transparent 60%, #fff452 60%);
}

.special-report__02-image-02 {
  padding: 4.5% 9% 5% 9%;
}

.special-report__02-image-02 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__02-inner {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding: 6% 0;
}

.special-report__02-image-03 {
  width: 40%;
}

.special-report__02-image-03 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__02-image-04 {
  width: 40%;
}

.special-report__02-image-04 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__03 {
  padding: 0 0 4% 0;
}

.special-report__03 h3 {
  margin: 0 0 4% 0;
}

.special-report__03-list {
  background: #fff;
  margin: 5.5% 9.5% 3.7% 9.5%;
  border-radius: min(20px, 2vw);
  border: min(2px, 0.2vw) solid #ec6d1e;
  box-sizing: border-box;
  padding: 0.5% 4%;
}

.special-report__03-item {
  display: flex;
  align-items: center;
  padding: 2.5% 1%;
  box-sizing: border-box;
  gap: 3%;
}

.special-report__03-item:not(:last-child) {
  border-bottom: 1px solid #ec6d1e;
}

.special-report__03-item-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: min(4.1rem, 3.9vw);
  color: #ec6d1e;
}

.special-report__03-item-text {
  font-size: min(2.2rem, 2vw);
  font-weight: 500;
  flex: 1;
}

.special-report__03-item-text strong {
  color: #ec6d1e;
  font-weight: 500;
}

.special-report__03-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 3.5% 0;
}

.special-report__03-text {
  width: 49%;
}

.special-report__03-image {
  width: 45.5%;
}

.special-report__03-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__04-inner {
  display: flex;
  justify-content: space-between;
}

.special-report__04-text {
  width: 49%;
}

.special-report__04-image {
  width: 46.5%;
}

.special-report__04-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__04-image-list {
  display: flex;
  justify-content: space-between;
  padding: 4.5% 1% 5% 1%;
}

.special-report__04-image-item {
  width: 16%;
}

.special-report__04-image-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.special-report__05-inner {
  display: flex;
  justify-content: space-between;
  padding: 3.5% 0 0 0;
}

.special-report__05-text {
  width: 64%;
}

.special-report__05-image {
  width: 28.5%;
}

.special-report__05-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .message */
.message {
  padding: 0 0 min(85px, 8vw);
  background: #ebeff3;
}

.message__text-01 {
  padding: 6.5% 0 0 0;
}

.message__list {
  background: #fff;
  border-radius: min(20px, 2vw);
  box-sizing: border-box;
  box-shadow: 0 min(9px, 0.9vw) min(27px, 2.7vw) rgba(0, 0, 0, 0.09);
  padding: 3.5% 6% 4%;
  margin: 3.7% 9.5% 0% 9.5%;
  display: flex;
  flex-direction: column;
  gap: min(29px, 2.7vw);
}

.message__item {
  font-size: min(2.1rem, 2.1vw);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.5%;
}

.message__item-text {
  font-size: min(2.1rem, 1.9vw);
  font-weight: 500;
}

.message__item:before {
  content: '';
  display: block;
  width: min(25px, 2.2vw);
  height: min(25px, 2.2vw);
  background-image: url(../../images/original/icon__140076check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.message__inner {
  display: flex;
  justify-content: space-between;
  padding: 4% 0 3%;
}

.message__text-02 {
  width: 62%;
}

.message__image {
  width: 31%;
  text-align: right;
  padding: 0.5% 0 0 0;
}

.message__image figcaption {
  display: inline-block;
  margin: 0 7.5% 0 0;
  font-size: min(1.9rem, 1.7vw);
  line-height: 1.79;
  text-align: left;
}

.message__image img {
  display: block;
  width: 100%;
}

/* .highlights */
.highlights {
  background: #fffcf6;
  padding: 0 0 min(110px, 11vw) 0;
}

.highlights__list {
  display: flex;
  flex-direction: column;
  gap: min(50px, 5vw);
  padding: 11% 0 0 0;
}

.highlights__item {
  display: flex;
  align-items: center;
  gap: min(50px, 5vw);
}

.highlights__item-num-container {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: min(4.6rem, 4.6vw);
  background: #ec6d1e;
  position: relative;
  border-radius: min(10px, 1vw);
  display: grid;
  place-content: center;
  gap: 5%;
  width: 15.6%;
  aspect-ratio: 173 / 119;
}

.highlights__item-num-title {
  font-size: min(2rem, 2vw);
}

.highlights__item-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: min(4.9rem, 4.9vw);
}

.highlights__item-num-container:after {
  content: '';
  display: block;
  width: min(18px, 1.8vw);
  height: min(25px, 2.5vw);
  background: #ec6d1e;
  position: absolute;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  right: 1px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.highlights__item-inner {
  flex: 1;
}

.highlights__item-title {
  color: #ec6d1e;
  font-weight: 900;
  font-size: min(3.4rem, 3.4vw);
  padding: 0 0 1% 0;
}

.highlights__item-text {
  padding: 0 0 0 1%;
}

/* .curriculum */
.curriculum {
  padding: 0 0 min(65px, 6vw);
  background: #ebeff3;
}

.curriculum__table {
  width: 100%;
  margin: 8.5% 0 5%;
}

.curriculum__table-hour {
  text-align: center;
  width: 15%;
}

col.curriculum__table-workshop {
  width: 62%;
}

col.curriculum__table-presenter {
  width: 23%;
}

.curriculum__table th {
  text-align: center;
  background: #0c2e5e;
  color: #fff;
  font-size: min(2rem, 1.9vw);
  font-weight: 500;
  border: 1px solid #bababa;
}

.curriculum__table td {
  font-weight: 500;
  line-height: 1.67;
  border: 1px solid #bababa;
  padding: 2.4% 1.5%;
}

.curriculum__table tr:nth-child(even) td {
  background: #f8f9f9;
}

.curriculum__table tr:nth-child(odd) td {
  background: #fff;
}

.curriculum__table-course {
  display: flex;
  flex-direction: column;
  gap: min(10px, 1vw);
}

.curriculum__table-course-title {
  font-size: min(2rem, 1.9vw);
  color: #0c2e5e;
  line-height: 1.3;
  font-weight: bold;
}

.curriculum__table-course-text {
  font-size: min(1.6rem, 1.5vw);
}

.curriculum__table-presenter {
  text-align: center;
  font-size: min(1.5rem, 1.4vw);
  line-height: 1.53;
}

.curriculum__table-presenter strong {
  font-weight: normal;
  font-size: 1.2em;
}

.curriculum__table-presenter-special {
  text-decoration: none;
  font-size: min(1.6rem, 1.5vw);
  font-weight: 700;
  color: #fff;
  background: #ec6d1e;
  text-align: center;
  line-height: 2;
  width: 56%;
  margin: 0 auto 7%;
}

/* .speaker */
.speaker__list {
  display: flex;
  flex-direction: column;
  gap: min(40px, 4.2vw);
  width: 100%;
  padding: 9.2% 0 8% 0;
}

.speaker__item {
  background: #ebeff3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5%;
  box-sizing: border-box;
  position: relative;
}

.speaker__item:first-child {
  background: #ec6d1e;
  color: #fff;
  padding: 4%;
}

.speaker__item-catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5%;
}

.speaker__item-catch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.speaker__item-image {
  width: 18.5%;
}

.speaker__item:first-child .speaker__item-image {
  width: 32%;
}

.speaker__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.speaker__item-inner {
  display: flex;
  flex-direction: column;
  gap: min(22px, 2vw);
  width: 78.3%;
}

.speaker__item:first-child .speaker__item-inner {
  gap: min(60px, 5.5vw);
  width: 64.5%;
}

.speaker__item-title {
  display: flex;
  flex-direction: column;
  gap: min(12px, 1vw);
}

.speaker__item-title-text {
  display: flex;
  flex-direction: column;
  gap: min(12px, 1vw);
}

.speaker__item:first-child .speaker__item-title {
  flex-direction: row;
  gap: 3.5%;
  align-items: center;
}

.speaker__item-title-image {
  width: 29%;
}

.speaker__item-title-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.speaker__item-title-company {
  font-size: min(2.5rem, 2.3vw);
  font-weight: 500;
}

.speaker__item:first-child .speaker__item-title-company {
  font-size: min(3.4rem, 3vw);
}

.speaker__item-title-name {
  font-size: min(2rem, 1.8vw);
}

.speaker__item:first-child .speaker__item-title-name {
  font-size: min(2.2rem, 2vw);
}

.speaker__item-title-name strong {
  font-size: 1.5em;
  font-weight: normal;
}

.speaker__item-title-name strong span {
  font-size: 0.79em;
}

.speaker__item-text p {
  font-size: min(1.7rem, 1.6vw);
  line-height: 1.59;
}

.speaker__item:first-child .speaker__item-text p {
  font-size: min(1.9rem, 1.7vw);
  line-height: 1.79;
}

/* .apply-for */
.apply-for {
  background: #ec6d1e;
  padding: 0 0 min(70px, 6.5vw);
}

.apply-for__table {
  width: 100%;
  margin: 8.5% 0 4%;
}

.apply-for__table th {
  background: #fffcf6;
  text-align: center;
  font-size: min(1.7rem, 1.6vw);
  font-weight: 500;
  border: 1px solid #ec6d1e;
  width: 20%;
}

.apply-for__table td {
  background: #fff;
  font-weight: 500;
  border: 1px solid #ec6d1e;
  padding: 2% 4%;
  width: 80%;
}

.apply-for__table-seminar-title {
  font-size: min(2.4rem, 2.2vw);
  font-weight: 500;
}

.apply-for__table-seminar-date {
  font-size: min(1.8rem, 1.6vw);
  font-weight: 500;
}

.apply-for__table-seminar-date span {
  font-size: 1.33em;
}

.apply-for__table-seminar-date strong {
  font-size: 1.42em;
}

.apply-for__table-venue-title, .apply-for__table-deadline-title {
  font-size: min(1.8rem, 1.7vw);
  font-weight: 500;
  padding: 0 0 1.5% 0;
}

.apply-for__table-fee-title {
  font-size: min(2rem, 1.9vw);
  font-weight: 500;
  padding: 0 0 1% 0;
}

.apply-for__table-fee {
  font-size: min(2.6rem, 2.4vw);
  font-weight: 500;
  padding: 0 0 2.5% 0;
  color: #ec6d1e;
}

.apply-for__table p {
  font-size: min(1.5rem, 1.4vw);
  line-height: 1.6;
}

.apply-for__table a {
  color: #ec6d1e;
  text-decoration: underline;
}

/* .application-process */
.application-process__list {
  display: flex;
  justify-content: space-between;
  padding: 8% 0 6.5%;
}

.application-process__item {
  width: 21.6%;
  position: relative;
}

.application-process__item:not(:last-child)::after {
  content: "";
  width: min(32px, 3.2vw);
  height: min(37px, 3.7vw);
  background: #ec6d1e;
  position: absolute;
  top: 17%;
  right: -5%;
  transform: translate(100%, 0);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.application-process__item-image {
  width: 79%;
  margin: 0 auto -5.5%;
}

.application-process__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.application-process__item-title {
  background: #ec6d1e;
  color: #fff;
  text-align: center;
  font-size: min(2.5rem, 2.3vw);
  font-weight: 500;
  padding: 13% 0;
}

.application-process__item-text {
  font-size: min(1.8rem, 1.6vw);
  line-height: 1.39;
  padding: 7% 4% 0 4%;
}

.application-process__item-text span {
  font-size: 0.83em;
  display: block;
}

/* .faq */
.faq {
  padding: 0 0 min(45px, 4vw);
}

.faq__list {
  list-style: none;
  margin: 0;
  padding: 5.2% 0 4.5%;
  display: flex;
  flex-direction: column;
  gap: min(38px, 3.5vw);
}

.faq__item {
  background: #fff;
}

.faq__q {
  background: #0c2e5e;
  color: #fff;
  padding: 1.3% 2.2%;
  display: flex;
  align-items: center;
  gap: 3.2%;
  font-size: min(2.6rem, 2.55vw);
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
  position: relative;
}

.faq__q-mark {
  color: #2f4f7a;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: min(4.7rem, 4.7vw);
}

.faq__q-plus {
  width: min(49px, 4.5vw);
  height: min(49px, 4.5vw);
  position: relative;
  flex-shrink: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}

.faq__q-plus::before, .faq__q-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.faq__q-plus::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.faq__q-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
}

.faq__item.is-open .faq__q-plus::before {
  opacity: 0;
}

.faq__item.is-open .faq__q-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq__a {
  display: none;
  gap: 3.5%;
  padding: 2.2% 4% 3% 2.2%;
  background: #ebeff3;
  border: 1px solid #0c2e5e;
  margin: 0.3% 0 0 0;
}

.faq__item.is-open .faq__a {
  display: flex;
  animation: faqAnswerFadeIn 0.28s ease;
}

@keyframes faqAnswerFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq__a-mark {
  color: #ec6d1e;
  font-size: min(4.7rem, 4.7vw);
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

.faq__a-body p {
  font-size: min(2rem, 1.9vw);
  line-height: 1.55;
}

.faq__a-body p:not(:first-child) {
  padding: 1.5em 0 0 0;
}

.faq__a-body a {
  color: #ec6d1e;
  text-decoration: underline;
}

.faq__btn {
  width: 52.5%;
  margin: 0 auto;
}

.faq__btn a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 2px solid #0c2e5e;
  gap: 2%;
  box-sizing: border-box;
  font-size: min(2.2rem, 2vw);
  font-weight: 500;
  padding: 5.5% 0;
}

.faq__btn a::after {
  content: '';
  display: block;
  width: min(24px, 2.2vw);
  height: min(24px, 2.2vw);
  background-image: url(../../images/original/icon__arrow-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* .footer-floating */
.footer-floating {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0, .8);
  padding: 1% 0;
  z-index: 9999;
}

footer {
  text-align: center;
  font-size: min(1.3rem, 1.3vw);
  color: #fff;
  background: #0c2e5e;
  padding: min(23px, 2.3vw) 0;
  margin-bottom: var(--footer-floating-height);
}

@media screen and (max-width:768px){
  .pc {
    display: none !important
  }

  .wrap {
    width: 90%;
  }

  .sp {
    display: block;
  }

  p {
    font-size: 3.7vw;
    line-height: 1.57;
  }

  p span {
    display: block;
  }

  h2 {
    font-size: 6.4vw;
    padding: 4vw 0;
    gap: 0.8vw;
    flex-direction: column;
    line-height: 1.4;
  }

  h2:after {
    width: 7.5vw;
    height: 4vw;
  }

  h2 strong {
    background: #ec6d1e;
    padding: 1.5vw 3vw;
  }

  h3 {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 4.7vw;
    background: #ec6d1e;
    padding: 3% 4%;
    line-height: 1.33;
  }

  h4 {
    font-size: 4.6vw;
    line-height: 1.36;
    padding: 0 0 3%;
    margin: 8% 0 9%;
  }

  .btn {
    width: 86vw;
  }

  .btn a {
    font-size: 5.5vw;
    border-width: 0.3vw;
  }

  .btn a:after {
    width: 3.8vw;
    height: 3.8vw;
  }

  header {
    padding: 2% 2% 2% 3%;
  }

  .header__logo {
    width: 29vw;
  }
  .header__btns {
    gap: 3%;
  }
  .header__btn {
    width: 34vw;
    height: 8.5vw;
  }
  .header__btn:nth-child(2) {
    width: 27vw;
    height: 8.5vw;
  }

  .header__btn a {
    gap: 1vw;
    border-radius: 1.5vw;
    font-size: 2.7vw;
  }

  .header__btn:nth-child(1) a:before {
    font-size: 0.9em;
  }
  .header__btn:nth-child(2) a:before {
    font-size: 1.1em;
  }

  /* .mv */
  .mv__main {
    position: relative;
    z-index: 2;
  }

  .mv__main-container {
    padding: 5vw 0 0;
    width: 95%;
  }
  .mv__main-title {
    width: 100%;
  }
  .mv__main-inner {
    right: -2%;
    width: 50%;
    padding: 71% 0 0 0;
    z-index: 3;
  }
  .mv__introduction .wrap {
    width: 93%;
  }
  .mv__introduction {
    padding: 0;
    width: 56%;
    border-radius: 2.5vw;
    margin: 12vw 0 10vw 3vw;
    z-index: 0;
  }
  .mv__introduction-message {
    border-radius: 1.5vw;
    font-size: 3.7vw;
    padding: 2% 3% 2% 5%;
    position: absolute;
    border: 1px solid #ec6d1e;
    line-height: 1.25;
    top: -6vw;
  }
  .mv__introduction-message:after {
    width: 3.2vw;
    height: 2.8vw;
    left: 7.5%;
  }
  .mv__introduction-title {
    font-size: 6.2vw;
    padding: 15.5% 0 8% 0;
    line-height: 1.3;
  }
  .mv__introduction .ls-excl {
    margin: 0 -1vw;
  }
  .mv__introduction-title strong {
    font-size: 1.3em;
  }
  .mv__main-image-title-container {
    margin: 83% 0 0 15.5%;
  }
  .mv__main-image-title {
    gap: 1.3vw;
    padding: 9% 0 0 0;
    flex-direction: column;
  }
  .mv__main-logo {
    width: 15.5vw;
    margin: 0 0 0 4vw;
  }
  .mv__main-image-position {
    font-size: 2.1vw;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
  }
  .mv__main-image-name {
    font-size: 5.8vw;
    color: #222;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
  }
  .mv__main-catch {
    width: 21%;
    top: 71vw;
  }
  .mv__conntact {
    padding: 6vw 0;
    position: relative;
    z-index: 3;
  }
  /* .recommended-for */
  .recommended-for {
    padding: 0 0 14vw 0;
  }

  .recommended-for__list {
    margin: 15% 0 0 0;
    border-radius: 2.5vw;
    padding: 6.5% 0 8%;
  }

  .recommended-for__item {
    padding: 2% 0;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
  }

  .recommended-for__item:before {
    width: 6vw;
    height: 6vw;
    margin: 0;
  }

  .recommended-for__item:not(:last-child) {
    border-bottom: none;
  }

  .recommended-for__item-text {
    font-size: 4.4vw;
    text-align: center;
  }

  .special-report__01-inner-01 {
    padding: 7.5% 0 0 0;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
  }

  .special-report__01-title {
    width: 100%;
  }

  .special-report__01-image {
    width: 50%;
    margin-bottom: -6.5vw;
  }

  .special-report__01-inner-02 {
    padding: 0 0 7% 0;
    flex-direction: column;
    gap: 7vw;
  }

  .special-report__01-info {
    width: 100%;
  }

  .special-report__01-info-title {
    font-size: 4.6vw;
  }

  .special-report__01-info-content {
    font-size: 3.5vw;
  }

  .special-report__02-list {
    padding: 6.5% 4% 7%;
    gap: 4vw;
    margin: 8% 0 0% 0;
    border-width: 0.3vw;
    border-radius: 2.5vw;
  }

  .special-report__02-item-text {
    font-size: 4.5vw;
    line-height: 1.5;
    flex:1;
  }

  .special-report__02-item {
    align-items: baseline;
    gap: 2.5%;
  }

  .special-report__02-item:before {
    width: 5.5vw;
    height: 5.5vw;
    position: relative;
    top: 1.5vw;
  }

  .special-report__03-list {
    margin: 8% 0 6% 0;
    border-radius: 2.5vw;
    padding: 3.5% 4% 2%;
    border-width: 0.3vw;
  }

  .special-report__03-item {
    padding: 3.5% 0 8%;
    gap: 3.5vw;
    flex-direction: column;
  }

  .special-report__03-item-num {
    font-size: 8.2vw;
  }

  .special-report__03-item-text {
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center;
  }

  .special-report__03-item:not(:last-child) {
    border-bottom-width: 0.2vw;
  }

  .special-report__03-inner {
    padding: 0;
    flex-direction: column-reverse;
    gap: 5vw;
  }

  .special-report__03-image {
    width: 100%;
  }

  .special-report__03-text {
    width: 100%;
  }

  /* .message */
  .message {
    padding: 0 0 11vw;
  }

  .message__text-01 {
    padding: 12.5% 0 0 0;
  }

  .message__list {
    gap: 4vw;
    border-radius: 2.5vw;
    margin: 5% 0 7%;
    padding: 6% 4% 6%;
  }

  .message__item {
    align-items: baseline;
    gap: 2.5%;
  }

  .message__item:before {
    width: 5.5vw;
    height: 5.5vw;
    position: relative;
    top: 1.5vw;
  }

  .message__text-02 {
    width: 100%;
  }

  .message__inner {
    padding: 0 0 7%;
    flex-direction: column;
    gap: 5vw;
    align-items: center;
  }

  .message__item-text {
    font-size: 4.5vw;
    line-height: 1.6;
    flex: 1;
  }

  .message__image {
    width: 65%;
    text-align: center;
    padding: 0;
  }

  .message__image figcaption {
    margin: 0 0 2% 0;
    font-size: 3.4vw;
    line-height: 1.79;
    text-align: center;
  }

  /* .curriculum */
  .curriculum {
    padding: 0 0 10vw;
  }

  .curriculum__table {
    margin: 15.5% 0 7%;
  }

  .curriculum__table-hour, col.curriculum__table-workshop, col.curriculum__table-presenter {
    width: 100%;
  }

  .curriculum__table th {
    font-size: 4.2vw;
    display: block;
    border-width: 0.2vw;
    padding: 4% 0;
  }

  .curriculum__table td {
    padding: 4% 4% 5% 4%;
    width: 100%;
    display: block;
    border-width: 0.2vw;
    border-bottom: none;
  }

  .curriculum__table-course {
    gap: 2vw;
  }

  .curriculum__table-presenter {
    font-size: 3.4vw;
    line-height: 1.36;
  }

  .curriculum__table-presenter-special {
    font-size: 3.5vw;
    width: 32%;
    margin: 0 auto 4%;
  }

  .curriculum__table-course-title {
    font-size: 4.2vw;
  }

  .curriculum__table-course-text {
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .special-report__02-image-01 {
    padding: 9% 0 6% 0;
  }

  .special-report__02-image-02 {
    padding: 7% 0 6% 0;
  }

  .special-report__02-inner {
    justify-content: space-between;
    gap: 0;
    padding: 6% 0 8%;
  }

  .special-report__02-image-03, .special-report__02-image-04 {
    width: 49%;
  }

  .special-report__04-inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 8vw;
  }

  .special-report__04-image {
    width: 100%;
  }

  .special-report__04-text {
    width: 100%;
  }

  .special-report__04-image-item {
    width: 32%;
  }

  .special-report__04-image-list {
    padding: 8% 0 9% 0;
    flex-wrap: wrap;
    gap: 1.5vw 0;
  }

  .special-report__05-inner {
    padding: 7.5% 0 0 0;
    flex-direction: column-reverse;
    align-items: center;
    gap: 6vw;
  }

  .special-report__05-image {
    width: 65%;
  }

  .special-report__05-text {
    width: 100%;
  }

  /* .highlights */
  .highlights {
    padding: 0 0 10vw 0;
  }

  .highlights__list {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    padding: 14% 0 0 0;
  }

  .highlights__item {
    gap: 10vw;
    flex-direction: column;
  }

  .highlights__item-title {
    font-weight: 600;
    font-size: 5.7vw;
    padding: 0 0 5% 0;
    line-height: 1.38;
  }

  .highlights__item-num-container {
    border-radius: 2vw;
    display: flex;
    align-items: center;
    gap: 4%;
    width: 100%;
    aspect-ratio: 670 / 107;
  }

  .highlights__item-num-title {
    font-size: 4vw;
  }

  .highlights__item-num {
    font-size: 9vw;
  }

  .highlights__item-num-container:after {
    width: 5.2vw;
    height: 3.5vw;
    top: inherit;
    right: inherit;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%) translateY(100%);
  }

  /* .speaker */
  .speaker__list {
    gap: 8vw;
    padding: 16% 0 13% 0;
  }

  .speaker__item {
    padding: 8% 5%;
    flex-direction: column;
    gap: 5vw;
  }

  .speaker__item:first-child {
    padding: 6% 7% 10% 7%;
    gap: 9vw;
  }

  .speaker__item-catch {
    left: 1.5%;
    width: 24%;
  }

  .speaker__item-title-image {
    width: 33%;
  }

  .speaker__item-image {
    width: 46%;
  }

  .speaker__item:first-child .speaker__item-image {
    width: 55%;
  }

  .speaker__item-inner {
    gap: 5.5vw;
    width: 100%;
  }

  .speaker__item:first-child .speaker__item-inner {
    gap: 6vw;
    width: 100%;
  }

  .speaker__item-title-text {
    gap: 1.8vw;
  }

  .speaker__item-title {
    gap: 3vw;
    align-items: center;
  }

  .speaker__item:first-child .speaker__item-title {
    gap: 5.5%;
    justify-content: center;
  }

  .speaker__item-title-company {
    font-size: 3.3vw;
  }

  .speaker__item:first-child .speaker__item-title-company {
    font-size: 4.8vw;
  }

  .speaker__item-title-name {
    font-size: 2.9vw;
  }

  .speaker__item:first-child .speaker__item-title-name {
    font-size: 3vw;
  }

  .speaker__item-title-name strong {
    font-size: 1.6em;
  }

  .speaker__item-text p {
    font-size: 3.5vw;
    line-height: 1.54;
  }

  .speaker__item:first-child .speaker__item-text p {
    font-size: 3.7vw;
    line-height: 1.57;
  }

  /* .apply-for */
  .apply-for {
    padding: 0 0 8vw;
  }

  .apply-for__table {
    margin: 12% 0 8%;
  }

  .apply-for__table th {
    font-size: 3.6vw;
    width: 100%;
    display: block;
    border-width: 0.2vw;
    padding: 4% 0;
  }

  .apply-for__table td {
    padding: 5% 6%;
    width: 100%;
    display: block;
    border-width: 0.2vw;
    border-top: none;
    border-bottom: none;
  }

  .apply-for__table-seminar-title {
    font-size: 4.5vw;
    line-height: 1.3;
    text-align: center;
  }

  .apply-for__table-seminar-date span {
    font-size: 1.15em;
    display: block;
  }

  .apply-for__table-seminar-date {
    font-size: 3.9vw;
    text-align: center;
    line-height: 1.4;
  }

  .apply-for__table-venue-title, .apply-for__table-deadline-title {
    font-size: 4vw;
    padding: 0 0 3% 0;
    line-height: 1.3;
  }

  .apply-for__table-fee-title {
    font-size: 3.8vw;
    padding: 0 0 3% 0;
  }

  .apply-for__table-fee {
    font-size: 5.2vw;
    padding: 0 0 6% 0;
  }

  .apply-for__table p {
    font-size: 3.2vw;
    line-height: 1.41;
  }

  /* .application-process */
  .application-process__list {
    justify-content: space-between;
    padding: 18% 0 8%;
    flex-direction: column;
    gap: 11vw;
  }

  .application-process__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 4% 0;
  }

  .application-process__item-image {
    width: 26vw;
    height: 26vw;
    margin: 0;
  }

  .application-process__item-text-container {
    width: 66%;
  }

  .application-process__item-title {
    text-align: left;
    font-size: 5vw;
    padding: 4% 4%;
  }

  .application-process__item-text {
    font-size: 3.4vw;
    line-height: 1.46;
    padding: 4% 2% 0 2%;
  }

  .application-process__item-text span {
    font-size: 0.92em;
  }

  .application-process__item:not(:last-child)::after {
    width: 6.5vw;
    height: 5.5vw;
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  /* .faq */
  .faq {
    padding: 0 0 10vw;
  }

  .faq__list {
    padding: 13% 0 5.5%;
    gap: 3vw;
  }

  .faq__q {
    font-size: 4.4vw;
    padding: 2.5% 11% 2.5% 4%;
    gap: 5.5%;
    line-height: 1.22;
  }

  .faq__q-mark {
    font-size: 6.5vw;
  }

  .faq__a {
    padding: 5.5% 7% 6.5% 4%;
    gap: 5.5%;
  }

  .faq__a-mark {
    font-size: 6.5vw;
  }

  .faq__a-body p {
    font-size: 3.4vw;
    line-height: 1.46;
  }

  .faq__q-plus {
    width: 6.5vw;
    height: 6.5vw;
    right: 4%;
  }

  .faq__q-plus::before, .faq__q-plus::after {
    height: 1px;
  }

  .faq__btn {
    width: 85%;
  }

  .faq__btn a {
    gap: 11%;
    font-size: 4vw;
    padding: 5.5% 0 5.5% 5%;
    border-width: 1px;
    line-height: 1.2;
    text-align: center;
  }

  .faq__btn a::after {
    width: 5.5vw;
    height: 5.5vw;
  }

  /* .footer-floating */
  .footer-floating {
    padding: 3% 0;
  }

  footer {
    font-size: 2.4vw;
    padding: 5vw 0;
    margin: 0;
    margin-bottom: var(--footer-floating-height);
  }
}
