@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Oswald:300,400&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* =========================================================
見出し
========================================================= */
.pageTitle {
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .pageTitle {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}

.pageTitle span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-weight: 400;
  font-size: 4.5rem;
}

@media screen and (max-width: 1199px) {
  .pageTitle span {
    font-size: 3.7rem;
  }
}

.secTitle {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  color: #141521;
}

.secTitle span {
  margin-right: 10px;
  letter-spacing: .05em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 3.8rem;
}

.titleLead {
  margin: -20px 0 20px;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  color: #141521;
  font-weight: bold;
}

strong {
  color: #141521;
  font-weight: 500;
}

.bgGray {
  background: #EFEFEF;
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: #727171;
  text-decoration: none;
  transition: all .5s;
}

a:hover {
  opacity: .8;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[target="_blank"] .icon_external {
  fill: #727171;
  width: 15px;
  height: 13px;
  margin-left: 7px;
}

p:not([class]) a {
  color: inherit;
  text-decoration: underline;
}

p:not([class]) a:hover {
  text-decoration: none;
}

html,
body {
  font-size: 62.5%;
}

body {
  color: #727171;
  font-size: 14px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  line-height: 2;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 12px;
    min-width: 100%;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 80px;
}

@media screen and (max-width: 1199px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
}

.wrapper.pt0 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
}

@media screen and (max-width: 1199px) {
  .wrapper.pt0 {
    width: 100%;
    padding: 0 15px 40px;
  }
}

.wrapper.pb0 {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}

@media screen and (max-width: 1199px) {
  .wrapper.pb0 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 0;
  }
}

button:focus {
  outline: 0;
}

.copyright {
  padding: 30px 0;
  text-align: center;
}

.copyright small {
  font-size: 1.2rem;
}

.c_red {
  color: #A12524;
}

.commonLink {
	width: 100%;
	max-width: 370px;
	text-align: center;
}
@media screen and (max-width: 1199px) {
  p.commonLink {
		max-width: 100%;
	}
}

p.commonLink a {
	display: block;
	color: #fff;
	background: #141521;
	padding: 10px;
	text-decoration: none;
	transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  p.commonLink a {
    font-size: 1.3rem;
    padding: 7px;
  }
}
/* =========================================================
navigation
========================================================= */
.navigation {
  width: 100%;
  background: #fff;
  padding: 11px;
  margin: 0 0 80px;
  border-bottom: 1px solid #EFEFEF;
}

@media screen and (max-width: 1199px) {
  .navigation {
    display: none;
  }
}

.navigation ul.naviList {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.navigation ul.naviList li {
  padding: 0 20px;
}
.navigation ul.naviList li a {
  color: #141521;
  font-weight: bold;
}
.navigation ul.naviList li a img {
  vertical-align: baseline;
  margin-left: 3px;
  margin-bottom: -1px;
}

/* =========================================================
menuWrap
========================================================= */

div.menuWrap {
	display: none;
}
div.menuWrap {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  opacity: 0;
  transition: all 0.4s ease;
  visibility: hidden;
}
div.menuWrap.on {
  opacity: 1;
  left: 0;
  visibility: visible;
}
div.menuWrap div.base {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
  background: rgba(20, 21, 33, .5);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
div.menuWrap div.inside {
  background: #141521;
  width: 30%;
  height: 100%;
  margin: 0 0 0 100%;
  transition: margin 0.4s ease;
  position: relative;
  text-align: left;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  div.menuWrap div.inside {
    width: 70%;
    height: 100%;
  }
}
div.menuWrap.on div.inside {
  margin: 0 0 0 70%;
}
@media screen and (max-width: 1199px) {
  div.menuWrap.on div.inside {
    margin: 0 0 0 30%;
  }
}
div.menuWrap div.inside div.inner {
  position: relative;
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding: 100px 60px;
	box-sizing: border-box;
	background: #141521;
}
@media screen and (max-width: 1199px) {
  div.menuWrap div.inside div.inner {
    padding: 70px 30px;
  }
}
div.menuWrap ul.menuList {
  text-align: left;
  margin: 0;
}
div.menuWrap ul.menuList li {
  position: relative;
}
div.menuWrap ul.menuList li a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  div.menuWrap ul.menuList li a {
    padding: 3px 0;
  }
}
div.menuWrap ul.menuList li a img {
  vertical-align: middle;
  margin-left: 6px;
}
@media screen and (max-width: 1199px) {
  div.menuWrap ul.menuList li a img.mark_blank {
    width: 18px;
    height: 13px;
  }
  div.menuWrap ul.menuList li a img.mark_pdf {
    width: 14px;
    height: 17px;
  }
  div.menuWrap ul.menuList li a img.mark_pc {
    width: 13px;
    height: 11px;
  }
}

button.menuBtn {
  width: 68px;
  height: 68px;
  background: #141521;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 11;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  transition: all 0.5s ease;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  button.menuBtn {
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
    opacity: 1;

  }
}
button.menuBtn.on {
  opacity: 1;
}
button.menuBtn span.line {
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 2px solid #fff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  button.menuBtn span.line {
    width: 20px;
  }
}
button.menuBtn span.line1 {
  top: 24px;
}
@media screen and (max-width: 1199px) {
  button.menuBtn span.line1 {
    top: 16px;
  }
}
button.menuBtn span.line2 {
  top: 34px;
}
@media screen and (max-width: 1199px) {
  button.menuBtn span.line2 {
    top: 22px;
  }
}
button.menuBtn span.line3 {
  top: 44px;
}
@media screen and (max-width: 1199px) {
  button.menuBtn span.line3 {
    top: 28px;
  }
}
button.menuBtn.open span.line1 {
  top: 34px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  button.menuBtn.open span.line1 {
    top: 22px;
  }
}
button.menuBtn.open span.line2 {
  opacity: 0;
}
button.menuBtn.open span.line3 {
  top: 34px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  button.menuBtn.open span.line3 {
    top: 22px;
  }
}

/* =========================================================
demoList
========================================================= */

@media screen and (max-width: 1199px) {
  .demoIndex > .wrapper.pb0 {
    padding-top: 60px;
  }
}

ul.demoList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  ul.demoList {
    display: block;
  }
}

ul.demoList li {
  width: 31%;
  margin-right: 3%;
}

@media screen and (max-width: 1199px) {
  ul.demoList li {
    width: 100%;
    margin: 0 0 30px;
  }
}

ul.demoList li:nth-child(3n) {
  margin-right: 0;
}
ul.demoList li:nth-child(n+4) {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  ul.demoList li:nth-child(n+4) {
    margin-top: 40px;
  }
}

ul.demoList li a {
  display: block;
}

ul.demoList li p.img {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  transition: all 0.6s ease;
}

ul.demoList li p.img img {
  width: 100%;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1199px) {
  ul.demoList li p.img {
    margin: 0 0 10px;
  }
}

ul.demoList li a:hover p.img img {
  transform: scale(1.05);
}
@media screen and (max-width: 1099px) {
  ul.demoList li a:hover p.img img {
    transform: scale(1);
  }
}

ul.demoList li p.nameText {
  font-size: 1.6rem;
  font-weight: bold;
  color: #141521;
  margin: 0 0 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  ul.demoList li p.nameText {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}

ul.demoList li p.nameText span {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: right;
  text-decoration: underline;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 1199px) {
  ul.demoList li p.nameText span {
    font-size: 1.1rem;
  }
}

p.commonLink span {
	display: block;
	color: #fff;
	background: #141521;
	padding: 10px;
	text-decoration: none;
	transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  p.commonLink span {
    font-size: 1.3rem;
    padding: 7px;
  }
}
