@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: #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-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;
  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-Vector:before {
  content: "\e900";
}
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;
  letter-spacing: -0.02rem;
  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: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .txt {
    font-size: 16px;
    line-height: 2;
  }
  .mgb60 {
    margin-bottom: 60px;
  }
  .mgb80 {
    margin-bottom: 80px;
  }
}
/*header*/
.header_wrap {
  z-index: 1000;
  padding: 19px 15px;
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
}
.header_wrap, .header_wrap .logo {
  z-index: 1000;
}
.header_wrap .logo {
  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: -9rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.header_wrap.active::after {
  top: 0;
}
.header_wrap .gnav_list li a, .header_wrap .gnav_list .hvr_menu-ttl {
  font-size: 16px;
  display: block;
  position: relative;
  color: #000;
  line-height: 1.4;
  padding: 1.5rem 3rem;
  text-align: left;
}
.header_wrap .gnav_list li a small {
  font-size: 14px;
}
.header_wrap .gnav_list li.contact a {
  border-radius: 30px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 25px 14px;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #000 0%, #000 50%, #F90000 50%, #F90000 100%);
  overflow: hidden;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.ar-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto 0;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 100%;
  transition: all 0.5s;
}
.arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 12px;
  margin: auto;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .header_wrap {
    display: flex;
    padding: 10px 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .header_wrap::after {
    height: 7rem;
  }
  .header_wrap .logo {
    left: 1.5rem;
    top: 1.8rem;
  }
  .header_wrap .gnav_list {
    display: flex;
    align-items: center;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .header_wrap .gnav_list li a, .header_wrap .gnav_list .hvr_menu-ttl {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    letter-spacing: 0.05rem;
  }
  .header_wrap .gnav_list li a:hover {
    color: #F90000;
  }
  .header_wrap .gnav_list li.contact a:hover {
    background-position: 0 0;
    color: #fff;
  }
  /*	*/
  .header_wrap .gnav_list .hvr_menu-hover {
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    top: 90px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: calc(100% - 60px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: -1;
    padding: 40px;
    border-radius: 20px;
    max-width: 1320px;
  }
  .header_wrap .gnav_list .hvr_menu-hover .flex {
    justify-content: space-between;
    align-items: center;
  }
  .header_wrap .gnav_list .hvr_menu-hover .header-img {
    width: 35%;
    line-height: 1;
    overflow: hidden;
    border-radius: 10px;
  }
  .header_wrap .gnav_list .hvr_menu-hover .hvr_menu-inr {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
  }
  .header_wrap .gnav_list .hvr_menu-inr {
    width: 100%;
    max-width: 1000px;
    justify-content: space-between;
  }
  .header_wrap .gnav_list .hvr_menu-inr li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .header_wrap .gnav_list .hvr_menu-inr li a {
    font-size: 18px;
    position: relative;
    padding: 20px;
    color: #000;
    width: 100%;
  }
  .header_wrap .gnav_list .hvr_menu-inr li a:hover .ar-wrap {
    transform: scale(1.1);
  }
  .header_wrap .gnav_list .hvr_menu-inr li a .arrow:before, .header_wrap .gnav_list .hvr_menu-inr li a .arrow:after {
    font-family: 'icomoon' !important;
    content: "\e900";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    color: #F90000;
  }
  .header_wrap .gnav_list .hvr_menu-inr li.ttl a .arrow:before, .header_wrap .gnav_list .hvr_menu-inr li.ttl a .arrow:after {
    color: #fff;
  }
  .header_wrap .gnav_list .hvr_menu-inr li.ttl {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
  }
  .header_wrap .gnav_list .hvr_menu-inr li.ttl a small {
    font-size: 18px;
  }
  .header_wrap .gnav_list .hvr_menu-inr li.ttl a .en {
    font-size: 24px;
    color: #F90000;
    margin-right: 20px;
  }
  .header_wrap .gnav_list .hvr_menu-inr li.ttl a .ar-wrap {
    background-color: #F90000;
  }
  a:hover .arrow:before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
  }
  a:hover .arrow:after {
    animation-name: transformLeftRight;
    animation-delay: 0.1s;
  }
  .header_wrap .gnav_list .hvr_menu-inr li a::after {
    position: absolute;
    content: "\e904";
    color: #F07114;
    right: 10px;
    bottom: 13px;
    font-size: 12px;
    font-family: 'icomoon' !important;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header_wrap .gnav_list .hvr_menu-inr li a:hover::after {
    transform: rotate(-45deg) translate(-50%, -50%);
    bottom: 21px;
    right: 8px;
  }
  .header_wrap .gnav_list .hvr_menu-ttl {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 1rem 2rem 1rem 1.5rem;
    margin-right: 1rem;
  }
  .header_wrap .gnav_list .hvr_menu-ttl::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 7px;
    right: 0;
    top: 50%;
    background: url(../images/common/arrow_d.png) no-repeat right center / contain;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header_wrap .gnav_list .hvr_menu:hover .hvr_menu-ttl::after {
    transform: translateY(-50%)rotate(-180deg);
  }
  .header_wrap .gnav_list .hvr_menu:hover .hvr_menu-hover {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1000px) {
  .header_wrap .gnav_list {
    right: 17.5rem;
    top: 1.3rem;
  }
  .header_wrap .gnav_list .hvr_menu-inr li {
    width: 49%;
  }
}
@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: 2rem;
  }
  .header_wrap .gnav_list li.contact {
    top: 1.5rem;
    right: 3rem;
  }
}
@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: 30px;
    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 .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 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 {
    right: 1rem;
    top: 0;
    width: 5rem;
    height: 5rem;
  }
  /*
  .header_wrap .sp_menu.active {
    background-color: #ffff;
  }
*/
  .header_wrap .gnav_list .hvr_menu-ttl {
    display: none;
  }
  .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(-30deg);
    transform: translateX(-50%) translateY(0) rotate(-30deg);
    width: 3rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(2) {
    -webkit-transform: translateX(-50%) translateY(-10px) rotate(30deg);
    transform: translateX(-50%) translateY(-10px) rotate(30deg);
    width: 3rem;
  }
  .header_wrap .gnav_list li.pc_nonarrow a .ar-wrap {
    border: none;
    background-color: rgba(255, 255, 255, 0.00);
  }
  #nav-bg {
    content: "";
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    visibility: hidden;
  }
  .header_wrap #spNav {
    height: 100%;
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding: 7rem 20px 20px;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
    text-align: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .header_wrap .gnav_list .hvr_menu-hover .hvr_menu-inr {
    width: 100%;
  }
  .header_wrap .gnav_list .hvr_menu-hover .hvr_menu-inr li:last-child {
    border-bottom: none !important;
  }
  .header_wrap #spNav a {
    color: #000;
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
  }
  .header_wrap #spNav .ttl a {
    padding: 1.5rem 2rem;
  }
  .header_wrap #spNav a .ar-wrap {
    right: 20px;
    background-color: #fff;
  }
  .header_wrap #spNav a .en {
    font-size: 24px;
    margin-right: 10px;
    color: #FF0000;
  }
  .header_wrap #spNav::after {
    height: 100%;
    z-index: -1;
  }
  .header_wrap #spNav.active {
    visibility: visible;
    right: 0;
  }
  .header_wrap .gnav_list li a {
    font-size: 14px;
  }
  .header_wrap #spNav .gnav_list {
    width: 100%;
  }
  .header_wrap #spNav .gnav_list li {
    border-bottom: 1px solid #ddd;
    color: #4e454a;
  }
  .header_wrap #spNav .gnav_list li.contact {
    border-bottom: none;
    padding: 16px 0;
  }
  .header_wrap #spNav .gnav_list li.contact a {
    color: #fff;
    line-height: 1;
    margin-left: 1rem;
    border-radius: 50px;
  }
}
.footer_contact .cont_inr {
  max-width: 1140px;
  width: 100%;
  justify-content: space-between;
}
.footer_contact a {
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 30px 70px;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #F90000 0%, #F90000 50%, #090D14 50%, #090D14 100%);
  width: 100%;
  overflow: hidden;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer_contact a .en {
  color: #fff;
}
.footer_contact a .cont_ttl {
  margin: 0;
}
.footer_contact a small {
  background: transparent;
  padding: 0;
}
.footer_contact a .ar-wrap {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  ;
  border-radius: 100%;
}
.footer_contact a .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 20px;
  margin: auto;
  line-height: 1;
}
.footer_contact a .arrow:before, .footer_contact a .arrow:after {
  font-family: 'icomoon' !important;
  content: "\e900";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
  color: #fff;
}
.footer_contact a .arrow:after {
  transform: translateX(-100%);
}
.footer_contact a:hover .arrow:before {
  animation-name: transformRightLeft; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0s;
}
.footer_contact a:hover .arrow:after {
  animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.1s;
}
.mgb20 {
  margin-bottom: 13px !important;
}
/*footer*/
footer {
  padding: 110px 2rem 3rem;
  background-color: #0E131E;
  z-index: 100;
  position: relative;
  border-top: 4px solid rgba(255, 255, 255, 0.5);
}
footer .logo_wrap .logo {
  width: 23rem;
  margin-bottom: 3rem;
}
footer .logo_wrap .txt {
  color: #FFFFFF;
  font-size: 1.4rem;
}
footer .cont_inr {
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: inherit
}
footer .footer_gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_gnav .gnav_list {
  width: calc(100% / 2 - 10px)
}
footer .footer_gnav .gnav_list li {
  margin-bottom: 8px;
  line-height: 1.3;
}
footer .footer_gnav .gnav_list a {
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
  font-size: 12px;
}
footer .footer_gnav .gnav_list strong {
  color: #fff;
  font-size: 12px;
}
footer .footer_bottom {
  width: 100%;
  padding: 20px 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
footer .footer_bottom a {
  color: #fff;
}
footer .copyright {
  font-size: 1rem;
  color: #fff;
  font-family: Arial, "Figtree", sans-serif;
  text-align: center;
}
footer .footer_gnav .gnav_list .mgb20 a, footer .footer_gnav .gnav_list .mgb20 strong {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .footer_contact a {
    padding: 120px 100px 110px;
  }
  .footer_contact a:hover {
    background-position: 0 0;
  }
  .footer_contact a .ar-wrap {
    width: 130px;
    height: 130px;
  }
  .footer_contact a .arrow {
    width: 51px;
    height: 40px;
  }
  .footer_contact a .arrow:before, .footer_contact a .arrow:after {
    font-size: 35px;
  }
  .mgb20 {
    margin-bottom: 20px !important;
  }
  footer {
    padding: 10rem 6rem 6rem;
  }
  footer .logo_wrap {
    width: 30%;
    margin-bottom: 10px;
  }
  footer .logo_wrap .logo {
    margin-bottom: 20px;
  }
  footer .footer_gnav {
    max-width: 720px;
    width: 60%;
  }
  footer .footer_gnav .gnav_list {
    width: calc(100% / 2 - 10px)
  }
  footer .footer_gnav .gnav_list li {
    margin-bottom: 13px;
  }
  footer .footer_gnav .gnav_list a {
    font-size: 16px;
  }
  footer .footer_gnav .gnav_list .mgb20 a, footer .footer_gnav .gnav_list .mgb20 strong {
    font-size: 20px;
  }
  footer .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    padding: 30px 0 0;
  }
  footer .copyright {
    text-align: right;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1060px) {
  .footer_contact a .ar-wrap {
    width: 130px;
    height: 130px;
  }
  .footer_contact a .arrow {
    width: 45px;
    height: 30px;
  }
  .footer_contact a .arrow:before, .footer_contact a .arrow:after {
    font-size: 30px;
  }
  footer {
    padding: 11rem 10rem 6rem;
  }
  footer .footer_gnav {
    width: 65%;
  }
  footer .footer_gnav .gnav_list {
    width: calc(100% / 3 - 10px)
  }
}
@media only screen and (min-width: 1367px) {
  .footer_contact a .ar-wrap {
    width: 160px;
    height: 160px;
  }
}
@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 10px;
  }
  footer .gnav_list {
    margin-bottom: 2rem;
  }
  footer .gnav_list li {
    margin-bottom: 1rem;
  }
  footer .logo_wrap .txt {
    max-width: 290px;
    margin: auto;
  }
  footer .logo_wrap {
    margin-bottom: 6rem;
  }
}
/**/
.scr_wrap {
  background: url("../images/common/common-bg.png")no-repeat center top/100%, linear-gradient(transparent 40px, #fff 40px);
  z-index: 100;
  position: relative;
  margin-top: 90vh;
  display: flex;
  flex-wrap: wrap;
}
.scr_anchor {
  max-width: 400px;
  margin: auto;
  padding: 60px 30px;
}
.scr_anchor .index-ttl {
  font-size: 16px;
  margin-bottom: 8px;
}
.scr_anchor > ul > li {
  margin-bottom: 5px;
}
.scr_anchor a {
  position: relative;
}
.scr_contents .cont_inr {
  max-width: 1060px;
}
.contents {
  padding: 8rem 1.5rem;
}
.cont_inr {
  max-width: 126rem;
  margin: auto;
  position: relative;
}
.btn-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .scr_anchor {
    position: sticky;
    top: 70px;
    width: 250px;
    height: calc(100vh - 70px);
    border-right: 1px solid #DCDCDC;
    padding: 160px 20px 60px 40px;
    margin-top: 10px;
  }
  .scr_anchor .index-ttl {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .scr_anchor > ul > li {
    margin-bottom: 15px;
  }
  .scr_anchor a {
    padding-left: 30px;
    position: relative;
  }
  .scr_anchor a::before {
    font-family: 'icomoon' !important;
    content: "\e900";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6px;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    color: #FF0000;
    transform: rotate(90deg);
    transition: all 0.2s;
  }
  .scr_anchor .sub a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    border-radius: 100%;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    transition: all 0.2s;
  }
  .scr_anchor .sub a.active::before {
    background-color: #FF0000;
  }
  .scr_anchor a.active::before {
    transform: rotate(0);
    background-color: #FF0000;
    color: #fff;
  }
  .scr_contents {
    padding: 160px 30px;
    width: calc(100% - 250px);
  }
  .scr_contents .anchorpoint {
    margin-top: 160px;
  }
  .scr_contents .anchorpoint:nth-child(1) {
    margin-top: 0;
  }
  .contents {
    padding: 12rem 5rem 15rem;
  }
  /**/
  #cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    mix-blend-mode: color-burn;
    pointer-events: none;
    opacity: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 10rem;
    height: 10rem;
    margin: -1rem 0px 0px -2rem;
    transition: transform 0.1s;
  }
  .cursorinr {
    pointer-events: none;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 0px;
    left: 0px;
    background: radial-gradient(closest-side at 50% 50%, rgb(255, 0, 0, 0.5) 0%, rgba(6, 19, 52, 0) 100%) 0% 0% no-repeat padding-box padding-box transparent;
    transition: opacity 0.4s cubic-bezier(0.34, 0.174, 0.304, 1) 0s;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(1.02);
  }
  #cursor.link_hover {
    transform: scale(1.4);
  }
  #cursor.link_hover .cursorinr {
    opacity: 1;
  }
  .target-image:hover ~ #cursor {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .scr_anchor {
    padding: 20px 30px;
    width: 80%;
    box-shadow: 0 0 10px #ddd;
    margin: 60px auto 0;
    border-radius: 20px;
    position: relative;
  }
  .scr_anchor a {
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 3px;
    background: url(../images/common/arrow_d.png) no-repeat right center / 13px;
  }
  .anchorpoint {
    padding: 100px 20px 80px;
  }
  #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 .cont_inr {
  max-width: 1000px;
}
.terms li {
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}
.terms .cvsbtn {
  max-width: inherit;
  margin: auto;
  width: 100%;
}
.terms .cvsbtn a {
  padding: 2rem 4rem 2rem 2rem;
  line-height: 1.4;
  border: none;
  border-radius: 0;
}
@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: #000;
}
.page-numbers, .page-numbers.current {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  transition: all 1s;
  -webkit-transition: all 1s;
  font-family: Arial, "Figtree", sans-serif;
}
.page-numbers {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.page-numbers .icon-arrow.next, .prev.page-numbers .back {
  font-size: 1rem;
  position: relative;
}
.page-numbers .icon-arrow.next::after, .page-numbers .icon-arrow.back::after {
  font-family: 'icomoon' !important;
  content: "\e900";
  position: absolute;
  top: -5px;
  right: -7px;
  font-size: 10px;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
  color: #000;
}
.page-numbers.current {
  background-color: #E5E5E5;
  color: #000;
  pointer-events: none;
  border: none;
}
.page-numbers.dots {
  background-color: transparent;
  color: #000;
  pointer-events: none;
  border: none;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2rem;
  color: #000;
  border-radius: 100vh;
  background-color: #fff;
}
.prev.page-numbers .back::after {
  transform: rotate(180deg);
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media only screen and (min-width: 769px) {
  .next.page-numbers:hover, .prev.page-numbers:hover, .page-numbers:hover {
    background-color: #000;
    color: #fff;
  }
  .page-numbers:hover .icon-arrow.next::after, .page-numbers:hover .icon-arrow.back::after {
    color: #fff;
  }
}
/**/
.cont_ttl {
  position: relative;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 500;
}
.cont_ttl .en {
  font-size: 5rem;
  color: #000;
  line-height: 1;
  letter-spacing: -0.06rem;
}
.cont_ttl small {
  position: relative;
  padding-left: 2.2rem;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  background: url("../images/common/main_ttl.svg")no-repeat center left/18px;
}
.common_mv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.common_mv.nofix {
  position: relative;
  border-bottom: 1px solid #DCDCDC;
}
.common_mv .common-ttl {
  padding: 13rem 3rem 8rem;
  background: url("../images/common/common-mv-bg.jpg")no-repeat center center/cover;
}
.common_mv .common-ttl .flex {
  align-items: center;
}
.cat span {
  background-color: #F3F3F3;
  padding: 1px 7px;
  line-height: 1;
  font-size: 1rem;
  color: #555555;
  border-radius: 30px;
  margin-left: 0.5rem;
  border: 1px solid #D4D4D4;
}
.common_mv .cont_ttl {
  line-height: 3;
  max-width: 128rem;
  margin: auto;
}
.common_mv .cont_ttl .en {
  font-size: 5.5rem;
}
.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;
  line-height: 1;
  padding: 0;
  background: none;
}
.common-img {
  height: 500px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .common_mv .cont_ttl .en {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1367px) {
  .common_mv .common-ttl {
    padding: 21rem 3rem 11rem
  }
  .common_mv .cont_ttl .en {
    font-size: 7rem;
  }
  .cont_ttl .en {
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .common_mv .common-ttl, .common-img {
    height: 40vh;
  }
  .scr_wrap {
    margin-top: 70vh;
  }
}
.er404 .contents {
  padding: 8rem 5rem;
}
.er404 .cvsbtn {
  margin: 6rem auto;
  width: 220px
}
.er404 .cvsbtn a {
  padding: 25px;
}
/**/
.cvsbtn {
  width: 250px;
}
.cvsbtn a {
  color: #000;
  text-align: left;
  display: block;
  border-radius: 55px;
  padding: 2.5rem 2rem 2.5rem 6.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #5C5C5C;
  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, #ddd 0%, #ddd 50%, #fff 50%, #fff 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 .arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  width: 19px;
  height: 13px;
  margin: auto 0;
  line-height: 1;
}
.arrow:before, .arrow:after {
  font-family: 'icomoon' !important;
  content: "\e900";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
  color: #FF0000;
}
.arrow:after {
  transform: translateX(-100%);
}
.cvsbtn a:hover .arrow:before {
  animation-name: transformRightLeft; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0s;
}
.cvsbtn a:hover .arrow:after {
  animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.1s;
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 769px) {
  .cvsbtn a {
    font-size: 1.6rem;
  }
  .cvsbtn a:hover {
    background-position: 0 0;
  }
  .cvsbtn 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;
}
.splide__arrows .splide__arrow::after {
  color: #000;
}
@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;
  }
}
.maru-bl-txt {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 11px 20px 8px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
}
@media only screen and (min-width: 769px) {
  .maru-bl-txt {
    font-size: 14px;
  }
}
.topics_list li {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.topics_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
.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 span {
  background-color: #F3F3F3;
  padding: 1px 7px;
  line-height: 1;
  font-size: 1rem;
  color: #555555;
  border-radius: 30px;
  margin-left: 0.5rem;
  border: 1px solid #D4D4D4;
}
.topics_list li .txtcont {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: -0.01rem;
}
.topics_list li .ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  letter-spacing: -0.01rem;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 769px) {
  .topics_list li a {
    padding: 3rem 0;
    z-index: 0;
  }
  .topics_list li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background-color: #F5F5F5;
    transition: all 0.5s;
    z-index: -1;
  }
  .topics_list li a:hover::after {
    height: 100%;
  }
  .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 .txtcont .en {
    font-size: 1.2rem;
    letter-spacing: -0.01rem;
  }
  .topics_list li .txtcont .ttl {
    font-size: 1.8rem;
  }
}
@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;
  }
}
.isms .privacypolicy .txt {
  margin-bottom: 30px;
  font-size: 1.4rem
}
.privacypolicy .list-wrap .list-inr {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #DCDCDC;
  font-weight: 400;
  font-size: 14px;
}
.privacypolicy .list-wrap .ttl {
  font-size: 18px;
}
.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: #F5F5F5;
  padding: 30px;
  margin: 40px 0
}
.privacypolicy .box .ttl-u {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}
.privacypolicy .box span {
  width: 110px;
  padding: 0 5px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  margin: 10px 10px 0 0;
}
@media only screen and (min-width: 769px) {
  .privacypolicy .txt, .privacypolicy .list-wrap .list-inr {
    font-size: 18px
  }
  .privacypolicy .list-wrap .ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .privacypolicy .common_mv .cont_ttl .en {
    font-size: 4.5rem
  }
  .privacypolicy.isms .common_mv .cont_ttl .en {
    font-size: 3.5rem;
    line-height: 1;
    display: block;
  }
}
.parallax {
  border-radius: 8px;
  box-shadow: 0 0px 16px rgb(0, 0, 0, .16);
  aspect-ratio: 1 / 1;
}
.plx-top {
  animation: parallax-large-anim linear;
  animation-timeline: scroll();
}
@keyframes parallax-large-anim {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(200px);
  }
}
@keyframes parallax-small-anim {
  from {
    transform: translateY(-0);
  }
  to {
    transform: translateY(100px);
  }
}
.plx-down {
  animation: parallax-small-anim linear;
  animation-timeline: scroll();
}