@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
div, section {
  display: block;
}
.wrap {
  position: relative;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
body {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
    min-width: 0;
    width: 100%;
    height: 100vh;
    word-break: normal;
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
  }
}
.top {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top {
    position: relative;
    padding: 0 0;
    width: 100vw;
    height: 100vh;
  }
}
.about {
  position: relative;
  background: #FFF;
  padding: 140px 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 70px 7%;
  }
}
.menu {
  position: relative;
  padding: 140px 0 160px;
  height: 100%;
  background: rgba(237, 247, 226, 1);
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 70px 7%;
  }
}
.needle {
  position: relative;
  padding: 140px 0;
  background: rgba(195, 230, 0, 1);
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .needle {
    padding: 70px 7%;
  }
}
.points {
  position: relative;
  padding: 140px 0 0;
  max-height: 750px;
  background: rgba(237, 247, 226, 1);
  z-index: 6;
}
@media screen and (max-width: 519px) {
  .points {
    max-height: 700px;
    padding: 70px 7% 50px;
  }
}
@media screen and (min-width:520px) and (max-width: 768px) {
  .points {
    max-height: 880px;
    padding: 70px 7% 100px;
  }
}
.map {
  position: relative;
  padding: 140px 0;
  background: rgba(195, 230, 0, 1);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .map {
    padding: 70px 7%;
  }
}
.get_recommend {
  position: relative;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .get_recommend {
    padding: 70px 7%;
  }
}
.gr_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-position: 70% 0%;
  object-fit: cover;
}
.case {
  position: relative;
  padding: 100px 0;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 50px 7%;
  }
}
.member {
  position: relative;
  padding: 100px 0 0;
  background: #F0F3F5;
}
@media screen and (max-width: 768px) {
  .member {
    padding: 50px 7%;
  }
}
.ip {
  position: relative;
  padding: 100px 0;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .ip {
    padding: 50px 7%;
  }
}
.footer {
  position: relative;
  background: #101C20;
}
.copyright {
  padding: 13px 0;
  background: #000;
  line-height: 1;
  color: #999;
  font-size: 12px;
  letter-spacing: .11em;
  text-align: center;
  text-indent: 0.2em;
}
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10;
}
.header_inner {
  position: relative;
  display: flex;
  padding: 30px 0;
  margin: 0 3%;
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  #overlay_button {
    display: none;
  }
}
#overlay_button {
  position: absolute;
  right: 1.5em;
  top: 2.5em;
  padding: 0 11px;
  cursor: pointer;
  user-select: none;
  z-index: 300;
}
#overlay_button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #333333;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay_button span:before {
  top: -10px;
  visibility: visible;
}
#overlay_button span:after {
  top: 10px;
}
#overlay_button span:before, #overlay_button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #333333;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay_button:hover span, #overlay_button:hover span:before, #overlay_button:hover span:after {
  background: #000;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}
input[type=checkbox]:checked ~ #overlay_button:hover span, input[type=checkbox]:checked ~ #overlay_button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay_button span:before {
  transform: rotate(45deg) translate(7px, 7px);
}
input[type=checkbox]:checked ~ #overlay_button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}
#overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(195, 230, 0, 1);
  z-index: 200;
  visibility: hidden;
  position: fixed;
  opacity: .92;
}
#overlay.active {}
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
#overlay ul li {
  padding: 1em;
}
#overlay ul li a {
  font-family: Josefin Sans;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.8em;
}
#overlay ul li a:hover {
  color: #FFF !important;
}
.ip_logo_link {
  text-decoration: none;
}
.header_logo {
  position: absolute;
  display: flex;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 240px;
  }
}
.header_logo_1 {
  position: relative;
  width: 200px;
  left: 0;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .header_logo_1 {
    width: 150px;
    font-size: 17px;
  }
}
.header_logo_2 {
  position: relative;
  width: 200px;
  bottom: 5px;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1.5px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .header_logo_2 {
    bottom: 0;
    font-size: 10px;
    letter-spacing: .4px;
  }
}
.addlight_logo_top {
  position: relative;
  padding: 0 0 0 12px;
  width: 100px;
  left: 5px;
  top: 2px;
  aspect-ratio: auto 146 / 44;
  height: 34px;
  color: #1D1D1D;
  border-left: 4px solid;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .addlight_logo_top {
    width: 70px;
    top: -1px;
    left: 3px;
    padding: 0 0 0 6px;
  }
}
.top_bg {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top_bg_img {
  position: absolute;
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
  animation: zoom-out-anim 4s;
}
@media screen and (max-width: 768px) {
  .top_bg_img {
    object-position: 78%;
    width: 100%;
  }
}
@keyframes zoom-out-anim {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.top_maintitle {
  position: absolute;
  width: 42%;
  left: 10%;
  top: 29%;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 64px;
  color: #333333;
  line-height: 72px;
  text-shadow: 2px 2px 10px rgba(195, 230, 0, .4), -2px 2px 10px rgba(195, 230, 0, .4), 2px -2px 10px rgba(195, 230, 0, .4), -2px -2px 10px rgba(195, 230, 0, .4);
}
@media screen and (max-width: 519px) {
  .top_maintitle {
    left: 7%;
    top: 25%;
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .top_maintitle {
    left: 7%;
    top: 25%;
    font-size: 46px;
    line-height: 48px;
  }
}
.top_subtitle {
  position: absolute;
  left: 10%;
  top: 53%;
  height: 36px;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  text-shadow: 2px 2px 10px rgba(195, 230, 0, .4), -2px 2px 10px rgba(195, 230, 0, .4), 2px -2px 10px rgba(195, 230, 0, .4), -2px -2px 10px rgba(195, 230, 0, .4);
}
@media screen and (max-width: 519px) {
  .top_subtitle {
    left: 7%;
    top: 38%;
    font-size: 16px;
    z-index: 20;
  }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .top_subtitle {
    left: 7%;
    top: 47%;
    font-size: 20px;
  }
}
.arrow {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .arrow {
    bottom: 30px;
  }
}
.arrow_img {
  width: 45px;
  animation: poyooon 1.5s linear 0s infinite;
  opacity: .8;
}
@keyframes poyooon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -150%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.slide {
  overflow: hidden;
  display: inline-block;
}
.slide_inner {
  display: inline-block;
}
.leftAnime {
  opacity: 0;
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
ul {
  padding: 0;
  list-style: none;
}
.btn_contact {
  position: relative;
  padding: 22px 18px 21px 25px;
  top: -25px;
  border: 2px solid #ABCB00;
  border-radius: 30px;
  background: #D1E396;
}
.btn_contact:hover {
  background-color: rgba(207, 228, 99, 0.6);
}
.mail {
  font-size: 16px;
  position: relative;
  top: -0.3em;
  right: 10px;
  width: 0;
  height: 0;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
  border-top: 0.6em solid #ABCB00;
  border-radius: 0.1em;
}
.mail::before {
  position: absolute;
  content: "";
  top: -0.5em;
  left: -0.8em;
  width: 0;
  height: 0;
  border-top: 0.6em solid transparent;
  border-bottom: 0.5em solid #ABCB00;
  border-left: 0.8em solid #ABCB00;
  border-right: 0.8em solid #ABCB00;
  border-radius: 0 0 0.1em 0.1em;
}
.nav {
  position: relative;
  display: flex;
  margin: 0 0 0 auto;
  width: 60%;
  top: 10px;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
.list_item {
  margin-left: 40px;
  height: 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .list_item {
    display: none;
  }
}
.list {
  display: flex;
  margin-left: 0px;
  justify-content: center;
  font-size: 18px;
  font-family: Josefin Sans;
  font-weight: 700;
}
.link {
  font-family: Josefin Sans;
  color: #333333;
  display: flex;
  align-items: center;
  transition: color .15s;
  text-decoration: none;
}
.link2 {
  font-family: Noto Sans JP;
  position: relative;
  display: flex;
  align-items: center;
  transition: color .15s;
}
.link:hover, .link:focus {
  color: white;
}
.link_hover::after {
  content: '▼';
  font-size: 14px;
}
.dropDown {
  position: absolute;
  bottom: 47px;
  display: none;
  padding-top: 2px;
  padding-bottom: 12px;
  margin-left: -21px;
  background-color: rgba(188, 213, 65, .8);
  box-shadow: 0px 3px 8px -2px #494110;
  transform: translate(0, 100%);
  animation-name: fade;
  animation-duration: .6s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.link:hover > .dropDown, .link:focus-within > .dropDown {
  display: block;
}
.dropDown_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dropDown_link {
  font-family: Josefin Sans;
  padding: 2px 20px;
  transition: color .15s;
}
.dropDown_link:hover, .dropDown_link:focus {
  color: #FFF;
}
#page_top a {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page_top a {
    width: 50px;
    height: 50px;
  }
}
#page_top a:hover {
  z-index: auto;
  background: #D6ED4F;
  opacity: .8;
}
@media screen and (max-width: 768px) {
  #page_top a {
    background: #D6ED4F;
    opacity: .8;
  }
}
#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transform: translateY(100px);
}
#page_top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page_top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.theme {
  position: relative;
  left: 0%;
  bottom: 5px;
  width: 100%;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .theme {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .theme_sp {
    position: relative;
    width: 100%;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
  }
}
.theme02 {
  position: relative;
  left: 0%;
  width: 100%;
  margin-top: 0px;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 24px;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .theme02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .theme02_sp {
    position: relative;
    width: 100%;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
  }
}
.green_line:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: url("../images/green_bar.png")
}
@media screen and (max-width: 768px) {
  .green_line:before {
    top: -3px;
    left: 10px;
    content: url("../images/green_bar_sp.png")
  }
}
.compass_icon {
  position: absolute;
  margin: 0 auto;
  width: 400px;
  height: auto;
  top: -30px;
  right: 0px;
  opacity: .2;
}
.about_inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_inner {
    width: 100%;
    margin: 0 0;
  }
}
.process_text {
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 80%;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .process_text {
    padding: 0 0 0 32px;
    font-size: 14px;
  }
}
.what_compass {
  top: 0;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 60px;
  color: rgba(129, 184, 56, 1);
}
@media screen and (max-width: 768px) {
  .what_compass {
    line-height: 42px;
    width: 100%;
    word-break: normal;
    font-size: 34px;
  }
}
.what_compass_jp {
  position: relative;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 24px;
  color: #727272;
}
@media screen and (max-width: 768px) {
  .what_compass_jp {
    width: 85%;
    font-size: 16px;
  }
}
.about_compass_text {
  position: relative;
  top: 40px;
  width: 560px;
  line-height: 30px;
  margin-top: 20px;
  text-align: justify;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .about_compass_text {
    top: 20px;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
  }
}
.shbd {
  position: relative;
  left: 620px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .shbd {
    display: none;
  }
}
.shbd_img {
  position: absolute;
  width: 87%;
  top: 0px;
}
@media screen and (min-width: 769px) {
  .shbd_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .shbd_sp {
    position: relative;
    margin: 70px 0 0 0;
    width: 100%;
  }
}
.spyral1 {
  position: absolute;
  width: 202px;
  top: 7px;
  left: 140px;
}
@media screen and (max-width: 768px) {
  .spyral1 {
    width: 35%;
    top: 6px;
    left: 90px;
    bottom: 0;
  }
}
.spyral1 {
  animation: r1 5s infinite linear;
}
@keyframes r1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.compass_chart_inner {
  position: relative;
  margin: 180px 0 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .compass_chart_inner {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
.compass_chart_img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .compass_chart_img {
    bottom: 20px;
  }
}
.menu_inner {
  margin: 0 auto;
  width: 1100px;
  height: 540px;
}
@media screen and (max-width: 768px) {
  .menu_inner {
    margin: 0 0;
    width: 100%;
    height: 100%;
  }
}
.menu_title {
  position: relative;
  text-align: center;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 60px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .menu_title {
    left: 0;
    font-size: 34px;
  }
}
.menu_subtitle {
  position: relative;
  text-align: center;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 24px;
  color: #727272;
}
@media screen and (max-width: 768px) {
  .menu_subtitle {
    font-size: 16px;
  }
}
.menu_box {
  margin: 100px 0 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menubox_sp {
    position: relative;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .menubox_sp {
    display: none;
  }
}
.menu_needle_img {
  width: 75%;
}
.menu_points_img {
  width: 75%;
}
.menu_map_img {
  width: 75%;
}
.menu_move:hover {
  margin: 0 0;
  width: 76%;
  height: auto;
  box-shadow: 2px 8px 7px 2px #B5BBAF;
  transform: translateY(-5px);
  cursor: pointer;
  transition: 0.3s;
}
.menu_img_sp {
  position: relative;
  width: 85%;
  margin: 20px 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
.delay_time02 {
  animation-delay: 0.2s;
}
.delay_time04 {
  animation-delay: .4s;
}
.delay_time12 {
  animation-delay: 1.2s;
}
.delay_time14 {
  animation-delay: 1.4s;
}
.needle_inner {
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .needle_inner {
    width: 100%;
  }
}
.needle_title {
  position: relative;
  margin-top: 0px;
  line-height: 60px;
  text-align: left;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 60px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .needle_title {
    line-height: 42px;
    font-size: 34px;
  }
}
.needle_subtitle {
  position: relative;
  width: 60%;
  margin-top: 50px;
  line-height: 40px;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 28px;
  color: #4F724D;
}
@media screen and (max-width: 768px) {
  .needle_subtitle {
    width: 100%;
    margin-top: 30px;
    line-height: 28px;
    font-size: 18px;
  }
}
.needle_text {
  position: relative;
  top: 20px;
  width: 476px;
  left: 0;
  line-height: 34px;
  text-align: justify;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 18px;
  color: #4F724D;
}
@media screen and (max-width: 768px) {
  .needle_text {
    top: 15px;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
  }
}
.needle_img_inner {
  position: relative;
  width: 80%;
  bottom: 395px;
  left: 220px;
}
@media screen and (max-width: 768px) {
  .needle_img_inner {
    width: 100%;
    bottom: 0;
    left: -7px;
    text-align: center;
  }
}
.needle_img {
  position: absolute;
  width: 560px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .needle_img {
    position: relative;
    width: 95%;
    left: 0;
  }
}
.toolmenu_needle {
  position: relative;
  width: 100%;
  margin: 50px 0 50px;
}
@media screen and (min-width: 769px) {
  .toolmenu_needle {
    display: none;
  }
}
.needle_tool {
  list-style-type: none;
  white-space: nowrap;
  display: table;
  width: 465px;
  margin-top: 58px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .needle_tool {
    display: none;
  }
}
.needle_tool li {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  background: #F6FCCF;
  padding: 0.5em 0.5em 0.5em 1.8em;
  color: #5A5A5A;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
}
.needle_tool li:last-child {
  padding-right: 1em;
}
.needle_tool li:last-child:before, .needle_tool li:last-child:after {
  display: none;
}
.needle_tool li:before, .needle_tool li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.needle_tool li:after {
  top: -15px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #F6FCCF;
  border-width: 60px 0 60px 1em;
  z-index: 10;
}
.needle_tool li.is-current {
  background: #DDF266;
  font-weight: bold;
}
.needle_tool li.is-current:after {
  border-color: transparent transparent transparent #DDF266;
}
.needle_tool span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 18px;
  padding-left: 16px;
  color: #424242;
}
.needle_tool p {
  position: absolute;
  display: block;
  top: 0;
  left: 40px;
  z-index: 1;
  font-size: 18px;
  padding-left: 16px;
  color: #424242;
}
.points_inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .points_inner {
    margin: 0 0;
    width: 100%;
  }
}
.points_title {
  position: relative;
  line-height: 60px;
  text-align: left;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 60px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .points_title {
    line-height: 42px;
    font-size: 34px;
  }
}
.points_subtitle {
  position: relative;
  width: 85%;
  margin-top: 50px;
  line-height: 40px;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 28px;
  color: rgba(97, 128, 94, 1);
}
@media screen and (max-width: 768px) {
  .points_subtitle {
    margin-top: 30px;
    width: 100%;
    line-height: 28px;
    font-size: 17px;
  }
}
.points_text {
  position: relative;
  top: 20px;
  left: 0;
  width: 476px;
  text-align: justify;
  line-height: 34px;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 18px;
  color: rgba(97, 128, 94, 1);
}
@media screen and (max-width: 768px) {
  .points_text {
    top: 15px;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
  }
}
.toolmenu_points {
  position: relative;
  width: 100%;
  margin: 50px 0 30px;
}
@media screen and (min-width: 769px) {
  .toolmenu_points {
    display: none;
  }
}
.points_tool {
  list-style-type: none;
  white-space: nowrap;
  display: table;
  width: 465px;
  margin-top: 58px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .points_tool {
    display: none;
  }
}
.points_tool li {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  background: #F8FFF0;
  padding: 0.5em 0.5em 0.5em 1.8em;
  color: #5A5A5A;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.points_tool li:last-child {
  padding-right: 1em;
}
.points_tool li:last-child:before, .points_tool li:last-child:after {
  display: none;
}
.points_tool li:before, .points_tool li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.points_tool li:after {
  top: -15px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #F8FFF0;
  border-width: 60px 0 60px 1em;
  z-index: 10;
}
.points_tool li.is-current {
  background: #B9DB93;
  font-weight: bold;
}
.points_tool li.is-current:after {
  border-color: transparent transparent transparent #B9DB93;
}
.points_tool span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 18px;
  padding-left: 16px;
  color: #424242;
}
.points_tool p {
  position: absolute;
  display: block;
  top: 0;
  left: 40px;
  z-index: 1;
  font-size: 18px;
  padding-left: 16px;
  color: #424242;
}
.score_text {
  position: relative;
  padding: 0 0 0 50px;
  left: 554px;
  bottom: 410px;
  width: 40%;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
@media screen and (max-width: 519px) {
  .score_text {
    padding: 0 0 0 32px;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .score_text {
    padding: 0 0 0 32px;
    top: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
  }
}
.score_table {
  position: relative;
  bottom: 330px;
  width: 100%;
  left: 0;
}
.scaleup {
  transition: transform .4s;
}
@media screen and (min-width: 769px) {
  .scaleup:hover {
    cursor: zoom-in;
  }
}
@media screen and (min-width: 769px) {
  .scaleup.scale {
    transform: scale(.9, .9);
  }
}
@media screen and (min-width: 769px) {
  .scaleup.scale:hover {
    cursor: zoom-out;
  }
}
table {
  position: relative;
  left: 40px;
  bottom: 50px;
  transform: scale(.5);
  transform-origin: top right;
}
@media screen and (max-width: 519px) {
  table {
    width: 100%;
    top: 145px;
    left: 0;
    bottom: 0;
    transform: scale(.32);
    transform-origin: left;
    word-break: keep-all;
  }
}
@media screen and (min-width:520px) and (max-width: 768px) {
  table {
    width: 100%;
    top: 190px;
    left: 0;
    bottom: 0;
    transform: scale(.47);
    transform-origin: left;
    word-break: keep-all;
  }
}
table:hove {
  position: relative;
  transform: scale(.9);
  right: 0px;
  transition: 1.2s ease-in-out;
}
th {
  vertical-align: middle;
  border: solid 2px #CDCDCD;
  /* 枠線指定 */
  padding: 5px;
  height: 50px;
  width: 30px;
}
td {
  vertical-align: middle;
  text-align: center;
  border: solid 2px #CDCDCD;
  /* 枠線指定 */
  padding: 5px;
  height: 50px;
}
table {
  font: Noto Sans JP;
  border-collapse: collapse;
  /* セルの線を重ねる */
}
.blur {
  filter: blur(3.5px);
}
.hidden {
  border: none;
}
.map_inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .map_inner {
    width: 100%;
  }
}
.map_title {
  position: relative;
  line-height: 60px;
  text-align: left;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 60px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .map_title {
    line-height: 42px;
    font-size: 34px;
  }
}
.map_subtitle {
  position: relative;
  margin-top: 60px;
  width: 85%;
  line-height: 40px;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 28px;
  color: #4F724D;
}
@media screen and (max-width: 768px) {
  .map_subtitle {
    margin-top: 30px;
    width: 100%;
    line-height: 32px;
    font-size: 18px;
  }
}
.map_text {
  position: relative;
  top: 20px;
  width: 476px;
  line-height: 32px;
  text-align: justify;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: 18px;
  color: rgba(97, 128, 94, 1);
}
@media screen and (max-width: 768px) {
  .map_text {
    top: 15px;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
  }
}
.toolmenu_map {
  position: relative;
  width: 100%;
  margin: 50px 0 50px;
}
@media screen and (min-width: 769px) {
  .toolmenu_map {
    display: none;
  }
}
.map_tool {
  list-style-type: none;
  white-space: nowrap;
  display: table;
  width: 470px;
  margin-top: 46px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .map_tool {
    display: none;
  }
}
.map_tool li {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  background: #F6FCCF;
  padding: 0.5em 0.5em 0.5em 1.8em;
  color: #5A5A5A;
  font-family: Noto Sans JP;
  font-weight: normal;
  font-size: 16px;
}
.map_tool li:last-child {
  padding-right: 1em;
}
.map_tool li:last-child:before, .map_tool li:last-child:after {
  display: none;
}
.map_tool li:before, .map_tool li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.map_tool li:after {
  top: -15px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #F8FFF0;
  border-width: 60px 0 60px 1em;
  z-index: 10;
}
.map_tool li.is-current {
  background: #DDF266;
  font-weight: bold;
}
.map_tool li.is-current:after {
  border-color: transparent transparent transparent #DDF266;
}
.map_tool span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 18px;
  padding-left: 16px;
  color: #424242;
}
.map_tool p {
  position: absolute;
  display: block;
  top: 0;
  left: 40px;
  z-index: 1;
  font-size: 18px;
  padding-left: 16px;
  color: #424242;
}
.portfolio_img {
  position: absolute;
  width: 52%;
  right: 0px;
  top: 160px;
}
@media screen and (max-width: 768px) {
  .portfolio_img {
    position: relative;
    width: 90%;
    left: 10px;
    top: 0;
  }
}
.gr_inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .gr_inner {
    width: 100%;
  }
}
.get_title {
  position: relative;
  margin: 20px 0;
  padding: 0 0 0 50px;
  left: -17px;
  width: 80%;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .get_title {
    margin: 10px 0;
    padding: 0 0 0 32px;
    left: -26px;
    width: 90%;
    font-size: 14px;
  }
}
.get_menu {
  position: relative;
  padding: 1em 1em 1.5em;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .get_menu {
    padding: 1em 1em;
  }
}
.get_menu p {
  position: relative;
  margin: 0 20px;
  line-height: 54px;
  padding: 0;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: normal;
  font-size: 22px;
  color: #727272;
}
@media screen and (max-width: 768px) {
  .get_menu p {
    margin: 5% 5px;
    line-height: 26px;
    font-size: 13px;
    justify-content: space-between;
  }
}
.recommend_menu {
  position: relative;
  margin-top: 40px;
  padding: 1em 1em 1.5em;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .recommend_menu {
    padding: 1em 1em;
  }
}
.recommend_title {
  position: relative;
  padding: 0 0 0 50px;
  margin: 20px 0;
  left: -17px;
  width: 80%;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .recommend_title {
    padding: 0 0 0 32px;
    margin: 10px 0;
    left: -26px;
    width: 80%;
    font-size: 14px;
  }
}
.recommend_menu p {
  position: relative;
  margin: 0 20px;
  padding: 0;
  line-height: 54px;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: normal;
  font-size: 22px;
  color: #727272;
}
@media screen and (max-width: 768px) {
  .recommend_menu p {
    margin: 5% 5px;
    line-height: 26px;
    font-size: 13px;
  }
}
.case_inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .case_inner {
    width: 100%;
  }
}
.case_1_img {
  width: 35%;
  margin: 0 0;
}
.case_title {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 60px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .case_title {
    font-size: 34px;
  }
}
.case_theme {
  position: relative;
  left: 0;
  width: 100%;
  text-align: left;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .case_theme {
    bottom: 5px;
    font-size: 16px;
  }
}
.case_flex {
  display: flex;
  margin: 40px 0;
  align-items: flex-start;
}
.case_column {
  padding: 3em 0 0 3em;
}
@media screen and (max-width: 768px) {
  .case_column {
    padding: 0 0 0 1em;
    width: 90%;
  }
}
.case_main_text {
  line-height: 30px;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .case_main_text {
    width: 95%;
    line-height: 28px;
    font-size: 14px;
  }
}
.case_hover:hover {
  color: #5C9506;
}
.case_text {
  margin-top: 20px;
  line-height: 30px;
  font-family: Noto Sans JP;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .case_text {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
  }
}
.case_day {
  margin-top: 20px;
  text-align: right;
  line-height: 30px;
  font-family: Noto Sans JP;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .case_day {
    margin-top: 10px;
    width: 95%;
    line-height: 28px;
    font-size: 14px;
  }
}
.member_inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .member_inner {
    width: 100%;
  }
}
.member_flex {
  display: flex;
  width: 98%;
  margin: 40px 0;
  align-items: flex-start;
}
.member_column {
  padding: 0 0 0 3em;
}
@media screen and (max-width: 768px) {
  .member_column {
    padding: 0 0;
    margin: 0 0 0 15px;
  }
}
.member_title {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 60px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .member_title {
    font-size: 34px;
  }
}
.member_theme {
  position: relative;
  margin: 0 0 10px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .member_theme {
    margin: 0 0;
    bottom: 5px;
    font-size: 16px;
  }
}
.chikano_img {
  width: 21%;
}
@media screen and (max-width: 768px) {
  .chikano_img {
    width: 42%;
  }
}
.member_name {
  margin: 0 0 10px;
  line-height: 30px;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .member_name {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .name_break {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .name_break_sp {
    display: none;
  }
}
.member_position {
  margin: 0 0 10px;
  line-height: 30px;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .member_position {
    margin: 0 0 10px;
    width: 80%;
    font-size: 14px;
  }
}
.member_text {
  position: relative;
  left: 273px;
  bottom: 180px;
  width: 75%;
  line-height: 30px;
  text-align: justify;
  font-family: Noto Sans JP;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .member_text {
    left: 0;
    bottom: 20px;
    width: 100%;
    line-height: 25px;
    font-size: 13px;
  }
}
.ip_inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .ip_inner {
    width: 100%;
  }
}
.ip_flex {
  position: relative;
  display: flex;
  margin: 50px 0 40px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ip_flex {
    margin: 40px 0 20px;
    display: block;
  }
}
.ip_a {
  display: inline-block;
  margin: 30px auto;
  width: 520px;
  height: 312px;
}
@media screen and (max-width: 768px) {
  .ip_a {
    margin: 20px auto;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .ip_a:hover {
    box-shadow: 10px 10px 12px #9A9A9A;
    transition: all 0.3s ease;
  }
}
.ip_title {
  width: 100%;
  font-family: Josefin Sans;
  font-weight: bold;
  font-size: 60px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .ip_title {
    line-height: 48px;
    font-size: 34px;
  }
}
.ip_link_img {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ip_link_img {}
}
.link_compass {
  position: relative;
}
.link_sherpa {
  position: relative;
}
.link_dojo {
  position: relative;
}
.link_camp {
  position: relative;
}
.btn_title {
  position: absolute;
  padding: 41% 0 0 5%;
  top: 0;
  cursor: pointer;
  font-family: Josefin Sans;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .btn_title {
    font-size: 20px;
  }
}
.btn_subtitle {
  position: absolute;
  padding: 56% 0 0 5%;
  top: 0;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .btn_subtitle {
    font-size: 12px;
  }
}
.footer_inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    width: 100%;
  }
}
.footer_flex {
  position: relative;
  display: flex;
  margin: 0 0;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .footer_flex {
    flex-flow: column;
  }
}
.addlight_logo {
  position: relative;
  width: 146px;
  aspect-ratio: auto 146 / 44;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .addlight_logo {
    margin: 0 auto;
  }
}
.footer_contact {
  font-family: Noto Sans JP;
  text-decoration: none;
}
.button_contact a {
  position: relative;
  display: inline-block;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 180px;
  padding: 10px 25px;
  top: 25px;
  font-family: Noto Sans JP;
  color: #333333;
  transition: 0.2s ease-in-out;
  font-weight: 600;
}
.button_contact a {
  background: #f5dc09;
  color: #333333;
}
.button_contact a:hover {
  background: #F8E85C;
}
.button_contact a:before, .button_contact a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 3px solid transparent;
  width: 0;
  height: 0;
}
.button_contact a:before {
  top: -4px;
  left: -2px;
}
.button_contact a:after {
  bottom: -4px;
  right: -2px;
}
.button_contact a:hover:before, .button_contact a:hover:after {
  width: 100%;
  height: 100%;
}
.button_contact a:hover:before {
  border-top-color: #F8E64F;
  border-right-color: #F8E64F;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_contact a:hover:after {
  border-bottom-color: #F8E64F;
  border-left-color: #F8E64F;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
@media screen and (max-width: 768px) {
  .footer_first {
    text-align: center;
  }
}
.footer_menu {
  position: relative;
  padding: 0 0;
  top: 40px;
  line-height: 36px;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer_menu {
    top: 60px;
  }
}
#tel {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
}
@media(min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .dsl_wbsl {
    margin-top: 30px;
    text-align: center;
  }
}
.footer_link {
  position: relative;
  margin: 0px 0 0 0px;
  height: 100%;
}
.dsl_link {
  position: relative;
  margin: 145px 0 0 0;
  color: #FFF;
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .dsl_link {
    margin: 0 0;
  }
}
.dsl_link_sub {
  position: relative;
  margin: 0 0 30px 0;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .dsl_link_sub {
    margin: 0 0 30px 0;
  }
}
.wbsl_link {
  margin: 0 0 0 0;
  color: #FFF;
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .wbsl_link {
    margin: 0 0;
  }
}
.wbsl_link_sub {
  position: relative;
  margin: 0 0 0 0;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .wbsl_link_sub {
    margin: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .intrapreneurz_link {
    margin-top: 100px;
    text-align: center;
  }
}
.ic_link {
  margin: 20px 0 0 0;
  color: #FFF;
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .ic_link {
    margin: 20px 0 0;
  }
}
.ic_link_sub {
  position: relative;
  margin: 0 0 0 0;
  top: 0px;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .ic_link_sub {
    margin: 0 0;
  }
}
.is_link {
  margin: 30px 0 0 0;
  color: #FFF;
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .is_link {
    margin: 30px 0 0;
  }
}
.is_link_sub {
  position: relative;
  margin: 0 0 0 0;
  top: 0px;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .is_link_sub {
    margin: 0 0;
  }
}
.id_link {
  margin: 30px 0 0 0;
  color: #FFF;
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .id_link {
    margin: 30px 0 0;
  }
}
.id_link_sub {
  position: relative;
  margin: 0 0 0 0;
  top: 0px;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .id_link_sub {
    margin: 0 0;
  }
}
.ica_link {
  margin: 30px 0 0 0;
  color: #FFF;
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .ica_link {
    margin: 30px 0 0;
  }
}
.ica_link_sub {
  position: relative;
  margin: 0 0 0 0;
  top: 0px;
  color: #FFF;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .ica_link_sub {
    margin: 0 0;
  }
}
.ip_link {
  text-decoration: none;
}
.ip_link:hover {
  text-shadow: 0px 0px 7px #F5DC09;
}
.sea {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.sea.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.sea2 {
  padding: 10px;
  animation: fadeIn 1s ease-out 0s 1 normal backwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.sea3 {
  padding: 0px;
  animation: fadeIn2 1s ease-out 0s 1 normal backwards;
}
@keyframes fadeIn2 {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}