@charset "utf-8";
/* CSS Document */
@import url("style.css");
body {
  margin: 0;
  padding: 0;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
#hamburger {
  display: none;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
/* ===================
改行
====================== */
.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
/* ===================
ヘッダー関連
====================== */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #D00A41;
  z-index: 5000;
}
.head-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head-logo {
  width: 13%;
}
.head-logo img {
  display: block;
  width: 400px;
  margin: 10px 0 10px 20px;
}
/* ===================
 ナビゲーションメニュー
====================== */
#menubar01 {
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 1 !important;
}
#dropmenu {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
#dropmenu li {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#dropmenu li a {
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 16px;
  padding: 30px 2.6vw;
}
@media (max-width:1280px) {
  #dropmenu li a {
    font-size: 13px;
  }
}
/*.contact-btn {
  background-color: #005591;
  color: #ffdd5b;
}
.contact-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffdd5b !important;
  width: 180px;
  height: 120px;
font-weight: 700;
}
.contact-btn a:hover {
  background-color: #1c5572;
  color: #fff !important;
}
.contact-btn p {
  font-size: 18px;
  margin: 10px 0;
  color: #ffdd5b;
}
.contact-btn i {
  font-size: 30px;
}*/
#dropmenu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 95%;
  left: 0;
  margin: 0 auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.75);
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-style: none;
}
#dropmenu li ul li a {
  display: inline-block;
  line-height: 1;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  padding: 15px;
}
#dropmenu > li:hover > a {
  background: #cf0a41;
  color: #FFFFFF;
}
#dropmenu > li:hover li:hover > a {
  color: ##cf0a41;
  background-color: #FFFFFF;
}
#dropmenu > li:hover > ul > li {
  height: 40px;
  border-style: none;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
}
#hamburger {
  display: none;
}
.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;
}
.lang-en a {
  color: #fff;
}
.lang-en span {
  display: block;
  margin: 0 2px;
}
/* ===================
 サイト内検索
====================== */
.head_search {
  width: 80%;
}
.searchform {
  position: relative;
}
.searchfield {
  font-size: 14px;
  width: 100%;
  margin: 3px;
  padding: 5px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.2em;
  position: absolute;
  top: -5%;
  right: 0%;
  margin-top: 0px;
  padding: 0;
  cursor: pointer;
  color: #C69C8E;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: .6;
}
table.table-search {
  width: 100%;
  margin: 0px auto;
}
table.table-search th {
  text-align: left;
  font-size: 15px;
  margin: 0px 0 5px 0px;
  vertical-align: middle;
}
table.table-search td {
  line-height: 160%;
  text-align: right;
  vertical-align: middle;
  font-size: 15px;
  padding: 0 0.2em;
}
table.table-search tr td:nth-of-type(2) {
  width: 32%;
}
/***2列め***/
table.table-search tr td:nth-of-type(3) {
  width: 20%;
}
/* ===================
 ブロック要素
====================== */
.lay-block {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 7rem;
}


.lay-block-7 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}


.lay-block-10 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.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: 4.7rem;

}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 7rem;
}
.lay-block-bottom {
  width: 100%;
}
/* ===================
 ボタン
====================== */
.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;
}
.footer-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.link-wrap {
  width: calc(100%/ 4 - 3em);
  margin: 1.5em 0 1em;
}
.link-wrap ul {
  padding-left: 0;
}
.link-wrap ul li {
  width: 100%;
  list-style: none;
}
.link-wrap li {
  width: 100%;
  color: #fff;
  list-style: none;
  padding: 0.5em 0;
}
.link-wrap a {
  color: #fff;
  font-size: 15px;
}
.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 60px;
  padding: 3em 0 0;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}
.company-info ul {
  text-align: center;
  list-style: none;
  color: #333;
}
.company-info img {
  display: block;
  width: 30%;
  margin: 0 auto;
}
.company-address {
  margin-bottom: 20px;
}
.copy {
  font-size: 15px;
  color: #333;
  text-align: center;
  margin: 3em 0 1em 0;
  padding: 20px 0;
  padding-bottom: 15px;
}
/* ===================
 ニュース
====================== */
.news-wrap {
  margin-bottom: 100px;
}
.news-box {
  width: 100%;
  max-width: 1000px;
  margin: 2em auto;
  padding: 0;
}
/*news のtable*/
table.table-news {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto;
}
table.table-news th {
  padding: 1em 1em 1em 3em;
  border-bottom: 1px #b3b3b3 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #333;
  font-size: 18px;
  font-weight: normal;
}
table.table-news td {
  padding: 1em 3em 1em 1em;
  border-bottom: 1px #b3b3b3 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #333;
  font-size: 18px;
  font-weight: normal;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #333;
}
.news-archive {
  display: block;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
  color: #fff;
}
.news-archive a {
  color: #0000ff;
  font-size: 18px;
  text-decoration: underline;
}
/* ===================
 グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  margin: 0 auto 3em;
}
.map-box {
  width: 100%;
  max-width: 910px;
  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: 10px;
  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: 36px;
  margin: 0 0 50px;
  font-weight: normal;
}
.top-lead p {
  font-size: 21px;
  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;
}
.service {}
.page-ttl {
  text-align: center;
  font-size: 32px;
  color: #005591;
line-height: 1.8;
}
.service-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.service-item {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 100px;
  padding: 0;
}
.service-txt {
  font-size: 18px;
  text-align: left;
  padding: 0.8em;
  height: 250px;
}
.service-txt h3 {
  font-size: 30px;
  color: #005591;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #005591;
}
.user-box {
  width: 86px;
  height: 86px;
  display: flex;
  flex-direction: column;
  background-color: #ffdd5b;
  color: #005591;
  align-items: center;
  padding: 15px 10px;
  margin: 0 auto;
}
.user-box h3 {
  font-size: 18px;
  margin: 10px;
}
@media (max-width: 1280px) {
  .user-box h3 {
    font-size: 16px;
  }
}
.user-box h4 {
  font-size: 26px;
  margin: 10px;
}
@media (max-width: 1200px) {
  .user-box h4 {
    font-size: 15px;
  }
}
.link-box {
  display: flex;
  justify-content: center;
  font-size: 22px;
}
.link-box i {
  font-size: 55px;
}
.link-box a.cl-ye {
  padding: 20px 0;
  background-color: #ffdd5b;
  font-size: 20px;
  width: 450px;
  margin: 10px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.link-box a.cl-bl {
  padding: 20px 0;
  background-color: #005591;
  font-size: 20px;
  width: 450px;
  margin: 10px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.link-box img {
  width: 10%;
}
.tel-num {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail-txt {
  font-size: 23px;
  font-weight: bold;
  color: #005591;
}
.tel-num p {
  font-size: 38px;
  margin: 0 5px;
  color: #fff;
}
.notice-txt {
  color: #fff;
}

.recruit {
  padding: 50px 0;
  margin-bottom: 120px;
  background-color: #fff5d8;
}
.recruit-box {
  display: flex;
}
.recruit-left {
  width: 50%;
}
.recruit-right {
  width: calc(50% - 100px);
  margin-left: 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: 10px;
  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: #FFFFFF;
  border: 1px solid #1c5572;
  font-size: 20px;
  width: 360px;
  margin: 10px;
  border-radius: 3px;
}
.security-link {
  display: block;
  text-decoration: underline;
  color: #0000ff;
  font-size: 20px;
}
.security-link a {
  color: #0000ff;
  font-size: 20px;
}
/*ネット*/
.bread-crumb {
  padding: 1em 2em;
  margin-bottom: 2em;
}
.bread-crumb a {
  font-size: 13px;
  margin: 0 5px;
}

.support-security {
  margin-bottom: 120px;
}
.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 3em;
}
.box01-img {
  width: 100%;
  margin: 0 auto 15px;
}
.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: #FFFFFF;
  color: #ccc;
  text-align: center;
  vertical-align: middle;
  margin: 10px 5px 10px 50px;
}

.small-txt {
  font-size: 14px !important;
  text-align: left;
}

.causion-txt {
  margin-bottom: 60px;
  text-decoration: underline;
  font-size: 20px;
  color: #0000ff;
}
.causion-txt a {
  color: #0000ff;
}



.tex-lead-22-kon{
  text-align: left;
  font-size: 22px;
		font-weight:bold;
  /*margin-bottom: 50px;*/
		color:#005591;
}

.tex-lead-18-left{
  text-align: left;
  font-size: 18px;
		color:#222;
  /*margin-bottom: 50px;*/
}

.tex-lead-16-left{
  font-size: 16px;
		font-weight:normal;
  /*margin-bottom: 50px;*/
		color:#222;
		text-align: left;
}


.img-Msize{
  width:75%;
}



.course-price {
  margin-bottom: 50px;
}
.box02 {
  display: flex;
  flex-wrap: wrap;
}
.box02-item {
  display: flex;
  margin-bottom: 50px;
}
.box02-img {
  width: 50%;
}
.box02-txt {
  width: 50%;
  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: 24px;
  font-weight: bold;
}
.box03 {
  display: flex;
}
.box03-item {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  padding: 0 2.5em;
  border-right: 1px solid #333;
  display: flex;
  flex-direction: column;
}
.box03-item:first-of-type {
  border-left: 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;
}
.box04-img a {
  margin: 0 10px;
}
.box04-img img {
  max-width: 280px;
}
.box04-img p {
  color: #005591;
  font-weight: bold;
  font-size: 35px;
}



.op-box02 {
  width: 100%;
  display: flex;
}
.op-box02-item {
  width: calc(100% / 2 - 20px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #005591;
		background-color: #FFFFFF;
  padding: 1em 2em;
}
.op-box02-img {
  width: 60%;
  margin: 0 auto 15px;
}
.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;
}



/* ===================
PC 個人情報保護方針
====================== */

.privacy-txt {
width: 80%;
margin: 0 auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
font-size: 18px;
}

.privacy-ttl{
font-weight: bold;
text-align: left;
font-size: 18px;
}

.privacy-txt-center{
text-align: center;
margin: 0 auto;
line-height: 2;
}

.btn-contact{
width: 300px;
margin: 0 auto;
}

.btn-contact a{
display: flex;
justify-content: center;
padding: 0.7em;
border: 2px solid;
border-color: #f15a24;
border-radius: 150px;
background-color: #FFFFFF;
color: #f15a24;
font-weight: 600;
font-size: 1em;
}

.btn-contact:hover a{
background-color: #f15a24;
color: #FFFFFF;
border: 2px solid;
border-color: #FFFFFF;
border-radius: 150px;
}

.contacticon{
font-size: 1.4em;
}



/* ===================
PC お問い合わせ
====================== */
.btn-contact03{
width: 450px;
height: 100px;
margin: 0 auto;
margin-top: 2em;
display: flex;
justify-content: center;
padding: 0.7em;
border: 2px solid;
border-color: #ffdd5b;
background-color: #ffdd5b;
color: #005591;
font-weight: 600;
font-size: 20px;
}

.btn-contact03:hover{
background-color: #FFFFFF;
color: #005591;
border: 2px solid;
border-color: #ffdd5b;
}

.consent-text {
font-weight: bold;
color: #000;
vertical-align: middle;
margin-bottom: 2em;
}

.form-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto 5em;
text-align: center;
padding-bottom: 3em;
padding-top: 1em;
}

.form-box {
width: 100%;
margin: 1em auto 0em;
text-align: center;
}

.form-table {
width: 100%;
margin: 0px auto;
border-collapse: separate;
border-spacing: 10px;
padding: 0em 4em 3em 4em;
}

.form-table th {
display: block;
padding: 0em 2.8em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
width: 100%;
}

.form-table td {
display: block;
padding: 0em 0.5em 0.5em 0em;
line-height: 180%;
text-align: center;
vertical-align: top;
color: #222;
width: 100%;
}

::placeholder {
color: #c3c3c3;
}


.table03back{
border: 1.5px solid;
border-color: #b3b3b3;
max-width: 1200px;
width: 80%;
padding: 3em 5em 3em 9em;
margin: 0 auto;
}

/* ===================
PC 日本女子大学附属豊明小学校
====================== */
.bosyuu{
background-color: #FFFFFF;
}

.recruit_small{
font-size: 48px;
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-wrap {
background-color: #FFFFFF;
margin: 10em 0em 6em 0em;
padding: 3em;
z-index: 1000;
}

.recruit-flex{
display: flex;
max-width: 1100px;
margin: 0 auto;
width: 100%;
padding-bottom: 3em;
}

.recruit-_ttl {
font-size: 27px;
font-weight: bold;
color: #000;
text-align: center;
padding-bottom: 2em;
padding-top: 0.5em;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.recruit-flex img{
width: 482px;
}

.recruit-flex02 img{
width: 482px;
}

.recruit_txt{
line-height: 1.8;
text-align: left;
word-wrap: break-word;
font-size: 18px;
font-weight: 400;
padding-left: 3.5em;
width: 100%;
}

.recruit_txt_kata{
line-height: 1.6;
text-align: center;
word-wrap: break-word;
font-size: 17px;
font-weight: 400;
padding: 1.2em 0em 0em 0em;
width: 100%;
}

.recruit_txt_kata{
line-height: 1.2;
text-align: center;
word-wrap: break-word;
font-size: 17px;
font-weight: 400;
padding: 1.2em 0em 0em 0em;
width: 100%;
}

.recruit_txt_kata02{
line-height: 1.2;
text-align: center;
word-wrap: break-word;
font-size: 17px;
font-weight: 400;
padding: 1.2em 0em 0em 0em;
width: 100%;
}

.recruit_name{
font-weight: 900;
text-align: center;
font-size: 24px;
padding: 0.25em 0em 0em 0em;
width: 100%;
padding-left: 0em;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.recruit_name_gaku{
font-weight: 900;
text-align: right;
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%;
padding-left: 0em;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.rinenflex{
display: flex;
justify-content: center;
align-items:flex-start;
width: 90%;
max-width: 930px;
margin: 0 auto;
}

.rinensvg img{
width: 186px;
}

.rinentxt{
font-size: 22px;
font-weight: 700;
line-height: 2;
padding-top: 0em;
padding-left: 3em;
}

.mokuteki{
font-size: 27px;
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{
padding-left: 8em;
}

.gaiyou{
background-color: #51b0ba;
margin-top: 6em;
position: relative;
padding-bottom: 7.5em;
}

.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: 2.3em 0em 1.5em 0em;
}

.gaiyouttl_small{
font-size: 28px;
}

.gaiyouttl_sub{
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;
}

.gaiyouttl_big{
font-size: 66px;
vertical-align: middle;
}

.gaiyouttl_sub {
position: relative;
display: inline-block;
padding: 0 55px;
}
 
.gaiyouttl_sub:before,
.gaiyouttl_sub:after {
content: '';
position: absolute;
top: 45%;
display: inline-block;
width: 150px;
height: 2px;
background-color: #FFFFFF;
}
 
.gaiyouttl_sub:before {
left: 190px;
}
 
.gaiyouttl_sub:after {
right: 220px;
}

.gaiyouttl_subwaku{
text-align:center;
padding-bottom: 1.5em;
}

.gaiyou01{
font-size: 36px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
padding-bottom: 0.8em;
line-height: 1.6;
}

.gaiyou02{
font-size: 23px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
padding: 2.2em 0em 0.8em 0em;
line-height: 1.6;
}

.gaiyouflex{
display: flex;
max-width: 900px;
justify-content: center;
margin: 0 auto;
padding-bottom: 1.5em;
}

.gaiyouflex02{
display: flex;
max-width: 900px;
justify-content: center;
margin: 0 auto;
padding-bottom: 1.5em;
}

.gaiyouflex_txt{
width: 60%;
font-size: 20px;
color: #FFFFFF;
font-weight: bold;
line-height: 1.8;
padding-left: 2em;
}

.gaiyouflex_txt02{
width: 60%;
font-size: 20px;
color: #FFFFFF;
font-weight: bold;
line-height: 1.8;
padding-right: 2em;
}

.gaiyouflex_img{
width: 60%;
}

.souritsu_rinen{
font-weight: bold;
text-align: left;
font-size: 33px;
line-height: 1.5;
padding: 0em 0em 0em 0em;
width: 100%;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
color: #CF0A41;
}

.souritsu_rinen02{
font-weight: bold;
text-align: left;
font-size: 18.5px;
line-height: 1.5;
padding: 0em 0em 2em 1.5em;
width: 100%;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
color: #CF0A41;
}

.souritsu_logo{
text-align: center;
width: 135px;
margin: 0 auto;
padding: 6.5em 0em 7.5em 0em;
}

.recruit_txt02{
line-height: 2;
text-align: left;
word-wrap: break-word;
font-size: 18px;
padding-right: 2.5em;
width: 100%;
}

.tate{
display: flex;
width: 100%;
flex-direction: column;
}

.rinen_txt{
line-height: 1.7;
text-align: left;
word-wrap: break-word;
font-size: 18px;
width: 100%;
}

.rinen_txt02{
line-height: 1.7;
text-align: left;
word-wrap: break-word;
font-size: 18px;
width: 100%;
padding-left: 1.5em;
font-weight: bold;
}

.rinen_txt03{
line-height: 1.7;
text-align: left;
word-wrap: break-word;
font-size: 18px;
font-weight: bold;
width: 100%;
}

.gakubu_img{
text-align: left;
width: 85%;
margin-bottom: 1.5em;
}

.txt03_pink{
color: #e3606b;
font-size: 21px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}

.txt03_black{
font-size: 21px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}

.kousoutxt{
line-height: 1.7;
text-align: left;
word-wrap: break-word;
font-size: 13px;
font-weight: normal;
width: 100%;
padding: 1.5em 0em 0em 0em;
color: #919191;
}

.rinen_txt04{
line-height: 1.7;
text-align: left;
word-wrap: break-word;
font-size: 19px;
font-weight: bold;
width: 100%;
padding: 0em 0em 0em 1.7em;
}

.rinen_tate{
display: flex;
width: 100%;
flex-direction: column;
padding-right: 4em;
}

.rinen_tate02{
display: flex;
padding-top: 3.5em;
}

.rinen-flex{
display: flex;
max-width: 1100px;
margin: 0 auto;
margin-bottom: 13em;
width: 90%;
padding: 4em;
background-color: rgb(245,242,232,0.8);
}

.rinen_txt_kata{
line-height: 1.6;
text-align: center;
word-wrap: break-word;
font-size: 16px;
font-weight: 400;
width: 100%;
padding: 0.3em 0em 0.8em 0em;
}

.rinen_name{
text-align: center;
font-size: 18px;
padding: 0.25em 0em 0em 0em;
width: 100%;
font-weight: bold;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.bokin_ttl{
font-size: 36px;
font-weight: 400;
text-align: center;
color: #000;
padding: 1.5em 0em 0em 0em;
line-height: 1.6;
}

.bokin{
background-color: #fbe3e1;
padding: 2em 0em 6em 0em;
margin-top: 0em;
z-index: 1;
}

.bokin_ttl02{
font-size: 56px;
font-weight: 400;
text-align: center;
color: #000;
padding: 0em 0em 1em 0em;
line-height: 1.6;
}

.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: flex;
justify-content: center;
}

.bokin_ttl03{
font-size: 25px;
font-weight: 600;
text-align: center;
color: #000;
padding: 2.3em 0em 0.3em 0em;
line-height: 1.6;
}

.bokin_txt{
line-height: 2;
text-align: center;
word-wrap: break-word;
font-size: 17px;
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: 2;
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 3.5em 0.5em 0;
line-height: 2;
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: 2;
text-align: center;
word-wrap: break-word;
font-size: 19px;
font-weight: bold;
width: 100%;
padding-top: 1em;
}

.bokin_ttl04{
font-size: 35px;
font-weight: 400;
text-align: center;
color: #000;
padding: 2.2em 0em 0.3em 0em;
line-height: 1.6;
}

.accordion-005 {
max-width: 800px;
width: 100%;
text-align: left;
margin: 0 auto;
font-size: 18px;
}

.accordion-005:not([open]) {
margin-bottom: -1px;

}

.accordion-005 summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 1.5em 2em;
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: 2em;
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: 1em 2em 1em 2em;
color: #333333;
transition: transform .5s, opacity .5s;
font-weight: 600;
font-size: 18px;
line-height: 1.9;

vertical-align: middle;

align-content: center;
align-items: center;
width: 92%;
padding-left:3em;
text-indent:-1.3em;
}

.accordion-005[open] p {
transform: none;
opacity: 1;
}

.bokin_btn02{
margin: 0em 0.5em 0em 0.5em;
}

.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{
display: flex;
vertical-align: middle;
align-content: center;
align-items: center;
width: 92%;
line-height: 1.9;
}

.kessaiflex{
display: flex;
vertical-align: middle;
align-content: center;
align-items: center;
width: 92%;
line-height: 1.9;
padding-left:1em;
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 2em 1em 1.8em;
color: #333333;
transition: transform .5s, opacity .5s;
font-weight: 600;
font-size: 18px;
line-height: 1.9;
vertical-align: middle;
}

.kessaiflex05{
align-content: center;
align-items: center;
width: 92%;
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: 1em 2em 1em 2.95em;
color: #333333;
transition: transform .5s, opacity .5s;
font-weight: 600;
font-size: 18px;
line-height: 1.9;
vertical-align: middle;
text-indent:-1.6em;
}

.kessaiflex05 a{
color:#0000ff;
}

.kessaiflex04{
vertical-align: middle;
align-content: center;
align-items: center;
width: 92%;
line-height: 1.9;
padding-left:1em;
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;
}

.bokin_txt_border{
line-height: 2;
text-align: center;
word-wrap: break-word;
font-size: 17px;
width: 100%;
max-width: 800px;
border-top: 1.5px solid #000;
margin: 0 auto;
padding-top: 1em;
}

.one5000{
font-size: 20px;
font-weight: bold;
}

.kihu_table{
max-width: 700px;
width: 100%;
text-align: left;
margin: 0 auto;
margin-top: 1.5em;
}

.kihu_table th{
width: 25%;
line-height: 160%;
padding: 0.5em 0 0.5em 0;
font-weight: 600;
font-size: 18px;
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: 18px;
text-align: center;
border: 1.5px solid #000;
background-color: #FFFFFF;
}

.faq{
max-width: 800px;
margin: 0 auto;
}

.faq_txt{
line-height: 2;
text-align: left;
word-wrap: break-word;
font-size: 19px;
font-weight: bold;
width: 100%;
padding: 1em 0em 1em 0em;
}

.fixed_btn_area{

bottom: 0%; 
height: 100px;
padding:1em 0.5em 1em 0.5em;
z-index: 1;
background-color: #cf0a41;
width:100%;
text-align: center;
}

.fixed_btn_area img{
width:230px;
}

.footspace{
height: 30px;
}

.footimg img{
padding-bottom:0px;
}

.bluebackline{
position: absolute;
bottom: 0;
opacity: 0.4;
}

.top_main_pc{}

.top_main_sp{display: none;}

.topbackline{
position: absolute;
top: 118%;
margin: 0 auto;
text-align: center;
z-index: 1;
opacity: 0.4;
}

.topbackline02{
position: absolute;
top: 650%;
margin: 0 auto;
text-align: center;
z-index: 0;
opacity: 0.4;
}

.iconimg{
/*background:#74BAF4;*/
opacity: 1;
border-radius: 50%;
width: 135px;
}
.iconimg a{
position: relative;
display: block;
/*width: 100px;
height: 100px;*/
text-decoration: none;
margin: 1em 0 0 0;
}
.iconimg:hover {
opacity: 0.7;
}
.iconimgsan{
position: fixed;
right: 0px;
bottom: 328px;
z-index: 5000;
}

.b01{
display: block;
padding-top: 40px;
margin-top: -40px;
}
.b02{
display: block;
padding-top: 40px;
margin-top: -40px;
}
.b03{
display: block;
padding-top: 40px;
margin-top: -40px;
}
.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;
}

.kouza{
border: 1px solid #000000;
padding: 1em 2em 1em 2em;
color: #333333;
font-weight: 600;
font-size: 18px;
line-height: 1.9;
margin: -1.2em 2em 1em 2em;
}

.mousi{
max-width: 800px;
margin: 0 auto;
padding-bottom: 3.5em;
}

.mousi02{
max-width: 800px;
margin: 0 auto;
padding-bottom: 1.5em;
}

.bokin_btn_kessai{
margin: 0.3em 0.5em 0em 0.5em;
padding-left: 1.7em;
}

.bokin_btn_kessai a{
display: flex;
justify-content:flex-start;
align-items: center;
width: 250px;
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;
}








.tema{
margin-right: 3em;
margin-left: 2em;
margin-top: 7em;
}

.rijigaku_txt{
max-width: 620px;
line-height: 1.7;
text-align: left;
word-wrap: break-word;
/*font-size:max(0.95vw,13px);*/
font-size: calc(0.14vw + 0.9rem);
font-weight: 400;
padding: 2.5em;
width: 100%;
background-color: rgb(251,227,225,0.8);
margin-top: 16em;
z-index: 5000;
}

.aisatu{
display: flex;
position: absolute;
}

.toumei{
width: 500px;
}



.rijiwaku{
position: relative;
max-width: 1044px;
margin: 0 auto;
z-index: 3000;
}

.rijigaku_txt02{
max-width: 620px;
line-height: 1.7;
text-align: left;
word-wrap: break-word;
/*font-size:max(0.95vw,13px);*/
font-size: calc(0.14vw + 0.9rem);
font-weight: 400;
padding: 2.7em;
width: 100%;
background-color: rgb(251,227,225,0.8);
margin-top: 19em;
z-index: 4000;
}

.aisatu02{
display: flex;
position: absolute;
}

.recruit-flex02{
display: flex;
max-width: 1100px;
margin: 0 auto;
width: 100%;
padding-bottom: 3em;
padding-top: 6em;
}

.hirooka_img{
padding: 0em 1em 0em 1em;
}

.campus_box{
widt:100%;
max-width:1300px;
margin:0 auto;
position: relative;
z-index: 3000;
}

.campus_box02{
widt:100%;
max-width:1300px;
margin:0 auto;
position: relative;
z-index: 3000;
padding-bottom: 0em;
}
	
.flex-box-03{
width:90%;
max-width: 1300px;
display:flex;
justify-content: flex-start;	
flex-wrap: wrap;	
text-align: center;
align-items: flex-start;
}
.flex-box-03 .flex-item-03{
display: flex;
flex-direction: column;		
width: calc(100% / 3 - 0em);
padding:0.5em;
}
.flex-box-03 .flex-item-03 img{
width: 100%;	
display: block;
margin: 0 auto;
}

.flex-box-04{
width:100%;	
display:flex;
justify-content: flex-start;	
flex-wrap: wrap;	
text-align: center;
margin:0 auto;
align-items: flex-start;
padding-bottom: 0em;
}
.flex-box-04 .flex-item-04{
display: flex;
flex-direction: column;		
width: calc(100% / 2 - 0em);
padding:2.0em;
}
.flex-box-04 .flex-item-04 img{
width: 100%;	
display: block;
margin: 0 auto;
}

.copy01{
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center; 
}

.copy01 div:nth-of-type(1){
color:#F00;
margin-right:auto;
}

.copy01 div:nth-of-type(2){
font-size:22px;
margin: 0 13em 0 0em;
}

.tate-ttl{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
position: absolute;
top:-1.1em;
right:0em;
white-space: nowrap;
font-weight: bold;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size:max(3.3vw,50px);
color: #cf0a41;
}

.redttl001{
font-size:32px;
color:#FB0872;
text-align: center;
}

.global3{
padding:2em;
width:47%;
}


.carere4{
padding:2em;
width:47%;
position: absolute;
top:65em;
right:0;
}

.flex-box-02{
width:100%;	
display:flex;
justify-content: flex-start;	
flex-wrap: wrap;	
align-items: flex-start;	
text-align: center;
margin:0 auto;	
}
.flex-box-02 .flex-item-02{
display: flex;
flex-direction: column;		
width: calc(100% / 2 - 2em);
margin: 0.5em 0.5em 2em 0.5em;
}
.flex-box-02 .flex-item-02 img{
width: 100%;	
display: block;
margin: 0 auto;
}

.gakubuthree{
padding-right: 2.3em;
}

.cumpas_setumei{
padding-left: 1.5em;
padding-bottom: 2em;
}

.rinentame_img{
padding-bottom: 1.5em;
}

.ribonttl{
display: flex;
margin-top: 7em;
}

.rittl{
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size:31px;
/*font-size: 45px;*/
color: #000;
font-weight: bold;
text-align: left;
padding-bottom: 1.6em;
line-height: 1.6;
padding-left: 4.7em;
}

.rittlaka{
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size:max(3.5vw,35px);
/*font-size: 58px;*/
color: #cf0a41;
font-weight: bold;
text-align: center;
margin-top: 1em;
}

.ribon{
width: 140%;
max-width: 280px;
left: -47em;
}

.ribon img{
width: 140%;
max-width: 555px;
left: -47em;
}

.ribonttl02{
display: flex;
justify-content: flex-end;
}

.rittl02{
font-size: 42px;
font-weight: 700;
color: #cf0a41;
text-align: center;
padding-bottom: 1.2em;
line-height: 1.2;
padding-right: 1.3em;
padding-left: 1em;
white-space: nowrap;
}

.ribon02{
width: 100%;
max-width: 765px;
}

.tate-ttl02{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
top:22em;
left: 0;
white-space: nowrap;
font-weight: normal;
position: absolute;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size:max(3.3vw,50px);
color: #C8C9CA;
}

.gakubuflex{
display: flex;
}

.ribon03{
width: 100%;
max-width: 1290px;
padding-left: 8em;
}

.ribonttl03{
display: flex;
justify-content:flex-end;
padding-bottom: 3em;
}

.gakubunumber_img001{
max-width: 300px;
padding-left: 1em;
width: 100%;
}

.gakubunumber_img002{
max-width: 520px;
width: 100%;
}

.gakubunumber_img003{
max-width: 400px;
width: 100%;
padding-bottom: 1em;
}

.gakubunumber_img004{
max-width: 430px;
padding-top: 1em;
width: 100%;
padding-bottom: 1em;
}

.gakubu_picture img{
max-width: 600px;
width: 100%;
padding-top: 1.5em;
}

.gakubu_picture{
max-width: 600px;
width: 100%;
}

.backline{
height: 210px;
z-index: 0;
background-position: bottom;
background:url(../img/top_back.svg);
background-repeat:no-repeat;
opacity: 0.4;
}

/*.bokintokei{
background:url(../img/clock.svg);
background-repeat:no-repeat;
background-position: 100% 70%;
background-size:60%;
}*/







/*-----iPadPro用------*/
/*　画面サイズが980pxから1024pxまではここを読み込む　*/	
@media screen and (min-width:769px) and ( max-width:1024px) {
	
.souritsu_rinen{
font-weight: bold;
text-align: center;
font-size: 45px;
padding: 0em 0em 0em 0em;
width: 100%;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.rinencolumn{
padding-left: 5em;
}
	
.topbackline{
position: absolute;
top: 40%;
margin: 0 auto;
text-align: center;
z-index: 1;
opacity: 0.4;
}
	
.iconimgsan{
bottom: 120px;
}
	
.recruit-wrap {
margin: 0em 0em 6em 0em;
}
	
	
	
}

.rinensvg{
width: 30%;
}

.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;
}

.cya_img{
width: 100%;
max-width: 209px;
margin-left: 1em;
}

.cya_img img{
margin-bottom: 0.5em !important;
}

.cya_img02{
width: 100%;
max-width: 140px;
margin-left: 1em;
}

.txt03_small{
font-size: 14px;
text-align: right;
line-height: 1.5;
word-wrap: break-word;
font-weight: bold;
width: 100%;
padding-top: 1.5em;
}

.sinflex{
display:flex;
margin: 0 auto;
margin-top: 5em;
width: 80%;
}

.sinflex02{
display:flex;
margin: 0 auto;
}

.sinflex03{
display:flex;
margin: 0 auto;
width: 80%;
margin-bottom: 5em;
}

.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-rows: 43% 57%;*/
grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
justify-content: center; /* 子要素をflexboxにより中央に配置する */
justify-content: space-between;
font-size: clamp(17px, 1.4vw, 19px);
line-height: 1.7;
width: 100%;
max-width: 1300px;
margin: 0 auto;
margin-top: 8em;
/*align-items:flex-start;*/
align-content: center;
text-align: left;
background-color: #f5f2e8;
border-radius: 20px;
padding: 3em 4em 2em 4em;

/*font-size: clamp(16px, 1.0vw, 19px);*/
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #000;
}

/* アイテム */
#itemA {
grid-row: 1 / 2;
grid-column: 1 / 3;
padding-right: 3em;
padding-bottom: 2em;
}

#itemB {
grid-row: 2 / 3;
grid-column: 1 / 3;
padding-right: 3em;
}

#itemC {
grid-row: 1 / 2;
grid-column: 3 / 7;
}

#itemD {
grid-row: 2 / 3;
grid-column: 3 / 5;
width: 80%;
margin-left: auto;
left: auto;
padding-right: 1em;
}

#itemE {
grid-row: 2 / 3;
grid-column: 5 / 7;
padding-left: 0em;
font-size: clamp(15px, 1.0vw, 17px);
padding-top:7em;
}

#itemF {
grid-row: 2 / 3;
grid-column: 5 / 7;
text-align: left;
}









