@charset "UTF-8";
/******************************************************************
** GENERAL STYLES
******************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}
html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1d1d1f;
  margin: 0;
}
body * {
  hyphens: none;
}
#container {
  overflow: clip;
}
.content-wrap {
  position: relative;
}
.content-wrap01 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.content-wrap01 > .content-wrap-inner {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .content-wrap01 {
    padding-left: 0;
    padding-right: 0;
  }
}
/******************************************************************
** Stylesheet: Main Stylesheet
******************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
/******************************************************************
** Links
******************************************************************/
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
.link-btn01 {
  position: relative;
  color: #1d1d1f;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  width: 100%;
  max-width: 20rem;
  background: #e8e8ed;
  border-radius: 9999px;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
  padding: 0.8em 1em;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .link-btn01:hover {
    color: #fff;
    background: #1d1d1f;
  }
}
/******************************************************************
** Typography
******************************************************************/
abbr[title] {
  border-bottom: 0.1rem dotted;
}
b, strong {
  font-weight: bold;
}
dfn, em {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  margin: 0;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/******************************************************************
** text
******************************************************************/
.fs--18 {
  font-size: 1.8rem;
}
.ta--l {
  text-align: left;
}
.ta--c {
  text-align: center;
}
.ta--r {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .ta--l_pc {
    text-align: left;
  }
  .ta--c_pc {
    text-align: center;
  }
  .ta--r_pc {
    text-align: right;
  }
}
/******************************************************************
** H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.4em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.5em;
}
/******************************************************************
** heading
******************************************************************/
.heading--lrg01 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.4em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .heading--lrg01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--lrg01 {
    font-size: 2rem;
  }
}
/******************************************************************
** Lists
******************************************************************/
dl, menu {
  margin: 1em 0;
}
dd {
  margin: 0;
}
menu {
  padding: 0 0 4rem;
}
ol, ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ol li, ul li {
  margin-bottom: 0.3em;
}
ol > li:last-child, ul > li:last-child {
  margin-bottom: 0;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
ul.list--caution, ul.list--caution > li {
  position: relative;
  margin: 0;
  display: block;
}
ul.list--caution {
  list-style: none;
  padding: 0;
}
ul.list--caution > li {
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
ul.list--caution > li:last-child {
  margin-bottom: 0;
}
ul.list--caution > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
ul.list--col3, ul.list--col4 {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.list--col3 > li, ul.list--col4 > li {
  font-size: 1.4rem;
  margin: 2.5%;
  display: inline-block;
  vertical-align: top;
}
ul.cat-list01, ul.tag-list01 {
  position: relative;
  list-style: none;
  font-size: 0;
  display: table;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
ul.cat-list01 > li, ul.tag-list01 > li {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0.3em;
}
ul.cat-list01 > li .btn, ul.tag-list01 > li .btn {
  position: relative;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
ul.cat-list01 > li {
  color: #1d1d1f;
  margin: 0.5em 0.3em;
}
ul.cat-list01 > li .btn {
  font-weight: 700;
  color: #1d1d1f;
  background: #e8e8ed;
  padding: 0.4em 1em;
  border-radius: 9999px;
}
ul.tag-list01 > li {
  color: #6e6e73;
  margin: 0.3em;
}
ul.tag-list01 > li .btn {
  color: #6e6e73;
  border: 0.1rem solid #6e6e73;
  border-radius: 0.25em;
  padding: 0.2em 0.6em;
}
@media screen and (min-width: 769px) {
  ul.list--col3 > li {
    width: 30%;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(2), ul.list--col3 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(4), ul.list--col3 > li:nth-child(7), ul.list--col3 > li:nth-child(10), ul.list--col3 > li:nth-child(13), ul.list--col3 > li:nth-child(16), ul.list--col3 > li:nth-child(19), ul.list--col3 > li:nth-child(22), ul.list--col3 > li:nth-child(25), ul.list--col3 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.list--col3 > li:nth-child(3), ul.list--col3 > li:nth-child(6), ul.list--col3 > li:nth-child(9), ul.list--col3 > li:nth-child(12), ul.list--col3 > li:nth-child(15), ul.list--col3 > li:nth-child(18), ul.list--col3 > li:nth-child(21), ul.list--col3 > li:nth-child(24), ul.list--col3 > li:nth-child(27), ul.list--col3 > li:nth-child(30), ul.list--col3 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.list--col4 > li {
    width: 21.2%;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(2), ul.list--col4 > li:nth-child(3), ul.list--col4 > li:nth-child(4) {
    margin-top: 0;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(5), ul.list--col4 > li:nth-child(9), ul.list--col4 > li:nth-child(13), ul.list--col4 > li:nth-child(17), ul.list--col4 > li:nth-child(21), ul.list--col4 > li:nth-child(25), ul.list--col4 > li:nth-child(29), ul.list--col4 > li:nth-child(33), ul.list--col4 > li:nth-child(37), ul.list--col4 > li:nth-child(41), ul.list--col4 > li:nth-child(45) {
    margin-left: 0;
  }
  ul.list--col4 > li:nth-child(4), ul.list--col4 > li:nth-child(8), ul.list--col4 > li:nth-child(12), ul.list--col4 > li:nth-child(16), ul.list--col4 > li:nth-child(20), ul.list--col4 > li:nth-child(24), ul.list--col4 > li:nth-child(28), ul.list--col4 > li:nth-child(32), ul.list--col4 > li:nth-child(36), ul.list--col4 > li:nth-child(40), ul.list--col4 > li:nth-child(44), ul.list--col4 > li:nth-child(48), ul.list--col4 > li:last-child {
    margin-right: 0;
  }
  ul.cat-list01 > li .btn:hover {
    color: #fff;
    background: #1d1d1f;
  }
  ul.tag-list01 > li .btn:hover {
    color: #fff;
    background: #6e6e73;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.list--col4 > li {
    width: 30%;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(2), ul.list--col4 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(4), ul.list--col4 > li:nth-child(7), ul.list--col4 > li:nth-child(10), ul.list--col4 > li:nth-child(13), ul.list--col4 > li:nth-child(16), ul.list--col4 > li:nth-child(19), ul.list--col4 > li:nth-child(22), ul.list--col4 > li:nth-child(25), ul.list--col4 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.list--col4 > li:nth-child(3), ul.list--col4 > li:nth-child(6), ul.list--col4 > li:nth-child(9), ul.list--col4 > li:nth-child(12), ul.list--col4 > li:nth-child(15), ul.list--col4 > li:nth-child(18), ul.list--col4 > li:nth-child(21), ul.list--col4 > li:nth-child(24), ul.list--col4 > li:nth-child(27), ul.list--col4 > li:nth-child(30), ul.list--col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  ul.list--col3 > li, ul.list--col4 > li {
    width: 47.5%;
  }
  ul.list--col3 > li:nth-child(1), ul.list--col3 > li:nth-child(2), ul.list--col4 > li:nth-child(1), ul.list--col4 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.list--col3 > li:nth-child(odd), ul.list--col4 > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.list--col3 > li:nth-child(even), ul.list--col3 > li:last-child, ul.list--col4 > li:nth-child(even), ul.list--col4 > li:last-child {
    margin-right: 0;
  }
  ul.cat-list01 > li, ul.tag-list01 > li {
    font-size: 1.1rem;
  }
}
/******************************************************************
** Figures
******************************************************************/
figure {
  margin: 0;
}
/******************************************************************
** embedded content
******************************************************************/
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.img-wrap {
  position: relative;
  line-height: 0;
}
.img-wrap picture, .img-wrap img {
  position: relative;
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
}
svg:not(:root) {
  overflow: hidden;
}
/******************************************************************
** Forms
******************************************************************/
fieldset {
  border: 0.1rem solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html 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;
}
/******************************************************************
** INPUTS
******************************************************************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  position: relative;
  font-size: 1em;
  color: #5c6b80;
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 4.5rem;
  padding: 1rem;
  background: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box;
  box-shadow: none;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active {
  background-color: #f7f8fa;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled] {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active {
  background-color: #d5edf8;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
select, textarea {
  position: relative;
  font-size: 1em;
  color: #5c6b80;
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 4.5rem;
  padding: 1rem;
  background: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box;
  box-shadow: none;
}
select:focus, select:active, textarea:focus, textarea:active {
  background-color: #f7f8fa;
}
select[disabled], textarea[disabled] {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
select[disabled]:focus, select[disabled]:active, textarea[disabled]:focus, textarea[disabled]:active {
  background-color: #d5edf8;
}
select {
  -webkit-appearance: none;
}
textarea {
  max-width: 100%;
  min-height: 12rem;
}
.form-wrap .required {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-left: 1em;
  padding: 0.4em 0.5em 0.3em;
  background: #f8ad3b;
  display: inline-block;
}
.form-wrap input[type="submit"] {
  position: relative;
  color: #1d1d1f;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  width: 100%;
  max-width: 24rem;
  border: 0.1rem solid #1d1d1f;
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 3em;
  padding: 0.95em 1em;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  .form-wrap table.table--tr th {
    width: 30%;
    vertical-align: middle;
  }
  .form-wrap table.table--tr .va--t th {
    padding-top: 2em;
    vertical-align: top;
  }
}
@media screen and (min-width: 1025px) {
  .form-wrap input[type="submit"]:hover {
    color: #fff;
    background: #1d1d1f;
  }
}
/******************************************************************
** Tables
******************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table--tr {
  position: relative;
  width: 100%;
  background: none;
  border: none;
}
table.table--tr tr, table.table--tr th, table.table--tr td {
  position: relative;
  background: transparent;
  border: none;
}
table.table--tr th, table.table--tr td {
  font-weight: 400;
  text-align: left;
  padding: 1em 0;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  table.table--tr th {
    width: 30%;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  table.table--tr th, table.table--tr td {
    width: 100%;
    display: block;
  }
  table.table--tr th {
    padding-right: 0;
    padding-bottom: 0.3em;
  }
  table.table--tr td {
    padding-top: 0.3em;
  }
}
/******************************************************************
** common
******************************************************************/
.logo {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  display: table;
  white-space: nowrap;
}
.logo a {
  position: relative;
  color: #1d1d1f;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .logo a:hover {
    opacity: 0.7;
  }
}
/******************************************************************
** HEADER STYLES
******************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(245, 245, 247, 0.8);
  backdrop-filter: saturate(180%) blur(2rem);
  z-index: 9999;
  transition: all 0.4s;
}
.header .inner-header {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header.header-scroll .inner-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-right: 3.4rem;
  }
  .header .inner-header {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  .header .logo {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .header .logo {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .header .logo {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .header .logo {
    font-size: 1.2rem;
  }
}
/******************************************************************
** FOOTER STYLES
******************************************************************/
.footer {
  position: relative;
  color: #6e6e73;
  clear: both;
  background: #f5f5f7;
  padding-top: 3rem;
  padding-bottom: 15rem;
  border-top: 0.2rem solid #fff;
}
.copyright {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .footer {
    padding-bottom: 10rem;
  }
}
/******************************************************************
** go to top
******************************************************************/
#page_top {
  position: fixed;
  bottom: 14rem;
  right: 21rem;
  z-index: 100;
}
#page_top a {
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #e8e8ed;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  transition: all 0.4s;
}
#page_top a:before {
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #1d1d1f;
  border-left: 0.1rem solid #1d1d1f;
}
@media screen and (min-width: 1025px) {
  #page_top a:hover {
    color: #fff;
    background: #1d1d1f;
  }
  #page_top a:hover:before {
    border-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #page_top {
    right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #page_top {
    bottom: 9rem;
  }
  #page_top a {
    width: 4rem;
    height: 4rem;
  }
}
/******************************************************************
** NAVIGATION STYLES
******************************************************************/
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
.header nav {
  margin: 0 0 0 auto;
}
.header nav ul.nav {
  display: flex;
  margin: 0;
  padding: 0;
}
.header nav ul.nav > li, .header nav ul.nav > li a {
  position: relative;
  font-size: 1.4rem;
  color: #1d1d1f;
  line-height: 1.6;
  text-align: center;
}
.header nav ul.nav > li {
  margin: 0 1em;
}
.header nav ul.nav > li:first-child {
  margin-left: 0;
}
.header nav ul.nav > li:last-child {
  margin-right: 0;
}
.header nav ul.nav > li a {
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
.header nav ul.nav > li a strong {
  font-weight: 400;
}
.header nav ul.nav > li a .menu-item-description {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.6em;
}
#nav-drawer {
  position: relative;
  z-index: 9999999999;
  display: none;
}
.nav-unshown {
  display: none;
}
#nav-open {
  position: fixed;
  top: 1.75rem;
  right: 2rem;
  cursor: pointer;
  display: block;
  transition: all 0.4s;
  z-index: 10000;
}
#nav-open .line-wrap {
  position: relative;
  width: 1.8rem;
  height: 0.9rem;
  display: block;
}
#nav-open .line-wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #1d1d1f;
  transition: all 0.4s;
}
#nav-open .line-wrap span:nth-of-type(1) {
  top: 0;
}
#nav-open .line-wrap span:nth-of-type(2) {
  bottom: 0;
}
#nav-open.active .line-wrap span:nth-of-type(1) {
  transform: translateY(0.425rem) rotate(-45deg);
}
#nav-open.active .line-wrap span:nth-of-type(2) {
  transform: translateY(-0.425rem) rotate(45deg);
}
#nav-content {
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  width: 90%;
  max-width: 30rem;
  height: 100%;
  background: #fff;
  padding: 4.5rem 0 15rem;
  transition: all 0.4s;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  opacity: 0;
  z-index: 9999;
}
#nav-content ul.nav, #nav-content ul.nav > li {
  display: block;
  margin: 0;
}
#nav-content ul.nav {
  list-style: none;
  padding: 0;
}
#nav-content ul.nav > li, #nav-content ul.nav > li a {
  font-size: 1.4rem;
}
#nav-content ul.nav > li {
  border-top: 0.1rem solid #e6e6e6;
}
#nav-content ul.nav > li:last-child {
  border-bottom: 0.1rem solid #e6e6e6;
}
#nav-content ul.nav > li a {
  color: #1d1d1f;
  text-decoration: none;
  display: block;
  padding: 0.8em 1.4em;
  background: #fff;
  transition: all 0.4s;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1f;
  opacity: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.9;
}
@media screen and (min-width: 1025px) {
  /******************************************************************
  ** NAVIGATION STYLES
  ******************************************************************/
  .header ul.nav li ul.sub-menu, .header ul.nav li ul.children {
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-left: 0.1rem solid #e6e6e6;
    border-right: 0.1rem solid #e6e6e6;
    z-index: 8999;
  }
  .header ul.nav li ul.sub-menu > li, .header ul.nav li ul.children > li {
    margin: 0;
    border-top: 0.1rem solid #e6e6e6;
  }
  .header ul.nav li ul.sub-menu > li a, .header ul.nav li ul.children > li a {
    text-align: left;
    display: block;
    transition: none;
  }
  .header ul.nav li ul.sub-menu > li a:hover, .header ul.nav li ul.children > li a:hover {
    transition: all 0.4s;
    opacity: 0.7;
  }
  .header ul.nav li ul.sub-menu > li > a, .header ul.nav li ul.children > li > a {
    padding: 0.8em 1em;
    max-width: 20rem;
  }
  .header ul.nav li ul.sub-menu > li ul, .header ul.nav li ul.children > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 100%;
  }
  .header ul.nav li ul.sub-menu > li:last-child, .header ul.nav li ul.children > li:last-child {
    border-bottom: 0.1rem solid #e6e6e6;
  }
  .header ul.nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  .header > li a:hover {
    opacity: 0.7;
  }
  #nav-content ul.nav > li a:hover {
    color: #fff;
    background: #1d1d1f;
  }
}
@media screen and (max-width: 1024px) {
  .header nav {
    display: none;
  }
  #nav-drawer {
    display: block;
  }
}
/******************************************************************
** breadcrumb
******************************************************************/
.breadcrumb {
  width: 100%;
  margin-top: 1rem;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.breadcrumb ul > li, .breadcrumb ul > li a {
  position: relative;
  font-size: 1.2rem;
  color: #6e6e73;
  line-height: 1.6;
}
.breadcrumb ul > li {
  margin: 0;
  margin-right: 0.6em;
  padding-right: 1.2em;
  display: inline-block;
}
.breadcrumb ul > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1rem solid #6e6e73;
  border-right: 0.1rem solid #6e6e73;
}
.breadcrumb ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb ul > li:last-child:after {
  display: none;
}
.breadcrumb ul > li a {
  text-decoration: underline;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .breadcrumb ul > li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
/******************************************************************
** search
******************************************************************/
.search-form-wrap {
  position: relative;
}
.search-form-wrap .searchandfilter {
  position: relative;
}
.search-form-wrap .searchandfilter ul {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.search-form-wrap .searchandfilter ul > li {
  position: relative;
  display: block;
  margin: 0 0.5rem;
}
.search-form-wrap .searchandfilter ul > li:nth-child(1), .search-form-wrap .searchandfilter ul > li:nth-child(2) {
  width: 50%;
}
.search-form-wrap .searchandfilter ul > li:first-child {
  margin-left: 0;
}
.search-form-wrap .searchandfilter ul > li:last-child {
  margin-right: 0;
}
.search-form-wrap .searchandfilter ul > li input[type="text"], .search-form-wrap .searchandfilter ul > li input[type="password"], .search-form-wrap .searchandfilter ul > li input[type="datetime"], .search-form-wrap .searchandfilter ul > li input[type="datetime-local"], .search-form-wrap .searchandfilter ul > li input[type="date"], .search-form-wrap .searchandfilter ul > li input[type="month"], .search-form-wrap .searchandfilter ul > li input[type="time"], .search-form-wrap .searchandfilter ul > li input[type="week"], .search-form-wrap .searchandfilter ul > li input[type="number"], .search-form-wrap .searchandfilter ul > li input[type="email"], .search-form-wrap .searchandfilter ul > li input[type="url"], .search-form-wrap .searchandfilter ul > li input[type="search"], .search-form-wrap .searchandfilter ul > li input[type="tel"], .search-form-wrap .searchandfilter ul > li input[type="color"] {
  height: 4rem;
}
.search-form-wrap .searchandfilter ul > li select {
  height: 4rem;
}
.search-form-wrap .searchandfilter ul > li input[type="submit"] {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  width: 7rem;
  padding: 0.6em;
  display: block;
  background: #0071e3;
  border: none;
  border-radius: 9999px;
  transition: all 0.4s;
}
.search-form-wrap01 {
  padding: 2rem;
  background: #f5f5f7;
  border-radius: 1.5rem;
}
.searchform-section {
  position: relative;
}
.searchform-section01 {
  background: #fff;
  padding: 4rem 0;
}
.not-found-section {
  position: relative;
}
.not-found-section01 {
  padding-top: 3rem;
}
.not-found-section01 .search-form-wrap01 {
  margin-top: 3rem;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .search-form-wrap .searchandfilter ul > li input[type="submit"]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .search-form-wrap .searchandfilter ul > li input[type="submit"] {
    font-size: 1.2rem;
    width: 6rem;
  }
  .search-form-wrap01 {
    padding: 1.5rem;
    border-radius: 1.2rem;
  }
  .searchform-section01 {
    padding: 3rem 0;
  }
  .not-found-section01 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .search-form-wrap .searchandfilter ul {
    display: block;
  }
  .search-form-wrap .searchandfilter ul > li {
    width: 100% !important;
    display: block;
    margin: 0;
    margin-bottom: 1rem;
  }
  .search-form-wrap .searchandfilter ul > li:last-child {
    margin-bottom: 0;
  }
  .search-form-wrap .searchandfilter ul > li input[type="submit"] {
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
  }
}
/******************************************************************
** language switcher
******************************************************************/
.switcher-wrap {
  position: relative;
}
.switcher-wrap ul.bogo-language-switcher {
  position: relative;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: table;
}
.switcher-wrap ul.bogo-language-switcher > li, .switcher-wrap ul.bogo-language-switcher > li a {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
}
.switcher-wrap ul.bogo-language-switcher > li {
  display: inline-block;
  margin: 0 0.2em;
}
.switcher-wrap ul.bogo-language-switcher > li:first-child {
  margin-left: 0;
}
.switcher-wrap ul.bogo-language-switcher > li:last-child {
  margin-right: 0;
}
.switcher-wrap ul.bogo-language-switcher > li a {
  color: #1d1d1f;
  text-decoration: none;
  display: block;
  padding: 0.4em 0.7em;
  background: #e8e8ed;
  border-radius: 9999px;
  transition: all 0.4s;
}
.switcher-wrap ul.bogo-language-switcher > li a.current {
  color: #fff;
  background: #1d1d1f;
  pointer-events: none;
}
.header .switcher-wrap {
  margin-left: 2rem;
  margin-right: 0;
  white-space: nowrap;
}
#nav-content .switcher-wrap {
  margin-bottom: 2rem;
}
#nav-content .switcher-wrap ul.bogo-language-switcher {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .switcher-wrap ul.bogo-language-switcher > li a:hover {
    color: #fff;
    background: #1d1d1f;
  }
}
@media screen and (max-width: 1024px) {
  .header .switcher-wrap {
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .header .switcher-wrap ul.bogo-language-switcher > li, .header .switcher-wrap ul.bogo-language-switcher > li a {
    font-size: 1.1rem;
  }
}
/******************************************************************
** display
******************************************************************/
.disp--pc01, .disp--pc02, .disp--pc03 {
  display: block !important;
}
.disp--tab01, .disp--tab02, .disp--sp01 {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .disp--pc01 {
    display: none !important;
  }
  .disp--tab01 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .disp--pc02 {
    display: none !important;
  }
  .disp--tab02 {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .disp--pc03 {
    display: none !important;
  }
  .disp--sp01 {
    display: block !important;
  }
}
/******************************************************************
** layout
******************************************************************/
.container500, .container600, .container700, .container800, .container900, .container1000, .container1100, .container1200 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.container500 {
  max-width: 50rem;
}
.container600 {
  max-width: 60rem;
}
.container700 {
  max-width: 70rem;
}
.container800 {
  max-width: 80rem;
}
.container900 {
  max-width: 90rem;
}
.container1000 {
  max-width: 100rem;
}
.container1100 {
  max-width: 110rem;
}
.container1200 {
  max-width: 120rem;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col-1 {
  flex: 1;
}
.col-2 {
  flex: 2;
}
.col-3 {
  flex: 3;
}
.col-4 {
  flex: 4;
}
.col-5 {
  flex: 5;
}
.col-6 {
  flex: 6;
}
.col-7 {
  flex: 7;
}
.col-8 {
  flex: 8;
}
.col-9 {
  flex: 9;
}
.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (min-width: 769px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row > div {
    margin: 0 3rem;
  }
  .row > div:first-child {
    margin-left: 0 !important;
  }
  .row > div:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1240px) {
  .container1200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1140px) {
  .container1100 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1040px) {
  .container1000 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 940px) {
  .container900 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 840px) {
  .container800 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 740px) {
  .container700 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .container600 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .container500 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/******************************************************************
** background
******************************************************************/
.bg--wh {
  position: relative;
  background: #fff;
}
.bg--wh.bg--wh01 {
  padding: 4.5rem 0;
}
.bg--wh.bg--wh02 {
  padding: 6rem 0;
}
.bg--wh.bg--wh03 {
  padding: 7.5rem 0;
}
.bg--wh.bg--wh04 {
  padding: 9rem 0;
}
.bg--wh.bg--wh05 {
  padding: 10.5rem 0;
}
.bg--wh.bg--wh06 {
  padding: 12rem 0;
}
.bg--wh.bg--wh07 {
  padding: 13.5rem 0;
}
.bg--wh.bg--wh08 {
  padding: 15rem 0;
}
.bg--wh.bg--wh09 {
  padding-bottom: 2rem;
}
.bg--wh.bg--wh10 {
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .bg--wh.bg--wh01 {
    padding: 3rem 0;
  }
  .bg--wh.bg--wh02 {
    padding: 4.5rem 0;
  }
  .bg--wh.bg--wh03 {
    padding: 6rem 0;
  }
  .bg--wh.bg--wh04 {
    padding: 6rem 0;
  }
  .bg--wh.bg--wh05 {
    padding: 7.5rem 0;
  }
  .bg--wh.bg--wh06 {
    padding: 9rem 0;
  }
  .bg--wh.bg--wh07 {
    padding: 10.5rem 0;
  }
  .bg--wh.bg--wh08 {
    padding: 12rem 0;
  }
}
/******************************************************************
** margin
******************************************************************/
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
/******************************************************************
** animation
******************************************************************/
.fadein {
  opacity: 0;
  transition: 0.7s all;
}
.fadein.ttb {
  transform: translate(0, -4rem);
}
.fadein.btt {
  transform: translate(0, 4rem);
}
.fadein.ltr {
  transform: translate(-4rem, 0);
}
.fadein.rtl {
  transform: translate(4rem, 0);
}
.fadein.scrollin {
  opacity: 1;
}
.fadein.ttb.scrollin, .fadein.btt.scrollin, .fadein.ltr.scrollin, .fadein.rtl.scrollin {
  transform: translate(0, 0) !important;
}
.fadein02 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.fadein03 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.fadein04 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.fadein05 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
.fadein06 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
@media screen and (max-width: 768px) {
  .fadein02, .fadein03, .fadein04, .fadein05, .fadein06 {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
  }
}
/******************************************************************
** frontpage
******************************************************************/
.mv {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 3rem 0 2rem;
}
.top-section {
  position: relative;
}
.top-section01, .top-section02 {
  background: #f5f5f7;
  padding: 4rem 0;
}
.top-section02 {
  margin-top: 1rem;
}
/******************************************************************
** pages
******************************************************************/
.page-mv {
  position: relative;
  min-height: 16rem;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.page-mv .mv-inner {
  position: relative;
  width: 100%;
}
.page-mv .ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.page-text {
  position: relative;
  line-height: 1.6;
  margin: 0;
}
.page-text.page-text01 {
  margin-top: 1em;
}
.page-text.page-text02 {
  margin-top: 2em;
}
.page-text.page-text03 {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .page-mv {
    min-height: 15rem;
  }
  .page-mv .ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv {
    min-height: 14rem;
  }
  .page-mv .ttl {
    font-size: 2.4rem;
  }
}
/******************************************************************
** pages 404
******************************************************************/
.section--404 {
  padding: 9rem 0;
}
.section--404 .heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.section--404 .text {
  line-height: 2.5;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section--404 .text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section--404 {
    padding: 7.5rem 0;
  }
  .section--404 .text {
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .section--404 {
    padding: 6rem 0;
  }
  .section--404 .heading {
    font-size: 1.8rem;
  }
}
/******************************************************************
** article
******************************************************************/
ul.article-list01, ul.article-list01 > li {
  display: block;
  margin: 0;
}
ul.article-list01 {
  list-style: none;
  padding: 0;
}
ul.article-list01 > li {
  border-top: 0.1rem solid #e6e6e6;
}
ul.article-list01 > li:last-child {
  border-bottom: 0.1rem solid #e6e6e6;
}
ul.article-list01 > li a {
  color: #1d1d1f;
  text-decoration: none;
  padding: 2em 0;
  display: flex;
  align-items: baseline;
  width: 100%;
  transition: all 0.4s;
}
ul.article-list01 > li a .info-wrap, ul.article-list01 > li a .info-wrap .date, ul.article-list01 > li a .info-wrap .cat, ul.article-list01 > li a .ttl {
  display: inline-block;
}
ul.article-list01 > li a .info-wrap .date, ul.article-list01 > li a .info-wrap .cat {
  vertical-align: middle;
}
ul.article-list01 > li a .info-wrap {
  white-space: nowrap;
  margin-right: 1.2em;
}
ul.article-list01 > li a .info-wrap .cat {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background: #1d1d1f;
  margin-left: 1.25em;
  padding: 0.4em 0.7em;
}
ul.article-list01 > li a .ttl {
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  ul.article-list01 > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  ul.article-list01 > li a {
    display: block;
    padding: 1.4em 0;
  }
  ul.article-list01 > li a .info-wrap {
    display: table;
    margin-right: 0;
  }
  ul.article-list01 > li a .info-wrap .date {
    font-size: 1.2rem;
  }
  ul.article-list01 > li a .info-wrap .cat {
    font-size: 1rem;
  }
  ul.article-list01 > li a .ttl {
    display: block;
    margin-top: 0.6em;
  }
}
/******************************************************************
** article assets
******************************************************************/
.assets-list-section {
  position: relative;
}
.assets-list-section01 {
  background: #f5f5f7;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
ul.assets-list01 > li .box {
  position: relative;
  color: #1d1d1f;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
ul.assets-list01 > li .box .img-wrap {
  background: #fff;
}
ul.assets-list01 > li .box .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
ul.assets-list01 > li .box .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: contain;
}
ul.assets-list01.list--col4 > li {
  margin: 0.5%;
}
@media screen and (min-width: 1025px) {
  ul.assets-list01 > li .box:hover {
    opacity: 0.7;
  }
  ul.assets-list01.list--col4 > li {
    width: 24.2%;
  }
  ul.assets-list01.list--col4 > li:nth-child(1), ul.assets-list01.list--col4 > li:nth-child(2), ul.assets-list01.list--col4 > li:nth-child(3), ul.assets-list01.list--col4 > li:nth-child(4) {
    margin-top: 0;
  }
  ul.assets-list01.list--col4 > li:nth-child(1), ul.assets-list01.list--col4 > li:nth-child(5), ul.assets-list01.list--col4 > li:nth-child(9), ul.assets-list01.list--col4 > li:nth-child(13), ul.assets-list01.list--col4 > li:nth-child(17), ul.assets-list01.list--col4 > li:nth-child(21), ul.assets-list01.list--col4 > li:nth-child(25), ul.assets-list01.list--col4 > li:nth-child(29), ul.assets-list01.list--col4 > li:nth-child(33), ul.assets-list01.list--col4 > li:nth-child(37), ul.assets-list01.list--col4 > li:nth-child(41), ul.assets-list01.list--col4 > li:nth-child(45) {
    margin-left: 0;
  }
  ul.assets-list01.list--col4 > li:nth-child(4), ul.assets-list01.list--col4 > li:nth-child(8), ul.assets-list01.list--col4 > li:nth-child(12), ul.assets-list01.list--col4 > li:nth-child(16), ul.assets-list01.list--col4 > li:nth-child(20), ul.assets-list01.list--col4 > li:nth-child(24), ul.assets-list01.list--col4 > li:nth-child(28), ul.assets-list01.list--col4 > li:nth-child(32), ul.assets-list01.list--col4 > li:nth-child(36), ul.assets-list01.list--col4 > li:nth-child(40), ul.assets-list01.list--col4 > li:nth-child(44), ul.assets-list01.list--col4 > li:nth-child(48), ul.assets-list01.list--col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.assets-list01.list--col4 > li {
    width: 32.6%;
  }
  ul.assets-list01.list--col4 > li:nth-child(1), ul.assets-list01.list--col4 > li:nth-child(2), ul.assets-list01.list--col4 > li:nth-child(3) {
    margin-top: 0;
  }
  ul.assets-list01.list--col4 > li:nth-child(1), ul.assets-list01.list--col4 > li:nth-child(4), ul.assets-list01.list--col4 > li:nth-child(7), ul.assets-list01.list--col4 > li:nth-child(10), ul.assets-list01.list--col4 > li:nth-child(13), ul.assets-list01.list--col4 > li:nth-child(16), ul.assets-list01.list--col4 > li:nth-child(19), ul.assets-list01.list--col4 > li:nth-child(22), ul.assets-list01.list--col4 > li:nth-child(25), ul.assets-list01.list--col4 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.assets-list01.list--col4 > li:nth-child(3), ul.assets-list01.list--col4 > li:nth-child(6), ul.assets-list01.list--col4 > li:nth-child(9), ul.assets-list01.list--col4 > li:nth-child(12), ul.assets-list01.list--col4 > li:nth-child(15), ul.assets-list01.list--col4 > li:nth-child(18), ul.assets-list01.list--col4 > li:nth-child(21), ul.assets-list01.list--col4 > li:nth-child(24), ul.assets-list01.list--col4 > li:nth-child(27), ul.assets-list01.list--col4 > li:nth-child(30), ul.assets-list01.list--col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .assets-list-section01 {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  ul.assets-list01.list--col4 > li {
    width: 49%;
    margin: 1%;
  }
  ul.assets-list01.list--col4 > li:nth-child(1), ul.assets-list01.list--col4 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.assets-list01.list--col4 > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.assets-list01.list--col4 > li:nth-child(even), ul.assets-list01.list--col4 > li:last-child {
    margin-right: 0;
  }
}
/******************************************************************
** PAGE NAVI STYLES
******************************************************************/
.pagination {
  position: relative;
  text-align: center;
  margin-top: 3rem;
}
.pagination ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  display: table;
}
.pagination ul.page-numbers > li, .pagination ul.page-numbers > li a {
  position: relative;
  font-size: 1.2rem;
}
.pagination ul.page-numbers > li {
  margin: 0.2em;
  display: inline-flex;
  vertical-align: middle;
}
.pagination ul.page-numbers > li a, .pagination ul.page-numbers > li .current {
  font-size: 1em;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-decoration: none;
  display: block;
  border-radius: 0.3rem;
}
.pagination ul.page-numbers > li a {
  color: #1d1d1f;
  background: #e8e8ed;
  transition: all 0.4s;
}
.pagination ul.page-numbers > li .current {
  color: #fff;
  background: #1d1d1f;
}
.pagination ul.page-numbers > li .prev, .pagination ul.page-numbers > li .next {
  position: relative;
}
.pagination ul.page-numbers > li .prev:before, .pagination ul.page-numbers > li .next:before {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
}
.pagination ul.page-numbers > li .prev:before {
  left: 55%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 0.1rem solid #1d1d1f;
  border-left: 0.1rem solid #1d1d1f;
}
.pagination ul.page-numbers > li .next:before {
  right: 55%;
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  border-top: 0.1rem solid #1d1d1f;
  border-right: 0.1rem solid #1d1d1f;
}
@media screen and (min-width: 1025px) {
  .pagination ul.page-numbers > li a:hover {
    color: #fff;
    background: #1d1d1f;
  }
  .pagination ul.page-numbers > li .prev:hover:before, .pagination ul.page-numbers > li .next:hover:before {
    border-color: #fff;
  }
}
/******************************************************************
** single
******************************************************************/
.single-title, .page-title, .entry-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
body.single .post-date--single {
  color: #999;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
}
body.single .entry-content > *:first-child {
  margin-top: 0;
}
body.single .entry-content > *:last-child {
  margin-bottom: 0;
}
body.single .entry-content p {
  margin: 1.5em 0;
}
body.single .entry-content img, body.single .entry-content iframe {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: block;
}
body.single .entry-content img {
  height: auto;
}
body.single .entry-content iframe {
  max-width: 100%;
}
body.single .entry-content table {
  width: 100%;
  margin-bottom: 4rem;
}
body.single .entry-content table th, body.single .entry-content table td {
  text-align: left;
  border: 0.1rem solid #ddd;
  padding: 0.8em 1em;
  background: #fff;
  vertical-align: top;
}
body.single .entry-content table th {
  font-weight: 700;
  width: 25%;
  background: #f2f2f2;
}
body.single .entry-content table thead th {
  text-align: center;
}
body.single .entry-content h2, body.single .entry-content h3, body.single .entry-content h4 {
  font-weight: 700;
  line-height: 1.6;
}
body.single .entry-content h2 {
  font-size: 1.8rem;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding: 0.9em 0;
  border-top: 0.1rem solid #1d1d1f;
  border-bottom: 0.1rem solid #1d1d1f;
}
body.single .entry-content h3 {
  font-size: 1.7rem;
  margin: 0;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding-bottom: 0.6em;
  border-bottom: 0.2rem solid #1d1d1f;
}
body.single .entry-content h4 {
  font-size: 1.6rem;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding-left: 0.8em;
  border-left: 0.5rem solid #1d1d1f;
}
.link-btn-wrap--single01 .link-btn01 {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .single-title, .page-title, .entry-title {
    font-size: 2.1rem;
  }
  body.single .entry-content table th, body.single .entry-content table td {
    font-size: 1.3rem;
  }
  .link-btn-wrap--single01 .link-btn01 {
    margin-top: 4em;
  }
}
@media screen and (max-width: 480px) {
  .single-title, .page-title, .entry-title {
    font-size: 1.8rem;
  }
  body.single .entry-content table tbody th {
    width: 30%;
  }
}
/******************************************************************
** single assets
******************************************************************/
.content-section--single-assets {
  position: relative;
}
.content-section--single-assets .assets-info-section {
  position: relative;
}
.content-section--single-assets .assets-info-section .assets-name {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0.6em;
}
.content-section--single-assets .assets-info-section ul.cat-list01, .content-section--single-assets .assets-info-section ul.tag-list01, .content-section--single-assets .assets-info-section .size-wrap {
  margin-bottom: 1.8rem;
}
.content-section--single-assets .assets-info-section .download-button {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  width: 100%;
  max-width: 20rem;
  background: #0071e3;
  border-radius: 9999px;
  display: block;
  margin-top: 1.2em;
  padding: 0.6em 1em;
  transition: all 0.4s;
}
.content-section--single-assets .assets-info-section .download-button--premier {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  width: 100%;
  max-width: 25rem;
  background: linear-gradient(108deg, #0894ff, #c959dd 40%, #ff2e54 80%);
  border-radius: 9999px;
  display: block;
  margin-top: 1.2em;
  padding: 0.6em 2.8em;
  transition: all 0.4s;
}
.content-section--single-assets .assets-info-section .download-button--premier:after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: transparent url(../images/common/icon_out01_wh.webp) no-repeat center center/contain;
}
.content-section--single-assets01 {
  padding-top: 5rem;
}
.content-section--single-assets01 .assets-section .img-wrap img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .content-section--single-assets01 > .row > div {
    margin: 0 2rem;
  }
  .content-section--single-assets01 > .row > div:first-child {
    margin-left: 0;
  }
  .content-section--single-assets01 > .row > div:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .content-section--single-assets .assets-info-section .download-button:hover {
    opacity: 0.7;
  }
  .content-section--single-assets .assets-info-section .download-button--premier:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .content-section--single-assets .assets-info-section .assets-name {
    font-size: 1.7rem;
  }
  .content-section--single-assets01 {
    padding-top: 4rem;
  }
  .content-section--single-assets01 .assets-info-section {
    margin-top: 2rem;
  }
  .content-section--single-assets01 .assets-info-section .download-button, .content-section--single-assets01 .assets-info-section .download-button--premier {
    margin-top: 1.4em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .content-section--single-assets .assets-info-section .assets-name {
    font-size: 1.6rem;
  }
  .content-section--single-assets .assets-info-section .desc-wrap.entry-content {
    font-size: 1.3rem;
  }
}
/******************************************************************
** dummy
******************************************************************/
.ad-dummy {
  position: fixed;
  background: #999;
  border: 0.1rem solid #fff;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.ad-dummy:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "広告スペース";
  white-space: nowrap;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.ad-dummy01, .ad-dummy02 {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20rem;
  height: 100vh;
  height: 100svh;
}
.ad-dummy01 {
  left: 0;
}
.ad-dummy02 {
  right: 0;
}
.ad-dummy03 {
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 40rem);
  height: 13rem;
}
@media screen and (max-width: 1024px) {
  .ad-dummy01, .ad-dummy02 {
    display: none;
  }
  .ad-dummy03 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .ad-dummy03 {
    height: 8rem;
  }
}
