@charset "UTF-8";
/*! 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) */
/* ============================================ */
dt {
  font-weight: bold;
}

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;
  font-weight: bold;
}

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

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

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

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

p {
  line-height: 2em;
  font-weight: 500;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  max-width: 1120px;
}

.w900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.asterisk {
  font-size: 15px;
  font-weight: normal;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
  .pc_center {
    text-align: center;
  }
}
.row, .row15, .row10, .row5, .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 40px;
}

.row15 {
  gap: 30px;
}

.row10 {
  gap: 20px;
}

.row5 {
  gap: 10px;
}

.swiper-slide .row5 .col-2 {
  width: calc(50% - 5px);
}

.col-2, .col-3, .col-photo, .col-text, .col-photo_guest, .col-text_guest {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 770px) {
  .row10 .col-2 {
    width: calc(50% - 10px);
  }
  .row10 .col-photo {
    width: 190px;
  }
  .row10 .col-text {
    width: calc(100% - 210px);
  }
  .row10 .col-photo_guest {
    width: 190px;
  }
  .row10 .col-text_guest {
    width: calc(100% - 210px);
  }
  .row5 .col-2 {
    width: calc(50% - 5px);
  }
  .row5 .col-3 {
    width: calc(33.3% - 6.66px);
  }
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

.opa:hover {
  opacity: 0.7;
}

.btn_gradation {
  display: block;
  text-align: center;
  max-width: 600px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #349f87), to(#4b9bc8));
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff 50%, #349f87 50%, #4b9bc8);
  background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #349f87 50%, #4b9bc8);
  background-position: 100% 50%;
  background-size: 210% auto;
  border: solid 1px #349f87;
  padding: 15px 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.btn_gradation:hover {
  background-position: 0% 50%;
  color: #349f87;
}

.btn_white {
  display: block;
  text-align: center;
  max-width: 440px;
  color: #349f87;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#349f87), color-stop(50%, #349f87), color-stop(50%, #fff), to(#fff));
  background-image: -webkit-linear-gradient(left, #349f87, #349f87 50%, #fff 50%, #fff);
  background-image: linear-gradient(90deg, #349f87, #349f87 50%, #fff 50%, #fff);
  background-position: 100% 50%;
  background-size: 210% auto;
  border: solid 1px #349f87;
  padding: 15px 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.btn_white:hover {
  color: #fff;
  background-position: 0% 50%;
}

.btn_gray {
  display: block;
  text-align: center;
  color: #6e857e;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  border: solid 1px #c7d8d2;
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-top: 13px;
}

.btn_gray:hover {
  color: #fff;
  background: #6e857e;
}

.textlink {
  text-decoration: underline;
  color: #349f87;
}

.textlink:hover {
  text-decoration: none;
}

.textlink_gray {
  font-size: 15px;
  text-decoration: underline;
  color: #666666;
  margin-left: 1em;
}

.textlink_gray:hover {
  text-decoration: none;
}

.textlink_black {
  font-size: 15px;
  text-decoration: underline;
  color: #333333;
}

.textlink_black:hover {
  text-decoration: none;
}

.textlink_black_02 {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #333333;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.textlink_black_02:hover {
  text-decoration: none;
}

h2 {
  text-align: center;
  font-size: 18px;
}
h2 span {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  color: #349f87;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  display: block;
}

.bg {
  -webkit-animation: bg-gradient 5s linear infinite alternate;
          animation: bg-gradient 5s linear infinite alternate;
  background: -webkit-linear-gradient(45deg, #f9fcf8, #ddf4ea, #d9eef7) 0/200% 100%;
  background: linear-gradient(45deg, #f9fcf8, #ddf4ea, #d9eef7) 0/200% 100%;
  height: 100%;
  width: 100%;
}

.bg-2 {
  -webkit-animation: bg-gradient 5s linear infinite alternate;
          animation: bg-gradient 5s linear infinite alternate;
  background: -webkit-linear-gradient(45deg, #fff, #f0f9f5, #eef8fc) 0/200% 100%;
  background: linear-gradient(45deg, #fff, #f0f9f5, #eef8fc) 0/200% 100%;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
/* 左→右 */
.reveal-left::before {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

/* 右→左 */
.reveal-right::before {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.reveal-left.is-show::before,
.reveal-right.is-show::before {
  -webkit-animation: revealLine 1.5s ease forwards;
          animation: revealLine 1.5s ease forwards;
}

@-webkit-keyframes revealLine {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes revealLine {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
h1 {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 20%;
}

.firstview {
  width: 100%;
  height: 100%;
  min-height: 37.5rem;
  position: relative;
  overflow: hidden;
}

.firstview::before {
  content: "";
  background-image: url(/img/forum/forum18/line-top.png);
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: reveal 1.5s ease forwards;
          animation: reveal 1.5s ease forwards;
}

@-webkit-keyframes reveal {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes reveal {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.firstview_inner {
  position: relative;
  max-width: 1116px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.firstviewBOX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.firstview-text {
  width: 61%;
  text-align: center;
  padding: 0 10px;
}

.verticalSwiper {
  max-width: 400px;
  width: 39%;
  height: 720px;
}

.verticalSwiper .swiper-slide {
  height: auto;
}

.verticalSwiper img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* これが超重要 */
.verticalSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

@media screen and (max-width: 769px) {
  .firstview {
    height: 70vh;
  }
  .firstview::before {
    height: 70vh;
  }
  .firstviewBOX {
    height: 70vh;
  }
  .firstview-text {
    padding: 0 20px 0 0;
  }
}
#overview {
  padding-top: 100px;
  padding-bottom: 40px;
}
#overview .btn_gradation {
  margin-top: 50px;
  margin-bottom: 20px;
}

.catchphrase {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.color_text {
  font-size: 20px;
  font-weight: bold;
  color: #349f87;
  margin-bottom: 10px;
}

.tbl_overview {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 35px 50px;
  border-radius: 10px;
  margin-top: 50px;
}
.tbl_overview table {
  width: 100%;
}
.tbl_overview table tr {
  border-bottom: solid 1px #349f87;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tbl_overview table tr:last-child {
  border-bottom: none;
}
.tbl_overview table th {
  color: #349f87;
  font-size: 18px;
  width: 120px;
  font-weight: 500;
}
.tbl_overview table td {
  width: calc(100% - 120px);
  font-weight: 500;
}
.tbl_overview small {
  display: inline-block;
}

.volunteerBOX {
  margin: auto;
  background: #fff;
  padding: 35px 50px;
  border-radius: 10px;
  margin-top: 50px;
  text-align: center;
}
.volunteerBOX h3 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  color: #349f87;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.volunteerBOX p {
  font-size: 18px;
}
.volunteerBOX .btn_white {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .tbl_overview {
    padding: 20px 30px;
  }
  .tbl_overview table tr {
    border-bottom: none;
  }
  .tbl_overview table th {
    width: 100%;
    background: #eaf8f1;
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .tbl_overview table td {
    width: 100%;
  }
  .volunteerBOX {
    padding: 35px 40px;
  }
}
.bk_line_01 {
  padding: 100px 0;
  position: relative;
}

.bk_line_01::before {
  content: "";
  background-image: url(/img/forum/forum18/line_01.png);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  top: 60px;
}

.timeline {
  list-style: none;
  margin-top: 50px;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
  padding-left: 20px;
}

.timeline-date {
  width: 100%;
  float: left;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  padding-left: 30px;
  font-weight: bold;
  color: #808080;
  border-left: 3px #349f87 solid;
}

.timeline-content {
  float: left;
  border-left: 3px #349f87 solid;
  padding-left: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.timeline-content h5 {
  font-size: 20px;
  font-weight: 500;
}
.timeline-content h5 span {
  font-size: 16px;
}

.timeline-content-inner {
  padding: 20px 30px;
  border-radius: 10px;
}

.inner_color_01 {
  background: #f5f3ef;
}

.inner_color_02 {
  background: #e1f1ed;
}

.timeline-content:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #349f87;
  position: absolute;
  left: 13px;
  top: 18px;
  border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  .timeline > li {
    padding-left: 0;
  }
  .timeline-date {
    width: 130px;
    border-left: none;
    margin-top: 10px;
    padding-left: 0;
  }
  .timeline-content {
    width: calc(100% - 130px);
  }
  .timeline-content:before {
    left: 123px;
    top: 26px;
  }
}
.workshopBOX {
  margin: auto;
  background-image: -webkit-linear-gradient(45deg, #ffffea, #f3f2c8 50%, #f9ebcf);
  background-image: linear-gradient(45deg, #ffffea, #f3f2c8 50%, #f9ebcf);
  padding: 35px 50px;
  border-radius: 10px;
  margin-top: 50px;
}
.workshopBOX h3 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  color: #eb8200;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.workshopBOX p {
  font-size: 18px;
}
.workshopBOX .btn_gradation {
  margin-top: 30px;
}
.workshopBOX .row10 {
  margin-top: 25px;
}
.workshopBOX .workshop-contentsBOX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.workshopBOX .workshop-contents {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.workshopBOX .workshop-contents h5 {
  font-size: 20px;
  font-weight: 600;
}
.workshopBOX .workshop-contents p {
  font-size: 16px;
  line-height: 1.5em;
}
.workshopBOX .workshop-contents .asterisk {
  font-size: 15px;
}

.photo-precautions {
  padding-top: 60px;
}

.horizontalSwiper {
  width: 100%;
  overflow: hidden;
}

.horizontalSwiper .swiper-slide {
  width: 400px; /* 好きな幅 */
}

.horizontalSwiper img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.horizontalSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

@media screen and (max-width: 768px) {
  .workshopBOX {
    padding: 35px 40px;
  }
}
.bk_line_02 {
  padding: 100px 0;
  position: relative;
}

.bk_line_02::before {
  content: "";
  background-image: url(/img/forum/forum18/line_02.png);
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  top: 120px;
}

.spk-thema {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}
.spk-thema span {
  font-size: 20px;
}

.col-photo img {
  border-radius: 50%;
  width: 100%;
}

#speakers ul.row10 {
  margin-top: 30px;
}
#speakers li.col-2 {
  border: solid 1px #349f87;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin: 0;
}
#speakers li.col-2 .spk-icon {
  position: absolute;
  left: 20px;
  top: 0;
}

.spk-company.long {
  font-size: 13px;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}

.spk-job {
  line-height: 0.8em;
  margin-top: 10px;
}

.spk-name {
  font-size: 20px;
}
.spk-name span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #333333;
  font-weight: 400;
  padding-left: 5px;
}

#spk-commons {
  background: #f7f6f2;
  padding: 50px 0;
}
#spk-commons li.col-2 {
  border: solid 1px #349f87;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}

#spk-seedcap {
  padding: 100px 0;
}
#spk-seedcap h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
#spk-seedcap .spk-guestbox {
  border: solid 1px #349f87;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
#spk-seedcap .spk-guestbox .line-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#spk-seedcap .spk-guestbox .spk-job {
  display: inline-block;
}
#spk-seedcap .spk-guestbox .spk-name {
  display: inline-block;
}
#spk-seedcap .spk-guestbox .btn_gray {
  margin-left: 0;
  margin-right: 0;
  min-width: 265px;
}

.col-photo_guest img {
  border-radius: 50%;
  width: 100%;
}

.spk-guest_02 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #speakers li.col-2 {
    padding: 30px;
  }
  #spk-commons li.col-2 {
    padding: 30px;
  }
  #spk-seedcap .spk-guestbox {
    padding: 30px;
  }
}
.bk_line_03 {
  padding: 100px 0;
  position: relative;
}

.bk_line_03::before {
  content: "";
  background-image: url(/img/forum/forum18/line_03.png);
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: absolute;
  z-index: -1;
  top: 60px;
}

.img-line {
  border: solid 1px #349f87;
}

#report .row10 {
  margin-top: 50px;
}
#report .col-2 {
  text-align: center;
}
#report .col-2 p {
  margin-top: 5px;
}

#join {
  padding: 60px 0;
}
#join .row10 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#join .col-1 {
  width: 100%;
}
#join .btn_white {
  max-width: 600px;
}

#contact {
  padding: 100px 0;
}
#contact .row10 {
  margin-top: 40px;
}
#contact .contact_p {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}
#contact .textlink {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.btn_tel a, .btn_mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #349f87), to(#349f87));
  background-image: -webkit-linear-gradient(left, #fff, #fff 50%, #349f87 50%, #349f87);
  background-image: linear-gradient(90deg, #fff, #fff 50%, #349f87 50%, #349f87);
  background-position: 100% 50%;
  background-size: 210% auto;
  border: solid 1px #349f87;
  border-radius: 50px;
  position: relative;
  line-height: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.btn_mail a:hover {
  color: #349f87;
  background-position: 0% 50%;
}

.btn_tel a {
  font-family: "Inter", sans-serif;
  font-size: 30px;
}
.btn_tel a p {
  text-align: left;
  line-height: 1em;
}
.btn_tel a span {
  font-size: 15px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  line-height: 1.3em;
}

.btn_tel a i {
  background: url(/img/forum/forum18/ico-tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn_mail a i {
  background: url(/img/forum/forum18/ico-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn_mail a:hover i {
  background: url(/img/forum/forum18/ico-mail_hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (min-width: 770px) {
  .btn_tel a {
    font-size: 40px;
  }
  .btn_mail a {
    font-size: 28px;
  }
}
.copyrightBOX {
  background: #fff;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.copyrightBOX p {
  font-size: 13px;
}

.ft-logo {
  padding-right: 30px;
}

.copyrightBOX .ft-logo a {
  display: block;
}

.copyrightBOX .ft-access {
  padding-bottom: 5px;
}

.copyrightBOX .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyrightBOX .ft-access div {
  padding-right: 20px;
}

@media only screen and (max-width: 889px) {
  .ft-logo {
    padding-right: 0;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
}
.archive-link {
  margin-bottom: 20px;
  text-align: center;
}

.archive-link a {
  display: inline-block;
  margin: auto;
  display: inline-block;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.archive-link a:hover {
  opacity: 0.7;
}

.modaal-video-wrap {
  margin: auto !important;
}