@charset "UTF-8";
/* CSS Document */

/*RESET*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
  margin: 0;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*BASIC*/

body {
  background: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.6;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  text-align: center;
  width: 100%;
  margin: 0;
}
.bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#container {
  overflow-x: hidden;
  background: url(/images/top/bg.svg) center center no-repeat fixed;
  background-size: cover;
}
a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/*EFFECT*/

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.u-w80p {
  width: 80%;
}
.u-w70p {
  width: 70%;
}
.u-w60p {
  width: 60%;
}
.u-mb10 {
  margin-bottom: 10px;
}

/*============================
#navi
============================*/
#navi {
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0em;
  z-index: 100;
}

.navi-link {
  font-size: 1.14em;
  color: #357199;
  font-weight: 700;
  margin-right: 20px;
  text-decoration: none;
}

.logo {
  width: 100px;
}
.navi-btn {
  display: flex;
  align-items: center;
}
.blue-btn {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background: #0079a7;
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.14em;
  font-weight: bold;
  margin-right: 20px;
}
.white-btn {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  color: #0079a7;
  border: 2px solid #0079a7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}

/*============================
#mv
============================*/
#mv {
  margin-top: 80px;
  height: 615px;
  background: url(/images/top/mv-bg.png) center center no-repeat;
  background-size: cover;
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#mv .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.mv-txt {
  width: 240px;
}
.mv-txt2 {
  font-size: 2.8em;
  font-weight: bold;
  margin: 120px auto 160px;
  text-shadow: 2px 2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff, -2px -2px 4px #fff;
}
.mv-btn {
  display: flex;
  align-content: center;
  justify-content: center;
}
.mv-btn a:first-child {
  margin-right: 60px;
}
.btn2 {
  font-size: 1.4em;
  font-weight: bold;
  width: 320px;
  height: 80px;
  border-radius: 40px;
}

/*============================
#about
============================*/
#about {
  padding: 100px 0 0;
}
h2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 600;
  font-size: 3em;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #474645;
  color: #474645;
  width: fit-content;
  margin: 0 auto 60px;
}
h2 img {
  margin: 0;
  width: 160px;
}
.about-box {
  width: 100%;
  height: 350px;
  background: url(/images/top/img1.png) center bottom no-repeat;
  background-size: contain;
  font-size: 1.28em;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

/*============================
#sns-share
============================*/
#sns-share {
  padding: 56px 0;
}

#sns-share .sns-share__list {
  display: flex;
  justify-content: center;
}

#sns-share .sns-share__list .sns-share-list-item:nth-child(n + 2) {
  margin-left: 20px;
}

/*============================
#feature
============================*/
.feature-box {
  display: flex;
}
#feature1 .feature-txt-box,
#feature3 .feature-txt-box {
  background: #0079a7;
  color: #fff;
  width: calc(380px + (100vw - 1000px) / 2);
  height: 320px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#feature1 .feature-txt-box {
  padding-left: calc((100vw - 1000px) / 2);
}
#feature3 .feature-txt-box {
  padding-right: calc((100vw - 1000px) / 2);
}
#feature1 .feature-txt-box::before,
#feature3 .feature-txt-box::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
#feature1 .feature-txt-box::before {
  border-left: 14px solid #0079a7;
  right: -14px;
}
#feature3 .feature-box {
  flex-direction: row-reverse;
}
#feature3 .feature-txt-box::before {
  border-right: 14px solid #0079a7;
  left: -14px;
}
#feature1 .feature-img,
#feature3 .feature-img {
  background: #eef6f8;
  width: calc(620px + (100vw - 1000px) / 2);
  height: 320px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#feature1 .feature-img {
  padding-right: calc((100vw - 1000px) / 2);
}
#feature3 .feature-img {
  padding-left: calc((100vw - 1000px) / 2);
}
.feature-txt-box h3 {
  font-size: 1.28em;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  width: fit-content;
  margin: 0 auto 30px;
}
#feature2 {
  padding: 60px 0 80px;
}
#feature2 .feature-txt-box h3 {
  border-bottom: 2px solid #222;
}

/*============================
#recommend
============================*/
#recommend {
  padding: 60px 0 0;
}
p.copy-txt {
  text-align: center;
  font-size: 1.42em;
  margin-bottom: 60px;
}
p.copy-txt span {
  padding-bottom: 5px;
  border-bottom: 2px solid #0079a7;
}
.recommend-box {
  display: flex;
  background: #eef6f8;
}
.recommend-img {
  width: calc(500px + (100vw - 1000px) / 2);
  height: 320px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-left: calc((100vw - 1000px) / 2);
}
.recommend-txt {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recommend-txt h3 {
  font-size: 1.28em;
  font-weight: bold;
  margin-bottom: 30px;
}
.recommend-txt ul {
  text-align: left;
}
.recommend-txt ul li {
  padding: 0.8em 0;
}

/*============================
#company
============================*/
#company {
  padding: 0 0 100px;
}
#company h2 {
  font-size: 1.28em;
}
.company-table {
  width: 64%;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  font-size: 1em;
  border: none;
}
.company-table th {
  border-bottom: 3px solid #0079a7;
  width: 160px;
  padding: 20px 0;
}
.company-table td {
  border-bottom: 1px solid #0079a7;
  padding: 20px 0;
}

/*============================
#footer
============================*/
#footer {
  background: #0079a7;
  color: #fff;
  padding: 30px 0;
}
.copyright {
  font-size: 0.8em;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 1.4vw;
  }

  /*============================
  #navi
  ============================*/
  #navi {
    height: 8vw;
    padding: 0 2vw;
  }
  .logo {
    width: 12vw;
  }
  .blue-btn {
    width: 16vw;
    height: 5vw;
    border-radius: 2.5vw;
    margin-right: 2vw;
  }
  .white-btn {
    width: 16vw;
    height: 5vw;
    border-radius: 2.5vw;
  }

  /*============================
  #mv
  ============================*/
  #mv {
    margin-top: 8vw;
    height: 61.5vw;
  }
  .wrap {
    width: 96vw;
  }
  .mv-txt {
    width: 24vw;
  }
  .mv-txt2 {
    margin: 12vw auto 16vw;
  }
  .mv-btn a:first-child {
    margin-right: 6vw;
  }
  .btn2 {
    width: 32vw;
    height: 8vw;
    border-radius: 4vw;
  }

  /*============================
  #about
  ============================*/
  #about {
    padding: 10vw 0 0;
  }
  h2 {
    margin: 0 auto 6vw;
  }
  h2 img {
    width: 16vw;
  }
  .about-box {
    height: 35vw;
  }

  /*============================
  #sns-share
  ============================*/
  #sns-share {
    padding: 40px 0;
  }
  /*============================
  #feature
  ============================*/
  #feature1 .feature-txt-box,
  #feature3 .feature-txt-box {
    width: 38vw;
    height: 32vw;
  }
  #feature1 .feature-txt-box {
    padding-left: 0;
  }
  #feature3 .feature-txt-box {
    padding-right: 0;
  }
  #feature1 .feature-txt-box::before,
  #feature3 .feature-txt-box::before {
    border-top: 1.2vw solid transparent;
    border-bottom: 1.2vw solid transparent;
  }
  #feature1 .feature-txt-box::before {
    border-left: 1.4vw solid #0079a7;
    right: -1.4vw;
  }
  #feature3 .feature-txt-box::before {
    border-right: 1.4vw solid #0079a7;
    left: -1.4vw;
  }
  #feature1 .feature-img,
  #feature3 .feature-img {
    width: 62vw;
    height: 32vw;
  }
  #feature1 .feature-img {
    padding-right: 0;
  }
  #feature3 .feature-img {
    padding-left: 0;
  }
  .feature-txt-box h3 {
    margin: 0 auto 3vw;
  }
  #feature2 {
    padding: 6vw 0 8vw;
  }

  /*============================
  #recommend
  ============================*/
  #recommend {
    padding: 6vw 0 0;
  }
  p.copy-txt {
    margin-bottom: 6vw;
  }
  p.copy-txt span {
    padding-bottom: 0.5vw;
  }
  .recommend-img {
    width: 50vw;
    height: 32vw;
    padding-left: 0;
  }
  .recommend-txt {
    width: 50vw;
  }
  .recommend-txt h3 {
    margin-bottom: 3vw;
  }

  /*============================
  #company
  ============================*/
  #company {
    padding: 0 0 10vw;
  }
  .company-table th {
    width: 16vw;
    padding: 2vw 0;
    vertical-align: middle;
  }
  .company-table td {
    padding: 2vw 0;
    vertical-align: middle;
  }

  /*============================
  #footer
  ============================*/
  #footer {
    padding: 3vw 0;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
  #navi {
    height: 50px;
  }
  #mv {
    margin-top: 70px;
  }
  .blue-btn,
  .white-btn {
    width: 20vw;
    height: 40px;
    border-radius: 20px;
  }
  .btn2 {
    width: 35vw;
    height: 50px;
    border-radius: 25px;
  }
  h2 img {
    width: 20vw;
  }
  .feature-box,
  #feature3 .feature-box {
    flex-direction: column;
  }
  #feature1 .feature-txt-box::before,
  #feature3 .feature-txt-box::before {
    border-bottom: none;
    border-top: #0079a7 3vw solid;
    border-left: transparent 2vw solid;
    border-right: transparent 2vw solid;
    left: 0;
    right: 0;
    top: unset;
    bottom: -3vw;
  }
  .feature-txt-box,
  .feature-img {
    width: 100% !important;
    height: auto !important;
    padding: 3em 0;
  }

  #feature1 .feature-img img {
    width: 60vw;
  }
  #feature2 .feature-img img {
    width: 80vw;
  }
  /* #feature3 .feature-img img {
    width: 50vw;
  } */
  .recommend-box {
    flex-direction: column-reverse;
  }
  .recommend-txt,
  .recommend-img {
    width: 100%;
    height: auto;
  }
  .recommend-txt {
    padding: 3em 0;
  }
  .company-table {
    width: 90%;
  }
}

.events {
  background-color: #edf6f8;
  padding: 32px 0;
  margin-bottom: 100px;
}

.events .title {
  font-size: 1.28em;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin: 0 auto 30px;
}

.events .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.events .box {
  background-color: #fff;
  padding: 24px 20px;
  margin-top: 24px;
}

.box-each-wrap {
  min-height: 148px;
  position: relative;
}

.box-each + .box-each {
  margin-top: 20px;
  border-top: 3px solid #edf6f8;
  padding-top: 20px;
}

.box-each .event-title {
  color: #0179a7;
  font-weight: 700;
  font-size: 1.3em;
  text-align: left;
  width: 72%;
}

@media (max-width: 667px) {
  .box-each .event-title {
    font-size: 14px;
  }
}

.box-each .event-title a {
  color: inherit;
  text-decoration: none;
}

.box-each .text-grid + .text-grid {
  margin-top: 12px;
}

.box-each .text-grid {
  display: flex;
  gap: 24px;
}

.box-each .head {
  background-color: #0179a7;
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.box-each .content {
  font-weight: 700;
  font-size: 14px;
}

.box-each .event-detail-img {
  width: 200px;
  height: 148px;
  object-fit: fill;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-wrap {
  margin-top: 32px;
}

.event-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #fff;
  background-color: #0179a7;
  border-radius: 999px;
  width: 320px;
  text-decoration: none;
  font-weight: 700;
}

.event-page {
  padding: 140px 0 104px;
  background-color: #edf6f8;
}

.event-page .title {
  color: #0179a7;
  font-size: 32px;
  font-weight: 700;
  border: none;
}

.event-page .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.event-page .box {
  background-color: #fff;
  padding: 24px 20px;
  margin-top: 24px;
}

.event-page .box-each + .box-each {
  margin-top: 20px;
}

.event-page .end .box-each .event-title {
  color: #515151;
}

.event-page .end .box-each .head {
  background-color: #515151;
}

.event-page .box-each .event-title a {
  color: inherit;
  text-decoration: none;
}

.box-each-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.event-page .box-each .text-grid + .text-grid {
  margin-top: 12px;
}

.event-page .box-each .text-grid {
  display: flex;
  gap: 24px;
}

.event-page .box-each .head {
  background-color: #0179a7;
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.event-page .box-each .content {
  font-weight: 700;
  font-size: 14px;
}

.in-session {
  margin-top: 32px;
}

.end {
  margin-top: 64px;
}

.end .box {
  overflow-y: scroll;
  max-height: 488px;
}

.event-box-title {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 1000px) {
  .event-detail-img {
    width: 26vw;
    height: 18vw;
  }
}

@media screen and (max-width: 768px) {
  .box-each-grid {
    flex-direction: column-reverse;
  }

  .box-each .event-detail-img {
    margin: 0 auto 20px;
    position: static;
    top: auto;
    right: auto;
  }

  .box-each .event-title {
    width: auto;
  }

  .btn-wrap {
    margin-top: 16px;
  }

  .event-btn {
    width: 180px;
  }
}
