@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Orbitron:wght@400..900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  word-break: break-word;
  font-weight: 700;
}
body a {
  color: #fff;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
    background: url(../img/common/body-bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    background: url(../img/common/body-bg.jpg) repeat center top / 50%;
  }
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #ccc;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 5px 10px;
  }
}
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #fff;
}

.title01 {
  position: relative;
  line-height: 1.6;
}
.title01:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1dcd9f;
}
.title01.text-c:before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .title01:before {
    width: 40px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .title01:before {
    width: 25px;
    height: 3px;
  }
}

.title02 {
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.title03 {
  color: #1dcd9f;
  border-bottom: 1px solid #1dcd9f;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .title03 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .title03 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.c-title {
  line-height: 1.5;
}
.c-title .main,
.c-title .sub {
  display: block;
}
.c-title .lang-en {
  color: #1dcd9f;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 90px;
  }
  .c-title .main {
    font-size: 140px;
    margin-bottom: 10px;
  }
  .c-title .sub {
    font-size: 24px;
  }
  .c-title.type-a .main {
    font-size: 70px;
    margin-bottom: 15px;
  }
  .c-title.type-a .sub {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .main {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .c-title .sub {
    font-size: 15px;
  }
  .c-title.type-a .main {
    line-height: 1.8;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .c-title.type-a .sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.lang-en {
  font-family: "Orbitron", sans-serif;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.tag-list-item {
  color: #777;
}
@media screen and (min-width: 767px) {
  .tag-list {
    gap: 15px 10px;
  }
  .tag-list-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tag-list {
    gap: 10px;
  }
  .tag-list-item {
    font-size: 13px;
  }
}

.target-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.target-link-item {
  border-bottom: 1px solid #505050;
  position: relative;
}
.target-link-item a {
  display: block;
}
.target-link-item .lang-en {
  color: #505050;
}
.target-link-item .ic {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .target-link {
    gap: 30px;
  }
  .target-link-item {
    width: 340px;
  }
  .target-link-item a {
    line-height: 1.6;
    padding: 15px 0;
  }
  .target-link-item a:hover {
    background: rgba(29, 205, 159, 0.3);
  }
  .target-link-item a:hover .lang-en {
    color: #fff;
  }
  .target-link-item a:hover .lang-ja {
    color: #1dcd9f;
  }
  .target-link-item a .lang-en {
    font-size: 14px;
  }
  .target-link-item a .lang-ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .target-link {
    gap: 10px;
  }
  .target-link-item {
    width: calc(50% - 10px);
  }
  .target-link-item a {
    line-height: 1.6;
    padding: 10px 0;
  }
  .target-link-item a .lang-en {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .target-link-item a .lang-ja {
    font-size: 13px;
  }
  .target-link-item a .ic {
    width: 10px;
  }
}

.button-list {
  display: flex;
}
.button-list-item .button-arw .ic-arw {
  margin-left: 10px;
}
@media screen and (min-width: 767px) {
  .button-list {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .button-list {
    gap: 15px;
    justify-content: center;
  }
  .button-list .button-arw .lang-en {
    font-size: 11px;
  }
  .button-list .button-arw .text {
    font-size: 14px;
  }
  .button-list .button-arw .ic-arw {
    display: inline-block;
    width: 10px;
  }
}

.sns-list {
  display: flex;
  align-items: center;
}
.sns-list-item a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .sns-list {
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .sns-list-item a {
    -moz-column-gap: 20px;
    column-gap: 20px;
    transition: 0.1s all ease-in;
  }
  .sns-list-item a:hover {
    color: #1dcd9f;
  }
  .sns-list-item a:hover .text {
    border-bottom: 1px solid #1dcd9f;
  }
  .sns-list-item a .text {
    transition: 0.1s all ease-in;
  }
  .sns-list-item a .ic {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sns-list {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .sns-list-item a {
    -moz-column-gap: 15px;
    column-gap: 15px;
    transition: 0.1s all ease-in;
  }
  .sns-list-item a:hover {
    color: #1dcd9f;
  }
  .sns-list-item a:hover .text {
    border-bottom: 1px solid #1dcd9f;
  }
  .sns-list-item a .text {
    width: calc(100% - 65px);
    transition: 0.1s all ease-in;
  }
  .sns-list-item a .ic {
    width: 50px;
  }
}

.text-list {
  display: grid;
}
.text-list-item,
.text-list-item a {
  line-height: 1.4;
  color: #1dcd9f;
  transition: 0.1s all ease-in;
}
.text-list-item-line {
  border-bottom: 1px solid #1dcd9f;
}
@media screen and (min-width: 767px) {
  .text-list {
    row-gap: 3px;
  }
  .text-list-item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .text-list {
    row-gap: 5px;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
.mail-button {
  display: flex;
  align-items: center;
}
.mail-button-text {
  border-bottom: 1px solid #1dcd9f;
}
@media screen and (min-width: 767px) {
  .mail-button {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .mail-button-text {
    box-sizing: border-box;
    padding-bottom: 10px;
    transition: 0.1s all ease-in;
  }
  .mail-button-text:hover {
    color: #1dcd9f;
  }
  .mail-button-text:hover .text {
    left: 10px;
  }
  .mail-button .text {
    position: relative;
    left: 0;
    font-size: 20px;
    transition: 0.1s all ease-in;
  }
  .mail-button .ic {
    width: 80px;
    height: 80px;
  }
  .mail-button .ic-arw {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mail-button {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .mail-button-text {
    box-sizing: border-box;
    padding-bottom: 10px;
    transition: 0.1s all ease-in;
  }
  .mail-button-text:hover {
    color: #1dcd9f;
  }
  .mail-button-text:hover .text {
    left: 10px;
  }
  .mail-button .text {
    position: relative;
    left: 0;
    font-size: 16px;
    transition: 0.1s all ease-in;
  }
  .mail-button .ic {
    width: 50px;
    height: 50px;
  }
  .mail-button .ic-arw {
    margin-left: 20px;
  }
}

.button-arw {
  transition: 0.1s all ease-in;
}
.button-arw:hover {
  color: #1dcd9f;
}
.button-arw-flex {
  display: flex;
  align-items: center;
}
.button-arw .sub-text {
  color: #505050;
}
.button-arw .text {
  transition: 0.1s all ease-in;
}
.button-arw.border-text {
  border-bottom: 1px solid #505050;
}
@media screen and (min-width: 767px) {
  .button-arw .sub-text {
    font-size: 14px;
  }
  .button-arw .text {
    font-size: 20px;
  }
  .button-arw .ic-arw {
    margin-left: 15px;
  }
  .button-arw.border-text {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .button-arw .sub-text {
    font-size: 14px;
  }
  .button-arw .text {
    font-size: 16px;
  }
  .button-arw .ic-arw {
    margin-left: 15px;
  }
  .button-arw.border-text {
    padding: 0 0 10px;
  }
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #fff;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #1dcd9f;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #fff;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #fff;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
.header {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .header {
    height: 180px;
    padding: 0 40px;
  }
  .header-left {
    width: 110px;
  }
  .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 110px);
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .header .nav-list {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .header .nav-list a {
    display: block;
    padding: 2px 5px;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  .header .nav-list a:hover {
    text-shadow: 0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f,
      0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f;
    color: #fff;
    border-bottom: 1px solid #1dcd9f;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
    padding: 0 15px;
  }
  .header-left {
    width: 60px;
  }
  .header-right {
    display: none;
  }
}

/*Mainvisual
=========================================================*/
.main-visual-animation {
  overflow: hidden;
}
.main-visual-animation-box {
  display: flex;
  animation: scrollBar 20s linear infinite;
}
.main-visual-animation-box img {
  flex-shrink: 0;
}
@keyframes scrollBar {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-105%);
  }
}
@media screen and (min-width: 767px) {
  .main-visual {
    background: url(../img/top/main-visual-deco.png) no-repeat center left;
    margin-top: -180px;
    padding-top: 220px;
  }
  .main-visual-header {
    width: calc(100% - 30px);
    position: relative;
    height: clamp(660px, 93vh, 880px);
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .main-visual-header-title {
    position: relative;
    z-index: 10;
    width: 79%;
  }
  .main-visual-header-img {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 330px);
    height: 100%;
    border-radius: 20px 0 0 20px;
    background: url(../img/top/main-visual-img.png) no-repeat center left/cover;
  }
  .main-visual-animation {
    margin-top: 160px;
  }
  .main-visual-animation-box {
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    overflow: hidden;
    background: url(../img/top/main-visual-deco.png) no-repeat top left/40%;
    margin-top: -80px;
    padding-top: 100px;
  }
  .main-visual-header {
    width: calc(100% - 20px);
    position: relative;
    margin: 0 0 0 auto;
  }
  .main-visual-header-title {
    position: relative;
    z-index: 10;
    width: 90%;
    margin-bottom: 40px;
  }

  .main-visual-header-title-sub {
    margin-top: 30px;
  }
  .main-visual-header-img {
    height: 200px;
    border-radius: 10px 0 0 10px;
    background: url(../img/top/main-visual-img.png) no-repeat center left/cover;
  }
  .main-visual-animation {
    margin: 30px 0;
    transform: scale(1.5);
  }
  .main-visual-animation-box {
    gap: 5%;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-news
=========================================================*/
.top-news-list-item {
  border-top: 1px solid #505050;
}
.top-news-list-item:last-of-type {
  border-bottom: 1px solid #505050;
}
.top-news-list-item a {
  display: block;
  box-sizing: border-box;
}
.top-news .more-button {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 170px 0 180px;
  }
  .top-news .inbox {
    display: flex;
  }
  .top-news-title {
    width: 295px;
    line-height: 1;
    font-size: 60px;
  }
  .top-news-post {
    width: calc(100% - 295px);
  }
  .top-news-list-item a {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .top-news-list-item a:hover {
    background: rgba(29, 205, 159, 0.3);
  }
  .top-news-list-item time {
    width: 145px;
  }
  .top-news-list-item-box {
    width: calc(100% - 145px);
  }
  .top-news-list-item .tag-list {
    margin-bottom: 10px;
  }
  .top-news .more-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 70px 0;
  }
  .top-news-title {
    line-height: 1;
    font-size: 35px;
    margin-bottom: 30px;
  }
  .top-news-list-item a {
    padding: 20px 10px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .top-news-list-item time {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .top-news-list-item .tag-list {
    margin-bottom: 10px;
  }
  .top-news-list-item-title {
    font-size: 14px;
  }
  .top-news .more-button {
    margin-top: 30px;
  }
}

/*top-
=========================================================*/
.top-about {
  position: relative;
  background: url(../img/top/top-about-bg.png) no-repeat right top 20px/28%;
}
.top-about-bg {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.top-about-contents {
  position: relative;
}
@media screen and (min-width: 767px) {
  .top-about {
    padding-bottom: 90px;
  }
  .top-about-img {
    position: absolute;
    text-align: right;
    left: 0;
    top: 0;
    width: calc(50% - 55px);
  }
  .top-about-contents-box {
    width: 50%;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    padding-left: 60px;
  }
  .top-about-contents-text {
    font-size: 20px;
  }
  .top-about-contents-buttons {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-bottom: 90px;
  }
  .top-about-bg {
    width: 150px;
  }
  .top-about-img {
    margin-top: 50px;
    width: 90%;
  }
  .top-about-contents-box {
    margin: 0 0 0 auto;
    box-sizing: border-box;
  }
  .top-about-contents-text {
    font-size: 16px;
  }
  .top-about-contents-buttons {
    margin-top: 55px;
  }
}

/*top-class
=========================================================*/
.top-class {
  background: url(../img/top/top-class-bg.png) no-repeat left top/100%;
}
.top-class-title {
  text-align: right;
}
.top-class-text {
  color: #777;
  text-align: right;
}
.top-class-list {
  box-sizing: border-box;
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top-class-list-card {
  box-sizing: border-box;
  border-radius: 10px;
}
.top-class-list-card-img {
  text-align: center;
}
.top-class-list-card-title .sub,
.top-class-list-card-title .main {
  display: block;
}
.top-class-list-card-title .main {
  line-height: 1.5;
}
.top-class-list-card-title .main .class-name {
  display: block;
}
.top-class-list-card-text {
  color: #777;
}
.top-class-list .more-button {
  display: flex;
  justify-content: flex-end;
}
.top-class .card {
  box-sizing: border-box;
}
.top-class .card-yellow {
  border: solid 1px #cdcb1d;
  background: url(../img/top/card-yellow-rb.png) no-repeat right bottom,
    url(../img/top/card-yellow-lt.png) no-repeat left top;
}
.top-class .card-orange {
  border: solid 1px #cd571d;
  background: url(../img/top/card-orange-rb.png) no-repeat right bottom,
    url(../img/top/card-orange-lt.png) no-repeat left top;
}
.top-class .card-purple {
  border: solid 1px #a61dcd;
  background: url(../img/top/card-purple-rb.png) no-repeat right bottom,
    url(../img/top/card-purple-lt.png) no-repeat left top;
}
.top-class .card-pink {
  border: solid 1px #cd1d95;
  background: url(../img/top/card-pink-rb.png) no-repeat right bottom,
    url(../img/top/card-pink-lt.png) no-repeat left top;
}
.top-class .card-green {
  border: solid 1px #1dcd68;
  background: url(../img/top/card-green-rb.png) no-repeat right bottom,
    url(../img/top/card-green-lt.png) no-repeat left top;
}
@media screen and (min-width: 767px) {
  .top-class {
    padding: 90px 0 20px;
  }
  .top-class-text {
    margin-bottom: 80px;
  }
  .top-class-list {
    padding: 0 60px;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
  .top-class-list-card {
    padding: 60px 40px 40px;
  }
  .top-class-list-card:nth-of-type(odd) {
    margin-top: -120px;
  }
  .top-class-list-card-img {
    margin-bottom: 60px;
  }
  .top-class-list-card-title {
    margin-bottom: 25px;
  }
  .top-class-list-card-title .sub {
    margin-bottom: 15px;
  }
  .top-class-list-card-title .main {
    font-size: 40px;
  }
  .top-class-list-card-title .class-name {
    font-size: 20px;
  }
  .top-class-list .more-button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-class {
    padding: 70px 0;
  }
  .top-class-text {
    margin-bottom: 40px;
    text-align: left;
  }
  .top-class-list {
    row-gap: 40px;
    display: flex;
    flex-direction: column;
  }
  .top-class-list-card {
    padding: 40px 20px 30px;
  }
  .top-class-list-card-img {
    margin-bottom: 30px;
  }
  .top-class-list-card-title {
    margin-bottom: 25px;
  }
  .top-class-list-card-title .sub {
    margin-bottom: 10px;
  }
  .top-class-list-card-title .main {
    font-size: 30px;
  }
  .top-class-list-card-title .class-name {
    font-size: 18px;
  }
  .top-class-list .more-button {
    margin-top: 30px;
  }
}

/*top-personal
=========================================================*/
.top-personal {
  position: relative;
}
.top-personal-title {
  text-align: right;
}
.top-personal-contents {
  box-sizing: border-box;
  background: url(../img/common/dotted-bg.png);
}
@media screen and (min-width: 767px) {
  .top-personal {
    padding: 150px 0 80px;
    background: url(../img/top/top-personal-title-ic.png) no-repeat right 11%
      top;
  }
  .top-personal-contents {
    padding: 65px 70px;
  }
  .top-personal-contents-box {
    width: 470px;
    margin: 0 0 0 auto;
  }
  .top-personal-contents-box-text {
    color: #777;
  }
  .top-personal-contents .more-button {
    margin-top: 50px;
    display: flex;
  }
  .top-personal-img {
    position: absolute;
    left: 0;
    top: 150px;
    height: 540px;
    width: calc(50% - 140px);
    border-radius: 0 10px 10px 0;
    background: url(../img/top/top-personal-img.png) no-repeat right
      center/cover;
  }
}
@media screen and (max-width: 768px) {
  .top-personal {
    padding: 80px 0;
    background: url(../img/top/top-personal-title-ic.png) no-repeat right
      top/40%;
  }
  .top-personal-contents {
    padding: 40px 20px 30px;
  }
  .top-personal-contents-box {
    margin: 0 0 0 auto;
  }
  .top-personal-contents-box-text {
    color: #777;
  }
  .top-personal-contents .more-button {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
  }
  .top-personal-img {
    margin-top: 40px;
    padding-top: 60%;
    width: 90%;
    border-radius: 0 10px 10px 0;
    background: url(../img/top/top-personal-img.png) no-repeat right
      center/cover;
  }
}

/*top-how-to-join
=========================================================*/
.top-how-to-join-text {
  color: #777;
}
@media screen and (min-width: 767px) {
  .top-how-to-join {
    padding: 80px 0 175px;
    background: url(../img/top/how-to-join-l-img.png) no-repeat left top
      calc(50% - 100px);
  }
  .top-how-to-join .inbox {
    position: relative;
    padding-bottom: 45px;
  }
  .top-how-to-join-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top-how-to-join .button-list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-how-to-join {
    padding: 60px 0;
    background: url(../img/top/how-to-join-l-img.png) no-repeat left top/30%;
  }
  .top-how-to-join .inbox {
    position: relative;
  }
  .top-how-to-join-img {
    text-align: center;
    margin-top: 50px;
  }
  .top-how-to-join .button-list {
    margin-top: 50px;
  }
}

/*l-cta
=========================================================*/
.l-cta-wrapper {
  display: grid;
}
.l-cta-contact-list-item {
  align-items: center;
}
.l-cta-contact .sub {
  color: #1dcd9f;
  line-height: 1;
}
.l-cta-contact .text {
  position: relative;
  border-bottom: 1px solid #1dcd9f;
  transition: 0.1s all ease;
}
.l-cta-contact .text:hover {
  padding-left: 10px;
  background: rgba(29, 205, 159, 0.5);
}
.l-cta-contact .text .ic-arw {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.l-cta-sponsors .inbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-cta-sponsors-title {
  line-height: 1.4;
}
.l-cta-sponsors-text {
  color: #777;
}
.l-cta-sponsors-list {
  display: grid;
}
.l-cta-sponsors-list-item a {
  border: solid 1px #505050;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 170px 0 90px;
    background: url(../img/common/l-cta-lt.png) no-repeat left 50px top 190px,
      url(../img/common/l-cta-top-bg.png) no-repeat right top;
  }
  .l-cta-wrapper {
    row-gap: 140px;
  }
  .l-cta-title {
    text-align: right;
    margin-bottom: 30px;
    display: grid;
    row-gap: 40px;
  }
  .l-cta-title span {
    display: block;
  }
  .l-cta-contact .widebox {
    display: flex;
    -moz-column-gap: 60px;
    column-gap: 60px;
    align-items: center;
  }
  .l-cta-contact .text {
    padding: 15px 0;
  }
  .l-cta-contact-list {
    width: 540px;
    order: 2;
    display: grid;
    row-gap: 40px;
  }
  .l-cta-contact-list-item {
    display: grid;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 100px 1fr;
    font-size: 20px;
  }
  .l-cta-contact-list-item-text {
    padding: 15px 0;
  }
  .l-cta-contact-list .sub {
    margin-bottom: 5px;
  }
  .l-cta-sponsors {
    padding: 0 0 65px;
    background: url(../img/common/l-cta-bg.png) no-repeat right bottom;
  }
  .l-cta-sponsors-title {
    margin-bottom: 90px;
    font-size: 60px;
  }
  .l-cta-sponsors-contents {
    width: 540px;
  }
  .l-cta-sponsors-list {
    width: 460px;
    row-gap: 20px;
  }
  .l-cta-sponsors-list-item a {
    height: 120px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    transition: 0.1s all ease;
  }
  .l-cta-sponsors-list-item a:hover {
    background: rgba(29, 205, 159, 0.3);
  }
  .l-cta-sponsors-list-item a .ic {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 80px 0;
    background: url(../img/common/l-cta-lt.png) no-repeat left top 2%/30%,
      url(../img/common/l-cta-top-bg.png) no-repeat right top/150%;
  }
  .l-cta-title {
    text-align: right;
    margin-bottom: 30px;
    display: grid;
    row-gap: 20px;
  }
  .l-cta-title span {
    display: block;
  }
  .l-cta-title span img {
    max-width: initial;
    height: 40px;
  }
  .l-cta-contact .widebox {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .l-cta-contact .text {
    padding: 10px 0;
  }
  .l-cta-contact-list {
    order: 2;
    display: grid;
    row-gap: 20px;
    margin-top: 30px;
  }
  .l-cta-contact-list-item {
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 14px;
    display: grid;
    grid-template-columns: 40px 1fr;
  }
  .l-cta-contact-list .sub {
    line-height: 1;
    margin-bottom: 5px;
  }
  .l-cta-contact-list .ic-arw {
    width: 8px;
  }
  .l-cta-sponsors {
    padding: 70px 0 60px;
    background: url(../img/common/l-cta-bg.png) no-repeat right bottom/90%;
  }
  .l-cta-sponsors .inbox {
    flex-direction: column;
  }
  .l-cta-sponsors-title {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .l-cta-sponsors-contents {
    margin-bottom: 60px;
  }
  .l-cta-sponsors-list {
    row-gap: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .l-cta-sponsors-list-item {
    width: 100%;
  }
  .l-cta-sponsors-list-item a {
    height: 90px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.1s all ease;
  }
  .l-cta-sponsors-list-item a > .ic img {
    height: 40px;
  }
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 767px) {
  #pagetop {
    right: 2.5%;
    bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 15px;
    bottom: 25px;
    width: 15px;
  }
}

.footer {
  background: url(../img/common/footer-bg.png) no-repeat center bottom/100%;
}
.footer-detail {
  color: #777;
}
@media screen and (min-width: 767px) {
  .footer-left {
    width: 50%;
  }
  .footer-logo {
    margin-bottom: 60px;
  }
  .footer .sns-list {
    margin-top: 40px;
  }
  .footer-nav {
    width: 380px;
    line-height: 1;
    display: grid;
    justify-content: flex-end;
    align-items: flex-end;
    grid-template-columns: 190px auto;
    padding-bottom: 20px;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 40px;
  }
  .footer-nav-list a {
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
  }
  .footer-nav-list a:hover {
    text-shadow: 0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f,
      0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f;
    color: #fff;
    border-bottom: 1px solid #1dcd9f;
  }
}
@media screen and (max-width: 768px) {
  .footer-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-left {
    margin-bottom: 40px;
  }
  .footer-logo {
    width: 180px;
    margin-bottom: 40px;
  }
  .footer .sns-list {
    margin-top: 40px;
  }
  .footer-nav {
    -moz-column-gap: 15px;
    column-gap: 15px;
    line-height: 1;
    display: flex;
    width: 100%;
    align-items: flex-start;
  }
  .footer-nav-list {
    width: 50%;
    display: grid;
    row-gap: 40px;
  }
  .footer-nav-list a {
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .footer-nav-list a:hover {
    text-shadow: 0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f,
      0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f, 0 0 5px #1dcd9f;
    color: #fff;
    border-bottom: 1px solid #1dcd9f;
  }
}

#copyright {
  margin-top: 80px;
  border-top: 1px solid #505050;
}
#copyright small {
  color: #777;
}
#copyright small a {
  color: #777;
}
@media screen and (min-width: 767px) {
  #copyright {
    padding: 40px 0;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    padding: 20px 0;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
  }
  #copyright small {
    font-size: 10px;
  }
}

/*Components
=========================================================*/
.c-frame {
  background: url(../img/common/dotted-bg.png);
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .c-frame {
    padding: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-frame {
    padding: 40px 20px;
  }
}

.c-border {
  border: solid 1px #505050;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .c-border {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-border {
    padding: 40px 20px;
  }
}

.c-define {
  display: grid;
}
.c-define-box-name {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.4;
}
.c-define-box-name:before {
  content: "";
  display: block;
  background: #1dcd9f;
  position: absolute;
  left: 0;
  top: 0;
}
.c-define-box-text {
  color: #777;
}
@media screen and (min-width: 767px) {
  .c-define {
    row-gap: 35px;
  }
  .c-define-box-name {
    margin-bottom: 10px;
    padding-left: 22px;
  }
  .c-define-box-name:before {
    width: 15px;
    height: 15px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-define {
    row-gap: 30px;
  }
  .c-define-box-name {
    margin-bottom: 10px;
    padding-left: 22px;
  }
  .c-define-box-name:before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
}

.c-contents {
  display: grid;
}
.c-contents-box {
  box-sizing: border-box;
  border: solid 1px #1dcd9f;
}
.c-contents-box-name {
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
}
.c-contents-box-name .lang-en {
  color: #1dcd9f;
}
.c-contents-box-text {
  color: #777;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .c-contents {
    row-gap: 30px;
  }
  .c-contents-box {
    display: flex;
    align-items: center;
    padding: 50px 0;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .c-contents-box-name {
    width: 330px;
    height: 105px;
    border-right: 1px solid #777;
    font-size: 24px;
  }
  .c-contents-box-name .lang-en {
    font-size: 20px;
  }
  .c-contents-box-text {
    width: 485px;
  }
}
@media screen and (max-width: 768px) {
  .c-contents {
    row-gap: 30px;
  }
  .c-contents-box {
    padding: 40px 20px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .c-contents-box-name {
    border-bottom: 1px solid #777;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .c-contents-box-name .lang-en {
    font-size: 16px;
  }
}

.c-table-box-name,
.c-table-box-text {
  box-sizing: border-box;
  border-bottom: 1px solid #505050;
}
.c-table-box-text {
  color: #777;
}
.c-table.def-table .c-table-box-text {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-table-box {
    display: grid;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 200px 1fr;
  }
  .c-table-box-name,
  .c-table-box-text {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-box {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .c-table-box-name,
  .c-table-box-text {
    font-size: 14px;
    padding: 10px;
  }
  .c-table-box-text {
    border-bottom: none;
  }
}

.c-display-table {
  text-align: center;
}
.c-display-table-box {
  display: grid;
  border-bottom: 1px solid #505050;
}
.c-display-table-box dt,
.c-display-table-box dd {
  box-sizing: border-box;
  line-height: 1.6;
}
.c-display-table-box:not(:first-child) dt,
.c-display-table-box:not(:first-child) dd {
  border-left: 1px solid #505050;
}
.c-display-table-box:not(:first-child) dd:last-of-type {
  border-right: 1px solid #505050;
  background: rgba(255, 255, 255, 0.06);
}
.c-display-table-box.table-name {
  color: #777;
}
.c-display-table-box.three-card {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 767px) {
  .c-display-table-box dt,
  .c-display-table-box dd {
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-display-table-box:first-child {
    font-size: 11px;
    letter-spacing: 0;
  }
  .c-display-table-box:first-child dt,
  .c-display-table-box:first-child dd {
    padding: 15px 0;
  }
  .c-display-table-box dt,
  .c-display-table-box dd {
    font-size: 13px;
    padding: 15px 6px;
  }
}

/*Layout
=========================================================*/
@media screen and (min-width: 767px) {
  .l-space {
    padding: 140px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-space {
    padding: 70px 0;
  }
}

.l-section-wrapper {
  display: grid;
}
@media screen and (min-width: 767px) {
  .l-section-wrapper {
    padding: 140px 0;
    row-gap: 140px;
  }
}
@media screen and (max-width: 768px) {
  .l-section-wrapper {
    padding: 70px 0;
    row-gap: 60px;
  }
}

.l-flow-list {
  display: grid;
}
.l-flow-list-item {
  box-sizing: border-box;
  border: solid 1px #505050;
  position: relative;
}
.l-flow-list-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/flow-deco.png) no-repeat center/contain;
}
.l-flow-list-item:last-of-type:after {
  display: none;
}
.l-flow-list-item-box-title {
  line-height: 1.6;
}
.l-flow-list-item-box-title .lang-en,
.l-flow-list-item-box-title .lang-ja {
  display: block;
}
.l-flow-list-item-box-title .lang-en {
  color: #1dcd9f;
}
.l-flow-list-item-box-title.step-item-title {
  text-align: center;
}
.l-flow-list-item-box-text {
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .l-flow-list {
    row-gap: 40px;
  }
  .l-flow-list-item {
    padding: 30px;
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .l-flow-list-item:after {
    width: 4px;
    height: 20px;
    bottom: -30px;
  }
  .l-flow-list-item-img {
    width: 250px;
  }
  .l-flow-list-item-box-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .l-flow-list-item-box-title .lang-en {
    font-size: 20px;
  }
  .l-flow-list-item-box-text {
    color: #777;
  }
}
@media screen and (max-width: 768px) {
  .l-flow-list {
    row-gap: 40px;
  }
  .l-flow-list-item {
    padding: 30px 20px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .l-flow-list-item:after {
    width: 4px;
    height: 20px;
    bottom: -30px;
  }
  .l-flow-list-item-img {
    text-align: center;
    margin-bottom: 25px;
  }
  .l-flow-list-item-box-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .l-flow-list-item-box-title .lang-en {
    font-size: 14px;
  }
  .l-flow-list-item-box-text {
    color: #777;
  }
}

.l-faq-list {
  display: grid;
}
.l-faq-list-item-title,
.l-faq-list-item-text {
  display: flex;
}
.l-faq-list-item-title .lang-en {
  background: #1dcd9f;
  align-items: center;
  justify-content: center;
}
.l-faq-list-item-title .lang-ja {
  border-bottom: 1px solid #1dcd9f;
}
.l-faq-list-item-text {
  color: #777;
}
.l-faq-list-item-text .lang-en {
  color: #1dcd9f;
  justify-content: flex-end;
}
@media screen and (min-width: 767px) {
  .l-faq-list {
    row-gap: 30px;
  }
  .l-faq-list-item-title,
  .l-faq-list-item-text {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .l-faq-list-item-title .lang-en,
  .l-faq-list-item-text .lang-en {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 20px;
  }
  .l-faq-list-item-title {
    margin-bottom: 15px;
  }
  .l-faq-list-item-title .lang-en {
    background: #1dcd9f;
    position: relative;
    top: 8px;
  }
  .l-faq-list-item-title .lang-ja {
    font-size: 24px;
    width: calc(100% - 60px);
    padding-bottom: 10px;
    line-height: 1.6;
  }
  .l-faq-list-item-text-body {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .l-faq-list {
    row-gap: 30px;
  }
  .l-faq-list-item-title,
  .l-faq-list-item-text {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .l-faq-list-item-title .lang-en,
  .l-faq-list-item-text .lang-en {
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 16px;
  }
  .l-faq-list-item-title {
    margin-bottom: 15px;
  }
  .l-faq-list-item-title .lang-en {
    background: #1dcd9f;
    position: relative;
    top: 8px;
  }
  .l-faq-list-item-title .lang-ja {
    font-size: 16px;
    width: calc(100% - 50px);
    padding-bottom: 10px;
    line-height: 1.6;
  }
  .l-faq-list-item-text-body {
    width: calc(100% - 50px);
  }
}

/*ABOUT
=========================================================*/
.feature-text {
  color: #777;
}
@media screen and (min-width: 767px) {
  .feature-img {
    margin-top: -50px;
  }
  .feature-text {
    color: #777;
    text-align: center;
    margin: -40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .feature .title01 {
    margin-bottom: 20px;
  }
  .feature-img {
    text-align: center;
  }
  .feature-text {
    color: #777;
    margin-bottom: 50px;
  }
}

.curriculum-text {
  color: #777;
}
.curriculum .cross,
.curriculum .equal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.curriculum-equation-item-text {
  color: #1dcd9f;
}
@media screen and (min-width: 767px) {
  .curriculum-text {
    text-align: center;
  }
  .curriculum-equation {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 190px 100px 190px 110px 300px;
  }
  .curriculum-equation-item {
    text-align: center;
  }
  .curriculum-equation-item-text {
    font-size: 14px;
    margin-top: 20px;
  }
  .curriculum-equation .cross {
    top: -55px;
  }
  .curriculum-equation .equal {
    top: -60px;
  }
  .curriculum-equation .result {
    font-size: 24px;
    position: relative;
    top: 50px;
    left: -50px;
  }
  .curriculum-equation .result .ic {
    position: absolute;
    left: 0;
    top: -40px;
  }
  .curriculum-training {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .curriculum-equation {
    margin-top: 50px;
    display: grid;
  }
  .curriculum-equation-item {
    text-align: center;
  }
  .curriculum-equation-item-text {
    font-size: 14px;
    margin-top: 20px;
  }
  .curriculum-equation .cross {
    margin: 30px 0;
  }
  .curriculum-equation .equal {
    margin-top: 40px;
  }
  .curriculum-equation .result {
    margin-top: 50px;
    font-size: 24px;
    position: relative;
  }
  .curriculum-equation .result .ic {
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .curriculum-training {
    margin-top: 50px;
  }
}

.event-area-list-card-title .caution-text {
  display: block;
}
.event-area-list-card-address {
  color: #777;
}
.event-area-define {
  display: flex;
  box-sizing: border-box;
}
.event-area-define .class-name {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #505050;
  box-sizing: border-box;
}
.event-area-define .text-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .event-area-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .event-area-list-card-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .event-area-list-card-title .caution-text {
    font-size: 17px;
  }
  .event-area-list-card-address {
    text-align: center;
    margin-bottom: 15px;
  }
  .event-area-list-card .googlemap {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
  }
  .event-area-list-card .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .event-area-define {
    padding: 0 30px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 30px;
  }
  .event-area-define .class-name {
    min-height: 140px;
    width: 140px;
  }
  .event-area-define .text-list {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  .event-area-list {
    display: grid;
    gap: 40px;
  }
  .event-area-list-card-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .event-area-list-card-title .caution-text {
    font-size: 16px;
  }
  .event-area-list-card-address {
    text-align: center;
    margin-bottom: 25px;
  }
  .event-area-list-card .googlemap {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
  }
  .event-area-list-card .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .event-area-define {
    padding: 0 15px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 30px;
  }
  .event-area-define .class-name {
    min-height: 80px;
    width: 100px;
    font-size: 13px;
  }
  .event-area-define .text-list {
    width: calc(100% - 100px);
    padding: 10px 0;
    font-size: 14px;
  }
}

/*STAFF
=========================================================*/
.staff-list {
  display: grid;
}
.staff-list-card a {
  display: block;
  background: rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
  border: solid 1px #1dcd9f;
  height: 100%;
  transition: 0.1s all ease-in;
}
.staff-list-card-text {
  color: #777;
  line-height: 1.6;
}
.staff-list-card .more-button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 767px) {
  .staff-list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .staff-list-card a {
    border-radius: 10px;
    padding: 30px 30px 20px;
  }
  .staff-list-card a:hover {
    background: rgba(29, 205, 159, 0.3);
  }
  .staff-list-card .com-img {
    height: 180px;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .staff-list-card-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .staff-list-card-text {
    min-height: 100px;
  }
  .staff-list-card .more-button {
    margin-top: 15px;
  }
  .staff-list-card .more-button .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .staff-list {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }
  .staff-list-card a {
    border-radius: 10px;
    padding: 40px 20px 25px;
  }
  .staff-list-card .com-img {
    padding-top: 64%;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .staff-list-card-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .staff-list-card .more-button {
    margin-top: 40px;
  }
  .staff-list-card .more-button .text {
    font-size: 17px;
  }
}

/*STAFF DETAIL
=========================================================*/
.staff-detail-container {
  border: solid 1px #1dcd9f;
  box-sizing: border-box;
  display: grid;
}
.staff-detail-header-contents {
  background: url(../img/common/double-border.png) repeat-x top center,
    url(../img/common/double-border.png) repeat-x bottom center;
}
.staff-detail-header-contents-text {
  color: #777;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .staff-detail-container {
    border-radius: 10px;
    row-gap: 50px;
  }
  .staff-detail-header {
    display: grid;
    grid-template-columns: 460px 1fr;
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .staff-detail-header .com-img {
    height: 300px;
    border-radius: 10px;
  }
  .staff-detail-header-contents {
    padding: 40px 20px;
    text-align: center;
  }
  .staff-detail-header-contents-name {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .staff-detail-container {
    border-radius: 10px;
    row-gap: 40px;
  }
  .staff-detail-header {
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .staff-detail-header .com-img {
    padding-top: 67%;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .staff-detail-header-contents {
    padding: 20px 10px;
    text-align: center;
  }
  .staff-detail-header-contents-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/*CLASS
=========================================================*/
.class-info-text {
  color: #777;
}
@media screen and (min-width: 767px) {
  .class-info-text {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .class-info-text {
    margin-bottom: 30px;
  }
}

.c-class {
  box-sizing: border-box;
}
.c-class.yellow {
  border: solid 1px #cdcb1d;
  background: url(../img/class/yellow-bg.png) no-repeat left top;
}
.c-class.orange {
  border: solid 1px #cd571d;
  background: url(../img/class/orange-bg.png) no-repeat left top;
}
.c-class.purple {
  border: solid 1px #a61dcd;
  background: url(../img/class/purple-bg.png) no-repeat left top;
}
.c-class.pink {
  border: solid 1px #cd1d95;
  background: url(../img/class/pink-bg.png) no-repeat left top;
}
.c-class.green {
  border: solid 1px #1dcd68;
  background: url(../img/class/green-bg.png) no-repeat left top;
}
.c-class-title {
  line-height: 1.6;
  text-align: center;
}
.c-class-title .lang-en,
.c-class-title .lang-ja {
  display: block;
}
@media screen and (min-width: 767px) {
  .c-class {
    border-radius: 10px;
    padding: 80px;
  }
  .c-class-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .c-class-title .lang-en {
    font-size: 40px;
  }
  .c-class-lead {
    display: flex;
    align-items: center;
  }
  .c-class-lead-img {
    width: 440px;
  }
  .c-class-lead-contents {
    width: calc(100% - 440px);
    box-sizing: border-box;
    padding-left: 40px;
  }
  .c-class-lead-contents-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .c-class-lead-contents-text {
    color: #777;
    line-height: 1.6;
  }
  .c-class .c-table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-class {
    border-radius: 10px;
    padding: 40px 20px;
  }
  .c-class-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .c-class-title .lang-en {
    font-size: 25px;
  }
  .c-class-lead-img {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .c-class-lead-contents {
    box-sizing: border-box;
  }
  .c-class-lead-contents-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .c-class-lead-contents-text {
    color: #777;
    line-height: 1.6;
  }
  .c-class .c-table {
    margin-top: 30px;
  }
}

/*HOW TO JOIN
=========================================================*/
.free-trial-text {
  color: #777;
}
@media screen and (min-width: 767px) {
  .free-trial-text {
    text-align: center;
    margin-bottom: 35px;
  }
  .free-trial-imgs {
    display: grid;
    grid-template-columns: 600px 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 25px;
  }
  .free-trial-imgs-sub {
    display: grid;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .free-trial-text {
    text-align: center;
    margin-bottom: 35px;
  }
  .free-trial-imgs {
    margin-bottom: 25px;
    text-align: center;
  }
  .free-trial-imgs-main {
    margin-bottom: 25px;
  }
  .free-trial-imgs-sub {
    display: grid;
    row-gap: 25px;
  }
}

/*下層ページ
=========================================================*/
.one-on-one-contents-box-text {
  color: #777;
}
@media screen and (min-width: 767px) {
  .one-on-one-contents-box {
    display: flex;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .one-on-one-contents-box-img {
    width: 440px;
  }
  .one-on-one-contents-box-text {
    width: 445px;
  }
}
@media screen and (max-width: 768px) {
  .one-on-one-contents-box-img {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 767px) {
  .personal-target-link {
    margin-top: -60px;
  }
}

.personal-training-feature-list-item {
  box-sizing: border-box;
  background: url(../img/personal/personal-training-feature-list-item-bg.png)
    no-repeat center/cover;
}
.personal-training-feature-list-item-title,
.personal-training-feature-list-item-text {
  box-sizing: border-box;
}
.personal-training-feature-list-item-title {
  line-height: 1.6;
}
.personal-training-feature-list-item .lang-en {
  line-height: 1;
  color: #1dcd9f;
  display: block;
}
.personal-training-feature-list-item-text {
  color: #777;
}
@media screen and (min-width: 767px) {
  .personal-training-feature-list {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .personal-training-feature-list-item {
    padding: 30px;
    border-radius: 10px;
  }
  .personal-training-feature-list-item-title,
  .personal-training-feature-list-item-text {
    padding: 0 15px 0 20px;
  }
  .personal-training-feature-list-item-title {
    font-size: 24px;
    margin: -40px 0 15px;
  }
  .personal-training-feature-list-item-title .lang-en {
    font-size: 70px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .personal-training-feature-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .personal-training-feature-list-item {
    padding: 20px;
    border-radius: 10px;
  }
  .personal-training-feature-list-item-title,
  .personal-training-feature-list-item-text {
    padding: 0 10px;
  }
  .personal-training-feature-list-item-title {
    font-size: 20px;
    margin: -30px 0 15px;
  }
  .personal-training-feature-list-item-title .lang-en {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

.plan-contents-text {
  color: #777;
}
@media screen and (min-width: 767px) {
  .plan-contents-text {
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .plan-contents-text {
    margin-top: 30px;
  }
}

.sub-visual {
  position: relative;
}
.sub-visual .inbox {
  display: flex;
  align-items: center;
}
.sub-visual-title {
  position: relative;
  z-index: 10;
}
.sub-visual-title .ic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub-visual .lang-en {
  color: #1dcd9f;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    background: url(../img/common/sub-visual-bg.png) no-repeat left top;
    height: 550px;
    margin-top: -180px;
    display: flex;
    align-items: flex-end;
  }
  .sub-visual-container {
    height: 330px;
    position: relative;
  }
  .sub-visual-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 330px;
    width: calc((100% - 1080px) / 2 + 660px);
    border-radius: 20px 0 0 20px;
  }
  .sub-visual .ic {
    left: -150px;
  }
  .sub-visual .lang-en {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    background: url(../img/common/sub-visual-bg.png) no-repeat left top/40%;
    height: 170px;
    margin-top: -80px;
    display: flex;
    align-items: flex-end;
  }
  .sub-visual-container {
    height: 100px;
    position: relative;
  }
  .sub-visual-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 70%;
    border-radius: 10px 0 0 10px;
  }
  .sub-visual .ic {
    width: 150px;
    left: -60px;
  }
  .sub-visual .lang-en {
    font-size: 20px;
  }
}

.sub-visual-about-bg {
  background: url(../img/about/sub-visual-about-bg.png) no-repeat center/cover;
}

.sub-visual-staff-bg {
  background: url(../img/staff/sub-visual-staff-bg.png) no-repeat center/cover;
}

.sub-visual-class-bg {
  background: url(../img/class/sub-visual-class-bg.png) no-repeat center/cover;
}

.sub-visual-how-to-join-bg {
  background: url(../img/how-to-join/sub-visual-how-to-join-bg.png) no-repeat
    center/cover;
}

.sub-visual-personal-bg {
  background: url(../img/personal/sub-visual-personal-bg.png) no-repeat
    center/cover;
}

.sub-visual-news-bg {
  background: url(../img/news/sub-visual-news-bg.png) no-repeat center/cover;
}

.sub-visual-contact-bg {
  background: url(../img/contact/sub-visual-contact-bg.png) no-repeat
    center/cover;
}

.sub-visual-complete-bg {
  background: url(../img/complete/sub-visual-complete-bg.png) no-repeat
    center/cover;
}

.sub-visual-site-bg {
  background: url(../img/site/sub-visual-site-bg.png) no-repeat center/cover;
}

.sub-visual-privacy-bg {
  background: url(../img/privacy/sub-visual-privacy-bg.png) no-repeat
    center/cover;
}

.sub-visual-notfound-bg {
  background: url(../img/notfound/sub-visual-notfound-bg.png) no-repeat
    center/cover;
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #505050;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #1dcd9f;
  border-bottom: 1px solid #1dcd9f;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #505050;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .trial-fields-box {
  display: grid;
  row-gap: 20px;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1 / span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #1dcd9f;
  background-color: #1dcd9f;
}
@media screen and (min-width: 767px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #505050 1px;
}
.post-wrp .post-list-item a {
  color: #fff;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.post-wrp .post-list-item .post-tag-list-item {
  border: solid #505050 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #fff;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 8px 10px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 11px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 5px 8px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #fff;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #1dcd9f;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #1dcd9f;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #1dcd9f;
  line-height: 1;
  font-size: 14px;
  color: #1dcd9f;
}
#contents-u.s-post .tag-name span {
  color: #1dcd9f;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

.site-map-list li {
  border-bottom: 1px solid #505050;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #fff;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 767px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #1dcd9f;
  }
}
@media screen and (max-width: 768px) {
  .site-map ul li a {
    padding: 15px 0 15px 25px;
  }
  .site-map ul li a:before {
    margin-top: -4px;
    border: solid 4px #1dcd9f;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
} /*# sourceMappingURL=style.css.map */

/* アニメーションテキスト */
/* 文字ごとに横からスライド */
.char {
  overflow: hidden;
  display: inline-block;
  line-height: 1.1 !important;
}

.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

/* スクロールで isActive が付いたら transform: 0 に */
.animation-text.isActive .char-text {
  --x: 0;
}

/* 初期状態で隠す */
.animation-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
