@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #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", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05rem;
  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;
}
.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  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;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .txt {
    font-size: 1.8rem;
  }
  .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: 2rem;
  top: 2rem;
  line-height: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  width: 10rem;
}
.header_wrap::after {
  position: fixed;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 7rem;
  left: 0;
  top: -20rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
/*
.ver_w .header_wrap::after {
  background-color: rgba(000, 000, 000, 0.3);
}
*/
.ver_w .header_wrap .logo.before {
  opacity: 1;
}
.ver_w .header_wrap .logo.after {
  opacity: 0;
}
.ver_w .header_wrap.active .logo.before {
  opacity: 0;
}
.ver_w .header_wrap.active .logo.after {
  opacity: 1;
}
.ver_w .header_wrap .gnav_list li a {
  color: #fff;
}
.header_wrap.active::after {
  top: 0;
}
/*
.header_wrap.active .logo {
  top: 1.5rem;
}
*/
.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: 700;
}
@media only screen and (min-width: 769px) {
  .header_wrap::after {
    height: 8rem;
  }
  .header_wrap .logo {
    width: 12rem;
    left: 1.5rem;
  }
  .header_wrap .gnav_list {
    position: fixed;
    z-index: 100;
    display: flex;
    right: 10rem;
    top: 1.8rem;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .header_wrap .gnav_list li a {
    font-size: 1.4rem;
    padding: 1.3rem 2rem;
  }
  .ver_w .header_wrap.active .gnav_list li a {
    color: #000;
  }
  .ver_w .header_wrap.active .gnav_list li.contact a {
    color: #fff;
  }
  .header_wrap .gnav_list li a:hover {
    color: #0048bf;
  }
  .header_wrap .gnav_list li.contact a {
    color: #fff;
    background-color: #0048bf;
    width: 9rem;
    height: 8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    font-size: 1.5rem;
    top: 0;
  }
  .header_wrap .gnav_list li.contact a:hover {
    background-color: #0068df;
    color: #fff
  }
}
/*
@media only screen and (min-width: 1367px) {
  .header_wrap .logo {
    width: 14rem;
    top: 2rem;
    left: 3.3rem;
  }
}
*/
@media only screen and (max-width: 768px) {
  .header_wrap .sp_menu {
    cursor: pointer;
    display: block;
    position: fixed;
    padding: 20px;
    width: 6rem;
    height: 6rem;
    right: 1rem;
    top: 0.5rem;
    z-index: 10100;
    background-color: #0039cf;
    border-radius: 100%;
  }
  /*
  .header_wrap.active .sp_menu {
    top: 0;
    right: 0;
  }
*/
  .header_wrap .sp_menu.active {
    right: 1rem;
    top: 1rem;
  }
  .header_wrap .sp_menu span {
    background-color: #fff;
    height: 2px;
    width: 4rem;
    position: absolute;
    border-radius: 100vh;
    left: 1rem;
    -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.4rem;
  }
  .header_wrap .sp_menu span:nth-of-type(2) {
    top: 3.4rem;
    width: 2rem;
    height: 2px;
    transform: translateX(0);
    left: 3rem
  }
  .header_wrap .sp_menu.active {
    background-color: #fff;
  }
  .header_wrap .sp_menu.active span {
    background-color: #0039cf;
  }
  .header_wrap .sp_menu.active span:nth-of-type(1) {
    -webkit-transform: translateX(5px) translateY(5px) rotate(-45deg);
    transform: translateX(5px) translateY(5px) rotate(-45deg);
    width: 3rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(2) {
    -webkit-transform: translateX(-15px) translateY(-4px) rotate(45deg);
    transform: translateX(-15px) translateY(-4px) 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: #0068df;
    overflow-y: scroll;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .header_wrap #spNav a {
    color: #fff;
    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: #0039cf;
    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 .sp {
    line-height: 1;
    margin-left: 1rem
  }
}
/*footer*/
.footer_contact a {
  background: url("../images/common/contact_left.png")no-repeat top left/40%, url("../images/common/contact_right.png")no-repeat bottom right/40%, #0039cf;
  padding: 8rem 12rem 8rem 2rem;
  position: relative;
  flex-wrap: wrap;
}
.footer_contact a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e900";
  right: 1.5rem;
  font-size: 1rem;
  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: 7rem;
  height: 7rem;
  color: #fff;
  background-color: #0039cf;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer_contact a .cont_ttl {
  width: 100%;
}
.footer_contact a .cont_ttl .en {
  color: #fff;
  font-size: 4rem;
}
.footer_contact a .txt {
  width: 100%;
  color: #fff;
  max-width: 42rem;
}
footer {
  padding: 10rem 3rem 6rem;
  background-color: #080e19;
}
footer .footer_gnav, footer .cont_inr {
  flex-wrap: wrap;
}
footer .gnav_list li {
  margin-bottom: 2rem;
}
footer .gnav_list li:last-child {
  margin-bottom: 0;
}
footer .gnav_list a {
  color: #fff;
  font-weight: 300;
}
footer .logo_wrap .logo {
  width: 23rem;
  margin-bottom: 3rem;
}
footer .logo_wrap .txt {
  color: #8b8c94;
  font-size: 1.4rem;
}
footer .copyright {
  font-size: 1.3rem;
  color: #8a8b93;
}
@media only screen and (min-width: 769px) {
  footer {
    padding: 14rem 5rem 17rem;
  }
  footer .logo_wrap {
    margin-right: 10rem;
  }
  footer .cont_inr {
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .logo_wrap .logo {
    margin-bottom: 18rem;
  }
  footer .gnav_list li {
    margin-bottom: 4rem;
  }
  .footer_contact a {
    padding: 14rem 10rem;
    background: url("../images/common/contact_left.png")no-repeat top left/contain, url("../images/common/contact_right.png")no-repeat bottom right/contain, #0039cf;
  }
  .footer_contact a::after {
    right: 10rem;
    width: 10rem;
    height: 10rem;
  }
  .footer_contact a:hover {
    background: url("../images/common/contact_left.png")no-repeat top left/contain, url("../images/common/contact_right.png")no-repeat bottom right/contain, #002995;
  }
  .footer_contact a:hover::after {
    background: #002995;
  }
  .footer_contact a .cont_ttl .en {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .footer_contact a .cont_ttl {
    width: 30rem;
  }
  .footer_contact a .txt {
    width: calc(100% - 50rem);
  }
  .footer_contact a::after {
    right: 10rem;
    width: 15rem;
    height: 15rem;
  }
}
@media only screen and (min-width: 1367px) {
  footer {
    padding: 14rem 10rem 17rem;
  }
  .footer_contact a {
    padding: 19rem 10rem;
  }
}
@media only screen and (max-width: 899px) {
  .footer_contact a .cont_ttl {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .logo_wrap, footer .gnav_list {
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .copyright {
    width: 100%;
  }
}
/**/
.contents {
  padding: 8rem 3rem;
}
.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 3rem 15rem;
  }
  .s_contents-right {
    width: 80%;
  }
  /**/
  #cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: linear-gradient(90deg, rgba(1, 90, 224, 0.5) 0%, rgba(0, 37, 162, 0.5) 100%);
    display: flex;
    pointer-events: none;
    border-radius: 50%;
    overflow: hidden;
    width: 5rem;
    height: 5rem;
    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: 10rem;
    height: 10rem;
    background: linear-gradient(90deg, rgba(1, 90, 224, 1) 0%, rgba(0, 37, 162, 1) 70%);
  }
  #cursor.link_hover .cursorinr {
    opacity: 1;
  }
}
@media only screen and (min-width: 1367px) {
  .cont_inr {
    max-width: 136rem;
  }
}
@media only screen and (max-width: 768px) {
  #cursor {
    display: none;
  }
}
/*breadcrumbs_wrap*/
.breadcrumbs_wrap {
  text-align: right;
  margin-bottom: 6rem;
  padding: 2.5rem 3rem;
}
.breadcrumbs_wrap a {
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs_wrap {
    margin-bottom: 8rem;
  }
}
.cl2, .cl3, .cl4 {
  display: flex;
  flex-wrap: wrap;
}
.cl2 li, .cl3 li, .cl4 li {
  width: 100%;
}
@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% / 3 - 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: -1.5rem;
}
/**/
.page-numbers, .page-numbers.current {
  width: 5rem;
  height: 5rem;
  border-radius: 100vh;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  color: #000;
  background: #F5F5F5;
  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: #0039CF;
  color: #fff;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2.4rem;
  color: #fff;
  background-color: #0039CF;
}
.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: #A5E0F5;
  }
  .page-numbers.current:hover {
    background-color: #2AA53B;
  }
}
/**/
.txt {
  font-size: 1.4rem;
}
.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;
}
.common_mv {
  background: url("../images/common/common_ttl.png")no-repeat right bottom/15rem;
  padding: 15rem 3rem 10rem;
}
.common_mv .mv_ttl {
  line-height: 1.2;
  max-width: 128rem;
  margin: auto;
}
.common_mv .mv_ttl .en {
  font-size: 5.5rem;
  color: #0048BF;
  font-weight: 700;
}
.common_mv .mv_ttl .jp {
  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 {
    background: url("../images/common/common_ttl.png")no-repeat right bottom/30rem;
  }
  .common_mv .mv_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;
  }
}
@media only screen and (min-width: 1367px) {
  .cont_ttl .en {
    font-size: 6.5rem;
  }
  .common_mv {
    background: url("../images/common/common_ttl.png")no-repeat right bottom/36rem;
    padding: 15rem 2rem 6.5rem;
  }
  .common_mv .mv_ttl .en {
    font-size: 10rem;
  }
}
/**/
.cvsbtn {
  max-width: 24rem;
}
.cvsbtn a {
  color: #fff;
  text-align: left;
  display: block;
  border-radius: 5rem;
  padding: 2.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  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, #0048bf 0%, #0048bf 50%, #0067dd 50%, #0067dd 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.6rem;
  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 #80a9d9;
  width: 2rem;
  height: 2rem;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.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: 20rem;
  }
  .cvsbtn a {
    padding: 2.5rem 2rem 2.5rem 2rem;
    font-size: 1.4rem;
  }
  .cvsbtn a::after {
    right: 1.5rem;
    padding: 0.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .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-weight: 700;
}
.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;
  }
}
.works_archive .works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1rem;
}
.works_archive .works_list li {
  margin: 0 1rem 6rem;
}
.works_list li {
  width: 100%;
}
.works_list li .thum {
  width: 100%;
  line-height: 1;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.works_list li .cat {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0039CF;
  padding: 6px 1rem;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
}
.works_list li .cat span:nth-child(1) {
  margin-left: 0;
}
.works_list li .cat > span:nth-child(1)::after {
  display: none;
}
.works_list li .cat > span {
  margin-left: 1rem;
  position: relative;
}
.works_list li .cat > span::after {
  position: absolute;
  content: "/";
  left: -0.7rem;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
.works_list li .txtcont .en {
  font-weight: 300;
  font-size: 1.2rem;
}
.works_list li .txtcont .ttl {
  font-size: 1.6rem;
}
.busines_img .around_img {
  line-height: 0;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .works_archive .works_list li {
    width: calc(100% / 2 - 2rem)
  }
  .works_list li a .thum img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .works_list li a:hover .thum img {
    transform: scale(1.05);
  }
}
@media only screen and (min-width: 900px) {
  .works_archive .works_list li {
    width: calc(100% / 3 - 2rem)
  }
}
.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);
}
.fadein {
  animation: fadein 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}