@charset "utf-8";
/* Generic Child-Oiso : front-page ONLY
    フロントページのみに適用されるスタイル
　　　-body
　　　-コンテナ div id="container" #container
　　　-共通要素 （ .btn.more-link ）
    　-メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
    　-各コンテンツ section
　　　-メディアクエリ（ブレイクポイントごと）
*/
/* コンテナ div id="container" #container
---------------------------------------------------- */
#container {
    background-color: transparent;
    margin: 0 auto;
    width: 100%;
}
/*メインコンテンツ - メインカラム*/
main.content {
    float: none;
    margin: 0;
    padding: 00;
    width: 100%;
}

/* 共通要素
---------------------------------------------------- */
/* .btn.more-link */
p.btn.more-link{}
p.btn.more-link a{
    align-items: center;
    background-color: rgba(0,63,142,1.00);
    border: rgba(0,63,142,1.00) solid 1px;
    color: rgba(255,255,255,1.0);
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    padding: .75em;
    text-decoration: none;
}
p.btn.more-link a::after{
    content: '\eac9';
    display: inline;
    font-family: 'Material Icons';
    padding: 0 0 0 3em;
}
p.btn.more-link a:hover{
    background-color: rgba(255,255,255,1.0);
    border: rgba(0,123,187,1.00) solid 1px;
    color: rgba(0,123,187,1.00);
}
/* 右メインビジュアル　左キャッチコピー　レイアウト
---------------------------------------------------- */
.head-wrap {
  display: -webkit-flex;
  display: flex;
  width: 100%;

}
.head-wrap #catch-area {
  width: 20%;
  position: relative;
}
.head-wrap #main-vis {
  width: 80%;
  position: relative;
  margin-top: -100px;
}

.head-wrap #catch-area h2 {
  text-orientation: upright;
   writing-mode: vertical-rl;
   color: #69483C;
   letter-spacing: 10px;
   font-size: 45px;
   position: absolute;
   top: 50%;
   left: 50%;
   /* width: 100%; */
   height: 100%;
   line-height: 100px;
   transform: translate(-50%, -30%);
}
/* メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
---------------------------------------------------- */
#main-vis{
    margin: 0 ;
    padding: 0;
    position: relative;
}
/*bxslider スタイルリセット*/
#main-vis .bx-wrapper {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
	overflow: hidden;
    padding: 0;
}
#main-vis .bx-wrapper .bx-viewport{
	overflow: visible !important;
	width: 100% !important; /* スライド画像の横幅 */
	margin: 0 auto;
}
/*各スライド設定*/
#main-vis .bx-wrapper .bx-viewport .slider > div{
    height: auto;
    position: relative;
}
/*キャッチコピー*/
#main-vis .catch-wrap{
    display: flex;
    height: 100%;
    justify-content: flex-end;
    position: absolute;
        left: 0;
        top: 0;
    width: 100%;
}
#main-vis .catch-wrap .catch{
  position: absolute;
  top: 40%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#main-vis .catch-wrap .catch h2{
    color: #fff;
    font-size: 120px;
    font-weight: bold;
    width: 100%;
    text-shadow: 0 0 8px gray;
    font-family: "Hiragino Kaku Gothic ProN","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 100px;
}
#main-vis .catch-wrap .catch h2 span{
    display: block;
}
#main-vis .catch-wrap .catch h3{
    color: rgba(0,63,142,1.00);
    font-family: 'Poppins', sans-serif;
    font-size: 1.14rem;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 1vmax;
    text-shadow: 0 0 15px gray;
}
#main-vis .catch-wrap .catch .read{
    margin: 0 0 1vmax;
}
#main-vis .catch-wrap .catch p.btn.more-link{
    font-family: 'Poppins', sans-serif;
}
#main-vis .catch-wrap .catch p.btn.more-link a span{
}


/* 各コンテンツ section
---------------------------------------------------- */
/* front-wrap --- */
.front-wrap{
    margin: 0;
    padding: 0;
}
/* common 共通 --- */
#container .content section{}
section .section-wrap{
    margin: 0 auto;
    width: 1240px;
}
/* common 共通 - header h2見出し --- */
section .section-wrap header{
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
section .section-wrap header h2{

}
section .section-wrap header p{
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.14rem;
    font-style: normal;
    font-weight: bold;
    margin: 0 !important;
}
/* common 共通 - .entry-list（お知らせ・ブログ新着表示 共通） --- */
.entry-list .section-wrap .article-list{
    margin: 0 auto;
}
.entry-list .section-wrap .article-list article{
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: .5em 0;
    position: relative;
    transition: .3s;
}
.entry-list .section-wrap .article-list article:first-child{

}

.entry-list .section-wrap .article-list article:hover{
    background-color: #f7f7f7;
}
.entry-list .section-wrap .article-list article .entry-meta{
    color: #000;
    margin: 0;
}
.entry-list .section-wrap .article-list article .entry-meta .entry-time{
    display: inline-block;
    padding: 0 0 0 0em;
    width: 8em;
    font-size: 14px;
}
.entry-list .section-wrap .article-list article .entry-meta .category{
    background-color: #ddd;
    border: #ddd solid 1px;
    border-radius: 5px;
    color: #1A1A1A;
    display: inline-block;
    padding: .25em;
    text-align: center;
    width: 12em;
}
.entry-list .section-wrap .article-list article .entry-title{
    flex: 1;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 0 10px;
}
.entry-list .section-wrap .article-list article .entry-title a{
    color: #1A1A1A;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
}

.entry-list .section-wrap p.btn.more-link {
    margin: 2rem auto;
    text-align: center;
}

/* #news --- */
section#news {
  position: absolute;
  bottom: 15%;
  right: 1%;
}
section#news .section-wrap{
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  max-width: 600px;
}
#news .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
#news .head h2{
    color: #E688A1;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#news .in.link a:link,
#news .in.link a:visited,
#news .in.link a:active {
  border: 1px solid #4D4D4D;
	display: block;
	margin: 0 auto;
	padding: 5px 20px 5px 5px;
	text-decoration: none;
	width: 120px;
  color: #4D4D4D;
  text-align: center;
  position: relative;
  font-size: 13px;
}

#news .in.link a::after {
  color: #1A1A1A;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
#news .in.link a:hover::after {
    border-left: none;
    right: 0.5rem;
}
#news .section-wrap .article-list{
    margin: 0 auto;
    padding: 0;
}
/* カテゴリタブリスト */
.news-list-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
/* 各カテゴリタブ */
.tab-switch {
    display: none;
}
.tab-label {
    background: #fff;
    border-bottom: #ddd solid 3px;
    color: #000;
    flex: 1;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    margin-right: 30px;
    order: -1;
    padding: .75rem 0;
    position: relative;
    text-align: center;
    transition: .3s;
}
.tab-label::after {
    border: 10px solid transparent;
    content: "";
    margin-left: -10px;
    position: absolute;
        top: 100%;
        left: 50%;
}
.news-list-wrap .tab-label:last-of-type {
    margin-right: 0;
}
/* 各カテゴリタブ - hover */
.tab-label:hover {
    border-bottom: rgba(89,200,223,1.00) solid 3px;
    color: rgba(89,200,223,1.00);
    cursor: pointer;
}
.tab-label:hover::after {
    border-top: 10px solid rgba(89,200,223,1.00);
}
/* 各カテゴリタブ - active */
.tab-switch:checked+.tab-label {
    border-bottom: rgba(89,200,223,1.00) solid 3px;
    color: rgba(89,200,223,1.00);
    display: none;
}
.tab-switch:checked+.tab-label::after {
    border-top: 10px solid rgba(89,200,223,1.00);
}
/* 各カテゴリタブ コンテンツ */
.tab-content {
    display: none;
    margin: 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
}
/* 各カテゴリタブ コンテンツ - アクティブ*/
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
/* perfect-scrollbar.js スクロールバー設定 */
.ps__rail-x, .ps__rail-y {
    opacity: 0.6 !important;
}
.ps__thumb-y {
    background-color: #ddd !important;
}

/* #about --- */
section#about::before{
  background-image: url(../images/front/about/bk-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
}
section#about {
  background-image:url(../images/front/about/bk.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/*section#about::after{
  background-image: url(../images/front/about/bk-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
}*/
section#about .section-wrap {
  width: 100%;
  padding: 30px 0px;
}
section#about .section-wrap .flex-cont{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
section#about .section-wrap .left-area {
  width: 45%;
  margin-left: 5%;
}
section#about .section-wrap .left-area h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}
section#about .section-wrap .left-area .en {
  font-size: 70px;
  color: #E688A1;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}
section#about .section-wrap .left-area .cp {
  font-size: 30px;
  margin: 0px 0px 30px 0px;
  line-height: normal;
}
section#about .section-wrap .more-link a:link,
section#about .section-wrap .more-link a:visited,
section#about .section-wrap .more-link a:active {
  border: 1px solid #E688A1;
  display: block;
  padding: 1.2em 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 400px;
  background-color: #E688A1;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
}

section#about .section-wrap .more-link a::after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
  transition: .3s;
}
section#about .section-wrap .more-link a:hover::after {
    border-left: none;
    right: 0.5rem;
}
section#about .section-wrap .right-area {
  width: 40%;
  margin-left: 5%;
}
section#about .section-wrap .right-area .content{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
section#about .section-wrap .right-area .intro p{
  font-size: 18px;
  margin-bottom: 30px;
}
section#about .section-wrap .right-area .name{
   text-align: center;
   font-size: 18px;
}
section#about .section-wrap .right-area .bd-r{
   border-radius: 20px;
}
#about .right-area .content .link {
  width: 50%;
  margin-top: 10%;
}
#about .right-area .content .link .btn a:link,
#about .right-area .content .link .btn a:visited,
#about .right-area .content .link .btn a:active {
  border: 1px solid #83BFDB;
	display: block;
	margin: 0 auto 20px auto;
	padding: 1em 0;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
  color: #83BFDB;
  text-align: center;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#about .right-area .content .link .btn a:hover {
	border: 1px solid #83BFDB;
	background-color: #FFF;
}
#about .right-area .content .link .btn a::after {
  color: #83BFDB;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
}

section#about .section-wrap h3 {
  font-size: 40px;
  padding-left: 50px;
  position: relative;
 font-weight: normal;
 margin-bottom: 30px;
}
section#about .section-wrap h3::before {
  content: "";
  display: block;
  background-color: #E688A1;
  position: absolute;
  left: 0;
  width: 35px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
section#about .section-wrap ul.reason {
  width: 100%;
  max-width: 1780px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 70px auto;
  padding: 0px 30px;
}
section#about .section-wrap ul.reason li {
  position: relative;
  width: 30%;
}
section#about .section-wrap ul.reason li:first-child::before{
  background-image: url(../images/front/about/number01.png);
  background-repeat: no-repeat;
  background-size: ;
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  top: -35px;
  z-index: 1;
}
section#about .section-wrap ul.reason li:nth-child(2)::before {
  background-image: url(../images/front/about/number02.png);
  background-repeat: no-repeat;
  background-size: ;
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  top: -35px;
  z-index: 1;
}
section#about .section-wrap ul.reason li:nth-child(3)::before {
  background-image: url(../images/front/about/number03.png);
  background-repeat: no-repeat;
  background-size: ;
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  top: -35px;
  z-index: 1;
}
section#about .section-wrap ul.reason li a{
  text-decoration: none;
  background-color: #fff;
  font-size: 24px;
  color: #E688A1;
  padding: 30px;
  display: block;
  position: relative;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

section#about .section-wrap ul.reason li a::after {
  color: #CCCCCC;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 25px;
  top: 35%;
  font-weight: bold;
  transition: .3s;
}

section#about .section-wrap ul.reason li a:hover::after {
    border-left: none;
    right: 1rem;
}
section#about .section-wrap .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
  padding: 0px 30px;
}

section#about .section-wrap .support {
  width: 55%;
}
section#about .section-wrap ul.environment {
  width: 40%;
}
section#about .section-wrap ul.environment li {
  margin-bottom: 40px;
}
section#about .section-wrap ul.environment li:last-child {
  margin-bottom: 0px;
}
section#about .section-wrap ul.environment li a{
  text-decoration: none;
  background-color: #fff;
  font-size: 24px;
  color: #E688A1;
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
}
section#about .section-wrap ul.environment li img {
  height: 90px;
}
section#about .section-wrap ul.environment li span {
  margin-left: 50px;
  font-weight: 500;
}
section#about .section-wrap ul.environment li a::after {
  color: #CCCCCC;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 25px;
  top: 35%;
  font-weight: bold;
  transition: .3s;
}

section#about .section-wrap ul.environment li a:hover::after {
    border-left: none;
    right: 1rem;
}
section#about .section-wrap .support {
  background-color: #fff;
  display: flex;
  padding: 10px;
}
section#about .section-wrap .support .block{
  display: block;
  width: 100%;
}
section#about .section-wrap .support .ttl {
  font-size: 28px;
  margin: 10px 0px 0px 10px;
}
section#about .section-wrap .support ul {
  padding: 0px 30px;
}
section#about .section-wrap .support ul li a {
  text-decoration: none;
  background-color: #fff;
  font-size: 24px;
  color: #E688A1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 22px 22px 22px 0px;
  font-weight: 500;
}
section#about .section-wrap .support ul li {
  border-bottom: 1px solid #CCCCCC;
}

section#about .section-wrap .support ul li:last-child {
  border-bottom: 0px solid #CCCCCC;
}
section#about .section-wrap .support ul li a::after {
  color: #CCCCCC;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 17px;
  top: 35%;
  font-weight: bold;
   transition: .3s;
}
section#about .section-wrap .support ul li a:hover::after {
    border-left: none;
    right: 0.5rem;
}
/* #education --- */
section#education {
  background-image: url(../images/front/education/bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0px 120px 0px;
}
section#education::after{
  background-image: url(../images/front/about/bk-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0px;
}
section#education .section-wrap .flex-cont{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
section#education .section-wrap .left-area {
  width: 45%;
  margin-left: 5%;
}
section#education .section-wrap .left-area h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}
section#education .section-wrap .left-area .en {
  font-size: 70px;
  color: #89C0E5;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}
section#education .section-wrap .left-area .cp {
  font-size: 30px;
  margin: 0px 0px 50px 0px;
  line-height: normal;
}
section#education .section-wrap .more-link a:link,
section#education .section-wrap .more-link a:visited,
section#education .section-wrap .more-link a:active {
  border: 1px solid #89C0E5;
  display: block;
  padding: 1.2em 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 400px;
  background-color: #89C0E5;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
}
section#education .section-wrap .more-link a::after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
  transition: .3s;
}
section#education .section-wrap .more-link a:hover::after {
    border-left: none;
    right: 0.5rem;
}
.btn-slide-border:hover::after {
    border-left: none;
    right: 0.5rem;
}
section#education .section-wrap .right-area {
  width: 55%;
}
section#education .section-wrap .right-area ul {
  background-color: #fff;
  padding: 10px 30px 10px 30px;
}
section#education .section-wrap .right-area ul li {
  border-bottom: 1px solid #89C0E5;
}
section#education .section-wrap .right-area ul li:last-child {
  border-bottom: 0px solid;
}
section#education .section-wrap .right-area ul li a{
  text-decoration: none;
  padding: 30px;
  font-size: 24px;
  position: relative;
  display: flex;
  font-weight: 500;
  color: #89C0E5;
}
section#education .section-wrap .right-area ul li a:hover::after {
    border-left: none;
    right: 0.5rem;
}
section#education .section-wrap .right-area ul li a::after {
  color: #89C0E5;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
  transition: .3s;
  font-weight: bold;
}

/* #department --- */
section#department {
  background-image: url(../images/front/department/bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
section#department .section-wrap {
  width: 100%;
  padding: 100px 0px 50px 0px;
}
section#department .section-wrap .flex-cont{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
section#department .section-wrap .left-area {
  width: 45%;
  margin-left: 5%;
}
section#department .section-wrap .left-area h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}
section#department .section-wrap .left-area .en {
  font-size: 70px;
  color: #7BC66D;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}
section#department .section-wrap .left-area .cp {
  font-size: 30px;
  margin: 0px 0px 50px 0px;
  line-height: normal;
}
section#department .section-wrap .more-link a:link,
section#department .section-wrap .more-link a:visited,
section#department .section-wrap .more-link a:active {
  border: 1px solid #7BC66D;
  display: block;
  padding: 1.2em 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 400px;
  background-color: #7BC66D;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
}

section#department .section-wrap .more-link a::after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
  transition: .3s;
}

section#department .section-wrap .more-link a:hover::after {
    border-left: none;
    right: 0.5rem;
}
section#department .section-wrap .right-area {
  width: 55%;
}
section#department .section-wrap .right-area .content{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

/* #interview --- */
section#interview {
  margin-bottom: 80px;
}
section#interview::after{
  background-image: url(../images/front/interview/bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: -1;

}
section#interview .section-wrap {
  width: 100%;
  margin: 0 auto;
}
section#interview .section-wrap h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  line-height: normal;
  text-align: center;
}
section#interview .section-wrap .en {
  font-size: 70px;
  color: #E688A1;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0px 0px 50px 0px;
  line-height: normal;
  text-align: center;
}
section#interview .section-wrap .cp {
  font-size: 30px;
  margin: 0px 0px 50px 0px;
  line-height: normal;
}
section#interview .section-wrap .more-link a:link,
section#interview .section-wrap .more-link a:visited,
section#interview .section-wrap .more-link a:active {
  border: 1px solid #E688A1;
  display: block;
  padding: 1.2em 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 400px;
  background-color: #E688A1;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
}
section#interview .section-wrap .more-link a:hover {
	border: 1px solid #E688A1;
	background-color: #fff;
  color: #E688A1;
}
section#interview .section-wrap .more-link a::after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
}
section#interview .section-wrap ul{
  display: flex;
  justify-content: space-between;

}
section#interview .section-wrap ul li{
  width: 20%;
  text-align: center;
}
section#interview .section-wrap ul li a{
  text-decoration: none;
  display: block;
 color: #000;
 position: relative;
}
section#interview .section-wrap ul li img {
  position: relati
}
section#interview .section-wrap ul li .category {
  border: 1px solid #E688A1;
  border-radius: 50px;
  background-color: #fff;
  color: #E688A1;
  padding:8px 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5%;
  width: 70%;
}
section#interview .section-wrap ul li .comment p {
  margin:40px;
}

section#interview .section-wrap .more-link a{
  text-align: center;
  margin: 0 auto;
}

section#interview .section-wrap ul {
    width: calc(100% - 24rem);
    margin: 0 auto;
}
section#interview .section-wrap ul li img {
  margin: 0 auto;
  transition: .3s;
}
section#interview .section-wrap ul li a:hover{
  transition: .3s;
  opacity: 0.9;
}


ul.middle-slick .slide-arrow::before {
    color: #d3d3d3;
    content: "";
    display: inline;
    font-family: 'Material Icons';
    font-size: 2rem;
    line-height: 1;
}
ul.middle-slick .slide-arrow.slick-disabled::before {
    color: #f5f5f5;
}
ul.middle-slick .slide-arrow.next-arrow {
    position: absolute;
    top: calc( 50% - 1rem);
    right: -2rem;
}
ul.middle-slick .slide-arrow.next-arrow::before {
    content: '\e5e1';
}
ul.middle-slick .slide-arrow.prev-arrow {
    position: absolute;
    top: calc( 50% - 1rem);
    left: -2rem;
}
ul.middle-slick .slide-arrow.prev-arrow::before {
    content: '\e2ea';
}
ul.middle-slick .slide-arrow:hover {
    cursor: pointer;
}


/* #recruit --- */
section#recruit {
}

section#recruit .section-wrap .flex-cont{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
/* #カレンダー ここから--- */
.tab-1 {
    display: flex;
    flex-wrap: wrap;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    border-bottom: 4px solid #E688A1;
    color: #E688A1;
}

.tab-1 label:has(:checked) + div {
    display: block;
}


/* #カレンダー ここまで--- */
section#recruit .section-wrap .left-area {
  width: 60%;
}
section#recruit .section-wrap .left-area .month {
   font-size: 16px;
   color: #E688A1;
   margin-bottom: 0px;
   line-height: normal;
   margin-top: 0px;
}
section#recruit .section-wrap .left-area .year {
 font-size: 24px;
 margin-left: 15px;
}
section#recruit .section-wrap .left-area .ttl {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 7px;
  margin-top: 0px;
  margin-bottom: 5px;
}
section#recruit .section-wrap .left-area table{
  width: 100%;
  margin: 10px 0px 0px 0px;
}
section#recruit .section-wrap .left-area table th{
  width: 14%;
  background-color: #F1C6DE;
  color: #fff;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
  border: 5px solid #fff;
}

section#recruit .section-wrap .left-area table td{
  background-color: #FFF5FB;
  font-size: 14px;
  height: 80px;
  border: 1px solid #fff;
  border: 5px solid #fff;
  padding: 5px;
}
section#recruit .section-wrap .left-area table td .tour{
  background-color: #89C0E5;
  color: #fff;
  padding: 3px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  margin: 2px;
}
section#recruit .section-wrap .left-area table td .intern{
  background-color: #7BC66D;
  color: #fff;
  padding: 3px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  margin: 2px;
}
section#recruit .section-wrap .left-area table td .intern a{
  text-decoration: none;
  color: #fff;
  display: block;
}
section#recruit .section-wrap .left-area table td .intern:hover {
  opacity: 0.5;
  transition: .3s;
}
section#recruit .section-wrap .left-area table td .test{
  background-color: #E688A1;
  color: #fff;
  padding: 3px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  margin: 2px;
}
section#recruit .section-wrap .left-area table td .test a{
  text-decoration: none;
  color: #fff;
  display: block;
}
section#recruit .section-wrap .left-area table td .test:hover {
  opacity: 0.5;
  transition: .3s;
}
section#recruit .section-wrap .left-area table td .event{
  background-color: #E59D6C;
  color: #fff;
  padding: 3px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  margin: 2px;
  line-height: 14px;
}
section#recruit .section-wrap .right-area {
  width: 38%;
  margin-top: 30px;
}
section#recruit .section-wrap .right-area li {
  margin-bottom: 15px;
}
section#recruit .section-wrap .right-area li.four {
  margin-bottom: 0px;
}
section#recruit .section-wrap .right-area li a  {
  display: block;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  padding: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
section#recruit .section-wrap .right-area li a:hover {
   opacity: 0.5;
}
section#recruit .section-wrap .right-area li img {
  width: 230px;
}
section#recruit .section-wrap .right-area li a span {
  margin-left: 25px;
}
section#recruit .section-wrap .right-area li.first{
  background-image: url(../images/front/recruit/first-bk.jpg);
  background-repeat: repeat;
  background-size: contain;
}
section#recruit .section-wrap .right-area li.second{
  background-image: url(../images/front/recruit/second-bk.jpg);
  background-repeat: repeat;
  background-size: contain;
}
section#recruit .section-wrap .right-area li.third{
  background-image: url(../images/front/recruit/third-bk.jpg);
  background-repeat: repeat;
  background-size: contain;
}
section#recruit .section-wrap .right-area li.four{
  background-image: url(../images/front/recruit/four-bk.jpg);
  background-repeat: repeat;
  background-size: contain;
}





/* #welfare --- */
section#welfare {
  background-image: url(../images/front/welfare/bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-position:right;
}
section#welfare  .section-wrap {
  width: 100%;
  padding: 100px 0px 0px 0px;
  margin-bottom: 100px;
}
section#welfare .section-wrap .flex-cont{
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
section#welfare .section-wrap .right-area {
  width: 45%;
  margin-left: 5%;
}
section#welfare .section-wrap .right-area h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}
section#welfare .section-wrap .right-area .en {
  font-size: 70px;
  color: #E59D6C;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}
section#welfare .section-wrap .right-area .cp {
  font-size: 30px;
  margin: 0px 0px 50px 0px;
  line-height: normal;
}
section#welfare .section-wrap .more-link a:link,
section#welfare .section-wrap .more-link a:visited,
section#welfare .section-wrap .more-link a:active {
  border: 1px solid #E59D6C;
  display: block;
  padding: 1.2em 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 400px;
  background-color: #E59D6C;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
}

section#welfare .section-wrap .more-link a::after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
  transition: .3s;
}
section#welfare .section-wrap .more-link a:hover::after {
    border-left: none;
    right: 0.5rem;
}
section#welfare .section-wrap .left-area {
  width: 55%;
}
section#welfare .section-wrap .left-area .content{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}



/* #life --- */
section#life {
background-image: url(../images/front/life/bk.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  padding-bottom: 100px;
}
section#life  .section-wrap .img-ttl {

    text-align: center;
    margin: 0 auto;
  }
  section#life .section-wrap {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-image: url(../images/front/life/ttl-bk.png);
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    background-position: top;
  }
  section#life .section-wrap ul {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 30px;
    margin-bottom: 100px;
  }
  section#life .section-wrap ul li{
    width: 25%;
  }
section#life .section-wrap .more-link a:link,
section#life .section-wrap .more-link a:visited,
section#life .section-wrap .more-link a:active {
  border: 1px solid #9B6A49;
  display: block;
  padding: 1.2em 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 400px;
  background-color: #9B6A49;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
  margin: 60px auto 80px auto;
}

section#life .section-wrap .more-link a::after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 15px;
  top: 35%;
  transition: .3s;
}
section#life .section-wrap .more-link a:hover::after {
    border-left: none;
    right: 0.5rem;
}
section#life .section-wrap ul li:first-child{
  transform: rotate(-4deg);
}
section#life .section-wrap ul li:nth-child(2){
  transform: rotate(4deg);
}
section#life .section-wrap ul li:nth-child(3){
  transform: rotate(-4deg);
}
section#life .section-wrap ul li:nth-child(4){
  transform: rotate(4deg);
}

/* メディアクエリ（ブレイクポイントごと）
---------------------------------------------------- */

@media(min-width:1921px){ /*メインビジュアル画像幅（1920px）より広い画面サイズの時*/
    /* メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
    ---------------------------------------------------- */
    /*各スライド設定*/
    #main-vis .bx-wrapper .bx-viewport .slider > div img{
        width: 100%;
    }
}

@media only screen and (max-width : 1600px){
  #main-vis .catch-wrap .catch {
    width: 60%;
    right: 0%;
  }
  section#interview .section-wrap ul {
    padding: 0px 20px;
  }
  section#interview .section-wrap ul li {
    width: 18%;
  }
  section#interview .section-wrap ul li .comment p {
    margin: 20px;
    font-size: 14px;
  }
  section#interview .section-wrap ul li .category {
    font-size: 14px;
  }
}

@media only screen and (max-width : 1560px){
  section#about .section-wrap ul.reason li {
    width: 32%;
  }

  section#about .section-wrap ul.reason li a {
    font-size: 20px;
  }
  section#about .section-wrap .support ul li a {
    font-size: 20px;
  }
  section#about .section-wrap ul.environment li a {
    font-size: 20px;
  }
  section#about .section-wrap ul.environment {
    width: 38%;
  }
  section#about .section-wrap .support {
     width: 60%;
  }
  section#about .section-wrap ul.environment li span {
    margin-left: 30px;
  }
  section#interview .section-wrap ul {
      width: calc(100% - 4rem);
  }

}



@media(max-width:1366px) {
/* 各コンテンツ section
---------------------------------------------------- */
    /* common 共通 --- */
    #container .content section{}
    section .section-wrap{
        width: 94%;
    }
    section#news .section-wrap {
      width: 100%;
    }
}

@media(max-width:1260px) {
    #main-vis .catch-wrap .catch {
      top: 30%;
    }
    section#news {
      bottom: 18%;
    }
    /*各見出し*/
    section#about .section-wrap .left-area h2,
    section#education .section-wrap .left-area h2,
    section#department .section-wrap .left-area h2,
    section#interview .section-wrap h2,
    section#welfare .section-wrap .right-area h2 {
      font-size: 26px;
    }
    section#about .section-wrap .left-area .en,
    section#education .section-wrap .left-area .en,
    section#department .section-wrap .left-area .en,
    section#interview .section-wrap .en,
    section#welfare .section-wrap .right-area .en {
      font-size: 50px;
    }
    section#about .section-wrap .left-area .cp,
    section#education .section-wrap .left-area .cp,
    section#department .section-wrap .left-area .cp,
    section#welfare .section-wrap .right-area .cp {
      font-size: 20px;
    }
    section#about .section-wrap .more-link a:link, section#about .section-wrap .more-link a:visited, section#about .section-wrap .more-link a:active,
    section#education .section-wrap .more-link a:link, section#education .section-wrap .more-link a:visited, section#education .section-wrap .more-link a:active,
    section#welfare .section-wrap .more-link a:link, section#welfare .section-wrap .more-link a:visited, section#welfare .section-wrap .more-link a:active,
    section#department .section-wrap .more-link a:link, section#department .section-wrap .more-link a:visited, section#department .section-wrap .more-link a:active,
    section#life .section-wrap .more-link a:link, section#life .section-wrap .more-link a:visited, section#life .section-wrap .more-link a:active {
      padding: 1.0em 0;
      width: 300px;
    }


    section#about .section-wrap h3 {
      font-size: 26px;
    }
    section#about .section-wrap ul.reason li {
      width: 32%;

    }
    section#about .section-wrap ul.reason li a {
      font-size: 18px;
      padding: 15px 40px 15px 15px;
      display: flex;
      align-items: center;
      height: 90px;
    }
    section#about .section-wrap ul.reason li:first-child::before{
      background-image: url(../images/front/about/number01-sp.png);
      background-repeat: no-repeat;
      background-size: ;
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      top: -40%;
      z-index: 1;
}
    section#about .section-wrap ul.reason li:nth-child(2)::before {
      background-image: url(../images/front/about/number02-sp.png);
      background-repeat: no-repeat;
      background-size: ;
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      top: -40%;
      z-index: 1;
}
    section#about .section-wrap ul.reason li:nth-child(3)::before {
      background-image: url(../images/front/about/number03-sp.png);
       background-repeat: no-repeat;
       background-size: ;
       content: "";
       display: block;
       width: 40px;
       height: 40px;
       position: absolute;
       left: 0;
       top: -40%;
       z-index: 1;
    }
    section#about .section-wrap ul.environment li a::after {
      top:40%;
    }
    section#about .section-wrap ul.environment li span {
      font-size: 18px;
      margin-left: 10px;
    }
    section#about .section-wrap ul.environment li {
      margin-bottom: 10px;
    }
    section#about .section-wrap ul.environment li a {
      padding: 10px 30px 10px 10px;
    }
    section#about .section-wrap .support .ttl {
      font-size: 20px;
    }
    section#about .section-wrap .support {
      width: 58%;
    }
    section#about .section-wrap .support ul {
      padding: 0px 15px;
    }
    section#about .section-wrap .support ul li a {
      font-size: 18px;
      padding: 18px 18px 24px 0px;
    }
    section#education {
      padding: 200px 0px 50px 0px;
    }
    section#education .section-wrap .right-area ul li a {
      font-size: 20px;
    }
    section#about .section-wrap .support ul li a::after {
      right: 10px;
    }
    section#about .section-wrap .support ul li a:hover::after {
    border-left: none;
    right: 0.9rem;
}
    section#interview .section-wrap ul li .comment p {
      margin: 30px;
    }
    section#interview .section-wrap ul li .category {
      width: 80%;
      padding: 8px 10px;
    }
    section#recruit .section-wrap .right-area li a img {
      width: 150px;
      height: 80px;
      object-fit: cover;
    }
    section#recruit .section-wrap .right-area li a span {
      font-size: 18px;
    }
    section#interview {
      margin-bottom: 60px;
    }
    section#life .section-wrap .img-ttl {
      width: 50%;
    }
    section#life {
      padding-bottom: 10px;
    }



}
@media(max-width:1100px) {

}
@media(max-width:1024px) {

  #main-vis .catch-wrap .catch h2 {
    font-size: 60px;
  }
  #main-vis .bx-wrapper .bx-viewport .slider .slide01 {
    background-size: contain;
    background-color: #F4F3EF;
  }

/* 共通要素
---------------------------------------------------- */
    /* .btn.more-link */
    p.btn.more-link{}
    p.btn.more-link a{
        padding: .5em 1em;
    }

/* メインビジュアル div id="main-vis" #main-vis
---------------------------------------------------- */
    /*各スライド設定*/
    /*#main-vis .bx-wrapper .bx-viewport .slider > div{
        height: 50vmax;
        position: relative;
    }*/
    #main-vis .bx-wrapper .bx-viewport .slider > div img{

    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide01{

  }

/* 各コンテンツ section
---------------------------------------------------- */
    /* common 共通 --- */
    #container .content section{}
    /* common 共通 - .entry-list（お知らせ・ブログ新着表示 共通） --- */
    .entry-list .section-wrap .article-list article{
        flex-wrap: wrap;
        padding: .5rem 0;
    }
    .entry-list .section-wrap .article-list article::after{
        display: none;
    }
    .entry-list .section-wrap .article-list article .entry-meta ,
    .entry-list .section-wrap .article-list article .entry-title{
        width: 100%;
    }
    .entry-list .section-wrap .article-list article .entry-meta{
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }
    .entry-list .section-wrap .article-list article .entry-meta .category{
            width: auto;
    }
    .entry-list .section-wrap .article-list article .entry-title{
        padding: .5em 0 0;
    }

    /* #news --- */
    section#news{
        margin: -25px 0 70px;
        bottom: 5%;
    }
    section#about .section-wrap .left-area .cp,
    section#education .section-wrap .left-area .cp,
    section#department .section-wrap .left-area .cp,
    section#welfare .section-wrap .right-area .cp {
      font-size: 18px;
    }


    section#about .section-wrap .left-area {
      margin-left: 3%;
      margin-right: 10px;
    }
    section#about .section-wrap .content {
      display: block;
    }
    section#about .section-wrap ul.environment {
      width: 100%;
      justify-content: space-between;
      display: flex;
      margin-bottom: 20px;
    }
    section#about .section-wrap ul.environment li{
      width: 49%;
    }
    section#about .section-wrap ul.reason li a {
      font-size: 16px;
      padding: 12px 30px 12px 12px;
      height: 70px;
    }

    section#about .section-wrap ul.environment li span {
        font-size: 18px;
    }
    section#about .section-wrap .support {
      width: 100%;
    }
    section#about .section-wrap .support ul li a {
      font-size: 16px;
      padding: 22px 30px 22px 0px;
    }
    section#about .section-wrap .support .ttl {
      margin: 5px 0px 0px 10px;
    }
    section#education .section-wrap .left-area {
      margin-left: 0%;
    }
    section#education .section-wrap .right-area ul li a {
      font-size: 18px;
    }
    section#department .section-wrap .left-area {
      margin-left: 3%;
    }
    section#interview .section-wrap .en {
      margin: 0px 0px 35px 0px;
    }
    section#interview .section-wrap ul li .comment p {
      line-height: normal;
    }
    section#interview .section-wrap ul li .category {
      font-size: 12px;
      padding: 5px 7px;
    }
    section#recruit .section-wrap .right-area li a span {
      font-size: 14px;
      margin-left: 10px;
    }
    section#recruit .section-wrap .right-area li a img {
      width: 130px;
    }





    /* #recruit - .article-list#recruit-list .post .entry-head .entry-title タイトル */
    #recruit .section-wrap .contents #recruit-list .post .entry-head .entry-title::before {
        display: none;
    }



}

@media(max-width:768px) {
/* メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
---------------------------------------------------- */
    #main-vis{
        margin: 0;
    }
    /*各スライド設定*/
    #main-vis .bx-wrapper .bx-viewport .slider .slide01{
        background-position: center;
    }
    /*キャッチコピー*/
    #main-vis .catch-wrap .catch{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: right;
    }


/* 各コンテンツ section
---------------------------------------------------- */
    /* #news --- */
    section#news{
        margin: -25px 0 35px;
    }
    #news .section-wrap .article-list{
        width: 96%;
    }





}
@media(max-width:767px) {
    .head-wrap {
      display: -webkit-block;
      display: block;
      width: 100%;
    }
    .head-wrap #main-vis{
      width: 100%;
    }
    .head-wrap #catch-area {
      display: none;
    }

    #main-vis .catch-wrap .catch h2 {
      font-size: 40px;
      line-height: 40px;
    }
    #main-vis .catch-wrap .catch  {
      right: 3%;
    }
    #news .in.ttl h2 {
      font-size: 2.2rem;
    }
    section#news .section-wrap {
      display: -webkit-block;
      display: block;
      padding: 10px;
      margin: 30px auto 60px auto;
    }
    #news .in.ttl {
      width: 100%;
    }
    #news .in.content {
      width: 100%;
    }
    #news .in.link {

    }
    #news .in.ttl h2 {
      text-align: center;
      background-position: center;
    }
    #news .section-wrap .article-list {
      width: 100%;
      margin-left: 0%;
    }
    .tab-content {
      padding-right: 0;
    }
    #news .in.content .entry-meta::after {
      padding: 3px 5px
    }
    .entry-list .section-wrap .article-list article .entry-title {
      padding-top: 0em;
    }
    #news .tab-content {
        height:auto;
        margin: 0 0;
    }
    .entry-list .section-wrap .article-list article {
      padding: .5rem;
    }
    /*各見出し*/
    section#about .section-wrap .left-area h2,
    section#education .section-wrap .left-area h2,
    section#department .section-wrap .left-area h2,
    section#interview .section-wrap h2,
    section#welfare .section-wrap .right-area h2 {
      font-size: 20px;
    }
    section#about .section-wrap .left-area .en,
    section#education .section-wrap .left-area .en,
    section#department .section-wrap .left-area .en,
    section#interview .section-wrap .en,
    section#welfare .section-wrap .right-area .en {
      font-size: 30px;
    }
    section#about .section-wrap .left-area .cp,
    section#education .section-wrap .left-area .cp,
    section#department .section-wrap .left-area .cp,
    section#welfare .section-wrap .right-area .cp {
      font-size: 14px;
      margin: 0px 0px 10px 0px;
    }
    section#about .section-wrap .more-link a:link, section#about .section-wrap .more-link a:visited, section#about .section-wrap .more-link a:active,
    section#education .section-wrap .more-link a:link, section#education .section-wrap .more-link a:visited, section#education .section-wrap .more-link a:active,
    section#welfare .section-wrap .more-link a:link, section#welfare .section-wrap .more-link a:visited, section#welfare .section-wrap .more-link a:active,
    section#department .section-wrap .more-link a:link, section#department .section-wrap .more-link a:visited, section#department .section-wrap .more-link a:active,
    section#life .section-wrap .more-link a:link, section#life .section-wrap .more-link a:visited, section#life .section-wrap .more-link a:active {
      padding: 1.0em 0;
      width: 200px;
      font-size: 14px;
    }
    section#about {
      background-image:url(../images/front/about/bk-sp.png);
      background-repeat: repeat-y;
      background-size: contain;
    }
    section#about .section-wrap h3 {
      font-size: 20px;
    }
    section#about .section-wrap ul.reason li a {
      font-size: 14px;
    }
    section#about .section-wrap ul.environment {
      margin-bottom: 10px;
    }
    section#about .section-wrap ul.environment li span {
      font-size: 14px;
    }
    section#about .section-wrap .support ul li a {
      font-size: 14px;
      padding: 17px 30px 17px 0px;
    }
    section#about .section-wrap .support .ttl {
      font-size: 16px;
    }
    section#about .section-wrap ul.environment li img {
      width: 100px;
      height: 60px;
      object-fit: cover;
    }
    section#education .section-wrap .right-area ul li a {
      padding: 15px;
      font-size: 16px;
    }
    section#department {
      background-image: url(../images/front/department/bk-sp.png);
      background-repeat: no-repeat;
      background-size: inherit;
      content: "";
    }
    section#recruit .section-wrap .flex-cont {
      display: block;
    }
    section#recruit .section-wrap .left-area {
      width: 100%;
      margin-bottom: 20px
    }
    section#recruit .section-wrap .right-area {
      width: 100%;
      margin-top: 0px;
    }

    section#recruit .section-wrap .left-area .year {
      font-size: 18px;
    }
    section#recruit .section-wrap .left-area .ttl {
      letter-spacing: 0px;
      font-weight: 500;
      font-size:22px;
      margin-bottom: 0px;
      text-align: center;
      margin-bottom: 20px;
    }
    section#recruit .section-wrap .right-area ul{
      display: flex;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    section#recruit .section-wrap .right-area ul li{
      width: 48%;
    }
    section#recruit .section-wrap .right-area li.four {
      margin-bottom: auto;
    }
    section#recruit .section-wrap .left-area table td .tour {
      font-size: 12px;
    }
    section#recruit .section-wrap .left-area table td .intern {
      font-size: 12px;
      margin: 2px 0px;
    }
    section#welfare {
      background-image: url(../images/front/welfare/bk-sp.png);
      background-repeat: no-repeat;
      background-size: inherit;
      content: "";
    }
    section#welfare .section-wrap {
      padding: 70px 0px 50px 0px;
      margin-bottom: 30px;
    }
    section#life .section-wrap .intro {
      font-size: 14px;
      padding: 20px;
      margin: 0.1em 0;
    }
    section#life .section-wrap .more-link a:link, section#life .section-wrap .more-link a:visited, section#life .section-wrap .more-link a:active {
      margin: 20px auto 30px auto;
    }
    section#life {
      padding-bottom: 50px;
    }
    section#life .section-wrap .more-link a:link, section#life .section-wrap .more-link a:visited, section#life .section-wrap .more-link a:active {
      margin: 10px auto 20px auto;
    }
    section#life .section-wrap ul {
      margin-bottom: 0px;
    }





}



@media(max-width:650px) {
  section#news {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  section#news .section-wrap {
    max-width: 500px;
  }



}
@media(max-width:576px) {
/* メインビジュアル div id="main-vis" #main-vis
---------------------------------------------------- */

    /*キャッチコピー*/


/* 各コンテンツ section
---------------------------------------------------- */
    /* common 共通 --- */

    /* common 共通 - .entry-list（お知らせ・ブログ新着表示 共通） --- */
    .entry-list .section-wrap .article-list article .entry-meta .category{
        line-height: 1;
    }
    .entry-list .section-wrap .article-list article .entry-title{
        font-size: .875rem;
        line-height: 1;
        padding: 0;
    }
    .entry-list .section-wrap .article-list article .entry-title a {
      font-size: 14px;
    }
    .entry-list .section-wrap .article-list article .entry-meta .entry-time {
      font-size: 14px;
    }
    section#about .section-wrap .right-area .content {
      display: block;
      display: -webkit-block:
    }
    #about .right-area .content .link {
      width: 100%;
    }
    #about .right-area .content {
      text-align: center;
    }
    #about .right-area .content .link {
      width: 80%;
      margin: 0 auto;
    }


    /* common 共通 - h2見出し --- */
    section .section-wrap header h2 {
        font-size: 1.75em;
    }

    /* #news --- */
    /* 各カテゴリタブ */
    .tab-label {
        flex: unset;
        font-size: .875rem !important;
        font-weight: normal;
        line-height: 1;
        margin: 0 5px 10px 0;
        padding: .5rem ;
    }
    .tab-label::after {
        border: 8px solid transparent;
        border-top-width: 8px;
        margin-left: -8px;
    }

    section#about .section-wrap .right-area .intro p {
      font-size: 14px;
    }
    section#about .section-wrap .support ul li a::after {
      right: 0px;
    }
    section#about .section-wrap ul.environment li a::after {
      font-size: 14px;
    }
    section#about .section-wrap .support ul li a {
      padding: 17px 20px 17px 0px;
    }
    section#interview .section-wrap ul li .comment p {
      font-size: 12px;
    }
    section#recruit .section-wrap .left-area .month {
      font-size: 14px;
    }
    section#recruit .section-wrap .left-area table th {
      border: 2px solid #fff;
    }
    section#recruit .section-wrap .left-area table td {
      border: 3px solid #fff;
      height: 65px;
    }
    section#recruit .section-wrap .left-area table td .intern,
    section#recruit .section-wrap .left-area table td .tour,
    section#recruit .section-wrap .left-area table td .test,
    section#recruit .section-wrap .left-area table td .event
    {
      line-height: 14px;
      font-size: 11px;
        padding: 3px 1px;
        margin: 1px;
    }

    section#recruit .section-wrap .right-area ul li {
      width: 49%;
    }
    section#news {
      z-index: 1;
    }
    section#news .section-wrap {
      width: 90%;
      margin: 30px auto 0px auto;
    }

    #news .head {
      margin-bottom: 3px;
    }
    section#interview .section-wrap ul li .comment p {
      margin: 15px;
    }
}


@media(max-width:530px) {
  section#about .section-wrap {
    padding: 0px 0px;
  }
  section#about .section-wrap .flex-cont {
    display: block;
  }
  section#about .section-wrap .left-area {
    width: 100%;
  }
  section#about .section-wrap .right-area {
    width: 100%;
    padding: 10px;
    margin-left: 0%;
  }
  section#about .section-wrap .left-area {
    margin-left: 0%;
  }
  section#about .section-wrap ul.reason {
    padding: 0px 10px;
    -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  section#about .section-wrap ul.reason li {
    width: 48%;
    margin-bottom: 10px;
  }
  section#about .section-wrap ul.reason li:last-child {
    width: 100%;
    margin-top: 10px;
  }
  section#about .section-wrap h3 {
    padding-left: 35px;
    margin-bottom: 15px;
  }
  section#about .section-wrap h3::before {
    width: 25px;
    height: 10px;
  }
  section#about .section-wrap ul.reason li a {
    padding: 12px 20px 12px 12px;
  }
  section#about .section-wrap ul.reason li a::after {
    right: 10px;
  }
  section#about .section-wrap ul.reason {
    margin: 30px auto 30px;
  }
  section#about .section-wrap ul.reason li:first-child::before,
  section#about .section-wrap ul.reason li:nth-child(2)::before,
  section#about .section-wrap ul.reason li:nth-child(3)::before
   {
    top: -30%;
  }
  section#about .section-wrap .content {
   padding: 0px 10px;
  }
  section#about .section-wrap .support ul li a {
    padding: 10px 20px 10px 0px;
  }
  section#about .section-wrap .support .block.img {
    width: 40%;
  }
  section#about .section-wrap .support .block.list {
    width: 60%;
  }
  section#about .section-wrap .support .ttl {
    margin: 5px 0px 0px 5px;
  }

  section#education {
    padding: 130px 0px 50px 0px;
  }
  section#education .section-wrap .flex-cont {
    display: block;
    margin-bottom: 0px;
  }
  section#education .section-wrap .left-area {
    width: 100%;
  }
  section#education .section-wrap .right-area {
    width: 100%;
  }
  section#education .section-wrap .right-area ul li a {
    font-size: 14px;
  }

  section#department .section-wrap .flex-cont {
     display: block;
  }
  section#department .section-wrap .left-area {
    width: 100%;
    margin-left: 0%;
  }
  section#department .section-wrap .right-area {
    width: 100%;
    padding: 10px;
  }
  section#department .section-wrap {
    padding: 50px 0px 50px 0px;
  }
  section#recruit .section-wrap .left-area table th {
    font-size: 14px;
    height: 40px;
  }
  section#recruit .section-wrap .left-area table td .intern {
    font-size: 10px;
    margin: 0px;
  }
  section#recruit .section-wrap .right-area li a img {
    width: 80px;
  }
  section#recruit .section-wrap .right-area li a {
    font-size: 16px;
    padding: 5px;
  }



  section#welfare .section-wrap {
    padding: 0px 0px 20px 0px;
  }
  section#welfare .section-wrap .flex-cont {
     display: block;
  }
  section#welfare .section-wrap .left-area {
    width: 100%;
    padding: 10px;
  }
  section#welfare .section-wrap .right-area {
    width: 100%;
    margin-left: 0%;
  }
  section#welfare .section-wrap {
    margin-bottom: 0px;
  }
  section#life .section-wrap ul li {
   width: 40%;
   margin-bottom: 10px;
  }
  section#life .section-wrap ul {
    justify-content: space-around;
    margin-top: 30px;
  }
  section#life .section-wrap ul li:first-child {
    transform: rotate(4deg);
  }
  section#life .section-wrap ul li:nth-child(2) {
    transform: rotate(-4deg);
  }
  section#life .section-wrap ul li:nth-child(3) {
    transform: rotate(-4deg);
  }
  section#life .section-wrap ul li:nth-child(4) {
    transform: rotate(4deg);
  }

  /*各見出し*/
    section#about .section-wrap .left-area h2,
    section#education .section-wrap .left-area h2,
    section#department .section-wrap .left-area h2,
    section#interview .section-wrap h2,
    section#welfare .section-wrap .right-area h2 {
      font-size: 20px;
      text-align: center;
    }
    section#about .section-wrap .left-area .en,
    section#education .section-wrap .left-area .en,
    section#department .section-wrap .left-area .en,
    section#interview .section-wrap .en,
    section#welfare .section-wrap .right-area .en {
      font-size: 30px;
      text-align: center;
    }
    section#about .section-wrap .left-area .cp,
    section#education .section-wrap .left-area .cp,
    section#department .section-wrap .left-area .cp,
    section#welfare .section-wrap .right-area .cp {
      font-size: 14px;
      margin: 0px 0px 10px 0px;
      text-align: center;
    }
    section#about .section-wrap .more-link a:link, section#about .section-wrap .more-link a:visited, section#about .section-wrap .more-link a:active,
    section#education .section-wrap .more-link a:link, section#education .section-wrap .more-link a:visited, section#education .section-wrap .more-link a:active,
    section#welfare .section-wrap .more-link a:link, section#welfare .section-wrap .more-link a:visited, section#welfare .section-wrap .more-link a:active,
    section#department .section-wrap .more-link a:link, section#department .section-wrap .more-link a:visited, section#department .section-wrap .more-link a:active,
    section#life .section-wrap .more-link a:link, section#life .section-wrap .more-link a:visited, section#life .section-wrap .more-link a:active {
      padding: 1.0em 0;
      font-size: 14px;
      text-align: center;
      margin: 0 auto 20px auto;
      width: 70%;
    }

}
@media(max-width:450px) {
   .entry-list .section-wrap .article-list article {
     padding: .3rem;
   }
  section#about .section-wrap {
    padding: 20px 0px 0px 0px;
  }
  section#about::before {
    background-image: url(../images/front/about/bk-top-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 57px;
    position: absolute;
    left: 0;
    top: -40px;
    }
    section#education::after {
    background-image: url(../images/front/about/bk-bottom-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 57px;
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  section#about .section-wrap ul.environment {
    display: block;
  }
  section#about .section-wrap ul.environment li {
    width: 100%;
  }
  section#about .section-wrap .support .block.img img {
    height: 100px;
    object-fit: cover;
  }
  section#department .section-wrap {
    padding: 50px 0px 0px 0px;
  }
  section#life .section-wrap .img-ttl{
    width: 70%;
  }
  section#life .section-wrap ul {
    padding: 0 10px;
  }
  section#life .section-wrap ul li {
    width: 48%;
  }
}
@media(max-width:350px) {


}


.entry-list .section-wrap .article-list article
