/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%;
  /*base font-size 10px*/
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #333;
  min-width: 1200px; }

@media screen and (max-width: 768px) {
  html {
    min-width: 100%; } }

body {
  font-size: 1.6em;
  /* font-size = 16px */ }

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2em; } }

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
 }

img {
  vertical-align: top; }

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto; } }

.pc_none {
  display: none; }

@media screen and (max-width: 768px) {
  .pc_none {
    display: block; } }

.sp_none {
  display: block; }

@media screen and (max-width: 768px) {
  .sp_none {
    display: none; } }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.pb30 {
  padding-bottom: 30px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

@media screen and (max-width: 768px) {
  .sp_mt10 {
    margin-top: 10px !important; } }

/*
ヘッダー
----------------------------------------------*/
#header {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 25px; }

@media screen and (max-width: 768px) {
  #header {
    padding: 10px 0 15px; } }

#header .logo {
  width: 700px;
  margin: 0 auto;
  text-align: center; }

@media screen and (max-width: 768px) {
  #header .logo {
    width: auto; } }

#header .logo .logo01 {
  margin: 0 auto 25px;
  width: 52px; }

@media screen and (max-width: 768px) {
  #header .logo .logo01 {
    margin-bottom: 15px; } }

@media screen and (max-width: 768px) {
  #header .logo .logo01 img {
    width: 52px; } }

@media screen and (max-width: 768px) {
  #header .logo .logo02 img {
    width: 200px;
    height: 31px; } }

/*
フッター
----------------------------------------------*/
#footer {
  border-top: 1px solid #eee;
  padding: 20px 15px; }

#footer .footer_inner {
  width: 960px;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 768px) {
  #footer .footer_inner {
    width: auto; } }

#footer .footer_inner ul li {
  display: inline-block;
  padding-right: 30px; }

@media screen and (max-width: 768px) {
  #footer .footer_inner ul li {
    padding-right: 17px; } }

#footer .footer_inner ul li a {
  color: #333;
  font-size: 1.3rem;
  position: relative;
  padding-left: 13px; }

@media screen and (max-width: 768px) {
  #footer .footer_inner ul li a {
    font-size: 1.1rem; } }

#footer .footer_inner ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 9px;
  margin-top: -6px;
  background: url(/contents/1nensei/assets/img/footer_pink_arrow.png) no-repeat center;
  background-size: contain; }

@media screen and (max-width: 768px) {
  #footer .footer_inner ul li a:before {
    background: url(/contents/1nensei/assets/img/footer_pink_arrow.sp.png) no-repeat center;
    background-size: contain; } }

#footer .footer_inner .copyright {
  color: #777777;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 768px) {
  #footer .footer_inner .copyright {
    position: static;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 20px; } }

.banner {
  width: 700px;
  margin: 50px auto; }

@media screen and (max-width: 768px) {
  .banner {
    width: auto;
    padding: 0 15px;
    margin: 30px auto; } }

@media screen and (max-width: 768px) {
  .banner img {
    width: 100%; } }

.banner a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-top: 20px; }

.banner a img {
  max-width: 100%; }

@media screen and (max-width: 768px) {
  .banner a {
    margin-top: 10px; } }

.banner a:first-child {
  margin-top: 0;
  border: 1px solid #aaa; }
.shindan-link {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .banner a:first-child {
    border: none; } }

.pcHover .linkOver,
#article_contents a {
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1; }

.pcHover .linkOver:hover,
#article_contents a:hover {
  opacity: 0.6; }

/*
記事INFO
----------------------------------------------*/
.article_subinfo {
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: -webkit-box;
  display: flex;
  /* Safari */
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .article_subinfo {
    margin-top: 15px;
    margin-bottom: 20px; } }

.article_subinfo .tag {
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0;
  min-width: 90px;
  text-align: center;
  border-radius: 10px;
  margin-right: 20px;
  color: #fff;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .article_subinfo .tag {
    padding: 0;
    min-width: 57px;
    font-size: 8px;
    line-height: 15px;
    height: 15px;
    margin-right: 15px;
    display: inline-block; } }

.article_subinfo .tag.tag01 {
  /*教育*/
  background: #0075c1; }

.article_subinfo .tag.tag02 {
  /*子育て*/
  background: #0075c1; }

.article_subinfo .tag.tag03 {
  background: #0075c1; }

.article_subinfo .date {
  line-height: 1;
  line-height: normal;
  color: #777777;
  font-size: 1.4rem; }

@media screen and (max-width: 768px) {
  .article_subinfo .date {
    font-size: .9rem; } }

.article-panel:hover > .article_subinfo > .tag {
  background-color: #e5a600;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

@media screen and (max-width: 768px) {
  .article-panel:hover > .article_subinfo > .tag {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #0075c1; } }

#header {
  border: none;
  padding: 10px 0; }

#header .logo {
  max-width: 1200px;
  width: 100%; }

@media screen and (max-width: 768px) {
  #header .logo {
    max-width: 100%; } }

#header .logo .logo01 {
  text-align: right;
  width: inherit;
  margin-bottom: 0;
  padding-right: 0; }

@media screen and (max-width: 768px) {
  #header .logo .logo01 img {
    padding-right: 15px;
    width: 61px; } }

#container {
  margin: 0 auto; }

#container .inner {
  width: 960px;
  margin: 80px auto 47px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #container .inner {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

#container .main {
  width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  #container .main {
    width: 100%; } }

#container .main .sns_btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 140px;
  margin-top: 10px;
  float: right;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 768px) {
  #container .main .sns_btn {
    float: none;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; } }

@media screen and (max-width: 768px) {
  #container .main .sns_btn li {
    width: 30px; } }

.info_Banner {
  background-size: 960px 2px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
  text-align: center;

  }

@media screen and (max-width: 768px) {
  .info_Banner {
    background-size: contain;
    margin-top: 20px;
    padding-bottom: 15px; } }

.info_Banner .ttl {
  font-size: 2.2rem;
  color: #0075c1;
  padding: 22px 0 13px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 20px; }

@media screen and (max-width: 768px) {
  .info_Banner .ttl {
    padding: 15px 0 15px 10px;
    font-size: 1.3rem; } }

.info_Banner .ttl:before {
  content: "";
  background: url("/contents/1nensei/assets/img/pink_arrow00.png") no-repeat 0 0;
  background-size: contain;
  width: 7px;
  height: 14px;
  margin-top: -3px;
  position: absolute;
  left: 0;
  top: 50%; }

@media screen and (max-width: 768px) {
  .info_Banner .ttl:before {
    width: 4px;
    height: 9px;
    margin-top: -5px;
    background-size: contain;
    font-size: 1.3rem; } }

.info_Banner .txt {
  font-size: 1.4rem;
margin-top: 20px; }

@media screen and (max-width: 768px) {
  .info_Banner .txt {
    font-size: 1.1rem;
    line-height: 1.5; } }

.info_linkArea {
  margin-top: 52px; }

@media screen and (max-width: 768px) {
  .info_linkArea {
    margin-top: 20px; } }

.info_linkArea ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.info_linkArea ul li {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  border-radius: 10px;
  width: 23.6%;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .info_linkArea ul li {
    width: 48%;
    font-size: 1.1rem; } }

.info_linkArea ul li a {
  font-size: 18px;
    line-height: 1.46;
    color: #0075c1;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 18px 0;
    padding-left: 45px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
}
/* .info_linkArea ul li:nth-child(3) a {
  padding: 31px 0;
    padding-left: 40px;
    padding-right: 10px;
} */

@media screen and (max-width: 768px) {
  .info_linkArea ul li a {
    font-size: 13px;
    padding: 10px;
    padding-left: 20%;
  }
  /* .info_linkArea ul li:nth-child(3) a {
    padding: 20px 18px;
    padding-left: 18%;
  } */
}

.info_linkArea ul li a:before {
  content: "";
  background: url("/contents/1nensei/assets/img/anchor-arr.png") no-repeat 0 0;
  width: 16px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  left: 10px;
  top: 50%;
  background-size: contain; }

@media screen and (max-width: 768px) {
  .info_linkArea ul li a:before {
    left: 10%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16px;
    height: 9px;
    margin-top: -4px;
    background-size: contain; } }

/*
.info_linkArea{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content:space-between;
	@include mediaquery{
		display: block;
	}
	ul{
		@include mediaquery{
			width: 100%;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
		    flex-wrap: wrap;
			justify-content:space-between;
		}
	}
	li{
		color: #fff;
		font-size: 1.6rem;
		position: relative;
		border-radius: 5px;
		margin-bottom: 15px;
		@include mediaquery{
			font-size: 1.0rem;
			width: 48%;
			margin-bottom: 6px;
		}
		a{
			cursor: pointer;
			padding: 20px;
			width: 260px;
			display: block;
			color: #fff;
			@include mediaquery{
				width: 100%;
				padding: 13px 10px;
			    box-sizing: border-box;
			}
		}
		&:after{
			content: "";
			background: url("/contents/1nensei/assets/img/icon_arrow-wh.png")no-repeat 0 0;
			background-size: contain;
			width: 5px;
			height: 10px;
			margin-top: -5px;
			position: absolute;
			top: 50%;
			right: 20px;
			@include mediaquery{
				right: 8px;
				width: 6px;
				height: 10px;

			}
		}
		&.blue{background: $companyColor;}
		&.yellow{background: #efb81b;}
		&.red{background: #d71318;}
	}
}
*/
/*
注目記事
----------------------------------------------*/
.atn_column {
  background: #f5f5f5;
  padding: 50px 0 80px;
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  .atn_column {
    margin-top: 25px;
    padding: 20px 0 30px; } }

.atn_column .article_mainTtl {
  line-height: 1;
  font-weight: bold;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 40px; }

@media screen and (max-width: 768px) {
  .atn_column .article_mainTtl {
    font-size: 1.5rem;
    margin-bottom: 20px; } }

.atn_column .article_banner {
  margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  .atn_column .article_banner {
    margin-bottom: 23px; } }

.atn_column .article_banner li {
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .atn_column .article_banner li {
    margin-bottom: 10px; } }

.atn_column .articleWrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-left: -30px; }

@media screen and (max-width: 768px) {
  .atn_column .articleWrap {
    margin: 0 auto;
    display: block; } }

.atn_column .articleWrap .article-panel {
  display: none;
  width: 280px;
  background: #fff;
  padding: 10px 10px 20px;
  margin-bottom: 30px;
  margin-left: 30px;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  position: relative; }

@media screen and (max-width: 768px) {
  .atn_column .articleWrap .article-panel {
    width: 100%;
    height: 100%;
    display: none;
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.atn_column .articleWrap .article-panel .new-icon {
  display: block;
  top: 10px;
  left: 10px;
  z-index: 1;
  position: absolute; }

.atn_column .articleWrap .article-panel .artile_img {
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.atn_column .articleWrap .article-panel .artile_img:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }

.atn_column .articleWrap .article-panel .artile_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8); }

.atn_column .articleWrap .article-panel.tag01 .artile_img:after {
  background: url(/contents/1nensei/assets/img/circle_arrow02.png) no-repeat 0 0; }

.atn_column .articleWrap .article-panel.tag02 .artile_img:after {
  background: url(/contents/1nensei/assets/img/circle_arrow02.png) no-repeat 0 0; }

.pcHover .atn_column .articleWrap .article-panel:hover.tag01 {
  color: #e5a600; }

.pcHover .atn_column .articleWrap .article-panel:hover.tag02 {
  color: #e5a600; }

.pcHover .atn_column .articleWrap .article-panel:hover .artile_img:before {
  opacity: 0.7; }

.pcHover .atn_column .articleWrap .article-panel:hover .artile_img:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }

.atn_column .articleWrap .article-panel .article_subinfo {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 280px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  margin-bottom: 0;
  margin-top: 0; }

@media screen and (max-width: 768px) {
  .atn_column .articleWrap .article-panel .article_subinfo {
    position: static;
    width: 100%; } }

.atn_column .articleWrap .article-panel .artile_img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  moz-border-radius: 5px;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: cover !important;
  width: 280px;
  height: 170px; }

@media screen and (max-width: 768px) {
  .atn_column .articleWrap .article-panel .artile_img {
    width: 100%;
    height: auto;
    padding-top: 51%;
    background-position: 0 center !important; } }

.atn_column .articleWrap .article-panel .artile_ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 45px;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  .atn_column .articleWrap .article-panel .artile_ttl {
    font-size: 1.2rem;
    margin: 15px 0 25px; } }

.moreBt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 420px;
  height: 60px;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: bold;
  color: #0075c1;
  background: url(/contents/1nensei/assets/img/circle_arrow01.png) no-repeat right 19px center #fff;
  border: solid 2px #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.moreBt:hover {
  border: solid 2px #0075c1; }

@media screen and (max-width: 768px) {
  .moreBt {
    width: 240px;
    height: 45px;
    font-size: 13px;
    background: url(/contents/1nensei/assets/img/circle_arrow.sp.png) no-repeat right 15px center #fff;
    background-size: 14px 14px; }
  .moreBt:hover {
    border: solid 2px #fff; } }


@media (min-width: 741px) {
  /* PC */
  * {
    -ms-flex: 0 1 auto;
  }
  #main {
    width: 100%;
  }
  .breadcrumb {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  #contents {
    width: auto;
    float: none;
    padding-top: 20px;
  }

  .sp {
    display: none !important;
  }
  a {
    word-break: break-all;
  }
}
@media (max-width: 740px) {
  /* SP */
  #contents {
    padding: 0;
  }
  #main {
    padding-top: 0;
  }

  .pc {
    display: none !important;
  }
  a {
    word-break: break-all;
  }
}

@media screen and (max-width: 740px) {
  .hdr-corporate_logo img {
    width: 65px;
  }
  .ftr-corporate_logo img {
    width: 93px;
  }

  .img_min{
    background-size: center center contain   !important ;
    width: 55px;
    text-align: center;;
  }
  .img_min:before{
    left: 50%;
  }
}

  .boder_g_1px{
    border: 1px solid #aaa;
  }
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* fv */
.fv {
  background-color: #F5F5F5;
  padding-bottom: 47px;
  }
.fv-txt {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  }
.fv-txt::before {
  position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
            transform: translate(-50%,-100%);
    background-image: url(/contents/1nensei/assets/img/fv-txt.png);
    display: inline-block;
    content: '';
    width: 85px;
    height: 21px;
  }

/* sec */
.sec {
  padding: 56px 0 75px;
}
.sec--study,.sec--admission {
  /* background-color: #F5F5F5; */
}
.sec-inner {
  max-width: 960px;
  margin: 0 auto;
}
.sec__cont-box {
  padding-bottom: 40px;
  border-bottom: 6px solid #E5A602;
}
.sec__cont-box-ttl-wrap {
  position: relative;
}
.sec__cont-box-ttl-box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  padding-right: 100px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.sec__cont-box-ttl {
  font-size: 30px;
  line-height: 1.53;
  font-weight: bold;
  color: #2D2D2D;
}
.sec__cont-box-img {
  width: 100%;
}
.sec__cont-box-txt-wrap {
  margin-top: 100px;
}
.sec__cont-box-txt {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}
.sec__cont-box-txt {
  margin-top: 15px;
}
.sec__cont-link-wrap {
  margin-top: 10px;
}
.sec__cont-link-wrap p:nth-child(n+2) {
  margin-top: 5px;
}
.sec__cont-box-link-wrap {
  border-radius: 40px;
  background-color: #0075C1;
  max-width: 430px;
  margin: 40px auto 0;
  position: relative;
}
.sec__cont-box-link-wrap::after {
  content: '';
    display: inline-block;
    width: 12px;
    height: 19px;
    background-image: url(/contents/1nensei/assets/img/link-arr.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.sec__cont-box-list-wrap {
  list-style-type: disc;
  list-style: inside;
}
.sec__cont-box-list::marker {
  color: #E5A602;
}
.sec__cont-box-link {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  padding: 19px 94px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
/* 学習編・入学式 */
.sec__ttl {
  font-weight: bold;
  font-size: 30px;
  color: #2D2D2D;
}
.sec__ttl-sub {
  display: inline-block;
  color: #E7330C;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 2px solid #E7330C;
  margin-bottom: 6px;
}
.sec__txt {
  line-height: 1.37;
  margin-top: 30px;
  margin-left: 10px;
}
.sec__txt--indent {
  text-indent: 1em;
  margin-left: 0;
}
.sec__txt--indent:nth-child(n+2) {
  margin: 0;
}
.sec__cont-list-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec__cont-list-wrap.js-acc-area {
  display: none;
  visibility: hidden;
  height: 0;
  -webkit-animation: hideAcc 1s linear 0s;
          animation: hideAcc 0.5s linear 0s;
}
.js-acc-area.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  visibility: visible;
  height: auto;
  -webkit-animation: showAcc 1s linear 0s;
          animation: showAcc 1s linear 0s;
}
.sec__cont-list {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  max-width: 545px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgba(219, 219, 219, 1.0);
          box-shadow: 0 0 6px rgba(219, 219, 219, 1.0);
}
.sec__cont-list:nth-child(n+3) {
  margin-top: 35px;
}
.sec__cont-list.hide {
  display: none;
}
.sec__cont-list-link {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-wrap {
  position: relative;
}
.new-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.sec__cont-list-img {
  display: block;
  width: 150px;
}
/* ie only */
@media all and (-ms-high-contrast: none){
  .sec__cont-list-img {
    min-width: 150px;
  }
}
.sec__cont-list-txt-wrap {
  margin-left: 15px;
}
.sec__cont-list-txt {
  color: #0075C1;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
.more-btn {
  margin: 35px auto 0;
  width: 116px;
  cursor: pointer;
}
.more-btn-txt {
  font-size: 18px;
  font-weight: bold;
  color: #0075C1;
  background: url(/contents/1nensei/assets/img/circle_arrow01.png) no-repeat right 0px center;
  background-size: 18px;
}
.js-acc-open.active .more-btn-txt {
  text-align: center;
  background: url(/contents/1nensei/assets/img/close-arr.png) no-repeat right 10px center;
}

/* バナー */
.banner-txt {
  color: #2D2D2D;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.85;
  width: 452px;
  margin: 65px auto 0;
  text-align: center;
  position: relative;
}
.banner-txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 76px;
  background-image: url(/contents/1nensei/assets/img/bnr-txt-left.png);
  background-repeat: no-repeat;
}
.banner-txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 76px;
  background-image: url(/contents/1nensei/assets/img/bnr-txt-right.png);
  background-repeat: no-repeat;
}
.bnr-img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* fv */
.fv {
  background-color: #F5F5F5;
  padding-bottom: 47px;
  }
.fv-txt {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  }
.fv-txt::before {
  position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
            transform: translate(-50%,-100%);
    background-image: url(/contents/1nensei/assets/img/fv-txt.png);
    display: inline-block;
    content: '';
    width: 85px;
    height: 21px;
  }
  .info_linkArea ul li:nth-child(n+3) {
    margin-top: 14px;
  }
/* sec */
.sec {
  padding: 0;
}
.sec--study,.sec--admission,.sec--seikatu {
  padding-top: 50px;
}
.sec--nyugaku {
  border-top: 4px solid #E5A602;
  /* position: relative; */
}
.sec--seikatu,.sec--nyugaku,.sec--study,.sec--admission {
  border-bottom: 4px solid #E5A602;
  /* position: relative; */
}
.sec-inner {
  max-width: 350px;
  padding: 0 10px;
}
.sec__cont-box {
  border: none;
  padding-bottom: 40px;
}
.sec__cont-box-ttl-wrap {
  position: relative;
  width: 100vw;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
.sec__cont-box-ttl-box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px;
  padding-right: 30px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec__cont-box-ttl {
  font-size: 24px;
  line-height: 1.53;
  font-weight: bold;
  color: #2D2D2D;
}
.sec__cont-box-txt-wrap {
  max-width: 325px;
  margin: 130px auto 0;
  line-height: 1.57;
}
.sec__cont-box-txt {
  color: #000;
  font-size: 14px;
}
.sec__cont-box-txt {
  margin-top: 15px;
}
.sec__cont-link-wrap {
  margin-top: 15px;
}
.sec__cont-box-link-wrap {
  border-radius: 20px;
  background-color: #0075C1;
  max-width: 300px;
  margin: 28px auto 0;
  position: relative;
}
.sec__cont-box-link-wrap::after {
  content: '';
    display: inline-block;
    width: 12px;
    height: 19px;
    background-image: url(/contents/1nensei/assets/img/link-arr.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.sec__cont-box-list-wrap {
  list-style-type: disc;
  list-style: inside;
}
.sec__cont-box-list::marker {
  color: #E5A602;
}
.sec__cont-box-list {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.sec__cont-box-link {
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
}
/* 学習編・入学式 */
.sec__ttl {
  font-weight: bold;
  font-size: 24px;
  color: #2D2D2D;
}
.sec__ttl-sub {
  display: inline-block;
  color: #E7330C;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 2px solid #E7330C;
  margin-bottom: 6px;
}
.sec__txt {
  margin: 12px auto 0;
  font-size: 14px;
  line-height: 1.57;
  color: #000;
}
.sec__txt--indent:nth-child(n+2) {
  margin-top: 10px;
}
.sec__cont-list-wrap {
  margin-top: 40px;
  display: block;
  width: 100%;
}
.sec__cont-list-wrap.js-acc-area {
  display: none;
  visibility: hidden;
  height: 0;
  -webkit-animation: hideAcc 1s linear 0s;
          animation: hideAcc 0.5s linear 0s;
}
.js-acc-area.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  visibility: visible;
  height: auto;
  -webkit-animation: showAcc 1s linear 0s;
          animation: showAcc 1s linear 0s;
}
.sec__cont-list {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgba(219, 219, 219, 1.0);
          box-shadow: 0 0 6px rgba(219, 219, 219, 1.0);
}
.sec__cont-list:nth-child(n+2) {
  margin-top: 16px;
}
.sec__cont-list.hide {
  display: none;
}
.sec__cont-list-link {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-wrap {
  position: relative;
  width: 36%;
}
.new-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.new-icon img {
  display: block;
  width: 100%;
}
.sec__cont-list-img {
  width: 108.75px;
  height: auto;
}
.new-wrap .sec__cont-list-img {
  width: 100%;
  height: auto;
}
.sec__cont-list-txt-wrap {
  width: 60%;
}
.sec__cont-list-txt {
  color: #0075C1;
  font-weight: bold;
  font-size: 16px;
}
.more-btn {
  margin: 35px auto 0;
  width: 116px;
  cursor: pointer;
}
.more-btn-txt {
  font-size: 18px;
  font-weight: bold;
  color: #0075C1;
  background: url(/contents/1nensei/assets/img/circle_arrow01.png) no-repeat right 0px center;
  background-size: 18px;
}
.js-acc-open.active .more-btn-txt {
  text-align: center;
  background: url(/contents/1nensei/assets/img/close-arr.png) no-repeat right 10px center;
}

/* バナー */
.banner-txt {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85;
  max-width: 325px;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
.banner-txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  width: 21px;
  height: 38px;
  background-image: url(/contents/1nensei/assets/img/bnr-txt-left.png);
  background-repeat: no-repeat;
  background-position: center;
}
.banner-txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 21px;
  height: 38px;
  background-image: url(/contents/1nensei/assets/img/bnr-txt-right.png);
  background-repeat: no-repeat;
  background-position: center;
}
}
/* ========================================================
*
*					animation
*
* ======================================================== */
@-webkit-keyframes showAcc {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes showAcc {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes hideAcc {
  from {
    opacity: 1;
    height: auto;

  }

  to {
    opacity: 0;
  }
}
@keyframes hideAcc {
  from {
    opacity: 1;
    height: auto;

  }

  to {
    opacity: 0;
  }
}
