@charset "UTF-8";
/*ユーティリティ*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Old+Mincho&display=swap");
/*関数・Mixin*/
/*リセット*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
     ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Misc
     ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*スタイルの下地*/
/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.pc-none {
  display: block;
}
@media (min-width: 768px) {
  .pc-none {
    display: block;
  }
}
@media (min-width: 1284px) {
  .pc-none {
    display: none;
  }
}

.tab-none {
  display: block;
}
@media (min-width: 768px) {
  .tab-none {
    display: none;
  }
}
@media (min-width: 1284px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media (min-width: 768px) {
  .tab-block {
    display: block;
  }
}
@media (min-width: 1284px) {
  .tab-block {
    display: block;
  }
}

.sp-pc-break {
  display: block;
}
@media (min-width: 768px) {
  .sp-pc-break {
    display: none;
  }
}
@media (min-width: 1284px) {
  .sp-pc-break {
    display: block;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.tab-break {
  display: none;
}
@media (min-width: 768px) {
  .tab-break {
    display: block;
  }
}
@media (min-width: 1284px) {
  .tab-break {
    display: none;
  }
}

.pc-break {
  display: none;
}
@media (min-width: 768px) {
  .pc-break {
    display: none;
  }
}
@media (min-width: 1284px) {
  .pc-break {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.6;
}

p {
  font-weight: 400;
}

ul,
ol,
li {
  font-weight: 400;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

picture {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dd {
  margin: 0;
}

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #000;
  text-decoration: none;
}

.author a,
.posted-on a,
.cat-links a,
.comments-link a,
.edit-link a {
  color: #000;
}

/* Forms
--------------------------------------------- */
/*ヘッダー*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  font-size: 100%;
  font-size: 10px;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.wrapper {
  background-color: #fafafa;
  padding: 0 0 100px;
}
@media (min-width: 1284px) {
  .wrapper {
    padding-bottom: 100px;
  }
}

img {
  max-width: 100%;
}

.contents-area {
  margin: auto;
}

/*=====================
top-mv
======================*/
.mv {
  position: relative;
  z-index: 2;
}
.mv__image {
  position: relative;
  width: 100%;
}
.mv__image img {
  width: 100%;
}
.mv__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  border: none;
}

.intro {
  font-size: 7.4666666667vw;
  text-align: center;
  font-weight: 400;
  margin: 13.3333333333vw auto;
}
@media (min-width: 768px) {
  .intro {
    margin: 40px auto;
    font-size: 20px;
    line-height: 1.6;
  }
}
.intro_catch {
  font-size: 8vw;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .intro_catch {
    font-size: 42px;
    margin: 0 0 1em;
  }
}
.intro_lead {
  font-size: 4.8vw;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .intro_lead {
    font-size: 24px;
  }
}
.intro_lead:last-of-type {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .intro_lead:last-of-type {
    margin-bottom: 50px;
  }
}

.sapporo {
  padding: 10.6666666667vw 5.3333333333vw 0;
  text-align: left;
}
@media (min-width: 768px) {
  .sapporo {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 835px;
    margin: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sapporo_text {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .sapporo_text {
    font-size: 18px;
    width: 70%;
  }
}
.sapporo_logo {
  width: 37.3333333333vw;
  margin: auto;
}
@media (min-width: 768px) {
  .sapporo_logo {
    width: 150px;
    margin: 0 50px;
  }
}

.movie__contents {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .movie__contents {
    display: grid;
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .movie__contents {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.movie__page-list {
  margin: 0 auto 13.3333333333vw;
  width: 100%;
  background-color: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  padding-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .movie__page-list {
    max-width: 380px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.movie__thumbnail {
  display: block;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .movie__thumbnail {
    height: 31.4666666667vw;
  }
}
@media (min-width: 1284px) {
  .movie__thumbnail {
    height: 200px;
  }
}
.movie__thumbnail .img-center {
  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;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.movie__thumbnail .img-center:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.movie__thumbnail .img-center img {
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.movie__title {
  text-align: center;
  padding-top: 5.3333333333vw;
  font-size: 6.9333333333vw;
}
@media (min-width: 768px) {
  .movie__title {
    padding-top: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1284px) {
  .movie__title {
    font-size: 18px;
  }
}
.movie__sub-tit {
  display: block;
  color: #808080;
  font-size: 5.8666666667vw;
}
@media (min-width: 768px) {
  .movie__sub-tit {
    font-size: 14px;
  }
}
.tv__info {
  text-align: center;
  margin: 40px auto;
  font-size: 16px;
}

.button-29 {
  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;
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 2em;
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
  font-size: 1em;
}

.button-29:hover {
  background-color: #000;
  color: #fff;
}

.button-29::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #000000;
  content: "";
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.button-29:hover::before {
  width: 100%;
}

.button-29::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

.button-29:hover::after {
  border-color: #fff;
}

.carousel {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.carousel > li {
  scroll-snap-align: center;
}
.carousel .carouselArea {
  padding: 0 0 60px;
}
.carousel .carouselArea .carouselList li div {
  margin: 0 20px;
}

.academy_title {
  font-family: "Outfit", sans-serif;
  line-height: 1;
  text-align: center;
  margin: 0 auto 1em;
  font-size: 12vw;
  padding: 1em 0 0;
}
@media (min-width: 768px) {
  .academy_title {
    font-size: 80px;
  }
}
.academy_title .jp {
  margin-top: 0.3em;
  display: block;
  font-size: 4.8vw;
  font-weight: normal;
}
@media (min-width: 768px) {
  .academy_title .jp {
    font-size: 32px;
  }
}
.academy_navi {
  background: #f1f0eb;
}
.academy_navi .academy_naviWrap {
  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;
}
.academy_navi .academy_naviLogo {
  width: 70px;
  margin: 10px;
}
@media (min-width: 768px) {
  .academy_navi .academy_naviLogo {
    margin-right: 50px;
  }
}
.academy_naviLinkArea {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .academy_naviLinkArea {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.academy_naviLinkArea li {
  width: 45%;
  padding: 0;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  position: relative;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .academy_naviLinkArea li {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .academy_naviLinkArea li {
    width: 210px;
    font-size: 24px;
  }
}
.academy_naviLinkArea li:hover {
  background: #dcdacd;
}
.academy_naviLinkArea li a {
  display: block;
  text-align: center;
  line-height: 1.4;
}
.academy_naviLinkArea li a .jp {
  display: block;
  font-size: 18px;
}
.academy_naviLinkArea li:before {
  content: "";
  width: 1px;
  height: 1em;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #4d4e4e;
}
@media (min-width: 768px) {
  .academy_naviLinkArea li:before {
    height: 3em;
  }
}
.academy_naviLinkArea li:first-child::before {
  display: none;
}
@media (min-width: 768px) {
  .academy_naviLinkArea li:first-child::before {
    display: block;
  }
}
.academy_naviLinkArea li:nth-child(3)::before {
  display: none;
}
@media (min-width: 768px) {
  .academy_naviLinkArea li:nth-child(3)::before {
    display: block;
  }
}
.academy_schedule {
  background: #c6cfd3;
  width: 100%;
}
.academy_schedule .scheduleList {
  padding: 0 8vw;
}
.academy_schedule .scheduleList li {
  padding-top: 8vw;
  border-bottom: 1px solid #000;
  cursor: pointer;
  display: block;
}
@media (min-width: 768px) {
  .academy_schedule .scheduleList li {
    padding-top: 50px;
  }
}
.academy_schedule .scheduleList li:last-of-type {
  border-bottom: 0;
  padding-bottom: 50px;
}
.academy_schedule .scheduleImg {
  width: 100%;
  display: block;
  margin: 0 auto 8vw;
  max-width: 1000px;
}
.academy_schedule .scheduleImg:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .academy_schedule .scheduleImg {
    margin: 0 auto 50px;
  }
}
.academy_entry {
  text-align: center;
  padding: 0 30px;
}
.academy_entry .hike_stitle {
  padding-top: 1em;
  border-bottom: none;
  border-top: #000 1px solid;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.academy_entry .detailText {
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .academy_entry .detailText {
    font-size: 24px;
  }
}
.academy_entry .detailsText {
  margin-top: 10px;
  display: block;
  font-size: 18px;
}
.academy_entry .detailTellnum {
  margin-top: 0.6em;
  text-align: center;
  font-size: 10.6666666667vw;
  font-weight: bold;
  pointer-events: none;
}
@media (min-width: 768px) {
  .academy_entry .detailTellnum {
    font-size: 60px;
  }
}
.academy_entry .itemBtnArea {
  margin: 3em auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
.academy_entry .itemBtnArea a {
  padding: 0.6em 2em;
  font-size: 5.3333333333vw;
  color: #000;
  background-color: #fff;
  border: #000 1px solid;
  border-radius: 100px;
  position: relative;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .academy_entry .itemBtnArea a {
    font-size: 30px;
  }
}

.report {
  background: #e5e5e5;
  padding: 0 0 50px;
}
.report-archive {
  background: #fff;
}
.report-archive_title {
  font-family: "Outfit", sans-serif;
  line-height: 1;
  text-align: center;
  margin: 0 auto 0.5em;
  font-size: 45px;
  padding: 1em 0 0;
}
@media (min-width: 768px) {
  .report-archive_title {
    font-size: 60px;
  }
}
.report-archive_title .jp {
  margin-top: 0.3em;
  display: block;
  font-size: 18px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .report-archive_title .jp {
    font-size: 20px;
  }
}
.report-archive_inner {
  max-width: 1210px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .report-archive_inner {
    padding-bottom: 100px;
  }
}
.report-archive_note {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .report-archive_note {
    margin-bottom: 80px;
  }
}
.report .report_inner {
  padding: 0 30px;
  margin: 0 auto 50px;
  max-width: 980px;
}
.report .itemBtnArea {
  margin: 3em auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
.report .itemBtnArea a {
  padding: 0.6em 2em;
  font-size: 5.3333333333vw;
  color: #000;
  background-color: #fff;
  border: #000 1px solid;
  border-radius: 100px;
  position: relative;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .report .itemBtnArea a {
    font-size: 30px;
  }
}

.bnr {
  display: block;
  margin: auto;
  width: auto;
  margin: 30px;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 100px auto;
    padding: 0;
    max-width: 1000px;
  }
}
.bnr img {
  display: block;
  width: 70%;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .bnr img {
    width: 30%;
  }
}

.report__contents {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .report__contents {
    display: grid;
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .report__contents {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.report__page-list {
  margin: 0 auto 13.3333333333vw;
  width: 100%;
  background-color: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .report__page-list {
    max-width: 480px;
    padding-bottom: 0px;
    margin: 0 auto;
  }
}
.report__thumbnail {
  display: block;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 58.6666666667vw;
}
@media (min-width: 768px) {
  .report__thumbnail {
    height: 19.7916666667vw;
  }
}
@media (min-width: 1284px) {
  .report__thumbnail {
    height: 254px;
  }
}
.report__thumbnail .img-center {
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.report__thumbnail .img-center:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.report__thumbnail .img-center img {
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 110%;
  max-width: 110%;
  vertical-align: bottom;
}
.report__catch {
  font-size: 3.2vw;
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .report__catch {
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 0.06em;
  }
}
@media (min-width: 1284px) {
  .report__catch {
    font-size: 15px;
  }
}
.report__catch::after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  display: inline-block;
  opacity: 0.3;
}
.report__title {
  text-align: center;
  padding-top: 5.3333333333vw;
  font-size: 6.9333333333vw;
}
@media (min-width: 768px) {
  .report__title {
    padding-top: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1284px) {
  .report__title {
    font-size: 18px;
  }
}
.report__card {
  padding: 4vw 4.8vw;
}
@media (min-width: 768px) {
  .report__card {
    padding: 15px 18px;
  }
}
.report__date {
  color: #717171;
  font-size: 3.2vw;
  margin-right: 5.8666666667vw;
  margin-bottom: 4.5333333333vw;
}
@media (min-width: 768px) {
  .report__date {
    font-size: 12px;
    margin-right: 22px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1284px) {
  .report__date {
    font-size: 12px;
  }
}
.report__category {
  color: #17B458;
  font-size: 3.2vw;
  margin-bottom: 4.5333333333vw;
}
@media (min-width: 768px) {
  .report__category {
    font-size: 12px;
    margin-bottom: 17px;
  }
}
/*=====================
footer
======================*/
.footer__image {
  width: 100%;
  height: auto;
  margin: 0 auto 18.6666666667vw;
}
@media (min-width: 768px) {
  .footer__image {
    margin-bottom: 0;
  }
}

/*=====================
page-top link
======================*/
#page_top {
  display: block;
  bottom: 16vw;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  position: fixed;
  right: -16vw;
  border-radius: 50%;
  z-index: 98;
  background-color: #fff;
}
@media (min-width: 768px) {
  #page_top {
    bottom: 30px;
    width: 85px;
    height: 100px;
    position: fixed;
    right: -70px;
    background: none;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  text-decoration: none;
}
@media (min-width: 768px) {
  #page_top a {
    width: 85px;
    height: 100px;
  }
}
#page_top a::before {
  content: "";
  background: url(./images/scroll-icon_sp.png) no-repeat center center;
  background-size: contain;
  width: 8.6666666667vw;
  height: 8.6666666667vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  #page_top a::before {
    background: url(./images/scroll-icon.png) no-repeat center center;
    background-size: contain;
    width: 85px;
    height: 100px;
  }
}

#products_link {
  width: 84vw;
  height: 12vw;
  line-height: 12vw;
  background: #f7961e;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  font-size: 3.4666666667vw;
  letter-spacing: 0.06em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#products_link:hover {
  background: #fff;
}
#products_link:hover::after {
  border-top: solid 2px #f7961e;
  border-right: solid 2px #f7961e;
}
@media (min-width: 768px) {
  #products_link {
    width: 95px;
    height: 95px;
    background: #fff;
    border: 2px solid #f7961e;
    border-radius: 95px;
    font-size: 13px;
    padding-top: 27px;
    line-height: 1.53;
    position: fixed;
    right: 0;
    bottom: 70px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
#products_link a {
  display: block;
  color: #fff;
}
#products_link a:hover {
  color: #f7961e;
}
@media (min-width: 768px) {
  #products_link a {
    color: #f7961e;
  }
}
#products_link::after {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 4vw;
  margin-top: -4px;
}
@media (min-width: 768px) {
  #products_link::after {
    display: block;
    border-top: solid 2px #f7961e;
    border-right: solid 2px #f7961e;
    width: 6px;
    height: 6px;
    bottom: 10px;
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1284px) {
  #products_link::after {
    width: 6px;
    height: 6px;
  }
}

@media (min-width: 768px) {
  .is-in #products_link {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 28px;
  }
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}