@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
/*------------------------------------------------------------
	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, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6, p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
table, input, textarea, select, option {
  line-height: 1.1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: bottom;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
a:hover {
  cursor: pointer;
  -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
a:hover img {
  opacity: 0.7;
}
figure, img {
  pointer-events: none;
}
.guard {
  pointer-events: none;
  cursor: default;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  font-style: inherit;
  font-weight: inherit;
  font-feature-settings: "palt"1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
b, strong, .bold {
  font-weight: 600;
  color: #222;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-sizing: border-box;
}
.images {
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  /*max-height: 100%;*/
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .8s cubic-bezier(.2, 1, .2, 1);
  transition: all .8s cubic-bezier(.2, 1, .2, 1);
}
a:hover .images {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.loadingWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10000;
}
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
}
.header {
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 3px 0;
}
.header .header-logo {
  width: 40%;
  max-width: 180px;
  padding: 2px;
  margin: 0 auto;
}
#top-head {
  background-color: rgba(255, 255, 255, .9);
  top: -50px;
  box-shadow: rgb(0 0 0 / 20%) -2px 2px 3px;
}
#top-head.fixed {
  margin-top: 0;
  top: 0;
  left: 0;
  position: fixed;
  transition: top 0.3s ease-in;
  -webkit-transition: top 0.3s ease-in;
  -moz-transition: top 0.3s ease-in;
  width: 100%;
  z-index: 1000;
}
.link_box {
  width: 100%;
  margin: 3em auto 1em;
}
.link_box .btn {
  padding: 0 40px 20px;
  background-color: #eeeeee;
  display: block;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
  font-weight: bolder;
  letter-spacing: normal;
  position: relative;
  text-decoration: none;
}
.link_box .btn.linkbtn {
  background-color: #004ea2;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  padding: 20px 20px 20px 10px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 auto 2em;
  max-width: 600px;
}
.link_box .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #004ea2 #004ea2 transparent transparent;
  transform: rotate(45deg);
  transition: 0.3s;
}
.link_box .btn.linkbtn::after, .link_box .btn:hover::after {
  border-color: #fff #fff transparent transparent;
}
.link_box .btn:hover {
  background-color: #555;
  color: #fff;
}
.link_box .obi {
  position: relative;
  padding: 0.1em;
  background: #004ea2;
  color: #fff;
  left: -55px;
  top: -5px;
  display: block;
  width: 114px;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}
.link_box .obi::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px rgb(149, 158, 155);
}
.mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
}
.mv .mv-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  padding: 2em 0;
}
.mv-title .title {
  text-align: left;
  margin-bottom: 0;
  width: 86%;
  color: #222;
}
.mv .mv-cover img {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  object-fit: cover !important;
}
#container {
  width: 100%;
  max-width: 1600px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.contents {
  margin: 0 auto;
  width: 86%;
  max-width: 1200px;
  font-weight: 500;
  padding: 50px 0;
}
.contents.top {
  text-align: center;
}
.title {
  text-align: center;
  margin: 0 auto 1em;
  font-size: 4rem;
  line-height: 1.4em;
  font-weight: 600;
}
.contents .txt {
  max-width: 860px;
  margin: auto;
}
.article .ttl {
  font-size: 1.9em;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  margin: 2em auto 0.8em;
  padding: 0.6em 0;
  border-top: 2px solid #004ea2;
  border-bottom: 2px solid #004ea2;
  color: #004ea2;
}
.article a {
  color: #004ea2;
  text-decoration: underline;
  font-weight: 600;
}
.article a:hover {
  text-decoration: none;
  background-color: #eee;
}
.article p, .article figure {
  margin-bottom: 1.6em;
}
.article figure.item {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  color: #888;
  line-height: 1.6em;
  margin-top: 0.5em;
}
.view {
  width: 100%;
  max-width: 980px;
  margin: 1.8em auto;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article p.q {
  font-weight: 600;
}
.article p.q::before {
  content: "";
  display: inline-block;
  width: 36px;
  border-top: 2px solid;
  margin-right: 12px;
  position: relative;
  top: -0.5rem;
}
.article .name {
  display: inline-block;
  font-weight: 600;
}
.article .name::after {
  content: "：";
  color: #999;
  margin: 0 5px;
  display: inline-block;
}
.article .name.and::after {
  content: "&";
}
.article .name.p01 {
  color: #d90049;
}
.article .name.p02 {
  color: #004ea2;
}
.article .name.p03 {
  color: #ea6d31;
}
.article .name .s {
  font-size: 1.4rem;
  font-weight: 400;
}
.fotter {
  background-color: #eee;
  color: #333;
}
.fotter .common-link-list {
  text-align: center;
  padding-top: 20px;
  width: 90%;
  margin: auto;
}
.fotter .common-link-list .item {
  display: inline-block;
  float: none;
  font-size: 0.9em;
  padding-bottom: 10px;
}
.fotter .common-link-list .item::after {
  content: " ｜ ";
  color: #666;
}
.fotter .common-link-list .item:nth-last-child(2)::after, .fotter .common-link-list .item.item--copyright::after {
  content: "";
}
.fotter .common-link-list .item.item--copyright, .copyright {
  color: #888;
  display: block;
  float: none;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.6em;
  letter-spacing: normal;
}
@media screen and (max-width : 812px) {
  body {
    font-size: 1.45rem;
    letter-spacing: normal;
  }
  .mv {
    padding: inherit;
  }
  .mv .mv-cover {
    position: relative;
  }
  .mv-title {
    background-color: #eee;
    font-size: 1.6em;
    font-size: 6vw;
  }
  .mv-title {
    position: relative;
    padding: 1em 0;
  }
  .contents {
    padding: 20px 0;
  }
  .title {
    font-size: 2rem;
  }
  .article figure {
    margin-left: -8%;
    margin-right: -8%;
    width: 116%;
  }
  .link_box .btn {
    padding: 0 40px 20px 20px;
  }
  .link_box .btn.linkbtn {
    font-size: 1.6em;
  }
  .link_box .btn::after {
    right: 15px;
  }
  .link_box .obi {
    left: -35px;
    top: -5px;
  }
  .article .ttl {
    font-size: 1.6em;
    font-size: 6vw;
    font-weight: 800;
    line-height: 1.6em;
  }
  .article .subttl {
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    position: relative;
    left: -12%;
    right: -12%;
    width: 124%;
    padding: 1.2rem 12%;
  }
  .article p.q::before {
    width: 26px;
    top: -0.3rem;
  }
}
/* ------------------------------
	レスポンシブ
------------------------------ */
.sp {
  display: none;
}
@media screen and (max-width : 812px) {
  .sp {
    display: block;
  }
  .pc {
    visibility: hidden;
    display: none;
  }
}