@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 961px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#column .column-bg {
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
@media screen and (min-width: 961px) {
  #column .column-bg {
    padding: 0 0 3rem;
    background-image: url(../img/bg.webp);
  }
}

.column-ttl-box {
  text-align: center;
  padding: 40px 0 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 961px) {
  .column-ttl-box {
    margin-bottom: 5rem;
  }
}

h1 {
  padding-top: 20px;
}

.column-ttl-logo {
  width: 45%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 961px) {
  .column-ttl-logo {
    width: 20%;
    margin-bottom: 3rem;
  }
}

.column-ttl-box-head {
  position: relative;
  padding: 0 0 1.25rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .column-ttl-box-head {
    padding: 0 0 1.25rem;
  }
}

.column-ttl {
  background: linear-gradient(to bottom, #133b6c, #164782);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative;
  padding: 15px 0;
  letter-spacing: -0.025em;
}
.column-ttl::before, .column-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.column-ttl::before {
  top: 5px;
}
.column-ttl::after {
  bottom: 5px;
}
@media screen and (min-width: 961px) {
  .column-ttl {
    font-size: 2.5rem;
  }
}

.column-ttl-exp {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-family: "YakuHanJP-Serif", "Zen Old Mincho", serif;
  letter-spacing: -0.01em;
  line-height: 1.8;
  color: #111;
  width: 71%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .column-ttl-exp {
    font-size: 1rem;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #f8f9fa;
  line-height: 1.6;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.section {
  margin-bottom: 2rem;
}
.section + .section {
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .section {
    margin-bottom: 2rem;
  }
  .section + .section {
    margin-bottom: 4rem;
  }
}

.section-title {
  position: relative;
  margin: 40px auto 2rem;
  padding: 10px 0 10px 1em;
  font-size: 2rem;
  text-align: left;
  color: #c9006d;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
  width: 90%;
  max-width: 1140px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 960px) {
  .section-title {
    margin: 20px 0 1rem;
    padding: 10px 0 10px 1em;
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5em;
  height: 1em;
  background-color: #c9006d;
}
@media screen and (max-width: 960px) {
  .section-title::before {
    width: 0.25em;
    left: 10px;
    height: 1em;
  }
}

@media screen and (max-width: 960px) {
  .timeline-section .section-title::before {
    height: 70%;
  }
}

.chart-wrapper {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (max-width: 960px) {
  .chart-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
  }
}
.chart-wrapper .chart-scroll-hint {
  display: none;
}
@media screen and (max-width: 960px) {
  .chart-wrapper .chart-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    color: #c9006d;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-style: normal;
    background-color: #fff;
    letter-spacing: -0.025em;
    padding: 5px;
  }
}
.chart-wrapper .chart-scroll-hint .tri {
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.5rem;
}
.chart-wrapper .chart-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.chart-wrapper .chart-scroll .chart-img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 800px;
}
@media screen and (max-width: 960px) {
  .chart-wrapper .chart-scroll .chart-img {
    width: 240%;
    min-width: 0;
    max-width: none;
  }
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .video-grid {
    grid-template-columns: 1fr;
    width: 95%;
  }
}
.video-grid .video-item {
  margin-bottom: 2rem;
}
.video-grid .video-item h3 {
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 1rem;
  color: 0;
  position: relative;
}
.video-grid .video-item h3:before {
  content: "";
  width: 6px;
  height: 80%;
  background-color: #c9006d;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
}
.video-grid .video-item .video-embed {
  position: relative;
  display: block;
}
.video-grid .video-item .video-embed video {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
.video-grid .video-item .video-embed .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(201, 0, 109, 0.6);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease, transform 0.2s ease;
}
.video-grid .video-item .video-embed .video-play-btn svg {
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 0.2em;
}
.video-grid .video-item .video-embed .video-play-btn:hover:not(.is-hidden) {
  transform: translate(-50%, -50%) scale(1.06);
}
.video-grid .video-item .video-embed .video-play-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.timeline-section {
  margin: 0 auto 2rem;
  padding: 5% 0 5%;
  width: 95%;
}
@media screen and (max-width: 960px) {
  .timeline-section {
    width: 100%;
    padding: 10% 0 12%;
  }
}

.timeline-block {
  margin: 0 auto 5rem;
  padding: 5% 6% 40px;
  background: #fff;
  width: 90%;
  max-width: 1140px;
}
@media screen and (max-width: 960px) {
  .timeline-block {
    margin-bottom: 3rem;
    padding: 10% 5% 40px;
    width: 95%;
  }
}
.timeline-block > h3 {
  font-size: 1.75rem;
  color: #164782;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #164782;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .timeline-block > h3 {
    font-size: 1.625rem;
  }
}
.timeline-block .timeline-content {
  margin: 0 auto 4rem;
  padding: 0 5%;
}
@media screen and (max-width: 960px) {
  .timeline-block .timeline-content {
    margin: 0 auto 1rem;
    padding: 0 1%;
  }
}
.timeline-block .timeline-content h4 {
  text-align: left;
  font-size: 1.5rem;
  color: #c9006d;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .timeline-block .timeline-content h4 {
    font-size: 1.375rem;
  }
}
.timeline-block .timeline-content .text {
  flex: 1;
  text-align: left;
}
.timeline-block .timeline-content .text p {
  font-size: 1.125rem;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .timeline-block .timeline-content .text p {
    font-size: 1rem;
  }
}
.timeline-block .timeline-content .image-box {
  flex: 1;
  margin-bottom: 1rem;
}
.timeline-block .timeline-content .image-box img {
  width: 100%;
}
.timeline-block .timeline-content .timeline-linked-body {
  position: relative;
}
@media screen and (max-width: 960px) {
  .timeline-block .timeline-content {
    flex-direction: column;
  }
  .timeline-block .timeline-content .text,
  .timeline-block .timeline-content .image-box {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .timeline-block .timeline-content:not(:last-of-type) .timeline-linked-body {
    margin: 0 auto 2rem;
  }
}

.timeline-content-end-ttl h3 {
  text-align: justify;
  font-size: 1.375rem;
  color: #c9006d;
  margin-bottom: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.09em;
}
@media screen and (min-width: 961px) {
  .timeline-content-end-ttl h3 {
    font-size: 1.75rem;
  }
}
.timeline-content-end-ttl .image-box {
  margin-bottom: 2rem;
}
@media screen and (min-width: 961px) {
  .timeline-content-end-ttl .image-box {
    margin-bottom: 4rem;
  }
}

.spacing {
  letter-spacing: -0.25em;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc-br {
    display: none;
  }
}

.spacing {
  letter-spacing: -0.2em;
  margin: 0 5px 2px;
  vertical-align: 0.1em;
}
@media screen and (max-width: 960px) {
  .spacing {
    vertical-align: 0.075em;
  }
}

.footer-nav {
  text-align: center;
  margin: 60px 0;
}
.footer-nav .btn-top {
  display: inline-block;
  background-color: #c9006d;
  color: #fff;
  text-decoration: none;
  padding: 15px 60px;
  font-weight: bold;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.footer-nav .btn-top:hover {
  opacity: 0.8;
}

.special-footer {
  margin: 0 auto 0;
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
}
.special-footer .copy-right {
  font-size: 11px;
  color: #000;
  letter-spacing: -0.015em;
}
@media screen and (min-width: 961px) {
  .special-footer .copy-right {
    font-size: 10px;
  }
}

.top-btn {
  margin: 0 auto 2rem;
  text-align: center;
}
.top-btn a {
  background-color: #c9006d;
  color: #fff;
  padding: 20px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.25rem;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .top-btn a {
    padding: 18px 50px;
    font-size: 1rem;
  }
}

.w100 {
  width: 100%;
  vertical-align: bottom;
}/*# sourceMappingURL=style.css.map */