@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #fff;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  background-color: #fff;
  scroll-behavior: smooth;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
img {
  width: 100%;
  height: auto;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mgb0 {
  margin-bottom: 0;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.gochic {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.item01-pad {
  order: 1;
}
.item02-pad {
  order: 2;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.contents {
  padding: 8rem 2rem;
}
.cont_inr {
  max-width: 130rem;
  margin: auto;
}
.txt {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1000px) {
  .item01-pad {
    order: 2;
  }
  .item02-pad {
    order: 1;
  }
}
@media only screen and (min-width: 1000px) {
  .contents {
    padding: 13rem 2rem;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .sp {
    display: none
  }
  .pc {
    display: block;
  }
  .txt {
    font-size: 1.6rem;
  }
}
/**/
.btn {
  /*  max-width: 30rem;*/
  margin: 4rem 0 0;
}
.btn a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  border-radius: 7px;
  background-image: linear-gradient(to right, #222 0%, #222 50%, #222 50%, #222 100%);
  overflow: hidden;
  display: block;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  color: #fff;
  width: 100%;
  position: relative;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.btn_bl a {
  background-image: linear-gradient(to right, #0e0d6a 0%, #0e0d6a 50%, #0e0d6a 50%, #0e0d6a 100%);
  color: #fff;
}
.btn a::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url("../images/arrow-right.svg")no-repeat center center/contain;
  width: 3rem;
  height: 3rem;
  color: #fff;
}
.btn a:hover {
  background-position: 0 0;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(50px);
    transform: scale(1.3);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
/**/
body.active {
  height: 100%;
  overflow: hidden;
}
#spNav .link_list {
  display: flex;
  position: fixed;
  left: 1rem;
  bottom: 1.5rem;
  border: 1px solid #0e0d6a;
  z-index: 10000000;
}
#spNav .link_list li {
  border-right: 1px solid #0e0d6a;
}
#spNav .link_list li:last-child {
  border-right: none;
}
#spNav .link_list a {
  color: #0e0d6a;
  background-color: #fff;
  padding: 1rem 0.5rem;
  text-align: center;
  display: block;
}
.footer_bg {
  background: url("../images/footer.jpg")no-repeat center center/cover;
  width: 100%;
  height: 20rem;
}
@media only screen and (min-width: 1000px) {
  #spNav {
    width: 53rem;
  }
  .btn.g_btn a:hover {
    color: #fff;
  }
  .btn.g_btn a:hover::after {
    background: url("../images/arrow_btn.svg");
  }
  .footer_bg {
    height: 39rem;
  }
  #spNav .link_list {
    left: 3rem;
    bottom: 3.5rem;
  }
  #spNav .link_list a {
    padding: 2rem;
  }
  #spNav .link_list a:hover {
    color: #fff;
    background-color: #0e0d6a;
  }
}
@media only screen and (min-width: 1367px) {
  #spNav .link_list a {
    padding: 1rem 2rem;
  }
}
table {
  width: 100%;
}
table th, table td {
  padding: 3rem 1rem 3rem 0;
  text-align: left;
  font-size: 1.4rem;
}
table th {
  border-bottom: 1px solid #00824F;
  color: #00824F;
}
table td {
  border-bottom: 1px solid #D3D3D3;
}
@media only screen and (min-width: 1000px) {
  table th, table td {
    font-size: 1.6rem;
  }
  table th {
    width: 18rem;
  }
  table td {
    width: calc(100% - 18rem);
  }
}