@charset "UTF-8";
/*
インタラクティブマッチング
———————————*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?5sr0nu");
  src: url("fonts/icomoon.eot?5sr0nu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5sr0nu") format("truetype"), url("fonts/icomoon.woff?5sr0nu") format("woff"), url("fonts/icomoon.svg?5sr0nu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@keyframes show {
  0% {
    opacity: 0;
    height: 0%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    z-index: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
    z-index: -1;
    height: 0%;
  }
}

#imslider {
  padding-bottom: 30px;
}

#imslider .swiper-wrapper {
  text-align: center;
}

#imslider .swiper-pagination {
  bottom: auto;
}

#imslider .swiper-button-next, #imslider .swiper-container-rtl .swiper-button-prev {
  right: 20%;
}

#imslider .swiper-button-next:after, #imslider .swiper-container-rtl .swiper-button-prev:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #FFFFFF;
  font-size: 1.5em;
}

#imslider .swiper-button-prev, #imslider .swiper-container-rtl .swiper-button-next {
  left: 20%;
}

#imslider .swiper-button-prev:before, #imslider .swiper-container-rtl .swiper-button-next:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f137";
  color: #FFFFFF;
  font-size: 1.5em;
}

#imslider .swiper-button-next, #imslider .swiper-button-prev {
  background: none;
  position: absolute;
  top: 40%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}

#imslider .swiper-slide {
  max-width: 100%;
  height: 60vh;
  max-height: 556px;
}

#imslider #aboutIM {
  position: absolute;
  z-index: 100;
  width: 408px;
  bottom: 10%;
  left: 10%;
  max-width: 80%;
  padding: 2rem;
  line-height: 1.7;
  font-size: 1.1em;
}

#imslider #aboutIM::after {
  content: '';
  background: rgba(255, 255, 255, 0.8);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

#imslider #aboutIM h2 {
  border-bottom: 2px solid #999;
  font-size: 2em;
}

#imslider #slide1 {
  background: url("../image/im_image/slide1.jpg") center center no-repeat;
  text-align: left;
  box-sizing: border-box;
}

@media screen and (max-width: 1139px) {
  #imslider #slide1 p {
    text-align: center;
  }
  #imslider #slide1 p img {
    max-width: 100vw;
  }
}

#imslider #slide1 .slider_bg {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 20vh 0 0 25%;
  box-sizing: border-box;
  background-size: contain;
}

#imslider #slide2 {
  background: url("../image/im_image/slide2.jpg") center center no-repeat;
}

#imslider #slide3 {
  background: url("../image/im_image/slide3.jpg") center center no-repeat;
}

#immain {
  /* お問い合わせ先 */
}

#immain article {
  width: 1140px;
  margin: auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 749px) {
  #immain article {
    width: 100%;
  }
}

@media screen and (max-width: 1139px) {
  #immain article {
    width: 100%;
  }
}

#immain .teldata {
  margin-top: 1em;
}

#immain .teldata a {
  color: #4167B3;
  text-decoration: underline;
}

#immain .teldata p {
  margin-left: 4.5em;
  font-size: 1.2em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 60px;
  margin-inline-end: 60px;
}

#immain div section {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 30px;
}

#immain div section article {
  margin-bottom: 0;
}

#immain div section div h2 {
  font-size: 1.5em;
}

#immain div section p {
  font-size: 1.2em;
  line-height: 1.8em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 60px;
  margin-inline-end: 60px;
}

#immain div section div.futureInternships {
  max-width: 1140px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 90%;
  margin: auto;
}

#immain div section div.futureInternships table {
  border-collapse: collapse;
}

#immain div section div.futureInternships table tr {
  margin-bottom: 1em;
  border-bottom: 2px dotted #CCCCCC;
}

#immain div section div.futureInternships table tr td {
  font-size: 1.2em;
  padding: 10px 15px;
}

#immain div section div.futureInternships table tr td a.detail {
  padding: 0.3em 1em;
  margin-left: 2em;
  background-color: #4167B3;
  color: aliceblue;
}

@media screen and (max-width: 749px) {
  #immain div section div.futureInternships table tr td {
    font-size: 1em;
    padding: 5px;
  }
  #immain div section div.futureInternships table tr td.date {
    vertical-align: top;
  }
  #immain div section div.futureInternships table tr td span {
    display: inline-block;
    margin-bottom: 1em;
  }
  #immain div section div.futureInternships table tr td span:after {
    white-space: pre;
    content: "\A";
  }
  #immain div section div.futureInternships table tr td a.detail {
    margin-left: 0px;
    display: inline-block;
    text-align: center;
    width: 80%;
  }
}

#immain div section .interactive {
  text-align: center;
  overflow: hidden;
  width: 1140px;
  margin: 2em auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1139px) {
  #immain div section .interactive {
    width: 100%;
    flex-direction: column;
  }
}

#immain div section .interactive a {
  font-size: 26px;
  color: aliceblue;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  height: 25px;
  padding: 10px 30px;
  text-align: center;
  justify-self: center;
  /* 横方向の中央お揃え */
  align-self: end;
  background-color: #4167B3;
  margin-top: 0.5em;
}

#immain h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #4167B3;
  width: 100%;
}

#immain h2:before, #immain h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 3px;
  background-color: #4167B3;
}

@media screen and (max-width: 1139px) {
  #immain h2:before, #immain h2:after {
    display: none;
  }
}

#immain h2:before {
  left: 5%;
}

#immain h2:after {
  right: 5%;
}

#immain h3 {
  color: #4167B3;
  text-align: center;
  margin: 3rem 0;
  font-size: 2em;
}

#immain #overview {
  /* 詳細を見る */
  /* 写真、補足 */
  /* 学生・企業申し込み */
}

#immain #overview a.detail {
  margin-top: 20px;
  color: aliceblue;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  max-width: 78%;
  max-height: 25px;
  padding: 10px;
  text-align: center;
  background-color: #4167B3;
}

#immain #overview div.descriptshion {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 2em auto;
}

@media screen and (max-width: 749px) {
  #immain #overview div.descriptshion {
    flex-direction: column;
  }
}

@media screen and (max-width: 1139px) {
  #immain #overview div.descriptshion {
    flex-direction: column;
  }
}

#immain #overview div.descriptshion div.supplement {
  /* p */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* お問い合わせボタン */
}

@media screen and (max-width: 749px) {
  #immain #overview div.descriptshion div.supplement {
    width: 80%;
  }
}

@media screen and (max-width: 1139px) {
  #immain #overview div.descriptshion div.supplement {
    width: 100%;
  }
}

#immain #overview div.descriptshion div.supplement div.inquiry a {
  font-size: 26px;
  width: 250px;
  height: 25px;
  padding: 10px 40px;
  text-align: center;
  display: block;
  justify-self: left;
  align-self: end;
  background-color: #4167B3;
  color: aliceblue;
  margin-top: 1em;
}

@media screen and (max-width: 749px) {
  #immain #overview div.descriptshion div.supplement div.inquiry a {
    padding: 10px;
  }
}

@media screen and (max-width: 1139px) {
  #immain #overview div.descriptshion div.supplement div.inquiry a {
    width: 100%;
    padding: 10px;
  }
}

#immain #overview div.descriptshion p {
  font-size: 15px;
  padding-right: 2em;
}

#immain #overview div.descriptshion img {
  max-width: 400px;
  height: auto;
}

@media screen and (max-width: 749px) {
  #immain #overview div.descriptshion img {
    margin-top: 2em;
    max-width: 100%;
  }
}

@media screen and (max-width: 1139px) {
  #immain #overview div.descriptshion img {
    margin-top: 2em;
    max-width: 100%;
  }
}

#immain #overview dl {
  display: block;
  clear: both;
  margin: 10px auto;
  font-size: 1.2em;
  width: 80%;
  /* 	width:900px; */
  line-height: 40px;
  overflow: hidden;
}

@media screen and (max-width: 1139px) {
  #immain #overview dl {
    width: calc(100% - 40px);
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
  }
}

#immain #overview dl dt {
  color: #4167B3;
  padding-left: 1rem;
  float: left;
  clear: left;
  position: relative;
  /*width: 100%;  */
}

#immain #overview dl dt:first-child {
  margin-top: 20px;
}

#immain #overview dl dt:first-child + dd {
  margin-top: 20px;
  border-top: 2px dotted #CCCCCC;
}

@media screen and (max-width: 1139px) {
  #immain #overview dl dt:first-child + dd {
    border-top: none;
  }
}

@media screen and (max-width: 1139px) {
  #immain #overview dl dt {
    padding-left: 0;
  }
}

#immain #overview dl dd {
  border-bottom: 2px dotted #CCCCCC;
  padding-left: 5em;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 1139px) {
  #immain #overview dl dd {
    font-size: 14px;
    clear: both;
    padding-left: 0em;
  }
}

#accreditation {
  list-style: none;
}

#imdetail .container section {
  line-height: 1.7;
}

#imdetail .container section ul {
  margin-top: 1rem !important;
  margin-bottom: 2rem;
}

#imdetail .container section ul li {
  line-height: 1.7;
}

#imdetail .container section h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#imdetail .container section h4 + ul {
  margin-top: 20px;
}

#imdetail .container section p {
  line-height: 1.7;
  margin-top: 1rem;
}

/* 学生・企業申し込み */
#immain .application, #imdetail .application {
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  margin: 2em auto;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1139px) {
  #immain .application, #imdetail .application {
    flex-direction: column;
    width: 80%;
  }
}

#immain .application div, #imdetail .application div {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1em;
  margin: 3rem 1rem;
}

@media screen and (max-width: 1139px) {
  #immain .application div, #imdetail .application div {
    width: auto;
  }
}

@media screen and (max-width: 749px) {
  #immain .application div, #imdetail .application div {
    padding: 1em 0em;
    margin: 1em 0em;
  }
}

#immain .application div p span, #imdetail .application div p span {
  font-size: 26px;
  margin-bottom: 1em;
  position: relative;
  padding: 0.5em;
  border: none;
}

@media screen and (max-width: 749px) {
  #immain .application div p span, #imdetail .application div p span {
    font-size: 18px;
  }
}

#immain .application div p span:after, #imdetail .application div p span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-size: 7px 7px;
  backface-visibility: hidden;
}

#immain .application .student, #imdetail .application .student {
  border: solid 3px #4167B3;
}

#immain .application .student span:after, #imdetail .application .student span:after {
  background-image: -webkit-repeating-linear-gradient(135deg, #4167B3, #4167B3 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #4167B3, #4167B3 1px, transparent 2px, transparent 5px);
}

#immain .application .student li, #imdetail .application .student li {
  background-color: #4167B3;
}

#immain .application .company, #imdetail .application .company {
  border: solid 3px #E87A66;
}

#immain .application .company span:after, #imdetail .application .company span:after {
  background-image: -webkit-repeating-linear-gradient(135deg, #E87A66, #E87A66 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #E87A66, #E87A66 1px, transparent 2px, transparent 5px);
}

#immain .application .company li, #imdetail .application .company li {
  background-color: #E87A66;
}

#immain .application .application, #imdetail .application .application {
  margin-bottom: 1em;
}

#immain .application .application:before, #imdetail .application .application:before {
  content: "\e901";
  font-size: 1.5em;
}

#immain .application .guideline:before, #imdetail .application .guideline:before {
  content: "\f1c1";
}

#immain .application li, #imdetail .application li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  list-style: none;
  position: relative;
  font-size: 26px;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0em;
  text-align: center;
  justify-self: center;
  align-self: end;
  border-radius: 10px;
}

#immain .application li:before, #imdetail .application li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  position: absolute;
  margin-left: 1rem;
}

@media screen and (max-width: 1139px) {
  #immain .application li, #imdetail .application li {
    margin: 0em 0.5em;
    box-sizing: border-box;
    flex-direction: row;
  }
}

@media screen and (max-width: 749px) {
  #immain .application li, #imdetail .application li {
    font-size: 16px;
  }
}

#immain .application li a, #imdetail .application li a {
  margin-left: 1em;
  color: aliceblue;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

#imdetail .application {
  flex-direction: column;
}

#imdetail .application ul {
  margin-left: 0;
  margin-bottom: 0;
}

#imdetail .application ul li {
  padding: 0.5em 0;
}

#imdetail .application ul li:last-child {
  margin-bottom: 0;
}

#imdetail .application ul li.application {
  flex-direction: row;
}

#immain p {
  margin-bottom: 1.5em;
}
