/*
Version: 1.4
*/

/* Reset & Base
-------------------------------------------------------------- */
* { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; box-sizing: border-box; word-wrap: break-word; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a { display: inline-block; }

p { text-align: left; margin-bottom: 1em; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { display: block; padding: 2em; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
iframe { max-width: 100%; }

/* 
* common
-------------------------------------------------------------- */
a { text-decoration: underline; }
a:link, a:visited { color: inherit; }
a:hover { text-decoration: none; opacity: .6; }

.t_left { text-align: left !important; }
.t_right { text-align: right !important; }
.t_center { text-align: center !important; }
.sp { display: none !important; }

html {
  -webkit-text-size-adjust:100%;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3a3838;
  letter-spacing: .05em;
}
.serif {
  font-family: 'Noto Serif JP', serif;
}

.wrapper{
	min-width: 1100px;
}

.container_o {
  max-width: 1600px;
  width: 88.28%;
  margin-left: auto;
  margin-right: auto;
}
.container_i {
  width: 88.28%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.bg01 {
  background: #ebf7fd;
}
.c_ttl01 {
  font-size: 2.53rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .18em;
  font-weight: 600;
  position: relative;
  padding-bottom: 2.17rem;
  margin-bottom: 4.07rem;
}
.c_ttl01::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 62px;
  height: 3px;
  background: #075aa8;
}

.floating {
  position: fixed;
  width: 100%;
  bottom: 10vh;
  left: 0;
  pointer-events: none;
}
.floating > div {
  display: flex;
  justify-content: flex-end;
}
.floating a {
  pointer-events: auto;
  max-width: 184px;
  max-height: 184px;
  width: 28.13vw;
  height: 28.13vw;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0px 5px 0px 3px rgba(176, 203, 223, 0.004);
  border: 4px solid #f3d949;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.33rem;
  color: #075aa8;
  letter-spacing: .1em;
  line-height: 1.77;
  position: relative;
  font-weight: 700;
}
.floating a .small {
  font-size: 1.13rem;
}
.floating .close {
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  width: 6.25vw;
  height: 6.25vw;
  background: #f3d949;
  right: 3px;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
}
.floating .close span {
  display: block;
  width: 45.2%;
  height: 2px;
  background-color: #FFF;
}
.floating .close span:nth-child(1) {
  transform: translateY(1px) rotate(45deg);
}
.floating .close span:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
}


/* 
* header
-------------------------------------------------------------- */
header {
  background: #075aa8;
}
header .heading01 {
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #FFF;
  font-size: 1.47rem;
  letter-spacing: .05em;
  font-weight: 500;
}

/* 
* breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: .8rem;
  margin-bottom: 5.33rem;
}
.breadcrumb li:not(:last-child)::after {
  content: '>';
  margin: 0 1em;
}


/* 
* top
-------------------------------------------------------------- */
.mv .img01 {
  padding: 10.25% 0 12.5%;
}
.news .inner {
  padding: 9.77% 0 10.64%;
}
.news .list01 {
  width: 100%;
  border: 1px solid #075aa8;
  border-radius: 15px;
  display: table;
  background: #FFF;
}
.news .list01 > * {
  display: table-row;
}
.news .list01 .date,
.news .list01 .title {
  display: table-cell;
  padding: 2.56rem 5.35%;
  letter-spacing: .28em;
}
.news .list01 > *:first-of-type .date,
.news .list01 > *:first-of-type .title {
  padding-top: 4.56rem;
}
.news .list01 > *:last-of-type .date,
.news .list01 > *:last-of-type .title {
  padding-bottom: 4.56rem;
}
.news .list01 .date {
  color: #075aa8;
  font-weight: 600;
  background: #f9fbfc;
  width: 22%;
  font-family: 'Noto Serif JP', serif;
}
.news .list01 .title {
  font-weight: 500;
  width: 78%;
  text-align: left;
  line-height: 2.28;
}
.news .list01 > *:first-of-type .date {
  border-radius: 15px 0 0 0;
}
.news .list01 > *:last-of-type .date {
  border-radius: 0 0 0 15px;
}
.news .list01 > *:not(:last-of-type) .title {
  padding-bottom: 0;
}
.news .list01 > *:not(:last-of-type) .title::after {
  content: '';
  display: block;
  border-bottom: 1px dotted #c7ced6;
  height: 2.56rem;
}


/* 
* sub
-------------------------------------------------------------- */
.sub01 {
  padding-top: 8.33rem;
}
.ttl_submain {
  font-size: 4rem;
  font-weight: 600;
  color: #075aa8;
  letter-spacing: .18em;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 5.37rem;
}


.about .container_sub01 {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4.49rem;
}
.about .img01 {
  margin-bottom: 4.57rem;
}
.about .txt01 {
  line-height: 2.35;
  font-size: 1.13rem;
  letter-spacing: .18em;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1.95em;
}
.wrap_box_about01 {
  padding: 8% 0;
}
.box_about01 {
  border: 1px solid #075aa8;
  border-radius: 15px;
  background: #FFF;
  padding: 7.27% 11.36% 7.27% 7.82%;
}
.box_about01 .ttl01 {
  text-align: left;
  font-size: 1.33rem;
  letter-spacing: .18em;
  color: #075aa8;
  font-weight: 500;
  margin-bottom: 2.53rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.box_about01 .ttl01::before {
  content: '';
  display: inline-block;
  background: url(/images/icn_list_close.png) no-repeat center center;
  width: 1.33rem;
  height: 1.33rem;
  margin-right: 1.33rem;
}
.box_about01 .ttl01.open::before {
  background-image: url(/images/icn_list_open.png);
}
.box_about01 .wrap_tbl01 {
  display: none;
}
.box_about01 .tbl01 {
  letter-spacing: .18em;
  text-align: left;
  margin-left: 2.53rem;
  width: 100%;
  line-height: 2.67;
  margin-bottom: 3.77rem;
}
.box_about01 section:last-of-type .tbl01 {
  margin-bottom: 0;
}
.box_about01 .tbl01 th {
  width: 22.71%;
  vertical-align: top;
}
.box_about01 .tbl01 th::before {
  content: '●';
  color: #075aa8;
  display: inline-block;
  margin-right: .18em;
}
.box_about01 .tbl01 td {
  width: 77.29%;
}
.box_about01 .tbl01 tr:not(:last-of-type) th,
.box_about01 .tbl01 tr:not(:last-of-type) td {
  padding-bottom: 1.35rem;
}
.box_about01 .btn01 {
  color: #FFF;
  text-decoration: none;
  background: #075aa8;
  border-radius: 10px;
  padding: .2em 1.5em;
}
.box_about01 .btn01 span {
  display: flex;
  align-items: center;
}
.box_about01 .btn01 span::after {
  content: '';
  display: inline-block;
  background: url(/images/icn_download.png) no-repeat center center;
  background-size: contain;
  width: 1.33rem;
  max-width: 15px;
  height: 1.33rem;
  max-height: 19px;
  margin-left: 1.33rem;
}


.activity .container_sub01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 792px;
  margin-bottom: 10%;
}
.activity .tbl01 {
  letter-spacing: .18em;
  text-align: left;
  width: 100%;
  line-height: 2.67;
  border: 1px solid #075aa8;
  border-radius: 15px;
  background: #FFF;
  padding: 6.37% 11.99%;
}
.activity .tbl01 th {
  width: 36.88%;
  vertical-align: top;
  font-size: 1.33rem;
  font-weight: 700;
  color: #075aa8;
}
.activity .tbl01 th::before {
  content: '●';
  color: #cfe8f4;
  display: inline-block;
  margin-right: .18em;
}
.activity .tbl01 td {
  width: 63.12%;
  font-weight: 500;
}
.activity .tbl01 tr:not(:last-of-type) th,
.activity .tbl01 tr:not(:last-of-type) td {
  padding-bottom: 1.35rem;
}
.activity .txt01 {
  line-height: 2.67;
  letter-spacing: .18em;
}

.scholarship .tbl01 {
  letter-spacing: .18em;
  text-align: left;
  width: 100%;
  line-height: 2.67;
  border: 1px solid #075aa8;
  border-radius: 15px;
  background: #FFF;
  padding: 6.95% 4.55% 7.91% 8.73%;
}
.scholarship .tbl01 th {
  width: 24.45%;
  vertical-align: top;
  font-size: 1.33rem;
  font-weight: 700;
  color: #075aa8;
}
.scholarship .tbl01 th::before {
  content: '●';
  color: #cfe8f4;
  display: inline-block;
  margin-right: .18em;
}
.scholarship .tbl01 td {
  width: 75.55%;
  font-weight: 500;
}
.scholarship .tbl01 tr:not(:last-of-type) th,
.scholarship .tbl01 tr:not(:last-of-type) td {
  padding-bottom: 2.95rem;
}
.scholarship .btn01 {
  color: #FFF;
  text-decoration: none;
  background: #075aa8;
  border-radius: 10px;
  font-size: 1.2rem;
  padding: .3em 2.5em;
}
.scholarship .btn01 span {
  display: flex;
  align-items: center;
}
.scholarship .btn01 span::after {
  content: '';
  display: inline-block;
  background: url(/images/icn_download.png) no-repeat center center;
  background-size: contain;
  width: 1.33rem;
  max-width: 15px;
  height: 1.33rem;
  max-height: 19px;
  margin-left: 1.33rem;
}


.box_policy {
  letter-spacing: .18em;
  text-align: left;
  width: 100%;
  line-height: 2.67;
  border: 1px solid #075aa8;
  border-radius: 15px;
  background: #FFF;
  padding: 6.66% 8.82% 4.27%;
}
.box_policy .ttl01 {
  font-size: 1.33rem;
  color: #075aa8;
  letter-spacing: .18em;
  font-weight: 700;
}
.box_policy .txt01 {
  letter-spacing: .18em;
  font-weight: 700;
  margin-bottom: 2em;
}


.box_contact {
  letter-spacing: .18em;
  text-align: left;
  width: 100%;
  line-height: 2.67;
  border: 1px solid #075aa8;
  border-radius: 15px;
  background: #FFF;
  padding: 7.04% 8.73% 6.59%;
  margin-bottom: 8%;
}
.box_contact h3 {
	font-weight: bold;
font-size: 2.5rem;
	text-align: center;
	margin-bottom: 2.2rem;
	
}
.box_contact .tbl01 {
  letter-spacing: .18em;
  text-align: left;
  width: 100%;
  line-height: 2.67;
}
.box_contact .tbl01 th {
  width: 35%;
  vertical-align: top;
  font-size: 1.33rem;
  font-weight: 700;
  color: #075aa8;
}
.box_contact .tbl01 th::before {
  content: '●';
  color: #cfe8f4;
  display: inline-block;
  margin-right: .18em;
}
.box_contact .tbl01 td {
  width: 65%;
  font-weight: 500;
}
.box_contact .tbl01 tr:not(:last-of-type) th,
.box_contact .tbl01 tr:not(:last-of-type) td {
  padding-bottom: 5.2rem;
}
.box_contact .txt01 {
  width: 95.03%;
  margin: 0 auto 4.37rem;
}
.form_contact input[type="text"],
.form_contact input[type="email"],
.form_contact textarea {
  width: 100%;
  background: #ebf5f9;
  border-radius: 5px;
  padding: 1.6rem;
}
.box_contact .txt02,
.form_contact .check {
  text-align: center;
  color: #075aa8;
  margin: auto;
  -webkit-appearance: none;
}
.form_contact .submit {
  background: #075aa8;
  color: #FFF;
  border-radius: 15px;
  letter-spacing: .18em;
  font-size: 1.47rem;
  font-weight: 500;
  width: 34%;
  padding: 1.23rem;
  -webkit-appearance: none;
}
.form_contact {
  padding-bottom: 8.18%;
}


/* 
* footer
-------------------------------------------------------------- */
.pagetop {
  display: inline-block;
  padding: 2.67rem 0 2.42rem;
}
.pagetop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #075aa8;
  font-weight: 500;
  letter-spacing: .28em;
}
.pagetop .arrow {
  margin-bottom: 1.42rem;
}

.footer_content_bottom {
  background: #075aa8;
}
.g_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5.63% 0;
  border-bottom: 1px solid #FFF;
  margin-bottom: 4.93rem;
}
.g_navi > * {
  width: 15%;
  background: #FFF;
  border-radius: 10px;
  height: 180px;
}
.g_navi a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 1.47rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  color: #075aa8;
  letter-spacing: .05em;
  padding-bottom: 2.17rem;
}
.g_navi .icn {
  flex-grow: 10;
  display: flex;
  align-items: center;
}

.g_navi li#qa-pc {
		opacity:0.5;
    pointer-events: none;
  }

.footer_area01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF;
  font-weight: 300;
  font-size: 1.07rem;
  line-height: 2.38;
}
.footer_area01 img {
  margin-bottom: 2.2rem;
}

.footer_area02 {
  color: #FFF;
  font-weight: 300;
  font-size: 1.07rem;
  position: relative;
  padding-bottom: 2.2rem;
}
.footer_area02::after {
  content: '';
  width: 3rem;
}
.footer_area02 .link {
  display: flex;
  padding-bottom: 2.2rem;
}
.footer_area02 .link > *:not(:last-of-type) {
  margin-right: 1em;
}
.footer_area02 .link > *:not(:last-of-type)::after {
  margin-left: 1em;
  content: '|';
}
.footer_area02 .link a {
  text-decoration: none;
}
.footer_area02 .copy {
  font-size: .93rem;
  letter-spacing: .1em;
  flex-grow: 10;
  text-align: center;
  margin: 0;
}


/* 
* for SP
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .pc { display: none !important; }
  .sp { display: initial !important; }

  html {
    font-size: 2.73vw;
  }
.wrapper{
	min-width: auto;
}

  header .heading01 {
    font-size: 1.21rem;
    height: 14.65vw;
  }
  header .container_o {
    position: relative;
  }
  .sub_header_logo {
    max-width: 31.64vw;
  }
  .sp_navi {
    font-size: 1.93rem;
    color: #FFF;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .16em;
    position: fixed;
    width: 100vw;
    background: #075aa8;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20.02vw 10vw;
    opacity: 0;
    transition: 1s all;
    pointer-events: none;
  }
  .sp_navi.open {
    pointer-events: auto;
    opacity: 1;
  }
  .sp_navi li {
    margin-bottom: 3.54rem;
  }
  .sp_navi a {
    text-decoration: none;
  }
	.sp_navi li#qa-sp {
		opacity:0.5;
    pointer-events: none;
  }
  .hamburger {
    position: absolute;
    top: 5.37vw;
    left: 0;
    z-index: 100;
  }
  .hamburger span {
    display: block;
    width: 7.32vw;
    height: .29vw;
    background-color: #FFF;
    transition: .5s all;
  }
  .hamburger span:not(:last-child) {
    margin-bottom: 1.46vw;
  }
  .hamburger.open span:nth-child(1) {
    transform: translateY(1.75vw) rotate(45deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-1.75vw) rotate(-45deg);
  }
  
  
  .mv .img01 {
    padding: 14.65vw 0 22.27vw;
    max-width: 75.2vw;
  }
  .c_ttl01 {
    font-size: 2rem;
    margin-bottom: 8vw;
  }
  .c_ttl01::after {
    width: 8.4vw;
  }
  .news .inner {
    padding: 12.7vw 0 8.79vw;
  }
  .news .list01 {
    padding: 1.29rem 0;
    border-radius: 1.46vw;
  }
  .news .list01 > * {
    display: flex;
    flex-wrap: wrap;
  }
  .news .list01 .date, .news .list01 .title {
    width: 100%;
    background: inherit;
    padding: 1.29rem 1.79rem;
  }
  .news .list01 > *:first-of-type .date, .news .list01 > *:first-of-type .title,
  .news .list01 > *:last-of-type .date, .news .list01 > *:last-of-type .title {
    padding: 1.29rem 1.79rem;
  }
  .news .list01 .title {
    line-height: 2;
  }
  .news .list01 .date {
    text-align: left;
    padding-bottom: 0 !important;
  }
  .news .list01 > *:not(:last-of-type) .title::after {
    height: 1.29rem;
  }

  
  .sub01 {
    padding-top: 6.5rem;
  }
  .ttl_submain {
    font-size: 2.57rem;
    margin-bottom: 3.5rem;
  }
    
  .about .txt01 {
    font-size: 1.07rem;
  }
  .about .container_sub01 {
    padding-bottom: 2.3rem;
  }
  .wrap_box_about01 {
    padding: 12.7vw 0;
  }
  .box_about01 {
    padding: 9.77vw 4.88vw;
    border-radius: 1.46vw;
  }
  .box_about01 .ttl01 {
    font-size: 1.25rem;
    margin-bottom: 1.83rem;
  }
  .box_about01 .tbl01 {
    margin-left: 0;
    line-height: 2;
  }
  .box_about01 .tbl01 tr {
    display: flex;
    flex-direction: column;
  }
  .box_about01 .tbl01 tr:not(:last-of-type) th {
    padding-bottom: 0;
  }
  .box_about01 .tbl01 th,
  .box_about01 .tbl01 td {
    width: 100%;
  }
  .box_about01 .btn01 {
    padding: .7rem 1.71rem;
    border-radius: 1.46vw;
    margin-top: 0.89rem;
  }
  
  .activity .tbl01 {
    padding: 7.81vw 5.18vw;
    border-radius: 1.46vw;
  }
  .activity .tbl01 th {
    font-size: 1.18rem;
  }
  .activity .container_sub01 {
    margin-bottom: 12.21vw;
  }
  
  .box_contact {
    padding: 9.77vw 4.88vw;
    margin-bottom: 9.77vw;
    border-radius: 1.46vw;
  }
	.box_contact h3 {
	font-size: 2rem;
	margin-bottom: 2.2rem;
}
  .box_contact .txt01 {
    width: 100%;
    margin-bottom: 2.36rem;
  }
  .box_contact .tbl01 tr {
    display: flex;
    flex-direction: column;
  }
  .box_contact .tbl01 th, 
  .box_contact .tbl01 td {
    width: 100%;
  }
  .box_contact .tbl01 th {
    padding-bottom: 0 !important;
    font-size: 1.18rem;
  }
  .box_contact .tbl01 tr:not(:last-of-type) th, 
  .box_contact .tbl01 tr:not(:last-of-type) td {
    padding-bottom:  2.86rem;
  }
  .box_contact .txt02 {
    margin-bottom: 2.54rem;
    line-height: 2.14;
  }
  .form_contact .submit {
    width: 78.52vw;
    border-radius: 1.46vw;
  }
  
  .box_policy {
    padding: 9.77vw 4.88vw;
    line-height: 2;
    border-radius: 1.46vw;
  }
  .box_policy .ttl01 {
    font-size: 1.18rem;
    padding-bottom: .79rem !important;
  }
  .box_policy section:last-of-type .txt01 {
    margin-bottom: 0;
  }
  
  .scholarship .tbl01 {
    padding: 9.77vw 4.88vw;
    line-height: 2;
    border-radius: 1.46vw;
  }
  .scholarship .tbl01 tr {
    display: flex;
    flex-direction: column;
  }
  .scholarship .tbl01 th,
  .scholarship .tbl01 td {
    width: 100%;
  }
  .scholarship .tbl01 th {
    padding-bottom: .79rem !important;
    font-size: 1.18rem;
  }
  .scholarship .tbl01 tr:not(:last-of-type) th,
  .scholarship .tbl01 tr:not(:last-of-type) td {
    padding-bottom: 2.86rem;
  }
  .scholarship .note {
    font-size: .96rem;
  }
  .scholarship .btn01 {
    font-size: 1.11rem;
    padding: 1.26rem 2.14rem;
    border-radius: 1.46vw;
  }
  
  .pagetop {
    padding: 7.52vw 0;
  }
  .pagetop .arrow {
    max-width: 4.49vw;
    margin-bottom: 4.39vw;
  }
  .g_navi {
    padding: 7.81vw 0 3.61vw;
    margin-bottom: 2.25rem;
  }
  .g_navi > * {
    width: 47.57%;
    height: 29.3vw;
    margin-bottom: 4.2vw;
    border-radius: 1.46vw;
  }
  .g_navi a {
    font-size: 1.36rem;
    padding-bottom: 1.98rem;
  }
	.g_navi li#qa-pc {
		opacity:0.5;
    pointer-events: none;
  }
  .g_navi > *:nth-child(1) .icn {
    max-width: 9.57vw;
  }
  .g_navi > *:nth-child(2) .icn {
    max-width: 6.05vw;
  }
  .g_navi > *:nth-child(3) .icn {
    max-width: 7.91vw;
  }
  .g_navi > *:nth-child(4) .icn {
    max-width: 7.71vw;
  }
  .g_navi > *:nth-child(5) .icn {
    max-width: 8.3vw;
  }
  .g_navi > *:nth-child(6) .icn {
    max-width: 8.11vw;
  }
  
  .floating a {
    border-width: .39vw;
    font-size: 1.14rem;
  }
  .floating a .small {
    font-size: 1.07rem;
  }
  .footer_area01 {
    font-size: 1rem;
  }
  .footer_area01 img {
    max-width: 45.41vw;
    margin-bottom: 1.85rem;
  }
  .footer_area02 {
    font-size: 1rem;
    padding-bottom: 2.39rem;
  }
  .footer_area02 .link {
    position: relative;
    margin-bottom: 2.36rem;
  }
  .footer_area02 .copy {
    font-size: .86rem;
  }
}