@charset "UTF-8";
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  overflow-wrap: break-word;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#page {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
#header > .inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 60px;
  margin: 0 auto;
}
#header .logo {
  width: 150px;
}
#header .navi1 {
  margin: 0 auto;
}
#header .navi1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
}
#header .navi1 a span {
  display: inline-block;
  position: relative;
}
#header .navi1 a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  content: "";
}
#header .navi1 a:hover {
  text-decoration: none;
}
#header .navi1 a:hover span::after {
  transform: scale(1, 1);
}
#header .navi1 .icon-blank {
  margin: 0 0 0 4px;
  vertical-align: middle;
}
#header .navi1 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .navi2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: bold;
}
#header .navi2 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .navi2 ul li {
  border-left: 1px solid #707070;
}
#header .navi2 .document a,
#header .navi2 .contact a {
  flex-direction: column;
}
#header .navi2 .document .icon,
#header .navi2 .contact .icon {
  margin: 0 0 5px;
}
#header .navi2 .document p,
#header .navi2 .contact p {
  margin: 0;
  font-size: 1rem;
}
#header .navi2 .contact a {
  width: 80px;
}
#header .btn-menu {
  display: none;
}

#menu {
  display: none;
}

#contents {
  flex: 1;
}

#footer {
  position: relative;
  padding: 40px 15px 20px;
  background-color: #000;
}
#footer > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#footer .wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
#footer .wrapper .logo {
  flex-shrink: 0;
  width: 190px;
  margin: 0 auto 0 0;
}
#footer .wrapper .logo img {
  width: 100%;
}
#footer .wrapper .right {
  display: flex;
}
#footer .wrapper .navi {
  font-size: 1.2rem;
}
#footer .wrapper .navi a {
  color: #fff;
}
#footer .wrapper .navi .icon-blank {
  margin: 0 0 0 4px;
  vertical-align: middle;
}
#footer .wrapper .navi ul {
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  width: 255px;
  margin: 0;
  padding: 0;
}
#footer .wrapper .navi ul li {
  width: 100%;
  margin: 0 0 15px;
  box-sizing: border-box;
  display: inline-block;
}
#footer .wrapper .address {
  margin: 0 0 0 100px;
  padding: 0 0 0 40px;
  border-left: 1px solid #707070;
  color: #fff;
  font-size: 1.2rem;
}
#footer .wrapper .address p {
  margin: 0 0 10px;
}
#footer .wrapper .address p:last-child {
  margin: 0;
}
#footer .copyright {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

#btn-pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  width: 60px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 0s ease 1s;
}
#btn-pagetop a {
  display: block;
  color: #000;
  text-decoration: none;
}
#btn-pagetop a:hover .icon {
  opacity: 0.8;
}
#btn-pagetop .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6A6A6A;
  transition: opacity 0.3s;
}
#btn-pagetop .icon::after {
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
}
#btn-pagetop p {
  width: 60px;
  margin: 5px 0 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
#btn-pagetop.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#btn-pagetop.absolute {
  position: absolute;
  top: -30px;
  bottom: auto;
}
#btn-pagetop.absolute a {
  color: #fff;
}

#breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
}
#breadcrumbs a {
  display: inline-block;
  margin-right: 10px;
}
#breadcrumbs a:not(:first-of-type) {
  margin-left: 10px;
}
#breadcrumbs span {
  display: inline-block;
  margin: 0 10px;
}

.tpl-contents-header {
  display: flex;
  align-items: center;
  height: 330px;
  padding: 90px 15px 30px;
  box-sizing: border-box;
  background-color: #000;
}
.tpl-contents-header > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.tpl-contents-header h1 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.tpl-contents-header p {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.tpl-contents-header .btn {
  width: 200px;
  margin: 30px auto 0;
}
.tpl-contents-header .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  color: #20A29D;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity 0.3s, border-color 0.3s;
}
.tpl-contents-header .btn a .icon {
  margin: 0 15px 0 0;
}
.tpl-contents-header .btn a:hover {
  opacity: 0.8;
  border-color: #20A29D;
  text-decoration: none;
}

.tpl-title1 {
  overflow: hidden;
  text-align: center;
}
.tpl-title1__text1 {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  color: #6A6A6A;
  font-size: 1.6rem;
}
.tpl-title1__text1::before, .tpl-title1__text1::after {
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  margin: auto;
  background-color: #6A6A6A;
  transform: rotate(-45deg);
  content: "";
}
.tpl-title1__text1::before {
  top: 0;
  bottom: 0;
  left: -8px;
}
.tpl-title1__text1::after {
  top: 0;
  bottom: 0;
  right: -8px;
}
.tpl-title1__text1 p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.tpl-title1__text1 p::before, .tpl-title1__text1 p::after {
  display: block;
  position: absolute;
  width: 375px;
  height: 1px;
  margin: auto;
  background-color: #6A6A6A;
  content: "";
}
.tpl-title1__text1 p::before {
  top: 0;
  bottom: 0;
  left: -375px;
}
.tpl-title1__text1 p::after {
  top: 0;
  bottom: 0;
  right: -375px;
}
.tpl-title1__text2 {
  margin: 0;
  font-size: 3rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

.tpl-btn1 {
  width: 200px;
}
.tpl-btn1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #222;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.tpl-btn1 a:hover {
  border-color: #6A6A6A;
  background-color: #6A6A6A;
  color: #fff;
  text-decoration: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

#spFixedBtns {
  display: none;
}

@media (max-width: 1199px) {
  #header .logo {
    margin: 0 auto 0 0;
  }
  #header .navi1 {
    display: none;
  }
  #header .navi2 {
    margin: 0 15px 0 0;
  }
  #header .navi2 ul {
    border-right: 1px solid #707070;
  }
  #header .btn-menu {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
  }
  #header .btn-menu::after {
    content: "メニュー";
  }
  #header .btn-menu .icon {
    position: relative;
    margin: 0 5px 0 0;
    width: 10px;
    height: 1px;
    background-color: #fff;
  }
  #header .btn-menu .icon::before {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -4px 0 0 0;
    background-color: #fff;
    content: "";
  }
  #header .btn-menu .icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 4px 0 0 0;
    background-color: #fff;
    content: "";
  }
  #header .btn-menu.active::after {
    content: "CLOSE";
  }
  #header .btn-menu.active .icon {
    background-color: transparent;
  }
  #header .btn-menu.active .icon::before {
    margin: 0;
    transform: rotate(45deg);
  }
  #header .btn-menu.active .icon::after {
    margin: 0;
    transform: rotate(-45deg);
  }

  #menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 40;
    width: 294px;
    height: 100%;
    padding: 70px 40px 40px;
    box-sizing: border-box;
    background-color: #333;
    transform: translateX(294px);
    transition: transform 0.2s;
  }
  #menu a {
    color: #fff;
  }
  #menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #menu ul li {
    margin: 0 0 15px;
  }
  #menu ul li:last-child {
    margin: 0;
  }
  #menu .list1 {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #707070;
  }
  #menu .icon-blank {
    margin: 0 0 0 4px;
    vertical-align: middle;
  }
  #menu.active {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    transform: translateX(0);
  }

  #footer .wrapper .logo {
    margin: 0 90px 0 0;
  }
  #footer .wrapper .right {
    display: block;
  }
  #footer .wrapper .navi ul {
    width: auto;
  }
  #footer .wrapper .address {
    margin: 30px 0 0;
    padding: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 0 10px 0 15px;
  }
  #header > .inner {
    height: 60px;
  }
  #header .logo {
    width: 133px;
  }
  #header .navi1 {
    display: none;
  }
  #header .navi2 {
    display: none;
  }

  #menu {
    width: 100%;
    transform: translateX(100%);
  }

  #footer {
    padding: 30px 15px 70px;
  }
  #footer .wrapper {
    display: block;
    margin: 0 0 60px;
  }
  #footer .wrapper .logo {
    width: 141px;
    margin: 0 auto 30px;
  }
  #footer .wrapper .address {
    margin: 30px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #707070;
  }
  #footer .wrapper .address p {
    margin: 0 0 10px;
  }
  #footer .copyright {
    font-size: 1.2rem;
  }

  #btn-pagetop {
    bottom: 75px;
  }

  #breadcrumbs {
    display: none;
  }

  .tpl-contents-header {
    height: 204px;
    padding: 75px 15px 15px;
  }
  .tpl-contents-header h1 {
    margin: 0 0 5px;
    font-size: 2.4rem;
    text-align: left;
  }
  .tpl-contents-header p {
    font-size: 1.2rem;
    text-align: left;
  }
  .tpl-contents-header .btn {
    display: none;
  }

  .tpl-title1__text1 {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
  .tpl-title1__text2 {
    font-size: 2.1rem;
  }

  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }

  #spFixedBtns {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #spFixedBtns .btn1 {
    flex: 1;
  }
  #spFixedBtns .btn1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-top: 1px solid #20A29D;
    border-bottom: 1px solid #20A29D;
    box-sizing: border-box;
    background-color: #fff;
    color: #20A29D;
    font-size: 1.4rem;
    font-weight: bold;
    transition: opacity 0.3s, border-color 0.3s;
  }
  #spFixedBtns .btn1 a .icon {
    margin: 0 15px 0 0;
  }
  #spFixedBtns .btn2 {
    flex: 1;
  }
  #spFixedBtns .btn2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #20A29D;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    transition: opacity 0.3s;
  }
  #spFixedBtns .btn2 a .icon {
    margin: 0 15px 0 0;
  }
}