@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* CSS Document */
html {
  font-size: 62.5%; }

body {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.9;
  position: relative;
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
header {
  height: 50px;
  background-color: #fff;
  position: relative;
  color: #333;
  margin: 0 0 30px; }
  @media screen and (max-width: 1000px) {
    header {
      height: auto;
      padding: 10px 0;
      margin: 0; } }
  header .inner {
    width: auto;
    margin: 0 30px; }
    @media screen and (max-width: 1000px) {
      header .inner {
        margin: 0 20px; } }
    header .inner .logo {
      width: 100px;
      float: left;
      margin: 20px 0 0; }
      @media screen and (max-width: 1000px) {
        header .inner .logo {
          width: 70px;
          margin: 0; } }
      header .inner .logo img {
        max-width: 100px;
        width: 100%;
        height: auto;
        display: block; }
        @media screen and (max-width: 1000px) {
          header .inner .logo img {
            max-width: 70px; } }
    header .inner .credit {
      float: right;
      margin: 20px 0 0 0; }
      @media screen and (max-width: 1000px) {
        header .inner .credit {
          float: none;
          margin: 0;
          text-align: right; } }
      header .inner .credit .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap; }
        @media screen and (max-width: 1000px) {
          header .inner .credit .box {
            justify-content: flex-end;
            flex-wrap: wrap; } }
        header .inner .credit .box span {
          font-size: 1.4rem; }
          @media screen and (max-width: 1000px) {
            header .inner .credit .box span {
              font-size: 1rem; } }
        header .inner .credit .box img {
          width: 90px;
          height: auto; }
          @media screen and (max-width: 1000px) {
            header .inner .credit .box img {
              width: 70px; } }
        header .inner .credit .box p {
          font-size: 1.2rem;
          line-height: 1;
          display: inline-block; }
          @media screen and (max-width: 1000px) {
            header .inner .credit .box p {
              font-size: .9rem;
              margin: 6px 0 0; } }

.main {
  margin: 10px 0 60px; }
  @media screen and (max-width: 1000px) {
    .main {
      margin: 0 0 40px; } }
  .main h1 {
    margin: 0;
    padding: 0; }
    .main h1 img.pc {
      max-width: 1440px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 1000px) {
        .main h1 img.pc {
          display: none; } }
    .main h1 img.sp {
      display: none; }
      @media screen and (max-width: 1000px) {
        .main h1 img.sp {
          max-width: 600px;
          width: 100%;
          height: auto;
          display: block;
          margin: 0 auto; } }

.lead {
  width: 980px;
  margin: 0 auto 80px;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: left;
  color: #333; }
  @media screen and (max-width: 1000px) {
    .lead {
      width: auto;
      margin: 0 20px 40px;
      font-size: 1.5rem;
      line-height: 2; } }

.people {
  width: 700px;
  box-sizing: border-box;
  margin: 60px auto 70px;
  border: solid 10px #fff;
  padding: 30px 100px;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px; }
  @media screen and (max-width: 1000px) {
    .people {
      width: 600px;
      padding: 30px 50px;
      margin: 40px auto 50px; } }
  .people img {
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: both; }
  .people .box {
    width: 240px;
    float: right; }
    .people .box h3 {
      text-align: center;
      font-size: 2.6rem;
      font-weight: bold;
      margin: 50px 0 15px;
      line-height: 1;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      background-color: #fff;
      color: #333;
      padding: 10px 20px; }
    .people .box p {
      text-align: center;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1; }

.bnr {
  width: 185px;
  height: 185px;
  position: absolute;
  top: -45px;
  left: -80px; }

.bnrPc {
  display: block; }

.bnrSp {
  display: none; }

a:hover img.bnr {
  opacity: 0.8; }

.bg {
  background-color: #edf7f6;
  padding: 0 0 80px; }
  @media screen and (max-width: 1000px) {
    .bg {
      padding: 0 0 50px; } }

.bg2 {
  background-image: url(../images/bg2.svg?2025);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding: 0 0 60px; }

.contents {
  width: 980px;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .contents {
      width: auto;
      margin: 0 20px; } }
  .contents h2 {
    height: 60px;
    line-height: 60px;
    background-color: #019fa8;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 60px auto 50px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    letter-spacing: 2px; }
    @media screen and (max-width: 1000px) {
      .contents h2 {
        height: 50px;
        line-height: 50px;
        font-size: 1.8rem; } }
    .contents h2:first-of-type {
      margin: 70px auto 50px; }
      @media screen and (max-width: 1000px) {
        .contents h2:first-of-type {
          margin: 50px auto 40px; } }
  .contents h3 {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.5; }
    @media screen and (max-width: 1000px) {
      .contents h3 {
        font-size: 1.8rem; } }
    .contents h3 span {
      font-size: 2.2rem;
      line-height: 1.5;
      display: inline-block;
      margin: 0 0 0 20px; }
      @media screen and (max-width: 1000px) {
        .contents h3 span {
          font-size: 1.6rem;
          margin: 0; } }
    .contents h3 em {
      font-size: 1.6rem; }
      @media screen and (max-width: 1000px) {
        .contents h3 em {
          font-size: 1.5rem; } }
  .contents .center {
    font-size: 2rem;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .contents .center {
        font-size: 1.6rem; } }
    .contents .center em {
      font-size: 3rem;
      font-weight: bold; }
      @media screen and (max-width: 1000px) {
        .contents .center em {
          font-size: 2rem; } }
    .contents .center .att {
      width: 980px;
      margin: 40px auto 0; }
      @media screen and (max-width: 1000px) {
        .contents .center .att {
          width: auto;
          margin: 40px 0 0; } }
      .contents .center .att li {
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
        font-size: 1.5rem; }
        @media screen and (max-width: 1000px) {
          .contents .center .att li {
            font-size: 1.3rem; } }
    .contents .center span {
      font-weight: bold;
      font-size: 2.6rem;
      display: block; }
      @media screen and (max-width: 1000px) {
        .contents .center span {
          font-size: 2rem; } }
    .contents .center br {
      display: none; }
      @media screen and (max-width: 1000px) {
        .contents .center br {
          display: block; } }
  .contents .left {
    width: 460px;
    float: left;
    text-align: center;
    font-size: 2rem;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .contents .left {
        width: auto;
        float: none;
        font-size: 1.5rem; } }
    .contents .left em {
      font-size: 3rem;
      font-weight: bold; }
      @media screen and (max-width: 1000px) {
        .contents .left em {
          font-size: 2rem; } }
    .contents .left .att {
      padding-left: 1em;
      text-indent: -1em;
      text-align: center;
      font-size: 1.5rem; }
      @media screen and (max-width: 1000px) {
        .contents .left .att {
          font-size: 1.3rem; } }
  .contents .right {
    width: 460px;
    float: right;
    text-align: center;
    font-size: 2rem;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .contents .right {
        font-size: 1.5rem;
        width: auto;
        float: none; } }
    .contents .right em {
      font-size: 3rem;
      font-weight: bold; }
      @media screen and (max-width: 1000px) {
        .contents .right em {
          font-size: 2rem;
          width: auto;
          float: none; } }
    .contents .right .att {
      padding-left: 1em;
      text-indent: -1em;
      text-align: center;
      font-size: 1.5rem; }
      @media screen and (max-width: 1000px) {
        .contents .right .att {
          font-size: 1.3rem; } }
  .contents table {
    width: 100%;
    font-size: 2.6rem;
    font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .contents table {
        font-size: 1.6rem; } }
    .contents table span {
      font-size: 2.5rem;
      font-weight: bold;
      display: inline-block; }
      @media screen and (max-width: 1000px) {
        .contents table span {
          font-size: 1.5rem; } }
    .contents table em {
      font-size: 1.7rem;
      font-weight: normal;
      display: inline-block;
      margin: 15px 0 0;
      line-height: 1.8; }
      @media screen and (max-width: 1000px) {
        .contents table em {
          font-size: 1.5rem; } }
    .contents table tr {
      border-bottom: 1px #333 solid; }
      .contents table tr:last-of-type {
        border-bottom: none; }
      .contents table tr th {
        width: 12%;
        text-align: left;
        padding: 30px 0 30px; }
        .contents table tr th:first-child {
          padding: 0 0 30px; }
      .contents table tr td {
        padding: 30px 20px 30px 0;
        line-height: 1.5; }
        .contents table tr td:first-child {
          padding: 0 20px 30px 0; }
        .contents table tr td br.sp {
          display: none; }
  .contents .profile {
    margin: 0 auto 50px;
    overflow: hidden; }
    @media screen and (max-width: 1000px) {
      .contents .profile {
        margin: 0 auto 30px; } }
    .contents .profile img {
      width: 200px;
      float: left;
      display: block;
      padding: 5px 0 0;
      margin: 0 50px 0 0; }
      @media screen and (max-width: 1000px) {
        .contents .profile img {
          float: none;
          padding: 0;
          margin: 20px auto 30px; } }
    .contents .profile p {
      line-height: 2;
      color: #333; }
      @media screen and (max-width: 1000px) {
        .contents .profile p {
          font-size: 1.4rem;
          line-height: 1.8; } }
    .contents .profile br {
      display: none; }
      @media screen and (max-width: 1000px) {
        .contents .profile br {
          display: block; } }
  .contents .student h3 {
    background-color: #019fa8;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 2.2rem;
    margin: 30px 0 20px;
    font-weight: bold;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    letter-spacing: 2px; }
    @media screen and (max-width: 1000px) {
      .contents .student h3 {
        font-size: 1.9rem; } }
  .contents .student h4 {
    border: 2px solid #019fa8;
    color: #019fa8;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.8rem;
    margin: 20px 0 15px;
    font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .contents .student h4 {
        font-size: 1.6rem; } }
  .contents .student ul {
    margin: 0;
    padding: 0 0 0 10px; }
    @media screen and (max-width: 1000px) {
      .contents .student ul {
        padding: 0; } }
    .contents .student ul li {
      font-size: 1.7rem;
      list-style-type: disc;
      list-style-position: inside;
      margin-bottom: 8px;
      line-height: 1.8;
      text-indent: -1em;
      padding-left: 1em; }
      @media screen and (max-width: 1000px) {
        .contents .student ul li {
          font-size: 1.4rem; } }
  .contents .student dl {
    margin: 0;
    padding: 0; }
    .contents .student dl dt {
      font-size: 1.8rem;
      font-weight: bold;
      border-bottom: 2px solid #019fa8;
      margin: 30px auto 20px;
      padding-bottom: 5px;
      color: #019fa8; }
      @media screen and (max-width: 1000px) {
        .contents .student dl dt {
          font-size: 1.5rem; } }
    .contents .student dl dd {
      font-size: 1.7rem;
      margin-bottom: 10px;
      line-height: 1.8; }
      @media screen and (max-width: 1000px) {
        .contents .student dl dd {
          font-size: 1.4rem; } }
      .contents .student dl dd b {
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-bottom: 5px; }
  .contents .student p {
    font-size: 1.6rem; }
    @media screen and (max-width: 1000px) {
      .contents .student p {
        font-size: 1.4rem; } }
  .contents .student span {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.6;
    display: block; }
    @media screen and (max-width: 1000px) {
      .contents .student span {
        font-size: 1.2rem; } }
  .contents .student .att {
    font-size: 1.5rem;
    font-weight: normal; }
    .contents .student .att a {
      color: #fff; }
      .contents .student .att a:hover {
        text-decoration: none; }
  .contents .student .photos {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 1000px) {
      .contents .student .photos {
        justify-content: center;
        margin: 20px auto 0; } }
    .contents .student .photos figure {
      width: 48%; }
      @media screen and (max-width: 1000px) {
        .contents .student .photos figure {
          width: 100%;
          margin: 30px 0 0; } }
      .contents .student .photos figure img {
        width: 100%;
        height: auto;
        display: block; }
      .contents .student .photos figure figcaption {
        text-align: center;
        margin: 10px 0 0; }

.btn {
  margin: 40px auto; }
  @media screen and (max-width: 1000px) {
    .btn {
      margin: 0 20px; } }
  .btn a {
    width: 100%;
    max-width: 500px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 20px;
    display: block;
    color: #fff;
    background-color: #e70012;
    border-radius: 90px;
    border: 2px solid #e70012;
    text-decoration: none;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .btn a {
        height: 80px;
        line-height: 80px;
        font-size: 1.7rem; } }
    @media screen and (max-width: 330px) {
      .btn a {
        height: 60px;
        line-height: 60px;
        font-size: 1.4rem; } }
    .btn a::after {
      content: '';
      width: 59px;
      height: 14px;
      background: url(../images/arrow.png?2024) no-repeat center center;
      background-repeat: no-repeat;
      background-size: 59px 14px;
      position: absolute;
      top: 40%;
      right: 8%; }
      @media screen and (max-width: 1000px) {
        .btn a::after {
          width: 46px;
          height: 10px;
          background-size: 46px 10px; } }
    .btn a:hover::after {
      content: '';
      width: 59px;
      height: 14px;
      background: url(../images/arrow_ov.png?2024) no-repeat center center;
      background-repeat: no-repeat;
      background-size: 59px 14px;
      position: absolute;
      top: 40%;
      right: 8%; }
      @media screen and (max-width: 1000px) {
        .btn a:hover::after {
          width: 46px;
          height: 10px;
          background-size: 46px 10px; } }
    .btn a span {
      color: #fff;
      transition: all 1.0s;
      line-height: 1;
      display: inline-block; }
    .btn a:hover {
      color: #e70012;
      background-color: #fff;
      border: 2px solid #e70012;
      border-radius: 90px;
      box-sizing: border-box; }
      .btn a:hover span {
        color: #e70012; }

.attention {
  width: 980px;
  margin: 60px auto 0; }
  @media screen and (max-width: 1000px) {
    .attention {
      width: auto;
      margin: 40px 20px 0; } }
  .attention p {
    margin-bottom: 5px;
    font-size: 1.2rem; }
  .attention ul {
    margin: 0;
    padding: 0; }
    .attention ul li {
      margin: 0 0 5px;
      padding: 0;
      font-size: 1.2rem;
      line-height: 1.7;
      padding-left: 1em;
      text-indent: -1em;
      list-style: none; }
      @media screen and (max-width: 1000px) {
        .attention ul li {
          font-size: 1.1rem; } }
      .attention ul li a {
        color: #333;
        word-wrap: break-word; }
        .attention ul li a:hover {
          text-decoration: none; }

.contact {
  width: 940px;
  text-align: center;
  margin: 50px auto;
  border: 1px solid #333;
  padding: 20px; }
  @media screen and (max-width: 1000px) {
    .contact {
      width: auto;
      margin: 50px 20px; } }
  .contact h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 8px; }
    @media screen and (max-width: 1000px) {
      .contact h3 {
        font-size: 1.6rem;
        line-height: 1.5; } }
  .contact p {
    font-size: 1.4rem; }
  .contact a {
    color: #333; }
    .contact a:hover {
      color: #333;
      text-decoration: none; }

.sponsored {
  width: 980px;
  text-align: center;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .sponsored {
      width: auto;
      margin: 0 20px; } }
  .sponsored p {
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2; }
    .sponsored p br {
      display: none; }
      @media screen and (max-width: 1000px) {
        .sponsored p br {
          display: block;
          line-height: 1.5; } }
  .sponsored img.pc {
    display: block; }
    @media screen and (max-width: 1000px) {
      .sponsored img.pc {
        display: none; } }
  .sponsored img.sp {
    display: none; }
    @media screen and (max-width: 1000px) {
      .sponsored img.sp {
        display: block; } }

.flbtn {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 60px;
  height: 270px;
  line-height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  @media screen and (max-width: 1000px) {
    .flbtn {
      -ms-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      width: 90%;
      max-width: 500px;
      height: 50px;
      line-height: 50px;
      position: fixed;
      top: inherit;
      right: 0;
      left: 0;
      bottom: 10px;
      margin: auto;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; } }
  .flbtn a {
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 1.8rem;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #e70012;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid #e70012;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .flbtn a {
        display: block;
        font-size: 1.4rem;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: center;
        letter-spacing: 2px; } }
    .flbtn a:hover {
      color: #e70012;
      background-color: #fff;
      border: 2px solid #e70012;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
      @media screen and (max-width: 1000px) {
        .flbtn a:hover {
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px; } }
      @media screen and (max-width: 1000px) {
        .flbtn a:hover::after {
          display: inline-block;
          content: '';
          width: 46px;
          height: 10px;
          background: url(../images/arrow_ov.png?2023) no-repeat center center;
          background-repeat: no-repeat;
          background-size: 46px 10px;
          position: absolute;
          top: 30%;
          right: 8%; } }
      .flbtn a:hover span {
        color: #e70012; }
    @media screen and (max-width: 1000px) {
      .flbtn a::after {
        display: inline-block;
        content: '';
        width: 46px;
        height: 10px;
        background: url(../images/arrow.png?2023) no-repeat center center;
        background-repeat: no-repeat;
        background-size: 46px 10px;
        position: absolute;
        top: 30%;
        right: 8%; } }
    .flbtn a span {
      display: block;
      color: #fff;
      transition: all 1.0s; }

.pagetop {
  width: 84px;
  height: 84px;
  position: fixed;
  right: 30px;
  bottom: 60px; }
  @media screen and (max-width: 1000px) {
    .pagetop {
      width: 60px;
      height: 60px;
      right: 15px;
      bottom: 120px; } }
  .pagetop img {
    width: 84px;
    height: 84px; }
    @media screen and (max-width: 1000px) {
      .pagetop img {
        width: 60px;
        height: 60px; } }
    .pagetop img:hover {
      opacity: 0.8; }

footer {
  background-color: #019fa8;
  text-align: center;
  padding: 40px 30px;
  margin: 0; }
  @media screen and (max-width: 1000px) {
    footer {
      padding: 20px 20px 90px;
      text-align: left; } }
  footer p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.8; }

/*# sourceMappingURL=style.css.map */
