@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url("https://fonts.googleapis.com/css?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:700,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,500;1,700&display=swap");
@font-face {
  font-family: "logotype";
  src: url("../font/logotypejp_mp_b_1.1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*---------------------*/
body {
  background: #EEECEA;
}

header {
  top: 35px !important;
}
header .area_head .sec_nav .menu_button {
  top: 45px;
}
@media all and (max-width: 480px) {
  header .area_head .sec_nav .menu_button {
    top: 35px;
  }
}

#content {
  margin-top: 115px !important;
}
@media all and (max-width: 896px) {
  #content {
    margin-top: 95px !important;
  }
}

section > div {
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  section > div {
    padding: 50px 0;
  }
}

.line_nami {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
}
.line_nami.top {
  top: -1px;
  margin-bottom: -40px;
}
@media all and (max-width: 480px) {
  .line_nami.top {
    margin-bottom: -17px;
  }
}
.line_nami.bottom {
  bottom: -1px;
  margin-top: -40px;
}
@media all and (max-width: 480px) {
  .line_nami.bottom {
    margin-top: -17px;
  }
}
.line_nami img {
  min-width: 1920px;
}
@media all and (max-width: 480px) {
  .line_nami img {
    min-width: 800px;
  }
}
.line_nami img:first-child {
  animation: loop 90s -45s linear infinite;
}
.line_nami img:last-child {
  animation: loop2 90s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.point_img {
  position: absolute;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes yurayura02 {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
.leftAnime {
  opacity: 0;
  overflow: hidden;
  display: inline-block;
}

.leftAnimeInner {
  display: inline-block;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main {
  padding: 50px 0;
  height: calc(100dvh - 140px);
  background: url(/html/top/images/main_bg.svg) no-repeat top 80% center/auto 80%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1367px) {
  .main {
    padding: 30px 0;
  }
}
@media all and (max-width: 480px) {
  .main {
    background: url(/html/top/images/main_bg.svg) no-repeat top 80% center/auto 70%;
  }
}
.main .area_main {
  height: 90%;
}
.main .area_main h1 {
  text-align: center;
  padding: 0 30px;
  width: 100%;
}
.main .area_main h1 img {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.main .area_main .rotate {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .area_main .rotate .box.box-1 {
  left: 50%;
  transform: translate(-50%, 0);
}
.main .area_main .rotate .box.box-2 {
  left: 50%;
  transform: translate(-50%, 0) rotate(40deg);
}
.main .area_main .rotate .box.box-3 {
  left: 50%;
  transform: translate(-50%, 0) rotate(80deg);
}
.main .area_main .rotate .box.box-4 {
  left: 50%;
  transform: translate(-50%, 0) rotate(120deg);
}
.main .area_main .rotate .box.box-5 {
  left: 50%;
  transform: translate(-50%, 0) rotate(160deg);
}
.main .area_main .rotate .box.box-6 {
  left: 50%;
  transform: translate(-50%, 0) rotate(200deg);
}
.main .area_main .rotate .box.box-7 {
  left: 50%;
  transform: translate(-50%, 0) rotate(240deg);
}
.main .area_main .rotate .box.box-8 {
  left: 50%;
  transform: translate(-50%, 0) rotate(280deg);
}
.main .area_main .rotate .box.box-9 {
  left: 50%;
  transform: translate(-50%, 0) rotate(320deg);
}
.main .area_main .rotate .box .parts {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.main .area_main .sample-1 .rotate .box .parts {
  padding: 20px 0;
  background: #eee;
}
.main .area_main .sample-1 .rotate .box.box-1 .parts {
  animation: 100s linear circle1 infinite;
}
.main .area_main .sample-1 .rotate .box.box-2 .parts {
  animation: 100s linear circle2 infinite;
}
.main .area_main .sample-1 .rotate .box.box-3 .parts {
  animation: 100s linear circle3 infinite;
}
.main .area_main .sample-1 .rotate .box.box-4 .parts {
  animation: 100s linear circle4 infinite;
}
.main .area_main .sample-1 .rotate .box.box-5 .parts {
  animation: 100s linear circle5 infinite;
}
.main .area_main .sample-1 .rotate .box.box-6 .parts {
  animation: 100s linear circle6 infinite;
}
.main .area_main .sample-1 .rotate .box.box-7 .parts {
  animation: 100s linear circle7 infinite;
}
.main .area_main .sample-1 .rotate .box.box-8 .parts {
  animation: 100s linear circle8 infinite;
}
@keyframes big-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(320deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
@keyframes circle3 {
  0% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(-80deg);
  }
}
@keyframes circle4 {
  0% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(-120deg);
  }
}
@keyframes circle5 {
  0% {
    transform: rotate(200deg);
  }
  100% {
    transform: rotate(-160deg);
  }
}
@keyframes circle6 {
  0% {
    transform: rotate(160deg);
  }
  100% {
    transform: rotate(-200deg);
  }
}
@keyframes circle7 {
  0% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(-240deg);
  }
}
@keyframes circle8 {
  0% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(-280deg);
  }
}
@keyframes circle9 {
  0% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(-320deg);
  }
}
.main .sample-3 {
  position: relative;
  width: 100%;
  padding-top: 160%;
  margin: 20px auto;
}
@media all and (max-width: 1025px) {
  .main .sample-3 {
    width: 120%;
    left: -10%;
    padding-top: 250%;
  }
}
@media all and (max-width: 480px) {
  .main .sample-3 {
    padding-top: 350%;
  }
}
.main .sample-3 .rotate .rotate-ctn {
  position: relative;
  width: 100%;
  height: 100%;
  animation: 70s linear big-circle infinite;
}
@media all and (max-width: 480px) {
  .main .sample-3 .rotate .rotate-ctn {
    animation: 50s linear big-circle infinite;
  }
}
.main .sample-3 .rotate .box {
  position: absolute;
  width: 30%;
  height: 50%;
  transform-origin: 50% 100%;
}
@media all and (max-width: 1025px) {
  .main .sample-3 .rotate .box {
    width: 40%;
  }
}
@media all and (max-width: 480px) {
  .main .sample-3 .rotate .box {
    width: 60%;
  }
}
.main .sample-3 .rotate .box .parts {
  width: 100%;
  padding-top: 100%;
  transform: translateY(100%);
  opacity: 0;
}
.main .sample-3 .rotate .box.box-1 .parts {
  transition: 0.8s ease-out 0s;
}
.main .sample-3 .rotate .box.box-2 .parts {
  transition: 0.8s ease-out 0.1s;
}
.main .sample-3 .rotate .box.box-3 .parts {
  transition: 0.8s ease-out 0.2s;
}
.main .sample-3 .rotate .box.box-4 .parts {
  transition: 0.8s ease-out 0.3s;
}
.main .sample-3 .rotate .box.box-5 .parts {
  transition: 0.8s ease-out 0.4s;
}
.main .sample-3 .rotate .box.box-6 .parts {
  transition: 0.8s ease-out 0.5s;
}
.main .sample-3 .rotate .box.box-7 .parts {
  transition: 0.8s ease-out 0.6s;
}
.main .sample-3 .rotate .box.box-8 .parts {
  transition: 0.8s ease-out 0.7s;
}
.main .sample-3 .rotate .box .parts span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .sample-3.start .rotate .box .parts {
  transform: translateY(0%);
  opacity: 1;
}
.main .btn {
  width: 150px;
  margin: 0 auto;
  padding: 10px 0;
  cursor: pointer;
  background: #333;
  box-shadow: 0 0 4px #999;
  border-radius: 5px;
  color: #eee;
  text-align: center;
}
.main .btn.on {
  background: #ccc;
}

.leftAnime {
  opacity: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.leftAnimeInner {
  display: inline-block;
  width: 100%;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@media all and (max-width: 480px) {
  .course {
    padding-bottom: 100px;
  }
}
.course .area_course .sec_course {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.course .area_course .sec_course > div {
  width: 400px;
  margin: 20px;
  position: relative;
}
@media all and (max-width: 1025px) {
  .course .area_course .sec_course > div {
    width: calc(50% - 40px);
  }
}
@media all and (max-width: 480px) {
  .course .area_course .sec_course > div {
    width: 100%;
  }
}
.course .area_course .sec_course > div:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 4rem;
}
@media all and (max-width: 896px) {
  .course .area_course .sec_course > div:after {
    font-size: 2.5rem;
    right: 15px;
    bottom: 30px;
  }
}
.course .area_course .sec_course > div.il:after, .course .area_course .sec_course > div.il .txt a:before {
  color: #E71F19;
}
.course .area_course .sec_course > div.il .point_img {
  top: -150px;
  right: 0;
  animation: yurayura 3s infinite ease-in-out alternate;
}
@media all and (max-width: 1367px) {
  .course .area_course .sec_course > div.il .point_img {
    right: auto;
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .course .area_course .sec_course > div.il .point_img {
    top: -70px;
    width: 100px;
  }
}
.course .area_course .sec_course > div.bt:after, .course .area_course .sec_course > div.bt .txt a:before {
  color: #E189A4;
}
@media all and (max-width: 896px) {
  .course .area_course .sec_course > div.bt a:last-child {
    width: 100%;
  }
}
.course .area_course .sec_course > div.hd:after, .course .area_course .sec_course > div.hd .txt a:before {
  color: #46BBD1;
}
.course .area_course .sec_course > div.hd a {
  width: 100% !important;
}
.course .area_course .sec_course > div.hd .point_img {
  top: -150px;
  left: 0;
  animation: yurayura02 4s infinite ease-in-out alternate;
}
@media all and (max-width: 1367px) {
  .course .area_course .sec_course > div.hd .point_img {
    display: none;
  }
}
.course .area_course .sec_course > div .kv {
  position: relative;
  z-index: 1;
}
.course .area_course .sec_course > div .txt {
  padding: 60px 50px 30px 50px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}
@media all and (max-width: 896px) {
  .course .area_course .sec_course > div .txt {
    padding: 50px 20px 20px 20px;
  }
}
.course .area_course .sec_course > div .txt a {
  display: block;
  width: 50%;
  margin: 5px 0;
}
.course .area_course .sec_course > div .txt a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-right: 0.5em;
}

.sns {
  padding: 50px 0;
}
.sns .area_sns .sec_sns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.sns .area_sns .sec_sns > div {
  width: 33.333%;
  margin-top: 30px;
}
@media all and (max-width: 1025px) {
  .sns .area_sns .sec_sns > div {
    width: 100%;
  }
}
.sns .area_sns .sec_sns > div h3 {
  text-align: center;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.sns .area_sns .sec_sns > div h3.il {
  background: #E71F19;
}
.sns .area_sns .sec_sns > div h3.bt {
  background: #E189A4;
}
.sns .area_sns .sec_sns > div h3.hd {
  background: #46BBD1;
}
.sns .area_sns .sec_sns > div .area_sns_load ul {
  display: flex;
  justify-content: space-between;
}
.sns .area_sns .sec_sns > div .area_sns_load ul li {
  width: calc(50% - 10px);
  margin: 5px;
}
.sns .area_sns .sec_sns > div .area_sns_load ul li a {
  display: block;
  aspect-ratio: 1.4/1;
}
.sns .area_sns .sec_sns > div .area_sns_load ul li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sns .area_sns .sec_sns > div .area_sns_load ul li .block_txt {
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  font-size: 10px;
  color: #000;
  text-align: left;
  border-radius: 0 0 10px 10px;
}
.sns .area_sns .sec_sns > div .area_sns_load ul li .block_txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.sns .area_sns .sec_sns > div .area_sns_load ul li .block_txt span {
  color: #999;
  display: block;
  margin-bottom: 5px;
}

.opencambus {
  background: url(/html/top/images/oc_cloud.svg) no-repeat top 10% center/70% auto;
  padding: 100px 0 0 0;
}
@media all and (max-width: 480px) {
  .opencambus {
    padding: 50px 0 0 0;
  }
}
.opencambus .area_opencambus {
  position: relative;
  z-index: 1;
}
.opencambus .area_opencambus .point_img {
  left: 0;
  right: 0;
  top: 30px;
  text-align: center;
  animation: yurayura 3s infinite ease-in-out alternate;
  width: 300px;
  margin: 0 auto;
}
@media all and (max-width: 1367px) {
  .opencambus .area_opencambus .point_img {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .opencambus .area_opencambus .point_img {
    top: 0;
  }
}
@media all and (max-width: 480px) {
  .opencambus .area_opencambus .point_img {
    top: -50px;
  }
}
.opencambus .area_opencambus .obj {
  position: relative;
  bottom: -1px;
  z-index: 1s;
}
.opencambus .area_opencambus .sec_opencambus {
  padding: 50px 100px;
  border-radius: 200px;
  background: #00b0ed;
  background: linear-gradient(90deg, #00b0ed 0%, #ff006e);
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1367px) {
  .opencambus .area_opencambus .sec_opencambus {
    padding: 50px 5vw;
    border-radius: 30px;
  }
}
@media all and (max-width: 480px) {
  .opencambus .area_opencambus .sec_opencambus {
    padding: 50px 0;
  }
}
.opencambus .area_opencambus .sec_opencambus > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 1367px) {
  .opencambus .area_opencambus .sec_opencambus > div {
    justify-content: center;
  }
}
.opencambus .area_opencambus .sec_opencambus > div .block_ttl {
  width: 350px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1367px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_ttl {
    width: auto;
    margin-right: 50px;
  }
}
@media all and (max-width: 1025px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_ttl {
    width: 100%;
    margin: 0;
    justify-content: center;
  }
}
.opencambus .area_opencambus .sec_opencambus > div .block_ttl > div > p {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  border-bottom: 1px dashed #fff;
  padding-bottom: 5px;
}
.opencambus .area_opencambus .sec_opencambus > div .block_ttl > div h3 {
  font-size: 2.8rem;
  margin-top: 20px;
  font-weight: bold;
}
.opencambus .area_opencambus .sec_opencambus > div .block_ttl > div .more_btn {
  margin-top: 20px;
}
.opencambus .area_opencambus .sec_opencambus > div .block_ttl > div .more_btn a {
  display: block;
  width: 200px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.opencambus .area_opencambus .sec_opencambus > div .block_ttl > div .more_btn a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
.opencambus .area_opencambus .sec_opencambus > div .block_btn {
  width: calc(100% - 350px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 1367px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_btn {
    width: 600px;
    justify-content: center;
  }
}
@media all and (max-width: 1025px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_btn {
    width: 100%;
    margin-top: 30px;
  }
}
.opencambus .area_opencambus .sec_opencambus > div .block_btn a {
  display: block;
  padding: 20px;
  background-color: #fff;
  width: calc(25% - 20px);
  margin: 10px;
  text-align: center;
}
@media all and (max-width: 1367px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_btn a {
    width: 270px;
  }
}
@media all and (max-width: 1025px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_btn a {
    width: calc(50% - 10px);
    max-width: 300px;
    margin: 5px;
    padding: 10px;
  }
}
.opencambus .area_opencambus .sec_opencambus > div .block_btn a .category {
  border: 1px solid #333;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
  line-height: 1;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.opencambus .area_opencambus .sec_opencambus > div .block_btn a .date {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}
@media all and (max-width: 1367px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_btn a .date {
    font-size: 4rem;
  }
}
@media all and (max-width: 480px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_btn a .date {
    font-size: 3.5rem;
  }
}
.opencambus .area_opencambus .sec_opencambus > div .block_btn a .date span {
  min-width: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  background: #333;
  color: #fff;
  position: relative;
  bottom: 10px;
  margin-left: 5px;
}
@media all and (max-width: 1367px) {
  .opencambus .area_opencambus .sec_opencambus > div .block_btn a .date span {
    bottom: 5px;
  }
}
.opencambus .area_opencambus .sec_opencambus > div .block_btn a .time {
  padding: 2px 15px;
  border-radius: 50px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.reason {
  background: url(/html/top/images/reason_bg.jpg) no-repeat center bottom/cover;
  height: 1200px;
  margin-top: -200px;
  position: relative;
}
@media all and (max-width: 1025px) {
  .reason {
    height: auto;
  }
}
.reason .area_reason {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .reason .area_reason {
    flex-wrap: wrap;
  }
}
.reason .area_reason .sec_ttl {
  width: 400px;
}
@media all and (max-width: 1025px) {
  .reason .area_reason .sec_ttl {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .reason .area_reason .sec_ttl img {
    width: 80%;
  }
}
@media all and (max-width: 1025px) {
  .reason .area_reason .sec_ttl .btn {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
  }
}
.reason .area_reason .sec_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 450px);
}
@media all and (max-width: 1025px) {
  .reason .area_reason .sec_point {
    width: 100%;
    margin-top: 30px;
  }
}
.reason .area_reason .sec_point > div {
  display: flex;
  width: calc(50% - 20px);
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .reason .area_reason .sec_point > div {
    width: 100%;
  }
}
.reason .area_reason .sec_point > div .txt {
  width: 80%;
  text-align: center;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  padding: 20px;
}
.reason .area_reason .sec_point > div .txt .point img {
  width: 80px;
}
.reason .area_reason .sec_point > div .txt .copy {
  margin-top: 15px;
}
.reason .area_reason .sec_point > div .txt .copy span {
  display: block;
  font-size: 200%;
}
@media all and (max-width: 480px) {
  .reason .area_reason .sec_point > div .txt .copy span {
    font-size: 150%;
  }
}
.reason .area_reason .sec_point > div .icon {
  width: 20%;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #00b0ed 0%, #ff006e);
}
.reason .area_reason .sec_point > div .icon img {
  width: 70%;
}

.content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.content .area_career {
  width: 50%;
}
@media all and (max-width: 1025px) {
  .content .area_career {
    width: 100%;
  }
}
.content .area_career ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.content .area_career ul li {
  width: 50%;
  height: 50%;
  background: #00b0ed;
  background: linear-gradient(90deg, #00b0ed 0%, #ff006e);
}
@media all and (max-width: 1025px) {
  .content .area_career ul li {
    aspect-ratio: 1/1;
  }
}
@media all and (max-width: 480px) {
  .content .area_career ul li {
    height: auto;
  }
}
.content .area_career ul li a {
  position: relative;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content .area_career ul li a:hover:before {
  opacity: 0;
  transition: all 0.3s;
}
.content .area_career ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 20, 30, 0.4);
  z-index: 1;
}
.content .area_career ul li a:after {
  content: "";
  display: block;
  background: url(/html/common/images/arrow.svg) no-repeat center right/100% auto;
  width: 85px;
  height: 10px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .content .area_career ul li a:after {
    width: 50px;
    bottom: 20px;
    right: 20px;
  }
}
.content .area_career ul li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .area_career ul li a .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .area_career ul li a .txt {
  position: static;
  z-index: 2;
  padding: 10px;
}
.content .area_career ul li a .txt .no {
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 3rem;
}
@media all and (max-width: 1367px) {
  .content .area_career ul li a .txt .no {
    font-size: 1.3rem;
    top: 10px;
    left: 10px;
  }
}
.content .area_career ul li a .txt .no span {
  display: block;
  font-size: 200%;
}
@media all and (max-width: 896px) {
  .content .area_career ul li a .txt .no span {
    display: inline-block;
    font-size: 130%;
  }
}
@media all and (max-width: 480px) {
  .content .area_career ul li a .txt .ttl {
    font-size: 1.3rem;
  }
}
.content .area_career ul li a .txt .ttl span {
  font-size: 300%;
  display: block;
  margin-top: 5px;
}
@media all and (max-width: 1367px) {
  .content .area_career ul li a .txt .ttl span {
    font-size: 200%;
  }
}
@media all and (max-width: 480px) {
  .content .area_career ul li a .txt .ttl span {
    font-size: 150%;
  }
}
.content .area_news {
  padding: 50px 0;
  width: 50%;
}
@media all and (max-width: 1025px) {
  .content .area_news {
    width: 100%;
  }
}
.content .area_news .sec_news {
  position: relative;
  z-index: 2;
  max-width: 680px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.content .area_news .sec_news a {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.content .area_news .sec_news a.new .txt span {
  position: relative;
}
.content .area_news .sec_news a.new .txt span:before {
  content: "NEW";
  display: block;
  width: 100px;
  text-align: center;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  background: #00b0ed;
  background: linear-gradient(90deg, #00b0ed 0%, #ff006e);
  margin-bottom: -50px;
}
@media all and (max-width: 480px) {
  .content .area_news .sec_news a.new .txt span:before {
    width: 50px;
    margin: 0 10px 0 0;
  }
}
.content .area_news .sec_news a .img {
  width: 25%;
  height: 140px;
}
@media all and (max-width: 480px) {
  .content .area_news .sec_news a .img {
    height: 100px;
  }
}
.content .area_news .sec_news a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .area_news .sec_news a .txt {
  width: 75%;
  padding: 20px 0;
  background: #fff;
  display: flex;
}
@media all and (max-width: 480px) {
  .content .area_news .sec_news a .txt {
    flex-wrap: wrap;
    padding: 10px 15px;
  }
}
.content .area_news .sec_news a .txt span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  width: 120px;
  border-right: 1px solid #000;
  font-size: 1.1rem;
  color: #4d4d4d;
}
@media all and (max-width: 480px) {
  .content .area_news .sec_news a .txt span {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
.content .area_news .sec_news a .txt > div {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  padding: 20px;
}
@media all and (max-width: 480px) {
  .content .area_news .sec_news a .txt > div {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.content .area_news .sec_news a .txt > div p {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .content .area_news .sec_news a .txt > div p {
    font-size: 1.2rem;
  }
}
.content .area_news .btn {
  margin: 50px auto 0 auto;
}

.bnr {
  background: url(/html/top/images/slide_bg.jpg) repeat center center;
  padding-bottom: 0;
  position: relative;
}
.bnr .obj {
  margin-bottom: -1px;
}
.bnr .point_img {
  bottom: -20px;
  z-index: 1;
}
@media all and (max-width: 1025px) {
  .bnr .point_img img {
    width: 70%;
  }
}
@media all and (max-width: 480px) {
  .bnr .point_img img {
    width: 80%;
  }
}
.bnr .point_img.no1 {
  left: 15%;
  animation: yurayura02 2s infinite ease-in-out alternate;
}
@media all and (max-width: 480px) {
  .bnr .point_img.no1 {
    left: 10%;
  }
}
.bnr .point_img.no2 {
  left: 45%;
  animation: yurayura 3s infinite ease-in-out alternate;
}
@media all and (max-width: 480px) {
  .bnr .point_img.no2 {
    left: 40%;
    bottom: -30px;
  }
}
.bnr .point_img.no3 {
  right: 10%;
  animation: yurayura02 4s infinite ease-in-out alternate;
}
@media all and (max-width: 480px) {
  .bnr .point_img.no3 {
    right: 5%;
  }
}
.bnr .area_bnr {
  max-width: 1000px;
}
.bnr .area_bnr .bnr_slide {
  padding: 0 60px;
}
@media all and (max-width: 480px) {
  .bnr .area_bnr .bnr_slide {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
.bnr .area_bnr .bnr_slide .item {
  padding: 10px;
}
.bnr .area_bnr .bnr_slide .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .bnr .area_bnr .bnr_slide .slide-arrow {
    width: 30px;
  }
}
.bnr .area_bnr .bnr_slide .prev-arrow {
  left: 0;
}
.bnr .area_bnr .bnr_slide .next-arrow {
  right: 0;
}

.gallery {
  padding: 50px 0;
  background: #00b0ed;
  background: linear-gradient(90deg, #00b0ed 0%, #ff006e);
  position: relative;
}

.access .area_access {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 1025px) {
  .access .area_access {
    max-width: 600px;
  }
}
.access .area_access .sec_address {
  width: calc(100% - 500px);
  font-weight: bold;
}
@media all and (max-width: 1025px) {
  .access .area_access .sec_address {
    width: 100%;
  }
}
.access .area_access .sec_address .map iframe {
  width: 100%;
  height: 350px;
}
@media all and (max-width: 480px) {
  .access .area_access .sec_address .block_address {
    padding: 0 20px;
  }
}
.access .area_access .sec_address .block_address .logo {
  margin-top: 20px;
}
.access .area_access .sec_address .block_address .logo img {
  max-width: 450px;
}
.access .area_access .sec_address .block_address .txt {
  margin-top: 20px;
}
.access .area_access .sec_address .block_address dl {
  margin-top: 10px;
}
.access .area_access .sec_address .block_address dl dd {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media all and (max-width: 480px) {
  .access .area_access .sec_address .block_address dl dd {
    font-size: 3rem;
  }
}
.access .area_access .sec_address .block_address ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px -5px 0 -5px;
}
.access .area_access .sec_address .block_address ul li {
  width: 290px;
  margin: 5px;
}
@media all and (max-width: 480px) {
  .access .area_access .sec_address .block_address ul li {
    width: 100%;
  }
}
.access .area_access .sec_address .block_address ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
}
.access .area_access .sec_address .block_address ul li a span {
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.access .area_access .sec_address .block_address ul li a span img {
  height: 20px;
}
.access .area_access .sec_link {
  width: 450px;
  margin-top: -15px;
}
@media all and (max-width: 1025px) {
  .access .area_access .sec_link {
    width: 100%;
    margin-top: 30px;
    display: flex;
  }
}
.access .area_access .sec_link > div {
  text-align: center;
}