<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("../css/reset.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  background: #e8fcff url(../../img/bg.png) repeat !important;
  font: 1.6rem/1.7 "Noto Sans JP", sans-serif !important;
  color: #333333;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s;
}

a:hover {
  filter: contrast(120%);
}

li {
  list-style: none;
}

main {
  display: block;
}

/* -- LAYOUT -- */
#page_header {
  width: 100%;
  height: 400px;
  margin: 0px auto 0;
  background: url(../../img/project_hd1.jpg) center bottom no-repeat;
}

@media (min-width: 481px) and (max-width: 768px) {
  #page_header {
    width: 100%;
    margin: 0px auto 0;
    background-size: cover;
    height: auto;
  }
}

@media (max-width: 480px) {
  #page_header {
    background-size: cover;
    height: auto;
  }
}

#page_header .header_block {
  display: none;
  padding: 12px 20px;
  background: #fff;
}

.hd_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hd_inner {
    width: 100%;
  }
}

.hd_inner_tfm {
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 0;
}

.hd_inner_tfm &gt; img {
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .hd_inner_tfm {
    width: 20%;
    padding: 10px 10px 0;
  }
}

.hd_inner_logo {
  display: block;
  width: 69.9%;
  padding-top: 25px;
  margin: 0 auto;
}

@media (min-width: 481px) and (max-width: 768px) {
  .hd_inner_logo {
    padding-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .hd_inner_logo {
    width: 90%;
    padding: 50px 0;
  }
}

#formArea {
  width: 960px;
  background: #fff;
  padding: 12px 20px;
  margin: 0 auto 20px;
  box-sizing: content-box;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.015), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.024), 0 22.3px 17.9px rgba(0, 0, 0, 0.027), 0 41.8px 33.4px rgba(0, 0, 0, 0.033), 0 100px 80px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  #page_header img {
    width: 100%;
    height: auto;
    max-width: 1000px;
  }
  #page_header .header_block {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
  }
  #formArea {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 12px 4%;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

.footer {
  position: relative;
}

.footer_sns_sp {
  display: none;
}

.footer_bnr {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 70px auto;
}

.footer_pagetop {
  display: none;
}

.footer_tfm {
  margin-right: 50px;
  width: 231px;
  height: auto;
}

.footer_seibu {
  width: 231px;
  height: auto;
}

.footer_bottom {
  position: relative;
}

@media (max-width: 480px) {
  .footer_sns_sp {
    width: 100%;
    background: #e8f6fc;
    padding: 20px 0;
    display: block;
  }
  .footer_sns_sp_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer_sns_sp_radiko {
    width: 45%;
    margin: 0 auto 10px;
  }
  .footer_sns_sp_radiko img {
    width: 100%;
    height: auto;
    max-width: 229px;
  }
  .footer_sns_sp_tw a {
    display: block;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer_sns_sp_fb a {
    display: block;
    width: 30px;
    margin: 0 0px 0 0;
  }
  .footer_bnr {
    flex-flow: column;
    align-items: center;
    margin: 40px 0 40px;
  }
  .footer_bnr &gt; li {
    max-width: 250px;
  }
  .footer_pagetopSp {
    position: relative;
    display: block;
    text-align: center;
  }
  .footer_tfm {
    margin: 0 auto 40px;
    width: 45%;
  }
  .footer_seibu {
    width: 45%;
  }
}

.copyright {
  padding: 11px 0;
  font-size: 1.1rem;
  color: #000000;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 768px) {
  .copyright {
    padding: 15px 0;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.pagetop {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: -135px;
  right: 30px;
  transition: 0.4s ease;
  cursor: pointer;
  background: #75bacc;
  padding: 15px 10px;
  border-radius: 10px;
  z-index: 2;
}

.pagetop img {
  width: 20px;
}

.pagetop.is-scroll {
  bottom: 30px;
}

@media (max-width: 768px) {
  .pagetop {
    right: 15px;
  }
  .pagetop.is-scroll {
    bottom: 15px;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*# sourceMappingURL=./style.css.map */
.present_chk label.chk-text {
  height: auto;
  margin-bottom: 15px;
}

#ualink {
  color: #3390ff;
  font-weight: bold;
  text-decoration: underline;
}

/********************************************
.contents
********************************************/
.lead_ttl {
  width: 92.2%;
  margin: 30px auto;
}

@media (max-width: 480px) {
  .lead_ttl {
    width: 100%;
    margin: 0px auto 15px;
  }
}

.contents {
  width: 90%;
  margin: 40px auto 60px;
  padding: 5%;
  background: url(../../img/cont_bg.jpg);
  border: #fcfcfc 1px solid;
  border-radius: 15px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .contents {
    width: 100%;
    margin: 15px auto 15px;
  }
}

.contents_ttl {
  text-align: center;
  font-size: 2rem;
  margin: -10px 0 40px;
  line-height: 1;
}

.contents_ttl span {
  font-size: 2.6rem;
  background: linear-gradient(transparent 60%, #f8ef97 60%);
}

@media (max-width: 480px) {
  .contents_ttl {
    line-height: 1.4;
    margin: 0px 0 20px;
  }
}

.contents_lead {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.8;
  text-align: center;
  margin: 0 auto 0px;
  background: linear-gradient(#ccc 1px, transparent 1px);
  background-size: auto 2.5em;
  border-bottom: 1px #ccc solid;
  line-height: 2.5em;
}

@media (min-width: 481px) and (max-width: 768px) {
  .contents_lead {
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  .contents_lead {
    width: 100%;
    font-size: 1.3rem;
    margin: 0 auto 30px;
    text-align: left;
  }
  .contents_lead br {
    display: none;
  }
}

.contents_supervisor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #75bacc;
  width: 100%;
  padding: 30px;
  margin: 40px auto 0;
  box-sizing: border-box;
  border-radius: 20px;
}

.contents_supervisor_ph {
  width: 32.21649%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents_supervisor_txt {
  width: 67.78351%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

.contents_supervisor_txt span {
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 10px;
}

@media (max-width: 480px) {
  .contents_supervisor {
    padding: 15px;
    margin: 20px auto 0;
    flex-direction: column;
  }
  .contents_supervisor_ph {
    width: 50%;
    max-width: 150px;
  }
  .contents_supervisor_txt {
    width: 96%;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.contents_article {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 768px) {
  .contents_article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.contents_personality {
  width: 48%;
  background: url(../../img/personality_bg.jpg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.93237%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

@media (min-width: 481px) and (max-width: 768px) {
  .contents_personality {
    width: 70%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  .contents_personality {
    width: 100%;
    margin: 0 auto 30px;
    padding: 3.86473%;
  }
}

.contents_personality_wrap {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 2%;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .contents_personality_wrap {
    padding: 3%;
  }
}

.contents_personality_border {
  width: 100%;
  background: url(../../img/personality_ttl.png) center 15px no-repeat;
  background-size: 100%;
  border: 1px dotted #c5a988;
  border-radius: 3px;
  padding: 2%;
  box-sizing: border-box;
}

.contents_personality_name {
  margin-top: 10.86957%;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}

.contents_personality_name span {
  display: block;
  font-size: 1.1rem;
}

@media (max-width: 480px) {
  .contents_personality_name {
    margin-top: 14.49275%;
    font-size: 1.8rem;
  }
}

.contents_personality_txt {
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 480px) {
  .contents_personality_txt {
    font-size: 1.2rem;
    text-align: left;
    padding: 15px 7px;
  }
  .contents_personality_txt br {
    display: none;
  }
}

.contents_bnr {
  width: 48%;
  background: url(../../img/bnr_bg.png);
  padding: 30px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents_bnr_inner {
  width: 90%;
  margin: 0;
}

@media (min-width: 481px) and (max-width: 768px) {
  .contents_bnr {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .contents_bnr {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.contents_lead {
  border-bottom: none;
}

_:-ms-lang(x)::-ms-backdrop,
.fm-btnArea {
  display: block !important;
}

/********************************************
.ks 
********************************************/
.ks {
  width: 90%;
  margin: 40px auto 60px;
}

@media (max-width: 768px) {
  .ks {
    width: 100%;
    margin: 15px auto 15px;
  }
}

.ks_ph {
  width: 90%;
  padding: 30px 0;
  margin: 40px auto;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .ks_ph {
    width: 100%;
    padding: 15px 0 0;
    margin: 20px auto 0;
  }
}

.ks_ph_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00a6d9;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .ks_ph_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.ks_ph ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .ks_ph ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
}

.ks_ph ul li {
  width: 23%;
}

@media (max-width: 480px) {
  .ks_ph ul li {
    width: 44%;
    margin: 0 3% 20px;
  }
}

.ks_ph ul li p {
  background: #00a6d9;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.ks_msg {
  background: #75bacc;
  width: 90%;
  padding: 30px;
  margin: 40px auto;
  box-sizing: border-box;
  border-radius: 20px;
}

@media (max-width: 480px) {
  .ks_msg {
    width: 100%;
    padding: 15px;
    margin: 20px auto;
  }
}

.ks_msg_nobumi {
  width: 90%;
  text-align: center;
  color: #fff;
  border-bottom: #fff 1px dashed;
  padding-bottom: 20px;
  margin: 0 auto 20px;
}

.ks_msg_nobumi h3 {
  color: #f8ef97;
  font-size: 3rem;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .ks_msg_nobumi h3 {
    font-size: 2rem;
  }
}

.ks_msg_nobumi p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  .ks_msg_nobumi p {
    font-size: 1.4rem;
  }
}

.ks_msg_onodera {
  width: 90%;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
}

@media (max-width: 480px) {
  .ks_msg_onodera {
    width: 100%;
  }
}

.ks_msg_onodera h3 {
  color: #f8ef97;
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .ks_msg_onodera h3 {
    font-size: 2rem;
  }
}

.ks_msg_onodera p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 1.8rem;
}

.ks_msg_onodera p strong {
  font-size: 2.2rem;
  align-self: flex-start;
}

@media (max-width: 480px) {
  .ks_msg_onodera p strong {
    font-size: 1.8rem;
  }
}

.ks_msg_onodera p span {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  text-align: right;
}

@media (max-width: 480px) {
  .ks_msg_onodera p {
    font-size: 1.4rem;
  }
}

.ks_msg_onodera _:-ms-lang(x)::-ms-backdrop, .ks_msg_onodera p {
  display: block;
}

.ks_msg_onodera _:-ms-lang(x)::-ms-backdrop span, .ks_msg_onodera p span {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.ks_msg_txt {
  padding-bottom: 30px;
}

.text_wrapper {
  position: relative;
}

.Toggle {
  display: inline;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: bottom 0.3s;
  font-size: 2rem;
  color: #ffffff;
  background: #0e6996;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 5px 50px 10px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .Toggle {
    font-size: 1.6rem;
  }
}

.active {
  background: none;
  bottom: 0px;
}

@media (max-width: 480px) {
  .text {
    height: 100px;
    padding-bottom: 85px;
  }
  .show_more {
    width: 100%;
    height: 30px;
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .show_more span {
    font-size: 1.6rem;
    padding: 2px 30px 5px;
  }
}

/********************************************
.apply
********************************************/
.apply {
  width: 90%;
  background: #fff;
  padding: 30px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  border: #75bacc 2px solid;
  border-radius: 15px;
  text-align: center;
}

@media (max-width: 480px) {
  .apply {
    width: 100%;
    margin: 40px auto;
    padding: 15px;
  }
}

.apply_ttl {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  color: #0e6995;
  border-bottom: #0e6995 4px solid;
}

@media (max-width: 480px) {
  .apply_ttl {
    font-size: 2rem;
  }
}

.apply_txt {
  width: 87%;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 auto 40px;
  text-align: left;
}

.apply_txt strong {
  font-size: 2.2rem;
  background: linear-gradient(transparent 70%, #f8ef97 70%);
}

.apply_txt span {
  font-size: 1.4rem;
}

@media (min-width: 481px) and (max-width: 768px) {
  .apply_txt {
    width: 90%;
    font-size: 1.6rem;
  }
  .apply_txt strong {
    font-size: 2rem;
  }
  .apply_txt span {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .apply_txt {
    width: 94%;
    font-size: 1.4rem;
  }
  .apply_txt strong {
    font-size: 1.6rem;
  }
  .apply_txt span {
    font-size: 1rem;
  }
}

.apply_btn {
  display: block;
  width: 70%;
  margin: 20px auto 20px;
}

@media (max-width: 480px) {
  .apply_btn {
    width: 100%;
  }
}

.apply_end {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84%;
  border-radius: 15px;
  background: #75bacc;
  color: #fff;
  font-size: 1.8rem;
  padding: 5px 0;
  margin: -20px auto 40px;
}

.apply_end span {
  font-weight: bold;
  font-size: 2.6rem;
}

@media (max-width: 480px) {
  .apply_end {
    width: 100%;
    flex-direction: column;
    font-size: 1.6rem;
  }
  .apply_end span {
    font-weight: bold;
    font-size: 2.2rem;
  }
}

.apply_close {
  font-size: 1.8rem;
  text-align: center;
  color: #ff0000;
  font-weight: bold;
  margin: 40px 0;
  padding-top: 60px;
  border-top: #75bacc 1px dashed;
}

@media (max-width: 480px) {
  .apply_close {
    font-size: 1.6rem;
  }
}

.apply .red {
  color: #ff0000;
}

.notice {
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .notice_sp {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.sponsor a {
  display: block;
  width: 300px;
  margin: 50px auto;
  border: #ccc 1px solid;
  background: #fff;
  padding: 20px;
}

@media (max-width: 480px) {
  .sponsor a {
    width: 54%;
    max-width: 300px;
    margin: 25px auto;
  }
}

.entry_work {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
}

@media (max-width: 480px) {
  .entry_work {
    width: 90%;
    margin: 40px auto 0px;
  }
}
</pre></body></html>