@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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #555555;
  font-size: 12px;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  line-height: 2;
  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 .3s ease-in-out;
  transition: all .3s 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: "YuGothic-B";
  src: url("../css/fonts/YuGothic-B.woff") format("woff");
}
@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-keyboard_arrow_right:before {
  content: "\e905";
}
.icon-keyboard_arrow_left:before {
  content: "\e906";
}
.icon-youtube:before {
  content: "\e900";
  /*  color: #f00;*/
}
.icon-x:before {
  content: "\e901";
}
.icon-line:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-tiktok:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-youtube1:before {
  content: "\ea9d";
}
img {
  width: 100%;
  height: auto;
}
/**/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-weight: 700;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 30px;
}
.tabContents .tabContentsInr {
  display: none;
}
.tabContents .tabContentsInr.active {
  display: block;
}
.contents {
  padding: 8rem 1.5rem;
}
.bg_v {
  background: url("../images/common/bg.png")repeat-y center center/contain;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.mgb50 {
  margin-bottom: 5rem;
}
.en {
  font-family: 'Concert One', sans-serif;
}
#loading {
  background: url(../images/common/bg_loading.svg)no-repeat 50%;
  background-size: 300% auto;
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 101;
  overflow: hidden;
  transition: background-size 0.6s;
}
#loading.is_v {
  background-size: 0% auto
}
#loading_inr {
  animation: angleTopRight 1s linear infinite;
  background: url("../images/common/loading_bg.png")repeat center center/300%, #D8EFF2;
  background-size: min(31.2vw, 200px) min(39.4vw, 400px);
  display: grid;
  height: 100vh;
  left: 0;
  place-items: center;
  position: fixed;
  top: 0;
  transition: opacity .2s;
  width: 100vw;
  z-index: 200
}
@keyframes angleTopRight {
  0% {
    background-position: 0 0
  }
  to {
    background-position: min(11.2vw, 56px) max(-14.4vw, -72px)
  }
}
.inr_logo {
  position: fixed;
  top: calc(50% - 9vw);
  left: calc(50% - 40vw);
  max-width: 80vw;
  width: 100%;
  height: auto;
  z-index: 99999999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*header*/
.headerWrap {
  z-index: 100;
  position: fixed;
}
.headerWrap .logo {
  position: fixed;
  left: 5rem;
  top: 3.2rem;
  line-height: 1;
  width: 12rem;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.headerWrap::after {
  position: fixed;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(100% - 3rem);
  height: 7.5rem;
  left: 1.5rem;
  top: 1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: all 1s;
  -webkit-transition: all 1s;
  border-radius: 100vh;
}
/*
.headerWrap.active::after {
  top: 0;
}
*/
.headerWrap .logo a::before {
  display: none;
}
.headerWrap .spMenu {
  cursor: pointer;
  display: block;
  position: fixed;
  padding: 20px;
  width: 7.5rem;
  height: 7.5rem;
  right: 1.5rem;
  top: 1rem;
  z-index: 10100;
  /*  background-color: #2846D8*/
}
.headerWrap .spMenu span {
  background-color: #fff;
  height: 3rem;
  width: 3rem;
  position: absolute;
  border-radius: 100vh;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.headerWrap .spMenu span:nth-of-type(1) {
  /*  top: 2.4rem;*/
  top: 3rem;
}
.headerWrap .spMenu span:nth-of-type(2) {
  /*  top: 3.4rem;*/
  top: 4.5rem;
  width: 1rem;
  height: 1rem;
  transform: translateX(0);
  left: 4.5rem
}
.headerWrap .spMenu.active span {
  background-color: #4BB1B1;
}
.headerWrap .spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateX(-1.4rem) translateY(4px) rotate(-45deg);
  transform: translateX(-1.4rem) translateY(4px) rotate(-45deg);
  height: 0.2rem;
}
.headerWrap .spMenu.active span:nth-of-type(2) {
  -webkit-transform: translateX(-2rem) translateY(-11px) rotate(45deg);
  transform: translateX(-2rem) translateY(-11px) rotate(45deg);
  width: 3rem;
  height: 0.2rem;
}
.headerWrap .spMenu.active span:nth-of-type(3) {
  background-color: transparent;
}
.headerWrap .gnavList a {
  font-size: 2.4rem;
  display: block;
  position: relative;
  color: #4BB1B1;
  line-height: 1.4;
  padding: 3rem;
  font-weight: 400;
  font-style: normal;
}
.headerWrap .snsnav li a, footer .snslink li a {
  font-size: 2rem;
  line-height: 1;
  color: #4BB1B1;
  border: 1px solid #4BB1B1;
  border-radius: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
}
/**/
#breadcrumbs {
  padding: 6rem 1.5rem 0;
  font-size: 1.6rem;
  color: #555555;
  text-transform: uppercase;
  font-family: 'Concert One', 'Zen Kaku Gothic New', sans-serif;
}
#breadcrumbs ul {
  justify-content: flex-start;
}
#breadcrumbs li {
  margin-left: 2rem;
  position: relative;
  line-height: 1.4;
}
#breadcrumbs li:first-child {
  margin-left: 0;
}
#breadcrumbs li::after {
  position: absolute;
  content: ">";
  left: -1rem;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#breadcrumbs li:first-child::after {
  display: none
}
#breadcrumbs a {
  border-bottom: 1px solid #555555;
}
/**/
.cont_ttl {
  font-size: 6rem;
  margin-bottom: 3rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.cont_inr {
  max-width: 120rem;
  margin: auto;
}
.txt {
  font-size: 1.4rem;
}
/**/
.cvsbtn {
  max-width: 28rem;
  width: 100%;
  margin: 2rem auto 6rem;
}
.cvsbtn a {
  border: 2px solid #79C9D3;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 100vh;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  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, #77BD95 0%, #77BD95 50%, #79C9D3 50%, #79C9D3 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: "\e905";
  right: 2rem;
  font-size: 2rem;
  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);
}
/*footer*/
footer {
  padding: 5rem 1.5rem 2rem;
  background-color: #D8EFF2;
}
footer .footer_logo {
  max-width: 28rem;
  width: 100%;
  margin: 0 auto 2rem;
}
footer .snslink {
  justify-content: center;
  margin-bottom: 4rem;
}
footer .snslink li {
  margin: 0 0.5rem 4rem;
}
footer .snslink li a {
  background-color: #fff;
}
footer .something_logo {
  max-width: 19rem;
  margin: 0 auto 3rem;
}
footer .something_logo a {
  display: block;
  padding: 1rem 1.5rem;
  border: 1px solid #77BD95;
  background-color: #77BD95;
  border-radius: 15px;
}
footer .copyright {
  font-size: 1.6rem;
  color: #AAAAAA
}
/*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: inline-block;
  padding: 0.5rem 0;
  margin: 0 0.5rem;
  color: #373737;
  background: #F5F5F5;
}
.page-numbers.current {
  background-color: #4BB1B1;
  color: #fff;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2.4rem;
  border: 1px solid #4BB1B1;
  color: #4BB1B1;
  padding: 1.2rem 0 0.5rem;
  line-height: 1;
}
.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;
}
.cl3 {
  display: flex;
  flex-wrap: wrap;
}
.cl3 li {
  width: 100%;
}
.common_ttl.er404 {
  padding: 20rem 3rem 7rem;
  background-color: #88CDD3;
  color: #fff;
}
.common_ttl.er404 .mv_ttl {
  font-size: 2rem;
}
.s_contents {
  padding: 8rem 2rem;
}
.contents.er404 {
  font-size: 1.6rem;
  padding: 5rem 3rem;
}
/**/
.common_mv {
  padding: 14rem 1rem 5rem;
  background: url("../images/common/bg_otpage.png")no-repeat bottom center/cover;
  text-align: center;
}
.mv_ttl .ttl_inr {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
}
.mv_ttl .ttl_inr::after {
  position: absolute;
  content: "";
  background: url("../images/common/ttl_awa.png")no-repeat center center/contain;
  width: 5.4rem;
  height: 4rem;
  left: -6rem;
  top: -2rem;
}
.mv_ttl .ttl_inr::before {
  position: absolute;
  content: "";
  background: url("../images/common/ttl_awa_2.png")no-repeat center center/contain;
  width: 5.4rem;
  height: 4rem;
  right: -6rem;
  bottom: 0
}
.mv_ttl .ttl_inr .en {
  font-size: 6rem;
  display: inline-block;
  line-height: 1;
}
.term_ttl {
  text-align: center;
}
.term_ttl .inr {
  position: relative;
  font-size: 5rem;
  color: #4BB1B1;
  text-shadow: 3px 3px 0 #F6F607;
}
.term_ttl .inr::after {
  position: absolute;
  content: "";
  background: url("../images/common/gene_awa.png")no-repeat center center/contain;
  width: 3.3rem;
  height: 5.4rem;
  left: -5rem;
  top: 0rem;
}
.term_ttl .inr::before {
  position: absolute;
  content: "";
  background: url("../images/common/gene_awa_2.png")no-repeat center center/contain;
  width: 5.4rem;
  height: 4rem;
  right: -6rem;
  bottom: 0
}
@media only screen and (min-width: 769px) {
  #loading_inr {
    background-size: min(11.2vw, 200px) min(14.4vw, 350px);
  }
  .inr_logo {
    max-width: 36vw;
    top: calc(50% - 6vw);
    left: calc(50% - 18vw);
  }
  .cl3 li {
    width: calc(100% / 2);
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .flex {
    justify-content: space-between;
  }
  .headerWrap .spMenu {
    display: none;
  }
  .headerWrap .gnavList {
    position: fixed;
    z-index: 100;
    display: flex;
    right: 22rem;
    top: 2.8rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .headerWrap .gnavList li a, .headerWrap .gnavList li .ttl {
    font-size: 1.6rem;
    display: block;
    padding: 1rem;
    letter-spacing: 0.05rem;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  }
  .headerWrap .gnavList li a:hover, .headerWrap .snsnav li a:hover, footer .snslink li a:hover {
    color: #77BD95;
  }
  .headerWrap .snsnav li a:hover, footer .snslink li a:hover {
    border: 1px solid #77BD95;
  }
  .headerWrap .gnavList li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border: 2px solid #77BD95;
    height: 0.8rem;
    width: 0.8rem;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    border-radius: 100%;
    opacity: 0;
  }
  .headerWrap .gnavList li a:hover:before {
    opacity: 1;
  }
  .headerWrap .snsnav {
    position: fixed;
    right: 3rem;
    top: 3rem;
  }
  .headerWrap .snsnav li {
    margin-right: 1rem;
  }
  .headerWrap .snsnav li a, footer .snslink li a {
    font-size: 1.6rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .s_contents {
    padding: 10rem 3rem;
  }
  .s_contents .cont_inr {
    max-width: 80rem;
  }
  .cont_ttl {
    font-size: 8rem;
    margin-bottom: 4rem;
  }
  footer .footer_logo {
    max-width: 34rem;
  }
  footer .snslink li {
    margin: 0 0.5rem;
  }
  footer .something_logo a:hover {
    background-color: #4BB1B1;
  }
  .cvsbtn {
    max-width: 35rem;
  }
  .cvsbtn a:hover {
    background-position: 0 0;
    color: #fff;
  }
  .cvsbtn a:hover::after {
    right: 1rem;
  }
  .linkhoevr {
    font-size: 1.6rem;
  }
  .linkhoevr:hover {
    background-position: 0 0;
    color: #fff;
  }
  .linkhoevr:hover time {
    color: #fff;
  }
  /**/
  .common_mv {
    padding: 15rem 2rem 8rem;
  }
  .mv_ttl .ttl_inr {
    font-size: 2.8rem;
  }
  .mv_ttl .ttl_inr .en {
    font-size: 9.5rem;
  }
  .contents {
    padding: 10rem 3rem;
  }
  .next.page-numbers:hover, .prev.page-numbers:hover, .page-numbers:hover {
    background-color: #4BB1B1;
    color: #fff;
  }
}
@media only screen and (min-width: 1367px) {
  .cl3 li {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 768px) {
  .headerWrap .snslink {
    right: 8rem;
    position: fixed;
    top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .headerWrap .snslink li {
    width: 50%;
  }
  .headerWrap .snslink li a {
    font-size: 2rem;
    padding: 1rem;
  }
  .headerWrap #spNav {
    height: 100%;
    display: flex;
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding: 8rem 0;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: #D8EFF2;
    overflow-y: scroll;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .headerWrap #spNav::after {
    height: 100%;
    z-index: -1;
  }
  .headerWrap #spNav.active {
    visibility: visible;
    right: 0;
  }
  .headerWrap #spNav .gnavList {
    width: 100%;
  }
  .headerWrap #spNav .gnavList li {
    border-bottom: 1px solid #4BB1B1;
    color: #4e454a;
  }
  .headerWrap .snsnav {
    justify-content: center;
    padding: 3rem 1.5rem;
  }
  .headerWrap .snsnav li {
    margin: 0 0.5rem
  }
  .common_ttl.er404 {
    padding: 15rem 1.5rem 7rem;
  }
}