@charset "utf-8";
/* CSS Document */
@import url("style.css");
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
#menubar01 {
  display: none;
}
.head-wrap .lang-en {
  display: none;
}
/* ===================
改行
====================== */
.pc-br {
  display: none;
}
.sp-br {
  display: block;
}
/* ===================
 ヘッダー関連
====================== */
#header {
  position: fixed;
  width: 100%;
  height: 90px;
  background: #D00A41;
  z-index: 5000;
}
.head-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}
.head-wrap .contact-btn {
  display: none;
}
.head-logo {
  width: 75%;
  margin: 10px 0;
}
.head-logo img {
  display: block;
  width: 95%;
}
/***3列め***/
.lang-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #154995;
  padding: 5px 10px;
  width: 50%;
  margin: 1em auto;
}
.lang-en a {
  color: #fff;
}
.lang-en span {
  display: block;
  margin: 0 2px;
}
/* ===================
 ハンバーガー
====================== */
#hamburger {
  width: 15%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000
}
#hamburger .contact-btn {
  background-color: #005591;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#hamburger .contact-btn a {
  color: #ffdd5b !important;
  font-size: 18px;
  text-align: center;
}
#hamburger ul {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
}
.inmenu input {
  display: none;
}
button {
  border: none;
  background: none;
  outline: none;
}
a:hover, a img:hover, label img:hover {
  opacity: 0.8;
}
.inmenu, .inmenu span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inmenu {
  position: fixed;
  top: 38px;
  right: 22px;
  height: 22px;
  z-index: 10;
  width: 36px;
}
.inmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 10;
}
.inmenu span:nth-of-type(1) {
  top: -5px;
height: 2px;
  background-color: #FFFFFF;
}
.inmenu span:nth-of-type(2) {
  top: 6px;
height: 2px;
  background-color: #FFFFFF;
}
.inmenu span:nth-of-type(3) {
  bottom: 4px;
height: 2px;
  background-color: #FFFFFF;
}
.inmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/*------*/
.hammenu {
  height: 56px;
  width: 50px;
  margin-top: 0.3em;
  position: absolute;
  z-index: 1000;
  right: 15px;
  top: 10px;
  color: #fff;
  font-size: 12px;
}
.menu_text {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: -10%;
}
/*------*/
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  margin-top: 80px;
  padding-top: 50px;
}
#nav.active {
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  margin-top: 90px;
  padding-top: 20px;
overflow:auto;
-webkit-overflow-scrolling: touch;
}
#nav ul {
  /*  padding: 50px 0 100px;*/
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
  padding: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #342009;
  list-style-type: none;
}
ul.dl-menu {
  padding: 0px;
  margin: 0px 0 0 0;
  width: 100%;
  height: 100%;
}
ul.dl-menu li {
  list-style-type: none;
  /*float: left;*/
  width: 95%;
  border-bottom: dotted 1px #89898a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.dl-menu li {
  margin-top: 10px;
}
ul.dl-menu li {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0.1em;
}
.accbox {
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*ラベル*/
.accbox label {
  padding: 0.5em;
  color: #342009;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
font-weight: bold;
  line-height: 20px;
  display: block;
  text-align: left;
}
/*ラベルホバー時*/
.accbox label:hover {
  background-color: #fff
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
#sample01 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#sample01 p {
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin: 2px 0;
  border-left: solid #007EA8 5px;
}
#sample01 a {
  list-style-type: none;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  border-left: none;
  font-size: 14px;
  background-color: #fff;
}
#sample01 p:nth-child(2) {
  margin: 2px
}
.locked {
  overflow-y: hidden;
}
/*-----hamburger_set_end-----*/
/* ===================
ブロック要素
====================== */
.lay-block {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 3rem;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
		padding-top: 5em;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 5.5rem;
}
.lay-block-bottom {
  width: 100%;
  background-color: #fff;
}
/* ===================
 見出し
====================== */
.content-ttl {}
.content-ttl h2 {
  padding: 0.5em 0;
  border-bottom: solid 3px black;
}
/* ===================
 ボタン
====================== */
.btn {
  width: 15%;
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #1470a9;
  margin: 1em;
  border-radius: 10px;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
  opacity: 0.8;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
 フッターのリスト
====================== */
.footer-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  display: none;
}
.footer-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.link-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.link-wrap ul li {
  width: 100%;
  list-style: none;
}
.link-wrap li {
  width: 100%;
  color: #333;
  list-style: none;
  padding: 1em;
}
.link-wrap a {
  color: #333;
}
.company-info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  margin: 0 auto;
}
.company-info {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  margin-bottom: 50px;
}
.company-info ul {
  text-align: center;
  list-style: none;
  padding: 0;
}
.company-info img {
  display: block;
  width: 80%;
  margin: 20px auto;
}
.company-info li {
  list-style: none;
  padding: 0.5em;
  color: #333;
}
.company-info a {
  padding: 0.1em 0;
}
.company-name {
  list-style: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 0.1em;
}
.copy {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 20px 0;
  padding-bottom: 15px;
}
/* ===================
 ニュース
====================== */
.news-wrap {
  width: 100%;
  margin: 0 auto;
}
.news-ttl {
  width: 100%;
  margin: 5em auto;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
}
.news-ttl h2 {
  font-family: "Prata";
  font-size: 30px;
  color: #154995;
}
.news-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*news のtable*/
table.table-news {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  margin: 1em auto 0;
}
table.table-news th {
  width: 26%;
  border-bottom: 0px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 1em;
}
table.table-news td {
  width: 100%;
  display: block;
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
table.table-news th span {
  display: inline-block;
  width: 80px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #154995;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #333;
}
.news-archive {
  color: #fff;
  padding: 10px;
  width: 260px;
  display: block;
  margin: 0 auto 3.5em;
  text-align: center;
  text-decoration: underline;
}
/* ===================
 グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  margin: 0 auto 3em;
}
.map-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 1em;
  text-align: center;
}
.gmap {
  max-width: 1100px;
  width: 100%;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* ===================
 フォーム関連
====================== */
input, select {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
  height: 2.5em;
  cursor: pointer;
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}
.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #D8070B;
  display: inline-block;
  padding: 5px;
  margin: 0px 0 0 10px;
}
/* ===================
 ページトップへ
====================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  background: #CF0A41;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.sp-btn {
  display: none;
}
/*トップ*/
.top-lead {
  background-image: url("../img/lead_bg.jpg");
  background-repeat: repeat-y;
  color: #005591;
  text-align: center;
  padding: 50px 0 45px;
  margin-bottom: 90px;
}
.top-lead h2 {
  font-size: 28px;
  margin: 0 0 50px;
  font-weight: normal;
  line-height: 1.8;
}
.top-lead p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}
.top-lead a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #005591;
  width: 240px;
  margin: 0 auto;
  padding: 10px 20px;
}

.mail-txt {
  font-size: 26px;
  font-weight: bold;
color: #005591;
}


.recruit {
  padding: 50px 0;
  margin-bottom: 0;
}
.recruit-box {
  display: flex;
  background-color: #fff5d8;
  flex-wrap: wrap;
}
.recruit-left {
  width: 100%;
}
.recruit-right {
  width: 100%;
  margin: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.recruit-right h4 {
  font-size: 30px;
  text-align: left;
}
.recruit-right p {
  font-size: 18px;
  text-align: left;
  line-height: 2;
  margin-bottom: 55px;
}
.recruit-link {
  display: inline-block;
  padding: 10px;
  background-color: #005591;
  color: #fff;
  font-size: 20px;
  width: 280px;
  margin: 0 auto 50px;
  border-radius: 3px;
}
.recruit-link a {
  color: #fff;
		max-width: 280px;
width: 100%;
display: block;
}
.bnr-box a {
  padding-bottom: 20px;
}
.bnr-box p {
  font-size: 18px;
  text-align: center;
  padding: 30px 0 15px;
  color: #333;
}
.lead-btn-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.lead-btn-box a {
  padding: 30px 0;
  background-color: #fff;
  border: 1px solid #1c5572;
  font-size: 20px;
  width: 360px;
  margin: 10px;
  border-radius: 3px;
}
.security-link {
  display: block;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 50px;
}

.box01 {
  width: 100%;
  display: flex;
}
.box01-item {
  width: calc(100% / 2 - 20px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #005591;
  padding: 1em;
}
.box01-img {
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
}
.box01-img img {}
.box01-item h4 {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.box01-item p {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 10px;
}
.option {
  margin-bottom: 120px;
}
.small-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
}

.small-txt {
  font-size: 14px !important;
  text-align: left;
}

.tex-lead-22-kon{
  text-align: left;
  font-size: 20px;
		font-weight:bold;
  /*margin-bottom: 50px;*/
		color:#005591;
}

.tex-lead-18-left{
  text-align: left;
  font-size: 16px;
		color:#222;
  /*margin-bottom: 50px;*/
}

.tex-lead-16-left{
  font-size: 15px;
		font-weight:normal;
  /*margin-bottom: 50px;*/
		color:#222;
		text-align: left;
}

.flex-box-04{
width:100%;	
display:flex;
justify-content: flex-start;	
flex-wrap: wrap;	
align-items: center;	
text-align: center;
margin:0 auto;	
}
.flex-box-04 .flex-item-04{
display: flex;
flex-direction: column;		
width: calc(100% / 1 - 1em);
margin: 1em;
}
.flex-box-04 .flex-item-04 img{
width: 100%;	
display: block;
margin: 0 auto;
}		


.course-price {
  margin-bottom: 50px;
}
.box02 {
  display: flex;
  flex-wrap: wrap;
}
.box02-item {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.box02-img {
  width: 100%;
}
.box02-txt {
  width: 100%;
  background-color: #ffdd5b;
  padding: 2em;
}
.cnt-number {
  text-align: left;
  font-size: 48px;
  margin: 0;
  color: #fff;
}
.cnt-txt {
  text-align: left;
  padding: 0 3em;
}
.cnt-ttl {
  font-size: 24px;
  margin: 20px 0;
}
.cnt-detail {
  font-size: 18px;
}
.direction01 {
  flex-direction: row-reverse;
}
.sec-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.box03 {
  display: flex;
  flex-wrap: wrap;
}
.box03-item {
  width: 100%;
  margin: 10px;
  padding: 1em 5em;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #333;
}
.box03-ttl {
  font-size: 24px;
  color: #005591;
}
.box03-point {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.box03-detail {
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 30px;
}
.box03-detail i {
  color: #ffdd5b;
  font-size: 30px;
  vertical-align: middle;
  margin: 0 5px;
}
.box03-channel {
  font-size: 18px;
  text-align: left;
  margin-top: auto;
}
.box03-channel strong {
  font-weight: bold;
  font-size: 20px;
}
.box03-price {
  text-align: left;
}
.box03-price b {
  font-size: 20px;
  font-weight: bold;
}
.box04 {}
.box04-img {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box04-img a {
  margin: 0 10px;
}
.box04-img img {
  max-width: 280px;
}
.box04-img p {
  color: #005591;
  font-weight: bold;
  font-size: 35px;
  padding: 1em;
}

.smart-txt {
  text-align: left;
  padding: 1em;
}

.smart-txt h3 {
  font-size: 24px;
  margin-bottom: 20px;
line-height: 1.5;
}
.smart-txt p {
  font-size: 18px;
}

.smart-box01 {
  /*display: flex;*/
}
.smart-left01 {
  width: 100%;
}
.smart-right01 {
  text-align: center;
  padding: 1em;
		width:100%;
}

.smart-right01 img{
  width:100%;
}

.smart-center01 {
  text-align: center;
  padding: 1em;
		width:100%;
}

.smart-center01 img{
  width:100%;
}

.smart-center02 {
  text-align: center;
  padding: 1em;
		width:100%;
}

.smart-center02 img{
  width:80%;
}

.op-box02 {
  width: 100%;
  /*display: flex;*/
}
.op-box02-item {
  width: calc(100% / 1 - 20px);
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #005591;
		background-color: #F2F2F2;
  padding: 1em 2em;
}
.op-box02-img {
  width: 85%;
  margin: 0 auto 15px;
		text-align: center;
}
.op-box02-img img {}
.op-box02-item h4 {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.op-box02-item p {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 10px;
}




@media (max-width: 640px) {
  footer {
    padding-bottom: 45px;
  }
  .sp-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    background-color: #005591;
    position: fixed;
    bottom: 0;
  }
  .sp-btn a {
    width: 50%;
    text-align: center;
  }
  .sp-btn img {
    width: 75px;
  }
  .sp-btn i {
    font-size: 38px;
    color: #ffdd5b;
  }
  #page_top {
    bottom: 70px;
  }
  .top-lead h2 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: normal;
    line-height: 1.5;
  }
  .service-txt {
    font-size: 18px;
    text-align: left;
    padding: 0.8em;
    height: 220px;
  }
  .service-txt p {
    font-size: 15px;
  }
  .service-item {
    width: 100%;
    margin: 0 10px 80px;
    padding: 0;
  }

  .recruit-right {
    width: 100%;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .recruit-right h4 {
    font-size: 20px;
    text-align: left;
  }
  .recruit-right p {
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 55px;
  }
  .link-box {
    display: flex;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
  .link-box a.cl-ye {
    padding: 20px 0;
    background-color: #ffdd5b;
    font-size: 20px;
    width: 450px;
    margin: 10px 10px 30px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
  }
  .mail-txt {
    font-size: 20px;
    font-weight: bold;
  }

  .page-ttl {
    text-align: center;
    font-size: 24px;
    color: #005591;
    margin: 10px 0 20px;
  }

  .box01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .box01-item {
    width: 100%;
    margin: 0 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #005591;
    padding: 1em;
  }
  .box01-item p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 10px;
  }
  .support-security {
    margin-bottom: 30px;
  }
  .option {
    margin-bottom: 50px;
  }

  .cnt-txt {
    text-align: left;
    padding: 0;
  }
  .cnt-ttl {
    font-size: 22px;
    margin: 20px 0;
  }
  .cnt-number {
    text-align: left;
    font-size: 40px;
    margin: 0;
    color: #fff;
  }
  .box02-txt {
    width: 100%;
    background-color: #ffdd5b;
    padding: 1em;
  }
  .box03-item {
    width: 100%;
    margin: 20px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #333;
  }

  .box03-ttl {
    font-size: 24px;
    color: #005591;
    margin: 0 0 20px;
  }
  .tv-flex {
    background-color: #f2f2f2;
    padding: 2em 1em;
    margin-bottom: 50px;
  }
  .box04-img img {
    max-width: 150px;
  }
  .box04-img p {
    color: #005591;
    font-weight: bold;
    font-size: 23px;
    padding: 1em;
  }
  .tv-flex-wrap h3 {
    color: #005591;
    font-weight: bold;
    font-size: 28px;
  }
  .tv-txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 280px) {
  .top-lead h2 {
    font-size: 17px;
    margin: 0 0 20px;
    font-weight: normal;
    line-height: 1.5;
  }
  .top-lead p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
  }
  .service-txt h3 {
    font-size: 20px;
    color: #005591;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #005591;
  }	
  .recruit-link {
    display: inline-block;
    padding: 10px;
    background-color: #005591;
    color: #fff;
    font-size: 20px;
    width: 240px;
    margin: 0 auto 50px;
    border-radius: 3px;
  }
		
.recruit-link a{		
		max-width: 240px;
width: 100%;
display: block;
}
		
  .mail-txt {
    font-size: 20px;
    font-weight: bold;
  }
  .notice-txt {
    font-size: 4px;
  }
  .company-info {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
    margin-bottom: 50px;
  }

  .cnt-detail {
    font-size: 14px;
  }
  .box03-item {
    width: 100%;
    margin: 0;
    padding: 1em;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #333;
  }
  .box04-img img {
    max-width: 230px;
    margin-bottom: 10px;
  }
  .tv-flex-wrap h3 {
    color: #005591;
    font-weight: bold;
    font-size: 20px;
  }
  .tv-flex-btn {
    display: inline-block;
    padding: 10px;
    background-color: #005591;
    color: #fff;
    font-size: 20px;
    width: 228px;
    margin: 10px;
    border-radius: 3px;
  }
}



/* ===================
SP 個人情報保護方針
====================== */
.privacy-txt {
width: 92%;
margin: 0 auto;
line-height: 1.8;
text-align: left;
word-wrap: break-word;
}

.privacy-ttl{
font-weight: bold;
text-align: left;
}

.privacy-txt-center{
width: 95%;
text-align: center;
margin: 0 auto;
line-height: 2;
}

.btn-contact{
width: 250px;
margin: auto;
}

.btn-contact a{
display: flex;
justify-content: center;
align-items: center;
padding: 0.7em;
border: 2px solid;
border-color: #f15a24;
border-radius: 100px;
background-color: #FFFFFF;
color: #f15a24;
font-weight: 600;
font-size: 1em;
right: 0;
left: 0;
}

.btn-contact:hover a{
background-color: #f15a24;
color: #FFFFFF;
border: 2px solid;
border-color: #FFFFFF;
border-radius: 100px;
}

.contacticon{
font-size: 1.4em;
}



/* ===================
SP お問い合わせ
====================== */
.btn-contact03{
width: 350px;
height: 80px;
margin: auto;
margin-top: 2em;
display: flex;
justify-content: center;
align-items: center;
padding: 0.7em;
border: 2px solid;
border-color: #ffdd5b;
background-color: #ffdd5b;
color: #005591;
font-weight: 600;
font-size: 1em;
right: 0;
left: 0;
}

.btn-contact03:hover{
background-color: #FFFFFF;
border: 2px solid;
border-color: #ffdd5b;
color: #005591;
}

.consent-text {
width: 90%;
margin: 0 auto;
font-weight: bold;
color: #4d4d4d;
vertical-align: middle;
}

.form-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto 5em;
text-align: center;
padding-bottom: 0em;
}

.form-box {
width: 100%;
margin: 1em 0em 0em 0em;
text-align: center;
}

.form-table {
width: 100%;
margin: 0px auto;
border-collapse: separate;
border-spacing: 10px;
padding: 0 0;
}

.form-table th {
display: block;
padding: 0em 1em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
}

.form-table td {
display: block;
padding: 0.15em 0em 1em 0em;
line-height: 180%;
text-align: center;
vertical-align: top;
color: #222;
}

::placeholder {
color: #c3c3c3;
}

/* ===================
SP 日本女子大学附属豊明小学校
====================== */
.bosyuu{
background-color: #FFFFFF;
}

.recruit_small{
font-size: 27px;
color: #CF0A41;
text-align: center;
font-weight: bold;
padding-top: 22px;
padding-bottom: 8px;
line-height: 150%;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.recruit-wrap {
background-color: #FFFFFF;
margin: 4em 0em 0em 0em;
padding: 0em;
}

.recruit-flex{
/*display: flex;*/
flex-direction: column;
margin: 0 auto;
align-items: center;
width: 90%;
margin-top: 2em;
margin-bottom: 2em;
}

.recruit-_ttl {
font-size: 24px;
font-weight: bold;
color: #000;
text-align: center;
padding-bottom: 2em;
padding-top: 1.5em;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.recruit_txt_kata{
line-height: 1.6;
text-align: center;
word-wrap: break-word;
font-size: 17px;
font-weight: 400;
width: 100%;
padding-top: 0.8em;
}

.recruit_txt_kata02{
line-height: 1.8;
text-align: center;
word-wrap: break-word;
font-size: 17px;
font-weight: 400;
width: 100%;
padding-top: 0.8em;
}

.recruit_txt{
margin: 0 auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
width: 100%;
padding: 1.8em 0 1em 0;
font-size: 16px;
}

.recruit_name{
font-weight: 900;
text-align: center;
font-size: 24px;
padding: 0.25em 0em 0em 0em;
width: 100%;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.recruit_name02{
font-weight: 900;
text-align: center;
font-size: 24px;
padding: 0.25em 0em 0em 0em;
width: 100%;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.rinenflex{
display: flex;
flex-direction: column;
justify-content: center;
width: 90%;
margin: 0 auto;
}

.rinensvg{
margin: 0 auto;
}

.rinensvg img{
width: 70px;
padding-bottom: 0.5em;
}

.rinentxt{
font-size: 17px;
font-weight: 700;
line-height: 1.7;
padding-top: 2em;
}

.mokuteki{
font-size: 23px;
color: #51b0ba;
font-weight: bold;
display: flex;
align-items: center;
padding: .1em .5em;
border-left: 10px solid #51b0ba;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.mokuteki:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #51b0ba;
}

.mokuteki:after {
margin-left: 1rem;
}

.rinencolumn{
width: 85%;
margin: 0 auto;
}

.gaiyou{
background-color: #51b0ba;
margin-top: 6em;
padding-bottom: 4em;
position: relative;
}

.gaiyouttl{
font-size: 36px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: bold;
text-align: center;
color: #FFFFFF;
line-height: 1.1;
padding: 1.7em 0em 1.5em 0em;
}

.gaiyouttl_small{
font-size: 28px;
}

.gaiyouttl_sub{
font-size: 30px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: bold;
text-align: center;
color: #FFFFFF;
line-height: 1.1;
}

.gaiyouttl_big{
font-size: 50px;
vertical-align: middle;
}

.gaiyouttl_sub {
position: relative;
display: inline-block;
padding: 0 45px 0 65px;
}
 
.gaiyouttl_sub:before,
.gaiyouttl_sub:after {
content: '';
position: absolute;
top: 45%;
display: inline-block;
width: 80px;
height: 2px;
background-color: #FFFFFF;
}
 
.gaiyouttl_sub:before {
left: 180px;
}
 
.gaiyouttl_sub:after {
right: 180px;
}

.gaiyouttl_subwaku{
text-align:center;
padding-bottom: 1.5em;
}

.gaiyou01{
font-size: 25px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
padding-bottom: 0.8em;
line-height: 1.5;
}

.gaiyou02{
width: 85%;
margin: 0 auto;
font-size: 20px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
padding: 3.2em 0em 0.8em 0em;
line-height: 1.6;
}

.gaiyouflex{
display: block;
max-width: 900px;
justify-content: center;
margin: 0 auto;
}

.gaiyouflex02{
display: flex;
flex-direction: column-reverse;
max-width: 900px;
justify-content: center;
margin: 0 auto;
}

.gaiyouflex_txt{
width: 85%;
font-size: 18px;
color: #FFFFFF;
font-weight: bold;
line-height: 1.8;
margin: 0 auto;
padding-top: 0.8em;
}

.gaiyouflex_txt02{
width: 85%;
font-size: 18px;
color: #FFFFFF;
font-weight: bold;
line-height: 1.8;
margin: 0 auto;
padding-top: 0.8em;
}

.gaiyouflex_img{
width: 85%;
margin: 0 auto;
}

.souritsu_rinen{
font-weight: bold;
text-align: center;
font-size: 22px;
padding: 0.5em 0em 1.5em 0em;
width: 100%;
color: #CF0A41;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.souritsu_rinen02{
font-weight: bold;
text-align: left;
font-size: 17px;
padding: 0.5em 0em 1.5em 0em;
width: 100%;
color: #CF0A41;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.recruit-flex02{
display: flex;
flex-direction: column-reverse;
margin: 0 auto;
align-items: center;
width: 90%;
margin-top: 5em;
margin-bottom: 2em;
}

.recruit_txt02{
margin: 0 auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
width: 100%;
padding-top: 1em;
font-size: 16px;
}

.rinen_txt{
margin: 0 auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
width: 100%;
padding: 1em 0em 2em 0em;
font-size: 16px;
}

.rinen_txt02{
margin: 0 auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
width: 100%;
padding: 1em 0em 2em 0em;
font-size: 16px;
font-weight: bold;
}

.rinen_txt03{
margin: 0 auto;
line-height: 1.8;
text-align: left;
word-wrap: break-word;
width: 100%;
padding: 0em 0em 0em 0em;
font-size: 16px;
font-weight: bold;
}

.kousoutxt{
margin: 0 auto;
line-height: 1.5;
text-align: left;
word-wrap: break-word;
width: 100%;
padding: 1em 0em 0em 0em;
font-size: 11px !important;
font-weight: normal;
color: #919191;
}

.rinen_txt04{
margin: 0 auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
width: 100%;
padding: 1em 0em 1em 0em;
font-size: 16px;
font-weight: bold;
}

.rinen-flex{
margin: 0 auto;
align-items: center;
width: 95%;
margin-top: 1.5em;
margin-bottom: 4em;
background-color: rgb(245,242,232,0.8);
padding: 2em 1em 1em 1em;
}

.rinen_txt_kata{
line-height: 1.8;
text-align: center;
word-wrap: break-word;
font-size: 17px;
font-weight: 400;
width: 100%;
padding: 0.4em 0em 1em 0em;
}

.rinen_name{
font-weight: 900;
text-align: center;
font-size: 19px;
padding: 0.25em 0em 0em 0em;
width: 100%;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.souritsu_logo{
text-align: center;
width: 135px;
margin: 0 auto;
padding: 3em 0em 2.5em 0em;
}

.rinen_img{
margin: 0 auto;
text-align: center;
width: 75%;
}

.gakubu_img{
text-align: left;
width: 85%;
margin-bottom: 0.5em;
}

.bokin_ttl{
width: 85%;
font-size: 19px;
font-weight: nomal;
text-align: center;
color: #000;
padding: 0.5em 0em 0em 0em;
line-height: 1.6;
margin: 0 auto;
}

.bokin{
background-color: #fbe3e1;
padding: 10% 7% 15% 7%;
z-index: 6000;
}

.bokin_ttl02{
width: 85%;
font-size: 35px;
font-weight: 400;
text-align: center;
color: #000;
padding: 0.5em 0em 0.6em 0em;
line-height: 1.5;
margin: 0 auto;
}

.bokin_btn{
margin: 0em 0.5em 1em 0.5em;
}

.bokin_btn a{
display: flex;
justify-content:flex-start;
align-items: center;
width: 260px;
margin: 0 auto;
padding: .9em 1.2em;
border: 1px solid #000;
border-radius: 0px;
background-color: #FFFFFF;
color: #000;
font-size: 1em;
font-weight: bold;
}

.bokin_btn a:hover {
background-color: #cf0a41;
border: 1px solid #cf0a41;
color: #fff;
font-weight: 600;
}

.bokin_btn a::after {
transform: rotate(135deg);
width: 7px;
height: 7px;
border-top: 2px solid #000;
border-right: 2px solid #000;
content: '';
margin-right: 0.2em;
margin-left: auto;
}

.bokin_btn a:hover::after {
border-color: #fff;
}

.bokin_btn_flex{
display: block;
justify-content: center;
}

.bokin_ttl03{
width: 85%;
font-size: 25px;
font-weight: 600;
text-align: center;
color: #000;
padding: 1em 0em 0.6em 0em;
line-height: 1.5;
margin: 0 auto;
}

.bokin_txt{
line-height: 1.8;
text-align: left;
word-wrap: break-word;
font-size: 16px;
width: 100%;
}

.bokin_table{
max-width: 550px;
width: 100%;
text-align: left;
margin: 0 auto;
margin-top: 1em;
}

.bokin_table th{
width: 25%;
line-height: 160%;
padding: 0.5em 0 0.5em 0;
font-weight: 600;
font-size: 18px;
text-align: center;
border-bottom: 1.5px solid #000;
border-top: 1.5px solid #000;
vertical-align: middle;
}

.bokin_table td{
width: 25%;
padding: 0.5em 1.5em 0.5em 0;
line-height: 160%;
font-weight: 600;
font-size: 18px;
text-align: right;
border-bottom: 1.5px solid #000;
border-top: 1.5px solid #000;
vertical-align: middle;
}

.kojin{
border-left: 1.5px solid #000;
padding-right: 10px;
display: block;
}

.bokin_txt02{
line-height: 1.6;
text-align: center;
word-wrap: break-word;
font-size: 18px;
font-weight: bold;
width: 100%;
padding-top: 1em;
}

.bokin_ttl04{
width: 90%;
font-size: 26px;
font-weight: 400;
text-align: center;
color: #000;
padding: 2.5em 0em 0.6em 0em;
line-height: 1.3;
margin: 0 auto;
}

.accordion-005 {
max-width: 800px;
width: 100%;
text-align: left;
margin: 0 auto;
font-size: 16px;
line-height: 1.8;
margin-right: 0.5em;
}

.accordion-005:not([open]) {
margin-bottom: -1px;
}

.accordion-005 summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 1.5em 0.5em;
border-bottom: 1.5px solid #000;
border-top: 1.5px solid #000;
color: #333333;
font-weight: 600;
cursor: pointer;

}

.accordion-005 summary::-webkit-details-marker {
display: none;
}

.accordion-005 summary::before,
.accordion-005 summary::after {
width: 1.5px;
height: .9em;
border-radius: 5px;
background-color: #000;
content: '';
}

.accordion-005 summary::before {
position: absolute;
right: 0.5em;
rotate: 90deg;
}

.accordion-005 summary::after {
transition: rotate .3s;

}

.accordion-005[open] summary::after {
rotate: 90deg;
}

.accordion-005 p {
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: 0.5em 0em 0.5em 1.6em;
font-weight: 600;
color: #333333;
transition: transform .5s, opacity .5s;
line-height: 1.8;
font-size: 16px;
	
	
vertical-align: middle;
align-content: center;
align-items: center;
text-indent:-1.4em;
}

.accordion-005[open] p {
transform: none;
opacity: 1;
}

.bokin_btn02{
margin: 0em 0.5em 0em 0em;
}

.bokin_btn02 a{
display: flex;
justify-content:flex-start;
align-items: center;
width: 130px;
padding: .3em .9em;
border: 1px solid #000;
border-radius: 0px;
background-color: #FFFFFF;
color: #000;
font-size: 14px;
font-weight: bold;
}

.bokin_btn02 a:hover {
background-color: #cf0a41;
border: 1px solid #cf0a41;
color: #fff;
font-weight: 600;
}

.bokin_btn02 a::after {
transform: rotate(135deg);
width: 7px;
height: 7px;
border-top: 2px solid #000;
border-right: 2px solid #000;
content: '';
margin-right: 0.2em;
margin-bottom: 0.4em;
margin-left: auto;
}

.bokin_btn02 a:hover::after {
border-color: #fff;
}

.kessaiflex02{
width: 92%;
}

.kessaiflex{
width: 92%;
padding-left:1.5em;
text-indent:-1.8em;
}

.kessaiflex06{
align-content: center;
align-items: center;
width: 92%;
text-indent:0em;
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: 1em 0em 1em 0.5em;
color: #333333;
transition: transform .5s, opacity .5s;
font-weight: 600;
font-size: 16px;
line-height: 1.8;
vertical-align: middle;
}

.kessaiflex05{
align-content: center;
align-items: center;
width: 92%;
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: 1em 0em 1em 2em;
color: #333333;
transition: transform .5s, opacity .5s;
font-weight: 600;
font-size: 16px;
line-height: 1.8;
vertical-align: middle;
text-indent:-1.6em;
}

.kessaiflex05 a{
color:#0000ff;
}

.kessaiflex04{
width: 92%;
padding-left:1.5em;
text-indent:-1.8em;
}

.kessaiflex04 a{
color:#0000ff;
}

.kessaiflex03{
vertical-align: middle;
align-content: center;
align-items: center;
width: 92%;
line-height: 1.9;
padding-left:3em;
text-indent:-1.8em;
}

.kihu_table{
max-width: 700px;
width: 100%;
text-align: left;
margin: 0 auto;
margin-top: 1em;
}

.kihu_table th{
width: 25%;
line-height: 160%;
padding: 0.5em 0 0.5em 0;
font-weight: 600;
font-size: 16px;
text-align: center;
border: 1.5px solid #000;
background-color: #c5e0e4;
}

.kihu_table td{
width: 25%;
padding: 0.5em 0em 0.5em 0em;
line-height: 160%;
font-weight: 600;
font-size: 16px;
text-align: center;
border: 1.5px solid #000;
background-color: #FFFFFF;
}

.bokin_txt_border{
line-height: 1.8;
text-align: left;
word-wrap: break-word;
font-size: 16px;
width: 100%;
}

.one5000{
font-size: 20px;
font-weight: bold;
text-align: center;
}

.faq{
padding: 10% 7% 15% 7%;
}

.faq_txt{
line-height: 1.6;
text-align: left;
word-wrap: break-word;
font-size: 18px;
font-weight: bold;
width: 100%;
padding: 1em 0em 1em 0em;
}

.fixed_btn_area{
position: fixed;
bottom: 0%; 
padding:0.5em 0.5em 0.5em 0.5em;
z-index: 1;
background-color: #cf0a41;
width:100%;
text-align: center;
}

.fixed_btn_area img{
width:180px;
}

.footspace{
height: 0px;
}

.footimg img{
padding-bottom:5px;
}

.bluebackline{
position: absolute;
bottom: 0;
opacity: 0.4;
z-index: 0;
}

.top_main_pc{display: none;}

.top_main_sp{}

.topbackline{
position: absolute;
top: 78%;
margin: 0 auto;
text-align: center;
z-index: 1;
opacity: 0.4;
}

.topbackline02{
position: absolute;
top: 63%;
margin: 0 auto;
text-align: center;
z-index: 1;
opacity: 0.4;
}

.iconimgsan {
display: none;
}

.b01{
display: block;
padding-top: 40px;
margin-top: -40px;
}
.b02{
display: block;
padding-top: 40px;
margin-top: -40px;
}
.b03{
display: block;
padding-top: 70px;
margin-top: -70px;
}
.b04{
display: block;
padding-top: 40px;
margin-top: -40px;
}

.link1{
display: block;
padding-top: 80px;
margin-top: -80px;
}

.link3{
display: block;
padding-top: 80px;
margin-top: -80px;
}
.link4{
display: block;
padding-top: 40px;
margin-top: -40px;
}

.mousi{
padding: 10% 0% 8% 0%;
}

.mousi02{
padding: 10% 0% 2% 0%;
}

.kouza{
border: 1px solid #000000;
padding: 1em 0.5em 1em 0.5em;
color: #333333;
font-weight: 600;
font-size: 16px;
line-height: 1.6;
margin: -1em 0.5em 0em 0.5em;
}

.bokin_btn_kessai{
margin: 0em 0em 0.5em 0em;
}


.bokin_btn_kessai a{
display: flex;
justify-content:flex-start;
align-items: center;
width: 270px;
padding: .8em .9em;
border: 1px solid #cf0a41;
border-radius: 0px;
background-color: #cf0a41;
color: #FFFF;
font-size: 17px;
font-weight: bold;
}

.bokin_btn_kessai a:hover {
background-color: #FFFFFF;
border: 1px solid #000;
color: #000;
font-weight: 600;
}

a[href$=".pdf"]:after {
content:" ";
display: inline-block;
width: 24px;
height: 24px;
margin-bottom: -0.3em;
background: url(../img/pdf_icon.png) no-repeat;
}

.molttl{
font-size: 19px;
font-weight: 900;
color: #cf0a41;
}

.js-accClose{
text-align: center;
}

.rijigaku_txt{
margin: 0 auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
width: 100%;
padding: 1.8em 0 1em 0;
font-size: 16px;
}

.tema{
width: 85%;
margin: 0 auto;
z-index: 1;
margin-bottom: 1.5em;
}

.recruit-flex02{
display: flex;
margin: 0 auto;
align-items: center;
width: 90%;
margin-top: 2em;
margin-bottom: 2em;
}

.rijigaku_txt02{
margin: 0 auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
width: 100%;
padding: 1.8em 0 1em 0;
font-size: 16px;
}

.cumpas_setumei img{
padding:2.5em 0em 1.5em 0em;
}

.tate-ttl{
margin: 0 auto;
font-weight: bold;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 31px;
color: #cf0a41;
padding-top: 0.6em;
padding-bottom: 1.2em;
text-align: center;
}

.flex-box-03 .flex-item-03{
display: flex;
flex-direction: column;		
padding:0.5em;
margin: 0 auto;
}
.flex-box-03 .flex-item-03 img{
width: 100%;	
display: block;
margin: 0 auto;
}

.rinentame_img{
padding: 1.5em 0em 2.5em 0em;
width: 95%;
margin: 0 auto;
}

.rijiwaku{
z-index: 3000;
}

.ribonttl{
display: flex;
flex-direction: column;

}

.rittl{
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 21px;
color: #000;
font-weight: bold;
padding-bottom: 1.6em;
line-height: 1.6;
width: 90%;
text-align: left;
justify-content: center;
align-content: center;
align-items: center;
margin: 0 auto;
}

.rittlaka{
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 35px;
color: #cf0a41;
font-weight: bold;
text-align: center;
margin: 0 auto;
margin-top: 1em;
width: 95%;
justify-content: center;
align-content: center;
align-items: center;
}

.ribon img{
width: 100%;
padding-bottom: 2.5em;
}

.ribon02 img{
width: 100%;
padding-bottom: 2.5em;
}

.ribonttl02{
display: flex;
flex-direction:column-reverse;
}

.rittl02{
font-size: 29px;
font-weight: 700;
color: #cf0a41;
text-align: center;
line-height: 1.2;
}

.flex-box-03{
width: 95%;
margin: 0 auto;
}

.ribon03{
display: none;
}

.gakubunumber_img001{
max-width: 180px;
width: 100%;
padding-bottom: 1.5em;

}

.gakubunumber_img002{
max-width: 350px;
width: 100%;
padding-top: 1.5em;
}

.gakubunumber_img003{
max-width: 270px;
width: 100%;
}

.gakubunumber_img004{
max-width: 280px;
width: 100%;
}

.pcspace{
display: none;
}

.flex-box-02{
width:90%;	
display:flex;
flex-direction:column-reverse;
margin:0 auto;	
}

.carere4{
display:flex;
flex-direction:column-reverse;
margin:0 auto;
width: 90%;
padding-top: 2em;
}

.global3{
width:90%;
margin: 0 auto;
padding-top: 2em;
}

.ribonttl03{
width: 90%;
margin: 0 auto;
}

.backline{
height: 50px;
z-index: 0;
background-position: bottom;
background:url(../img/top_back_sp.svg);
background-repeat:no-repeat;
opacity: 0.4;
background-size: cover;
}

.campus_box02{
z-index: 6000;
}

/*.bokintokei{
background:url(../img/clock.svg);
background-repeat:no-repeat;
background-position: 100% 72%;
background-size:75%;
}*/

.tate-ttl02{
display: none;
}






/*iphone5&SE用*/
@media screen and (min-width: 320px) and (max-width: 374px){

.topbackline{
top: 98%;
}

}









/*-----iPad用------*/
/*　画面サイズが768pxから979pxまではここを読み込む　*/	
@media screen and (min-width:768px) and ( max-width:979px) {

.head-logo {
  width: 55%;
  margin: 10px 10px;
}
.head-logo img {
  display: block;
  width: 60%;
}
	
.sp-br {
  display: none;
}
	
.recruit_small{
font-size: 33px;
color: #CF0A41;
text-align: center;
font-weight: 900;
padding-top: 23px;
padding-bottom: 10px;
line-height: 220%;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
	
.recruit-flex img{
width: 282px;
}

.recruit-flex02 img{
width: 282px;
}

.rinenflex{
width: 85%;
margin: 0 auto;
display: flex;
flex-direction:row;
justify-content: center;
padding-top: 2em;
}

.rinensvg{
margin-right: 4em;
}

.rinensvg img{
width: 230px;
}

.rinentxt{
font-size: 17px;
font-weight: 700;
line-height: 1.7;
padding-top: 0em;
}

.mokuteki{
font-size: 23px;
color: #51b0ba;
font-weight: bold;
display: flex;
align-items: center;
padding: .1em .5em;
border-left: 10px solid #51b0ba;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.mokuteki:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #51b0ba;
}

.mokuteki:after {
margin-left: 1rem;
}

.rinencolumn{
width: 85%;
margin: 0 auto;
}
	
.gaiyouflex_img{
width: 100%;
margin: 0 auto;
text-align: center;
}
	
.gaiyou{
background-color: #51b0ba;
margin-top: 6em;
padding-bottom: 8em;
position: relative;
}
	
#page_top {
bottom: 60px;
}

.tema{
width: 85%;
margin: 0 auto;
z-index: 1;
margin-bottom: 1.5em;
text-align: center;
}
	
.rijipic{
margin: 0 auto;
text-align: center;
}

.souritsu_rinen{
font-size: 32px;
}
	
.rinentame_img{
padding: 2.0em 0em 3.5em 0em;
width: 75%;
margin: 0 auto;
}
	
.tate-ttl{
margin: 0 auto;
font-weight: bold;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 51px;
text-align: center;
color: #cf0a41;
padding-top: 1.2em;
padding-bottom: 1.2em;
}

.topbackline{
top: 33%;
}

}


@media screen and (min-width:520px) and ( max-width:767px) {
.head-logo {
  width: 60%;
  margin: 10px 10px;
}
.head-logo img {
  display: block;
  width: 60%;
}
}


.rinensvg{
}

.k_gu_flex{
display: flex;
margin-top: 0.7em;
}

.k_gu_01{
padding-right: 0.5em;
}

.k_gu_02{
padding-left: 0.5em;
}

.cya_flex{
display: flex;
flex-direction: column;
margin-bottom: 1em;
}

.cya_img{
width: 100%;
max-width: 209px;
margin: 0 auto;
margin-top: 0.7em;
}

.cya_img img{
margin-bottom: 0.5em !important;
}

.cya_img02{
width: 100%;
max-width: 140px;
margin: 0 auto;
margin-top: 0.7em;
}

.txt03_small{
font-size: 14px;
text-align: center;
line-height: 1.5;
word-wrap: break-word;
font-weight: bold;
width: 100%;
padding-top: 0.5em;
}

.txt03_pink{
color: #e3606b;
font-size: 17px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}

.txt03_black{
font-size: 17px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}

.sinflex{
display:flex;
margin: 0 auto;
margin-top: 2em;
width: 100%;
}

.sinflex02{
display:flex;
margin: 0 auto;
width: 90%;
}

.sinflex03{
display:flex;
flex-direction: column;
margin: 0 auto;
width: 90%;
margin-bottom: 4em;
}

.sinf01 {
display: inline-block;
padding: 1px;
background: #a9a9a9;
box-shadow: 5px 5px 3px #bbbbbb;
transform: rotate(-2deg);

}
.sinf01 img {
padding: 10px 10px 10px;
background: #fff;
}

.sinf02 {
display: inline-block;
padding: 1px;
background: #a9a9a9;
box-shadow: 5px 5px 3px #bbbbbb;
transform: rotate(3deg);
}
.sinf02 img {
padding: 10px 10px 10px;
background: #fff;
}

.sinf03 {
width: 70%;
margin: 0 auto;
display: inline-block;
padding: 1px;
margin-top: 1em;
background: #a9a9a9;
box-shadow: 5px 5px 3px #bbbbbb;
transform: rotate(2deg)
}
.sinf03 img {
padding: 10px 10px 10px;
background: #fff;
}

/* コンテナ */
#container03 {
display: grid;
grid-template-columns: 100%;
justify-content: center; /* 子要素をflexboxにより中央に配置する */
justify-content: space-between;
line-height: 1.7;
width: 90%;
margin: 0 auto;
margin-top: 4em;
/*align-items:flex-start;*/
align-content: center;
text-align: left;
background-color: #f5f2e8;
border-radius: 20px;
padding: 2em 1em 1.5em 1em;
/*font-size: clamp(16px, 1.0vw, 19px);*/
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #000;
font-size: 16px;
}

/* アイテム */
#itemA {
grid-row: 1 / 2;
grid-column: 1 / 2;
padding-bottom: 2em;
width: 65%;
margin: 0 auto;
}

#itemB {
grid-row: 2 / 3;
grid-column: 1 / 2;
width: 90%;
margin: 0 auto;
text-align: center;
padding-bottom: 1.5em;
}

#itemC {
grid-row: 3 / 4;
grid-column: 1 / 2;
margin: 0 auto;
padding-bottom: 1.5em;
}

#itemD {
grid-row: 4 / 5;
grid-column: 1 / 2;
margin: 0 auto;
width: 100%;
text-align: center;
padding-bottom: 0em;
}

#itemE {
grid-row: 5 / 6;
grid-column: 1 / 2;
margin: 0 auto;
width: 90%;
padding-bottom: 0em;
padding-top: 2em;
text-align: left;
}

#itemF {
grid-row: 6 / 7;
grid-column: 1 / 2;
text-align: left;
font-size: 16px;
}




/*-----iPad用------*/
/*　画面サイズが768pxから979pxまではここを読み込む　*/	
@media screen and (min-width:768px) and (max-width:980px) {

#itemE {
margin: 0 auto;
text-align: center;
}

}