@charset "UTF-8";
/* -----------------------
  slickテーマ
----------------------- */
/* Slider */

.carousel {
  width: 1004px;
  overflow: hidden;
  margin-left: 10px;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------
  トップページレイアウト
----------------------- */
#main_TOP {
  width: 100%;
  margin: 2.5em 0;
}

#main_TOP .contents {
  width: 100%;
  margin-bottom: 2.5em;
}

#main_TOP .contents-color-1 {
  background: #f0f0f0;
}

#main_TOP .contents-color-1-triangle {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

#main_TOP .contents-color-1-triangle:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #f0f0f0 transparent transparent transparent;
}

#main_TOP .contents-color-2 {
  background: #fff;
}

#main_TOP .contents-color-2-triangle {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

#main_TOP .contents-color-2-triangle:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

#main_TOP .content-inner {
  padding: 25px 50px 20px;
}

#main_TOP .content-inner:last-of-type {
  padding-bottom: 40px;
}

/* -----------------------
  トップページコンポーネント
----------------------- */
.contents p {
  margin-bottom: 0;
  line-height: 1.5;
}

.contents-head {
  padding-TOP: 1.5em;
  background: #fff;
}

.contents-head-triangle {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}

.contents-head-triangle:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

.contents-head-title {
  display: table;
  margin: 0 auto;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  color: #006600;
}

.contents-head-title-image {
  display: table-cell;
  vertical-align: middle;
}

.contents-head-title-image img {
  margin-right: 2.0em;
  margin-top: -0.3em;
  width: 70px;
}

.contents-head-title-text {
  display: table-cell;
  font-size: 1.5em;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  padding: 0.5em 0em;
}

.contents-head-title-text-small {
  font-size: 0.55em;
  font-weight: normal;
}

.content-bg {
  position: relative;
}

.content-bg-image {
  height: 170px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: color-burn;
}

.content-bg-title {
  position: absolute;
  bottom: 20px;
  left: 45px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-bg-title .content-bg-title-sub {
  margin-bottom: 1em;
  font-size: 1.825em;
  line-height: 1.5;
}

.content-bg-title .content-bg-title-main {
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: bold;
}

.content-bg .content-bg-btn {
  position: absolute;
  bottom: 30px;
  right: 40px;
  margin-bottom: 0;
}

.content-title {
  margin-right: -50px;
  margin-bottom: 1em;
 /*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  color: #333366;
}

.content-title .content-title-main {
  display: inline-block;
  font-size: 2.1em;
  font-family: sans-serif;
  font-weight: bold;
  padding-right: 0.25em;
  font-weight: normal;
  line-height: 1.25;
}

.content-title .content-title-main-small {
  font-size: 0.7em;
  font-weight: normal;
}

.content-title .content-title-sub {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.3em;
}

/* リンクボタン */
.btn-right {
  float: right;
}

.link-btn {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 2em 0.75em 1em;
  /*background: #006600;*/
  background: #333366;
  text-decoration: none;
  color: #fff;
  transition: 0.4s;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  box-sizing: border-box;
}

.link-btn:hover {
  background: #53b348;
}

.link-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

/* ov-opacity */
.ov-opacity {
  transition: 0.4s;
}

.ov-opacity:hover {
  opacity: 0.7;
}

/* ページの先頭へボタン */
.fixed-return {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.fixed-return-btn {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background: #006600;
  transition: 0.4s;
}

.fixed-return-btn:hover {
  background: #53b348;
}

.fixed-return-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}

.fixed-return-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 50%;
  height: 50%;
  margin-top: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.fixed-return-text {
  font-size: 0;
}

.cf:after {
  content: "";
  clear: both;
  display: table;
}

/* -----------------------
  トップページメインイメージ
----------------------- */
#main-image {
  clear: both;
  position: relative;
}

#main-image p {
  margin-bottom: 0;
}

#main-image-slider {
  padding: 0 10px;
}

#main-image-slider .slick-slide {
  margin-bottom: 0;
}

#main-image-slider .slick-slide:focus {
  outline: none;
}

#main-image-slider .slick-dots {
  margin-top: 1em;
  text-align: center;
  list-style-type: none;
  line-height: 1;
}

#main-image-slider .slick-dots li {
  display: inline-block;
  padding-left: 1em;
}

#main-image-slider .slick-dots li:first-of-type {
  padding-left: 0;
}

#main-image-slider .slick-dots li button {
  overflow: hidden;
  border: none;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  text-indent: -5em;
  background: #666;
}

#main-image-slider .slick-dots li button:focus {
  outline: none;
}

#main-image-slider .slick-dots li.slick-active button {
  background: #006600;
}

#main-title {
  padding: 15px;
  font-size: 1.05em;
  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  color: #333366;
}

#main-message {
  margin: 0;
  padding: 1em;
  font-size: 1.365em;
}

/* -----------------------
  トップページ 不安と戸惑いを解決
----------------------- */
#faq {
  padding: 18px;
}

.faq-item {
  margin-top: 2.0em;
}

.faq-item:first-of-type {
  margin-top: 20px;
}

.faq-item-head {
  position: relative;
}

.faq-item-head-title {
  background: #fff;
  margin-left: 25px;
  padding: 0.5em 0 0 10px;
  padding-left: 40px;
  color: #333366;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-size: 1.3em;
font-weight:  normal;
}

.faq-item-head-title img{
    margin-left: 10px;
    width: 35px;
}

.faq-item-head-title-icon {
  position: absolute;
  bottom: -5px;
  left: 0;
}

.faq-item-head-title-strong {
  font-size: 1.5em;
}

.faq-item-head-title-image{
  position: absolute;
  bottom: 5px;
  right: 480px;
}

.faq-item-body {
  display: table;
  width: 100%;
  padding-top: 1.0em;
}

.faq-item-body-col {
  display: table-cell;
  vertical-align: middle;
}

.faq-item-body-col:last-of-type {
  width: 180px;
  text-align: right;
  vertical-align: bottom;
}

.faq-item-body-icon {
  position: absolute;
  left: -65px;
}

.faq-item-body-left {
  position: relative;
  margin-left: 65px;
  color: #006600;
}

.faq-item-body-left p {
  font-size: 1.2em;
  line-height: 1.5;
}

.faq-item-body-left img {
 width: 20px;
 margin-left: 16px;
}




.faq-item-body-link {
  position: relative;
  display: inline-block;
  padding-left: 1.0em;
  color: #006600;
  text-decoration: none;
  border-bottom: 1px solid #006600;
  font-size: 1.2em;
}

.faq-item-body-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #006600;
  border-right: 2px solid #006600;
  margin-top: -1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.faq-item-body-link:hover {
  border-bottom: 1px solid transparent;
}



/* -----------------------
  トップページ アメリカ留学の基礎知識
----------------------- */
#successpoint {
  background: none;
  width: auto;
  height: auto;
  padding: 0;
}

.know-bg {
  background-image: url(../img/top/kiso.jpg);
}

/* 4つのポイント */
.know-point {
  list-style-type: none;
  color: #333366;
  font-weight: normal;
}

.know-point li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1.5em;
  font-size: 1.375em;
}

.know-point li:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: #333366;
}

.know-point li a {
  color: #333366;
}

.know-point li a:hover {
  text-decoration: none;
}

.link-bnr {
  margin-top: 20px;
}

.link-bnr-item {
  float: left;
}

.link-bnr-item p {
  margin-bottom: 0;
}

.link-bnr-item:nth-of-type(even) {
  float: right;
}

/* -----------------------
  トップページ Q&Aコーナー
----------------------- */
.qa-left {
  float: left;
  width: 130px;
}

.qa-right {
  float: right;
  width: 748px;
}

.qa-link li {
  margin-top: 14px;
  list-style-type: none;
}

.qa-link li:first-of-type {
  margin-top: 0;
}

.qa-link li a {
  display: block;
  position: relative;
  height: 96px;
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.qa-link li a.qa-link-upgrade {
  background: #333366;
}

.qa-link li a.qa-link-high {
  background: #006600;
}

.qa-link li a .qa-link-vm {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.qa-category-title {
  display: inline-block;
  background: #f2f2f2;
  padding: 0.5em 18px;
  color: #333366;
  font-size: 1.22em;
}

.qa-category-list {
  background: #f2f2f2;
  padding: 12px 18px;
}

.qa-category-list li {
  float: left;
  width: 20%;
  margin-top: 12px;
  padding-left: 12px;
  text-align: center;
  list-style-type: none;
  box-sizing: border-box;
}

.qa-category-list li:nth-of-type(-n + 5) {
  margin-top: 0;
}

.qa-category-list li:nth-of-type(5n + 1) {
  clear: both;
  padding-left: 0;
}

.qa-category-list li.long-word {
  font-size: 0.9em;
}

.qa-category-list li a {
  display: block;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;  
  background: #fff;
  color: #333366;
  font-size: 1.22em;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}

.qa-category-list li a:hover {
  background: #333366;
  color: #fff;
}

/* -----------------------
  トップページ 留学体験談
----------------------- */
.voice {
  margin-left: -40px;
  margin-right: -40px;
}

.voice-item {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}

.voice-item:nth-of-type(3n + 1) {
  clear: both;
}

.voice-item a {
  text-decoration: none;
}

.voice-item-image img {
  width: 100%;
  height: auto;
}

.voice-item-body {
  margin-top: 1em;
}

.voice-item-body p {
  font-size: 1.375em;
  line-height: 1.5;
}

/* -----------------------
  トップページ どんなアメリカ留学をめざしていますか
----------------------- */
#fourcontents {
  width: auto;
}

.four-content {
  margin: 0 -10px;
  padding: 10px;
  list-style-type: none;
}

.four-content li {
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.four-content li a {
  display: block;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

.four-content li a img {
  transition: 0.4s;
  border : solid 1px #f0f0f0;
}
.four-content li a:hover img {
  opacity: 0.7;
}

.four-content li h3{
  position: absolute;
  font-size: 2.0em;
  font-weight: normal;
  color: #333366;
  top : 64%;
  left: 0;
  right: 0;
}

.four-content li p{
  position: absolute;
  font-size: 1.0em;
  font-weight: normal;
  color: #333;
  top : 80%;
  left: 0;
  right: 0;
}


/* -----------------------
  トップページ 留学の最新情報はここでチェック！
----------------------- */
.news li {
  margin-top: 1em;
  padding-left: 80px;
  list-style-type: none;
  background: no-repeat left top;
}

.news li.blog {
  background-image: url(../img/top/chip_news_blog.png);
}

.news li.column {
  background-image: url(../img/top/chip_news_column.png);
}

.news li.event {
  background-image: url(../img/top/chip_news_event.png);
}

.news li p {
  font-size: 1.375em;
  margin-bottom: 0;
}

.news li a:hover {
  text-decoration: none;
}

.news-date {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.news-title {
  display: inline-block;
  line-height: 1.5;
}

/* -----------------------
  トップページ アメリカ留学への第一歩
----------------------- */
/* 既存スタイルの上書き */
#counseling p, #lec_semi p, #mokuteki_semi p {
  margin-top: 0;
}


.support {
  position: relative;
  padding: 5px 0px 32px 32px;
  background: #fff;
}

.support-head-box {
  position: relative;
  margin-top: 20px;
  padding: 0px;
  height: 75px;
  background: #fff;
  border-bottom: solid 3px #333366;
}

.support:first-of-type {
  margin-top: 2em;
}

.support-num {
  margin: 0;
  padding: 0;
}

.support-num img{
    width: 75px;
    height: auto;
    background: #333366;
}


.support-chip {
  position: absolute;
  top: 35px;
  right: 300px;
  margin: 0;
}

.support-head-title {
  padding-left: 90px;
  margin-top: -70px;
  color: ##333366;
  font-weight: normal;
}

.support-head-title-main {
  font-size: 1.8em;
}

.support-head-title-main2 {
  font-size: 1.8em;
  line-height: 2.5em;
}



.support-head-title-main-small {
  font-size: 0.75em;
}

.support-head-title-sub {
  font-size: 1.0em;
}


.support-main {
  margin-top: 2em;
}

.support-main-title {
  margin-bottom: 0.25em;
  font-size: 2em;
  font-weight: normal;
  color: #000;
}

.support-main-title2{
  margin-bottom: 0.25em;
  font-size: 3em !important;
  font-weight: normal;
    color: red;
}

.support-main-body p {
  padding-top: 30px;
  font-size: 1.375em;
  line-height: 1.5;
  color: #000;
}

.support-main-body-ltext p {
  font-size: 1.6em;
}

.support-main-left {
  float: left;
  width: 520px;
}

.support-main-right {
  float: right; 
  width: 300px;
}

.support-main-right img {
  width: 90%;
  height: auto;
  margin-top: 30px;
}

.support-main-right a:hover img {
  opacity: 0.7;
}

.support-main-under p {
     clear:both;
   font-size: 1.4em;
   padding-right: 30px;
   padding-top: 20px;
}

.support-main-link {
  margin: 1.0em 2.0em 0em 0em;
  list-style-type: none;
}

.support-main-link li {
  float: left;
  width: 33.33%;
  padding-left: 1%;
  padding-right: 1%;
  box-sizing: border-box;
}

.support-link .link-btn {
  width: 90%;
  box-sizing: border-box;
}


.support-list{
    margin-top: 30px;
    color: #000;
}

.support-list li{
   position: relative; 
   list-style-type: none;
   font-size: 1.4em;
   margin: 10px 30px;       
}

.support-list li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 4px solid #3498db;
  border-bottom: 4px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 
}

.support-list2{
    margin-top: 20px;
    margin-bottom: 0px;
}

.support-list2 li{
   position: relative; 
   list-style-type: none;
   font-size: 1.4em;
   margin: 10px 30px ;       
}

.support-list2 li::after {
  
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 8px;
  background: #ff0;  
    
}




.seminar-date{
  padding-top: 260px;    
}

.seminar-left{
  margin-top: 10px;
  padding: 10px 20px;
  width: 45%;
  float:left;
}

.seminar-left p{
  border-bottom: solid 1px #c0c0c0;
}

.seminar-right{
  margin-top: 10px;
  margin-right: 32px;
  padding: 10px 0px;
  width: 45%;
  float:right;
}

.seminar-right p{
  border-bottom: solid 1px #c0c0c0;
}



#mokuteki_semi .support-chip {
  margin: 0;
}

#mokuteki_semi .support-seminar {
  margin-top: 1.5em;
}

#mokuteki_semi .support-seminar-data {
  margin-top: 0.5em;
}

#mokuteki_semi .support-seminar-data-title {
  position: relative;
  padding-left: 40px;
  font-size: 2em;
  font-weight: normal;
}

#mokuteki_semi .support-seminar-data-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/top/chip_see.png) no-repeat left top/cover;
}

#mokuteki_semi .support-seminar-data-list {
  float: none;
  margin-top: 0.5em;
  list-style-type: none;
}

#mokuteki_semi .support-seminar-data-list li {
  margin: 0;
  padding-left: 40px;
  background: none;
}

#mokuteki_semi .support-seminar-data-list li a {
  color: #000;
  font-size: 1.375em;
}

#mokuteki_semi .support-seminar-data-list li a:hover {
  color: #bb1010;
  text-decoration: none;
}

/* -----------------------
  トップページ アメリカ進学プログラム
----------------------- */
.program-head {
  padding: 1.5em;
  background: #333366;
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

.program-head:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #333366 transparent transparent transparent;
}

.program-head-title {
  text-align: center;
  color: #fff;
  font-size: 1.3em;
}

.program-head-title-large {
  margin-left: 0.25em;
  font-size: 1.8em;
}

.program-box {
  margin-bottom: 3em;
  text-align: center;
}

.program-box .program-box-head {
  margin-bottom: 1.9em;
}

.program-box .program-box-head-title {
  font-size: 2.5em;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-weight: normal;
  color: #333366;
}

.program-box .program-box-head-title-sub {
  font-size: 1.3em;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  color: #333366;
}

.program-box img{
    margin-top: 2em;
}



.program-link {
  display: table;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

.program-link-col {
  display: table-cell;
}

.program-link-col:first-of-type {
  padding-right: 20px;
}

.program-link-col:nth-of-type(2n) {
  text-align: right;
  padding-left: 20px;
}

.program-link-col .link-btn {
  width: 100%;
  margin-top: 0;
  padding-right: 1em;
  text-align: center;
}

.program-link-col .link-btn:after {
  content: none;
}

/* -----------------------
  トップページ 留学書籍
----------------------- */
.book-title {
  font-size: 2.75em;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-weight: normal;
  color: #333366;
}

.book-info {
  margin: 1.5em -20px 0;
}

.book-info-item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
}

.book-info-item .book-info-item-image {
  text-align: center;
}

.book-info-item .book-info-item-image img {
  width: auto;
  height: 150px;
}

.book-info-item .book-info-item-name {
  margin-top: 1em;
}

.book-info-item .book-info-item-name a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.book-info-item .book-info-item-name a:hover {
  color: #bb1010;
}

.book-info-item .book-info-item-price {
  margin: 1.5em 0;
}

.book-info-item .book-info-item-description {
  font-size: 0.875em;
}

/* -----------------------
  トップページ バナー
----------------------- */
.bnr-col {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.bnr-item {
  margin-top: 20px;
}

.bnr-item img {
  width: 100%;
}

/* -----------------------
  トップページ ヘッダー
----------------------- */
#header #header-in .header-description {
  margin: 10px 0 -1em 5px;
  color: #006600;
  font-size: 1.215em;
}

#header-in #header-text ul li {
  position: relative;
  margin-left: 0.8em;
  padding: 0 0 0 1em;
  background: none;
}

#header-in #header-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

/* -----------------------
  トップページ フッター
----------------------- */
/* 既存footerを上書き */
#footer {
  font-size: 1.3em;
}

#footer-in {
  width: auto;
  margin-left: 0;
  padding: 20px 15px;
}

#footer-in p {
  line-height: 1.5;
}

#footer-in p span.sisaname {
  margin: 0 0 0.5em 0;
}

#footer .footer_text {
  font-size: 1em;
  text-align: left;
}

#footer .footer-menu {
  width: auto;
}

#footer .footer-menu ul li {
  position: relative;
  margin-bottom: 0.75em;
  margin-left: 0.8em;
  padding: 0 0 0 1em;
  background: none;
}

#footer .footer-menu ul li.title {
  margin-left: 0;
}

#footer .footer-menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

#top_return{
    font-weight: normal;
}



/* -----------------------
  トップページ CTA
----------------------- */
.cta {
  margin-top: -50px;
  padding: 80px 0 30px;
  background: #006600;
}

.cta2 {
  margin-top: 0px;
  padding: 50px 0 30px;
  background: #006600;
}

.cta-btn {
  display: table;
  width: 800px;
  margin: 0 auto;
}

.cta-btn-col {
  display: table-cell;
  text-align: right;
}

.cta-btn-col:first-of-type {
  text-align: left;
}

.cta-tel {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.cta-bnr {
  margin-top: 1em;
  text-align: center;
}

.smponly_block {
  display: none;
}

img.online_c_img {
  margin: 20px 0 0 0 !important;
}

/* --------------------------
  第２階層トップページコンポーネント
----------------------------- */
#main-image2{
  position: relative;
  margin-top: 43px;
  padding: 0px 10px 10px;  
}

#main-image3{
  position: relative;
  margin-top: 43px;
  padding: 0px;  
}

#main-image2 img{
  width: 100%;
  height: auto;
  margin-top: 0px;
}

#trans_keymsg{
  position: absolute;
  top: 35%;
  left: 60%;
  color: #39476d;
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
  font-size: 4.0em;
  letter-spacing: 0.1em;
  font-weight: bold;
}


#high_keymsg{
  position: absolute;
  top: 35%;
  left: 60%;
  color: #fff;
  font-size: 5.0em;
  letter-spacing: 0.1em;
}

#high_keymsg_txt{
  position: absolute;
  top: 55%;
  left: 60%;
  color: #fff;
  font-size: 2.0em;
}


#ugrad_keymsg{
  position: absolute;
  top: 8.5%;
  left: 7%;
  color: #fff;
  font-size: 3.0em;
  letter-spacing: 0.1em;
  color: #002967
}

#ugrad_keymsg_txt{
  position: absolute;
  top: 18%;
  left: 9%;
  color: #002967;
  font-size: 1.8em;
}







#trans_keymsg_txt{
  position: absolute;
  top: 30%;
  left: 60%;
  color: #39476d;
  font-size: 1.6em;
}

#high_banner3{
  text-align: center;
  padding:30px 0px;
}

#high_banner3 li{
   display: inline;
   padding: 7px;

}

#high_banner3 img:hover{
    opacity:0.6;
}

#high_btn2{
  text-align: center;
  padding:30px 0px;
}

#high_btn2 li{
   display: inline;
   padding: 5px;
}

#high_btn2 img{
  width: 48%;
}

#high_btn2 img:hover{
    opacity:0.6;
}

#high_btn3{
  text-align: center;
  margin: 3.0em 0; 
}

#high_btn3 img{
  width:  100%;
}

#high_btn3 img:hover{
    opacity:0.6;
}


.high_title1 {
    position: relative;
    background: #90d192;
	background-image: url(/asset/img/high/title_teen1.png);
	background-repeat: no-repeat;
	background-position:right 25% bottom;
	background-size: contain;
    color: #FFF;
    text-align: center;
	font-weight: normal;
    font-size:2.8em;
    padding: 100px 0;
    margin: 0;
	margin-bottom: 1.5em;
}
/* 下三角 */ 
.high_title1:after {
	border: 30px solid transparent;
	border-top-color: #90d192;
	border-bottom-width: 0;
	bottom: -29px;
	content: "";
	display: block;
	left: 47%;
	position: absolute;
	width: 0;
}

.high_title2 {
    position: relative;
    background: #90b3d1;
	background-image: url(/asset/img/high/title_teen2.png);
	background-repeat: no-repeat;
	background-position:left 15% bottom;
	background-size: contain;
    color: #FFF;
    text-align: center;
	font-weight: normal;
    font-size:2.8em;
    padding: 100px 0;
    margin: 0;
	margin-bottom: 1.5em;
}
/* 下三角 */ 
.high_title2:after {
	border: 30px solid transparent;
	border-top-color: #90b3d1;
	border-bottom-width: 0;
	bottom: -29px;
	content: "";
	display: block;
	left: 47%;
	position: absolute;
	width: 0;
}

.high_title3 {
    position: relative;
    background: #ffb977;
	background-image: url(/asset/img/high/title_teen3.png);
	background-repeat: no-repeat;
	background-position:right 15% bottom;
	background-size: contain;
    color: #FFF;
    text-align: center;
	font-weight: normal;
    font-size:2.8em;
    padding: 100px 0;
    margin: 0;
	margin-bottom: 1.5em;
}
/* 下三角 */ 
.high_title3:after {
	border: 30px solid transparent;
	border-top-color: #ffb977;
	border-bottom-width: 0;
	bottom: -29px;
	content: "";
	display: block;
	left: 47%;
	position: absolute;
	width: 0;
}

.high_title4 {
    position: relative;
    background: #e2cfb3;
	background-image: url(/asset/img/high/title_teen4.png);
	background-repeat: no-repeat;
	background-position:left 25% bottom;
	background-size: contain;
    color: #FFF;
    text-align: center;
	font-weight: normal;
    font-size:2.8em;
    padding: 100px 0;
    margin: 0;
	margin-bottom: 1.5em;
    width: 100%;
}
/* 下三角 */ 
.high_title4:after {
	border: 30px solid transparent;
	border-top-color: #e2cfb3;
	border-bottom-width: 0;
	bottom: -29px;
	content: "";
	display: block;
	left: 47%;
	position: absolute;
	width: 0;
}

.high_boxd{
    margin-top: -60px;
	padding:50px 50px 30px; 
	text-align: left;
    background-color: aliceblue;
    background-size: 15px 15px;
    background-color: #fff;
    background-image: radial-gradient(#dcdcdc 10%, transparent 10%),
    radial-gradient(#a9a9a9 10%, transparent 10%);
    background-position: 0 0, 15px 15px;
    
}

.high_boxs{
    margin-top: -60px;
	padding:50px 50px 30px; 
	text-align: left;
    background-color: #FAF0E6;
    background-image: 
    -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}

.high_lead{
    font-size: 1.5em;
    font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.high_sugoi{
   margin: 20px 10px;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: center;
}

.sugoi_box{
    margin: 10px;
    position: relative;
    width: 45%;
    border : solid 1px #a9a9a9 ;
}

.sugoi_box p{
    position: absolute;
    top:60%;
    padding: 10px;
}

.high_point{
   margin: 20px 0px;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: center;
}

.point_box{
   margin: 5px;
   padding: 10px;
   width: 30%;
   background-color: #fff;
   box-shadow: 2px 2px 4px #f9f9f9;
}

.point_box p{
   margin: 5px;
   color: #000;
}

.point_box a{
   text-decoration: none;
}

.point_box:hover{
    opacity:0.6;
}

.topic_box{
   background-color:  #90d192;
   padding: 20px 20px;
   width: 93%;
   margin: auto;
   border-radius: 10px;
}

.topic_box p{
   font-size: 1.8em;
   color: #fff;
   margin-bottom: 5px;
   text-align: center;
}

.Mark{
	font-size: 1.5em;
    background: linear-gradient(transparent 60%, yellow 60%); 
	font-weight: bold;
	padding: 5px;
}

#high_keymsg, .high_title1, .high_title1, .high_title2, .high_title3, .high_title4, .high_lead,.high_boxd, .high_boxs, #ulayer_keymsg, #ulayer_keymsg2, #ulayer_keymsg_txt, #ulayer_keymsg_txt2,.ulayer_title1,.ulayer_title2,.ulayer_lnavi1, .ulayer_lnavi2, .ulayer_box, .ulayer_boxg, .ulayer_boxw, .ulayer_box_ul, #breadc_list, .topic_box {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* --------------------------
  第３階層以下コンポーネント
----------------------------- */

#main-image4{
  position: relative;
  padding: 0;
  margin: 44px 10px  44px;
}

#main-image4 img{
  margin-top: -21px;
}

#main-image4i{
  position: relative;
  padding: 0;
  margin: 44px 10px  44px;
}

#main-image4i img{
  margin-top: -21px;
}




#ulayer_keymsg{
  color: #fff;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  position: absolute;
  top:25%;
  left:20px;
}

#ulayer_keymsg2{
  color: #fff;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  position: absolute;
  top:30%;
  left:20px;
}



#ulayer_keymsg_txt{
  position: absolute;
  top:85%;
  left:20px;
  color: #fff;
  font-size: 1.2em;
}

#ulayer_keymsg_txt2{
  position: absolute;
  top:10%;
  left:20px;
  color: #fff;
  font-size: 1.2em;
}



#breadc_list{
  margin: -44px 10px 0;
  padding: 10px 5px;
  background-color: #f5f5f5;
}
#breadc_list li{
  display: inline;
  list-style: none;
  font-weight: bold;
}

#breadc_list li:after{
  content: '>';
  padding: 0 10px;
  color: #555;
}
#breadc_list li:last-child:after {
  content: '';
}

#breadc_list li a {
  text-decoration: none;
  color: #008000;
}

#breadc_list li a:hover {
  text-decoration: underline;
}

.ulayer_title1{
  text-align: center;
  font-size: 2.0em;
  border-bottom: solid 3px #33cc66;
  padding: 1em 0 0.5em;
  margin: 0 2em 1em;
}

.ulayer_title2{
  text-align: left;
  font-size: 1.8em;
  border-bottom: solid 3px #33cc66;
  padding: 1em 0 0.5em;
  margin: 0 0em 1em;
}

.ulayer_title3{
  font-size: 1.4em;
  margin-bottom: 0.5em;
}




.ulayer_box{
  padding:0px 50px 0px; 
}

.ulayer_box p{
    width: 75%;
    float: left;
    margin-right: 20px;
}

.ulayer_box img{
    width: 18%;
}

.ulayer_boxw{
   padding:0px 50px 30px;  
}

.ulayer_box_ul{
   margin:30px 50px;
   padding: 0 0 30px;
   border-bottom: solid 10px #33cc66; 
}

.ulayer_box_ul p{
margin-bottom: 30px;
}

.ulayer_box_ul ul{
padding-left: 50px;
padding-bottom: 30px;
font-size: 1.1em;
line-height: 1.8;
}

.ulayer_boxg{
    background-color: #99ff99;
    background-image: 
    -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ccffcc), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ccffcc),color-stop(.75, #ccffcc), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}

.ulayer_boxb{
    margin-top: -60px;
	padding:20px 50px 50px; 
	text-align: left;
    background-color: #FAF0E6;
    background-image: 
    -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}


.ulayer_lnavi1{     
 margin: 0vw 2vw 3vw;
 padding: 2vw;
 display: inline-block;
 display: flex;
 -webkit-justify-content: center; 
 justify-content: center;
 flex-wrap: wrap;
}

.ulayer_lnavi1 p{
  font-size: 1.3em;
  padding-top: 1.0em;
  color: #009900;
}

.ulayer_lnavi1_menu{
 position: relative;
 width: 46.5%;
 height: 25%;
 overflow: hidden;    
 background-color: #fff;
 margin: 0.5vw 1vw;
}

.ulayer_lnavi1_menu img{
 width: 25%;
 float: left;
 margin-right: 1vw;
}
.ulayer_lnavi1_menu p{
 padding-top:  9%;
}

.ulayer_lnavi1_menu a{
 text-decoration: none;
 color: #009900;
}

.ulayer_lnavi1_menu:hover{
 background-color: #ccffcc;
}


.ulayer_lnavi1_menu a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #009900;
  border-right: 2px solid #009900;
  transform: rotate(45deg);
  margin-top: -5px;
}

.ulayer_lnavi1_2{
 display: inline-block;
 display: flex;
 -webkit-justify-content: center; 
 justify-content: center;
 flex-wrap: wrap;
}

.ulayer_lnavi1_2 p{
  font-size: 1.3em;
  padding-top: 1.0em;
  color: #333;
  text-align: left;
}

.ulayer_lnavi1_menu2{
 position: relative;
 width: 30%;
 height: 25%;
 overflow: hidden;    
 background-color: #fff;
 padding: 0;
 margin: 10px;

}

.ulayer_lnavi1_menu2 img{
 width: 38%;
 float: left;
 margin: 15px;
}
.ulayer_lnavi1_menu2 p{
 padding: auto;  
}

.ulayer_lnavi1_menu2 a{
 text-decoration: none;
 color: #009900;
}

.ulayer_lnavi1_menu2:hover{
 background-color: #ccffcc;
}

.ulayer_lnavi2{
 margin: 1vw 1vw 3vw;
 display: inline-block;
 display: flex;
 -webkit-justify-content: center; 
 justify-content: center;   
 flex-wrap: wrap;   
}

.ulayer_lnavi2_menu{
  margin: 1em 2em;
  width: 40%;
}

.ulayer_lnavi2_title{
  width: 80%;
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  text-decoration: none;
  border-left: solid 4px #33cc66;
  border-right: solid 4px #33cc66;
  color: #000;
  text-shadow: 0 0 5px white;
  padding: 0.5em 1em;
  background: repeating-linear-gradient(-45deg, #99ff99, #ccffcc 3px,#ccffcc 3px, #ccffcc 7px);
  transition: .4s;  
  
}

.ulayer_lnavi2_title:hover{
 background:#33cc66;
 color: #fff;
 text-shadow:none;   
}

.ulayer_lnavi2_menu li{
    font-size: 1.1em;
    margin-left: 2em;
    
}

.ulayer_lnavi2_menu li a{
    text-decoration: none;
    color: #008000;
}

.ulayer_lnavi2_menu li a:hover{
    text-decoration: underline;
}

.ulayer_tbl th,td{
  border: solid 1px #333;
  padding: 0.5em 2em;  
}
.ulayer_tbl th{
  background: #f5f5f5;        
}


/* --------------------------
  アメリカ進学プログラム
----------------------------- */

.contents_gray{
    background-color: #f5f5f5;
    padding: 2vw 0;
}

#as_toptitle_box{
   position: absolute; 
   background-color: #fff;
   opacity: 0.8;
   left: 0;
   right: 0;
   width:50%;
   margin: auto;
   top: 40px;
   text-align: center;
   padding: 2vw;
}

#as_toptitle_box p{
   font-size: 1.5em;
}

#as_toptitle{
   font-size: 3.0em;
   letter-spacing: 1em;
   margin-left: 1em;
   color: red;
}

#as_toptitle2{
   letter-spacing: 0.5em;
   color: #1e90ff;
   margin-left: -0.5em;
}

#as_title_txt{
  position: absolute;
  top: 20%;
  left: 5%;
  color: #000;
  font-size: 2.0em;
  letter-spacing: 0.1em;
  font-family: serif;
  text-shadow:
  1px 1px 0 #FFF,
  -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 
  1px -1px 0 #FFF,
  0px 1px 0 #FFF,
  0-1px 0 #FFF,
  -1px 0 0 #FFF,
  1px 0 0 #FFF;
}

#as_title{
  width:768px;   
  font-size: 1.6em;
  letter-spacing: 0.3em;
}

.as_toplead_l{
  text-align: center;
  font-size: 1.7em;
  color: #333366;
  padding: 2vw 4vw 1vw;
}  

.as_toplead_s{
  font-size: 1.2em;
  color: #000;
  padding: 0vw 4vw 2vw;
}

.as_topsubtitle_l{
  text-align: center;
  font-size: 2.0em;
  font-weight: bold;
  color: #333366;
  padding: 2vw 4vw 1vw;
}

.as_topsubtitle_m{
  text-align: center;  
  font-size: 1.5em;
  color: #333366;
  padding: 0vw 4vw 1vw;
}

.as_topsubtitle_s{  
  font-size: 1.2em;
  color: #000;
  padding: 0vw 4vw 1vw;
}

.as_flow_head {
  padding: 1.5em;
  background: #f5f5f5;
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

.as_flow_head:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #f5f5f5 transparent transparent transparent;
}

.as_flow{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
}

.as_hashira{
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;  
}

.as_hashira_title_l{
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 2.0em;
  font-weight: bold;
  color: #333366;
}

.as_hashira_txt_l{
  position: absolute;
  top: 50%;
  left: 5%;
  font-size: 1.2em;
  width: 60%;
  color: #333366;
}

.as_hashira_title_r{
  position: absolute;
  top: 20%;
  left: 35%;
  font-size: 2.0em;
  font-weight: bold;
  color: #333366;
}

.as_hashira_txt_r{
  position: absolute;
  top: 50%;
  left:35%;
  font-size: 1.2em;
  width: 60%;
}

#as_btn{
  display: flex;
  width:80%;
  margin: 2vw auto;

}

.as_couns{
 text-align: center;
 margin: 2vw auto;
}

.as_couns img{
 width: 15%;
 margin: 1vw;
}

.as_seminar{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.as_seminar_block{
 padding: 2vw;
 width: 40%;
}

.as_seminar_title{
 font-size: 1.5em;
 font-weight: bold;
 color: #333366;
 border-bottom: solid 3px #333366;
 margin-bottom: 1vw;
}

.as_seminar_txt{
 font-size: 1.2em;
}
.as_seminar_img{
 width: 80%;
 margin: 2vw auto;
}

.as_tool{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.as_tool_block{
 padding: 2vw;
 margin: 1vw;
 width: 40%;
 background-color: #fff;
}

.as_tool_block img{
 float: left;
 width: 30%;
 margin-right: 1vw;
}

.as_tool_title{
 font-size: 1.5em;
 font-weight: bold;
 color: #333366;
 margin-bottom: 2vw;
}

.as_tool_txt{
 font-size: 1.2em;
}

.as_seminar2{
  padding: 2vw 2vw;
}

.as_seminar2 p{
  float: left;
  width: 64%;
  margin-right: 3vw;
}

.as_ins_title{
  margin: 2vw;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: left;  
  color: #333366;
  border-bottom: solid 1px #333366;
}

.as_ins_txt{
 margin: 2vw;
 font-size: 1.2vw;
 font-weight: normal;
 text-align: left;
}

.as_faq{
 
}

.as_faq_q{
 display: flex;   
 background-color: #f5f5f5;
 margin: 1vw; 
 padding: 1px;
 margin-top: 1vw;
}

.as_faq_q img{
 width: 5%;
 height: 5%;
 margin: 1vw;
}

.as_faq_q p{
 text-align: left;
 font-size: 1.3em;
 font-weight: normal;
 margin: 1vw;
}

.as_faq_a{
 display: flex;
 margin: 1vw;   
 padding: 1px;
 margin-top: 1vw;
 margin-bottom: 2vw;
}

.as_faq_a img{
 width: 5%;
 height: 5%;
 margin: 1vw;
}

.as_faq_a p{
 text-align: left;
 font-size: 1.3em;
 font-weight: normal;
 margin: 1vw;
}

.as_lead_txt{
 position: relative;
 margin-top: 1vw;
 padding: 2vw;
}

.as_lead_txt_r{
 position: absolute;
 left: 60vw;
 bottom: 4vw;
}

.as_lead_txt p{
  font-size: 2.0em;
}

.as_lead_txt_r p{
  font-size: 1.0em;
}

.as_lead_name{
    font-size: 1.5em;
}


.case_interview{
 padding: 0 2vw 2vw 2vw;
}

.interview_ask{
 
 padding-top: 2vw;
 padding-bottom: 0vw;
}

.interview_ask p{
 font-weight: bold;
 font-size: 1.3em;
 color: #6495ed;  
}

.as_point{
 position: relative;
 margin: 3vw;
 padding: 2vw;
 border: medium solid #6495ed;
}

.as_point_title{
 position: absolute;
 top: -2vw;
 left: 2vw;
 padding: 1vw;

 color: #fff;
 background-color: #6495ed;
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: 0vw;  
}

.as_point_title p{
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: 0;
}


.case_lnavi{
 background-color: #f5f5f5;     
 margin: 0vw 2vw 3vw;
 padding: 2vw;
 display: inline-block;
 display: flex;
 flex-wrap: wrap;
}

.case_lnavi_title{
 font-size: 1.8em;
 padding: 2vw;
}

.case_lnavi_txt p{
 font-size: 1.8em;
 padding: 2vw;
}

.link_case{
 width: 46.5%;
 height: 25%;
 overflow: hidden;    
 background-color: #fff;
 margin: 0.5vw 1vw;
}
.link_case img{
 width: 25%;
 float: left;
 margin-right: 1vw;
}
.link_case p{
 margin: 1vw;
}

.link_case a{
 text-decoration: none;
 color: #333;
}

.link_case_title{
 font-size: 1.3em;
 font-weight: bold;
}

.link_case:hover{
 opacity: 0.5;
}

/*# sourceMappingURL=../sourcemaps/top.css.map */



@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
  .univ_syurui2 img {
    width: 440px;
  }
}
