@charset "UTF-8";

.inview.fadeInup {
  opacity: 0;
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .5s ease-out;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.show {
  opacity: 0;
}

.inview.show.active {
  -webkit-animation: show 1s ease-out;
  animation: show 1s ease-out;
  animation-fill-mode: forwards;
}

.inview.fout.active {
  -webkit-animation: fadeO 1s ease-out;
  animation: fadeO 1.5s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes fadeInup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeO {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.intern_title {
  background: #ffffff;
  max-width: 1200px;
  position: relative;
  z-index: 99;
  padding: 5rem 5rem 0 5rem;
  text-align: center;
  margin: auto;
  transform: translateY(-10rem);
}
@media only screen and (max-width: 768px) {
  .intern_title {
    transform: none;
    padding: 2rem;
    background: none;
  }
}
.intern_title .in {
  text-align: center;
}
.intern_title .subtitle {
  text-align: center;
}
.intern_title .subtitle span {
  background: #00482f;
  color: #ffffff;
  display: inline-block;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  .intern_title .subtitle span {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
    margin: 0 0 0.5rem 0;
  }
}
.intern_title h2 {
  font-size: 38px;
  font-size: 3.8rem;
  color: #00482f;
}
@media only screen and (max-width: 768px) {
  .intern_title h2 {
    font-size: 24px;
    font-size: 2rem;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .intern_title p.subcopy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

section {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.intern_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 0 5% 10rem 5%;
}
.intern_flex.under {
  justify-content: center;
}
.intern_flex.under .box {
  margin: 0 5%;
}
@media only screen and (max-width: 768px) {
  .intern_flex.under .box {
    margin: 0 0 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .intern_flex {
    display: block;
    padding: 0 5% 0 5%;
  }
}
.intern_flex .box {
  width: 26%;
  width: 44%;
  margin: 100px 0 0rem 0;
}
.intern_flex .box2 {
  width: 26%;
  width: 44%;
  margin: 50px 0 0rem 0;
}
.intern_flex .centerbox {
  width: 75%;
  margin: auto;
  padding-bottom: 50px;
}
.intern_flex .inner {
  margin: auto;
  padding: 18%;
  padding-top: 100px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .intern_flex .box {
    width: 100%;
    padding: 2rem;
    margin: 0 0 2rem 0;
    -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  .intern_flex .centerbox {
      width: 100%;
      padding: 3rem;
      margin: 0 0 2rem 0;
      -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    }
  .intern_flex .box:last-child {
    border-bottom: none;
  }
  .intern_flex .inner {
    margin: auto;
    padding: 0%;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.intern_flex .intern_title_detail {
  position: relative;
}
.intern_flex .intern_title_detail .i_logo {
  position: absolute;
  top: -7rem;
  left: -3rem;
}
.intern_flex .intern_title_detail .i_logo.dataup {
  top: -10rem;
  left: -5rem;
}
@media only screen and (max-width: 768px) {
  .intern_flex .intern_title_detail .i_logo.dataup {
    top: -2rem;
    left: -2rem;
  }
}
@media only screen and (max-width: 768px) {
  .intern_flex .intern_title_detail .i_logo.team {
    top: 0rem;
  }
}
.intern_flex .intern_title_detail .i_logo.edge {
  top: -8rem;
}
@media only screen and (max-width: 768px) {
  .intern_flex .intern_title_detail .i_logo.edge {
    top: -1rem;
  }
}
@media only screen and (max-width: 768px) {
  .intern_flex .intern_title_detail .i_logo {
    width: 60px;
    left: -2rem;
    top: -1rem;
  }
}
.intern_flex .intern_title_detail .i_logo img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .intern_flex .intern_title_detail .i_logo img {
    width: 100%;
  }
}
.intern_flex .intern_title_detail .main_title {
  text-align: center;
  margin: 0 0 1rem 0;
}
.intern_flex .intern_title_detail .main_title p.en_r {
  font-size: 16px;
  color: #25328b;
}
@media only screen and (max-width: 768px) {
  .intern_flex .intern_title_detail .main_title p.en_r {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.intern_flex .intern_title_detail .main_title p.en_r span {
  color: #cde201;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .intern_flex .intern_title_detail .main_title p.en_r span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.intern_flex .intern_title_detail .main_title p.jp {
  background: #066A5E;
  color: #ffffff;
  text-align: center;
  font-size: 23px;
  padding: 1rem 0;
  line-height: 1.2em;
}
.intern_flex .exp {
  margin: 0 0 1rem 0;
}
.intern_flex .detail_block {
  margin: 0 0 1rem 0;
}
.intern_flex .detail_block dl {
  display: flex;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ddd;
}
.intern_flex .detail_block dl dt {
  padding: 0 0.5em;
  min-width: 42%;
  background: #066A5E;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intern_flex .detail_block dl dd {
  padding: 0 0 0 1rem;
}

.more_btn {
  text-align: center;
}
.more_btn .aflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.more_btn .aflex.center {
  justify-content: center;
}
.more_btn .aflex a {
  width: 100%;
}
.more_btn a {
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 3rem;
  position: relative;
  color: #066A5E;
  letter-spacing: 0.3em;
}
.more_btn a.nolink {
  pointer-events: none;
  color: #929ab9;
}
.more_btn a:hover {
  color: #fff;
  letter-spacing: 0.3em;
}

@media only screen and (max-width: 768px) {
  .more_btn a {
    font-size: 10px;
    font-size: 0.9rem;
  }
  .intern_flex .intern_title_detail .main_title p.jp {
    background: #066A5E;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 1rem 0;
    line-height: 1.2em;
  }
  .more_btn a {
    display: inline-block;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    position: relative;
    color: #066A5E;
    letter-spacing: 0.3em;
  }
}
.more_btn a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
  border: 1px solid #066A5E;
  transition: all .3s ease;
}
.more_btn a:hover:before {
  width: 104%;
  height: 110%;
  top: -5%;
  left: -2%;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  background: #066A5E;
}

.smbc_intern_title {
  color: #00482f;
  text-align: center;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .smbc_intern_title {
    margin: 0 0 2rem 0;
  }
}
.smbc_intern_title p.en {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .smbc_intern_title p.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.deadline {
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.8em;
}
