@charset "utf-8";
/* reset */
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto; /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
/* lib */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* utility */
@media screen and (max-width: 750px) {
  .ut-pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .ut-spOnly {
    display: none;
  }
}
.ut-mt50 {
  margin-top: 50px !important;
}
.ut-mb50 {
  margin-bottom: 50px !important;
}
.ut-pt50 {
  padding-top: 50px !important;
}
.ut-pb50 {
  padding-bottom: 50px !important;
}
.ut-mt40 {
  margin-top: 40px !important;
}
.ut-mb40 {
  margin-bottom: 40px !important;
}
.ut-pt40 {
  padding-top: 40px !important;
}
.ut-pb40 {
  padding-bottom: 40px !important;
}
.ut-mt30 {
  margin-top: 30px !important;
}
.ut-mb30 {
  margin-bottom: 30px !important;
}
.ut-pt30 {
  padding-top: 30px !important;
}
.ut-pb30 {
  padding-bottom: 30px !important;
}
.ut-mt20 {
  margin-top: 20px !important;
}
.ut-mb20 {
  margin-bottom: 20px !important;
}
.ut-pt20 {
  padding-top: 20px !important;
}
.ut-pb20 {
  padding-bottom: 20px !important;
}
.ut-mt10 {
  margin-top: 10px !important;
}
.ut-mb10 {
  margin-bottom: 10px !important;
}
.ut-pt10 {
  padding-top: 10px !important;
}
.ut-pb10 {
  padding-bottom: 10px !important;
}
.ut-mt0 {
  margin-top: 0px !important;
}
.ut-mb0 {
  margin-bottom: 0px !important;
}
.ut-pt0 {
  padding-top: 0px !important;
}
.ut-pb0 {
  padding-bottom: 0px !important;
}
/* original */
body {
  color: #000;
}
img {
  display: block;
  max-width: 100%;
}
.st-footer {
  background: #c7c7c7;
}
@media print, screen and (min-width: 751px) {
  .st-footer {
    min-width: 1000px;
  }
}
.st-footer_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .st-footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 890px;
    height: 90px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .st-footer_inner {
    width: 92vw;
    min-height: 30.666666666666664vw;
    padding-top: 4.533333333333333vw;
    text-align: center;
  }
}
.st-footer_link {
  border-bottom: 1px solid #333;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 750px) {
  .st-footer_link {
    width: 53.333333333333336vw;
    margin: 0 auto 10.666666666666668vw;
  }
}
.st-footer_item {
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .st-footer_item {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .st-footer_item {
    font-size: 3.2vw;
  }
}
.st-footer_item:nth-child(1) {
  border-right: 1px solid #000;
}
@media print, screen and (min-width: 751px) {
  .st-footer_item:nth-child(1) > a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .st-footer_item:nth-child(1) > a {
    margin-right: 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .st-footer_item:nth-child(2) > a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .st-footer_item:nth-child(2) > a {
    margin-left: 4vw;
  }
}
.st-footer_item > a {
  text-decoration: none;
  color: #000;
}
.st-footer_copyright {
  text-align: left;
}
@media print, screen and (min-width: 751px) {
  .st-footer_copyright > p {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .st-footer_copyright > p {
    font-size: 2.4vw;
  }
}
.st-header_inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 751px) {
  .st-header_inner {
    width: 1000px;
    height: 70px;
  }
}
@media screen and (max-width: 750px) {
  .st-header_inner {
    width: 92vw;
    height: 15.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .st-header_logo {
    width: 153px;
  }
}
@media screen and (max-width: 750px) {
  .st-header_logo {
    width: 37.06666666666666vw;
  }
}
@media print, screen and (min-width: 751px) {
  .tp-mainVisual_wrap {
    position: relative;
  }
  .tp-mainVisual_wrap::before,
  .tp-mainVisual_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 460px;
    width: 50%;
  }
  .tp-mainVisual_wrap::before {
    left: 0;
    background: #0d1c47;
  }
  .tp-mainVisual_wrap::after {
    left: 50%;
    background: #c4c5c6;
  }
}
.tp-mainVisual {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .tp-mainVisual {
    min-width: 1000px;
    max-width: 1440px;
    height: 460px;
    margin: 0 auto 30px;
    position: relative;
    background-image: url("../images/main_pc.jpg");
    background-position: center center;
  }
}
.tp-mainVisual img {
  width: 100%;
}
.st-nav {
  margin: 0 auto;
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .st-nav {
    width: 1000px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .st-nav {
    flex-wrap: wrap;
    border-top: 1.333333333333333vw solid #000;
    border-bottom: 1.333333333333333vw solid #000;
    margin-bottom: 5.333333333333334vw;
  }
}
.st-nav_item {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .st-nav_item {
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
  }
}
@media screen and (max-width: 750px) {
  .st-nav_item {
    border-top: 1.333333333333333vw solid #000;
    border-bottom: 1.333333333333333vw solid #000;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .st-nav_item--half {
    width: 50%;
  }
}
.tp-prizeBlock {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .tp-prizeBlock {
    width: 1000px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .tp-prizeBlock {
    width: 97.33333333333334vw;
  }
}
.ancPosition01 {
  left: 0;
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  .ancPosition01 {
    top: 220px;
  }
}
@media screen and (max-width: 750px) {
  .ancPosition01 {
    top: 65.33333333333333vw;
  }
}
.ancPosition02 {
  left: 0;
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  .ancPosition02 {
    top: 1090px;
  }
}
@media screen and (max-width: 750px) {
  .ancPosition02 {
    top: 346.6666666666667vw;
  }
}
.tp-bnrBlock {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .tp-bnrBlock {
    width: 890px;
  }
}
@media screen and (max-width: 750px) {
  .tp-bnrBlock {
    display: none;
  }
}
.tp-bnrBlock a {
  display: block;
}
.tp-experienceBlock {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .tp-experienceBlock {
    width: 1000px;
    padding: 0 55px 54px 25px;
  }
}
@media screen and (max-width: 750px) {
  .tp-experienceBlock {
    margin-top: 8vw;
    padding-bottom: 13.333333333333334vw;
  }
}
.tp-experienceLine {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #000;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  .tp-experienceLine {
    left: 55px;
    width: 2px;
  }
}
@media screen and (max-width: 750px) {
  .tp-experienceLine {
    width: 0.266666666666667vw;
    left: 6.666666666666667vw;
  }
}
.tp-caseTxt01 {
  line-height: 1.25;
}
@media print, screen and (min-width: 751px) {
  .tp-caseTxt01 {
    font-size: 26px;
    margin: 18px 0 16px 60px;
  }
}
@media screen and (max-width: 750px) {
  .tp-caseTxt01 {
    font-size: 3.466666666666666vw;
    margin: 2.4vw 0 2.4vw 10.133333333333333vw;
  }
}
.tp-caseTxt02 {
  line-height: 1.25;
}
@media print, screen and (min-width: 751px) {
  .tp-caseTxt02 {
    font-size: 26px;
    margin: 62px 0 16px 60px;
  }
}
@media screen and (max-width: 750px) {
  .tp-caseTxt02 {
    font-size: 3.466666666666666vw;
    margin: 8.799999999999999vw 0 3.733333333333334vw 10.133333333333333vw;
    padding-left: 4em;
    text-indent: -4em;
  }
}
.tp-softBlock {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .tp-softBlock {
    width: 1000px;
    padding-top: 90px;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 750px) {
  .tp-softBlock {
    margin-top: -5.333333333333334vw;
    padding-bottom: 5.333333333333334vw;
  }
}
.tp-softHeading {
  font-weight: bold;
  line-height: 1.35;
}
@media print, screen and (min-width: 751px) {
  .tp-softHeading {
    font-size: 32px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 750px) {
  .tp-softHeading {
    font-size: 5.866666666666666vw;
    margin-bottom: 12vw;
  }
}
.tp-softHeading > span {
  text-decoration: underline;
}
@media print, screen and (min-width: 751px) {
  .tp-softTxt {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .tp-softTxt {
    font-size: 4vw;
    margin-bottom: 6.666666666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .tp-softImg {
    width: 92vw;
    margin: 0 auto 4.8vw;
  }
}
.tp-softLink {
  list-style: none;
}
@media print, screen and (min-width: 751px) {
  .tp-softLink {
    display: flex;
    list-style: none;
    align-items: flex-end;
    width: 900px;
    margin-left: 70px;
  }
}
.tp-softLink_item {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .tp-softLink_item {
    width: 92vw;
    margin: 0 auto 8vw;
  }
  .tp-softLink_item:last-of-type {
    margin-bottom: 4vw;
  }
}
.tp-softLink_item > a {
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 751px) {
  .tp-softLink_item01 {
    margin-right: 60px;
  }
}
@media print, screen and (min-width: 751px) {
  .tp-softLink_item01 .tp-softLink_Ttl {
    padding-left: 24px;
  }
}
.tp-softLink_img {
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .tp-softLink_img {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 750px) {
  .tp-softLink_img {
    margin-bottom: 1.333333333333333vw;
  }
}
.tp-softLink_Ttl {
  font-weight: bold;
  color: #000;
  display: block;
}
@media print, screen and (min-width: 751px) {
  .tp-softLink_Ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .tp-softLink_Ttl {
    font-size: 4.533333333333333vw;
    line-height: 1;
  }
}
.tp-environmentBlock {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .tp-environmentBlock {
    width: 1000px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .tp-environmentBlock {
    width: 92vw;
    margin-bottom: 16.666666666666664vw;
  }
}
.tp-environmentTtl {
  background: #f3f4f3;
  text-align: center;
  font-weight: normal;
}
@media print, screen and (min-width: 751px) {
  .tp-environmentTtl {
    font-size: 20px;
    padding: 8px;
  }
}
@media screen and (max-width: 750px) {
  .tp-environmentTtl {
    font-size: 2.666666666666667vw;
    padding: 1.066666666666667vw;
  }
}
.tp-environmentBlock_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .tp-environmentBlock_inner {
    width: 888px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .tp-environmentBlock_inner {
    margin-top: 4vw;
  }
}
.tp-environmentSubTtl {
  font-weight: normal;
}
@media print, screen and (min-width: 751px) {
  .tp-environmentSubTtl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .tp-environmentSubTtl {
    font-size: 2.666666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }
}
.tp-environmentTable {
  border-collapse: collapse;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .tp-environmentTable th,
  .tp-environmentTable td {
    padding: 9px 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .tp-environmentTable th,
  .tp-environmentTable td {
    padding: 1.2vw 1.866666666666667vw;
    font-size: 2.666666666666667vw;
  }
}
.tp-environmentTable th {
  background: #f3f4f3;
  border: 1px solid #434343;
  font-weight: normal;
}
.tp-environmentTable td {
  border: 1px solid #434343;
}
.tp-environmentTable01 {
  text-align: left;
}
@media print, screen and (min-width: 751px) {
  .tp-environmentTable01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .tp-environmentTable01 {
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .tp-environmentTable01 th {
    width: 154px;
  }
}
@media screen and (max-width: 750px) {
  .tp-environmentTable01 th {
    width: 20.533333333333335vw;
  }
}
@media print, screen and (min-width: 751px) {
  .tableTh01 {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  .tableTh01 {
    width: 22.666666666666664vw;
  }
}
.tableTh02 {
  text-align: left;
}
@media print, screen and (min-width: 751px) {
  .tableTh02 {
    width: 194px;
  }
}
@media screen and (max-width: 750px) {
  .tableTh02 {
    width: 25.866666666666667vw;
  }
}
.tp-snsBlock {
  display: flex;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .tp-snsBlock {
    justify-content: flex-end;
    width: 888px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .tp-snsBlock {
    justify-content: center;
    margin-bottom: 6.133333333333333vw;
  }
}
.tp-snsList {
  list-style: none;
  display: flex;
}
.tp-snsList_item > a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .tp-snsList_item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .tp-snsList_item {
    margin: 0 2vw;
  }
}
.js-fadeBlock {
  opacity: 0;
  transform: translateY(30px);
  transition: 1.5s;
}
.js-fadeBlock.is-faded {
  opacity: 1;
  transform: translateY(0);
}

/*SNS*/
.p-sns {
    color: #323232;
	position: relative;
}

.l-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto;
    text-align: left;
    min-width: 320px;
    max-width: 640px;
}

.p-sns__heading {
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.p-sns__items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.p-sns__item {
    margin: 0 10px;
	list-style: none;
    vertical-align: bottom;
}

.p-sns__item img {
    width: 45px;
}

.p-sns__item img:hover {
    opacity: 0.6;
}

.p-sns__description {
    text-align: center;
    font-size: 1.3rem;
}

.u-dn-lg {
    display: none;
}

@media screen and (min-width: 768px) {
    .l-container {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 32px;
        padding-right: 32px;
        max-width: 640px;
    }
	.u-dn-lg {
        display: inherit;
    }
}


