@charset "utf-8";
/* 
** 【z-indexの階層】
** 100 → ローディング
** 50〜60 → ヘッダー、メインナビゲーション
** 20〜29 → .area-inner
** 10〜19 → .area-wrapper、背景の擬似要素
*/





/******TOPページ関連******/

#topContents {
  position: relative;
}


#topContents .arrow01 {
  position: absolute;
  display: block;
  width: 9vw;
  height: 9vw;
}
#topContents .arrow01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #008299;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}
#topContents .arrow01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../images/arrow-icon.svg');
  background-size: 30%;
  background-position: center center;
}
@media screen and ( min-width: 600px ) {
  #topContents .arrow01 { width: 7.5vw; height: 7.5vw; }
}
@media screen and ( min-width: 960px ) {
  #topContents .arrow01 { width: 3.5vw; height: 3.5vw; }
}
@media screen and ( min-width: 1400px ) {
  #topContents .arrow01 { width: 2.5vw; height: 2.5vw; }
}



#topContents .link01 {
  position: absolute;
  display: block;
  width: 9vw;
  height: 9vw;
}
#topContents .link01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #c44500;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}
#topContents .link01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../images/link-icon.svg');
  background-size: 35%;
  background-position: center center;
}
@media screen and ( min-width: 600px ) {
  #topContents .link01 { width: 7.5vw; height: 7.5vw; }
}
@media screen and ( min-width: 960px ) {
  #topContents .link01 { width: 3.5vw; height: 3.5vw; }
}
@media screen and ( min-width: 1400px ) {
  #topContents .link01 { width: 2.5vw; height: 2.5vw; }
}

#topContents .link02 {
  position: absolute;
  display: block;
  width: 9vw;
  height: 9vw;
}
#topContents .link02::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #008299;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}
#topContents .link02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../images/link-icon.svg');
  background-size: 35%;
  background-position: center center;
}
@media screen and ( min-width: 600px ) {
  #topContents .link02 { width: 7.5vw; height: 7.5vw; }
}
@media screen and ( min-width: 960px ) {
  #topContents .link02 { width: 3.5vw; height: 3.5vw; }
}
@media screen and ( min-width: 1400px ) {
  #topContents .link02 { width: 2.5vw; height: 2.5vw; }
}



#topContents a.btn01 {
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  background-color: #008299;
  padding: 18px 15% 18px 9%;
  border-radius: 100px;
  box-shadow: 0 5px 0 #006173;
  transition: 0.1s ease-in-out;
  z-index: 5;
}
#topContents a.btn01:hover {
  background-color: #c44500;
  box-shadow: 0 0;
}
#topContents a.btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0%, -50%);
  width: 10.5vw;
  height: 10.5vw;
  background-image: url('../images/arrow-icon.svg');
  background-size: 35%;
  background-position: center center;
}
@media screen and ( min-width: 600px ) {
  #topContents a.btn01::after {
    width: 5.5vw;
    height: 5.5vw;
  }
}
@media screen and ( min-width: 960px ) {
  #topContents a.btn01 {
    font-size: 112%;
    padding: 16px 10%;
    border-radius: 100px;
    box-shadow: 0 5px 0 #006173;
    letter-spacing: 1px;
    width: auto;
  }
  #topContents a.btn01::after {
    right: 3%;
    width: 3.5vw;
    height: 3.5vw;
  }
  #topContents a.btn01:hover { box-shadow: 0 0; }
}

@media screen and ( min-width: 1400px ) {
  #topContents a.btn01::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  #topContents a.btn01:hover { box-shadow: 0 0; }
}



/******アニメーション周りCSS設定******/

/*画面上に配置するオブジェクト*/
.obj {
  position: absolute;
}

.obj img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.obj.pl-fadein-then-loop img,
.obj.st-fadein-then-loop img {
  opacity: 0;
}

.obj img.active {
  opacity: 1;
}


/*ページ読み込み完了後の処理*/
.pl-fadein,
.pl-fadein-then-loop {
  opacity: 0;
}
.pl-fadein.start,
.pl-fadein-then-loop.start {
  animation: plFadeIn 1s ease forwards;
}
@keyframes plFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*スクロールイベント*/
.st-fadein,
.st-fadein-then-loop {
  opacity: 0;
}
.st-fadein.start,
.st-fadein-then-loop.start {
  animation: stFadeIn 1s ease forwards;
}
@keyframes stFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}








/************************************/





#topContents {
  /*TOPページのコンテンツはこちらのIDで囲む*/
  z-index: 0;
}

#topContents img {
  width: 100%;
  height: auto;
}

#topContents .area-wrapper {
  position: relative;
  z-index: 10;
}
#topContents .area-inner {
  /*border-bottom: 1px solid #000; /*デバッグ*/
  box-sizing: border-box;

  position: relative;
  z-index: 20;
}
#topContents .area-titile {
  position: relative;
  z-index: 20;
  line-height: 1;
  font-size: 250%;
}
@media screen and ( min-width: 600px ) {
  #topContents .area-inner {
  }
  #topContents .area-titile {
    font-size: 300%;
  }
}
@media screen and ( min-width: 960px ) {
  #topContents .area-inner {
  }

  #topContents .area-titile {
    font-size: 350%;
  }

}
@media screen and ( min-width: 1400px ) {


}



#newProgram {
  display: block;
  position: fixed;
  right: 4vw;
  bottom: 10vw;
  width: 24vw;
  height: 32vw;
  z-index: 30;
  opacity: 1;
  transition: all 0.5s ease;
}
#newProgram.remove {
  opacity: 0;
}


#newProgram a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../images/top/new-program-balloon.svg?');
  background-size: 100% auto;
  background-position: center center;
  animation: plBalloon 3s ease infinite;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.05));
  transition: all 0.5s ease;
}
#newProgram.remove a {
  animation: none;
  opacity: 0;
}
@keyframes plBalloon {
  0% { top: 0; }
  50% { top: -10px; }
  100% { top: 0; }
}
@media screen and ( min-width: 600px ) {
  #newProgram {
    right: 3vw;
    bottom: 3vw;
    width: 18vw;
    height:29vw;
  }
}
@media screen and ( min-width: 960px ) {

  #newProgram {
    right: 2vw;
    bottom: 6vw;
    width:9vw;
    height:12vw;
  }

}




/*
** TOPページ
** メインビジュアル
** 地図エリア
*/
#topContents .top-mv {
  background-image: url('../images/top/top-mv-bg.svg');
  background-size: 100% 100%;
  overflow-x: hidden;
}
#topContents .top-mv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24vw;
    background-image: url('../images/top/top-mv-bg-bottom-sp.svg');
    background-size: 100% auto;
    background-position: bottom center;
    z-index: 0;
}
#topContents .top-mv .area-inner:nth-child(1) {
  background-image: url('../images/top/top-mv-map-sp.svg');
  background-size: 100% auto;
  background-position: top center;

  height: 170vw;

}
@media screen and ( min-width: 600px ) {

  #topContents .top-mv .area-inner:nth-child(1) {
    background-position: top -15vw center;
    height: 146vw;
  }

}
@media screen and ( min-width: 960px ) {
  #topContents .top-mv::before {
    height: 19vw;
    background-image: url('../images/top/top-mv-bg-bottom-pc.svg');
    background-size: 100% auto;
  }
  #topContents .top-mv .area-inner:nth-child(1) {
    background-position: top center;
    height: 60vw;
  }
}



#topContents .top-mv-pin { width: 34%; height: 9vw; left: 48.5%; top: 33.5%; }/*ピン*/
#topContents .top-mv-pin img {
  position: absolute;
  width: 100%;
  height: auto;
}
#topContents .top-mv-pin.start img:nth-child(1) {
  opacity: 0;
  top: -2vw;
  animation: plPin01 0.5s ease forwards;
}
@keyframes plPin01 {
  0% { top: -2vw; opacity: 0; }
  100% { top: 0; opacity: 1; }
}
#topContents .top-mv-pin.start img:nth-child(2) {
  opacity: 0;
  animation: plPin02 0.5s ease forwards 0.2s;
}
@keyframes plPin02 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



#topContents .top-mv-maincopy { width: 58%; height: 44vw; right: 0; top: 88vw; }/*メインコピー*/
#topContents .top-mv-maincopy img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.05));
}
#topContents .top-mv-maincopy.start img:nth-child(1) {
  opacity: 0;
  left: -10%;
  animation: plMaincopy01 0.5s ease forwards;
}
@keyframes plMaincopy01 {
  0% { left: 10%; opacity: 0; }
  100% { left: 0; opacity: 1; }
}
#topContents .top-mv-maincopy.start img:nth-child(2) {
  opacity: 0;
  left: -10%;
  animation: plMaincopy02 0.5s ease forwards 0.2s;
}
@keyframes plMaincopy02 {
  0% { left: 10%; opacity: 0; }
  100% { left: 0; opacity: 1; }
}
#topContents .top-mv-maincopy.start img:nth-child(3) {
  opacity: 0;
  left: -10%;
  animation: plMaincopy02 0.5s ease forwards 0.4s;
}
@keyframes plMaincopy02 {
  0% { left: 10%; opacity: 0; }
  100% { left: 0; opacity: 1; }
}








#topContents .top-mv-person01 { width: 18%; left: 53%; top: 42vw; }/*人*/
#topContents .top-mv-person02 { width: 18%; left: 31%; top: 39vw; }/*人*/
#topContents .top-mv-person03 { width: 18%; left: 50%; top: 20.5vw; }/*人*/
#topContents .top-mv-person04 { width: 18%; left: 14%; top: 51vw; }/*人*/

#topContents .top-mv-kangaroo { width: 12%; left: 8%; top: 72vw; }/*カンガルー*/
#topContents .top-mv-fox { width: 12%; left: 34%; top: 60vw; }/*キツネ*/
#topContents .top-mv-bear { width: 12%; left: 61%; top: 9vw; }/*クマ*/
#topContents .top-mv-flamingo { width: 12%; left: 1%; top: 62vw; }/*フラミンゴ*/

#topContents .top-mv-rocket { width: 12%; height: 12vw; left: 3%; top: 26vw; }/*ロケット*/
#topContents .top-mv-rocket img {
  position: absolute;
  width: 50%;
  height: auto;
  animation: plRocket 5s linear infinite;
}
@keyframes plRocket {
  0% { left: 50%; top: 50%; }
  99.9999% { left: 0; top: 0%; }
  100% { left: 50%; top: 50%; }
}
@media (prefers-reduced-motion: reduce) {
  #topContents .top-mv-rocket img {
    animation: none;
    left: 25%;
    top: 25%;
  }
}

#topContents .top-mv-ship {/*船*/
  width: 30%;
  height: 13vw;
  left: 65%;
  top: 69vw;
}
#topContents .top-mv-ship img {
  transform: scale(1, 1);
  position: absolute;
  width: 90%;
  height: auto;
  left: 10%;
  top: 0;
  animation: plShip 10s linear infinite;
}
@keyframes plShip {
  0% { transform: scale(1, 1); left: 10%; }
  49.9999% { transform: scale(1, 1); left: 0%; }
  50% { transform: scale(-1, 1); left: 0%; }
  99.9999% { transform: scale(-1, 1); left: 10%; }
  100% { transform: scale(1, 1); left: 10%; }
}
@media (prefers-reduced-motion: reduce) {
  #topContents .top-mv-ship img {
    animation: none;
    left: 5%;
  }
}


#topContents .top-mv-dolphin { width: 24%; left: 12%; top: 95vw; }/*イルカ*/
#topContents .top-mv-stingray { width: 17%; left: 77%; top: 35vw; }/*エイ*/
#topContents .top-mv-whale { width: 60%; top: 139vw; opacity: 0; }/*くじら*/
#topContents .top-mv-whale.start { animation: plWhaleSp 1.5s ease forwards; }
@keyframes plWhaleSp {
  0% { left: -45%; opacity: 0; }
  100% { left: -25%; opacity: 1; }
}
#topContents .top-mv-turtle { width: 17%; left: 72%; top: 145vw; }/*カメ*/

#topContents .top-mv-person05 { width: 19%; left: 80%; opacity: 0; }/*人*/
#topContents .top-mv-person05.start {
  animation: plPerson05Sp 1s ease forwards;
}
@keyframes plPerson05Sp {
  0% { top: 94vw; opacity: 0; }
  100% { top: 99vw; opacity: 1; }
}



@media screen and ( min-width: 600px ) {

  #topContents .top-mv-pin { width: 34%; height: 12vw; left: 49%; top: 28%; }/*ピン*/
  #topContents .top-mv-maincopy { width: 50%; height: 36vw; right: 0; top: 70vw; }/*メインコピー*/


  #topContents .top-mv-person01 { width: 18%; left: 51%; top: 23vw; }/*人*/
  #topContents .top-mv-person02 { width: 18%; left: 30%; top: 24vw; }/*人*/
  #topContents .top-mv-person03 { width: 18%; left: 45%; top: 5.5vw; }/*人*/
  #topContents .top-mv-person04 { width: 18%; left: 15%; top: 34vw; }/*人*/

  #topContents .top-mv-kangaroo { width: 15%; left: 8%; top: 52vw; }/*カンガルー*/
  #topContents .top-mv-fox { width: 15%; left: 34%; top: 43vw; }/*キツネ*/
  #topContents .top-mv-bear { width: 15%; left: 61%; top: -5vw; }/*クマ*/
  #topContents .top-mv-flamingo { width: 15%; left: -1%; top: 42vw; }/*フラミンゴ*/

  #topContents .top-mv-rocket { width: 12%; height: 12vw; left: 5%; top: 17vw; }/*ロケット*/
  #topContents .top-mv-ship { width: 25%; height: 14vw; left: 65%; top: 55vw; }/*船*/ 
  #topContents .top-mv-dolphin { width: 25%; left: 19%; top: 75vw; }/*イルカ*/
  #topContents .top-mv-stingray { width: 16%; left: 79%; top: 21vw; }/*エイ*/
  #topContents .top-mv-whale { width: 55%; left: -12%; top: 118vw; }/*くじら*/
  #topContents .top-mv-whale.start { animation: plWhaleTb 1.5s ease forwards; }
  @keyframes plWhaleTb {
    0% { left: -20%; opacity: 0; }
    100% { left: -12%; opacity: 1; }
  }
  #topContents .top-mv-turtle { width: 12%; left: 72%; top: 120vw; }/*カメ*/




  #topContents .top-mv-person05 { width: 18%; left: 80%; opacity: 0; }/*人*/
  #topContents .top-mv-person05.start {
    animation: ptPerson05Tb 1s ease forwards;
  }
  @keyframes ptPerson05Tb {
    0% { top: 73.5vw; opacity: 0; }
    100% { top: 78.5vw; opacity: 1; }
  }

}
@media screen and ( min-width: 960px ) {
  #topContents .top-mv .area-inner:nth-child(1) {
    background-image: url('../images/top/top-mv-map-pc.svg');

  }
  #topContents .top-mv-pin { width: 12%; height: 4.5vw; left: 37%; top: 47.5%; }/*ピン*/
  #topContents .top-mv-maincopy { width: 33%; height: 22vw; right: 11%; top: 15vw; }/*メインコピー*/
  #topContents .top-mv-person01 { width: 10%; left: 38%; top: 19vw; }/*人*/
  #topContents .top-mv-person02 { width: 10%; left: 27%; top: 14vw; }/*人*/
  #topContents .top-mv-person03 { width: 10%; left: 37%; top: 6.5vw; }/*人*/
  #topContents .top-mv-person04 { width: 10%; left: 17%; top: 23vw; }/*人*/

  #topContents .top-mv-kangaroo { width: 8%; left: 11%; top: 34vw; }/*カンガルー*/
  #topContents .top-mv-fox { width: 6%; left: 29%; top: 28vw; }/*キツネ*/
  #topContents .top-mv-bear { width: 8%; left: 44%; top: -2vw; }/*クマ*/
  #topContents .top-mv-flamingo { width: 7%; left: 4%; top: 28vw; }/*フラミンゴ*/

  #topContents .top-mv-dolphin { width: 16%; left: 26%; top: 46vw; }/*イルカ*/
  #topContents .top-mv-stingray { width: 10%; left: 71%; top: 4vw; }/*エイ*/
  #topContents .top-mv-ship { width: 15%; height: 6.7vw; left: 4%; top: 13vw; }/*船*/ 
  #topContents .top-mv-rocket {/*ロケット*/
    width: 7%;
    height: 7vw;
    left: 57%;
    top: 2vw;
    transform: scale(-1, 1);
  }
  #topContents .top-mv-whale {/*くじら*/
    width: 35%;
    left: auto;
    right: -30%;
    top: 43vw;
    transform: scale(-1, 1);
  }
  #topContents .top-mv-whale.start { animation: ptWhalePC 1.5s ease forwards; }
  @keyframes ptWhalePC {
    0% { right: -20%; opacity: 0; }
    100% { right: -5%; opacity: 1; }
  }
  #topContents .top-mv-turtle { width: 5%; left: 89%; top: 14vw; }/*カメ*/










  #topContents .top-mv-person05 { width: 8%; left: 75.5%; opacity: 0; }/*人*/
  #topContents .top-mv-person05.start {
    animation: ptPerson05Pc 1s ease forwards;
  }
  @keyframes ptPerson05Pc {
    0% { top: 15.8vw; opacity: 0; }
    100% { top: 20.8vw; opacity: 1; }
  }


}


/*
** TOPページ
** メインビジュアル
** 空エリア
*/
#topContents .top-mv .area-inner:nth-child(2) {
  padding: 57vw 0 25vw;
  margin-top: 10vw;
}

@media screen and ( min-width: 600px ) {
  #topContents .top-mv .area-inner:nth-child(2) {
    padding: 46vw 0 20vw;
  }

}
@media screen and ( min-width: 960px ) {
  #topContents .top-mv .area-inner:nth-child(2) {
    padding: 33vw 0 12vw;
  }
}

#topContents .top-mv .area-inner:nth-child(2) p {
  padding: 0 20%;
  position: relative;
  font-size: 110%;
  text-align: left;
  line-height: 2;
  font-weight: bold;
  background-image: url('../images/top/top-mv-bg-cloud.svg');
  background-size: 94% auto;
  background-position: bottom center;
}



#topContents .top-mv-plane { width: 45%; left: -16%; top: 0; opacity: 0; }/*飛行機*/

#topContents .top-mv-message01 {
  width: 65%;
  left: 31%;
  top: 0;
  opacity: 0;
}/*メッセージ*/


#topContents .top-mv-cloud {
  position: absolute;
  top: 20vw;
  left: 0;
  width: 100%;
  height: 50vw;
  background-image: url('../images/top/top-mv-cloud.svg');
  background-size: 220% auto;
  background-position: center center;
}

#topContents .top-mv-person06 { width: 28%; left: 39%; top: 12vw; }/*人*/
#topContents .top-mv-person07 { width: 24%; left: 76%; bottom: 25vw; top: auto }/*人*/

@media screen and ( min-width: 600px ) {
  #topContents .top-mv .area-inner:nth-child(2) p {
    font-size: 140%;
    padding: 0 25% 6vw;
  }
  #topContents .top-mv-cloud {
    top: 15vw;
    height: 50vw;
  }
}

@media screen and ( min-width: 600px ) {

  #topContents .top-mv-person06 { width: 20%; left: 41%; top: 15vw; }/*人*/
}

@media screen and ( min-width: 960px ) {


  #topContents .top-mv .area-inner:nth-child(2) {
    margin-top: 5vw;
  }

  #topContents .top-mv .area-inner:nth-child(2) p {
    font-size: 160%;
    text-align: center;
    background-size: 60% auto;
  }

  #topContents .top-mv-plane { width: 26%; left: 14%; top: 0; opacity: 0; }/*飛行機*/
  #topContents .top-mv-message01 { width: 40%; left: 42%; top: 0; opacity: 0; }/*メッセージ*/

  #topContents .top-mv-cloud {
    top: 4vw;
    height: 50vw;
    background-size: 110% auto;
  }

  #topContents .top-mv-person06 { width: 14%; left: 45%; top: 14vw; }/*人*/
  #topContents .top-mv-person07 { width: 16%; left: 80%; bottom: 19vw; top: auto }/*人*/

}

@media screen and ( min-width: 1600px ) {
  #topContents .top-mv .area-inner:nth-child(2) { padding: 33vw 0 10vw; }
  #topContents .top-mv-person06 { width: 12%; left: 45%; top: 15vw; }/*人*/

}



/*
** TOPページ
** NEWS
*/
#topContents .top-news {
  background-color: #ffffff;
  padding: 4vw 0 16vw; 
  margin-top: -2px;
}
#topContents .top-news::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vw;
    background-image: url('../images/top/top-news-bg-bottom-sp.svg');
    background-size: 100% auto;
    background-position: bottom center;
    z-index: 0;
}

#topContents .top-news .area-titile {
  margin: 0 auto;
  width: 90%;
  color: #006173;
  top: -3vw;
}
#topContents .top-news .area-inner {
  margin: 0 auto;
  width: 90%;
}


#topContents .top-news .top-news-container {
  width: 100%;
  padding: 2vw 0 0 0;
}
#topContents .top-news .top-news-container .news-pickup {
  width: 100%;
}
#topContents .top-news .top-news-container .news-pickup a {
  position: relative;
  display: block;
  width: 88%;
  height: auto;
  padding: 2vw;
  border: 1px solid #008299;
  border-radius: 2vw;
  margin: 0 auto;
  box-shadow: 1vw 1vw 0 #00728c;
  background-color: #fff;
}


#topContents .top-news .top-news-container .news-pickup a .arrow01 {
  right: 0;
  bottom: 0;
  position: relative;
}
#topContents .top-news .top-news-container .news-pickup a:hover .arrow01::before { width: 100%; height: 100%; }

#topContents .top-news .top-news-container .news-pickup .thumbnail {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5vw;
  line-height: 0;
}
#topContents .top-news .top-news-container .news-pickup .thumbnail img {
  border-radius: 1.5vw;
  height: 36.4vw;
  object-fit: cover;
  transition: 0.1s ease-in-out;
}
#topContents .top-news .top-news-container .news-pickup a:hover .thumbnail img {
  transform: scale(1.03);
  transition: 0.1s ease-in-out;
}
  
#topContents .top-news .top-news-container .news-pickup a > div {
  margin-top: 2vw;
  display: flex;
}
#topContents .top-news .top-news-container .news-pickup a > div > .news-date {
  width: 20%;
  padding: 0 3%;
  font-weight: 500;
}
#topContents .top-news .top-news-container .news-pickup a > div > .news-date > p { line-height: 1; text-align: center; width: 100%; }
#topContents .top-news .top-news-container .news-pickup a > div > .news-date > p:nth-child(1) {
  color: #fff;
  font-size: 7vw;
  text-shadow: 
       1px  1px 1px #000,
      -1px  1px 1px #000,
       1px -1px 1px #000,
      -1px -1px 1px #000,
       1px  0px 1px #000,
       0px  1px 1px #000,
      -1px  0px 1px #000,
       0px -1px 1px #000;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}
#topContents .top-news .top-news-container .news-pickup a > div > .news-date div {
  line-height: 1.2;
  text-align: center;
}
#topContents .top-news .top-news-container .news-pickup a > div > .news-date div p:nth-child(1) { margin-top: 0vw; font-size: 4vw; }
#topContents .top-news .top-news-container .news-pickup a > div > .news-date div p:nth-child(2) { margin-top: 0vw; font-size: 3vw; }

#topContents .top-news .top-news-container .news-pickup a > div > .news-title {
  width: 80%;
  padding: 0 5% 0 0;
}
#topContents .top-news .top-news-container .news-pickup a > div > .news-title .title {
  font-size: min(4vw, 18px);
}
#topContents .top-news .top-news-container .news-pickup a > div > .news-title p:nth-child(2) { 
  font-size: 94%;
  margin-top: 1vw;
}
#topContents .top-news .top-news-container .news-pickup a > .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 1vw auto 0;
}
#topContents .top-news .top-news-container .news-pickup a > .bottom .tag span {
  line-height: 1;
  background-color: #ffffff;
  color: #c44500;
  border: 2px solid #c44500;
  padding: 0.2vw 1vw;
  border-radius: 100px;
  font-weight: 600;
  box-sizing: border-box;
  font-size: min(3vw, 13px);
}


#topContents .top-news .top-news-container .news-list {
  margin-top: 5vw;
}

#topContents .top-news .top-news-container .news-list ul li {
  position: relative;
  background: #ffffff;
}

#topContents .top-news .top-news-container .news-list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url('../images/top/top-news-line.svg');
  background-size: 6px 1px;
  background-position: top center;
  background-repeat: repeat-x;
}
#topContents .top-news .top-news-container .news-list ul li:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url('../images/top/top-news-line.svg');
  background-size: 6px 1px;
  background-position: bottom center;
  background-repeat: repeat-x;
}
#topContents .top-news .top-news-container .news-list ul li a {
  display: block;
  width: 100%;
  padding: 4vw 13% 3vw 0;
}

#topContents .top-news .top-news-container .news-list ul li .arrow01 {
  right: 0;
  top: 50%;
}

#topContents .top-news .top-news-container .news-list ul li .date{
  line-height: 1;
  font-size: 80%;
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}

#topContents .top-news .top-news-container .news-list ul li .arrow01 { right: 1vw; top: 50%; transform: translateY(-50%); }
#topContents .top-news .top-news-container .news-list ul li a:hover .arrow01::before { width: 100%; height: 100%; }

#topContents .top-news .top-news-container .news-list .link-button {
  text-align: center;
  margin-top: 9vw;
}
#topContents .top-news .top-news-container .news-list .link-button a {
  color: #fff;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  background-color: #008299;
  padding: 20px 12%;
  border-radius: 100px;
  box-shadow: 0 5px 0 #006173;
  transition: 0.1s ease-in-out;
}
#topContents .top-news .top-news-container .news-list .link-button a:hover {
  box-shadow: 0 0;
}




#topContents .top-mv-person08 { width: 30%; left: 43%; top: 0vw; }/*人*/
#topContents .top-mv-paperairplane01 {/*紙飛行機*/
  width: 100%;
  top: 10vw;
  left: 0;
}
#topContents .top-mv-paperairplane02 {/*紙飛行機*/
  width: 100%;
  top: 100vw;
  right: 0;
  left: auto;
}
#topContents .top-mv-paperairplane02 img {
  display: none;
}

@media screen and ( min-width: 600px ) {
  #topContents .top-news {
  }
  #topContents .top-news .top-news-container {
    padding: 1vw 0 0 0;
  }
  #topContents .top-news .top-news-container .news-pickup a {
    padding: 1.5vw;
    border-radius: 2vw;
    box-shadow: 0.8vw 0.8vw 0 #008299;
  }
  #topContents .top-news .top-news-container .news-pickup .thumbnail img {
    height: 36vw;
  }



  #topContents .top-mv-person08 { width: 24%; left: 43%; top: -3vw }/*人*/
  #topContents .top-mv-paperairplane01 { width: 100%; top: 10vw; left: 0; }/*紙飛行機*/
  #topContents .top-mv-paperairplane02 { width: 100%; top: 94vw; right: 0; }/*紙飛行機*/

}


@media screen and ( min-width: 600px ) {
  #topContents .top-news {
    padding: 4vw 0 14vw; 
  }
}





@media screen and ( min-width: 960px ) {

  #topContents .top-news { padding: 1px 0 3vw; }

  #topContents .top-news::before {
    background-image: url('../images/top/top-news-bg-bottom-pc.svg');
  }

  #topContents .top-news .area-titile {
    top: -5vw;
  }

  #topContents .top-news .top-news-container {
    display: flex;
    flex-wrap: wrap;
    padding: 2vw 0 0 0;
  }
  #topContents .top-news .top-news-container .news-pickup { width: 35%; }
  #topContents .top-news .top-news-container .news-pickup a {
    width: 100%;
    padding: 0.8vw;
    border-radius: 1.2vw;
    box-shadow: 0.5vw 0.5vw 0 #00728c;
    background-size: 7%;
    background-position: bottom 3% right 3%;
  }
  #topContents .top-news .top-news-container .news-pickup .thumbnail {
    border-radius: 0.8vw;
  }
  #topContents .top-news .top-news-container .news-pickup .thumbnail img {
    height: 15.7vw;
    border-radius: 0.8vw;
  }


  #topContents .top-news .top-news-container .news-pickup a > div { margin-top: 1vw;}
  #topContents .top-news .top-news-container .news-pickup a > div > .news-date p:nth-child(1) { font-size: 3.5vw; }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-date div p:nth-child(1) { font-size: 2vw; }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-date div p:nth-child(2) { font-size: 1.5vw; }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-title {
    width: 80%;
    padding: 0;
  }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-title p:nth-child(1) span {
    padding: 0.5vw 1.5vw 0.3vw;
    border-radius: 1.5vw;
    font-size: 80%;
  }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-title p:nth-child(2) { margin-top: 0.6vw; }


  #topContents .top-news .top-news-container .news-list {
    padding: 0 0 0 5%;
    width: 65%;
  }
  #topContents .top-news .top-news-container .news-list { margin-top: 0; }
  #topContents .top-news .top-news-container .news-list ul li a {
    display: inline-block;
    padding: 1.5vw 12% 1.5vw 0;
    background-size: 4% auto;
  }
  #topContents .top-news .top-news-container .news-list ul li .date {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  #topContents .top-news .top-news-container .news-list ul li .arrow01 { right: 1vw; top: 50%; transform: translateY(-50%); }

  #topContents .top-news .top-news-container .news-list .link-button { margin-top: 2vw; text-align: right; }
  #topContents .top-news .top-news-container .news-list .link-button a {
    font-size: 100%;
    padding: 20px 8%;
    border-radius: 100px;
    box-shadow: 0 5px 0 #006173;
  }
  #topContents .top-news .top-news-container .news-list .link-button a:hover { box-shadow: 0 0; }

  #topContents .top-mv-person08 { width: 12%; left: 16%; top: 0.5vw }/*人*/
  #topContents .top-mv-paperairplane01 { width: 50%; top: -9vw; left: 0; }/*紙飛行機*/
  #topContents .top-mv-paperairplane02 { width: 50%; top: 10vw; right: 0; }/*紙飛行機*/
  #topContents .top-mv-paperairplane02 img { display: block; }
}
@media screen and ( min-width: 1400px ) {


  #topContents .top-news .area-titile { width: 65%; }
  #topContents .top-news .area-inner { width: 65%; }
  #topContents .top-news .top-news-container .news-pickup a {
    padding: 0.6vw;
    border-radius: 1vw;
    box-shadow: 0.3vw 0.3vw 0 #00728c;

  }
  #topContents .top-news .top-news-container .news-pickup .thumbnail img {
    height: 11vw;
  }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-date p:nth-child(1) { font-size: 2.5vw; }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-date div p:nth-child(1) { font-size: 1.4vw; }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-date div p:nth-child(2) { font-size: 1.1vw; }
  #topContents .top-news .top-news-container .news-pickup a > div > .news-title { width: 80%; padding: 0; }

  #topContents .top-news .top-news-container .news-list .link-button a {
    font-size: 100%;
    padding: 20px 10%;
    box-shadow: 0 5px 0 #00728c;
  }
  #topContents .top-news .top-news-container .news-list .link-button a:hover { box-shadow: 0 0; }

  #topContents .top-mv-person08 { width: 12%; left: 25%; top: -1vw }/*人*/
  #topContents .top-mv-paperairplane01 { width: 50%; top: -11vw; left: 0; }/*紙飛行機*/
  #topContents .top-mv-paperairplane02 { width: 50%; top: 5vw; right: 0; }/*紙飛行機*/

}





/*
** TOPページ
** PROGRAM
*/
#topContents .top-program {
  background-color: #006173;
  padding: 3vw 0 17vw; 
  margin-top: -2px;
}
#topContents .top-program::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vw;
    background-image: url('../images/top/top-program-bg-bottom-sp.svg');
    background-size: 100% auto;
    background-position: bottom center;
    z-index: 0;
}


#topContents .top-program .area-header {
  margin: 0 auto 8vw;
  width: 90%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#topContents .top-program .area-header > div:nth-child(1) { width: 100%; }
#topContents .top-program .area-header > div:nth-child(2) { width: 100%; }
#topContents .top-program .area-header .area-titile {
  color: #fff;
}
#topContents .top-program .area-header .area-titile::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 170px;
  width: 90px;
  height: 90px;
  background-image: url(../images/top/top-mv-person09-a.svg);
  background-size: 100% auto;
  background-position: center center;
}
#topContents .top-program .area-header .area-overview {
  margin-top: 3vw;
  font-size: 106%;
  line-height: 1.7;
  color: #fff;
}

#topContents .top-program .area-inner {
  margin: 0 auto;
  width: 90%;
}

/*inner01*/

#topContents .top-program .area-inner.inner01 { 
  margin-bottom: 35vw;
  position: relative;
  z-index: 50;
}

#topContents .top-program .area-inner.inner01 .title {
  display: flex;
  margin-bottom: 2vw;
}
#topContents .top-program .area-inner.inner01 .title > div:nth-child(1) { width: 55px; }
#topContents .top-program .area-inner.inner01 .title > div:nth-child(1) img { width: 100%; }
#topContents .top-program .area-inner.inner01 .title > div:nth-child(2) {
  padding-left: 5px;
  flex: 1;
}
#topContents .top-program .area-inner.inner01 .title > div:nth-child(1) { font-weight: bold }
#topContents .top-program .area-inner.inner01 .title > div:nth-child(2) p:nth-child(1) { margin-bottom: 5px; }
#topContents .top-program .area-inner.inner01 .title > div:nth-child(2) p:nth-child(1) span {
  color: #fff;
  line-height: 1;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 86%;
}
#topContents .top-program .area-inner.inner01 .title > div:nth-child(2) p:nth-child(2) {
  font-size: 116%;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#topContents .top-program .area-inner.inner01 .description { 
  font-size: 106%;
  color: #fff;
  line-height: 2;
  letter-spacing: 2px;
  position: relative;
  z-index: 50;

}


/*inner02*/
#topContents .top-program .area-inner.inner02 {
  margin: 0;
  width: 100%;
  padding: 0 5%;
}
#topContents .top-program .area-inner.inner02::after {
    content: "";
    position: absolute;
    right: 0;
    top: -33vw;
    width: 60%;
    height: 29vw;
    background-image: url(../images/top/top-program-plane.svg);
    background-size: 100% auto;
    background-position: right -12vw center;
    z-index: -1;
}
#topContents .top-program .area-inner.inner02 .title {
  margin-bottom: 3vw;
}
#topContents .top-program .area-inner.inner02 .title::before {
  content: "";
  position: absolute;
  top: -22vw;
  left: -14vw;
  width: 110%;
  height: 75vw;
  background-image: url(../images/top/top-program-title02-back.svg);
  background-size: 100% auto;
  background-position: center center;
  z-index: -1;
}
#topContents .top-program .area-inner.inner02 .title p:nth-child(1) span {
  color: #006173;
  background: #fff;
  line-height: 1;
  display: inline-block;
  border-radius: 100px;
  padding: 3px 14px 6px;
  font-weight: 600;
  font-size: 100%;
}
#topContents .top-program .area-inner.inner02 .title p:nth-child(1) span .num {
  font-size: 144%;
  font-weight: 600;
}
#topContents .top-program .area-inner.inner02 .title p:nth-child(2) {
  color: #fff;
  font-size: 190%;
  font-weight: bold;
}
#topContents .top-program .area-inner.inner02 .description .subsidy {
  display: flex;
  flex-wrap: wrap;
}
#topContents .top-program .area-inner.inner02 .description .subsidy > div {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 6vw;
  padding: 4vw 8%;
  margin-bottom: 2vw;
}
#topContents .top-program .area-inner.inner02 .description .subsidy > div.longterm { border: 2px solid #008299; }
#topContents .top-program .area-inner.inner02 .description .subsidy > div.shortterm { border: 2px solid #c44500; }
#topContents .top-program .area-inner.inner02 .description .subsidy > div > h3.p-title {
  text-align: center;
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 2vw;
}
#topContents .top-program .area-inner.inner02 .description .subsidy > div.longterm > h3.p-title { color: #008299; }
#topContents .top-program .area-inner.inner02 .description .subsidy > div.shortterm > h3.p-title { color: #c44500; }

#topContents .top-program .area-inner.inner02 .description .subsidy > div > p.text {
  margin-bottom: 4vw;
}
#topContents .top-program .area-inner.inner02 .description .subsidy > div .link-button {
  text-align: center;
  margin: 5% auto 5px;
}
#topContents .top-program .area-inner.inner02 .description .subsidy > div .link-button a {
  padding: 14px 10%;
  width: 100%;
}
#topContents .top-program .area-inner.inner02 .description .subsidy > div.shortterm .link-button a {
  background-color: #c44500;
  box-shadow: 0 5px 0 #ac3e00;
}
#topContents .top-program .area-inner.inner02 .description .subsidy > div.shortterm .link-button a:hover {
  background-color: #008299;
  box-shadow: 0 0;
}



#topContents .top-program .area-inner.inner02 .description .remarks {
  width: 100%;
  color: #fff;
  font-size: 90%;
  background-color: #008299;
  border-radius: 10px;
  border: 2px solid #006173;
  padding: 10px 20px;
  margin-bottom: 4vw;
}
#topContents .top-program .area-inner.inner02 .description .remarks-end {
  width: 100%;
  color: #006173;
  background-color: #ffffff;
  border-radius: 100px;
  border: 2px solid #008299;
  padding: 10px 20px;
  margin-bottom: 8vw;
  text-align: center;
  letter-spacing: 1.5px;
}
#topContents .top-program .area-inner.inner02 .description .remarks-end .remarks-title {
  font-size: 120%;
}
#topContents .top-program .area-inner.inner02 .description .remarks-end .remarks-text {
  color: #404040;
  margin-bottom: 6px;
}

#topContents .top-program .description > .link-button {
  margin: 3% auto 7%;
}
#topContents .top-program .description > .link-button a {
  width: 100%;
  text-align: center;
  position: relative;
  color: #006173;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 18px 10% 18px 6%;
  border-radius: 100px;
  letter-spacing: 0;
  box-shadow: 0 5px 0 #008299;
  transition: 0.1s ease-in-out;
  font-size: min(5vw, 150%);
}
#topContents .top-program .description > .link-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0%, -50%);
  width: 10.5vw;
  height: 10.5vw;
  background-image: url('../images/top/link-icon-b.svg');
  background-size: 35%;
  background-position: center center;
}
#topContents .top-program .description > .link-button a .b-note {
  display: block;
  font-weight: normal;
  color: #404040;
  font-size: min(2.7vw, 65%);
  text-align: justify;
  margin: 5px 16px 0;
}
#topContents .top-program .description > .link-button a .b-note b {
  font-size: 113%;
  color: #c44500;
}
#topContents .top-program .description > .link-button a:hover {
  background-color: #c44500;
  box-shadow: 0 0;
  color: #fff;
}
#topContents .top-program .description > .link-button a:hover::after {
  background-image: url('../images/top/link-icon-w.svg');
}
#topContents .top-program .description > .link-button a:hover .b-note {
  color: #FFF5E8;
}
#topContents .top-program .description > .link-button a:hover .b-note b {
  color: #fff;
}

#topContents .top-program .area-inner.inner02 .description .note {
  width: 100%;
  color: #FFF5E8;
  border-radius: 22px;
  border: 2px dotted #FFF5E8;
  padding: 4vw 8%;
  background: #006173;
}
#topContents .top-program .area-inner.inner02 .description .note p:nth-child(1) {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 2px dotted #FFF5E8;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
}


@media screen and ( min-width: 600px ) {
  #topContents .top-program {
    padding: 0 0 19vw; 
  }

  #topContents .top-program .area-header .area-overview { margin-top: 0; }
  #topContents .top-program .area-header { margin: 0 auto 4vw; }
  #topContents .top-program .area-header > div:nth-child(1) { width: 37%; }
  #topContents .top-program .area-header > div:nth-child(2) { flex: 1; }
  #topContents .top-program .area-inner.inner01 .title { margin-bottom: 3vw; }

  /*inner01*/
  #topContents .top-program .area-inner.inner01 { margin-bottom: 17vw; }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(1) { width: 65px; }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(2) { padding-left: 8px; }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(2) p:nth-child(1) { margin-bottom: 10px; }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(2) p:nth-child(1) span {
    padding: 4px 16px 2px;
    font-size: 110%;
  }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(2) p:nth-child(2) {
    font-size: 200%;
    letter-spacing: 2px;
  }

  /*inner02*/
  #topContents .top-program .area-inner.inner02::after {
    top: -16vw;
    width: 46%;
    height: 23vw;
    background-position: right -8vw center;
  }
  #topContents .top-program .area-inner.inner02 .title p:nth-child(1) span { font-size: 120%; }
  #topContents .top-program .area-inner.inner02 .title::before {
    top: -15vw;
    left: -14vw;
    width: 72%;
    height: 48vw;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div { padding: 3vw 6%; }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div > p.text {
    margin-bottom: 2vw;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div > p.text br {
    display: none;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div {
    padding: 2vw 3%;
    width: 49%;
    border-radius: 32px;
    margin-bottom: 1vw;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div:nth-child(1) { margin-right: 1%; }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div:nth-child(2) { margin-left: 1%; }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div .link-button a::after {
    width: 5.5vw;
    height: 5.5vw;
  }

  #topContents .top-program .description > .link-button a {
    padding: 18px 8% 18px 6%;
  }
  #topContents .top-program .description > .link-button a::after {
    width: 5.5vw;
    height: 5.5vw;
    right: 2%;
  }
  #topContents .top-program .area-inner.inner02 .description .note { padding: 3vw 6%; }

  #topContents .top-program .description > .link-button a .b-note {
    text-align: center;
    margin: auto;
  }

}
@media screen and ( min-width: 960px ) {

  #topContents .top-program {
    padding: 6vw 0 10vw;
  }
  #topContents .top-program::after { background-image: url('../images/top/top-program-bg-bottom-pc.svg'); }
  #topContents .top-program .area-header { margin: 0 auto 2vw; }


  #topContents .top-program .area-header .area-titile::before {
    bottom: 24px;
    left: 243px;
    width: 110px;
    height: 110px;
  }


  #topContents .top-program .area-header .area-overview {
    margin-top: 0;
    font-size: 130%;
    line-height: 1.4;
  }


  /*inner01*/
  #topContents .top-program .area-inner.inner01 { margin-bottom: 3vw; }


  #topContents .top-program .area-inner.inner01 .title { margin-bottom: 1.5vw; }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(1) { width: 70px; }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(2) { padding-left: 8px; }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(2) p:nth-child(1) { margin-bottom: 6px; }
  #topContents .top-program .area-inner.inner01 .title > div:nth-child(2) p:nth-child(2) { font-size: 200%; }

  /*inner02*/


  /*inner02*/
  #topContents .top-program .area-inner.inner02::after {
    top: -12vw;
    width: 38%;
    height: 18vw;
    background-position: right -8vw center;
  }
  #topContents .top-program .area-inner.inner02 .title { margin-bottom: 0.5vw; }
  #topContents .top-program .area-inner.inner02 .title::before {
    top: -9vw;
    left: -3vw;
    width: 42%;
    height: 28vw;
  }
  #topContents .top-program .area-inner.inner02 .title p:nth-child(2) { font-size: 214%; }

  #topContents .top-program .area-inner.inner02 .description {
    width: 95%;
    margin: 0 auto;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy {
    margin: 0 auto;
  }

  #topContents .top-program .area-inner.inner02 .description .subsidy > div > h3.p-title { 
    font-size: 200%;
    margin-bottom: 1vw;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div > p.text {
    margin-bottom: 1vw;
    font-size: min(17px, 118%);
    text-align: center;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div > p.text br {
    display: block;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div .link-button a {
    width: auto;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div.shortterm .link-button a {
    box-shadow: 0 5px 0 #ac3e00;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div.shortterm .link-button a:hover {
    box-shadow: 0 0;
  }

  #topContents .top-program .area-inner.inner02 .description .remarks {
    padding: 10px 20px;
    margin-bottom: 1vw;
  }
  #topContents .top-program .area-inner.inner02 .description .remarks-end {
    margin-bottom: 4vw;
  }
  #topContents .top-program .area-inner.inner02 .description .remarks-end .remarks-title {
    font-size: 150%;
  }
  #topContents .top-program .area-inner.inner02 .description .remarks-end br {
    display: none;
  }

  #topContents .top-program .description > .link-button {
    margin: 1% auto 4%;
  }
  #topContents .top-program .description > .link-button a::after {
    width: 4.5vw;
    height: 4.5vw;
  }
  #topContents .top-program .area-inner.inner02 .description .note {
    border-radius: 20px;
    padding: 20px 4%;
  }
  #topContents .top-program .area-inner.inner02 .description .note p:nth-child(1) {
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  #topContents .top-program .area-inner.inner02 .description .subsidy > div .link-button a::after {
    width: 2.5vw;
    height: 2.5vw;
  }

}
@media screen and ( min-width: 1400px ) {
  #topContents .top-program .area-header { width: 65%; }
  #topContents .top-program .area-inner { width: 65%; }

  #topContents .top-program .area-inner.inner01 { 
    margin-bottom: 3vw;
  }

  #topContents .top-program .area-inner.inner02 {
    padding: 0 17.5%;
  }
  #topContents .top-program .area-inner.inner02::after {
    top: -8vw;
    width: 30%;
    height: 14vw;
  }

  #topContents .top-program .area-inner.inner02 .title::before {
    top: -9vw;
    left: 10vw;
    width: 36%;
    height: 25vw;
  }


}

@media screen and ( min-width: 1600px ) {

  #topContents .top-program { padding: 5vw 0 7vw; }

  #topContents .top-program .area-header { margin: 0 auto 1.5vw; }
  #topContents .top-program .area-inner.inner01 .title { margin-bottom: 1vw; }

  #topContents .top-program .area-inner.inner02 .description .subsidy > div { border-radius: 32px; }

  #topContents .top-program .area-inner.inner02 .description .subsidy > div { padding: 1.5vw 3%; }

  #topContents .top-program .area-inner.inner02 .description .note {
    padding: 1.5vw 3.5%;
  }
  #topContents .top-program .area-inner.inner02 .description .note p:nth-child(1) {
    padding-bottom: 1vw;
    margin-bottom: 1vw;
  }
}




/*
** TOPページ
** ふるさと納税
*/
#topContents .top-furusato {
  background-color: #028ca3;
  padding: 15vw 0 30vw; 
  margin-top: -2px;
}
#topContents .top-furusato::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vw;
    background-image: url('../images/top/top-furusato-bg-bottom-sp.svg');
    background-size: 100% auto;
    background-position: bottom center;
    z-index: 0;
}

#topContents .top-furusato .area-inner {
  margin: 0 auto;
  width: 90%;
}

#topContents .top-furusato-people { width: 50%; top: -26vw; right: 0; z-index: -1; }/*人*/

#topContents .top-furusato .area-inner p {
  color: #fff;
  font-size: 106%;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 2px;
}
#topContents .top-furusato .area-inner .title {
  font-size: 140%;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 3vw;
}
#topContents .top-furusato .description {
  margin-bottom: 6vw;
}

#topContents .donation_area .donation_title {
  background: #006173;
  color: #fff;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 100px;
}
#topContents .donation_area .donation_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
  margin-bottom: 6vw;
}
#topContents .donation_area .donation_list .dl_img {
  margin: 0 2px 4px;
  width: 48.5%;
  line-height: 0;
}
#topContents .donation_area .donation_list .dl_img:nth-child(1) {
  width: 21.5%;
}
#topContents .donation_area .donation_list .dl_img:nth-child(2) {
  width: 35.7%;
}

#topContents .top-furusato .link-button a {
  width: min(500px, 100%);
  text-align: center;
  position: relative;
  color: #006173;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 18px 12% 18px 6%;
  border-radius: 100px;
  letter-spacing: 0;
  box-shadow: 0 5px 0 #006173;
  transition: 0.1s ease-in-out;
}
#topContents .top-furusato .area-inner .link-button a:hover {
  color: #fff;
  background-color: #c44500;
  box-shadow: 0 0;
}
#topContents .top-furusato .area-inner .link-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0%, -50%);
  width: 10.5vw;
  height: 10.5vw;
  background-image: url('../images/top/link-icon-b.svg');
  background-size: 35%;
  background-position: center center;
}
#topContents .top-furusato .area-inner .link-button a:hover::after {
  background-image: url('../images/top/link-icon-w.svg');
}



@media screen and ( min-width: 600px ) {
  #topContents .top-furusato { padding: 11vw 0 30vw; }
  #topContents .top-furusato-people { width: 46%; top: -26vw; right: 0; }/*人*/

  #topContents .top-furusato .description { 
    margin-bottom: 4vw;
  }
  #topContents .donation_area .donation_list {
    flex-wrap: nowrap;
    margin-top: 1.8vw;
    margin-bottom: 4vw;
  }
  #topContents .donation_area .donation_list .dl_img,
  #topContents .donation_area .donation_list .dl_img:nth-child(1),
  #topContents .donation_area .donation_list .dl_img:nth-child(2) {
    margin: 0 2px;
    width: auto;
  }
}


@media screen and ( min-width: 960px ) {
  #topContents .top-furusato {
    padding: 2vw 0 12vw; 
  }

  #topContents .top-furusato::after { background-image: url('../images/top/top-furusato-bg-bottom-pc.svg'); }

  #topContents .top-furusato-people { width: 30%; top: 9vw; right: 0; }/*人*/
  #topContents .top-furusato .title {
    margin-bottom: 2vw;
  }
  #topContents .top-furusato .description {
    padding-right: 35%;
    margin-bottom: 1.7vw;
  }
  #topContents .donation_area .donation_list {
    padding-right: 35%;
    margin-top: 0.8vw;
    margin-bottom: 2.5vw;
  }
  #topContents .top-furusato .area-inner .link-button {
    padding-right: 35%;
    text-align: right;
  }
  #topContents .top-furusato .area-inner .link-button a {
    font-size: 112%;
    padding: 1.1vw 10%;
    border-radius: 100px;
    box-shadow: 0 5px 0 #006173;
    letter-spacing: 1px;
    width: auto;
  }
  #topContents .top-furusato .area-inner .link-button a::after {
    right: 3%;
    width: 3.5vw;
    height: 3.5vw;
  }
  #topContents .top-furusato .area-inner .link-button a:hover { box-shadow: 0 0; }

  #topContents .top-furusato .area-inner .title {
    font-size: 190%;
    margin-bottom: 1vw;
  }


}
@media screen and ( min-width: 1200px ) {
  #topContents .top-furusato-people { width: 30%; top: 6vw; right: 0; }/*人*/
}



@media screen and ( min-width: 1400px ) {
  #topContents .top-furusato .area-inner { width: 65%; }
  #topContents .top-furusato-people { width: 30%; top: 0; right: 0; }/*人*/

  #topContents .top-furusato .area-inner .link-button a {
    border-radius: 3vw;
    box-shadow: 0 0.35vw 0 #006173;
  }
  #topContents .top-furusato .area-inner .link-button a::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  #topContents .top-furusato .area-inner .link-button a:hover { box-shadow: 0 0; }

  #topContents .top-furusato-people { width: 30%; top: 6vw; right: 0; }/*人*/

  #topContents .top-furusato .area-inner .link-button a {
    border-radius: 3vw;
    box-shadow: 0 0.35vw 0 #006173;
  }
  #topContents .top-furusato .area-inner .link-button a::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  #topContents .top-furusato .area-inner .link-button a:hover { box-shadow: 0 0; }
}

@media screen and ( min-width: 1600px ) {

  #topContents .top-furusato-people { width: 30%; top: 4vw; right: 0; }/*人*/
  #topContents .top-furusato .description { margin-bottom: 2vw; }
}

@media screen and ( min-width: 1600px ) {

  #topContents .top-furusato-people { width: 30%; top: 5vw; right: 0; }/*人*/

}
@media screen and ( min-width: 2000px ) {

  #topContents .top-furusato-people { width: 30%; top: 3vw; right: 0; }/*人*/

}










/*
** TOPページ
** REPORT
*/
#topContents .top-report {
  background-color: #fff;
  padding: 15vw 0 22vw; 
  margin-top: -2px;
}


#topContents .top-report::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33vw;
  background-image: url('../images/top/top-report-bg-bottom-sp.svg');
  background-size: 100% auto;
  background-position: bottom center;
  z-index: 0;
}

#topContents .top-report-statueofliberty { width: 40%; left: 7%; top: -33vw; transform: rotate(8deg); }/*自由の女神*/
#topContents .top-report-people {  width: 45%; left: 56%; top: -19vw; }/*人*/


#topContents .top-report .area-header {
  margin: 0 auto 5vw;
  width: 90%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#topContents .top-report .area-header > div:nth-child(1) {
  width: 100%;
}
#topContents .top-report .area-header > div:nth-child(2) {
  width: 100%;
}
#topContents .top-report .area-header .area-titile-sub {
  position: relative;
  font-size: 18px;
  display: inline-block;
  background-color: #006173;
  padding: 0 20px;
  border-radius: 100px;
  color: #fff;
  width: min(237px, 57%);
  text-align: center;
}
#topContents .top-report .area-header .area-titile {
  color: #006173;
  font-size: 300%;
}
#topContents .top-report .area-header .area-overview {
  margin-top: 10px;
  font-size: 130%;
  line-height: 1.4;
  color: #006173;
}


#topContents .top-report .area-inner {
  margin: 0 auto;
  width: 90%;
}
#topContents .top-report .area-inner .story {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  border: 2px solid #006173;
  border-radius: 5vw;
  overflow: hidden;
  background-color: #fff;
}


#topContents .top-report .area-inner .story > div:nth-child(1) {
  width: 100%;

}
#topContents .top-report .area-inner .story > div:nth-child(1) .image {
  display: block;
  width: 100%;
  height: 47vw;
  background-image: url('../images/top/story.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4vw;
}
#topContents .top-report .area-inner .story > div:nth-child(2) {
  width: 100%;
  padding: 4vw 5% 6vw;
}

#topContents .top-report .area-inner .story > div:nth-child(2) .title {
  font-size: 130%;
  font-weight: bold;
  color: #006173;
  margin-bottom: 2vw;
}
#topContents .top-report .area-inner .story > div:nth-child(2) .description {
  margin-bottom: 2vw;
}
#topContents .top-report .area-inner .story > div:nth-child(2) .link-button {
  text-align: right;
}
#topContents .top-report .area-inner .story > div:nth-child(2) .link-button a.btn01 {
  width: 85%;
  padding: 18px 12% 18px 5%;
}


#topContents .top-report-speechbubble { width: 29%; left: -6%; bottom: 25vw; }/*吹き出し*/

@media screen and ( min-width: 600px ) {

  #topContents .top-report { padding: 4vw 0 17vw; }

  #topContents .top-report-statueofliberty { width: 35%; left: 4%; top: -28vw; transform: rotate(8deg); }/*自由の女神*/
  #topContents .top-report-people {  width: 45%; left: 51%; top: -19vw; }/*人*/
  #topContents .top-report-speechbubble {
    width: 22%;
    left: -6%;
    bottom: 18vw;
  }

}
@media screen and ( min-width: 960px ) {
  #topContents .top-report {
    padding: 3vw 0 7vw;
  }
  #topContents .top-report::after {
    background-image: url('../images/top/top-report-bg-bottom-pc.svg');
  }

  #topContents .top-report-statueofliberty { width: 22%; left: 74%; top: -17vw; transform: rotate(-12deg); }/*自由の女神*/
  #topContents .top-report-people {  width: 25%; left: 1%; top: -15vw; }/*人*/

  #topContents .top-report .area-header > div:nth-child(1) {
    width: 30%;
  }
  #topContents .top-report .area-header > div:nth-child(2) {
    width: 70%;
  }

  #topContents .top-report .area-header { margin: 0 auto 1vw; }
  #topContents .top-report .area-header .area-titile {
    font-size: 350%;
  }
  #topContents .top-report .area-header .area-titile-sub {
    width: min(237px, 81%);
  }

  #topContents .top-report .area-header .area-overview {
    margin-top: 50px;
  }
  #topContents .top-report .area-inner .story {
    border-radius: 1.5vw;
  }

  #topContents .top-report .area-inner .story > div:nth-child(1) {
    width: 50%;
  }

  #topContents .top-report .area-inner .story > div:nth-child(1) .image {
    width: 95%;
    height: 22vw;
    margin: 2.5%;
    border-radius: 1vw;
  }

  #topContents .top-report-speechbubble {
    width: 15%;
    left: auto;
    right: 3%;
    bottom: auto;
    top: -6vw;
  }



  #topContents .top-report .area-inner .story > div:nth-child(2) {
    width: 50%;
    padding: 3vw 2% 3vw 1%;
  }
  #topContents .top-report .area-inner .story > div:nth-child(2) .title {
    margin-bottom: 1vw;
  }
  #topContents .top-report .area-inner .story > div:nth-child(2) .description {
    margin-bottom: 1vw;
  }
  #topContents .top-report .area-inner .story > div:nth-child(2) .link-button a.btn01 {
    padding: 16px 10%;
  }

}
@media screen and ( min-width: 1400px ) {
  #topContents .top-report .area-header { width: 65%; }
  #topContents .top-report .area-inner { width: 65%; }

  #topContents .top-report-people {  width: 25%; left: 1%; top: -11vw; }/*人*/

  #topContents .top-report .area-inner .story > div:nth-child(1) .image {
    height: 17vw;
  }



  #topContents .top-report .area-inner .story > div:nth-child(2) {
    padding: 2vw 2% 2vw 1%;
  }
  #topContents .top-report .area-inner .story > div:nth-child(2) .title {
    margin-bottom: 0.8vw;
  }
  #topContents .top-report .area-inner .story > div:nth-child(2) .description {
    margin-bottom: 0.8vw;
  }

}




/*
** TOPページ
** 留学Q&A
*/
#topContents .top-qa {
  background-color: #fff5e8;
  padding: 0 0 22vw; 
  margin-top: -2px;
}

#topContents .top-qa::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30vw;
  background-image: url('../images/top/top-qa-bg-bottom-sp.svg');
  background-size: 100% auto;
  background-position: bottom center;
  z-index: 0;
}

#topContents .top-qa-people { width: 25%; top: -10vw; right: 0; }/*人*/

#topContents .top-qa .area-header {
  margin: 0 auto 8vw;
  width: 90%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#topContents .top-qa .area-header > div:nth-child(1) {
  width: 100%;
}
#topContents .top-qa .area-header > div:nth-child(2) {
  width: 100%;
}
#topContents .top-qa .area-header .area-titile-sub {
  font-size: 18px;
  display: inline-block;
  background-color: #c44500;
  padding: 0 20px;
  border-radius: 100px;
  color: #fff;
}
#topContents .top-qa .area-header .area-titile {
  margin-top: 7px;
  color: #c44500;
}
#topContents .top-qa .area-header .area-overview {
  margin-top: 4vw;
  font-size: 106%;
  line-height: 1.7;
  color: #c44500;
}
#topContents .top-qa .area-inner {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
#topContents .top-qa .area-inner > div:nth-child(1) {
  width: 100%;
}
#topContents .top-qa .area-inner > div:nth-child(1) ul li {
  width: 100%;
  margin-bottom: 2vw;
  display: flex;
  align-items: center;
}
#topContents .top-qa .area-inner > div:nth-child(1) ul li:last-child {
  margin-bottom: 0;
}
#topContents .top-qa .area-inner > div:nth-child(1) ul li:nth-child(even) {
  justify-content: flex-end;
}
#topContents .top-qa .area-inner > div:nth-child(1) ul li p {
  text-align: left;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  padding: 3vw 4% 3vw 25%;
  background-size: 20% auto;
  background-position: center left;
}
#topContents .top-qa .area-inner > div:nth-child(1) ul li.list01 p { background-image: url('../images/top/top-qa-listback01.svg'); }
#topContents .top-qa .area-inner > div:nth-child(1) ul li.list02 p { background-image: url('../images/top/top-qa-listback02.svg'); }
#topContents .top-qa .area-inner > div:nth-child(1) ul li.list03 p { background-image: url('../images/top/top-qa-listback03.svg'); }

#topContents .top-qa .area-inner > div:nth-child(2) {
  padding-top: 10vw;
  width: 100%;
}
#topContents .top-qa .area-inner > div:nth-child(2) > div {
  position: relative;
  background-color: #fff;
  border-radius: 2vw;
  width: 100%;
  padding: 22vw 10% 7vw;
}


#topContents .top-qa .area-inner > div:nth-child(2) > div::after {
  content: "";
  position: absolute;
  top: -8vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 30vw;
  background-image: url(../images/top/top-qa-answer.svg);
  background-size: 100% auto;
  background-position: top center;
}



#topContents .top-qa .area-inner > div:nth-child(2) > div .description {
  margin-bottom: 4vw;
}


#topContents .top-qa .area-inner > div:nth-child(2) > div .link-button {
  position: relative;
  z-index: 1;
}
#topContents .top-qa .area-inner > div:nth-child(2) > div .link-button a.btn01 {
  width: 100%;
  background-color: #c44500;
  box-shadow: 0 5px 0 #ac3e00;
}
#topContents .top-qa .area-inner > div:nth-child(2) > div .link-button a.btn01:hover {
  background-color: #008299;
  box-shadow: 0 0;
}
@media screen and ( min-width: 600px ) {
  #topContents .top-qa .area-inner > div:nth-child(1) ul li p {
    padding: 6vw 4% 6vw 25%;
  }
}
@media screen and ( min-width: 960px ) {
  #topContents .top-qa .area-inner > div:nth-child(2) > div .link-button a.btn01 {
    box-shadow: 0 0.6vw 0 #ac3e00;
  }
  #topContents .top-qa .area-inner > div:nth-child(2) > div .link-button a.btn01:hover { box-shadow: 0 0; }
}
@media screen and ( min-width: 1400px ) {
  #topContents .top-qa .area-inner > div:nth-child(2) > div .link-button a.btn01 {
    box-shadow: 0 0.35vw 0 #ac3e00;
  }
  #topContents .top-qa .area-inner > div:nth-child(2) > div .link-button a.btn01:hover { box-shadow: 0 0; }
}





@media screen and ( min-width: 600px ) {

  #topContents .top-qa-people { width: 30%; top: -13vw; right: 0; }/*人*/

}
@media screen and ( min-width: 960px ) {
  #topContents .top-qa {
    padding: 0 0 10vw;
  }
  #topContents .top-qa::after {
    background-image: url('../images/top/top-qa-bg-bottom-pc.svg');
  }

  #topContents .top-qa .area-header {
    margin: 0 auto 4vw;
  }
  #topContents .top-qa .area-header > div:nth-child(1) {
    width: 300px;
  }
  #topContents .top-qa .area-header > div:nth-child(2) {
    width: 50%;
  }
  #topContents .top-qa-people { width: 17%; top: -2vw; right: 0; }/*人*/
  #topContents .top-qa .area-header .area-overview {
    margin-top: 7%;
    font-size: 118%;
    line-height: 1.4;
  }


  #topContents .top-qa .area-inner > div:nth-child(1) {
    width: 50%;
    padding-right: 1%;
  }
  #topContents .top-qa .area-inner > div:nth-child(1) ul li {
    margin-bottom: 1vw;
    width: 88%;
  }
  #topContents .top-qa .area-inner > div:nth-child(1) ul li p {
    padding: 1.5vw 4% 1.5vw 25%;
  }

  #topContents .top-qa .area-inner > div:nth-child(2) {
    width: 50%;
    padding-top: 0;
    padding-left: 1%;
  }
  #topContents .top-qa .area-inner > div:nth-child(2) > div {
    margin-top: 4vw;
    padding: 7vw 14% 3vw;
  }

  #topContents .top-qa .area-inner > div:nth-child(2) > div::after {
    top: -6vw;
  }

  #topContents .top-qa .area-inner > div:nth-child(2) > div .description {
    margin-bottom: 1vw;
  }

}

@media screen and ( min-width: 1200px ) {
  #topContents .top-qa .area-header {
    margin: 0 auto 5vw;
  }
  #topContents .top-qa-people { width: 15%; top: -2vw; right: 4%; }/*人*/
}


@media screen and ( min-width: 1400px ) {
  #topContents .top-qa .area-header { width: 65%; }

  #topContents .top-qa .area-header { margin: 0 auto 2vw; }

  #topContents .top-qa .area-inner { width: 60%; }

  #topContents .top-qa .area-inner > div:nth-child(2) > div {
    margin-top: 5vw;
    padding: 3.5vw 14% 3vw;
  }
  #topContents .top-qa .area-inner > div:nth-child(2) > div::after {
    top: -6vw;
  }
}




/*
** TOPページ
** 帰国後の進路
*/
#topContents .top-career {
  background-color: #008299;
  padding: 0 0 20vw; 
  margin-top: -2px;
}

#topContents .top-career::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60vw;
    background-image: url('../images/top/top-career-bg-bottom-sp.svg');
  background-size: 100% auto;
  background-position: bottom center;
  z-index: 0;
}
#topContents .top-career .area-header {
  margin: 0 auto 3vw;
  width: 90%;
  position: relative;
}
#topContents .top-career-people { width: 80px; top: -34px; left: 260px; }/*人*/
#topContents .top-career .area-header .area-titile {
  color: #fff;
}

#topContents .top-career .area-inner {
  margin: 0 auto;
  width: 90%;
}
#topContents .top-career .area-inner ul li {
  margin-bottom: 4vw;
}

#topContents .top-career .area-inner ul li > div {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  padding: 64vw 7% 8vw;
  margin-top: 18vw;
}


#topContents .top-career .area-inner ul li > div::before {
  content: "";
  position: absolute;
  top: 18vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 41vw;
  border-radius: 2vw;
  background-size: cover;
  background-position: center center;
}
#topContents .top-career .area-inner ul li.career01 > div::before { background-image: url('../images/top/career-image01.png?0321'); }
#topContents .top-career .area-inner ul li.career02 > div::before { background-image: url('../images/top/career-image02.png'); }

#topContents .top-career .area-inner ul li > div .title {
  position: absolute;
  line-height: 1.4;
  font-size: 110%;
  text-align: center;
  width: 90%;
  color: #fff;
  top: -7vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background-color: #006173;
  padding: 3vw 2%;
  border-radius: 10vw;
}

#topContents .top-career .area-inner ul li > div .description {
  margin-bottom: 4vw;
}
#topContents .top-career .area-inner ul li > div .link-button a {
  width: 100%;
}


@media screen and ( min-width: 600px ) {

  #topContents .top-career-people { width: 130px; top: -80px; left: 317px; }/*人*/

  #topContents .top-career .area-inner ul li > div {
    margin-top: 8vw;
  }

  #topContents .top-career .area-inner ul li > div .title {
    top: -4vw;
    font-size: 147%;
    padding: 15px 10px;
  }
}
@media screen and ( min-width: 800px ) {

  #topContents .top-career .area-inner ul li > div {
    padding: 54vw 7% 8vw;
  }
  #topContents .top-career .area-inner ul li > div::before {
    top: 11vw;
  }



}
@media screen and ( min-width: 960px ) {
  #topContents .top-career {
    padding: 0 0 7vw;
  }

  #topContents .top-career::after {
    background-image: url('../images/top/top-career-bg-bottom-pc.svg');
  }

  #topContents .top-career-people { width: 140px; top: -70px; left: 367px; }/*人*/

  #topContents .top-career .area-inner {
    width: 85%;
  }
  #topContents .top-career .area-inner ul li {
    margin-bottom: 2vw;
  }


  #topContents .top-career .area-inner ul li > div {
    margin-top: 5vw;
    width: 100%;
    padding: 20px 32px 32px;
    padding: 2vw 50% 4vw 2.5%;
    min-height: 22vw;
  }


  #topContents .top-career .area-inner ul li > div::before {
    top: 2vw;
    left: auto;
    right: 2vw;
    margin: auto;
    width: 45%;
    height: 19vw;
    border-radius: 2vw;
  }
  #topContents .top-career .area-inner ul li > div .title {
    width: 49%;
    font-size: 130%;
    top: -1.5vw;
    left: 0;
    right: auto;
    margin: auto;
    display: inline-block;
    background-color: #006173;
    padding: 16px 2%;
    border-radius: 100px;

  }
  #topContents .top-career .area-inner ul li > div .title br {
    display: none;
  }
  #topContents .top-career .area-inner ul li > div .description {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
  #topContents .top-career .area-inner ul li > div .link-button a {
    width: auto;
  }

}
@media screen and ( min-width: 1400px ) {
  #topContents .top-career .area-header { width: 65%; }
  #topContents .top-career .area-inner { width: 65%; }

  #topContents .top-career .area-inner ul li > div {
    min-height: 17vw;
    padding: 2vw 50% 2vw 2.5%;
  }

  #topContents .top-career .area-inner ul li > div::before {
        top: 1.5vw;
        left: auto;
        right: 1.5vw;
        margin: auto;
        width: 45%;
        height: 14vw;
        border-radius: 1.5vw;
  }
  #topContents .top-career .area-inner ul li > div .description {
        margin-top: 3vw;
        margin-bottom: 2vw;
  }

}

