@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');
/* 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: #000;
  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-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.15rem;
  overflow-x: hidden;
  background-color: #fff;
}
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: #000;
  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 */
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?tallij');
  src: url('fonts/icomoon.eot?tallij#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?tallij') format('truetype'), url('fonts/icomoon.woff?tallij') format('woff'), url('fonts/icomoon.svg?tallij#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\e900";
  /*  color: #fffeff;*/
}
.icon-arrow-left:before {
  content: "\e92e";
}
.icon-arrow-right:before {
  content: "\e92f";
}
.icon-mail:before {
  content: "\f0e0";
}
img {
  width: 100%;
  height: auto;
}
/**/
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.en {
  font-family: Arial, "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 5rem;
}
.mgb60 {
  margin-bottom: 30px;
}
.mgb80 {
  margin-bottom: 40px;
}
.txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .mgb60 {
    margin-bottom: 60px;
  }
  .mgb80 {
    margin-bottom: 80px;
  }
}
/*header*/
.header_wrap {
  z-index: 1000;
  position: fixed;
}
.header_wrap, .header_wrap .logo {
  z-index: 1000;
}
.header_wrap .logo {
  position: fixed;
  left: 1rem;
  top: 2rem;
  line-height: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  width: 12rem;
}
.header_wrap::after {
  position: fixed;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 7rem;
  left: 0;
  top: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.header_wrap .gnav_list li a {
  font-size: 2rem;
  display: block;
  position: relative;
  color: #000;
  line-height: 1.4;
  padding: 1.5rem 3rem;
  text-align: left;
  font-weight: 600;
  font-family: Arial, "Figtree", sans-serif;
}
.header_wrap .gnav_list li.contact a {
  border-radius: 5px;
}
@media only screen and (min-width: 769px) {
  .header_wrap::after {
    height: 7rem;
  }
  .header_wrap .logo {
    left: 1.5rem;
    top: 1.8rem;
  }
  .header_wrap .gnav_list {
    position: fixed;
    z-index: 100;
    display: flex;
    right: 12rem;
    top: 1.5rem;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .header_wrap .gnav_list li a {
    font-size: 1.2rem;
    padding: 1rem;
    letter-spacing: 0.05rem;
  }
  .header_wrap .gnav_list li a:hover {
    color: #FF0000;
  }
  .header_wrap .gnav_list li.contact {
    right: 1.5rem;
    font-size: 1.5rem;
    top: 1rem;
    position: fixed;
  }
  .header_wrap .gnav_list li.contact a {
    color: #fff;
    width: 10rem;
    height: 4.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #000 0%, #000 50%, #FF0000 50%, #FF0000 100%);
    overflow: hidden;
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header_wrap .gnav_list li.contact a i {
    margin-right: 0.5rem;
  }
  .header_wrap .gnav_list li.contact a:hover {
    background-position: 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .header_wrap .gnav_list {
    right: 17.5rem;
    top: 1.3rem;
  }
  .header_wrap .gnav_list li a {
    font-size: 1.6rem;
  }
  .header_wrap .gnav_list li.contact a {
    width: 14rem;
  }
}
@media only screen and (min-width: 1367px) {
  .header_wrap::after {
    height: 7.5rem;
  }
  .header_wrap .logo {
    width: 16rem;
    top: 1.5rem;
  }
  .header_wrap .gnav_list {
    right: 19.5rem;
    top: 1.3rem;
  }
  .header_wrap .gnav_list li a {
    font-size: 1.8rem;
    padding: 1.3rem 1.5rem;
  }
  .header_wrap .gnav_list li.contact {
    top: 1.5rem;
    right: 3rem;
  }
  .header_wrap .gnav_list li.contact a {
    width: 15rem;
    height: 4.5rem;
  }
  .header_wrap .gnav_list li.contact a i {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrap .fix_contact.contact {
    right: 8rem;
    font-size: 1.5rem;
    top: 1.25rem;
    position: fixed;
  }
  .header_wrap .fix_contact.contact a {
    border-radius: 5px;
  }
  .header_wrap .fix_contact.contact a {
    color: #fff;
    width: 12rem;
    height: 4.5rem;
    display: flex;
    padding: 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #000 0%, #000 50%, #FF0000 50%, #FF0000 100%);
    overflow: hidden;
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header_wrap .fix_contact.contact a i {
    margin-right: 0.5rem;
  }
  .header_wrap .sp_menu {
    cursor: pointer;
    display: block;
    position: fixed;
    padding: 20px;
    width: 7rem;
    height: 7rem;
    right: 0;
    top: 0;
    z-index: 10100;
    border-radius: 100%;
  }
  .header_wrap .sp_menu.active {
    right: 1rem;
    top: 1rem;
    width: 6rem;
    height: 6rem;
  }
  .header_wrap .sp_menu span {
    background-color: #000000;
    height: 2px;
    width: 3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header_wrap .sp_menu span:nth-of-type(1) {
    top: 2.8rem;
  }
  .header_wrap .sp_menu span:nth-of-type(2) {
    top: 3.8rem;
  }
  .header_wrap .sp_menu.active {
    background-color: #ddd;
  }
  .header_wrap .sp_menu.active span {
    background-color: #000;
  }
  .header_wrap .sp_menu.active span:nth-of-type(1) {
    -webkit-transform: translateX(-50%) translateY(0) rotate(-45deg);
    transform: translateX(-50%) translateY(0) rotate(-45deg);
    width: 3rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(2) {
    -webkit-transform: translateX(-50%) translateY(-10px) rotate(45deg);
    transform: translateX(-50%) translateY(-10px) rotate(45deg);
    width: 3rem;
  }
  .header_wrap #spNav {
    height: 100%;
    /*    display: flex;*/
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding: 8rem 0 0;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    background: #fff;
    overflow-y: scroll;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .header_wrap #spNav a {
    color: #000;
    padding: 3rem;
  }
  .header_wrap #spNav a .en {
    font-weight: 300;
    font-size: 1.2rem;
  }
  .header_wrap #spNav::after {
    height: 100%;
    z-index: -1;
  }
  .header_wrap #spNav.active {
    visibility: visible;
    right: 0;
  }
  .header_wrap #spNav .gnav_list {
    width: 100%;
  }
  .header_wrap #spNav .gnav_list li {
    border-bottom: 1px solid #ddd;
    color: #4e454a;
  }
  .header_wrap .gnav_list a::after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e900";
    right: 2rem;
    font-size: 0.8rem;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem;
    border-radius: 100%;
    /*    border: 1px solid #416ee3;*/
    width: 3rem;
    height: 3rem;
    color: #fff;
    background-color: #FF0000;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .header_wrap #spNav .gnav_list li.contact a {
    display: flex;
  }
  .header_wrap #spNav .gnav_list li.contact a i {
    line-height: 1.4;
    margin-right: 1rem;
  }
  .header_wrap #spNav .gnav_list li.contact a .sp {
    line-height: 1;
    margin-left: 1rem
  }
}
/*footer*/
footer {
  padding: 10rem 3rem 6rem;
  background-color: #262626;
  border-radius: 30px 30px 0 0;
  z-index: 100;
  position: relative;
  margin-top: -2.5rem;
}
footer .footer_gnav, footer .cont_inr {
  flex-wrap: wrap;
}
footer .gnav_list {
  display: flex;
  flex-wrap: wrap;
}
footer .gnav_list li {
  margin-bottom: 2rem;
  width: 50%;
}
footer .gnav_list li:last-child {
  margin-bottom: 0;
}
footer .gnav_list a {
  color: #fff;
  font-weight: 600;
  font-family: Arial, "Figtree", sans-serif;
}
footer .logo_wrap .logo {
  width: 23rem;
  margin-bottom: 3rem;
}
footer .logo_wrap .txt {
  color: #FFFFFF;
  font-size: 1.4rem;
}
footer .contact {
  border-radius: 5px;
  width: 19rem;
}
footer .contact a {
  color: #fff;
  width: 19rem;
  height: 5.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-position: 100% 0;
  background-size: 200% auto;
  font-family: Arial, "Figtree", sans-serif;
  background-image: linear-gradient(to right, #000 0%, #000 50%, #FF0000 50%, #FF0000 100%);
  overflow: hidden;
  border-radius: 5px;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  padding: 1.4rem 2rem;
}
footer .contact a i {
  margin-right: 2.6rem;
}
footer .contact a:hover {
  background-position: 0 0;
}
footer .contact a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e900";
  right: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0.5rem;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .copyright {
  font-size: 1.3rem;
  color: #fff;
  font-family: Arial, "Figtree", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  footer {
    padding: 10rem 2rem 6rem;
  }
  footer .logo_wrap {
    width: 35%;
  }
  footer .cont_inr {
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .logo_wrap .logo {
    margin-bottom: 4rem;
  }
  footer .gnav_list {
    justify-content: flex-end;
  }
  footer .gnav_list li {
    margin: 0 0.5em 2rem;
    width: auto;
  }
  footer .gnav_list li:last-child {
    margin: 0 1rem 6rem 2rem;
    width: 100%;
    text-align: right
  }
  footer .footer_gnav {
    max-width: 70rem;
    width: 65%;
  }
  footer .footer_gnav li a {
    font-size: 1rem;
  }
  footer .contact {
    margin: 0 0 5rem auto;
  }
  footer .copyright {
    text-align: right;
  }
}
@media only screen and (min-width: 1060px) {
  footer {
    padding: 10rem 5rem 6rem;
  }
  footer .footer_gnav {
    width: 60%;
  }
  footer .footer_gnav li {
    margin: 0 1rem 2rem;
  }
  footer .footer_gnav li a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1367px) {
  footer {
    padding: 16rem 8rem 9rem;
  }
  footer .footer_gnav li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 899px) {}
@media only screen and (max-width: 768px) {
  footer .logo_wrap, footer .gnav_list, .footer_gnav {
    width: 100%;
  }
  footer .logo_wrap .logo, footer .contact {
    margin: 0 auto 3rem;
  }
  footer .gnav_list {
    margin-bottom: 4rem;
  }
  footer .gnav_list li {
    text-align: center;
    margin-bottom: 1rem;
  }
  footer .logo_wrap .txt {
    text-align: center;
  }
  footer .logo_wrap {
    margin-bottom: 6rem;
  }
  footer .copyright {
    width: 100%;
  }
}
/**/
.scr_wrap {
  background-color: #fff;
  z-index: 100;
  position: relative;
}
.scr_wrap-b {
  background-color: #000000
}
.contents {
  padding: 8rem 1.5rem;
}
.s_contents {
  padding: 0 3rem 12rem;
}
.s_contents-right {
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
}
.cont_inr {
  max-width: 120rem;
  margin: auto;
  position: relative;
}
.s-contents .cont_inr {
  max-width: 100rem;
}
@media only screen and (min-width: 769px) {
  .contents {
    padding: 12rem 5rem 15rem;
  }
  .s_contents-right {
    width: 80%;
  }
  /**/
  #cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0.5) 100%);
    display: flex;
    pointer-events: none;
    border-radius: 50%;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    margin: -2.5rem 0px 0px -2.5rem;
    transition: transform 0.1s, top, 0.1s, left 0.1s, width .1s, height .1s, background-color .1s;
    transition-timing-function: ease-out;
  }
  .cursorinr {
    opacity: 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-weight: 100;
  }
  #cursor.link_hover {
    width: 5rem;
    height: 5rem;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.8) 0%, rgba(255, 0, 0, 0.4) 70%);
  }
  #cursor.link_hover .cursorinr {
    opacity: 1;
  }
}
@media only screen and (min-width: 1367px) {}
@media only screen and (max-width: 768px) {
  #cursor {
    display: none;
  }
}
/*breadcrumbs_wrap*/
.breadcrumbs_wrap {
  text-align: left;
  margin-bottom: 6rem;
  font-size: 1rem;
}
.breadcrumbs_wrap a {
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs_wrap {
    margin-bottom: 6rem;
  }
}
.cl2, .cl3, .cl4 {
  display: flex;
  flex-wrap: wrap;
}
.cl2 li, .cl3 li, .cl4 li {
  width: 100%;
}
.terms .cl3 li {
  margin-bottom: 3rem;
}
.terms .cl3 .cvsbtn {
  max-width: 32rem;
  margin: auto;
}
.terms .cl3 .cvsbtn a {
  padding: 2rem 4rem 2rem 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .cl2, .cl3, .cl4 {
    justify-content: space-between;
  }
  .cl2 li {
    width: calc(100% / 2 - 1rem);
  }
  .cl3 li {
    width: calc(100% / 2 - 4rem);
  }
  .cl4 li {
    width: calc(100% / 4 - 1rem);
  }
}
@media only screen and (min-width: 1367px) {
  .cl3 li {
    width: calc(100% / 3 - 4rem);
  }
}
/*nomalBtn*/
.indList li {
  padding-left: 2.5rem;
  text-indent: -1rem;
}
.indList.years li {
  padding-left: 5.5rem;
  text-indent: -5.5rem;
}
.indList.years_big li {
  padding-left: 7rem;
  text-indent: -7rem;
}
/**/
a.page-numbers {
  color: #fff;
}
.page-numbers, .page-numbers.current {
  width: 5rem;
  height: 5rem;
  border-radius: 10px;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  color: #fff;
  background: #000000;
  border: 1px solid #D6D6D6;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.page-numbers .icon-arrow.next {
  font-size: 1rem;
}
.prev.page-numbers .back {
  font-size: 1rem;
}
.page-numbers.current {
  background-color: #E5E5E5;
  color: #000;
  pointer-events: none;
}
.page-numbers.dots {
  background-color: transparent;
  color: #000;
  pointer-events: none;
  border: none;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2rem;
  border: 1px solid #E5E5E5;
  color: #000;
  border-radius: 100vh;
  background-color: #fff;
}
.prev.page-numbers .back {
  transform: rotate(180deg);
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .next.page-numbers:hover, .prev.page-numbers:hover, .page-numbers:hover {
    background-color: #FF0000;
  }
}
/**/
.cont_ttl {
  position: relative;
  margin-bottom: 3rem;
  line-height: 1;
}
.cont_ttl .en {
  font-size: 4.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
}
.cont_ttl small {
  position: relative;
  padding-left: 2rem;
  display: block;
  margin-bottom: 1.6rem;
}
.cont_ttl small::after {
  position: absolute;
  content: "";
  background: url("../images/common/main_ttl.svg")no-repeat center center/contain;
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.common_mv {
  /*  padding: 10rem 3rem;*/
  padding: 18rem 3rem 5rem
}
.common_mv .cont_ttl {
  line-height: 3;
  max-width: 128rem;
  margin: auto;
}
.common_mv .cont_ttl .en {
  font-size: 5.5rem;
  font-weight: 700;
}
.common_mv .cont_ttl.small .en {
  font-size: 4rem;
  display: block;
  line-height: 1.2;
}
.common_mv .cont_ttl small {
  font-size: 1.6rem;
  display: block;
}
.s_cont-ttl {
  line-height: 1.4;
  margin-bottom: 4rem;
}
.s_cont-ttl small {
  display: block;
  padding-left: 2.4rem;
  position: relative;
  color: #0048BF;
}
.s_cont-ttl small::after {
  position: absolute;
  width: 1.8rem;
  height: 5px;
  border-radius: 20px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0067DD;
}
.s_cont-ttl .en {
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .common_mv {
    padding: 18rem 3rem 10rem;
  }
  .common_mv .cont_ttl small::after {
    width: 2rem;
    height: 2rem;
  }
  .common_mv .cont_ttl small {
    font-size: 2rem;
    padding-left: 2.5rem;
  }
  .common_mv .cont_ttl .en {
    font-size: 8rem;
  }
  .s_cont-ttl {
    margin-bottom: 6rem;
  }
  .s_cont-ttl small {
    padding-left: 2.4rem;
  }
  .s_cont-ttl .en {
    font-size: 7rem;
  }
  .cont_ttl {
    margin-bottom: 5rem;
  }
  .cont_ttl .en {
    font-size: 5.5rem;
  }
  .common_mv .cont_ttl.small .en {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1367px) {
  .cont_ttl .en {
    font-size: 6.5rem;
  }
  .common_mv .cont_ttl.small .en {
    font-size: 6rem;
  }
  .common_mv .cont_ttl small::after {
    width: 3rem;
    height: 3rem;
  }
  .common_mv .cont_ttl small {
    font-size: 3rem;
    padding-left: 3.5rem;
  }
  .common_mv .cont_ttl .en {
    font-size: 11rem;
  }
}
.er404 .contents {
  padding: 8rem 5rem 15rem;
}
.er404 .cvsbtn {
  margin: 6rem auto;
  max-width: 30rem;
}
/**/
.cvsbtn {
  max-width: 24rem;
}
.cvsbtn a {
  color: #fff;
  text-align: left;
  display: block;
  border-radius: 5px;
  padding: 2.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  -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;
  background-image: linear-gradient(to right, #FF0000 0%, #FF0000 50%, #000000 50%, #000000 100%);
  overflow: hidden;
  width: 100%;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.cvsbtn a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e900";
  right: 1.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0.5rem;
  border-radius: 100%;
}
.cvsbtn.small_btn a {
  font-size: 1.4rem;
}
.cvsbtn.small_btn a::after {
  background-color: #0039cf;
}
@media only screen and (min-width: 769px) {
  .cvsbtn {
    max-width: 28rem;
  }
  .cvsbtn a {
    padding: 2.5rem 2rem 2.5rem 2rem;
    font-size: 1.4rem;
  }
  .cvsbtn a:hover {
    background-position: 0 0;
  }
  .cvsbtn.green_btn a:hover {
    background-position: 0 0;
    color: #fff;
  }
  .cvsbtn a:hover::after, .brderbtn a:hover::after {
    right: 1rem;
  }
}
.anchor_link-wrap {
  margin-bottom: 8rem;
  padding: 0 3rem;
}
.anchor_link-wrap .anchor_link {
  display: flex;
  flex-wrap: wrap;
}
.anchor_link-wrap .anchor_link li a {
  background-color: #0048BF;
  padding: 1.5rem;
  display: block;
  border-radius: 5px;
  color: #fff;
  position: relative;
  font-family: "YuGothicStd-B";
}
.anchor_link-wrap .anchor_link li a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e900";
  right: 1.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0.5rem;
  border-radius: 100%;
  border: 1px solid #5687D8;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background-color: #0368DF;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.anc_link_top {
  margin-top: -120px;
  padding-top: 120px;
}
@media only screen and (min-width: 769px) {
  .anchor_link-wrap {
    margin-bottom: 12rem;
  }
  .anchor_link-wrap .anchor_link li a {
    padding: 2rem;
  }
  .anchor_link-wrap .anchor_link li a::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .anchor_link li {
    margin-bottom: 1.5rem;
  }
}
.topics_list li {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.topics_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.topics_list li .thum {
  width: 11rem;
  height: 7rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #E5E5E5;
}
.topics_list li .thum img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topics_list li .txtcont {
  width: calc(100% - 12rem);
}
.topics_list li .cat {
  background-color: #EEEEEE;
  padding: 5px;
  line-height: 1;
  font-size: 0.8rem;
  color: #000;
  margin-left: 1rem;
}
.topics_list li .cat span:nth-child(1) {
  margin-left: 0;
}
.topics_list li .cat > span:nth-child(1)::after {
  display: none;
}
.topics_list li .cat > span {
  margin-left: 1rem;
  position: relative;
}
.topics_list li .cat > span::after {
  position: absolute;
  content: "/";
  left: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}
.topics_list li .txtcont .en {
  font-weight: 300;
  font-size: 1rem;
}
.topics_list li .txtcont .ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0.5rem
}
@media only screen and (min-width: 769px) {
  .topics_list li {
    padding: 2rem 0;
  }
  .topics_list li .thum {
    width: 23rem;
    height: 15rem;
  }
  .topics_list li .txtcont {
    width: calc(100% - 27rem);
  }
  .topics_list li a .thum img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .topics_list li a:hover .thum img {
    transform: translate(-50%, -50%)scale(1.05);
  }
  .topics_list li .cat {
    font-size: 1rem;
  }
  .topics_list li .txtcont .en {
    font-size: 1.2rem;
  }
  .topics_list li .txtcont .ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .topics_list li .txtcont .ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .privacypolicy .common_mv .cont_ttl.small .en {
    font-size: 3.5rem
  }
}
.privacypolicy .txt {
  margin-bottom: 30px
}
.privacypolicy .list-wrap .list-inr {
  margin-bottom: 30px
}
.privacypolicy .list-wrap .ttl {
  margin-bottom: 15px
}
.privacypolicy .subttl {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}
.privacypolicy .inr_indent {
  padding-left: 2.5rem;
  margin-top: 10px
}
.privacypolicy .inr_indent li {
  margin-bottom: 5px;
  line-height: 1.4;
  padding-left: 1rem;
  text-indent: -1rem;
}
.privacypolicy .box {
  background: #fafafa;
  padding: 30px;
  margin: 10px 0
}
.lightbox {
  display: none;
  color: #000;
  padding: 4rem 2rem
}
.featherlight .featherlight-content {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.featherlight .featherlight-content {
  max-width: 50rem;
}
.featherlight .featherlight-close-icon {
  width: 5rem;
  height: 5rem;
  background-color: #000;
  color: #fff;
}
.lightbox .light-ppl_wrap {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.lightbox .light-ppl_wrap .thum {
  border-radius: 10px;
  width: 12rem;
  overflow: hidden;
}
.lightbox .light-ppl_wrap .txtcont {
  padding: 0 1rem 0 2rem;
}
.lightbox .light-ppl_wrap .txtcont .logo {
  width: 120px;
}
.lightbox .light-ppl_wrap .txtcont .name {
  font-size: 2.2rem;
}
.lightbox .post {
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.lightbox .post span {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 0.1rem 1rem;
  margin-bottom: 0.5rem
}
.lightbox .post .txt {
  color: #222;
  line-height: 1.4;
  margin-top: 0.6rem;
}
.lightbox .light-ppl_txt {
  line-height: 1.6;
  font-weight: 500;
  color: #222;
}
@media only screen and (min-width: 769px) {
  .lightbox .light-ppl_wrap .txtcont .name {
    font-size: 2.4rem;
  }
  .lightbox .post {
    font-size: 1.8rem;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
.mov_bg {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.mov_bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: linear-gradient(190deg, #40B1E6, #99E300);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .mov_bg:after {
    background: linear-gradient(110deg, #0024d5, #001870);
  }
}
.mov_bg.is-v:after {
  -webkit-transition: left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -o-transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s, left 0.6s ease 1.3s, opacity 0s ease 1.9s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1) 0.5s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 100%;
  opacity: 0;
}
.mov_bg .mov_inr {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.mov_bg.is-v .mov_inr {
  opacity: 1;
  -webkit-transition: opacity 0s ease 1.3s;
  -o-transition: opacity 0s ease 1.3s;
  transition: opacity 0s ease 1.3s;
}
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}