@charset "UTF-8";
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 6, ../sass/contents.scss */
header {
  background-color: #fff;
}
/* line 8, ../sass/contents.scss */
header .logo {
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 99;
  width: 60.26667vw;
  max-width: 450px;
}
/* line 15, ../sass/contents.scss */
header .logo a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 15, ../sass/contents.scss */
  header .logo a {
    width: 280px;
  }
}
@media screen and (min-width: 769px) {
  /* line 8, ../sass/contents.scss */
  header .logo {
    display: inline-block;
    width: auto;
  }
}
/* line 26, ../sass/contents.scss */
header .logo.hidden {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  /* line 26, ../sass/contents.scss */
  header .logo.hidden {
    display: none;
  }
}

/* line 34, ../sass/contents.scss */
.pnkz {
  display: none;
}
@media screen and (min-width: 769px) {
  /* line 34, ../sass/contents.scss */
  .pnkz {
    background-color: #000;
    padding: 10px;
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
  }
}
/* line 45, ../sass/contents.scss */
.pnkz a {
  color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  /* line 51, ../sass/contents.scss */
  .pnkz a:hover {
    text-decoration: underline;
  }
}
/* line 55, ../sass/contents.scss */
.pnkz a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 2px;
}
/* line 68, ../sass/contents.scss */
.pnkz .icon {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  transform: translateY(5px);
  margin-left: 10px;
}
/* line 75, ../sass/contents.scss */
.pnkz span {
  color: #fff;
  display: inline-block;
}

/* line 82, ../sass/contents.scss */
.flexAuto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: ;
  margin: 0 -1% 40px;
}
/* line 86, ../sass/contents.scss */
.flexAuto div {
  margin: 1%;
  text-align: center;
}
/* line 89, ../sass/contents.scss */
.flexAuto div:first-child {
  width: 98%;
}
@media screen and (max-width: 768px) {
  /* line 89, ../sass/contents.scss */
  .flexAuto div:first-child {
    width: 98%;
  }
}
/* line 96, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(1), .flexAuto div:first-child:nth-last-of-type(1) ~ div {
  width: 98%;
}
@media screen and (max-width: 768px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(1), .flexAuto div:first-child:nth-last-of-type(1) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 460px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(1), .flexAuto div:first-child:nth-last-of-type(1) ~ div {
    width: 98%;
  }
}
/* line 96, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(2), .flexAuto div:first-child:nth-last-of-type(2) ~ div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(2), .flexAuto div:first-child:nth-last-of-type(2) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 460px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(2), .flexAuto div:first-child:nth-last-of-type(2) ~ div {
    width: 98%;
  }
}
/* line 96, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(3), .flexAuto div:first-child:nth-last-of-type(3) ~ div {
  width: 31.33333%;
}
@media screen and (max-width: 768px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(3), .flexAuto div:first-child:nth-last-of-type(3) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 460px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(3), .flexAuto div:first-child:nth-last-of-type(3) ~ div {
    width: 98%;
  }
}
/* line 96, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(4), .flexAuto div:first-child:nth-last-of-type(4) ~ div {
  width: 23%;
}
@media screen and (max-width: 768px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(4), .flexAuto div:first-child:nth-last-of-type(4) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 460px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(4), .flexAuto div:first-child:nth-last-of-type(4) ~ div {
    width: 98%;
  }
}
/* line 96, ../sass/contents.scss */
.flexAuto div:first-child:nth-last-of-type(5), .flexAuto div:first-child:nth-last-of-type(5) ~ div {
  width: 18%;
}
@media screen and (max-width: 768px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(5), .flexAuto div:first-child:nth-last-of-type(5) ~ div {
    width: 48%;
  }
}
@media screen and (max-width: 460px) {
  /* line 96, ../sass/contents.scss */
  .flexAuto div:first-child:nth-last-of-type(5), .flexAuto div:first-child:nth-last-of-type(5) ~ div {
    width: 98%;
  }
}

/* line 111, ../sass/contents.scss */
.page__visual {
  background-image: url(/entrance/img/parts/h1_bk_768.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 75px;
}
@media screen and (min-width: 769px) {
  /* line 111, ../sass/contents.scss */
  .page__visual {
    background-image: url(/entrance/img/parts/h1_bk.png);
    margin-top: 115px;
    background-size: inherit;
  }
}
/* line 122, ../sass/contents.scss */
.page__visual .inner {
  height: 37.76042vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 122, ../sass/contents.scss */
  .page__visual .inner {
    height: 380px;
  }
}
/* line 128, ../sass/contents.scss */
.page__visual .inner h1 {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 5.98958vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  /* line 128, ../sass/contents.scss */
  .page__visual .inner h1 {
    font-size: 46px;
  }
}
/* line 138, ../sass/contents.scss */
.page__visual .inner h1 div {
  font-size: 3.73333vw;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  /* line 138, ../sass/contents.scss */
  .page__visual .inner h1 div {
    font-size: 24px;
  }
}

/* line 149, ../sass/contents.scss */
#entry__body {
  padding-top: 30px;
}
/* line 151, ../sass/contents.scss */
#entry__body .inner {
  padding: 0 20px 60px;
}
/* line 153, ../sass/contents.scss */
#entry__body .inner h2 {
  font-size: 22px;
  padding: 10px 25px;
  margin: 40px 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 153, ../sass/contents.scss */
  #entry__body .inner h2 {
    font-size: 26px;
  }
}
/* line 161, ../sass/contents.scss */
#entry__body .inner h2:before {
  content: "";
  display: block;
  width: 80px;
  height: 30px;
  border-left: 4px solid #FFCDB7;
  border-bottom: 4px solid #FC4E00;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 420px) {
  /* line 153, ../sass/contents.scss */
  #entry__body .inner h2 {
    font-size: 6.19048vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 153, ../sass/contents.scss */
  #entry__body .inner h2 {
    font-size: 26px;
  }
}
/* line 178, ../sass/contents.scss */
#entry__body .inner h2.h2Style {
  text-align: center;
  display: inline-block;
  color: #000;
  font-size: 30px;
  padding: 10px 10px 0;
  background: transparent linear-gradient(rgba(0, 0, 0, 0) 75%, #f8f8f8 0%) repeat scroll 0 0;
}
@media screen and (min-width: 420px) {
  /* line 178, ../sass/contents.scss */
  #entry__body .inner h2.h2Style {
    font-size: 8.57143vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 178, ../sass/contents.scss */
  #entry__body .inner h2.h2Style {
    font-size: 42px;
  }
}
/* line 191, ../sass/contents.scss */
#entry__body .inner h2.h2Style:before {
  display: none;
}
/* line 196, ../sass/contents.scss */
#entry__body .inner h3 {
  font-size: 20px;
  background-color: #FFF2DD;
  padding: 5px 15px;
  margin: 0 0 30px;
}
@media screen and (min-width: 420px) {
  /* line 196, ../sass/contents.scss */
  #entry__body .inner h3 {
    font-size: 5.71429vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 196, ../sass/contents.scss */
  #entry__body .inner h3 {
    font-size: 24px;
  }
}
/* line 208, ../sass/contents.scss */
#entry__body .inner h4 {
  font-size: 18px;
  color: #FC4E00;
  border-bottom: 1px dashed #ACACAC;
  margin: 20px 0 30px;
  padding: 5px 15px;
}
@media screen and (min-width: 420px) {
  /* line 208, ../sass/contents.scss */
  #entry__body .inner h4 {
    font-size: 4.7619vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 208, ../sass/contents.scss */
  #entry__body .inner h4 {
    font-size: 20px;
  }
}
/* line 221, ../sass/contents.scss */
#entry__body .inner h5 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 30px 0;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  /* line 221, ../sass/contents.scss */
  #entry__body .inner h5 {
    font-size: 18px;
  }
}
/* line 230, ../sass/contents.scss */
#entry__body .inner h5:before {
  content: "";
  width: 8px;
  height: 70%;
  display: block;
  background-color: #FC4E00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 241, ../sass/contents.scss */
#entry__body .inner h5:after {
  content: "";
  display: block;
  width: 8px;
  height: 20%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 253, ../sass/contents.scss */
#entry__body .inner .mds_red {
  color: #BA0015;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  /* line 253, ../sass/contents.scss */
  #entry__body .inner .mds_red {
    font-size: 24px;
  }
}
/* line 260, ../sass/contents.scss */
#entry__body .inner p {
  margin-bottom: 15px;
}
/* line 263, ../sass/contents.scss */
#entry__body .inner .number__box {
  position: relative;
}
/* line 265, ../sass/contents.scss */
#entry__body .inner .number__box .number {
  font-size: 72px;
  width: 90px;
  color: #FAD599;
  line-height: 1;
  display: inline-block;
  float: left;
}
/* line 274, ../sass/contents.scss */
#entry__body .inner .number__box .box__cont {
  text-align: left;
  padding-left: 100px;
}
/* line 277, ../sass/contents.scss */
#entry__body .inner .number__box .box__cont .number__tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 287, ../sass/contents.scss */
#entry__body .inner .spTableFlow {
  width: 100%;
  overflow-x: scroll;
}
/* line 290, ../sass/contents.scss */
#entry__body .inner .spTableFlow:before {
  content: "¡ùºá¥¹¥é¥¤¥É¤òÐÐ¤¤¤´´_ÕJÏÂ¤µ¤¤¡£";
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  /* line 290, ../sass/contents.scss */
  #entry__body .inner .spTableFlow:before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  /* line 287, ../sass/contents.scss */
  #entry__body .inner .spTableFlow {
    width: 100%;
    overflow: auto;
  }
}
/* line 302, ../sass/contents.scss */
#entry__body .inner .spTableFlow table {
  width: 1000px;
}
@media screen and (min-width: 769px) {
  /* line 302, ../sass/contents.scss */
  #entry__body .inner .spTableFlow table {
    width: 100%;
  }
}
/* line 309, ../sass/contents.scss */
#entry__body .inner table {
  width: 100%;
  margin-bottom: 30px;
}
/* line 312, ../sass/contents.scss */
#entry__body .inner table tr {
  border-bottom: 1px solid #B2B2B2;
}
/* line 314, ../sass/contents.scss */
#entry__body .inner table tr th {
  padding: 10px 20px;
  background-color: #FFE4B8;
  border: 1px solid #B2B2B2;
}
@media screen and (min-width: 769px) {
  /* line 314, ../sass/contents.scss */
  #entry__body .inner table tr th {
    white-space: nowrap;
  }
}
/* line 322, ../sass/contents.scss */
#entry__body .inner table tr td {
  border: 1px solid #B2B2B2;
  padding: 10px 20px;
}
/* line 330, ../sass/contents.scss */
#entry__body .inner table.type01 tr {
  border-bottom: 1px solid #B2B2B2;
}
/* line 332, ../sass/contents.scss */
#entry__body .inner table.type01 tr th {
  width: 30%;
  padding: 10px 20px;
  background-color: #FFE4B8;
  border: 1px solid #B2B2B2;
}
@media screen and (min-width: 769px) {
  /* line 332, ../sass/contents.scss */
  #entry__body .inner table.type01 tr th {
    width: 25%;
  }
}
/* line 341, ../sass/contents.scss */
#entry__body .inner table.type01 tr td {
  border: 1px solid #B2B2B2;
  padding: 10px 20px;
}
/* line 344, ../sass/contents.scss */
#entry__body .inner table.type01 tr td:first-of-type {
  background-color: #fdf5e7;
}
/* line 351, ../sass/contents.scss */
#entry__body .inner ul, #entry__body .inner ol {
  padding: 0;
  margin-left: 1.5em;
  margin-bottom: 30px;
}
/* line 356, ../sass/contents.scss */
#entry__body .inner .btn {
  margin: 20px;
}
/* line 360, ../sass/contents.scss */
#entry__body .inner .flex.tate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 364, ../sass/contents.scss */
#entry__body .inner .style__colum {
  width: 98%;
}
@media screen and (min-width: 769px) {
  /* line 364, ../sass/contents.scss */
  #entry__body .inner .style__colum {
    width: 48%;
  }
}
/* line 369, ../sass/contents.scss */
#entry__body .inner .style__colum .midashi {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 30px;
}
/* line 377, ../sass/contents.scss */
#entry__body .inner .style__colum .prof {
  display: block;
}
/* line 380, ../sass/contents.scss */
#entry__body .inner .style__colum .scl {
  display: block;
}
/* line 384, ../sass/contents.scss */
#entry__body .inner .std__scdl {
  background-color: #F8F8F8;
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 388, ../sass/contents.scss */
#entry__body .inner .std__scdl .scdl__in {
  width: 98%;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  /* line 388, ../sass/contents.scss */
  #entry__body .inner .std__scdl .scdl__in {
    width: 48%;
  }
}
/* line 394, ../sass/contents.scss */
#entry__body .inner .std__scdl .scdl__in .time__line {
  padding: 15px 0;
  border-bottom: 1px solid #B2B2B2;
}
/* line 397, ../sass/contents.scss */
#entry__body .inner .std__scdl .scdl__in .time__line .time {
  padding: 15px 0;
  white-space: nowrap;
  border: none;
  width: 60px;
  vertical-align: top;
  background-color: transparent;
}
/* line 405, ../sass/contents.scss */
#entry__body .inner .std__scdl .scdl__in .time__line .scdl {
  border: none;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
/* line 424, ../sass/contents.scss */
#entry__body .inner .flex.lang .std__int .std__prof .voice {
  color: #0339B1;
}
/* line 429, ../sass/contents.scss */
#entry__body .inner .flex.lang .std__int .std__role span {
  color: #0339B1;
}
/* line 438, ../sass/contents.scss */
#entry__body .inner .flex.lang .teach__prof .prof .prof__cont .dep {
  color: #0339B1;
}
/* line 448, ../sass/contents.scss */
#entry__body .inner .flex.media .std__int .std__prof .voice {
  color: #81019A;
}
/* line 453, ../sass/contents.scss */
#entry__body .inner .flex.media .std__int .std__role span {
  color: #81019A;
}
/* line 462, ../sass/contents.scss */
#entry__body .inner .flex.media .teach__prof .prof .prof__cont .dep {
  color: #81019A;
}
/* line 472, ../sass/contents.scss */
#entry__body .inner .flex.inter .std__int .std__prof .voice {
  color: #00221D;
}
/* line 477, ../sass/contents.scss */
#entry__body .inner .flex.inter .std__int .std__role span {
  color: #00221D;
}
/* line 486, ../sass/contents.scss */
#entry__body .inner .flex.inter .teach__prof .prof .prof__cont .dep {
  color: #00221D;
}
/* line 496, ../sass/contents.scss */
#entry__body .inner .flex .teach__int {
  width: 98%;
  padding: 30px;
  margin: 20px auto;
  border: 1px solid #D6D6D6;
}
@media screen and (min-width: 769px) {
  /* line 496, ../sass/contents.scss */
  #entry__body .inner .flex .teach__int {
    width: 48%;
  }
}
/* line 504, ../sass/contents.scss */
#entry__body .inner .flex .teach__int .prof {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
}
/* line 507, ../sass/contents.scss */
#entry__body .inner .flex .teach__int .prof .thmb {
  width: 20.83333vw;
  height: 20.83333vw;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  /* line 507, ../sass/contents.scss */
  #entry__body .inner .flex .teach__int .prof .thmb {
    width: 150px;
    height: 150px;
  }
}
/* line 520, ../sass/contents.scss */
#entry__body .inner .flex .teach__int .prof .prof__cont {
  width: 67%;
  margin-left: 2%;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  /* line 520, ../sass/contents.scss */
  #entry__body .inner .flex .teach__int .prof .prof__cont {
    width: 50%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1080px) {
  /* line 520, ../sass/contents.scss */
  #entry__body .inner .flex .teach__int .prof .prof__cont {
    width: 67%;
  }
}
/* line 531, ../sass/contents.scss */
#entry__body .inner .flex .teach__int .prof .prof__cont .dep {
  display: inline-block;
  font-size: 14px;
  padding: 2px 10px;
}
/* line 536, ../sass/contents.scss */
#entry__body .inner .flex .teach__int .prof .prof__cont .namae {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
}
/* line 549, ../sass/contents.scss */
#entry__body .inner .flex .std__int {
  width: 98%;
  margin: 20px auto;
  background-color: #F8F8F8;
}
@media screen and (min-width: 769px) {
  /* line 549, ../sass/contents.scss */
  #entry__body .inner .flex .std__int {
    width: 48%;
  }
}
/* line 556, ../sass/contents.scss */
#entry__body .inner .flex .std__int .thmb {
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 562, ../sass/contents.scss */
#entry__body .inner .flex .std__int .std__prof {
  padding: 20px;
}
/* line 564, ../sass/contents.scss */
#entry__body .inner .flex .std__int .std__prof .voice {
  display: inline-block;
}
/* line 567, ../sass/contents.scss */
#entry__body .inner .flex .std__int .std__prof .prof__mess {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
/* line 572, ../sass/contents.scss */
#entry__body .inner .flex .std__int .std__prof .prof__lead {
  display: block;
}
/* line 576, ../sass/contents.scss */
#entry__body .inner .flex .std__int .std__role {
  padding: 0 20px 20px;
  text-align: right;
}
/* line 579, ../sass/contents.scss */
#entry__body .inner .flex .std__int .std__role span {
  display: block;
}
/* line 585, ../sass/contents.scss */
#entry__body .inner .flex .teach__prof {
  border: 1px solid #D6D6D6;
  padding: 30px;
  width: 98%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  /* line 585, ../sass/contents.scss */
  #entry__body .inner .flex .teach__prof {
    margin-bottom: 40px;
    width: 48%;
  }
}
/* line 594, ../sass/contents.scss */
#entry__body .inner .flex .teach__prof .prof {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 596, ../sass/contents.scss */
#entry__body .inner .flex .teach__prof .prof .thmb {
  width: 31.25vw;
  height: 31.25vw;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 520px) {
  /* line 596, ../sass/contents.scss */
  #entry__body .inner .flex .teach__prof .prof .thmb {
    width: 150px;
    height: 150px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 596, ../sass/contents.scss */
  #entry__body .inner .flex .teach__prof .prof .thmb {
    width: 150px;
    height: 150px;
  }
}
/* line 615, ../sass/contents.scss */
#entry__body .inner .flex .teach__prof .prof .prof__cont {
  width: 100%;
}
@media screen and (min-width: 520px) {
  /* line 615, ../sass/contents.scss */
  #entry__body .inner .flex .teach__prof .prof .prof__cont {
    width: 60%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1080px) {
  /* line 615, ../sass/contents.scss */
  #entry__body .inner .flex .teach__prof .prof .prof__cont {
    width: 63%;
  }
}
/* line 624, ../sass/contents.scss */
#entry__body .inner .flex .teach__prof .prof .prof__cont .namae {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  border-bottom: 1px solid #000;
}
/* line 631, ../sass/contents.scss */
#entry__body .inner .flex .teach__prof .prof .prof__cont .dep {
  display: inline-block;
}
/* line 634, ../sass/contents.scss */
#entry__body .inner .flex .teach__prof .prof .prof__cont .dep__list {
  display: block;
}

/* line 651, ../sass/contents.scss */
#entry__body.archive .inner .color__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 653, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item {
  width: 98%;
  margin: 2% 1%;
  position: relative;
  padding: 60px 20px 200px;
}
@media screen and (min-width: 420px) {
  /* line 653, ../sass/contents.scss */
  #entry__body.archive .inner .color__list .color__item {
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  /* line 653, ../sass/contents.scss */
  #entry__body.archive .inner .color__list .color__item {
    width: 31%;
  }
}
/* line 664, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item:before {
  content: "";
  display: block;
  width: 96px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/entrance/img/parts/index_normal_b.png);
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: color-burn;
}
/* line 677, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item:after {
  content: "";
  display: block;
  width: 245px;
  height: 123px;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: color-burn;
  background-image: url(/entrance/img/parts/index_normal_t.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 690, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item.color00 {
  background-color: #FCC4B6;
}
/* line 693, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item.color01 {
  background-color: #FFE4A8;
}
/* line 696, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item.color02 {
  background-color: #DCEB89;
}
/* line 699, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item.color03 {
  background-color: #D3F6FF;
}
/* line 702, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item.color04 {
  background-color: #C6C8FF;
}
/* line 705, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item .tit {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
/* line 712, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item .tit:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 725, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item .inlineC {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
/* line 730, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item .inlineC .btn {
  width: 80%;
  min-width: auto;
  margin-top: 40px;
}
/* line 734, ../sass/contents.scss */
#entry__body.archive .inner .color__list .color__item .inlineC .btn:after {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
/* line 744, ../sass/contents.scss */
#entry__body.archive .inner .liberal__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 40px;
}
/* line 747, ../sass/contents.scss */
#entry__body.archive .inner .liberal__list .list__left {
  width: 50%;
  padding: 0 20px;
}
/* line 750, ../sass/contents.scss */
#entry__body.archive .inner .liberal__list .list__left h2 {
  font-size: 24px;
}
/* line 753, ../sass/contents.scss */
#entry__body.archive .inner .liberal__list .list__left .tit {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  color: #BA0015;
}
/* line 760, ../sass/contents.scss */
#entry__body.archive .inner .liberal__list .list__right {
  width: 50%;
}
/* line 765, ../sass/contents.scss */
#entry__body.archive .inner .interview__list .int__item {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  /* line 765, ../sass/contents.scss */
  #entry__body.archive .inner .interview__list .int__item {
    width: 48%;
    margin: 1%;
  }
}
@media screen and (min-width: 1080px) {
  /* line 765, ../sass/contents.scss */
  #entry__body.archive .inner .interview__list .int__item {
    width: 31%;
  }
}
/* line 775, ../sass/contents.scss */
#entry__body.archive .inner .interview__list .int__item h3 {
  background-color: #fff;
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  position: relative;
  bottom: -50px;
  left: -15px;
  margin: 0;
}
/* line 785, ../sass/contents.scss */
#entry__body.archive .inner .interview__list .int__item .int__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0 20px 20px;
  height: 330px;
}
/* line 792, ../sass/contents.scss */
#entry__body.archive .inner .interview__list .int__item .int__cont {
  margin-bottom: 20px;
}
/* line 794, ../sass/contents.scss */
#entry__body.archive .inner .interview__list .int__item .int__cont .dep {
  display: block;
  text-align: center;
}
/* line 798, ../sass/contents.scss */
#entry__body.archive .inner .interview__list .int__item .int__cont .namae {
  display: block;
  text-align: center;
}
/* line 803, ../sass/contents.scss */
#entry__body.archive .inner .interview__list .int__item .int__btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
/* line 813, ../sass/contents.scss */
#entry__body.archive .inner .major__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 816, ../sass/contents.scss */
#entry__body.archive .inner .major__item {
  width: 98%;
  padding-bottom: 20px;
  margin: 0 1% 20px;
}
@media screen and (min-width: 769px) {
  /* line 816, ../sass/contents.scss */
  #entry__body.archive .inner .major__item {
    width: 48%;
  }
}
@media screen and (min-width: 1080px) {
  /* line 816, ../sass/contents.scss */
  #entry__body.archive .inner .major__item {
    width: 30%;
  }
}
/* line 826, ../sass/contents.scss */
#entry__body.archive .inner .major__item.blue {
  background-color: #0339B1;
}
/* line 829, ../sass/contents.scss */
#entry__body.archive .inner .major__item.indigo {
  background-color: #00221D;
}
/* line 832, ../sass/contents.scss */
#entry__body.archive .inner .major__item.purple {
  background-color: #2B0033;
}
/* line 835, ../sass/contents.scss */
#entry__body.archive .inner .major__item .major__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  margin-bottom: 20px;
}
/* line 842, ../sass/contents.scss */
#entry__body.archive .inner .major__item .major__cont {
  margin-bottom: 20px;
}
/* line 844, ../sass/contents.scss */
#entry__body.archive .inner .major__item .major__cont .name {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
/* line 850, ../sass/contents.scss */
#entry__body.archive .inner .major__item .major__cont .e__name {
  display: block;
  text-align: center;
  color: #fff;
}
/* line 856, ../sass/contents.scss */
#entry__body.archive .inner .major__item .major__btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  text-align: center;
  transition: 0.25s;
}
@media screen and (min-width: 769px) {
  /* line 865, ../sass/contents.scss */
  #entry__body.archive .inner .major__item .major__btn:hover {
    color: #fff;
    background-color: #000;
    transition: 0.25s;
  }
}
/* line 883, ../sass/contents.scss */
#entry__body.archive .inner .major.language .flex .teach__int .prof .prof__cont .dep {
  color: #0339B1;
  border: 1px solid #0339B1;
}
/* line 899, ../sass/contents.scss */
#entry__body.archive .inner .major.language .flex .std__int .std__prof .voice {
  color: #0339B1;
}
/* line 908, ../sass/contents.scss */
#entry__body.archive .inner .major.language .flex .std__int .std__role span {
  color: #0339B1;
}
/* line 921, ../sass/contents.scss */
#entry__body.archive .inner .major.language .flex .teach__prof .prof .prof__cont .dep {
  color: #0339B1;
}
/* line 940, ../sass/contents.scss */
#entry__body.archive .inner .major.international .flex .teach__int .prof .prof__cont .dep {
  color: #81019A;
  border: 1px solid #81019A;
}
/* line 956, ../sass/contents.scss */
#entry__body.archive .inner .major.international .flex .std__int .std__prof .voice {
  color: #81019A;
}
/* line 965, ../sass/contents.scss */
#entry__body.archive .inner .major.international .flex .std__int .std__role span {
  color: #81019A;
}
/* line 978, ../sass/contents.scss */
#entry__body.archive .inner .major.international .flex .teach__prof .prof .prof__cont .dep {
  color: #81019A;
}
/* line 997, ../sass/contents.scss */
#entry__body.archive .inner .major.media .flex .teach__int .prof .prof__cont .dep {
  color: #00221D;
  border: 1px solid #00221D;
}
/* line 1013, ../sass/contents.scss */
#entry__body.archive .inner .major.media .flex .std__int .std__prof .voice {
  color: #00221D;
}
/* line 1022, ../sass/contents.scss */
#entry__body.archive .inner .major.media .flex .std__int .std__role span {
  color: #00221D;
}
/* line 1035, ../sass/contents.scss */
#entry__body.archive .inner .major.media .flex .teach__prof .prof .prof__cont .dep {
  color: #00221D;
}
/* line 1047, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__int {
  width: 98%;
  padding: 30px;
  margin: 20px auto;
  border: 1px solid #D6D6D6;
}
@media screen and (min-width: 769px) {
  /* line 1047, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__int {
    width: 48%;
  }
}
/* line 1055, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__int .prof {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
}
/* line 1058, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__int .prof .thmb {
  width: 20.83333vw;
  height: 20.83333vw;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  /* line 1058, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__int .prof .thmb {
    width: 150px;
    height: 150px;
  }
}
/* line 1071, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__int .prof .prof__cont {
  width: 67%;
  margin-left: 2%;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  /* line 1071, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__int .prof .prof__cont {
    width: 50%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1080px) {
  /* line 1071, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__int .prof .prof__cont {
    width: 67%;
  }
}
/* line 1082, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__int .prof .prof__cont .dep {
  display: inline-block;
  font-size: 14px;
  padding: 2px 10px;
}
/* line 1087, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__int .prof .prof__cont .namae {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
}
/* line 1100, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .std__int {
  width: 98%;
  margin: 20px auto;
  background-color: #F8F8F8;
}
@media screen and (min-width: 769px) {
  /* line 1100, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .std__int {
    width: 48%;
  }
}
/* line 1107, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .std__int .thmb {
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1113, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .std__int .std__prof {
  padding: 20px;
}
/* line 1115, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .std__int .std__prof .voice {
  display: inline-block;
}
/* line 1118, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .std__int .std__prof .prof__mess {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
/* line 1123, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .std__int .std__prof .prof__lead {
  display: block;
}
/* line 1127, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .std__int .std__role {
  padding: 0 20px 20px;
  text-align: right;
}
/* line 1130, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .std__int .std__role span {
  display: block;
}
/* line 1136, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__prof {
  border: 1px solid #D6D6D6;
  padding: 30px;
  width: 98%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  /* line 1136, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__prof {
    margin-bottom: 40px;
    width: 48%;
  }
}
/* line 1145, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__prof .prof {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 1147, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__prof .prof .thmb {
  width: 31.25vw;
  height: 31.25vw;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 520px) {
  /* line 1147, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__prof .prof .thmb {
    width: 150px;
    height: 150px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  /* line 1147, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__prof .prof .thmb {
    width: 150px;
    height: 150px;
  }
}
/* line 1166, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__prof .prof .prof__cont {
  width: 100%;
}
@media screen and (min-width: 520px) {
  /* line 1166, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__prof .prof .prof__cont {
    width: 60%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1080px) {
  /* line 1166, ../sass/contents.scss */
  #entry__body.archive .inner .major .flex .teach__prof .prof .prof__cont {
    width: 63%;
  }
}
/* line 1175, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__prof .prof .prof__cont .namae {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  border-bottom: 1px solid #000;
}
/* line 1182, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__prof .prof .prof__cont .dep {
  display: inline-block;
}
/* line 1185, ../sass/contents.scss */
#entry__body.archive .inner .major .flex .teach__prof .prof .prof__cont .dep__list {
  display: block;
}
/* line 1194, ../sass/contents.scss */
#entry__body.archive .gray__bg {
  background-color: #F8F8F8;
  padding: 40px 0;
}
/* line 1197, ../sass/contents.scss */
#entry__body.archive .gray__bg ul {
  list-style: none;
  margin: 0 -1%;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 1202, ../sass/contents.scss */
#entry__body.archive .gray__bg ul li {
  width: 100%;
  margin: 1%;
}
@media screen and (min-width: 769px) {
  /* line 1202, ../sass/contents.scss */
  #entry__body.archive .gray__bg ul li {
    width: 48%;
  }
}
@media screen and (min-width: 1080px) {
  /* line 1202, ../sass/contents.scss */
  #entry__body.archive .gray__bg ul li {
    width: 31%;
  }
}
/* line 1211, ../sass/contents.scss */
#entry__body.archive .gray__bg ul li a {
  color: #000;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
}
/* line 1217, ../sass/contents.scss */
#entry__body.archive .gray__bg ul li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  margin-left: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
}
/* line 1236, ../sass/contents.scss */
#entry__body .news__cat {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 60px auto;
}
@media screen and (min-width: 641px) {
  /* line 1236, ../sass/contents.scss */
  #entry__body .news__cat {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 640px;
  }
}
/* line 1244, ../sass/contents.scss */
#entry__body .news__cat .cat__item {
  display: inline-block;
  width: 31%;
  margin: 1% 2%;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 641px) {
  /* line 1244, ../sass/contents.scss */
  #entry__body .news__cat .cat__item {
    width: 16%;
  }
}
/* line 1253, ../sass/contents.scss */
#entry__body .news__cat .cat__item.all {
  border-bottom: 3px solid #D0D0D0;
}
/* line 1254, ../sass/contents.scss */
#entry__body .news__cat .cat__item.important {
  border-bottom: 3px solid #F22500;
}
/* line 1255, ../sass/contents.scss */
#entry__body .news__cat .cat__item.event {
  border-bottom: 3px solid #F29600;
}
/* line 1256, ../sass/contents.scss */
#entry__body .news__cat .cat__item.news {
  border-bottom: 3px solid #05AEBC;
}
/* line 1257, ../sass/contents.scss */
#entry__body .news__cat .cat__item.guidance {
  border-bottom: 3px solid #659F34;
}
/* line 1258, ../sass/contents.scss */
#entry__body .news__cat .cat__item:last-of-type {
  margin-right: 0;
}
/* line 1262, ../sass/contents.scss */
#entry__body .news__list .news__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  color: #000;
  text-decoration: none;
}
/* line 1269, ../sass/contents.scss */
#entry__body .news__list .news__item:hover .lead {
  text-decoration: underline;
}
/* line 1273, ../sass/contents.scss */
#entry__body .news__list .news__item:last-child {
  border-bottom: 1px solid #ccc;
}
/* line 1276, ../sass/contents.scss */
#entry__body .news__list .news__item .news__img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  /* line 1276, ../sass/contents.scss */
  #entry__body .news__list .news__item .news__img {
    width: 25%;
    height: 150px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: ) {
  /* line 1276, ../sass/contents.scss */
  #entry__body .news__list .news__item .news__img {
    width: 250px;
    height: 150px;
  }
}
/* line 1293, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  /* line 1293, ../sass/contents.scss */
  #entry__body .news__list .news__item .news__cont {
    width: 75%;
    padding-left: 25px;
  }
}
@media screen and (min-width: ) {
  /* line 1293, ../sass/contents.scss */
  #entry__body .news__list .news__item .news__cont {
    width: 900px;
  }
}
/* line 1303, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont .cont__info {
  margin-bottom: 10px;
}
/* line 1305, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont .cont__info .cat {
  display: inline-block;
  padding: 2px 15px;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
/* line 1311, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont .cont__info .cat.important {
  background-color: #F22500;
}
/* line 1312, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont .cont__info .cat.event {
  background-color: #F29600;
}
/* line 1313, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont .cont__info .cat.news {
  background-color: #05AEBC;
}
/* line 1314, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont .cont__info .cat.guidance {
  background-color: #659F34;
}
/* line 1316, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont .cont__info .date {
  display: inline-block;
}
/* line 1320, ../sass/contents.scss */
#entry__body .news__list .news__item .news__cont .tit {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

/* line 1338, ../sass/contents.scss */
.acdjs {
  display: block;
}
/* line 1342, ../sass/contents.scss */
.acdjs.qanda dt:last-of-type {
  transition-delay: 0.2s;
}
/* line 1345, ../sass/contents.scss */
.acdjs.qanda dt:before {
  content: "";
  width: 42px;
  height: 42px;
  background-image: url(/entrance/img/parts/question.png);
  position: absolute;
  top: 50%;
  left: 55px;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/* line 1356, ../sass/contents.scss */
.acdjs.qanda dt, .acdjs.qanda dd {
  display: block;
}
/* line 1359, ../sass/contents.scss */
.acdjs.qanda dt {
  padding: 20px 75px;
  margin-top: 0;
  cursor: pointer;
  position: relative;
  background-color: #FFEDE5;
}
/* line 1365, ../sass/contents.scss */
.acdjs.qanda dt .intBtn {
  position: absolute;
  right: -1em;
  top: 50%;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/* line 1372, ../sass/contents.scss */
.acdjs.qanda dd {
  display: none;
  position: relative;
  padding: 20px 75px;
}
/* line 1376, ../sass/contents.scss */
.acdjs.qanda dd:before {
  content: "";
  width: 42px;
  height: 42px;
  background-image: url(/entrance/img/parts/answer.png);
  position: absolute;
  top: 50%;
  left: 55px;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
/* line 1386, ../sass/contents.scss */
.acdjs.qanda dd p {
  margin: 0.5em 0;
}
/* line 1389, ../sass/contents.scss */
.acdjs.qanda dd a {
  color: #2b579a;
}
/* line 1391, ../sass/contents.scss */
.acdjs.qanda dd a.btn {
  color: #fff;
}
/* line 1393, ../sass/contents.scss */
.acdjs.qanda dd a.btn:hover {
  color: #000;
}

/* line 1402, ../sass/contents.scss */
.ui-plus-2 {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 25px;
  height: 25px;
}
/* line 1409, ../sass/contents.scss */
.ui-plus-2:before, .ui-plus-2:after {
  content: "";
  height: 10%;
  width: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 40%;
  margin-top: -10%;
}
/* line 1420, ../sass/contents.scss */
.ui-plus-2:before {
  transform: rotate(90deg);
}
/* line 1423, ../sass/contents.scss */
.ui-plus-2:before {
  transition: transform 0.3s ease;
}
/* line 1426, ../sass/contents.scss */
.ui-plus-2.is-active:before {
  transform: rotate(-180deg);
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 1468, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form-information {
  display: none;
}
/* line 1472, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-field {
  display: block;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 10px;
}
@media screen and (min-width: 520px) {
  /* line 1472, ../sass/contents.scss */
  #entry__body .inner #contactform .contact-form .contact-form-field {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
/* line 1479, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-field .form-label {
  width: 100%;
  text-align: left;
  padding: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 520px) {
  /* line 1479, ../sass/contents.scss */
  #entry__body .inner #contactform .contact-form .contact-form-field .form-label {
    width: 20%;
    text-align: center;
  }
}
/* line 1489, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-field .form-label label .description {
  display: none;
}
/* line 1492, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-field .form-label label .must {
  color: #f00;
}
/* line 1497, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-field .form-element {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 520px) {
  /* line 1497, ../sass/contents.scss */
  #entry__body .inner #contactform .contact-form .contact-form-field .form-element {
    width: 80%;
  }
}
/* line 1503, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-field .form-element input {
  width: 100%;
  padding: 10px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
/* line 1512, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-field .form-element select {
  width: 75px;
  padding: 10px;
  text-align: center;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
/* line 1522, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-field .form-element textarea {
  width: 100%;
  padding: 10px;
  min-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #F5F5F5;
}
/* line 1534, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-submit {
  text-align: center;
}
/* line 1536, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-submit input[type=submit] {
  display: inline-block;
  width: 200px;
  padding: 10px 20px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.25s;
}
/* line 1545, ../sass/contents.scss */
#entry__body .inner #contactform .contact-form .contact-form-submit input[type=submit]:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: 0.25s;
}

/* line 1560, ../sass/contents.scss */
video {
  width: 100%;
}