<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------reset----------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
■ Media Queries
*/
* {
  box-sizing: border-box;
}

html,
:root,
body {
  color: #101010;
  background-color: #EEF3F4;
}
@media screen and (min-width: 769px) {
  html,
  :root,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  :root,
  body {
    font-size: 14px;
  }
}

body {
  overflow-x: visible !important;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-out;
}
a:hover {
  color: #80c643;
}

.img img {
  width: 100%;
  height: auto;
}

.inner {
  width: 86.9791666667%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .sp--show {
    display: none;
  }
  .sm--show {
    display: none;
  }
  .pc--show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc--show {
    display: none;
  }
  .sm--show {
    display: none;
  }
  .sp--show {
    display: block;
  }
}
@media screen and (max-width: 567px) {
  .sm--show {
    display: block;
  }
}
.note {
  position: relative;
  padding-left: 1em;
}
.note::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}

.fs18 {
  font-size: 18px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.shadow {
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.06);
}

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

.text-blue {
  color: #00A8FF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .text-blue {
    line-height: 1.4;
  }
}

.external-link a {
  position: relative;
  font-weight: 700;
  color: #222222;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
@media screen and (max-width: 567px) {
  .external-link a {
    font-size: 0.8571428571rem;
  }
}
.external-link a::after {
  display: inline-block;
  content: "";
  width: 0.9375em;
  height: 0.875em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2214%22%20viewBox%3D%220%200%2015%2014%22%3E%3Cpath%20d%3D%22M15%2C.656v3.5a.622.622%2C0%2C0%2C1-1.067.464L13%2C3.643%2C6.661%2C10.3a.6.6%2C0%2C0%2C1-.884%2C0l-.589-.619a.68.68%2C0%2C0%2C1%2C0-.928L11.53%2C2.1%2C10.6%2C1.12A.661.661%2C0%2C0%2C1%2C11.042%2C0h3.333A.641.641%2C0%2C0%2C1%2C15%2C.656ZM10.6%2C7.4l-.417.438A.673.673%2C0%2C0%2C0%2C10%2C8.306V12.25H1.667V3.5H8.542a.61.61%2C0%2C0%2C0%2C.442-.192L9.4%2C2.87a.661.661%2C0%2C0%2C0-.442-1.12H1.25A1.282%2C1.282%2C0%2C0%2C0%2C0%2C3.063v9.625A1.282%2C1.282%2C0%2C0%2C0%2C1.25%2C14h9.167a1.282%2C1.282%2C0%2C0%2C0%2C1.25-1.312V7.869A.622.622%2C0%2C0%2C0%2C10.6%2C7.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/100% auto;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .external-link a::after {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .external-link a::after {
    margin-top: 0.2em;
    margin-left: 0.78125vw;
  }
}
.external-link a:hover {
  color: #0056B9;
  text-decoration: none !important;
}
.external-link a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2214%22%20viewBox%3D%220%200%2015%2014%22%3E%3Cpath%20d%3D%22M15%2C.656v3.5a.622.622%2C0%2C0%2C1-1.067.464L13%2C3.643%2C6.661%2C10.3a.6.6%2C0%2C0%2C1-.884%2C0l-.589-.619a.68.68%2C0%2C0%2C1%2C0-.928L11.53%2C2.1%2C10.6%2C1.12A.661.661%2C0%2C0%2C1%2C11.042%2C0h3.333A.641.641%2C0%2C0%2C1%2C15%2C.656ZM10.6%2C7.4l-.417.438A.673.673%2C0%2C0%2C0%2C10%2C8.306V12.25H1.667V3.5H8.542a.61.61%2C0%2C0%2C0%2C.442-.192L9.4%2C2.87a.661.661%2C0%2C0%2C0-.442-1.12H1.25A1.282%2C1.282%2C0%2C0%2C0%2C0%2C3.063v9.625A1.282%2C1.282%2C0%2C0%2C0%2C1.25%2C14h9.167a1.282%2C1.282%2C0%2C0%2C0%2C1.25-1.312V7.869A.622.622%2C0%2C0%2C0%2C10.6%2C7.4Z%22%20fill%3D%22%230056b9%22%2F%3E%3C%2Fsvg%3E");
}

.movie-icon a {
  position: relative;
  display: block;
}
.movie-icon a::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.61);
  transition: all 0.4s ease-out;
}
.movie-icon:not(.--blue) a::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%220%200%2065%2065%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.694%22%20y1%3D%221.035%22%20x2%3D%220.694%22%20y2%3D%220.056%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23dfdfdf%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-215%20-3636)%22%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2232.5%22%20r%3D%2232.5%22%20transform%3D%22translate(215%203636)%22%20fill%3D%22url(%23a)%22%2F%3E%3Cpath%20d%3D%22M11%2C0%2C22%2C19H0Z%22%20transform%3D%22translate(260%203658)%20rotate(90)%22%20fill%3D%22%230056b9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/100% auto;
}
.movie-icon.--blue a::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%220%200%2065%2065%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220.694%22%20y1%3D%221.035%22%20x2%3D%220.694%22%20y2%3D%220.056%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23dfdfdf%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-215%20-3636)%22%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2232.5%22%20r%3D%2232.5%22%20transform%3D%22translate(215%203636)%22%20fill%3D%22url(%23a)%22%2F%3E%3Cpath%20d%3D%22M11%2C0%2C22%2C19H0Z%22%20transform%3D%22translate(260%203658)%20rotate(90)%22%20fill%3D%22%230056b9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/100% auto;
}
.movie-icon:hover a::after {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.61);
  transform: translate(-50%, -50%) scale(1.1);
}

.parts-tag__info {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #222222;
}
@media screen and (min-width: 769px) {
  .parts-tag__info {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .parts-tag__info {
    margin-bottom: 16px;
  }
}
.parts-tag__info .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  background-color: #222222;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .parts-tag__info .title {
    width: 41.3602941176%;
    font-size: 1.375rem;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .parts-tag__info .title {
    width: 33.0882352941%;
    font-size: 1.1rem;
    padding: 1.3020833333vw;
  }
}
.parts-tag__info .company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .parts-tag__info .company {
    width: 58.6397058824%;
    font-size: 1.125rem;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .parts-tag__info .company {
    width: 66.9117647059%;
    font-size: 1.1rem;
    padding: 1.3020833333vw;
  }
}

.btn-download {
  display: flex;
  flex-wrap: wrap;
}
.btn-download a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  background-color: #FF8140;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .btn-download a {
    font-size: 1.25rem;
    padding: 20px 66px;
  }
}
@media screen and (max-width: 768px) {
  .btn-download a {
    width: 100%;
    font-size: 1.125rem;
    padding: 1rem 8.59375vw 1rem 1rem;
  }
}
.btn-download a:hover {
  color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
}
.btn-download a::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2231%22%20viewBox%3D%220%200%2023%2031%22%3E%3Cpath%20d%3D%22M13.417%2C8.234V0H1.438A1.442%2C1.442%2C0%2C0%2C0%2C0%2C1.453V29.547A1.442%2C1.442%2C0%2C0%2C0%2C1.438%2C31H21.563A1.442%2C1.442%2C0%2C0%2C0%2C23%2C29.547V9.688H14.854A1.45%2C1.45%2C0%2C0%2C1%2C13.417%2C8.234ZM18%2C21.032l-5.775%2C5.794a1.013%2C1.013%2C0%2C0%2C1-1.44%2C0L5.005%2C21.032a.97.97%2C0%2C0%2C1%2C.674-1.657h3.9V14.531a.963.963%2C0%2C0%2C1%2C.958-.969h1.917a.963.963%2C0%2C0%2C1%2C.958.969v4.844h3.9A.97.97%2C0%2C0%2C1%2C18%2C21.032ZM22.581%2C6.357%2C16.717.424A1.429%2C1.429%2C0%2C0%2C0%2C15.7%2C0h-.365V7.75H23V7.381A1.457%2C1.457%2C0%2C0%2C0%2C22.581%2C6.357Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/100% auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .btn-download a::after {
    width: 23px;
    height: 31px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn-download a::after {
    width: 3.2942708333vw;
    height: 4.4401041667vw;
    right: 2.6041666667vw;
  }
}

.btn-external-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-external-link a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  background-color: #23ABCE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .btn-external-link a {
    font-size: 1.25rem;
    padding: 20px 66px;
  }
}
@media screen and (max-width: 768px) {
  .btn-external-link a {
    width: 100%;
    font-size: 1.125rem;
    padding: 1rem 8.59375vw 1rem 1rem;
  }
}
.btn-external-link a:hover {
  color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
}
.btn-external-link a::after {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2231%22%20viewBox%3D%220%200%2035%2031%22%3E%3Cpath%20d%3D%22M35%2C1.453V9.2a1.46%2C1.46%2C0%2C0%2C1-2.49%2C1.028l-2.17-2.162-14.8%2C14.745a1.462%2C1.462%2C0%2C0%2C1-2.062%2C0l-1.375-1.37a1.449%2C1.449%2C0%2C0%2C1%2C0-2.055L26.9%2C4.642%2C24.734%2C2.481A1.454%2C1.454%2C0%2C0%2C1%2C25.765%2C0h7.776A1.456%2C1.456%2C0%2C0%2C1%2C35%2C1.453ZM24.733%2C16.4l-.972.969a1.45%2C1.45%2C0%2C0%2C0-.427%2C1.028v8.733H3.889V7.75H19.931a1.461%2C1.461%2C0%2C0%2C0%2C1.031-.426l.972-.969A1.453%2C1.453%2C0%2C0%2C0%2C20.9%2C3.875H2.917A2.911%2C2.911%2C0%2C0%2C0%2C0%2C6.781V28.094A2.911%2C2.911%2C0%2C0%2C0%2C2.917%2C31H24.306a2.911%2C2.911%2C0%2C0%2C0%2C2.917-2.906V17.423A1.459%2C1.459%2C0%2C0%2C0%2C24.733%2C16.4Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/100% auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .btn-external-link a::after {
    width: 35px;
    height: 31px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn-external-link a::after {
    width: 5.0130208333vw;
    height: 4.4401041667vw;
    right: 2.6041666667vw;
  }
}

/* ===========================
 header
=========================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .header {
    background-color: #EEF3F4;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
  }
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .header-inner {
    position: relative;
  }
}
.header-logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .header-logo a {
    min-height: 50px;
    width: 141px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo a {
    min-height: 8.59375vw;
    width: 27.6041666667vw;
  }
}
.header-contact {
  position: absolute;
  right: 0;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 1280px) {
  .header-contact {
    top: 100%;
  }
}
@media screen and (max-width: 1119px) {
  .header-contact {
    top: 0;
  }
}
.header-contact a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #0056B9;
  line-height: 1.5;
  border: 2px solid;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .header-contact a {
    width: 232px;
    height: 56px;
    font-size: 18px;
    padding: 12px 12px 12px 74px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-contact a {
    width: 24.7395833333vw;
    height: 15.625vw;
    font-size: 3.2552083333vw;
    padding: 9.1145833333vw 1.5625vw 1.5625vw;
  }
}
.header-contact a::before {
  position: absolute;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2227%22%20viewBox%3D%220%200%2029%2027%22%3E%3Cg%20transform%3D%22translate(-3.375%20-4.5)%22%3E%3Cpath%20d%3D%22M27.531%2C4.5H4.05a.677.677%2C0%2C0%2C0-.675.574V20.136a.705.705%2C0%2C0%2C0%2C.675.606H8.086v6.25l6.337-6.25H27.531a.568.568%2C0%2C0%2C0%2C.524-.606V5.074A.538.538%2C0%2C0%2C0%2C27.531%2C4.5Z%22%20fill%3D%22%23004386%22%2F%3E%3Cpath%20d%3D%22M32.09%2C8.93H29.813V20.642c0%2C1.124-.486%2C1.858-1.768%2C1.858H15.335L12.6%2C25.242h9.119L28.055%2C31.5V25.242H32.09a.58.58%2C0%2C0%2C0%2C.535-.61V9.57A.608.608%2C0%2C0%2C0%2C32.09%2C8.93Z%22%20transform%3D%22translate(-0.25)%22%20fill%3D%22%23004386%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 769px) {
  .header-contact a::before {
    width: 29px;
    height: 27px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .header-contact a::before {
    width: 5.7291666667vw;
    height: 5.3385416667vw;
    top: 2.6041666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header.--is-fixed {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1280px) {
  .header.--is-fixed .header-contact {
    top: 0;
  }
}

.form .header-contact {
  display: none;
}

/* ===========================
 footer
=========================== */
.footer {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .footer {
    /* padding-top: 40px;
    padding-bottom: 42px; thanks.html修正 */
	padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
.footer .copyright {
  display: block;
  color: #2F5061;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .footer .copyright {
    font-size: 16px;
    /* text-align: right; thanks.html修正 */
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 14px;
    text-align: center;
  }
}

/* ===========================
 title
=========================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "メイリオ", sans-serif !important;
}

@media screen and (min-width: 568px) {
  h2,
  .h2 {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 1.96875rem;
  }
}

@media screen and (min-width: 769px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  h5,
  .h5 {
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 769px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

.title-border {
  display: flex;
  align-items: center;
  color: #3A728F;
  border-left: 3px solid #3A728F;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .title-border {
    min-height: 70px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .title-border {
    min-height: 60px;
    padding-left: 3.6458333333vw;
  }
}
@media screen and (min-width: 769px) {
  .title-border .subtitle {
    font-size: 1.1875rem;
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .title-border .subtitle {
    font-size: 1.06875rem;
    margin-right: 1em;
  }
}
.title-border .title {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .title-border .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .title-border .title {
    font-size: 2.0125rem;
  }
}

.mv {
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 11.1979166667vw 0 0;
  }
}
.mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .mv::after {
    background-image: url(../images/main_bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  .mv::after {
    background-image: url(../images/main_back_sp.jpg);
  }
}
.mv &gt; * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1120px) {
  .mv-br {
    display: none;
  }
}
@media screen and (max-width: 1119px) {
  .mv-br {
    display: block;
  }
}
.mv-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mv-logo__in {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .mv-logo__in {
    border: 3px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .mv-logo__in {
    border: 0.390625vw solid #fff;
  }
}
.mv-logo__img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .mv-logo__img {
    padding: 15px 25px 12px;
  }
}
@media screen and (max-width: 768px) {
  .mv-logo__img {
    width: 53.2934131737%;
    padding: 1.953125vw 3.2552083333vw 1.5625vw;
  }
}
.mv-logo__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5185185185;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .mv-logo__text {
    font-size: 1.6875rem;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 768px) {
  .mv-logo__text {
    width: 46.7065868263%;
    font-size: 3.515625vw;
    padding: 1.5625vw 1.5625vw;
  }
}
.mv-title {
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.85);
  line-height: 1.1739130435;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .mv-title {
    font-size: 2.875rem;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mv-title {
    width: calc(100% + 4vw);
    font-size: 6.640625vw;
    margin-top: 1.5625vw;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
.mv-subtitle {
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.85);
  line-height: 1.1739130435;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .mv-subtitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-subtitle {
    font-size: 3.90625vw;
    margin-top: 1.3020833333vw;
  }
}
.mv-text {
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.85);
  line-height: 1.1739130435;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .mv-text {
    font-size: 1.25rem;
    margin-top: 15px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .mv-text {
    font-size: 2.6041666667vw;
    margin-top: 3.6458333333vw;
    margin-bottom: 9.1145833333vw;
  }
}
.mv-para {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/pala_img.jpg);
}
@media screen and (min-width: 769px) {
  .mv-para {
    height: 30vw;
    background-position: 50% -75px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .mv-para {
    min-height: 52.0833333333vw;
    background-position: 50% 0 !important;
    background-size: cover;
  }
}

.main-content {
  background: url(../images/bg.jpg) repeat 50% 0/100% auto;
}
@media screen and (min-width: 769px) {
  .main-content {
    /* padding-bottom: 136px; thanks.html修正 */
  }
}
@media screen and (max-width: 768px) {
  .main-content {
    /* padding-bottom: 80px; thanks.html修正 */
  }
}

.anchor-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1136px;
  gap: 0 2.460456942%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .anchor-inner {
    width: 86.9791666667%;
    margin-top: -67px;
  }
}
@media screen and (max-width: 768px) {
  .anchor-inner {
    width: 100%;
  }
}
.anchor-item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .anchor-item {
    display: block;
    width: 31.6344463972%;
    text-align: center;
    padding: 16px 16px 54px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .anchor-item {
    display: flex;
    width: 100%;
    padding: 3.515625% 6.5104166667%;
  }
}
.anchor-item::after {
  position: absolute;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.616%22%20height%3D%2213.503%22%20viewBox%3D%220%200%2023.616%2013.503%22%3E%3Cpath%20d%3D%22M18%2C20.679l8.93-8.937a1.681%2C1.681%2C0%2C0%2C1%2C2.384%2C0%2C1.7%2C1.7%2C0%2C0%2C1%2C0%2C2.391L19.2%2C24.258a1.685%2C1.685%2C0%2C0%2C1-2.327.049L6.68%2C14.14a1.688%2C1.688%2C0%2C0%2C1%2C2.384-2.391Z%22%20transform%3D%22translate(-6.188%20-11.246)%22%20fill%3D%22%230056b9%22%2F%3E%3C%2Fsvg%3E");
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .anchor-item::after {
    width: 24px;
    height: 14px;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .anchor-item::after {
    width: 3.125vw;
    height: 1.8229166667vw;
    top: 50%;
    right: 6.5104166667%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .anchor-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 769px) {
  .anchor-item:hover::after {
    bottom: 16px;
  }
}
.anchor-item__title {
  font-weight: 700;
  color: #0056B9;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .anchor-item__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .anchor-item__title {
    width: 26.5546875vw;
    font-size: 2.8645833333vw;
    white-space: nowrap;
  }
}
.anchor-item__text {
  color: #101010;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .anchor-item__text {
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .anchor-item__text {
    width: calc(100% - 26.5546875vw);
    font-size: 2.8645833333vw;
    padding: 0 3.90625%;
  }
}
@media screen and (min-width: 769px) {
  .anchor-after {
    margin-top: 30px;
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .anchor-after {
    margin-top: 3.90625vw;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .guide-area {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .guide-area {
    margin-bottom: 60px;
  }
}
.guide-area .btn-download {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .guide-text {
    margin: 24px 0 34px;
  }
}
@media screen and (max-width: 768px) {
  .guide-text {
    margin: 3.125vw 0 4.4270833333vw;
  }
}

.exhibit-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .exhibit-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .exhibit-item {
    margin-top: 24px;
  }
}
.exhibit-item + .exhibit-item {
  border-top: 1px solid #BCBCBC;
}
@media screen and (min-width: 769px) {
  .exhibit-item + .exhibit-item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .exhibit-item + .exhibit-item {
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .exhibit-item.last {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .exhibit-item.last {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .exhibit-item__img {
    width: 38.4615384615%;
  }
}
@media screen and (max-width: 768px) {
  .exhibit-item__img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .exhibit-item__detail {
    width: 58.8034188034%;
  }
}
@media screen and (max-width: 768px) {
  .exhibit-item__detail {
    width: 100%;
  }
}
.exhibit-item__detail .btn-external-link,
.exhibit-item__detail .btn-download {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .exhibit-item__detail .btn-external-link,
  .exhibit-item__detail .btn-download {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .exhibit-item__detail .btn-external-link,
  .exhibit-item__detail .btn-download {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .exhibit-item__detail .btn-external-link a,
  .exhibit-item__detail .btn-download a {
    min-width: 544px;
  }
}
@media screen and (max-width: 1279px) {
  .exhibit-item__detail .btn-external-link a,
  .exhibit-item__detail .btn-download a {
    width: 100%;
  }
}
.exhibit-item__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 10px;
}

.collabo-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .collabo-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .collabo-item {
    margin-top: 24px;
  }
}
.collabo-item + .collabo-item {
  border-top: 1px solid #BCBCBC;
}
@media screen and (min-width: 769px) {
  .collabo-item + .collabo-item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .collabo-item + .collabo-item {
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .collabo-item.last {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .collabo-item.last {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .collabo-item__img {
    width: 46.4957264957%;
  }
}
@media screen and (max-width: 768px) {
  .collabo-item__img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .collabo-item__detail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .collabo-item__detail {
    width: 100%;
    margin-top: 20px;
  }
}
.collabo-item__detail .btn-download {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .collabo-item__detail .btn-download {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .collabo-item__detail .btn-download {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .collabo-item__detail .btn-download a {
    min-width: 544px;
  }
}
@media screen and (max-width: 1279px) {
  .collabo-item__detail .btn-download a {
    width: 100%;
  }
}
.collabo-item__detail .external-link {
  text-align: right;
  margin-top: 10px;
}
.collabo-item__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 10px;
}

.alignment-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .alignment-con {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .alignment-con {
    margin-top: 24px;
  }
}
.alignment-con + .alignment-con {
  border-top: 1px solid #BCBCBC;
}
@media screen and (min-width: 769px) {
  .alignment-con + .alignment-con {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .alignment-con + .alignment-con {
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .alignment-item {
    width: 46.4957264957%;
  }
}
@media screen and (max-width: 768px) {
  .alignment-item {
    width: 100%;
  }
  .alignment-item + .alignment-item {
    border-top: 1px solid #BCBCBC;
    padding-top: 24px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .alignment-item__detail {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .alignment-item__detail {
    margin-top: 24px;
  }
}
.alignment-item__detail .btn-download a {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .alignment-item__detail .btn-download a {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .alignment-item__detail .btn-download a {
    margin-top: 3.125vw;
  }
}
.alignment-item__detail .external-link {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .alignment-item__detail .external-link {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .alignment-item__detail .external-link {
    margin-top: 2.0833333333vw;
  }
}
.alignment-item__text {
  font-weight: 700;
  margin-top: 10px;
}

.cv {
  background-color: #EEF3F4;
}
@media screen and (min-width: 769px) {
  .cv {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .cv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .cv-title {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .cv-title {
    margin-bottom: 30px;
  }
}
.cv-text {
  position: relative;
  font-size: 1rem;
  color: #2F5061;
  padding-left: 1em;
}
.cv-text::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  #formIframe {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #formIframe {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  .form-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form-text {
    padding-top: 10.4166666667vw;
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .form .cv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .form .cv {
    margin-top: 10.4166666667vw;
  }
}</pre></body></html>